]> git.lyx.org Git - features.git/blob - lib/doc/Math.lyx
Math.lyx: first step to update it for LyX 1.6.0.
[features.git] / lib / doc / Math.lyx
1 #LyX 1.6.0alpha1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 324
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
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 % link all cross references and URLs
26 % in pdf output
27  \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
28   bookmarksopen, bookmarksopenlevel=1,
29   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
30   pdfpagelayout=OneColumn, pdfnewwindow=true,
31   pdfstartview=XYZ, plainpages=false, pdfpagelabels,
32   pdfauthor={LyX Team}, pdftex,
33   pdftitle={LyX's Math Manual},
34   pdfsubject={LyX-documentation about math},
35   pdfkeywords={LyX, Mathed}]{hyperref}
36  
37 \else % if dvi or ps is produced
38
39  % link all cross references and URLs in DVI output
40  \usepackage[ps2pdf, colorlinks=true,
41   linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue]{hyperref}
42
43 \fi % end if pdflatex is used
44
45 % Folgendes Problem lösen:
46 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
47 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
48 % die Kapitelnummer geschrieben.
49 % Als Lösung wird mehr Platz zwischen Nummer und
50 % Überschrift eingefügt.
51 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
52 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
53
54 % To be able to enter the character ° and · directly in LyX,
55 % see sec. 22.11
56 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
57 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
58
59 % increase link area for cross-references and autoname them,
60 % see sec. 22.18.1
61 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
62 %\renewcommand{\sectionautorefname}{sec.\negthinspace}
63 \renewcommand{\subsectionautorefname}{sec.\negthinspace}
64 \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
65 \newlength{\abc}
66 \settowidth{\abc}{\space}
67 \renewcommand{\equationautorefname}{\hspace{-\abc}}
68
69 % don't load packages twice
70 % see first footnote in sec. 9.3
71 \@ifundefined{textcolor}{\usepackage{color}}{}
72
73 % the pages of the TOC are numbered roman
74 % and a PDF-bookmark for the TOC is added
75 \pagenumbering{Roman}
76 \let\myTOC\tableofcontents
77 \renewcommand{\tableofcontents}{%
78  \vspace{1cm}
79  \pdfbookmark[1]{Contents}{}
80  \myTOC
81  \cleardoublepage
82  \pagenumbering{arabic}}
83
84 % insert additional vertical space of 1.5 mm between footnotes,
85 % see sec. 22.16
86 \let\myFoot\footnote
87 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
88
89 % provides caption formatting
90 \setkomafont{captionlabel}{\bfseries}
91
92 % used in Kap. 22.4
93 \usepackage{braket}
94
95 % used in Kap. 22.6
96 \usepackage[samesize]{cancel}
97
98 % enables calculation of values,
99 \usepackage{calc}
100
101 % for multiple table row and column cells
102 \usepackage{multirow}
103 \usepackage{multicol}
104
105 % needed for diagrams
106 \usepackage{amscd}
107
108 % needed in sec. 19.4
109 \usepackage{remreset}
110
111 % center multirows (e.g. in sec. 13.3)
112 \renewcommand{\multirowsetup}{\centering}
113
114 % define a color, used in sec.9.3
115 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
116
117 % declare operators (see sec. 10.4 and sec. 15.2)
118 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
119 \DeclareMathOperator{\sgn}{sgn}
120
121 \newcommand{\spce}{\textvisiblespace}
122
123 % example definitions for sec. 20.1 
124 \newcommand{\gr}{\Longrightarrow}
125 \newcommand{\us}[1]{\underline{#1}}
126 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
127 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
128 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
129
130 % example macro from sec. 19.4
131 %\def\tagform@#1{\maketag@@@{|#1|}}
132
133 % macro from sec. 10.2
134 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
135 \def\mathclap {\mathpalette \mathclapinternal}
136 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
137
138 % redefine the greyed out note
139 \renewenvironment{lyxgreyedout}
140  {\textcolor{blue}\bgroup}{\egroup}
141
142 % check for package eurosym
143 % used for the Euro symbol
144 \newboolean{eurosym}
145 \IfFileExists{eurosym.sty}
146  {\usepackage[gennarrow]{eurosym}
147   \setboolean{eurosym}{true}}
148  {\setboolean{eurosym}{false}}
149
150 % needed in sec. 22.4
151 % check for package braket
152 \newboolean{braket}
153 \IfFileExists{braket.sty}
154  {\usepackage{braket}
155   \setboolean{braket}{true}}
156  {\setboolean{braket}{false}}
157
158 % needed in sec. 22.10
159 % check for package upgreek
160 \newboolean{upgreek}
161 \IfFileExists{upgreek.sty}
162  {\usepackage{upgreek}
163   \setboolean{upgreek}{true}}
164  {\setboolean{upgreek}{false}}
165 \end_preamble
166 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
167 \language english
168 \inputencoding auto
169 \font_roman default
170 \font_sans default
171 \font_typewriter default
172 \font_default_family default
173 \font_sc false
174 \font_osf false
175 \font_sf_scale 100
176 \font_tt_scale 100
177 \graphics default
178 \paperfontsize 12
179 \spacing single
180 \use_hyperref false
181 \papersize a4paper
182 \use_geometry false
183 \use_amsmath 2
184 \use_esint 1
185 \cite_engine basic
186 \use_bibtopic false
187 \paperorientation portrait
188 \secnumdepth 4
189 \tocdepth 3
190 \paragraph_separation skip
191 \defskip medskip
192 \quotes_language english
193 \papercolumns 1
194 \papersides 2
195 \paperpagestyle plain
196 \bullet 1 0 6 -1
197 \bullet 2 2 35 -1
198 \bullet 3 2 7 -1
199 \tracking_changes false
200 \output_changes false
201 \author "" 
202 \author "" 
203 \extra_embedded_files ""
204 \end_header
205
206 \begin_body
207
208 \begin_layout Title
209 LyX's detailed Math manual
210 \end_layout
211
212 \begin_layout Author
213 by the LyX Team
214 \begin_inset Foot
215 status collapsed
216
217 \begin_layout Plain Layout
218 \noindent
219 If you have comments or error corrections, please send them to the LyX Documenta
220 tion mailing list: 
221 \family typewriter
222
223 \begin_inset ERT
224 status collapsed
225
226 \begin_layout Plain Layout
227
228
229 \backslash
230 href{mailto:lyx-docs@lists.lyx.org?subject=LyX's Math manual}{
231 \end_layout
232
233 \end_inset
234
235 lyx-docs@lists.lyx.org
236 \begin_inset ERT
237 status collapsed
238
239 \begin_layout Plain Layout
240
241 }
242 \end_layout
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 1.6svn
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 eurosym,
291 \series default
292  
293 \series bold
294 multirow,
295 \series default
296  and 
297 \series bold
298 was
299 \series default
300  must be installed.
301  If they are not installed you can export the document anyway but the sections
302  where the packages are required won't appear in the output.
303 \end_layout
304
305 \begin_layout Plain Layout
306 The latest PDF-version of this document can be found here:
307 \begin_inset Newline newline
308 \end_inset
309
310
311 \series bold
312 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
313 \end_layout
314
315 \end_inset
316
317
318 \end_layout
319
320 \begin_layout Standard
321 \begin_inset Newpage newpage
322 \end_inset
323
324
325 \end_layout
326
327 \begin_layout Section
328 Introduction
329 \begin_inset CommandInset label
330 LatexCommand label
331 name "sec:Introduction"
332
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Standard
339 This document explains LyX's math features and is furthermore a collection
340  of LaTeX-commands used for mathematical characters and constructs.
341  The explanations are designed for the usage of commands.
342  It is therefore required that you have read the section 
343 \family typewriter
344 Mathematical
345 \begin_inset Space ~
346 \end_inset
347
348 Formulas
349 \family default
350  of the User's Guide.
351 \end_layout
352
353 \begin_layout Standard
354 Most of the characters and many constructs explained in this manual are
355  also accessible via the menu 
356 \family sans
357 Insert
358 \series bold
359 \SpecialChar \menuseparator
360
361 \series default
362 Math
363 \family default
364 , or the 
365 \family sans
366 math
367 \family default
368 \series bold
369  
370 \family sans
371 \series default
372 toolbar
373 \family default
374 .
375  But everybody who has to write lots of formulas will notice that it is
376  much faster to use commands instead of the math toolbar.
377  Therefore this manual is focused on commands but also mentions the correspondin
378 g toolbar buttons when available.
379 \end_layout
380
381 \begin_layout Standard
382 If not specially mentioned the commands are only available within formulas.
383  To be able to use all commands explained in this document, the option 
384 \family sans
385 Use AMS math package
386 \family default
387  must be used in the document settings (menu 
388 \family sans
389 Document\SpecialChar \menuseparator
390 Settings\SpecialChar \menuseparator
391 Math
392 \begin_inset Space ~
393 \end_inset
394
395 Options
396 \family default
397 ).
398 \begin_inset Foot
399 status collapsed
400
401 \begin_layout Plain Layout
402 The option 
403 \family sans
404 Use AMS math package automatically
405 \family default
406  only uses 
407 \begin_inset ERT
408 status collapsed
409
410 \begin_layout Plain Layout
411
412
413 \backslash
414 AmS 
415 \end_layout
416
417 \end_inset
418
419 -math when math constructs are found that are supported by LyX.
420 \end_layout
421
422 \end_inset
423
424
425 \end_layout
426
427 \begin_layout Standard
428 This document doesn't list all 
429 \begin_inset ERT
430 status collapsed
431
432 \begin_layout Plain Layout
433
434
435 \backslash
436 AmS 
437 \end_layout
438
439 \end_inset
440
441 -math commands
442 \begin_inset Foot
443 status collapsed
444
445 \begin_layout Plain Layout
446 A list with all 
447 \begin_inset ERT
448 status collapsed
449
450 \begin_layout Plain Layout
451
452
453 \backslash
454 AmS
455 \end_layout
456
457 \end_inset
458
459 -math commands is in the file 
460 \begin_inset ERT
461 status collapsed
462
463 \begin_layout Plain Layout
464
465
466 \backslash
467 href{ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps}{
468 \end_layout
469
470 \end_inset
471
472
473 \family sans
474 amsguide.ps
475 \family default
476
477 \begin_inset ERT
478 status collapsed
479
480 \begin_layout Plain Layout
481
482 }
483 \end_layout
484
485 \end_inset
486
487 , which is part of every LaTeX standard installation.
488 \end_layout
489
490 \end_inset
491
492  for lucidity reasons.
493 \end_layout
494
495 \begin_layout Section
496 General Instructions
497 \begin_inset CommandInset label
498 LatexCommand label
499 name "sec:General-Instructions"
500
501 \end_inset
502
503
504 \end_layout
505
506 \begin_layout Standard
507 To create an inline formula
508 \begin_inset Index
509 status collapsed
510
511 \begin_layout Plain Layout
512 Formula ! inline
513 \end_layout
514
515 \end_inset
516
517  that is embedded into a text line, press 
518 \family sans
519 Ctrl-m
520 \family default
521  or the toolbar button 
522 \begin_inset Graphics
523         filename ../images/math-mode.png
524         embed ""
525         scale 85
526
527 \end_inset
528
529
530 \begin_inset Newline newline
531 \end_inset
532
533 To create a display style formula
534 \begin_inset Index
535 status collapsed
536
537 \begin_layout Plain Layout
538 Formula ! display style
539 \end_layout
540
541 \end_inset
542
543  that will appear bigger and in an own paragraph, press 
544 \family sans
545 Ctrl-M
546 \family default
547 .
548 \end_layout
549
550 \begin_layout Standard
551 To change a display style formula to an inline formula, set the cursor into
552  the formula and press 
553 \family sans
554 Ctrl-M
555 \family default
556  or use the menu 
557 \family sans
558 Edit\SpecialChar \menuseparator
559 Math\SpecialChar \menuseparator
560 Change formula type
561 \family default
562 .
563  The same way is used to change an inline formula to a display style formula.
564 \end_layout
565
566 \begin_layout Standard
567 To display parts of an inline formula in the size of a display style formula,
568  enter the command 
569 \series bold
570
571 \backslash
572 displaystyle
573 \begin_inset Index
574 status collapsed
575
576 \begin_layout Plain Layout
577 Commands ! D ! 
578 \backslash
579 displaystyle
580 \end_layout
581
582 \end_inset
583
584
585 \series default
586  to a formula.
587  Then a new blue box appears in which the desired formula part is inserted.
588 \end_layout
589
590 \begin_layout Standard
591 Only inline formulas are allowed inside tables.
592 \end_layout
593
594 \begin_layout Standard
595 The 
596 \family sans
597 math toolbar
598 \family default
599  can be turned on in the menu 
600 \family sans
601 View\SpecialChar \menuseparator
602 Toolbars
603 \family default
604 .
605  When you click there on 
606 \begin_inset Quotes eld
607 \end_inset
608
609 Math
610 \begin_inset Quotes erd
611 \end_inset
612
613  the toolbar will be shown permanently at the bottom; this state is visualized
614  in the 
615 \family sans
616 Toolbars
617 \family default
618  menu with a checkmark.
619  When you click in this state again on 
620 \begin_inset Quotes eld
621 \end_inset
622
623 Math
624 \begin_inset Quotes erd
625 \end_inset
626
627  in the 
628 \family sans
629 Toolbars
630 \family default
631  menu, the 
632 \family sans
633 math toolbar
634 \family default
635  is only shown when the cursor is within a formula; this state is visualized
636  by the renaming of the menu entry from 
637 \begin_inset Quotes eld
638 \end_inset
639
640 Math
641 \begin_inset Quotes erd
642 \end_inset
643
644  to 
645 \begin_inset Quotes eld
646 \end_inset
647
648 Math
649 \begin_inset Space ~
650 \end_inset
651
652 (auto)
653 \begin_inset Quotes erd
654 \end_inset
655
656 .
657 \end_layout
658
659 \begin_layout Standard
660 The TeX-mode
661 \begin_inset Index
662 status collapsed
663
664 \begin_layout Plain Layout
665 T@
666 \begin_inset ERT
667 status collapsed
668
669 \begin_layout Plain Layout
670
671
672 \backslash
673
674 \begin_inset ERT
675 status collapsed
676
677 \begin_layout Plain Layout
678
679 {
680 \end_layout
681
682 \end_inset
683
684
685 \begin_inset ERT
686 status collapsed
687
688 \begin_layout Plain Layout
689
690 }
691 \end_layout
692
693 \end_inset
694
695
696 \end_layout
697
698 \end_inset
699
700 TeX-mode
701 \end_layout
702
703 \end_inset
704
705  is invoked by pressing the toolbar button 
706 \begin_inset Graphics
707         filename ../images/ert-insert.png
708         embed ""
709         scale 85
710
711 \end_inset
712
713  or by using the menu 
714 \family sans
715 Insert\SpecialChar \menuseparator
716 T
717 \begin_inset ERT
718 status collapsed
719
720 \begin_layout Plain Layout
721
722 {
723 \end_layout
724
725 \end_inset
726
727 e
728 \begin_inset ERT
729 status collapsed
730
731 \begin_layout Plain Layout
732
733 }
734 \end_layout
735
736 \end_inset
737
738 X Code
739 \family default
740  (shortcut 
741 \family sans
742 Ctrl-l
743 \family default
744 ).
745 \begin_inset Note Note
746 status collapsed
747
748 \begin_layout Plain Layout
749 In LyX there are three 
750 \begin_inset Quotes eld
751 \end_inset
752
753 proper names
754 \begin_inset Quotes erd
755 \end_inset
756
757  that appear in the output with sub- and superscript letters: TeX, LaTeX,
758  and LyX
759 \end_layout
760
761 \begin_layout Plain Layout
762 To avoid that these names are recognized as proper names, TeX-braces are
763  set around one of the letters of the name.
764 \end_layout
765
766 \end_inset
767
768
769 \end_layout
770
771 \begin_layout Standard
772 To change the LaTeX-preamble
773 \begin_inset Index
774 status collapsed
775
776 \begin_layout Plain Layout
777 L@LaTeX-preamble
778 \end_layout
779
780 \end_inset
781
782 , use the menu 
783 \family sans
784 Document\SpecialChar \menuseparator
785 Settings\SpecialChar \menuseparator
786 La
787 \begin_inset ERT
788 status collapsed
789
790 \begin_layout Plain Layout
791
792 {
793 \end_layout
794
795 \end_inset
796
797 T
798 \begin_inset ERT
799 status collapsed
800
801 \begin_layout Plain Layout
802
803 }
804 \end_layout
805
806 \end_inset
807
808 eX
809 \family default
810  
811 \family sans
812 Preamble
813 \family default
814 .
815 \end_layout
816
817 \begin_layout Standard
818 To edit matrices, case differentiations, and multiline formulas subsequently,
819  the menus 
820 \family sans
821 Edit\SpecialChar \menuseparator
822 Math
823 \family default
824  and 
825 \family sans
826 Edit\SpecialChar \menuseparator
827 Rows
828 \begin_inset Space \thinspace{}
829 \end_inset
830
831 &
832 \begin_inset Space \thinspace{}
833 \end_inset
834
835 Columns,
836 \family default
837  or the 
838 \family sans
839 table toolbar
840 \family default
841  can be used.
842  When lines and columns are swapped via the menu, the column or line where
843  the cursor is in is exchanged with the column to the right or the line
844  below, respectively.
845  Is the cursor in the last column or row, the exchange is done with the
846  column to the left or the line above.
847 \end_layout
848
849 \begin_layout Standard
850 To write text in formulas
851 \begin_inset Foot
852 status collapsed
853
854 \begin_layout Plain Layout
855 For multiline formulas the command 
856 \series bold
857
858 \backslash
859 intertext
860 \series default
861  is used, see 
862 \begin_inset CommandInset ref
863 LatexCommand ref
864 reference "sub:Text-in-multiline"
865
866 \end_inset
867
868 .
869 \end_layout
870
871 \end_inset
872
873  
874 \emph on
875 mathematical text
876 \emph default
877
878 \begin_inset Index
879 status collapsed
880
881 \begin_layout Plain Layout
882 Text ! in formulas
883 \end_layout
884
885 \end_inset
886
887
888 \begin_inset Index
889 status collapsed
890
891 \begin_layout Plain Layout
892 Mathematical text
893 \end_layout
894
895 \end_inset
896
897  is used.
898  This mode is invoked with the the shortcut 
899 \family sans
900 Alt-m
901 \begin_inset Space ~
902 \end_inset
903
904 m
905 \family default
906  or by the insertion of the command 
907 \series bold
908
909 \backslash
910 text
911 \begin_inset Index
912 status collapsed
913
914 \begin_layout Plain Layout
915 Commands ! T ! 
916 \backslash
917 text
918 \end_layout
919
920 \end_inset
921
922
923 \series default
924 .
925  The text appears black in LyX and can therefore be distinguished from the
926  other formula parts that appear blue.
927  In the output mathematical text is set upright, in contrary to other formula
928  parts.
929 \end_layout
930
931 \begin_layout Subsection*
932 Command Scheme
933 \end_layout
934
935 \begin_layout Standard
936 Most of the LaTeX-commands for math constructs have the following scheme:
937 \end_layout
938
939 \begin_layout Standard
940
941 \series bold
942
943 \backslash
944 commandname[optional
945 \series default
946  
947 \series bold
948 argument]{required
949 \series default
950  
951 \series bold
952 argument}
953 \end_layout
954
955 \begin_layout Standard
956 A command starts always with a backslash 
957 \begin_inset Quotes gld
958 \end_inset
959
960
961 \series bold
962
963 \backslash
964
965 \series default
966
967 \begin_inset Quotes grd
968 \end_inset
969
970 .
971  To omit optional arguments, also omit the associated brackets.
972  The braces around the required arguments are named in this document as
973  TeX-braces
974 \begin_inset Index
975 status collapsed
976
977 \begin_layout Plain Layout
978 T@
979 \begin_inset ERT
980 status collapsed
981
982 \begin_layout Plain Layout
983
984
985 \backslash
986
987 \begin_inset ERT
988 status collapsed
989
990 \begin_layout Plain Layout
991
992 {
993 \end_layout
994
995 \end_inset
996
997
998 \begin_inset ERT
999 status collapsed
1000
1001 \begin_layout Plain Layout
1002
1003 }
1004 \end_layout
1005
1006 \end_inset
1007
1008
1009 \end_layout
1010
1011 \end_inset
1012
1013 TeX-braces
1014 \end_layout
1015
1016 \end_inset
1017
1018 .
1019  If you add in a formula a left brace to a command name, LyX creates automatical
1020 ly a TeX-brace.
1021  In all other cases TeX-braces are created in formulas with the command
1022  
1023 \series bold
1024
1025 \backslash
1026 {
1027 \series default
1028 .
1029  TeX-braces appear red in LyX, in contrary to normal braces that appear
1030  blue.
1031  In TeX-mode no command is needed to get TeX-braces.
1032  TeX-braces don't appear in the output.
1033 \end_layout
1034
1035 \begin_layout Standard
1036 When commands without arguments, like commands for symbols are entered in
1037  TeX-mode, a space character must 
1038 \emph on
1039 always
1040 \emph default
1041  be behind the command to end it.
1042  This space doesn't appear in the output.
1043  When the space should appear in the output, the space must be followed
1044  by a protected space in normal text.
1045 \end_layout
1046
1047 \begin_layout Standard
1048 A protected space is inserted with 
1049 \family sans
1050 Ctrl-Space
1051 \family default
1052 .
1053 \end_layout
1054
1055 \begin_layout Subsection*
1056 \begin_inset Newpage newpage
1057 \end_inset
1058
1059 Syntax Explanation
1060 \end_layout
1061
1062 \begin_layout Itemize
1063 The symbol
1064 \begin_inset Foot
1065 status collapsed
1066
1067 \begin_layout Plain Layout
1068 This visible space character can be created with the command 
1069 \series bold
1070
1071 \backslash
1072 textvisiblespace
1073 \series default
1074
1075 \begin_inset Index
1076 status collapsed
1077
1078 \begin_layout Plain Layout
1079 Commands ! T ! 
1080 \backslash
1081 textvisiblespace
1082 \end_layout
1083
1084 \end_inset
1085
1086 , inserted in TeX-mode.
1087 \end_layout
1088
1089 \end_inset
1090
1091  
1092 \begin_inset ERT
1093 status collapsed
1094
1095 \begin_layout Plain Layout
1096
1097
1098 \backslash
1099 spce 
1100 \end_layout
1101
1102 \end_inset
1103
1104
1105 \begin_inset Space ~
1106 \end_inset
1107
1108 denotes a space character to be input.
1109 \end_layout
1110
1111 \begin_layout Itemize
1112 An arrow like 
1113 \begin_inset Formula $\to$
1114 \end_inset
1115
1116  denotes the usage of the corresponding arrow key on the keyboard.
1117 \end_layout
1118
1119 \begin_layout Subsection*
1120 Used units
1121 \end_layout
1122
1123 \begin_layout Standard
1124 \align center
1125 \begin_inset Float table
1126 placement H
1127 wide false
1128 sideways false
1129 status open
1130
1131 \begin_layout Plain Layout
1132 \align center
1133 \begin_inset Caption
1134
1135 \begin_layout Plain Layout
1136 \begin_inset CommandInset label
1137 LatexCommand label
1138 name "tab:Used-units"
1139
1140 \end_inset
1141
1142 Used units
1143 \end_layout
1144
1145 \end_inset
1146
1147
1148 \end_layout
1149
1150 \begin_layout Plain Layout
1151 \align center
1152 \begin_inset Tabular
1153 <lyxtabular version="3" rows="13" columns="2">
1154 <features>
1155 <column alignment="center" valignment="top" width="0">
1156 <column alignment="center" valignment="top" width="0">
1157 <row>
1158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1159 \begin_inset Text
1160
1161 \begin_layout Plain Layout
1162 Unit
1163 \end_layout
1164
1165 \end_inset
1166 </cell>
1167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1168 \begin_inset Text
1169
1170 \begin_layout Plain Layout
1171 Name / Description
1172 \end_layout
1173
1174 \end_inset
1175 </cell>
1176 </row>
1177 <row>
1178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1179 \begin_inset Text
1180
1181 \begin_layout Plain Layout
1182 mm
1183 \end_layout
1184
1185 \end_inset
1186 </cell>
1187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1188 \begin_inset Text
1189
1190 \begin_layout Plain Layout
1191 Millimeter
1192 \end_layout
1193
1194 \end_inset
1195 </cell>
1196 </row>
1197 <row>
1198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1199 \begin_inset Text
1200
1201 \begin_layout Plain Layout
1202 cm
1203 \end_layout
1204
1205 \end_inset
1206 </cell>
1207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1208 \begin_inset Text
1209
1210 \begin_layout Plain Layout
1211 Centimeter
1212 \end_layout
1213
1214 \end_inset
1215 </cell>
1216 </row>
1217 <row>
1218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1219 \begin_inset Text
1220
1221 \begin_layout Plain Layout
1222 in
1223 \end_layout
1224
1225 \end_inset
1226 </cell>
1227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1228 \begin_inset Text
1229
1230 \begin_layout Plain Layout
1231 Inch (1
1232 \begin_inset Space \thinspace{}
1233 \end_inset
1234
1235 in = 2,54
1236 \begin_inset Space \thinspace{}
1237 \end_inset
1238
1239 cm)
1240 \end_layout
1241
1242 \end_inset
1243 </cell>
1244 </row>
1245 <row>
1246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1247 \begin_inset Text
1248
1249 \begin_layout Plain Layout
1250 pt
1251 \end_layout
1252
1253 \end_inset
1254 </cell>
1255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1256 \begin_inset Text
1257
1258 \begin_layout Plain Layout
1259 Point (72.27
1260 \begin_inset Space \thinspace{}
1261 \end_inset
1262
1263 pt = 1
1264 \begin_inset Space \thinspace{}
1265 \end_inset
1266
1267 in)
1268 \end_layout
1269
1270 \end_inset
1271 </cell>
1272 </row>
1273 <row>
1274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1275 \begin_inset Text
1276
1277 \begin_layout Plain Layout
1278 pc
1279 \end_layout
1280
1281 \end_inset
1282 </cell>
1283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1284 \begin_inset Text
1285
1286 \begin_layout Plain Layout
1287 Pica (1
1288 \begin_inset Space \thinspace{}
1289 \end_inset
1290
1291 pc = 12
1292 \begin_inset Space \thinspace{}
1293 \end_inset
1294
1295 pt)
1296 \end_layout
1297
1298 \end_inset
1299 </cell>
1300 </row>
1301 <row>
1302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1303 \begin_inset Text
1304
1305 \begin_layout Plain Layout
1306 sp
1307 \end_layout
1308
1309 \end_inset
1310 </cell>
1311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1312 \begin_inset Text
1313
1314 \begin_layout Plain Layout
1315 scaled point (65536
1316 \begin_inset Space \thinspace{}
1317 \end_inset
1318
1319 sp = 1
1320 \begin_inset Space \thinspace{}
1321 \end_inset
1322
1323 pt)
1324 \end_layout
1325
1326 \end_inset
1327 </cell>
1328 </row>
1329 <row>
1330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1331 \begin_inset Text
1332
1333 \begin_layout Plain Layout
1334 bp
1335 \end_layout
1336
1337 \end_inset
1338 </cell>
1339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1340 \begin_inset Text
1341
1342 \begin_layout Plain Layout
1343 big point (72
1344 \begin_inset Space \thinspace{}
1345 \end_inset
1346
1347 bp = 1
1348 \begin_inset Space \thinspace{}
1349 \end_inset
1350
1351 in)
1352 \end_layout
1353
1354 \end_inset
1355 </cell>
1356 </row>
1357 <row>
1358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1359 \begin_inset Text
1360
1361 \begin_layout Plain Layout
1362 dd
1363 \end_layout
1364
1365 \end_inset
1366 </cell>
1367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1368 \begin_inset Text
1369
1370 \begin_layout Plain Layout
1371 Didot (1
1372 \begin_inset Space \thinspace{}
1373 \end_inset
1374
1375 dd 
1376 \begin_inset Formula $\approx$
1377 \end_inset
1378
1379  0.376
1380 \begin_inset Space \thinspace{}
1381 \end_inset
1382
1383 mm)
1384 \end_layout
1385
1386 \end_inset
1387 </cell>
1388 </row>
1389 <row>
1390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1391 \begin_inset Text
1392
1393 \begin_layout Plain Layout
1394 cc
1395 \end_layout
1396
1397 \end_inset
1398 </cell>
1399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1400 \begin_inset Text
1401
1402 \begin_layout Plain Layout
1403 Cicero (1
1404 \begin_inset Space \thinspace{}
1405 \end_inset
1406
1407 cc = 12
1408 \begin_inset Space \thinspace{}
1409 \end_inset
1410
1411 dd)
1412 \end_layout
1413
1414 \end_inset
1415 </cell>
1416 </row>
1417 <row>
1418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1419 \begin_inset Text
1420
1421 \begin_layout Plain Layout
1422 ex
1423 \end_layout
1424
1425 \end_inset
1426 </cell>
1427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1428 \begin_inset Text
1429
1430 \begin_layout Plain Layout
1431 Height of letter 
1432 \emph on
1433
1434 \begin_inset Quotes eld
1435 \end_inset
1436
1437 x
1438 \emph default
1439
1440 \begin_inset Quotes erd
1441 \end_inset
1442
1443  in the current font
1444 \end_layout
1445
1446 \end_inset
1447 </cell>
1448 </row>
1449 <row>
1450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1451 \begin_inset Text
1452
1453 \begin_layout Plain Layout
1454 em
1455 \end_layout
1456
1457 \end_inset
1458 </cell>
1459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1460 \begin_inset Text
1461
1462 \begin_layout Plain Layout
1463 width of letter 
1464 \begin_inset Quotes eld
1465 \end_inset
1466
1467
1468 \emph on
1469 M
1470 \emph default
1471
1472 \begin_inset Quotes erd
1473 \end_inset
1474
1475  in the current font
1476 \end_layout
1477
1478 \end_inset
1479 </cell>
1480 </row>
1481 <row>
1482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1483 \begin_inset Text
1484
1485 \begin_layout Plain Layout
1486 mu
1487 \end_layout
1488
1489 \end_inset
1490 </cell>
1491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1492 \begin_inset Text
1493
1494 \begin_layout Plain Layout
1495 math unit (1
1496 \begin_inset Space \thinspace{}
1497 \end_inset
1498
1499 mu = 
1500 \begin_inset Formula $\nicefrac{1}{18}$
1501 \end_inset
1502
1503
1504 \begin_inset Space \thinspace{}
1505 \end_inset
1506
1507 em)
1508 \end_layout
1509
1510 \end_inset
1511 </cell>
1512 </row>
1513 </lyxtabular>
1514
1515 \end_inset
1516
1517
1518 \end_layout
1519
1520 \end_inset
1521
1522
1523 \end_layout
1524
1525 \begin_layout Standard
1526 \begin_inset Newpage newpage
1527 \end_inset
1528
1529
1530 \end_layout
1531
1532 \begin_layout Section
1533 Basic Functions
1534 \end_layout
1535
1536 \begin_layout Subsection
1537 Exponents
1538 \begin_inset Index
1539 status collapsed
1540
1541 \begin_layout Plain Layout
1542 Exponents
1543 \end_layout
1544
1545 \end_inset
1546
1547  and Indices
1548 \begin_inset Index
1549 status collapsed
1550
1551 \begin_layout Plain Layout
1552 Indices
1553 \end_layout
1554
1555 \end_inset
1556
1557
1558 \begin_inset Index
1559 status collapsed
1560
1561 \begin_layout Plain Layout
1562 Superscripts|see
1563 \begin_inset ERT
1564 status collapsed
1565
1566 \begin_layout Plain Layout
1567
1568 {
1569 \end_layout
1570
1571 \end_inset
1572
1573 Exponents
1574 \begin_inset ERT
1575 status collapsed
1576
1577 \begin_layout Plain Layout
1578
1579 }
1580 \end_layout
1581
1582 \end_inset
1583
1584
1585 \end_layout
1586
1587 \end_inset
1588
1589
1590 \begin_inset Index
1591 status collapsed
1592
1593 \begin_layout Plain Layout
1594 Subscripts|see
1595 \begin_inset ERT
1596 status collapsed
1597
1598 \begin_layout Plain Layout
1599
1600 {
1601 \end_layout
1602
1603 \end_inset
1604
1605 Indices
1606 \begin_inset ERT
1607 status collapsed
1608
1609 \begin_layout Plain Layout
1610
1611 }
1612 \end_layout
1613
1614 \end_inset
1615
1616
1617 \end_layout
1618
1619 \end_inset
1620
1621
1622 \end_layout
1623
1624 \begin_layout Standard
1625 Indices are created with an underscore 
1626 \begin_inset Quotes eld
1627 \end_inset
1628
1629 _
1630 \begin_inset Quotes erd
1631 \end_inset
1632
1633  or via the math toolbar button 
1634 \begin_inset Graphics
1635         filename ../images/math-subscript.png
1636         embed ""
1637         scale 85
1638
1639 \end_inset
1640
1641  , exponents with a caret 
1642 \begin_inset Quotes eld
1643 \end_inset
1644
1645 ^
1646 \begin_inset Quotes erd
1647 \end_inset
1648
1649  or via the math toolbar button 
1650 \begin_inset Graphics
1651         filename ../images/math-superscript.png
1652         embed ""
1653         scale 85
1654
1655 \end_inset
1656
1657 .
1658 \end_layout
1659
1660 \begin_layout Standard
1661 \align center
1662 \begin_inset Tabular
1663 <lyxtabular version="3" rows="4" columns="2">
1664 <features>
1665 <column alignment="center" valignment="top" width="0pt">
1666 <column alignment="center" valignment="top" width="0pt">
1667 <row>
1668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1669 \begin_inset Text
1670
1671 \begin_layout Plain Layout
1672 command
1673 \end_layout
1674
1675 \end_inset
1676 </cell>
1677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1678 \begin_inset Text
1679
1680 \begin_layout Plain Layout
1681 Result
1682 \begin_inset Note Note
1683 status collapsed
1684
1685 \begin_layout Plain Layout
1686
1687 \series bold
1688
1689 \backslash
1690 raisebox
1691 \series default
1692  is only used as spacer.
1693 \end_layout
1694
1695 \end_inset
1696
1697
1698 \end_layout
1699
1700 \end_inset
1701 </cell>
1702 </row>
1703 <row>
1704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1705 \begin_inset Text
1706
1707 \begin_layout Plain Layout
1708 B_V
1709 \end_layout
1710
1711 \end_inset
1712 </cell>
1713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1714 \begin_inset Text
1715
1716 \begin_layout Plain Layout
1717 \begin_inset Formula $B_{V}$
1718 \end_inset
1719
1720
1721 \end_layout
1722
1723 \end_inset
1724 </cell>
1725 </row>
1726 <row>
1727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1728 \begin_inset Text
1729
1730 \begin_layout Plain Layout
1731 B^V
1732 \end_layout
1733
1734 \end_inset
1735 </cell>
1736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1737 \begin_inset Text
1738
1739 \begin_layout Plain Layout
1740 \begin_inset Formula $\raisebox {5mm}{}B^{V}$
1741 \end_inset
1742
1743
1744 \end_layout
1745
1746 \end_inset
1747 </cell>
1748 </row>
1749 <row>
1750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1751 \begin_inset Text
1752
1753 \begin_layout Plain Layout
1754 B^
1755 \begin_inset ERT
1756 status collapsed
1757
1758 \begin_layout Plain Layout
1759
1760
1761 \backslash
1762 spce 
1763 \end_layout
1764
1765 \end_inset
1766
1767 A
1768 \end_layout
1769
1770 \end_inset
1771 </cell>
1772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1773 \begin_inset Text
1774
1775 \begin_layout Plain Layout
1776 \begin_inset Formula $\raisebox {5mm}{}B^{A}$
1777 \end_inset
1778
1779
1780 \end_layout
1781
1782 \end_inset
1783 </cell>
1784 </row>
1785 </lyxtabular>
1786
1787 \end_inset
1788
1789
1790 \end_layout
1791
1792 \begin_layout Standard
1793 As the caret is in some languages an accent, vowels will be accentuated
1794  in this case and not set as exponents
1795 \begin_inset Foot
1796 status collapsed
1797
1798 \begin_layout Plain Layout
1799 Depending on the used keyboard settings this can also happen for other character
1800 s than vowels.
1801 \end_layout
1802
1803 \end_inset
1804
1805 .
1806  To get in this case exponents, press 
1807 \family sans
1808 Space
1809 \family default
1810  after the caret as in the last example.
1811 \end_layout
1812
1813 \begin_layout Subsection
1814 Fractions
1815 \begin_inset CommandInset label
1816 LatexCommand label
1817 name "sub:Fractions"
1818
1819 \end_inset
1820
1821
1822 \begin_inset Index
1823 status collapsed
1824
1825 \begin_layout Plain Layout
1826 Fractions
1827 \end_layout
1828
1829 \end_inset
1830
1831
1832 \end_layout
1833
1834 \begin_layout Standard
1835 Fractions are generated with the command 
1836 \series bold
1837
1838 \backslash
1839 frac
1840 \series default
1841
1842 \begin_inset Index
1843 status collapsed
1844
1845 \begin_layout Plain Layout
1846 Commands ! F ! 
1847 \backslash
1848 frac
1849 \end_layout
1850
1851 \end_inset
1852
1853  or via the math toolbar button 
1854 \begin_inset Graphics
1855         filename ../images/math/frac.png
1856         embed ""
1857         scale 50
1858
1859 \end_inset
1860
1861 .
1862  The font size is adjusted automatically, depending on whether the fraction
1863  is in an inline or display style formula.
1864  With the math toolbar button 
1865 \begin_inset Graphics
1866         filename ../images/math/frac-square.png
1867         embed ""
1868         scale 85
1869
1870 \end_inset
1871
1872  you can select different fraction types.
1873 \end_layout
1874
1875 \begin_layout Standard
1876 With the command 
1877 \series bold
1878
1879 \backslash
1880 dfrac
1881 \begin_inset Index
1882 status collapsed
1883
1884 \begin_layout Plain Layout
1885 Commands ! D ! 
1886 \backslash
1887 dfrac
1888 \end_layout
1889
1890 \end_inset
1891
1892
1893 \series default
1894  a fraction can be created that has in any case the size of a display style
1895  formula.
1896  With 
1897 \series bold
1898
1899 \backslash
1900 tfrac
1901 \begin_inset Index
1902 status collapsed
1903
1904 \begin_layout Plain Layout
1905 Commands ! T ! 
1906 \backslash
1907 tfrac
1908 \end_layout
1909
1910 \end_inset
1911
1912
1913 \series default
1914  the fraction appears always with the size of an inline formula.
1915  An example:
1916 \end_layout
1917
1918 \begin_layout Standard
1919 A line with the fraction 
1920 \begin_inset Formula $\frac{1}{2}$
1921 \end_inset
1922
1923  that was created with the command 
1924 \series bold
1925
1926 \backslash
1927 frac
1928 \series default
1929 .
1930 \end_layout
1931
1932 \begin_layout Standard
1933 A line with the fraction 
1934 \begin_inset Formula $\dfrac{1}{2}$
1935 \end_inset
1936
1937  that was created with the command 
1938 \series bold
1939
1940 \backslash
1941 dfrac
1942 \series default
1943 .
1944 \end_layout
1945
1946 \begin_layout Standard
1947 \align center
1948 \begin_inset Tabular
1949 <lyxtabular version="3" rows="4" columns="2">
1950 <features>
1951 <column alignment="center" valignment="top" width="0pt">
1952 <column alignment="center" valignment="top" width="0pt">
1953 <row>
1954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1955 \begin_inset Text
1956
1957 \begin_layout Plain Layout
1958 Command
1959 \end_layout
1960
1961 \end_inset
1962 </cell>
1963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1964 \begin_inset Text
1965
1966 \begin_layout Plain Layout
1967 Result
1968 \begin_inset Note Note
1969 status collapsed
1970
1971 \begin_layout Plain Layout
1972
1973 \series bold
1974
1975 \backslash
1976 raisebox
1977 \series default
1978  is only used as spacer.
1979 \end_layout
1980
1981 \end_inset
1982
1983
1984 \end_layout
1985
1986 \end_inset
1987 </cell>
1988 </row>
1989 <row>
1990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1991 \begin_inset Text
1992
1993 \begin_layout Plain Layout
1994
1995 \backslash
1996 frac
1997 \begin_inset ERT
1998 status collapsed
1999
2000 \begin_layout Plain Layout
2001
2002
2003 \backslash
2004 spce 
2005 \end_layout
2006
2007 \end_inset
2008
2009 A
2010 \begin_inset Formula $\downarrow$
2011 \end_inset
2012
2013 B
2014 \end_layout
2015
2016 \end_inset
2017 </cell>
2018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2019 \begin_inset Text
2020
2021 \begin_layout Plain Layout
2022 \begin_inset Formula $\raisebox {4.5mm}{}\frac{A}{B}\raisebox {-2.5mm}{}$
2023 \end_inset
2024
2025
2026 \end_layout
2027
2028 \end_inset
2029 </cell>
2030 </row>
2031 <row>
2032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2033 \begin_inset Text
2034
2035 \begin_layout Plain Layout
2036
2037 \backslash
2038 dfrac
2039 \begin_inset ERT
2040 status collapsed
2041
2042 \begin_layout Plain Layout
2043
2044
2045 \backslash
2046 spce 
2047 \end_layout
2048
2049 \end_inset
2050
2051 A
2052 \begin_inset Formula $\downarrow$
2053 \end_inset
2054
2055 B
2056 \end_layout
2057
2058 \end_inset
2059 </cell>
2060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2061 \begin_inset Text
2062
2063 \begin_layout Plain Layout
2064 \begin_inset Formula $\raisebox {7mm}{}\dfrac{A}{B}\raisebox {-4mm}{}$
2065 \end_inset
2066
2067
2068 \end_layout
2069
2070 \end_inset
2071 </cell>
2072 </row>
2073 <row>
2074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2075 \begin_inset Text
2076
2077 \begin_layout Plain Layout
2078
2079 \backslash
2080 dfrac
2081 \begin_inset ERT
2082 status collapsed
2083
2084 \begin_layout Plain Layout
2085
2086
2087 \backslash
2088 spce 
2089 \end_layout
2090
2091 \end_inset
2092
2093 e^
2094 \begin_inset ERT
2095 status collapsed
2096
2097 \begin_layout Plain Layout
2098
2099
2100 \backslash
2101 spce 
2102 \end_layout
2103
2104 \end_inset
2105
2106
2107 \backslash
2108 frac
2109 \begin_inset ERT
2110 status collapsed
2111
2112 \begin_layout Plain Layout
2113
2114
2115 \backslash
2116 spce 
2117 \end_layout
2118
2119 \end_inset
2120
2121 1
2122 \begin_inset Formula $\downarrow$
2123 \end_inset
2124
2125 2
2126 \begin_inset Formula $\downarrow\downarrow$
2127 \end_inset
2128
2129 3
2130 \end_layout
2131
2132 \end_inset
2133 </cell>
2134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2135 \begin_inset Text
2136
2137 \begin_layout Plain Layout
2138 \begin_inset Formula $\raisebox {8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox {-4mm}{}$
2139 \end_inset
2140
2141
2142 \end_layout
2143
2144 \end_inset
2145 </cell>
2146 </row>
2147 </lyxtabular>
2148
2149 \end_inset
2150
2151
2152 \end_layout
2153
2154 \begin_layout Standard
2155 \begin_inset VSpace bigskip
2156 \end_inset
2157
2158
2159 \begin_inset Newpage newpage
2160 \end_inset
2161
2162 For nested fractions the command 
2163 \series bold
2164
2165 \backslash
2166 cfrac
2167 \series default
2168
2169 \begin_inset Index
2170 status collapsed
2171
2172 \begin_layout Plain Layout
2173 Commands ! C ! 
2174 \backslash
2175 cfrac
2176 \end_layout
2177
2178 \end_inset
2179
2180  can be used.
2181  Here an example:
2182 \begin_inset VSpace -3mm
2183 \end_inset
2184
2185
2186 \end_layout
2187
2188 \begin_layout Standard
2189 \begin_inset Formula \begin{align*}
2190 \textrm{created with \textbf{\textbackslash  frac}} &  & \textrm{created with \textbf{\textbackslash  cfrac}}\\
2191 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac {A}{B+\cfrac {C+\cfrac {E}{F}}{D}}\end{align*}
2192
2193 \end_inset
2194
2195
2196 \end_layout
2197
2198 \begin_layout Standard
2199 The command for the example above is:
2200 \end_layout
2201
2202 \begin_layout Standard
2203
2204 \series bold
2205
2206 \backslash
2207 cfrac{A
2208 \begin_inset Formula $\to$
2209 \end_inset
2210
2211
2212 \backslash
2213 {B+
2214 \backslash
2215 cfrac{C+
2216 \backslash
2217 cfrac{E
2218 \begin_inset Formula $\to$
2219 \end_inset
2220
2221
2222 \backslash
2223 {F
2224 \begin_inset Formula $\to\to$
2225 \end_inset
2226
2227
2228 \backslash
2229 {D
2230 \end_layout
2231
2232 \begin_layout Standard
2233 \begin_inset VSpace medskip
2234 \end_inset
2235
2236
2237 \end_layout
2238
2239 \begin_layout Standard
2240
2241 \series bold
2242
2243 \backslash
2244 cfrac
2245 \series default
2246  sets the fraction always in the size of a displayed formula, also when
2247  it is part of another fraction.
2248  
2249 \series bold
2250
2251 \backslash
2252 cfrac
2253 \series default
2254  has the following command scheme:
2255 \end_layout
2256
2257 \begin_layout Standard
2258
2259 \series bold
2260
2261 \backslash
2262 cfrac[numerator position]{numerator}{denominator}
2263 \end_layout
2264
2265 \begin_layout Standard
2266 The numerator position can be 
2267 \emph on
2268 l
2269 \emph default
2270  , 
2271 \emph on
2272 c
2273 \emph default
2274 , or 
2275 \emph on
2276 r
2277 \emph default
2278  .
2279  l or r aligns the numerator to the left or right, resp.
2280 \begin_inset Space ~
2281 \end_inset
2282
2283 with the fraction stroke.
2284  When 
2285 \emph on
2286 c
2287 \emph default
2288  or no position is given, the numerator appears centered.
2289  These fractions demonstrate the different alignments:
2290 \begin_inset Newline newline
2291 \end_inset
2292
2293
2294 \series bold
2295
2296 \begin_inset Formula $\cfrac [l]{A}{B+C}$
2297 \end_inset
2298
2299
2300 \begin_inset Formula $\cfrac {A}{B+C}$
2301 \end_inset
2302
2303
2304 \begin_inset Formula $\cfrac [r]{A}{B+C}$
2305 \end_inset
2306
2307
2308 \end_layout
2309
2310 \begin_layout Standard
2311 \begin_inset VSpace medskip
2312 \end_inset
2313
2314 It is often advantageous to combine 
2315 \series bold
2316
2317 \backslash
2318 cfrac
2319 \series default
2320  and 
2321 \series bold
2322
2323 \backslash
2324 frac
2325 \series default
2326 :
2327 \begin_inset Formula \[
2328 \cfrac {A}{B+\cfrac {C+\frac{E}{F}}{D}}\]
2329
2330 \end_inset
2331
2332
2333 \end_layout
2334
2335 \begin_layout Standard
2336 For inline fractions with a sloped fraction stroke you can use the command
2337  
2338 \series bold
2339
2340 \backslash
2341 nicefrac
2342 \begin_inset Index
2343 status collapsed
2344
2345 \begin_layout Plain Layout
2346 Commands ! N ! 
2347 \backslash
2348 nicefrac
2349 \end_layout
2350
2351 \end_inset
2352
2353
2354 \series default
2355
2356 \begin_inset Formula $\nicefrac{5}{31}$
2357 \end_inset
2358
2359
2360 \end_layout
2361
2362 \begin_layout Standard
2363 How to define own fractions where the fraction stroke can be changed, is
2364  explained in 
2365 \begin_inset CommandInset ref
2366 LatexCommand ref
2367 reference "sub:Self-defined-Fractions"
2368
2369 \end_inset
2370
2371 .
2372 \end_layout
2373
2374 \begin_layout Subsection
2375 Roots
2376 \begin_inset Index
2377 status collapsed
2378
2379 \begin_layout Plain Layout
2380 Roots
2381 \end_layout
2382
2383 \end_inset
2384
2385
2386 \end_layout
2387
2388 \begin_layout Standard
2389 Square roots are created with 
2390 \series bold
2391
2392 \backslash
2393 sqrt
2394 \series default
2395
2396 \begin_inset Index
2397 status collapsed
2398
2399 \begin_layout Plain Layout
2400 Commands ! S ! 
2401 \backslash
2402 sqrt
2403 \end_layout
2404
2405 \end_inset
2406
2407  or the math toolbar button 
2408 \begin_inset Graphics
2409         filename ../images/math/sqrt.png
2410         embed ""
2411         scale 85
2412
2413 \end_inset
2414
2415 , all other roots with the command 
2416 \series bold
2417
2418 \backslash
2419 root
2420 \series default
2421
2422 \begin_inset Index
2423 status collapsed
2424
2425 \begin_layout Plain Layout
2426 Commands ! R ! 
2427 \backslash
2428 root
2429 \end_layout
2430
2431 \end_inset
2432
2433  or with the math toolbar button 
2434 \begin_inset Graphics
2435         filename ../images/math/root.png
2436         embed ""
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>
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
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
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
2714 status collapsed
2715
2716 \begin_layout Plain Layout
2717 Binomial coefficient s
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
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         embed ""
2748         scale 85
2749
2750 \end_inset
2751
2752 .
2753  Analog to fractions (
2754 \series bold
2755
2756 \backslash
2757 frac
2758 \series default
2759 ) there are besides 
2760 \series bold
2761
2762 \backslash
2763 binom
2764 \series default
2765  the commands 
2766 \series bold
2767
2768 \backslash
2769 dbinom
2770 \begin_inset Index
2771 status collapsed
2772
2773 \begin_layout Plain Layout
2774 Commands ! D ! 
2775 \backslash
2776 dbinom
2777 \end_layout
2778
2779 \end_inset
2780
2781
2782 \series default
2783  and 
2784 \series bold
2785
2786 \backslash
2787 tbinom
2788 \series default
2789
2790 \begin_inset Index
2791 status collapsed
2792
2793 \begin_layout Plain Layout
2794 Commands ! T ! 
2795 \backslash
2796 tbinom
2797 \end_layout
2798
2799 \end_inset
2800
2801 .
2802 \end_layout
2803
2804 \begin_layout Standard
2805 \align center
2806 \begin_inset Tabular
2807 <lyxtabular version="3" rows="4" columns="2">
2808 <features>
2809 <column alignment="center" valignment="top" width="0pt">
2810 <column alignment="center" valignment="top" width="0pt">
2811 <row>
2812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2813 \begin_inset Text
2814
2815 \begin_layout Plain Layout
2816 Command
2817 \end_layout
2818
2819 \end_inset
2820 </cell>
2821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2822 \begin_inset Text
2823
2824 \begin_layout Plain Layout
2825 Result
2826 \begin_inset Note Note
2827 status collapsed
2828
2829 \begin_layout Plain Layout
2830
2831 \series bold
2832
2833 \backslash
2834 raisebox
2835 \series default
2836  is only used as spacer.
2837 \end_layout
2838
2839 \end_inset
2840
2841
2842 \end_layout
2843
2844 \end_inset
2845 </cell>
2846 </row>
2847 <row>
2848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2849 \begin_inset Text
2850
2851 \begin_layout Plain Layout
2852
2853 \backslash
2854 binom
2855 \begin_inset ERT
2856 status collapsed
2857
2858 \begin_layout Plain Layout
2859
2860
2861 \backslash
2862 spce 
2863 \end_layout
2864
2865 \end_inset
2866
2867 A
2868 \begin_inset Formula $\downarrow$
2869 \end_inset
2870
2871 B
2872 \end_layout
2873
2874 \end_inset
2875 </cell>
2876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2877 \begin_inset Text
2878
2879 \begin_layout Plain Layout
2880 \begin_inset Formula $\raisebox {5mm}{}\binom{A}{B}\raisebox {-2.5mm}{}$
2881 \end_inset
2882
2883
2884 \end_layout
2885
2886 \end_inset
2887 </cell>
2888 </row>
2889 <row>
2890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2891 \begin_inset Text
2892
2893 \begin_layout Plain Layout
2894
2895 \backslash
2896 dbinom
2897 \begin_inset ERT
2898 status collapsed
2899
2900 \begin_layout Plain Layout
2901
2902
2903 \backslash
2904 spce 
2905 \end_layout
2906
2907 \end_inset
2908
2909 A
2910 \begin_inset Formula $\downarrow$
2911 \end_inset
2912
2913 B
2914 \end_layout
2915
2916 \end_inset
2917 </cell>
2918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2919 \begin_inset Text
2920
2921 \begin_layout Plain Layout
2922 \begin_inset Formula $\raisebox {5mm}{}\dbinom{A}{B}\raisebox {-2.5mm}{}$
2923 \end_inset
2924
2925
2926 \end_layout
2927
2928 \end_inset
2929 </cell>
2930 </row>
2931 <row>
2932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2933 \begin_inset Text
2934
2935 \begin_layout Plain Layout
2936
2937 \backslash
2938 tbinom
2939 \begin_inset ERT
2940 status collapsed
2941
2942 \begin_layout Plain Layout
2943
2944
2945 \backslash
2946 spce 
2947 \end_layout
2948
2949 \end_inset
2950
2951 A
2952 \begin_inset Formula $\downarrow$
2953 \end_inset
2954
2955 B
2956 \end_layout
2957
2958 \end_inset
2959 </cell>
2960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2961 \begin_inset Text
2962
2963 \begin_layout Plain Layout
2964 \begin_inset Formula $\raisebox {5mm}{}\tbinom{A}{B}\raisebox {-2.5mm}{}$
2965 \end_inset
2966
2967
2968 \end_layout
2969
2970 \end_inset
2971 </cell>
2972 </row>
2973 </lyxtabular>
2974
2975 \end_inset
2976
2977
2978 \end_layout
2979
2980 \begin_layout Subsection
2981 Case differentiations 
2982 \begin_inset Index
2983 status collapsed
2984
2985 \begin_layout Plain Layout
2986 Case differentiations 
2987 \end_layout
2988
2989 \end_inset
2990
2991
2992 \end_layout
2993
2994 \begin_layout Standard
2995 \align center
2996 \begin_inset Tabular
2997 <lyxtabular version="3" rows="3" columns="2">
2998 <features>
2999 <column alignment="center" valignment="top" width="0pt">
3000 <column alignment="center" valignment="top" width="0pt">
3001 <row>
3002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3003 \begin_inset Text
3004
3005 \begin_layout Plain Layout
3006 Command
3007 \end_layout
3008
3009 \end_inset
3010 </cell>
3011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3012 \begin_inset Text
3013
3014 \begin_layout Plain Layout
3015 Result
3016 \end_layout
3017
3018 \end_inset
3019 </cell>
3020 </row>
3021 <row>
3022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3023 \begin_inset Text
3024
3025 \begin_layout Plain Layout
3026
3027 \backslash
3028 cases
3029 \begin_inset ERT
3030 status collapsed
3031
3032 \begin_layout Plain Layout
3033
3034
3035 \backslash
3036 spce 
3037 \end_layout
3038
3039 \end_inset
3040
3041 A
3042 \begin_inset Formula $\to$
3043 \end_inset
3044
3045 B>0
3046 \begin_inset Index
3047 status collapsed
3048
3049 \begin_layout Plain Layout
3050 Commands ! C ! 
3051 \backslash
3052 cases
3053 \end_layout
3054
3055 \end_inset
3056
3057
3058 \end_layout
3059
3060 \end_inset
3061 </cell>
3062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3063 \begin_inset Text
3064
3065 \begin_layout Plain Layout
3066 \begin_inset Formula $\begin{cases}
3067 A & B>0\end{cases}$
3068 \end_inset
3069
3070
3071 \end_layout
3072
3073 \end_inset
3074 </cell>
3075 </row>
3076 <row>
3077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3078 \begin_inset Text
3079
3080 \begin_layout Plain Layout
3081
3082 \backslash
3083 cases
3084 \begin_inset ERT
3085 status collapsed
3086
3087 \begin_layout Plain Layout
3088
3089
3090 \backslash
3091 spce 
3092 \end_layout
3093
3094 \end_inset
3095
3096 Ctrl-Enter
3097 \end_layout
3098
3099 \end_inset
3100 </cell>
3101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3102 \begin_inset Text
3103
3104 \begin_layout Plain Layout
3105 \begin_inset Formula $\begin{cases}
3106 A & \textrm{for }x>0\\
3107 B & \textrm{for }x=0\end{cases}$
3108 \end_inset
3109
3110
3111 \end_layout
3112
3113 \end_inset
3114 </cell>
3115 </row>
3116 </lyxtabular>
3117
3118 \end_inset
3119
3120
3121 \end_layout
3122
3123 \begin_layout Standard
3124 After inserting 
3125 \series bold
3126
3127 \backslash
3128 cases
3129 \series default
3130  or the usage of the math toolbar button 
3131 \begin_inset Graphics
3132         filename ../images/math/cases.png
3133         embed ""
3134         scale 85
3135
3136 \end_inset
3137
3138  you can create new lines with the shortcut 
3139 \family sans
3140 Ctrl-Return
3141 \family default
3142  or the table toolbar button 
3143 \begin_inset Graphics
3144         filename ../images/tabular-feature_append-row.png
3145         embed ""
3146         scale 85
3147
3148 \end_inset
3149
3150 .
3151 \end_layout
3152
3153 \begin_layout Standard
3154 The command 
3155 \series bold
3156
3157 \backslash
3158 cases
3159 \series default
3160  is also available via the menu 
3161 \family sans
3162 Insert\SpecialChar \menuseparator
3163 Math\SpecialChar \menuseparator
3164 Cases-Environment
3165 \family default
3166 .
3167 \end_layout
3168
3169 \begin_layout Subsection
3170 Negations
3171 \begin_inset Index
3172 status collapsed
3173
3174 \begin_layout Plain Layout
3175 Negations
3176 \end_layout
3177
3178 \end_inset
3179
3180
3181 \end_layout
3182
3183 \begin_layout Standard
3184 By inserting of 
3185 \series bold
3186
3187 \backslash
3188 not
3189 \series default
3190
3191 \begin_inset Index
3192 status collapsed
3193
3194 \begin_layout Plain Layout
3195 Commands ! N ! 
3196 \backslash
3197 not
3198 \end_layout
3199
3200 \end_inset
3201
3202  every character can be displayed canceled.
3203  The characters are quasi accentuated by a slash.
3204 \end_layout
3205
3206 \begin_layout Standard
3207 \align center
3208 \begin_inset Tabular
3209 <lyxtabular version="3" rows="4" columns="2">
3210 <features>
3211 <column alignment="center" valignment="top" width="0pt">
3212 <column alignment="center" valignment="top" width="0pt">
3213 <row>
3214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3215 \begin_inset Text
3216
3217 \begin_layout Plain Layout
3218 Command
3219 \end_layout
3220
3221 \end_inset
3222 </cell>
3223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Plain Layout
3227 Result
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 </row>
3233 <row>
3234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3235 \begin_inset Text
3236
3237 \begin_layout Plain Layout
3238
3239 \backslash
3240 not=
3241 \end_layout
3242
3243 \end_inset
3244 </cell>
3245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Plain Layout
3249 \begin_inset Formula $\not=$
3250 \end_inset
3251
3252
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 </row>
3258 <row>
3259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Plain Layout
3263
3264 \backslash
3265 not 
3266 \backslash
3267 le
3268 \end_layout
3269
3270 \end_inset
3271 </cell>
3272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3273 \begin_inset Text
3274
3275 \begin_layout Plain Layout
3276 \begin_inset Formula $\not\le$
3277 \end_inset
3278
3279
3280 \end_layout
3281
3282 \end_inset
3283 </cell>
3284 </row>
3285 <row>
3286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Plain Layout
3290
3291 \backslash
3292 not 
3293 \backslash
3294 parallel
3295 \end_layout
3296
3297 \end_inset
3298 </cell>
3299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3300 \begin_inset Text
3301
3302 \begin_layout Plain Layout
3303 \begin_inset Formula $\not\parallel$
3304 \end_inset
3305
3306
3307 \end_layout
3308
3309 \end_inset
3310 </cell>
3311 </row>
3312 </lyxtabular>
3313
3314 \end_inset
3315
3316
3317 \end_layout
3318
3319 \begin_layout Standard
3320 The last example shows, that not all negations look good.
3321  Therefore there are for some negations special commands (see 
3322 \begin_inset CommandInset ref
3323 LatexCommand ref
3324 reference "sub:Mathematical-Symbols"
3325
3326 \end_inset
3327
3328  and 
3329 \begin_inset CommandInset ref
3330 LatexCommand ref
3331 reference "sec:Relations"
3332
3333 \end_inset
3334
3335 ).
3336 \end_layout
3337
3338 \begin_layout Subsection
3339 Placeholders
3340 \begin_inset CommandInset label
3341 LatexCommand label
3342 name "sub:Placeholders"
3343
3344 \end_inset
3345
3346
3347 \begin_inset Index
3348 status collapsed
3349
3350 \begin_layout Plain Layout
3351 Placeholders
3352 \end_layout
3353
3354 \end_inset
3355
3356
3357 \begin_inset Index
3358 status collapsed
3359
3360 \begin_layout Plain Layout
3361 Chemical characters ! Isotopes
3362 \end_layout
3363
3364 \end_inset
3365
3366
3367 \begin_inset Index
3368 status collapsed
3369
3370 \begin_layout Plain Layout
3371 Isotopes|see
3372 \begin_inset ERT
3373 status collapsed
3374
3375 \begin_layout Plain Layout
3376
3377 {
3378 \end_layout
3379
3380 \end_inset
3381
3382 Chemical characters
3383 \begin_inset ERT
3384 status collapsed
3385
3386 \begin_layout Plain Layout
3387
3388 }
3389 \end_layout
3390
3391 \end_inset
3392
3393
3394 \end_layout
3395
3396 \end_inset
3397
3398
3399 \end_layout
3400
3401 \begin_layout Standard
3402 When displaying e.
3403 \begin_inset Space \thinspace{}
3404 \end_inset
3405
3406 g.
3407 \begin_inset Space ~
3408 \end_inset
3409
3410 isotopes
3411 \begin_inset Foot
3412 status collapsed
3413
3414 \begin_layout Plain Layout
3415 More about chemical symbols is written in 
3416 \begin_inset CommandInset ref
3417 LatexCommand ref
3418 reference "sub:Chemical-Symbols-and"
3419
3420 \end_inset
3421
3422 .
3423 \end_layout
3424
3425 \end_inset
3426
3427  the following problem occurs:
3428 \end_layout
3429
3430 \begin_layout Standard
3431 \align center
3432 \begin_inset Tabular
3433 <lyxtabular version="3" rows="2" columns="2">
3434 <features>
3435 <column alignment="center" valignment="top" width="0pt">
3436 <column alignment="center" valignment="top" width="0pt">
3437 <row>
3438 <cell alignment="center" valignment="top" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442 Indices created with sub- and superscripts:
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 <cell alignment="center" valignment="top" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox {-3mm}{}$
3452 \end_inset
3453
3454
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 </row>
3460 <row>
3461 <cell alignment="center" valignment="top" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465 correct indices:
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 <cell alignment="center" valignment="top" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3475 \end_inset
3476
3477
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 </row>
3483 </lyxtabular>
3484
3485 \end_inset
3486
3487
3488 \begin_inset Note Note
3489 status collapsed
3490
3491 \begin_layout Plain Layout
3492
3493 \series bold
3494
3495 \backslash
3496 raisebox
3497 \series default
3498  is only used as spacer.
3499 \end_layout
3500
3501 \end_inset
3502
3503
3504 \end_layout
3505
3506 \begin_layout Standard
3507 The shorter index is by default placed below or above the first character
3508  of the longer index.
3509  To avoid this there is the command 
3510 \series bold
3511
3512 \backslash
3513 phantom
3514 \series default
3515
3516 \begin_inset Index
3517 status collapsed
3518
3519 \begin_layout Plain Layout
3520 Commands ! P ! 
3521 \backslash
3522 phantom
3523 \end_layout
3524
3525 \end_inset
3526
3527  or the math toolbar button
3528 \begin_inset Space \thinspace{}
3529 \end_inset
3530
3531
3532 \begin_inset Foot
3533 status collapsed
3534
3535 \begin_layout Plain Layout
3536 can be found in the submenu of the toolbar button 
3537 \begin_inset Graphics
3538         filename ../images/math/space.png
3539         embed ""
3540         scale 85
3541
3542 \end_inset
3543
3544
3545 \end_layout
3546
3547 \end_inset
3548
3549  
3550 \begin_inset Graphics
3551         filename ../images/math/phantom.png
3552         embed ""
3553         scale 85
3554
3555 \end_inset
3556
3557  that creates one or more phantom characters.
3558  When inserting 
3559 \series bold
3560
3561 \backslash
3562 phantom
3563 \series default
3564  a small blue box appears that is superposed with two red arrows.
3565  The arrows indicate that the complete width and height of the box content
3566  will be created as placeholder.
3567  Phantom characters are accordingly placeholders with the size of the characters.
3568 \end_layout
3569
3570 \begin_layout Standard
3571 \align center
3572 \begin_inset Tabular
3573 <lyxtabular version="3" rows="4" columns="2">
3574 <features>
3575 <column alignment="center" valignment="top" width="0">
3576 <column alignment="center" valignment="top" width="0">
3577 <row>
3578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Plain Layout
3582 Command
3583 \end_layout
3584
3585 \end_inset
3586 </cell>
3587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Plain Layout
3591 Result
3592 \begin_inset Note Note
3593 status collapsed
3594
3595 \begin_layout Plain Layout
3596
3597 \series bold
3598
3599 \backslash
3600 raisebox
3601 \series default
3602  is only used as spacer.
3603 \end_layout
3604
3605 \end_inset
3606
3607
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 </row>
3613 <row>
3614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618 ^19
3619 \begin_inset ERT
3620 status collapsed
3621
3622 \begin_layout Plain Layout
3623
3624
3625 \backslash
3626 spce 
3627 \end_layout
3628
3629 \end_inset
3630
3631 _
3632 \backslash
3633 phantom
3634 \begin_inset ERT
3635 status collapsed
3636
3637 \begin_layout Plain Layout
3638
3639
3640 \backslash
3641 spce 
3642 \end_layout
3643
3644 \end_inset
3645
3646 1
3647 \begin_inset Formula $\to$
3648 \end_inset
3649
3650 9
3651 \begin_inset ERT
3652 status collapsed
3653
3654 \begin_layout Plain Layout
3655
3656
3657 \backslash
3658 spce 
3659 \end_layout
3660
3661 \end_inset
3662
3663 F
3664 \end_layout
3665
3666 \end_inset
3667 </cell>
3668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3669 \begin_inset Text
3670
3671 \begin_layout Plain Layout
3672 \begin_inset Formula $\raisebox {4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox {-2.5mm}{}$
3673 \end_inset
3674
3675
3676 \end_layout
3677
3678 \end_inset
3679 </cell>
3680 </row>
3681 <row>
3682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3683 \begin_inset Text
3684
3685 \begin_layout Plain Layout
3686 ^235
3687 \begin_inset ERT
3688 status collapsed
3689
3690 \begin_layout Plain Layout
3691
3692
3693 \backslash
3694 spce 
3695 \end_layout
3696
3697 \end_inset
3698
3699 _
3700 \backslash
3701 phantom
3702 \begin_inset ERT
3703 status collapsed
3704
3705 \begin_layout Plain Layout
3706
3707
3708 \backslash
3709 spce 
3710 \end_layout
3711
3712 \end_inset
3713
3714 23
3715 \begin_inset Formula $\to$
3716 \end_inset
3717
3718 9
3719 \begin_inset ERT
3720 status collapsed
3721
3722 \begin_layout Plain Layout
3723
3724
3725 \backslash
3726 spce 
3727 \end_layout
3728
3729 \end_inset
3730
3731 F
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 \begin_inset Formula $\raisebox {4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox {-2.5mm}{}$
3741 \end_inset
3742
3743
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 </row>
3749 <row>
3750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754
3755 \backslash
3756 Lambda^
3757 \begin_inset ERT
3758 status collapsed
3759
3760 \begin_layout Plain Layout
3761
3762
3763 \backslash
3764 spce 
3765 \end_layout
3766
3767 \end_inset
3768
3769
3770 \backslash
3771 phantom
3772 \begin_inset ERT
3773 status collapsed
3774
3775 \begin_layout Plain Layout
3776
3777
3778 \backslash
3779 spce 
3780 \end_layout
3781
3782 \end_inset
3783
3784 ii
3785 \begin_inset Formula $\to$
3786 \end_inset
3787
3788 t
3789 \begin_inset ERT
3790 status collapsed
3791
3792 \begin_layout Plain Layout
3793
3794
3795 \backslash
3796 spce 
3797 \end_layout
3798
3799 \end_inset
3800
3801 _MMt
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810 \begin_inset Formula $\raisebox {4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox {-2.5mm}{}$
3811 \end_inset
3812
3813
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 </row>
3819 </lyxtabular>
3820
3821 \end_inset
3822
3823
3824 \end_layout
3825
3826 \begin_layout Standard
3827 Furthermore there are the commands 
3828 \series bold
3829
3830 \backslash
3831 vphantom
3832 \series default
3833
3834 \begin_inset Index
3835 status collapsed
3836
3837 \begin_layout Plain Layout
3838 Commands ! V ! 
3839 \backslash
3840 vphantom
3841 \end_layout
3842
3843 \end_inset
3844
3845  (toolbar button 
3846 \begin_inset Space ~
3847 \end_inset
3848
3849
3850 \begin_inset Graphics
3851         filename ../images/math/vphantom.png
3852         embed ""
3853         scale 85
3854
3855 \end_inset
3856
3857 ) and 
3858 \series bold
3859
3860 \backslash
3861 hphantom
3862 \series default
3863
3864 \begin_inset Index
3865 status collapsed
3866
3867 \begin_layout Plain Layout
3868 Commands ! H ! 
3869 \backslash
3870 hphantom
3871 \end_layout
3872
3873 \end_inset
3874
3875  (toolbar button 
3876 \begin_inset Space ~
3877 \end_inset
3878
3879
3880 \begin_inset Graphics
3881         filename ../images/math/hphantom.png
3882         embed ""
3883         scale 85
3884
3885 \end_inset
3886
3887 ).
3888  
3889 \series bold
3890
3891 \backslash
3892 hphantom
3893 \series default
3894  creates only space for the maximal height of the characters in the box
3895  but not for its width.
3896  
3897 \series bold
3898
3899 \backslash
3900 vphantom
3901 \series default
3902  creates only space for the width of the box content.
3903  Therefore  the boxes of both commands have only one red arrow.
3904 \end_layout
3905
3906 \begin_layout Standard
3907 For example creates 
3908 \series bold
3909
3910 \backslash
3911 vphantom
3912 \series default
3913
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
3927 \series bold
3928 a
3929 \backslash
3930 int
3931 \series default
3932  space for the height of the integral sign,
3933 \begin_inset Foot
3934 status collapsed
3935
3936 \begin_layout Plain Layout
3937 The command 
3938 \series bold
3939
3940 \backslash
3941 int
3942 \series default
3943  creates an integral sign, see 
3944 \begin_inset CommandInset ref
3945 LatexCommand ref
3946 reference "sub:Big-Operators"
3947
3948 \end_inset
3949
3950 .
3951 \end_layout
3952
3953 \end_inset
3954
3955  because this is the larger character.
3956  An example application is in 
3957 \begin_inset CommandInset ref
3958 LatexCommand ref
3959 reference "sub:Multiline-Brackets"
3960
3961 \end_inset
3962
3963 .
3964 \end_layout
3965
3966 \begin_layout Subsection
3967 Lines
3968 \begin_inset Index
3969 status collapsed
3970
3971 \begin_layout Plain Layout
3972 Lines
3973 \end_layout
3974
3975 \end_inset
3976
3977
3978 \begin_inset Index
3979 status collapsed
3980
3981 \begin_layout Plain Layout
3982 Formula ! underlined
3983 \end_layout
3984
3985 \end_inset
3986
3987
3988 \end_layout
3989
3990 \begin_layout Standard
3991 \align center
3992 \begin_inset Tabular
3993 <lyxtabular version="3" rows="4" columns="2">
3994 <features>
3995 <column alignment="center" valignment="top" width="0pt">
3996 <column alignment="center" valignment="top" width="0pt">
3997 <row>
3998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002 Command
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011 Result
4012 \begin_inset Note Note
4013 status collapsed
4014
4015 \begin_layout Plain Layout
4016
4017 \series bold
4018
4019 \backslash
4020 raisebox
4021 \series default
4022  is only used as spacer.
4023 \end_layout
4024
4025 \end_inset
4026
4027
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 </row>
4033 <row>
4034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038
4039 \backslash
4040 overline
4041 \begin_inset ERT
4042 status collapsed
4043
4044 \begin_layout Plain Layout
4045
4046
4047 \backslash
4048 spce 
4049 \end_layout
4050
4051 \end_inset
4052
4053 A+B
4054 \begin_inset Index
4055 status collapsed
4056
4057 \begin_layout Plain Layout
4058 Commands ! O ! 
4059 \backslash
4060 overline
4061 \end_layout
4062
4063 \end_inset
4064
4065
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 \begin_inset Formula $\raisebox {5mm}{}\overline{A+B}$
4075 \end_inset
4076
4077
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 </row>
4083 <row>
4084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088
4089 \backslash
4090 underline
4091 \begin_inset ERT
4092 status collapsed
4093
4094 \begin_layout Plain Layout
4095
4096
4097 \backslash
4098 spce 
4099 \end_layout
4100
4101 \end_inset
4102
4103 A+B
4104 \begin_inset Index
4105 status collapsed
4106
4107 \begin_layout Plain Layout
4108 Commands ! U ! 
4109 \backslash
4110 underline
4111 \end_layout
4112
4113 \end_inset
4114
4115
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124 \begin_inset Formula $\underline{A+B}\raisebox {-2.5mm}{}$
4125 \end_inset
4126
4127
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 </row>
4133 <row>
4134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Plain Layout
4138
4139 \backslash
4140 overline
4141 \begin_inset ERT
4142 status collapsed
4143
4144 \begin_layout Plain Layout
4145
4146
4147 \backslash
4148 spce 
4149 \end_layout
4150
4151 \end_inset
4152
4153
4154 \backslash
4155 underline
4156 \begin_inset ERT
4157 status collapsed
4158
4159 \begin_layout Plain Layout
4160
4161
4162 \backslash
4163 spce 
4164 \end_layout
4165
4166 \end_inset
4167
4168 A+B
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177 \begin_inset Formula $\raisebox {5mm}{}\overline{\underline{A+B}}\raisebox {-2.5mm}{}$
4178 \end_inset
4179
4180
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 </row>
4186 </lyxtabular>
4187
4188 \end_inset
4189
4190
4191 \end_layout
4192
4193 \begin_layout Standard
4194 In the last example it doesn't matter if first 
4195 \series bold
4196
4197 \backslash
4198 overline
4199 \series default
4200  or 
4201 \series bold
4202
4203 \backslash
4204 underline
4205 \series default
4206  is inserted.
4207 \end_layout
4208
4209 \begin_layout Standard
4210 To double underline e.
4211 \begin_inset Space \thinspace{}
4212 \end_inset
4213
4214 g.
4215  results, one uses 
4216 \series bold
4217
4218 \backslash
4219 underline
4220 \series default
4221  twice.
4222 \end_layout
4223
4224 \begin_layout Standard
4225 It is possible to place up to 6 lines above or below characters.
4226 \end_layout
4227
4228 \begin_layout Subsection
4229 Ellipses
4230 \begin_inset Index
4231 status collapsed
4232
4233 \begin_layout Plain Layout
4234 Ellipses
4235 \end_layout
4236
4237 \end_inset
4238
4239
4240 \end_layout
4241
4242 \begin_layout Standard
4243 There are different types of ellipses available.
4244 \begin_inset Foot
4245 status collapsed
4246
4247 \begin_layout Plain Layout
4248 In the math toolbar in the submenu of the button 
4249 \begin_inset Graphics
4250         filename ../images/math/ldots.png
4251         embed ""
4252         scale 85
4253
4254 \end_inset
4255
4256
4257 \end_layout
4258
4259 \end_inset
4260
4261  For listings dots at the baseline are used (
4262 \series bold
4263
4264 \backslash
4265 ldots
4266 \series default
4267
4268 \begin_inset Index
4269 status collapsed
4270
4271 \begin_layout Plain Layout
4272 Commands ! L ! 
4273 \backslash
4274 ldots
4275 \end_layout
4276
4277 \end_inset
4278
4279 ), while for operations dots are needed that are on the same height as the
4280  operators (
4281 \series bold
4282
4283 \backslash
4284 cdots
4285 \series default
4286
4287 \begin_inset Index
4288 status collapsed
4289
4290 \begin_layout Plain Layout
4291 Commands ! C ! 
4292 \backslash
4293 cdots
4294 \end_layout
4295
4296 \end_inset
4297
4298 ).
4299  When using the command 
4300 \series bold
4301
4302 \backslash
4303 dots
4304 \series default
4305
4306 \begin_inset Index
4307 status collapsed
4308
4309 \begin_layout Plain Layout
4310 Commands ! D ! 
4311 \backslash
4312 dots
4313 \end_layout
4314
4315 \end_inset
4316
4317 , LaTeX decides on the basis of the next character what type is used.
4318 \end_layout
4319
4320 \begin_layout Standard
4321 \align center
4322 \begin_inset Tabular
4323 <lyxtabular version="3" rows="8" columns="2">
4324 <features>
4325 <column alignment="center" valignment="top" width="0pt">
4326 <column alignment="center" valignment="top" width="0pt">
4327 <row>
4328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332 Command
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341 Result
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 </row>
4347 <row>
4348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 A_1
4353 \begin_inset ERT
4354 status collapsed
4355
4356 \begin_layout Plain Layout
4357
4358
4359 \backslash
4360 spce 
4361 \end_layout
4362
4363 \end_inset
4364
4365 ,
4366 \backslash
4367 dots
4368 \begin_inset ERT
4369 status collapsed
4370
4371 \begin_layout Plain Layout
4372
4373
4374 \backslash
4375 spce 
4376 \end_layout
4377
4378 \end_inset
4379
4380 ,A_n
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 \begin_inset Formula $A_{1},\dots,A_{n}$
4390 \end_inset
4391
4392
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 </row>
4398 <row>
4399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403 A_1
4404 \begin_inset ERT
4405 status collapsed
4406
4407 \begin_layout Plain Layout
4408
4409
4410 \backslash
4411 spce 
4412 \end_layout
4413
4414 \end_inset
4415
4416 +
4417 \backslash
4418 dots
4419 \begin_inset ERT
4420 status collapsed
4421
4422 \begin_layout Plain Layout
4423
4424
4425 \backslash
4426 spce 
4427 \end_layout
4428
4429 \end_inset
4430
4431 +A_n
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440 \begin_inset Formula $A_{1}+\dots+A_{n}$
4441 \end_inset
4442
4443
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 </row>
4449 <row>
4450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454 A_1
4455 \begin_inset ERT
4456 status collapsed
4457
4458 \begin_layout Plain Layout
4459
4460
4461 \backslash
4462 spce 
4463 \end_layout
4464
4465 \end_inset
4466
4467 ,
4468 \backslash
4469 ldots
4470 \begin_inset ERT
4471 status collapsed
4472
4473 \begin_layout Plain Layout
4474
4475
4476 \backslash
4477 spce 
4478 \end_layout
4479
4480 \end_inset
4481
4482 ,A_n
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 \begin_inset Formula $A_{1},\ldots,A_{n}$
4492 \end_inset
4493
4494
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 </row>
4500 <row>
4501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505 A_1
4506 \begin_inset ERT
4507 status collapsed
4508
4509 \begin_layout Plain Layout
4510
4511
4512 \backslash
4513 spce 
4514 \end_layout
4515
4516 \end_inset
4517
4518 +
4519 \backslash
4520 cdots
4521 \begin_inset ERT
4522 status collapsed
4523
4524 \begin_layout Plain Layout
4525
4526
4527 \backslash
4528 spce 
4529 \end_layout
4530
4531 \end_inset
4532
4533 +A_n
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4543 \end_inset
4544
4545
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 </row>
4551 <row>
4552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556
4557 \backslash
4558 vdots
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567 \begin_inset Formula $\vdots$
4568 \end_inset
4569
4570
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 </row>
4576 <row>
4577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581
4582 \backslash
4583 ddots
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592 \begin_inset Formula $\ddots$
4593 \end_inset
4594
4595
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 </row>
4601 <row>
4602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606 3×3
4607 \begin_inset Space \thinspace{}
4608 \end_inset
4609
4610 matrix with the different dots
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619 \begin_inset Formula $\begin{array}{ccc}
4620 A_{11} & \cdots & A_{1m}\\
4621 \vdots & \ddots & \vdots\\
4622 A_{n1} & \cdots & A_{nm}\end{array}$
4623 \end_inset
4624
4625
4626 \end_layout
4627
4628 \end_inset
4629 </cell>
4630 </row>
4631 </lyxtabular>
4632
4633 \end_inset
4634
4635
4636 \end_layout
4637
4638 \begin_layout Standard
4639 The ellipses available in menu 
4640 \family sans
4641 Insert\SpecialChar \menuseparator
4642 Special
4643 \begin_inset Space ~
4644 \end_inset
4645
4646 Character
4647 \family default
4648  are 
4649 \series bold
4650
4651 \backslash
4652 ldots
4653 \series default
4654 .
4655 \end_layout
4656
4657 \begin_layout Standard
4658 \begin_inset VSpace medskip
4659 \end_inset
4660
4661 Specially for matrices there are ellipses that span over several columns.
4662  They are created with the command 
4663 \series bold
4664
4665 \backslash
4666 hdotsfor
4667 \series default
4668
4669 \begin_inset Index
4670 status collapsed
4671
4672 \begin_layout Plain Layout
4673 Commands ! H ! 
4674 \backslash
4675 hdotsfor
4676 \end_layout
4677
4678 \end_inset
4679
4680 , that has the following scheme:
4681 \end_layout
4682
4683 \begin_layout Standard
4684
4685 \series bold
4686
4687 \backslash
4688 hdotsfor[distance]{number of columns}
4689 \end_layout
4690
4691 \begin_layout Standard
4692 The number of columns specifies how many columns should be spanned.
4693  Distance is a factor for the distance between the dots.
4694 \end_layout
4695
4696 \begin_layout Standard
4697 In the following matrix the command 
4698 \series bold
4699
4700 \backslash
4701 hdotsfor[2]{4}
4702 \series default
4703  was inserted in the first box of the second line, to get an ellipsis with
4704  a dot distance twice as long as with the command 
4705 \series bold
4706
4707 \backslash
4708 dots
4709 \series default
4710 :
4711 \begin_inset Formula \[
4712 \left(\begin{array}{cccc}
4713 A & B & C & D\\
4714 \hdotsfor [2]{4}\\
4715 q & w & e & r\end{array}\right)\]
4716
4717 \end_inset
4718
4719 Note that the matrix fields that should be spanned must be empty, otherwise
4720  you get LaTeX-errors.
4721 \end_layout
4722
4723 \begin_layout Standard
4724 \begin_inset VSpace bigskip
4725 \end_inset
4726
4727 Furthermore you can fill with the command 
4728 \series bold
4729
4730 \backslash
4731 dotfill
4732 \series default
4733
4734 \begin_inset Index
4735 status collapsed
4736
4737 \begin_layout Plain Layout
4738 Commands ! D ! 
4739 \backslash
4740 dotfill
4741 \end_layout
4742
4743 \end_inset
4744
4745  the rest of a line with dots.
4746  The effect of these commands is the same like with 
4747 \series bold
4748
4749 \backslash
4750 hfill
4751 \series default
4752 , see 
4753 \begin_inset CommandInset ref
4754 LatexCommand ref
4755 reference "sub:Variable-Space"
4756
4757 \end_inset
4758
4759 .
4760 \end_layout
4761
4762 \begin_layout Standard
4763 For example the command 
4764 \series bold
4765 A
4766 \backslash
4767 dotfill
4768 \begin_inset ERT
4769 status collapsed
4770
4771 \begin_layout Plain Layout
4772
4773
4774 \backslash
4775 spce 
4776 \end_layout
4777
4778 \end_inset
4779
4780 B
4781 \series default
4782  produces
4783 \end_layout
4784
4785 \begin_layout Standard
4786 \begin_inset Formula $A\dotfill  B$
4787 \end_inset
4788
4789
4790 \end_layout
4791
4792 \begin_layout Standard
4793 Analog to
4794 \series bold
4795  
4796 \backslash
4797 dotfill
4798 \series default
4799  there is for a line the command 
4800 \series bold
4801
4802 \backslash
4803 hrulefill
4804 \series default
4805
4806 \begin_inset Index
4807 status collapsed
4808
4809 \begin_layout Plain Layout
4810 Commands ! H ! 
4811 \backslash
4812 hrulefill
4813 \end_layout
4814
4815 \end_inset
4816
4817 :
4818 \end_layout
4819
4820 \begin_layout Standard
4821 \begin_inset Formula $A\hrulefill  B$
4822 \end_inset
4823
4824
4825 \end_layout
4826
4827 \begin_layout Standard
4828 To use the commands for text, they have to be inserted in TeX-mode.
4829 \end_layout
4830
4831 \begin_layout Section
4832 Matrices
4833 \begin_inset CommandInset label
4834 LatexCommand label
4835 name "sec:Matrices"
4836
4837 \end_inset
4838
4839
4840 \begin_inset Index
4841 status collapsed
4842
4843 \begin_layout Plain Layout
4844 Matrices
4845 \end_layout
4846
4847 \end_inset
4848
4849
4850 \end_layout
4851
4852 \begin_layout Standard
4853 Matrices can be inserted via the math toolbar button 
4854 \begin_inset Graphics
4855         filename ../images/dialog-show_mathmatrix.png
4856         embed ""
4857         scale 85
4858
4859 \end_inset
4860
4861  or the menu 
4862 \family sans
4863 Insert\SpecialChar \menuseparator
4864 Math\SpecialChar \menuseparator
4865 Matrix
4866 \family default
4867 .
4868  You will be asked for the number of matrix columns and rows, and the alignment.
4869  The vertical alignment is hereby only of importance for matrices in inline
4870  formulas:
4871 \end_layout
4872
4873 \begin_layout Standard
4874 The first matrix is top 
4875 \begin_inset Formula $\begin{array}[t]{cccc}
4876 A & D & G & J\\
4877 B & E & H & K\\
4878 C & F & I & L\end{array}$
4879 \end_inset
4880
4881 , the second middle 
4882 \begin_inset Formula $\begin{array}{cccc}
4883 A & D & G & J\\
4884 B & E & H & K\\
4885 C & F & I & L\end{array}$
4886 \end_inset
4887
4888 , and the third bottom 
4889 \begin_inset Formula $\begin{array}[b]{cccc}
4890 A & D & G & J\\
4891 B & E & H & K\\
4892 C & F & I & L\end{array}$
4893 \end_inset
4894
4895  aligned.
4896 \end_layout
4897
4898 \begin_layout Standard
4899 The horizontal alignment specifies how the column entries should be aligned.
4900  It is set by entering a letter for every column.
4901  
4902 \emph on
4903 l
4904 \emph default
4905  denotes left aligned, 
4906 \emph on
4907 c
4908 \emph default
4909  centered, and 
4910 \emph on
4911 r
4912 \emph default
4913  right aligned.
4914  To create for example a 4
4915 \series bold
4916 ×
4917 \series default
4918 4
4919 \begin_inset Space ~
4920 \end_inset
4921
4922 matrix where the first column is left aligned, the second and third are
4923  centered, and the last one is right aligned, one enters for the horizontal
4924  alignment 
4925 \series bold
4926 lccr
4927 \series default
4928 .
4929  Normally are in a matrix all columns centered, therefore the default is
4930  for every column is a 
4931 \series bold
4932 c
4933 \series default
4934 .
4935 \end_layout
4936
4937 \begin_layout Standard
4938 Horizontal alignment:
4939 \end_layout
4940
4941 \begin_layout Standard
4942
4943 \series bold
4944 lll
4945 \series default
4946  : 
4947 \begin_inset Formula $\begin{array}{lll}
4948 10000 & D & G\\
4949 B & 10000 & H\\
4950 C & F & 10000\end{array}$
4951 \end_inset
4952
4953  , 
4954 \series bold
4955 ccc
4956 \series default
4957  : 
4958 \begin_inset Formula $\begin{array}{ccc}
4959 10000 & D & G\\
4960 B & 10000 & H\\
4961 C & F & 10000\end{array}$
4962 \end_inset
4963
4964  , 
4965 \series bold
4966 rrr
4967 \series default
4968  : 
4969 \begin_inset Formula $\begin{array}{rrr}
4970 10000 & D & G\\
4971 B & 10000 & H\\
4972 C & F & 10000\end{array}$
4973 \end_inset
4974
4975
4976 \end_layout
4977
4978 \begin_layout Standard
4979 To add or delete rows and columns subsequently, the math toolbar buttons
4980  
4981 \begin_inset Graphics
4982         filename ../images/tabular-feature_append-row.png
4983         embed ""
4984         scale 85
4985
4986 \end_inset
4987
4988
4989 \begin_inset Graphics
4990         filename ../images/tabular-feature_delete-row.png
4991         embed ""
4992         scale 85
4993
4994 \end_inset
4995
4996 , etc.
4997 \begin_inset Space \thinspace{}
4998 \end_inset
4999
5000 , or the menu 
5001 \family sans
5002 Edit\SpecialChar \menuseparator
5003 Rows & Columns
5004 \family default
5005  can be used.
5006  New rows can also be created with 
5007 \family sans
5008 Ctrl-Return
5009 \family default
5010 .
5011 \end_layout
5012
5013 \begin_layout Standard
5014 \begin_inset VSpace bigskip
5015 \end_inset
5016
5017 Parentheses around a matrix can can either be created with the commands
5018  
5019 \series bold
5020
5021 \backslash
5022 left
5023 \series default
5024
5025 \begin_inset Index
5026 status collapsed
5027
5028 \begin_layout Plain Layout
5029 Commands ! L ! 
5030 \backslash
5031 left
5032 \end_layout
5033
5034 \end_inset
5035
5036  and 
5037 \series bold
5038
5039 \backslash
5040 right
5041 \series default
5042
5043 \begin_inset Index
5044 status collapsed
5045
5046 \begin_layout Plain Layout
5047 Commands ! R ! 
5048 \backslash
5049 right
5050 \end_layout
5051
5052 \end_inset
5053
5054  (shortcut 
5055 \family sans
5056 Alt-m
5057 \begin_inset Space ~
5058 \end_inset
5059
5060 parenthesis
5061 \family default
5062 ), see 
5063 \begin_inset CommandInset ref
5064 LatexCommand ref
5065 reference "sub:Automatic-Bracket-Size"
5066
5067 \end_inset
5068
5069 , or by using the following commands:
5070 \begin_inset VSpace medskip
5071 \end_inset
5072
5073
5074 \end_layout
5075
5076 \begin_layout Standard
5077 \begin_inset Space \hfill{}
5078 \end_inset
5079
5080
5081 \begin_inset Tabular
5082 <lyxtabular version="3" rows="4" columns="2">
5083 <features>
5084 <column alignment="center" valignment="top" width="0">
5085 <column alignment="center" valignment="top" width="0">
5086 <row>
5087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091 Command
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5097 \begin_inset Text
5098
5099 \begin_layout Plain Layout
5100 Result
5101 \begin_inset Note Note
5102 status collapsed
5103
5104 \begin_layout Plain Layout
5105
5106 \series bold
5107
5108 \backslash
5109 raisebox
5110 \series default
5111  is only used as spacer.
5112 \end_layout
5113
5114 \end_inset
5115
5116
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 </row>
5122 <row>
5123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5124 \begin_inset Text
5125
5126 \begin_layout Plain Layout
5127
5128 \backslash
5129 bmatrix
5130 \begin_inset ERT
5131 status collapsed
5132
5133 \begin_layout Plain Layout
5134
5135
5136 \backslash
5137 spce 
5138 \end_layout
5139
5140 \end_inset
5141
5142 2
5143 \series bold
5144 ×
5145 \series default
5146 2
5147 \begin_inset Space \thinspace{}
5148 \end_inset
5149
5150 matrix
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159 \begin_inset Formula $\raisebox {7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5160 0 & \textrm{-}\mathrm{i}\\
5161 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox {-5.3mm}{}$
5162 \end_inset
5163
5164
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 </row>
5170 <row>
5171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175
5176 \backslash
5177 Bmatrix
5178 \begin_inset ERT
5179 status collapsed
5180
5181 \begin_layout Plain Layout
5182
5183
5184 \backslash
5185 spce 
5186 \end_layout
5187
5188 \end_inset
5189
5190 2
5191 \series bold
5192 ×
5193 \series default
5194 2
5195 \begin_inset Space \thinspace{}
5196 \end_inset
5197
5198 matrix
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207 \begin_inset Formula $\raisebox {7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5208 0 & \textrm{-}\mathrm{i}\\
5209 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox {-5.3mm}{}$
5210 \end_inset
5211
5212
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 </row>
5218 <row>
5219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5220 \begin_inset Text
5221
5222 \begin_layout Plain Layout
5223
5224 \backslash
5225 pmatrix
5226 \begin_inset ERT
5227 status collapsed
5228
5229 \begin_layout Plain Layout
5230
5231
5232 \backslash
5233 spce 
5234 \end_layout
5235
5236 \end_inset
5237
5238 2
5239 \series bold
5240 ×
5241 \series default
5242 2
5243 \begin_inset Space \thinspace{}
5244 \end_inset
5245
5246 matrix
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5252 \begin_inset Text
5253
5254 \begin_layout Plain Layout
5255 \begin_inset Formula $\raisebox {7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5256 0 & \textrm{-}\mathrm{i}\\
5257 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox {-5.3mm}{}$
5258 \end_inset
5259
5260
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 </row>
5266 </lyxtabular>
5267
5268 \end_inset
5269
5270
5271 \begin_inset Space \hfill{}
5272 \end_inset
5273
5274
5275 \begin_inset Tabular
5276 <lyxtabular version="3" rows="4" columns="2">
5277 <features>
5278 <column alignment="center" valignment="top" width="0">
5279 <column alignment="center" valignment="top" width="0">
5280 <row>
5281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5282 \begin_inset Text
5283
5284 \begin_layout Plain Layout
5285 Command
5286 \end_layout
5287
5288 \end_inset
5289 </cell>
5290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5291 \begin_inset Text
5292
5293 \begin_layout Plain Layout
5294 Result
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 </row>
5300 <row>
5301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5302 \begin_inset Text
5303
5304 \begin_layout Plain Layout
5305
5306 \backslash
5307 vmatrix
5308 \begin_inset ERT
5309 status collapsed
5310
5311 \begin_layout Plain Layout
5312
5313
5314 \backslash
5315 spce 
5316 \end_layout
5317
5318 \end_inset
5319
5320 2
5321 \series bold
5322 ×
5323 \series default
5324 2
5325 \begin_inset Space \thinspace{}
5326 \end_inset
5327
5328 matrix
5329 \end_layout
5330
5331 \end_inset
5332 </cell>
5333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5334 \begin_inset Text
5335
5336 \begin_layout Plain Layout
5337 \begin_inset Formula $\raisebox {7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5338 0 & \textrm{-}\mathrm{i}\\
5339 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox {-5.3mm}{}$
5340 \end_inset
5341
5342
5343 \end_layout
5344
5345 \end_inset
5346 </cell>
5347 </row>
5348 <row>
5349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5350 \begin_inset Text
5351
5352 \begin_layout Plain Layout
5353
5354 \backslash
5355 Vmatrix
5356 \begin_inset ERT
5357 status collapsed
5358
5359 \begin_layout Plain Layout
5360
5361
5362 \backslash
5363 spce 
5364 \end_layout
5365
5366 \end_inset
5367
5368 2
5369 \series bold
5370 ×
5371 \series default
5372 2
5373 \begin_inset Space \thinspace{}
5374 \end_inset
5375
5376 matrix
5377 \end_layout
5378
5379 \end_inset
5380 </cell>
5381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5382 \begin_inset Text
5383
5384 \begin_layout Plain Layout
5385 \begin_inset Formula $\raisebox {7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5386 0 & \textrm{-}\mathrm{i}\\
5387 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox {-5.3mm}{}$
5388 \end_inset
5389
5390
5391 \end_layout
5392
5393 \end_inset
5394 </cell>
5395 </row>
5396 <row>
5397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401
5402 \backslash
5403 matrix
5404 \begin_inset ERT
5405 status collapsed
5406
5407 \begin_layout Plain Layout
5408
5409
5410 \backslash
5411 spce 
5412 \end_layout
5413
5414 \end_inset
5415
5416 2
5417 \series bold
5418 ×
5419 \series default
5420 2
5421 \begin_inset Space \thinspace{}
5422 \end_inset
5423
5424 matrix
5425 \end_layout
5426
5427 \end_inset
5428 </cell>
5429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5430 \begin_inset Text
5431
5432 \begin_layout Plain Layout
5433 \begin_inset Formula $\raisebox {7.5mm}{}\begin{matrix}\begin{array}{cc}
5434 0 & \textrm{-}\mathrm{i}\\
5435 \mathrm{i} & 0\end{array}\end{matrix}\raisebox {-5.3mm}{}$
5436 \end_inset
5437
5438
5439 \end_layout
5440
5441 \end_inset
5442 </cell>
5443 </row>
5444 </lyxtabular>
5445
5446 \end_inset
5447
5448
5449 \begin_inset Space \hfill{}
5450 \end_inset
5451
5452
5453 \end_layout
5454
5455 \begin_layout Standard
5456 \begin_inset VSpace medskip
5457 \end_inset
5458
5459 When e.
5460 \begin_inset Space \thinspace{}
5461 \end_inset
5462
5463 g.
5464 \begin_inset Space ~
5465 \end_inset
5466
5467
5468 \series bold
5469
5470 \backslash
5471 vmatrix
5472 \series default
5473  is inserted, a blue box appears between two vertical lines where the matrix
5474  is inserted.
5475 \end_layout
5476
5477 \begin_layout Standard
5478 \begin_inset VSpace bigskip
5479 \end_inset
5480
5481 As all multiline formulas are matrices, the length 
5482 \series bold
5483
5484 \backslash
5485 arraycolsep
5486 \series default
5487
5488 \begin_inset Index
5489 status collapsed
5490
5491 \begin_layout Plain Layout
5492 Commands ! A ! 
5493 \backslash
5494 arraycolsep
5495 \end_layout
5496
5497 \end_inset
5498
5499  that is described in 
5500 \begin_inset CommandInset ref
5501 LatexCommand ref
5502 reference "sub:Column-Separation"
5503
5504 \end_inset
5505
5506  can also be used to change the column separation of matrices.
5507 \end_layout
5508
5509 \begin_layout Standard
5510 To change the row separation, the command 
5511 \series bold
5512
5513 \backslash
5514 arraystretch
5515 \series default
5516
5517 \begin_inset Index
5518 status collapsed
5519
5520 \begin_layout Plain Layout
5521 Commands ! A ! 
5522 \backslash
5523 arraystretch
5524 \end_layout
5525
5526 \end_inset
5527
5528  is used.
5529  It is used as follows:
5530 \end_layout
5531
5532 \begin_layout Standard
5533
5534 \series bold
5535
5536 \backslash
5537 renewcommand{
5538 \backslash
5539 arraystretch}{stretch factor}
5540 \begin_inset Index
5541 status collapsed
5542
5543 \begin_layout Plain Layout
5544 Commands ! R ! 
5545 \backslash
5546 renewcommand
5547 \end_layout
5548
5549 \end_inset
5550
5551
5552 \end_layout
5553
5554 \begin_layout Standard
5555 The command 
5556 \series bold
5557
5558 \backslash
5559 renewcommand
5560 \series default
5561  assigns the stretch factor to the predefined command 
5562 \series bold
5563
5564 \backslash
5565 arraystretch
5566 \series default
5567 .
5568  To double e.
5569 \begin_inset Space \thinspace{}
5570 \end_inset
5571
5572 g.
5573 \begin_inset Space ~
5574 \end_inset
5575
5576 the row separation, use the factor 2.
5577  This is then used for all following matrices.
5578  To go back to the original separation, assign the factor 1 to 
5579 \series bold
5580
5581 \backslash
5582 arraystretch
5583 \series default
5584 .
5585 \end_layout
5586
5587 \begin_layout Standard
5588 To set matrices into a text line, the command 
5589 \series bold
5590
5591 \backslash
5592 smallmatrix
5593 \series default
5594
5595 \begin_inset Index
5596 status collapsed
5597
5598 \begin_layout Plain Layout
5599 Commands ! S ! 
5600 \backslash
5601 smallmatrix
5602 \end_layout
5603
5604 \end_inset
5605
5606  is used.
5607  When it is inserted a blue box with two dashed lines appears.
5608  In this box the matrix is inserted.
5609 \end_layout
5610
5611 \begin_layout Standard
5612 This is a matrix 
5613 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5614 C & D\end{smallmatrix}\right)$
5615 \end_inset
5616
5617  in a text line.
5618 \end_layout
5619
5620 \begin_layout Section
5621 Brackets and Delimiters
5622 \begin_inset Index
5623 status collapsed
5624
5625 \begin_layout Plain Layout
5626 Brackets
5627 \end_layout
5628
5629 \end_inset
5630
5631
5632 \begin_inset Index
5633 status collapsed
5634
5635 \begin_layout Plain Layout
5636 Delimiters
5637 \end_layout
5638
5639 \end_inset
5640
5641
5642 \end_layout
5643
5644 \begin_layout Subsection
5645 Vertical Brackets and Delimiters
5646 \begin_inset Index
5647 status collapsed
5648
5649 \begin_layout Plain Layout
5650 Brackets ! vertical
5651 \end_layout
5652
5653 \end_inset
5654
5655
5656 \end_layout
5657
5658 \begin_layout Standard
5659 \begin_inset Space \hfill{}
5660 \end_inset
5661
5662
5663 \begin_inset Tabular
5664 <lyxtabular version="3" rows="9" columns="2">
5665 <features>
5666 <column alignment="center" valignment="top" width="0pt">
5667 <column alignment="center" valignment="top" width="0pt">
5668 <row>
5669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Plain Layout
5673 Command
5674 \end_layout
5675
5676 \end_inset
5677 </cell>
5678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5679 \begin_inset Text
5680
5681 \begin_layout Plain Layout
5682 Result
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 </row>
5688 <row>
5689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Plain Layout
5693 (
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702 \begin_inset Formula $($
5703 \end_inset
5704
5705
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 </row>
5711 <row>
5712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Plain Layout
5716 {
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725 \begin_inset Formula $\{$
5726 \end_inset
5727
5728
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 </row>
5734 <row>
5735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Plain Layout
5739 [
5740 \end_layout
5741
5742 \end_inset
5743 </cell>
5744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 \begin_inset Formula $[$
5749 \end_inset
5750
5751
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 </row>
5757 <row>
5758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762
5763 \backslash
5764 langle
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5770 \begin_inset Text
5771
5772 \begin_layout Plain Layout
5773 \begin_inset Formula $\langle$
5774 \end_inset
5775
5776
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 </row>
5782 <row>
5783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Plain Layout
5787
5788 \backslash
5789 lceil
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798 \begin_inset Formula $\lceil$
5799 \end_inset
5800
5801
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 </row>
5807 <row>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812
5813 \backslash
5814 lfloor
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823 \begin_inset Formula $\lfloor$
5824 \end_inset
5825
5826
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 </row>
5832 <row>
5833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Plain Layout
5837 /
5838 \end_layout
5839
5840 \end_inset
5841 </cell>
5842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846 \begin_inset Formula $/$
5847 \end_inset
5848
5849
5850 \end_layout
5851
5852 \end_inset
5853 </cell>
5854 </row>
5855 <row>
5856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 |
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 \begin_inset Formula $|$
5870 \end_inset
5871
5872
5873 \end_layout
5874
5875 \end_inset
5876 </cell>
5877 </row>
5878 </lyxtabular>
5879
5880 \end_inset
5881
5882
5883 \begin_inset Space \hfill{}
5884 \end_inset
5885
5886
5887 \begin_inset Tabular
5888 <lyxtabular version="3" rows="9" columns="2">
5889 <features>
5890 <column alignment="center" valignment="top" width="0pt">
5891 <column alignment="center" valignment="top" width="0pt">
5892 <row>
5893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 Command
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 Result
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 </row>
5912 <row>
5913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5914 \begin_inset Text
5915
5916 \begin_layout Plain Layout
5917 )
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5923 \begin_inset Text
5924
5925 \begin_layout Plain Layout
5926 \begin_inset Formula $)$
5927 \end_inset
5928
5929
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 </row>
5935 <row>
5936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5937 \begin_inset Text
5938
5939 \begin_layout Plain Layout
5940 }
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949 \begin_inset Formula $\}$
5950 \end_inset
5951
5952
5953 \end_layout
5954
5955 \end_inset
5956 </cell>
5957 </row>
5958 <row>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 ]
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 \begin_inset Formula $]$
5973 \end_inset
5974
5975
5976 \end_layout
5977
5978 \end_inset
5979 </cell>
5980 </row>
5981 <row>
5982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986
5987 \backslash
5988 rangle
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 \begin_inset Formula $\rangle$
5998 \end_inset
5999
6000
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 </row>
6006 <row>
6007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011
6012 \backslash
6013 rceil
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6019 \begin_inset Text
6020
6021 \begin_layout Plain Layout
6022 \begin_inset Formula $\rceil$
6023 \end_inset
6024
6025
6026 \end_layout
6027
6028 \end_inset
6029 </cell>
6030 </row>
6031 <row>
6032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6033 \begin_inset Text
6034
6035 \begin_layout Plain Layout
6036
6037 \backslash
6038 rfloor
6039 \end_layout
6040
6041 \end_inset
6042 </cell>
6043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047 \begin_inset Formula $\rfloor$
6048 \end_inset
6049
6050
6051 \end_layout
6052
6053 \end_inset
6054 </cell>
6055 </row>
6056 <row>
6057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6058 \begin_inset Text
6059
6060 \begin_layout Plain Layout
6061
6062 \backslash
6063
6064 \backslash
6065
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Plain Layout
6074 \begin_inset Formula $\backslash$
6075 \end_inset
6076
6077
6078 \end_layout
6079
6080 \end_inset
6081 </cell>
6082 </row>
6083 <row>
6084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6085 \begin_inset Text
6086
6087 \begin_layout Plain Layout
6088
6089 \backslash
6090 |
6091 \end_layout
6092
6093 \end_inset
6094 </cell>
6095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Plain Layout
6099 \begin_inset Formula $\|$
6100 \end_inset
6101
6102
6103 \end_layout
6104
6105 \end_inset
6106 </cell>
6107 </row>
6108 </lyxtabular>
6109
6110 \end_inset
6111
6112
6113 \begin_inset Space \hfill{}
6114 \end_inset
6115
6116
6117 \end_layout
6118
6119 \begin_layout Standard
6120
6121 \series medium
6122 \begin_inset Note Greyedout
6123 status open
6124
6125 \begin_layout Plain Layout
6126
6127 \series bold
6128 Note:
6129 \series default
6130  In TeX-mode the command 
6131 \series bold
6132
6133 \backslash
6134 textbackslash
6135 \series default
6136
6137 \begin_inset Index
6138 status collapsed
6139
6140 \begin_layout Plain Layout
6141 Commands ! T ! 
6142 \backslash
6143 textbackslash
6144 \end_layout
6145
6146 \end_inset
6147
6148  must be used for the backslash, because the command 
6149 \series bold
6150
6151 \backslash
6152
6153 \backslash
6154
6155 \series default
6156  produces there a line break.
6157 \end_layout
6158
6159 \end_inset
6160
6161
6162 \end_layout
6163
6164 \begin_layout Standard
6165 For all characters listed above the size can be adjusted with the commands
6166  described in the following two subsections.
6167  When using these commands, the characters < and > can directly be used
6168  instead of the commands 
6169 \series bold
6170
6171 \backslash
6172 langle
6173 \series default
6174  and 
6175 \series bold
6176
6177 \backslash
6178 rangle
6179 \series default
6180 .
6181 \end_layout
6182
6183 \begin_layout Subsubsection
6184 Manual Bracket Size
6185 \begin_inset CommandInset label
6186 LatexCommand label
6187 name "sub:Manual-Bracket-Size"
6188
6189 \end_inset
6190
6191
6192 \begin_inset Index
6193 status collapsed
6194
6195 \begin_layout Plain Layout
6196 Bracket size ! manual
6197 \end_layout
6198
6199 \end_inset
6200
6201
6202 \end_layout
6203
6204 \begin_layout Standard
6205 The bracket size can be specified manually by the LaTeX-commands 
6206 \series bold
6207
6208 \backslash
6209 big
6210 \series default
6211
6212 \begin_inset Index
6213 status collapsed
6214
6215 \begin_layout Plain Layout
6216 Commands ! B ! 
6217 \backslash
6218 big
6219 \end_layout
6220
6221 \end_inset
6222
6223
6224 \series bold
6225
6226 \backslash
6227 Big
6228 \series default
6229
6230 \series bold
6231
6232 \backslash
6233 bigg
6234 \series default
6235 , and 
6236 \series bold
6237
6238 \backslash
6239 Bigg
6240 \series default
6241 .
6242  
6243 \series bold
6244
6245 \backslash
6246 big
6247 \series default
6248  denotes the smallest and 
6249 \series bold
6250
6251 \backslash
6252 Bigg
6253 \series default
6254  the largest bracket size.
6255 \end_layout
6256
6257 \begin_layout Standard
6258 These commands are used to emphasize levels of brackets:
6259 \end_layout
6260
6261 \begin_layout Standard
6262 \align center
6263 \begin_inset Tabular
6264 <lyxtabular version="3" rows="2" columns="2">
6265 <features>
6266 <column alignment="center" valignment="top" width="0pt">
6267 <column alignment="center" valignment="top" width="0pt">
6268 <row>
6269 <cell alignment="center" valignment="top" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273 all brackets in the same size:
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 <cell alignment="center" valignment="top" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Plain Layout
6282 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox {-4mm}{}$
6283 \end_inset
6284
6285
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 </row>
6291 <row>
6292 <cell alignment="center" valignment="top" usebox="none">
6293 \begin_inset Text
6294
6295 \begin_layout Plain Layout
6296 this looks better:
6297 \end_layout
6298
6299 \end_inset
6300 </cell>
6301 <cell alignment="center" valignment="top" usebox="none">
6302 \begin_inset Text
6303
6304 \begin_layout Plain Layout
6305 \begin_inset Formula $\Big ((A+B)(A-B)\Big )^{C}$
6306 \end_inset
6307
6308
6309 \end_layout
6310
6311 \end_inset
6312 </cell>
6313 </row>
6314 </lyxtabular>
6315
6316 \end_inset
6317
6318
6319 \begin_inset Note Note
6320 status collapsed
6321
6322 \begin_layout Plain Layout
6323
6324 \series bold
6325
6326 \backslash
6327 raisebox
6328 \series default
6329  is only used as spacer.
6330 \end_layout
6331
6332 \end_inset
6333
6334
6335 \end_layout
6336
6337 \begin_layout Standard
6338 For the second formula the command 
6339 \series bold
6340
6341 \backslash
6342 Big((A+B)(A-B)
6343 \backslash
6344 Big)^
6345 \begin_inset ERT
6346 status collapsed
6347
6348 \begin_layout Plain Layout
6349
6350
6351 \backslash
6352 spce 
6353 \end_layout
6354
6355 \end_inset
6356
6357 C
6358 \series default
6359  has been used.
6360 \end_layout
6361
6362 \begin_layout Standard
6363 Here is an overview about all bracket sizes:
6364 \end_layout
6365
6366 \begin_layout Standard
6367 \align center
6368
6369 \backslash
6370 Bigg(
6371 \backslash
6372 exp
6373 \backslash
6374 bigg<
6375 \backslash
6376 Big[
6377 \backslash
6378 big{
6379 \backslash
6380 ln(3x)
6381 \backslash
6382 big}^2
6383 \begin_inset ERT
6384 status collapsed
6385
6386 \begin_layout Plain Layout
6387
6388
6389 \backslash
6390 spce 
6391 \end_layout
6392
6393 \end_inset
6394
6395
6396 \backslash
6397 sin(x)
6398 \backslash
6399 Big]^
6400 \begin_inset ERT
6401 status collapsed
6402
6403 \begin_layout Plain Layout
6404
6405
6406 \backslash
6407 spce 
6408 \end_layout
6409
6410 \end_inset
6411
6412 A
6413 \begin_inset ERT
6414 status collapsed
6415
6416 \begin_layout Plain Layout
6417
6418
6419 \backslash
6420 spce 
6421 \end_layout
6422
6423 \end_inset
6424
6425
6426 \backslash
6427 bigg>
6428 \backslash
6429 Bigg)^0,5
6430 \end_layout
6431
6432 \begin_layout Standard
6433 \align center
6434 \begin_inset Formula $\Bigg (\exp\bigg <\Big [\big \{\ln(3x)\big \}^{2}\sin(x)\Big ]^{A}\bigg >\Bigg )^{0,5}$
6435 \end_inset
6436
6437
6438 \end_layout
6439
6440 \begin_layout Standard
6441 \begin_inset Newpage newpage
6442 \end_inset
6443
6444 Besides the 
6445 \series bold
6446
6447 \backslash
6448 big
6449 \series default
6450 -commands there is the variant 
6451 \series bold
6452
6453 \backslash
6454 bigm
6455 \series default
6456
6457 \begin_inset Index
6458 status collapsed
6459
6460 \begin_layout Plain Layout
6461 Commands ! B ! 
6462 \backslash
6463 bigm
6464 \end_layout
6465
6466 \end_inset
6467
6468  that adds a bit more space between the bracket and its content, and the
6469  variant 
6470 \series bold
6471
6472 \backslash
6473 bigl
6474 \series default
6475 -
6476 \series bold
6477
6478 \backslash
6479 bigr
6480 \series default
6481
6482 \begin_inset Index
6483 status collapsed
6484
6485 \begin_layout Plain Layout
6486 Commands ! B ! 
6487 \backslash
6488 bigl - 
6489 \backslash
6490 bigr
6491 \end_layout
6492
6493 \end_inset
6494
6495 , that don't add additional space.
6496  The 
6497 \emph on
6498 l
6499 \emph default
6500  at the end of the command 
6501 \series bold
6502
6503 \backslash
6504 bigl
6505 \series default
6506  is for a left bracket; for a right bracket this will be replaced by an
6507  
6508 \emph on
6509 r
6510 \emph default
6511 .
6512  A left or right bracket can each be an opening or closing bracket.
6513 \end_layout
6514
6515 \begin_layout Standard
6516 In the following table is a comparison of the variants:
6517 \end_layout
6518
6519 \begin_layout Standard
6520 \align center
6521 \begin_inset Tabular
6522 <lyxtabular version="3" rows="5" columns="2">
6523 <features>
6524 <column alignment="center" valignment="middle" width="0">
6525 <column alignment="center" valignment="middle" width="0">
6526 <row>
6527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Plain Layout
6531 Command
6532 \end_layout
6533
6534 \end_inset
6535 </cell>
6536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6537 \begin_inset Text
6538
6539 \begin_layout Plain Layout
6540 Result
6541 \begin_inset Note Note
6542 status collapsed
6543
6544 \begin_layout Plain Layout
6545
6546 \series bold
6547
6548 \backslash
6549 raisebox
6550 \series default
6551  is only used as spacer.
6552 \end_layout
6553
6554 \end_inset
6555
6556
6557 \end_layout
6558
6559 \end_inset
6560 </cell>
6561 </row>
6562 <row>
6563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6564 \begin_inset Text
6565
6566 \begin_layout Plain Layout
6567
6568 \backslash
6569 Bigm(
6570 \backslash
6571 bigm(
6572 \backslash
6573 ln(3x)
6574 \backslash
6575 bigm)^2
6576 \series bold
6577
6578 \begin_inset ERT
6579 status collapsed
6580
6581 \begin_layout Plain Layout
6582
6583
6584 \backslash
6585 spce 
6586 \end_layout
6587
6588 \end_inset
6589
6590
6591 \series default
6592
6593 \backslash
6594 Bigm)
6595 \end_layout
6596
6597 \end_inset
6598 </cell>
6599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6600 \begin_inset Text
6601
6602 \begin_layout Plain Layout
6603 \begin_inset Formula $\raisebox {5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox {-3.25mm}{}$
6604 \end_inset
6605
6606
6607 \end_layout
6608
6609 \end_inset
6610 </cell>
6611 </row>
6612 <row>
6613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Plain Layout
6617
6618 \backslash
6619 Big(
6620 \backslash
6621 big(
6622 \backslash
6623 ln(3x)
6624 \backslash
6625 big)^2
6626 \series bold
6627
6628 \begin_inset ERT
6629 status collapsed
6630
6631 \begin_layout Plain Layout
6632
6633
6634 \backslash
6635 spce 
6636 \end_layout
6637
6638 \end_inset
6639
6640
6641 \series default
6642
6643 \backslash
6644 Big)
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 \begin_inset Formula $\raisebox {5.5mm}{}\Big (\big (\ln(3x)\big )^{2}\Big )\raisebox {-3.25mm}{}$
6654 \end_inset
6655
6656
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 </row>
6662 <row>
6663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667
6668 \backslash
6669 Bigl(
6670 \backslash
6671 bigl(
6672 \backslash
6673 ln(3x)
6674 \backslash
6675 bigr)^2
6676 \series bold
6677
6678 \begin_inset ERT
6679 status collapsed
6680
6681 \begin_layout Plain Layout
6682
6683
6684 \backslash
6685 spce 
6686 \end_layout
6687
6688 \end_inset
6689
6690
6691 \series default
6692
6693 \backslash
6694 Bigr)
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 \begin_inset Formula $\raisebox {5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox {-3.25mm}{}$
6704 \end_inset
6705
6706
6707 \end_layout
6708
6709 \end_inset
6710 </cell>
6711 </row>
6712 <row>
6713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6714 \begin_inset Text
6715
6716 \begin_layout Plain Layout
6717
6718 \backslash
6719 bigl)
6720 \backslash
6721 ln(3x)
6722 \backslash
6723 bigr(
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Plain Layout
6732 \begin_inset Formula $\raisebox {4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox {-2mm}{}$
6733 \end_inset
6734
6735
6736 \end_layout
6737
6738 \end_inset
6739 </cell>
6740 </row>
6741 </lyxtabular>
6742
6743 \end_inset
6744
6745
6746 \end_layout
6747
6748 \begin_layout Subsubsection
6749 Automatic Bracket Size
6750 \begin_inset CommandInset label
6751 LatexCommand label
6752 name "sub:Automatic-Bracket-Size"
6753
6754 \end_inset
6755
6756
6757 \begin_inset Index
6758 status collapsed
6759
6760 \begin_layout Plain Layout
6761 Bracket size ! automatic
6762 \end_layout
6763
6764 \end_inset
6765
6766
6767 \end_layout
6768
6769 \begin_layout Standard
6770 Brackets with variable size can be inserted with the commands 
6771 \series bold
6772
6773 \backslash
6774 left
6775 \series default
6776
6777 \begin_inset Index
6778 status collapsed
6779
6780 \begin_layout Plain Layout
6781 Commands ! L ! 
6782 \backslash
6783 left
6784 \end_layout
6785
6786 \end_inset
6787
6788  and 
6789 \series bold
6790
6791 \backslash
6792 right
6793 \series default
6794
6795 \begin_inset Index
6796 status collapsed
6797
6798 \begin_layout Plain Layout
6799 Commands ! R ! 
6800 \backslash
6801 right
6802 \end_layout
6803
6804 \end_inset
6805
6806  or via the math toolbar button 
6807 \begin_inset Graphics
6808         filename ../images/dialog-show_mathdelimiter.png
6809         embed ""
6810         scale 85
6811
6812 \end_inset
6813
6814 .
6815  Directly behind 
6816 \series bold
6817
6818 \backslash
6819 left
6820 \series default
6821  and 
6822 \series bold
6823
6824 \backslash
6825 right
6826 \series default
6827  the wanted bracket must be inserted.
6828  The bracket size will then automatically be calculated for the output.
6829 \end_layout
6830
6831 \begin_layout Standard
6832 \align center
6833 normal bracket: The command 
6834 \series bold
6835
6836 \backslash
6837 ln(
6838 \backslash
6839 frac
6840 \begin_inset ERT
6841 status collapsed
6842
6843 \begin_layout Plain Layout
6844
6845
6846 \backslash
6847 spce 
6848 \end_layout
6849
6850 \end_inset
6851
6852 A
6853 \begin_inset Formula $\downarrow$
6854 \end_inset
6855
6856 C
6857 \begin_inset ERT
6858 status collapsed
6859
6860 \begin_layout Plain Layout
6861
6862
6863 \backslash
6864 spce 
6865 \end_layout
6866
6867 \end_inset
6868
6869 )
6870 \series default
6871  creates
6872 \begin_inset Formula \[
6873 \ln(\frac{A}{C})\]
6874
6875 \end_inset
6876
6877
6878 \end_layout
6879
6880 \begin_layout Standard
6881 \align center
6882 multiline bracket: The command 
6883 \series bold
6884
6885 \backslash
6886 ln
6887 \backslash
6888 left(
6889 \backslash
6890 frac
6891 \begin_inset ERT
6892 status collapsed
6893
6894 \begin_layout Plain Layout
6895
6896
6897 \backslash
6898 spce 
6899 \end_layout
6900
6901 \end_inset
6902
6903 A
6904 \begin_inset Formula $\downarrow$
6905 \end_inset
6906
6907 C
6908 \begin_inset ERT
6909 status collapsed
6910
6911 \begin_layout Plain Layout
6912
6913
6914 \backslash
6915 spce 
6916 \end_layout
6917
6918 \end_inset
6919
6920
6921 \backslash
6922 right)
6923 \series default
6924  creates
6925 \begin_inset Formula \[
6926 \ln\left(\frac{A}{C}\right)\]
6927
6928 \end_inset
6929
6930
6931 \end_layout
6932
6933 \begin_layout Standard
6934 Instead of 
6935 \series bold
6936
6937 \backslash
6938 left
6939 \series default
6940  and 
6941 \series bold
6942
6943 \backslash
6944 right
6945 \series default
6946  the shortcut 
6947 \family sans
6948 Alt-m
6949 \begin_inset Space ~
6950 \end_inset
6951
6952 bracket
6953 \family default
6954  can be used.
6955  This has the advantage that you can see in LyX immediately the real bracket
6956  size and that the matching right bracket will be created too.
6957 \begin_inset Newline newline
6958 \end_inset
6959
6960 The command for the last example would then be: 
6961 \series bold
6962
6963 \backslash
6964 ln Alt-m
6965 \series default
6966  
6967 \series bold
6968 (
6969 \backslash
6970 frac
6971 \begin_inset ERT
6972 status collapsed
6973
6974 \begin_layout Plain Layout
6975
6976
6977 \backslash
6978 spce 
6979 \end_layout
6980
6981 \end_inset
6982
6983 A
6984 \begin_inset Formula $\downarrow$
6985 \end_inset
6986
6987 C
6988 \end_layout
6989
6990 \begin_layout Standard
6991 To omit a left or right bracket, a dot is inserted for the omitted bracket.
6992  For example the command 
6993 \series bold
6994
6995 \backslash
6996 left.
6997 \backslash
6998 frac
6999 \begin_inset ERT
7000 status collapsed
7001
7002 \begin_layout Plain Layout
7003
7004
7005 \backslash
7006 spce 
7007 \end_layout
7008
7009 \end_inset
7010
7011 A
7012 \begin_inset Formula $\downarrow$
7013 \end_inset
7014
7015 B
7016 \begin_inset ERT
7017 status collapsed
7018
7019 \begin_layout Plain Layout
7020
7021
7022 \backslash
7023 spce 
7024 \end_layout
7025
7026 \end_inset
7027
7028
7029 \backslash
7030 right}
7031 \series default
7032  creates:
7033 \series bold
7034
7035 \begin_inset Formula \[
7036 \left.\frac{A}{B}\right\} \]
7037
7038 \end_inset
7039
7040
7041 \series default
7042 The commands 
7043 \series bold
7044
7045 \backslash
7046 left
7047 \series default
7048  and 
7049 \series bold
7050
7051 \backslash
7052 right
7053 \series default
7054  will be converted by LyX to brackets in the right size when the document
7055  is reloaded and an omitted bracket will appear as dashed line.
7056 \end_layout
7057
7058 \begin_layout Standard
7059 \begin_inset VSpace bigskip
7060 \end_inset
7061
7062 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7063  the command 
7064 \series bold
7065
7066 \backslash
7067 middle
7068 \series default
7069
7070 \begin_inset Index
7071 status collapsed
7072
7073 \begin_layout Plain Layout
7074 Commands ! M ! 
7075 \backslash
7076 middle
7077 \end_layout
7078
7079 \end_inset
7080
7081  is additionally available for all brackets and limits.
7082  With this command the height of the following character is adapted to the
7083  one of the surrounding brackets, what is e.
7084 \begin_inset Space \thinspace{}
7085 \end_inset
7086
7087 g.
7088 \begin_inset Space ~
7089 \end_inset
7090
7091 needed for physical vectors:
7092 \begin_inset Formula \[
7093 \left\langle \phi\:\middle |\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7094
7095 \end_inset
7096
7097 For physical vectors there is a special LaTeX-package, described in 
7098 \begin_inset CommandInset ref
7099 LatexCommand ref
7100 reference "sub:Physical-Vectors"
7101
7102 \end_inset
7103
7104 .
7105 \end_layout
7106
7107 \begin_layout Subsection
7108 Horizontal Brackets
7109 \begin_inset Index
7110 status collapsed
7111
7112 \begin_layout Plain Layout
7113 Brackets ! horizontal
7114 \end_layout
7115
7116 \end_inset
7117
7118
7119 \end_layout
7120
7121 \begin_layout Standard
7122 \align center
7123 \begin_inset Tabular
7124 <lyxtabular version="3" rows="4" columns="2">
7125 <features>
7126 <column alignment="center" valignment="top" width="0pt">
7127 <column alignment="center" valignment="top" width="0pt">
7128 <row>
7129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133 Command
7134 \begin_inset Note Note
7135 status collapsed
7136
7137 \begin_layout Plain Layout
7138
7139 \series bold
7140
7141 \backslash
7142 raisebox
7143 \series default
7144  is only used as spacer.
7145 \end_layout
7146
7147 \end_inset
7148
7149
7150 \end_layout
7151
7152 \end_inset
7153 </cell>
7154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7155 \begin_inset Text
7156
7157 \begin_layout Plain Layout
7158 Result
7159 \end_layout
7160
7161 \end_inset
7162 </cell>
7163 </row>
7164 <row>
7165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Plain Layout
7169 \begin_inset ERT
7170 status collapsed
7171
7172 \begin_layout Plain Layout
7173
7174
7175 \backslash
7176 raisebox{2.3mm}{
7177 \end_layout
7178
7179 \end_inset
7180
7181
7182 \backslash
7183 overbrace
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+B
7197 \begin_inset ERT
7198 status collapsed
7199
7200 \begin_layout Plain Layout
7201
7202
7203 \backslash
7204 spce 
7205 \end_layout
7206
7207 \end_inset
7208
7209 ^
7210 \begin_inset ERT
7211 status collapsed
7212
7213 \begin_layout Plain Layout
7214
7215
7216 \backslash
7217 spce 
7218 \end_layout
7219
7220 \end_inset
7221
7222 3
7223 \begin_inset ERT
7224 status collapsed
7225
7226 \begin_layout Plain Layout
7227
7228 }
7229 \end_layout
7230
7231 \end_inset
7232
7233
7234 \begin_inset Index
7235 status collapsed
7236
7237 \begin_layout Plain Layout
7238 Commands ! O ! 
7239 \backslash
7240 overbrace
7241 \end_layout
7242
7243 \end_inset
7244
7245
7246 \end_layout
7247
7248 \end_inset
7249 </cell>
7250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Plain Layout
7254 \begin_inset Formula $\overbrace{A+B}^{3}$
7255 \end_inset
7256
7257
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 </row>
7263 <row>
7264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7265 \begin_inset Text
7266
7267 \begin_layout Plain Layout
7268 \begin_inset ERT
7269 status collapsed
7270
7271 \begin_layout Plain Layout
7272
7273
7274 \backslash
7275 raisebox{-2.2mm}{
7276 \end_layout
7277
7278 \end_inset
7279
7280
7281 \backslash
7282 underbrace
7283 \begin_inset ERT
7284 status collapsed
7285
7286 \begin_layout Plain Layout
7287
7288
7289 \backslash
7290 spce 
7291 \end_layout
7292
7293 \end_inset
7294
7295 A+B
7296 \begin_inset ERT
7297 status collapsed
7298
7299 \begin_layout Plain Layout
7300
7301
7302 \backslash
7303 spce 
7304 \end_layout
7305
7306 \end_inset
7307
7308 _5
7309 \begin_inset ERT
7310 status collapsed
7311
7312 \begin_layout Plain Layout
7313
7314 }
7315 \end_layout
7316
7317 \end_inset
7318
7319
7320 \begin_inset Index
7321 status collapsed
7322
7323 \begin_layout Plain Layout
7324 Commands ! U ! 
7325 \backslash
7326 underbrace
7327 \end_layout
7328
7329 \end_inset
7330
7331
7332 \end_layout
7333
7334 \end_inset
7335 </cell>
7336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7337 \begin_inset Text
7338
7339 \begin_layout Plain Layout
7340 \begin_inset Formula $\underbrace{A+B}_{5}$
7341 \end_inset
7342
7343
7344 \end_layout
7345
7346 \end_inset
7347 </cell>
7348 </row>
7349 <row>
7350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354
7355 \backslash
7356 overbrace
7357 \begin_inset ERT
7358 status collapsed
7359
7360 \begin_layout Plain Layout
7361
7362
7363 \backslash
7364 spce 
7365 \end_layout
7366
7367 \end_inset
7368
7369
7370 \backslash
7371 underbrace
7372 \begin_inset ERT
7373 status collapsed
7374
7375 \begin_layout Plain Layout
7376
7377
7378 \backslash
7379 spce 
7380 \end_layout
7381
7382 \end_inset
7383
7384 A+B_w
7385 \begin_inset ERT
7386 status collapsed
7387
7388 \begin_layout Plain Layout
7389
7390
7391 \backslash
7392 spce 
7393 \end_layout
7394
7395 \end_inset
7396
7397
7398 \begin_inset ERT
7399 status collapsed
7400
7401 \begin_layout Plain Layout
7402
7403
7404 \backslash
7405 spce 
7406 \end_layout
7407
7408 \end_inset
7409
7410 _7
7411 \begin_inset ERT
7412 status collapsed
7413
7414 \begin_layout Plain Layout
7415
7416
7417 \backslash
7418 spce 
7419 \end_layout
7420
7421 \end_inset
7422
7423
7424 \begin_inset ERT
7425 status collapsed
7426
7427 \begin_layout Plain Layout
7428
7429
7430 \backslash
7431 spce 
7432 \end_layout
7433
7434 \end_inset
7435
7436 ^
7437 \begin_inset ERT
7438 status collapsed
7439
7440 \begin_layout Plain Layout
7441
7442
7443 \backslash
7444 spce 
7445 \end_layout
7446
7447 \end_inset
7448
7449 C
7450 \end_layout
7451
7452 \end_inset
7453 </cell>
7454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7455 \begin_inset Text
7456
7457 \begin_layout Plain Layout
7458 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7459 \end_inset
7460
7461
7462 \end_layout
7463
7464 \end_inset
7465 </cell>
7466 </row>
7467 </lyxtabular>
7468
7469 \end_inset
7470
7471
7472 \end_layout
7473
7474 \begin_layout Standard
7475 In the last example it doesn't matter if 
7476 \series bold
7477
7478 \backslash
7479 overbrace
7480 \series default
7481  or 
7482 \series bold
7483
7484 \backslash
7485 underbrace
7486 \series default
7487  is inserted at first.
7488 \end_layout
7489
7490 \begin_layout Standard
7491 \begin_inset VSpace bigskip
7492 \end_inset
7493
7494 When brackets are needed that overlap each other, multiline formulas, as
7495  described in 
7496 \begin_inset CommandInset ref
7497 LatexCommand ref
7498 reference "sec:Multiline-Formulas"
7499
7500 \end_inset
7501
7502 , must be used:
7503 \begin_inset Formula \begin{eqnarray*}
7504 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7505  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7506
7507 \end_inset
7508
7509 In the first row the formula is inserted together with the first brace.
7510  It is hereby important that the space command
7511 \begin_inset Foot
7512 status collapsed
7513
7514 \begin_layout Plain Layout
7515 Space commands are explained in 
7516 \begin_inset CommandInset ref
7517 LatexCommand ref
7518 reference "sub:Predefined-Space"
7519
7520 \end_inset
7521
7522 .
7523 \end_layout
7524
7525 \end_inset
7526
7527  
7528 \series bold
7529
7530 \backslash
7531 :
7532 \series default
7533  is inserted before the first 
7534 \begin_inset Formula $d$
7535 \end_inset
7536
7537 , because the brace that ends behind the 
7538 \begin_inset Formula $q$
7539 \end_inset
7540
7541  prevents that the following 
7542 \begin_inset Quotes eld
7543 \end_inset
7544
7545 +
7546 \begin_inset Quotes erd
7547 \end_inset
7548
7549  is surrounded by space.
7550 \begin_inset Foot
7551 status collapsed
7552
7553 \begin_layout Plain Layout
7554 because a bracket is not handled as character, see 
7555 \begin_inset CommandInset ref
7556 LatexCommand ref
7557 reference "sub:Binary-Operators"
7558
7559 \end_inset
7560
7561
7562 \end_layout
7563
7564 \end_inset
7565
7566  In the second row the second brace is inserted.
7567  As it should begin before the 
7568 \begin_inset Formula $b$
7569 \end_inset
7570
7571 , first the command 
7572 \series bold
7573
7574 \backslash
7575 hphantom{gggg+
7576 \backslash
7577 :}
7578 \series default
7579  is inserted.
7580 \begin_inset Foot
7581 status collapsed
7582
7583 \begin_layout Plain Layout
7584 more about 
7585 \series bold
7586
7587 \backslash
7588 hphantom
7589 \series default
7590  see 
7591 \begin_inset CommandInset ref
7592 LatexCommand ref
7593 reference "sub:Placeholders"
7594
7595 \end_inset
7596
7597
7598 \end_layout
7599
7600 \end_inset
7601
7602  This space is needed because the 
7603 \begin_inset Quotes eld
7604 \end_inset
7605
7606 +
7607 \begin_inset Quotes erd
7608 \end_inset
7609
7610  is also surrounded by space in the formula.
7611  The brace is placed under the command 
7612 \series bold
7613
7614 \backslash
7615 hphantom{bbqq+dddd}
7616 \series default
7617 .
7618 \end_layout
7619
7620 \begin_layout Standard
7621 It gets more complicated when brackets overlap each other, like in the following
7622  example:
7623 \begin_inset ERT
7624 status collapsed
7625
7626 \begin_layout Plain Layout
7627
7628
7629 \backslash
7630 setlength{
7631 \backslash
7632 jot}{-6pt}
7633 \end_layout
7634
7635 \end_inset
7636
7637
7638 \begin_inset Formula \begin{eqnarray*}
7639  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7640 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7641
7642 \end_inset
7643
7644
7645 \begin_inset ERT
7646 status collapsed
7647
7648 \begin_layout Plain Layout
7649
7650
7651 \backslash
7652 setlength{
7653 \backslash
7654 jot}{3pt}
7655 \end_layout
7656
7657 \end_inset
7658
7659 The first formula row is the same as the second row of the previous example,
7660  with the difference that the brace is above.
7661  The second row contains the formula together with the second brace.
7662  To avoid that there is space between the upper brace in the first row and
7663  the formula, the row spacing need to be reduced.
7664  This is not easily possible due to a bug in LyX
7665 \begin_inset Foot
7666 status collapsed
7667
7668 \begin_layout Plain Layout
7669 \begin_inset ERT
7670 status collapsed
7671
7672 \begin_layout Plain Layout
7673
7674
7675 \backslash
7676 href{http://bugzilla.lyx.org/show_bug.cgi?id=1505}{
7677 \end_layout
7678
7679 \end_inset
7680
7681 LyX-bug #1505
7682 \begin_inset ERT
7683 status collapsed
7684
7685 \begin_layout Plain Layout
7686
7687 }
7688 \end_layout
7689
7690 \end_inset
7691
7692
7693 \end_layout
7694
7695 \end_inset
7696
7697 .
7698  As solution for the problem, the global formula row separation 
7699 \series bold
7700
7701 \backslash
7702 jot
7703 \series default
7704
7705 \begin_inset Index
7706 status collapsed
7707
7708 \begin_layout Plain Layout
7709 Commands ! J ! 
7710 \backslash
7711 jot
7712 \end_layout
7713
7714 \end_inset
7715
7716  must be changed to -6
7717 \begin_inset Space \thinspace{}
7718 \end_inset
7719
7720 pt before the formula with the command 
7721 \series bold
7722
7723 \backslash
7724 setlength{
7725 \backslash
7726 jot}{-6pt}
7727 \series default
7728  in TeX-mode.
7729  
7730 \series bold
7731
7732 \backslash
7733 jot
7734 \series default
7735  is set back after the formula to the standard value of 3
7736 \begin_inset Space \thinspace{}
7737 \end_inset
7738
7739 pt using the same command.
7740  More about the row separation in formulas is explained in 
7741 \begin_inset CommandInset ref
7742 LatexCommand ref
7743 reference "sub:Line-Separation"
7744
7745 \end_inset
7746
7747 .
7748 \end_layout
7749
7750 \begin_layout Section
7751 Arrows
7752 \begin_inset Index
7753 status collapsed
7754
7755 \begin_layout Plain Layout
7756 Arrows
7757 \end_layout
7758
7759 \end_inset
7760
7761
7762 \end_layout
7763
7764 \begin_layout Standard
7765 Arrows can be inserted via the math toolbar button 
7766 \begin_inset Graphics
7767         filename ../images/math/leftarrow.png
7768         embed ""
7769         scale 85
7770
7771 \end_inset
7772
7773  or the commands listed in the following subsections.
7774 \end_layout
7775
7776 \begin_layout Subsection
7777 Horizontal Arrows
7778 \begin_inset Index
7779 status collapsed
7780
7781 \begin_layout Plain Layout
7782 Arrows ! horizontal
7783 \end_layout
7784
7785 \end_inset
7786
7787
7788 \end_layout
7789
7790 \begin_layout Standard
7791 \begin_inset Space \hfill{}
7792 \end_inset
7793
7794
7795 \begin_inset Tabular
7796 <lyxtabular version="3" rows="8" columns="2">
7797 <features>
7798 <column alignment="center" valignment="top" width="0pt">
7799 <column alignment="center" valignment="top" width="0pt">
7800 <row>
7801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7802 \begin_inset Text
7803
7804 \begin_layout Plain Layout
7805 Command
7806 \end_layout
7807
7808 \end_inset
7809 </cell>
7810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7811 \begin_inset Text
7812
7813 \begin_layout Plain Layout
7814 Result
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 </row>
7820 <row>
7821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Plain Layout
7825
7826 \backslash
7827 gets
7828 \end_layout
7829
7830 \end_inset
7831 </cell>
7832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7833 \begin_inset Text
7834
7835 \begin_layout Plain Layout
7836 \begin_inset Formula $\gets$
7837 \end_inset
7838
7839
7840 \end_layout
7841
7842 \end_inset
7843 </cell>
7844 </row>
7845 <row>
7846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850
7851 \backslash
7852 Leftarrow
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7858 \begin_inset Text
7859
7860 \begin_layout Plain Layout
7861 \begin_inset Formula $\Leftarrow$
7862 \end_inset
7863
7864
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 </row>
7870 <row>
7871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875
7876 \backslash
7877 longleftarrow
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886 \begin_inset Formula $\longleftarrow$
7887 \end_inset
7888
7889
7890 \end_layout
7891
7892 \end_inset
7893 </cell>
7894 </row>
7895 <row>
7896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900
7901 \backslash
7902 Longleftarrow
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 \begin_inset Formula $\Longleftarrow$
7912 \end_inset
7913
7914
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 </row>
7920 <row>
7921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \backslash
7927 leftharpoonup
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936 \begin_inset Formula $\leftharpoonup$
7937 \end_inset
7938
7939
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 </row>
7945 <row>
7946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7947 \begin_inset Text
7948
7949 \begin_layout Plain Layout
7950
7951 \backslash
7952 leftharpoondown
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7958 \begin_inset Text
7959
7960 \begin_layout Plain Layout
7961 \begin_inset Formula $\leftharpoondown$
7962 \end_inset
7963
7964
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 </row>
7970 <row>
7971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \backslash
7977 hookleftarrow
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 \begin_inset Formula $\hookleftarrow$
7987 \end_inset
7988
7989
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 </row>
7995 </lyxtabular>
7996
7997 \end_inset
7998
7999
8000 \begin_inset Space \hfill{}
8001 \end_inset
8002
8003
8004 \begin_inset Tabular
8005 <lyxtabular version="3" rows="8" columns="2">
8006 <features>
8007 <column alignment="center" valignment="top" width="0pt">
8008 <column alignment="center" valignment="top" width="0pt">
8009 <row>
8010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014 Command
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023 Result
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 </row>
8029 <row>
8030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8031 \begin_inset Text
8032
8033 \begin_layout Plain Layout
8034
8035 \backslash
8036 to
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045 \begin_inset Formula $\to$
8046 \end_inset
8047
8048
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 </row>
8054 <row>
8055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059
8060 \backslash
8061 Rightarrow
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 \begin_inset Formula $\Rightarrow$
8071 \end_inset
8072
8073
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 </row>
8079 <row>
8080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084
8085 \backslash
8086 longrightarrow
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 \begin_inset Formula $\longrightarrow$
8096 \end_inset
8097
8098
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 </row>
8104 <row>
8105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109
8110 \backslash
8111 Longrightarrow
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 \begin_inset Formula $\Longrightarrow$
8121 \end_inset
8122
8123
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 </row>
8129 <row>
8130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134
8135 \backslash
8136 rightharpoonup
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145 \begin_inset Formula $\rightharpoonup$
8146 \end_inset
8147
8148
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 </row>
8154 <row>
8155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159
8160 \backslash
8161 rightharpoondown
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170 \begin_inset Formula $\rightharpoondown$
8171 \end_inset
8172
8173
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 </row>
8179 <row>
8180 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184
8185 \backslash
8186 hookrightarrow
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 \begin_inset Formula $\hookrightarrow$
8196 \end_inset
8197
8198
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 </row>
8204 </lyxtabular>
8205
8206 \end_inset
8207
8208
8209 \begin_inset Space \hfill{}
8210 \end_inset
8211
8212
8213 \end_layout
8214
8215 \begin_layout Standard
8216 \begin_inset Space \hfill{}
8217 \end_inset
8218
8219
8220 \begin_inset Tabular
8221 <lyxtabular version="3" rows="6" columns="2">
8222 <features>
8223 <column alignment="center" valignment="top" width="0pt">
8224 <column alignment="center" valignment="top" width="0pt">
8225 <row>
8226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 Command
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 Result
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 </row>
8245 <row>
8246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250
8251 \backslash
8252 leftrightarrow
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 \begin_inset Formula $\leftrightarrow$
8262 \end_inset
8263
8264
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 </row>
8270 <row>
8271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275
8276 \backslash
8277 Leftrightarrow
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286 \begin_inset Formula $\Leftrightarrow$
8287 \end_inset
8288
8289
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 </row>
8295 <row>
8296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300
8301 \backslash
8302 longleftrightarrow
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311 \begin_inset Formula $\longleftrightarrow$
8312 \end_inset
8313
8314
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 </row>
8320 <row>
8321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325
8326 \backslash
8327 Longleftrightarrow
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336 \begin_inset Formula $\Longleftrightarrow$
8337 \end_inset
8338
8339
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 </row>
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
8351 \backslash
8352 rightleftharpoons
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361 \begin_inset Formula $\rightleftharpoons$
8362 \end_inset
8363
8364
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 </row>
8370 </lyxtabular>
8371
8372 \end_inset
8373
8374
8375 \begin_inset Space \hspace{}
8376 \length 25pt
8377 \end_inset
8378
8379
8380 \begin_inset Space \hfill{}
8381 \end_inset
8382
8383
8384 \begin_inset Tabular
8385 <lyxtabular version="3" rows="5" columns="2">
8386 <features>
8387 <column alignment="center" valignment="top" width="0pt">
8388 <column alignment="center" valignment="top" width="0pt">
8389 <row>
8390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394 Command
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403 Result
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 </row>
8409 <row>
8410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414
8415 \backslash
8416 mapsto
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425 \begin_inset Formula $\mapsto$
8426 \end_inset
8427
8428
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 </row>
8434 <row>
8435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439
8440 \backslash
8441 longmapsto
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450 \begin_inset Formula $\longmapsto$
8451 \end_inset
8452
8453
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 </row>
8459 <row>
8460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464
8465 \backslash
8466 leadsto
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475 \begin_inset Formula $\leadsto$
8476 \end_inset
8477
8478
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 </row>
8484 <row>
8485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489
8490 \backslash
8491 dasharrow
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 \begin_inset Formula $\dasharrow$
8501 \end_inset
8502
8503
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 </row>
8509 </lyxtabular>
8510
8511 \end_inset
8512
8513
8514 \begin_inset Space \hfill{}
8515 \end_inset
8516
8517
8518 \end_layout
8519
8520 \begin_layout Standard
8521 \begin_inset VSpace medskip
8522 \end_inset
8523
8524 Arrows used as accent like e.
8525 \begin_inset Space \thinspace{}
8526 \end_inset
8527
8528 g.
8529 \begin_inset Space ~
8530 \end_inset
8531
8532 vector arrows are listed in 
8533 \begin_inset CommandInset ref
8534 LatexCommand ref
8535 reference "sec:Accents"
8536
8537 \end_inset
8538
8539 .
8540 \end_layout
8541
8542 \begin_layout Standard
8543 \begin_inset VSpace bigskip
8544 \end_inset
8545
8546 Furthermore there are the labeled arrows
8547 \begin_inset Index
8548 status collapsed
8549
8550 \begin_layout Plain Layout
8551 Arrows ! labeled
8552 \end_layout
8553
8554 \end_inset
8555
8556  
8557 \series bold
8558
8559 \backslash
8560 xleftarrow
8561 \series default
8562
8563 \begin_inset Index
8564 status collapsed
8565
8566 \begin_layout Plain Layout
8567 Commands ! X ! 
8568 \backslash
8569 xleftarrow
8570 \end_layout
8571
8572 \end_inset
8573
8574  and 
8575 \series bold
8576
8577 \backslash
8578 xrightarrow
8579 \series default
8580
8581 \begin_inset Index
8582 status collapsed
8583
8584 \begin_layout Plain Layout
8585 Commands ! X ! 
8586 \backslash
8587 xrightarrow
8588 \begin_inset VSpace defskip
8589 \end_inset
8590
8591
8592 \end_layout
8593
8594 \end_inset
8595
8596 .
8597  When inserting one of these commands in a formula, an arrow with two blue
8598  boxes appear where the label can be inserted.
8599  The length of the arrow adapts to the label width.
8600 \end_layout
8601
8602 \begin_layout Standard
8603 \align center
8604 \begin_inset Tabular
8605 <lyxtabular version="3" rows="3" columns="2">
8606 <features>
8607 <column alignment="center" valignment="top" width="0pt">
8608 <column alignment="center" valignment="top" width="0pt">
8609 <row>
8610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614 Command
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 Result
8624 \begin_inset Note Note
8625 status collapsed
8626
8627 \begin_layout Plain Layout
8628
8629 \series bold
8630
8631 \backslash
8632 raisebox
8633 \series default
8634  is only used as spacer.
8635 \end_layout
8636
8637 \end_inset
8638
8639
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 </row>
8645 <row>
8646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650 F(a)
8651 \backslash
8652 xleftarrow
8653 \begin_inset ERT
8654 status collapsed
8655
8656 \begin_layout Plain Layout
8657
8658
8659 \backslash
8660 spce 
8661 \end_layout
8662
8663 \end_inset
8664
8665 x=a
8666 \begin_inset Formula $\downarrow$
8667 \end_inset
8668
8669 x>0
8670 \begin_inset Formula $\to$
8671 \end_inset
8672
8673 F(x)
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682 \begin_inset Formula $\raisebox {5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox {-4mm}{}$
8683 \end_inset
8684
8685
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 </row>
8691 <row>
8692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 F(x)
8697 \backslash
8698 xrightarrow
8699 \begin_inset ERT
8700 status collapsed
8701
8702 \begin_layout Plain Layout
8703
8704
8705 \backslash
8706 spce 
8707 \end_layout
8708
8709 \end_inset
8710
8711 x=a
8712 \begin_inset Formula $\downarrow$
8713 \end_inset
8714
8715 x>0
8716 \begin_inset Formula $\to$
8717 \end_inset
8718
8719 F(a)
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 \begin_inset Formula $\raisebox {5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox {-4mm}{}$
8729 \end_inset
8730
8731
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 </row>
8737 </lyxtabular>
8738
8739 \end_inset
8740
8741
8742 \end_layout
8743
8744 \begin_layout Subsection
8745 Vertical and diagonal Arrows
8746 \begin_inset Index
8747 status collapsed
8748
8749 \begin_layout Plain Layout
8750 Arrows ! diagonal
8751 \end_layout
8752
8753 \end_inset
8754
8755
8756 \begin_inset Index
8757 status collapsed
8758
8759 \begin_layout Plain Layout
8760 Arrows ! vertical
8761 \end_layout
8762
8763 \end_inset
8764
8765
8766 \end_layout
8767
8768 \begin_layout Standard
8769 \begin_inset Space \hfill{}
8770 \end_inset
8771
8772
8773 \begin_inset Tabular
8774 <lyxtabular version="3" rows="7" columns="2">
8775 <features>
8776 <column alignment="center" valignment="top" width="0pt">
8777 <column alignment="center" valignment="top" width="0pt">
8778 <row>
8779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783 Command
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792 Result
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 </row>
8798 <row>
8799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803
8804 \backslash
8805 uparrow
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 \begin_inset Formula $\uparrow$
8815 \end_inset
8816
8817
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 </row>
8823 <row>
8824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828
8829 \backslash
8830 Uparrow
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 \begin_inset Formula $\Uparrow$
8840 \end_inset
8841
8842
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 </row>
8848 <row>
8849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853
8854 \backslash
8855 updownarrow
8856 \end_layout
8857
8858 \end_inset
8859 </cell>
8860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864 \begin_inset Formula $\updownarrow$
8865 \end_inset
8866
8867
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 </row>
8873 <row>
8874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878
8879 \backslash
8880 Updownarrow
8881 \end_layout
8882
8883 \end_inset
8884 </cell>
8885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8886 \begin_inset Text
8887
8888 \begin_layout Plain Layout
8889 \begin_inset Formula $\Updownarrow$
8890 \end_inset
8891
8892
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 </row>
8898 <row>
8899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903
8904 \backslash
8905 Downarrow
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914 \begin_inset Formula $\Downarrow$
8915 \end_inset
8916
8917
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 </row>
8923 <row>
8924 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928
8929 \backslash
8930 downarrow
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939 \begin_inset Formula $\downarrow$
8940 \end_inset
8941
8942
8943 \end_layout
8944
8945 \end_inset
8946 </cell>
8947 </row>
8948 </lyxtabular>
8949
8950 \end_inset
8951
8952
8953 \begin_inset Space \hfill{}
8954 \end_inset
8955
8956
8957 \begin_inset Tabular
8958 <lyxtabular version="3" rows="5" columns="2">
8959 <features>
8960 <column alignment="center" valignment="top" width="0pt">
8961 <column alignment="center" valignment="top" width="0pt">
8962 <row>
8963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 Command
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976 Result
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 </row>
8982 <row>
8983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987
8988 \backslash
8989 nearrow
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 \begin_inset Formula $\nearrow$
8999 \end_inset
9000
9001
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 </row>
9007 <row>
9008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012
9013 \backslash
9014 searrow
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 \begin_inset Formula $\searrow$
9024 \end_inset
9025
9026
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 </row>
9032 <row>
9033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037
9038 \backslash
9039 swarrow
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048 \begin_inset Formula $\swarrow$
9049 \end_inset
9050
9051
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 </row>
9057 <row>
9058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9059 \begin_inset Text
9060
9061 \begin_layout Plain Layout
9062
9063 \backslash
9064 nwarrow
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073 \begin_inset Formula $\nwarrow$
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 \begin_inset Space \hfill{}
9088 \end_inset
9089
9090
9091 \end_layout
9092
9093 \begin_layout Standard
9094 \begin_inset VSpace medskip
9095 \end_inset
9096
9097 Vertical arrows can be used also as delimiter together with the commands
9098  described in 
9099 \begin_inset CommandInset ref
9100 LatexCommand ref
9101 reference "sub:Manual-Bracket-Size"
9102
9103 \end_inset
9104
9105  and 
9106 \begin_inset CommandInset ref
9107 LatexCommand ref
9108 reference "sub:Automatic-Bracket-Size"
9109
9110 \end_inset
9111
9112 .
9113 \end_layout
9114
9115 \begin_layout Standard
9116 \begin_inset Newpage newpage
9117 \end_inset
9118
9119
9120 \end_layout
9121
9122 \begin_layout Section
9123 Accents
9124 \begin_inset CommandInset label
9125 LatexCommand label
9126 name "sec:Accents"
9127
9128 \end_inset
9129
9130
9131 \begin_inset Index
9132 status collapsed
9133
9134 \begin_layout Plain Layout
9135 Accents
9136 \end_layout
9137
9138 \end_inset
9139
9140
9141 \end_layout
9142
9143 \begin_layout Standard
9144 Accents can be inserted via the math toolbar button 
9145 \begin_inset Graphics
9146         filename ../images/math/hat.png
9147         embed ""
9148         scale 85
9149
9150 \end_inset
9151
9152  or the commands listed in the following subsections.
9153 \end_layout
9154
9155 \begin_layout Subsection
9156 Accents for one Character
9157 \begin_inset ERT
9158 status collapsed
9159
9160 \begin_layout Plain Layout
9161
9162
9163 \backslash
9164 texorpdfstring{
9165 \end_layout
9166
9167 \end_inset
9168
9169
9170 \begin_inset Foot
9171 status collapsed
9172
9173 \begin_layout Plain Layout
9174 accents in text see 
9175 \begin_inset CommandInset ref
9176 LatexCommand ref
9177 reference "sub:Accents-in-Text"
9178
9179 \end_inset
9180
9181
9182 \end_layout
9183
9184 \end_inset
9185
9186
9187 \begin_inset ERT
9188 status collapsed
9189
9190 \begin_layout Plain Layout
9191
9192 }{}
9193 \end_layout
9194
9195 \end_inset
9196
9197
9198 \begin_inset Note Note
9199 status collapsed
9200
9201 \begin_layout Plain Layout
9202
9203 \backslash
9204 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9205 \end_layout
9206
9207 \begin_layout Plain Layout
9208 More about 
9209 \backslash
9210 texorpdfstring is in section 
9211 \begin_inset CommandInset ref
9212 LatexCommand ref
9213 reference "sub:Formulas-in-Section"
9214
9215 \end_inset
9216
9217 .
9218 \end_layout
9219
9220 \end_inset
9221
9222
9223 \begin_inset CommandInset label
9224 LatexCommand label
9225 name "sub:Accents-for-one"
9226
9227 \end_inset
9228
9229
9230 \begin_inset Index
9231 status collapsed
9232
9233 \begin_layout Plain Layout
9234 Accents ! for one character
9235 \end_layout
9236
9237 \end_inset
9238
9239
9240 \end_layout
9241
9242 \begin_layout Standard
9243 \begin_inset Space \hfill{}
9244 \end_inset
9245
9246
9247 \begin_inset Tabular
9248 <lyxtabular version="3" rows="8" columns="2">
9249 <features>
9250 <column alignment="center" valignment="top" width="0pt">
9251 <column alignment="center" valignment="top" width="0pt">
9252 <row>
9253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257 Command
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266 Result
9267 \begin_inset Note Note
9268 status collapsed
9269
9270 \begin_layout Plain Layout
9271
9272 \series bold
9273
9274 \backslash
9275 raisebox
9276 \series default
9277  is only used as spacer.
9278 \end_layout
9279
9280 \end_inset
9281
9282
9283 \end_layout
9284
9285 \end_inset
9286 </cell>
9287 </row>
9288 <row>
9289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293
9294 \backslash
9295 dot
9296 \begin_inset ERT
9297 status collapsed
9298
9299 \begin_layout Plain Layout
9300
9301
9302 \backslash
9303 spce 
9304 \end_layout
9305
9306 \end_inset
9307
9308 A
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317 \begin_inset Formula $\raisebox {5mm}{}\dot{A}$
9318 \end_inset
9319
9320
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 </row>
9326 <row>
9327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Plain Layout
9331
9332 \backslash
9333 ddot
9334 \begin_inset ERT
9335 status collapsed
9336
9337 \begin_layout Plain Layout
9338
9339
9340 \backslash
9341 spce 
9342 \end_layout
9343
9344 \end_inset
9345
9346 A
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9352 \begin_inset Text
9353
9354 \begin_layout Plain Layout
9355 \begin_inset Formula $\raisebox {5mm}{}\ddot{A}$
9356 \end_inset
9357
9358
9359 \end_layout
9360
9361 \end_inset
9362 </cell>
9363 </row>
9364 <row>
9365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369
9370 \backslash
9371 dddot
9372 \begin_inset ERT
9373 status collapsed
9374
9375 \begin_layout Plain Layout
9376
9377
9378 \backslash
9379 spce 
9380 \end_layout
9381
9382 \end_inset
9383
9384 A
9385 \end_layout
9386
9387 \end_inset
9388 </cell>
9389 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9390 \begin_inset Text
9391
9392 \begin_layout Plain Layout
9393 \begin_inset Formula $\raisebox {5mm}{}\dddot{A}$
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 ddddot{A
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 $\raisebox {5mm}{}\ddddot {A}$
9419 \end_inset
9420
9421
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 </row>
9427 <row>
9428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432
9433 \backslash
9434 vec
9435 \begin_inset ERT
9436 status collapsed
9437
9438 \begin_layout Plain Layout
9439
9440
9441 \backslash
9442 spce 
9443 \end_layout
9444
9445 \end_inset
9446
9447 A
9448 \begin_inset Index
9449 status collapsed
9450
9451 \begin_layout Plain Layout
9452 Vectors
9453 \end_layout
9454
9455 \end_inset
9456
9457
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9463 \begin_inset Text
9464
9465 \begin_layout Plain Layout
9466 \begin_inset Formula $\raisebox {5mm}{}\vec{A}$
9467 \end_inset
9468
9469
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 </row>
9475 <row>
9476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480
9481 \backslash
9482 bar
9483 \begin_inset ERT
9484 status collapsed
9485
9486 \begin_layout Plain Layout
9487
9488
9489 \backslash
9490 spce 
9491 \end_layout
9492
9493 \end_inset
9494
9495 A
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504 \begin_inset Formula $\raisebox {5mm}{}\bar{A}$
9505 \end_inset
9506
9507
9508 \end_layout
9509
9510 \end_inset
9511 </cell>
9512 </row>
9513 <row>
9514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9515 \begin_inset Text
9516
9517 \begin_layout Plain Layout
9518
9519 \backslash
9520 mathring
9521 \begin_inset ERT
9522 status collapsed
9523
9524 \begin_layout Plain Layout
9525
9526
9527 \backslash
9528 spce 
9529 \end_layout
9530
9531 \end_inset
9532
9533 A
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9539 \begin_inset Text
9540
9541 \begin_layout Plain Layout
9542 \begin_inset Formula $\raisebox {5mm}{}\mathring{A}$
9543 \end_inset
9544
9545
9546 \end_layout
9547
9548 \end_inset
9549 </cell>
9550 </row>
9551 </lyxtabular>
9552
9553 \end_inset
9554
9555
9556 \begin_inset Space \hfill{}
9557 \end_inset
9558
9559
9560 \begin_inset Tabular
9561 <lyxtabular version="3" rows="7" columns="2">
9562 <features>
9563 <column alignment="center" valignment="top" width="0pt">
9564 <column alignment="center" valignment="top" width="0pt">
9565 <row>
9566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9567 \begin_inset Text
9568
9569 \begin_layout Plain Layout
9570 Command
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9576 \begin_inset Text
9577
9578 \begin_layout Plain Layout
9579 Result
9580 \end_layout
9581
9582 \end_inset
9583 </cell>
9584 </row>
9585 <row>
9586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590
9591 \backslash
9592 tilde
9593 \begin_inset ERT
9594 status collapsed
9595
9596 \begin_layout Plain Layout
9597
9598
9599 \backslash
9600 spce 
9601 \end_layout
9602
9603 \end_inset
9604
9605 A
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Plain Layout
9614 \begin_inset Formula $\raisebox {5mm}{}\tilde{A}$
9615 \end_inset
9616
9617
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 </row>
9623 <row>
9624 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628
9629 \backslash
9630 hat
9631 \begin_inset ERT
9632 status collapsed
9633
9634 \begin_layout Plain Layout
9635
9636
9637 \backslash
9638 spce 
9639 \end_layout
9640
9641 \end_inset
9642
9643 A
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652 \begin_inset Formula $\raisebox {5mm}{}\hat{A}$
9653 \end_inset
9654
9655
9656 \end_layout
9657
9658 \end_inset
9659 </cell>
9660 </row>
9661 <row>
9662 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666
9667 \backslash
9668 check
9669 \begin_inset ERT
9670 status collapsed
9671
9672 \begin_layout Plain Layout
9673
9674
9675 \backslash
9676 spce 
9677 \end_layout
9678
9679 \end_inset
9680
9681 A
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9687 \begin_inset Text
9688
9689 \begin_layout Plain Layout
9690 \begin_inset Formula $\raisebox {5mm}{}\check{A}$
9691 \end_inset
9692
9693
9694 \end_layout
9695
9696 \end_inset
9697 </cell>
9698 </row>
9699 <row>
9700 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9701 \begin_inset Text
9702
9703 \begin_layout Plain Layout
9704
9705 \backslash
9706 acute
9707 \begin_inset ERT
9708 status collapsed
9709
9710 \begin_layout Plain Layout
9711
9712
9713 \backslash
9714 spce 
9715 \end_layout
9716
9717 \end_inset
9718
9719 A
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Plain Layout
9728 \begin_inset Formula $\raisebox {5mm}{}\acute{A}$
9729 \end_inset
9730
9731
9732 \end_layout
9733
9734 \end_inset
9735 </cell>
9736 </row>
9737 <row>
9738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9739 \begin_inset Text
9740
9741 \begin_layout Plain Layout
9742
9743 \backslash
9744 grave
9745 \begin_inset ERT
9746 status collapsed
9747
9748 \begin_layout Plain Layout
9749
9750
9751 \backslash
9752 spce 
9753 \end_layout
9754
9755 \end_inset
9756
9757 A
9758 \end_layout
9759
9760 \end_inset
9761 </cell>
9762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9763 \begin_inset Text
9764
9765 \begin_layout Plain Layout
9766 \begin_inset Formula $\raisebox {5mm}{}\grave{A}$
9767 \end_inset
9768
9769
9770 \end_layout
9771
9772 \end_inset
9773 </cell>
9774 </row>
9775 <row>
9776 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9777 \begin_inset Text
9778
9779 \begin_layout Plain Layout
9780
9781 \backslash
9782 breve
9783 \begin_inset ERT
9784 status collapsed
9785
9786 \begin_layout Plain Layout
9787
9788
9789 \backslash
9790 spce 
9791 \end_layout
9792
9793 \end_inset
9794
9795 A
9796 \end_layout
9797
9798 \end_inset
9799 </cell>
9800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9801 \begin_inset Text
9802
9803 \begin_layout Plain Layout
9804 \begin_inset Formula $\raisebox {5mm}{}\breve{A}$
9805 \end_inset
9806
9807
9808 \end_layout
9809
9810 \end_inset
9811 </cell>
9812 </row>
9813 </lyxtabular>
9814
9815 \end_inset
9816
9817
9818 \begin_inset Space \hfill{}
9819 \end_inset
9820
9821
9822 \end_layout
9823
9824 \begin_layout Standard
9825 \begin_inset VSpace bigskip
9826 \end_inset
9827
9828 To create umlauts
9829 \begin_inset Index
9830 status collapsed
9831
9832 \begin_layout Plain Layout
9833 Umlauts
9834 \end_layout
9835
9836 \end_inset
9837
9838  in formulas, a quotation mark is inserted before the vowel.
9839  These two characters are then treated by LaTeX as 
9840 \emph on
9841 one
9842 \emph default
9843  character when the formula part with the umlaut is marked as German.
9844  In contrary to 
9845 \series bold
9846
9847 \backslash
9848 ddot
9849 \series default
9850 , with this method 
9851 \begin_inset Quotes eld
9852 \end_inset
9853
9854 real
9855 \begin_inset Quotes erd
9856 \end_inset
9857
9858  umlauts are created as demonstrated in the following example:
9859 \end_layout
9860
9861 \begin_layout Standard
9862 \begin_inset VSpace -2mm
9863 \end_inset
9864
9865
9866 \end_layout
9867
9868 \begin_layout Standard
9869 \align center
9870 \begin_inset Tabular
9871 <lyxtabular version="3" rows="3" columns="2">
9872 <features>
9873 <column alignment="center" valignment="top" width="0">
9874 <column alignment="center" valignment="top" width="0">
9875 <row>
9876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880 Command
9881 \end_layout
9882
9883 \end_inset
9884 </cell>
9885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9886 \begin_inset Text
9887
9888 \begin_layout Plain Layout
9889 Result
9890 \begin_inset Note Note
9891 status collapsed
9892
9893 \begin_layout Plain Layout
9894
9895 \series bold
9896
9897 \backslash
9898 raisebox
9899 \series default
9900  is only used as spacer.
9901 \end_layout
9902
9903 \end_inset
9904
9905
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 </row>
9911 <row>
9912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916
9917 \lang ngerman
9918 \begin_inset Quotes grd
9919 \end_inset
9920
9921 i
9922 \end_layout
9923
9924 \end_inset
9925 </cell>
9926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9927 \begin_inset Text
9928
9929 \begin_layout Plain Layout
9930
9931 \lang ngerman
9932 \begin_inset Formula $"i$
9933 \end_inset
9934
9935
9936 \end_layout
9937
9938 \end_inset
9939 </cell>
9940 </row>
9941 <row>
9942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946
9947 \backslash
9948 ddot
9949 \begin_inset ERT
9950 status collapsed
9951
9952 \begin_layout Plain Layout
9953
9954
9955 \backslash
9956 spce 
9957 \end_layout
9958
9959 \end_inset
9960
9961 i
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970 \begin_inset Formula $\raisebox {5mm}{}\ddot{i}$
9971 \end_inset
9972
9973
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 </row>
9979 </lyxtabular>
9980
9981 \end_inset
9982
9983
9984 \end_layout
9985
9986 \begin_layout Standard
9987 Another advantage to 
9988 \series bold
9989
9990 \backslash
9991 ddot
9992 \series default
9993  is that umlauts can directly be converted to mathematical text because
9994  the accent commands above are 
9995 \emph on
9996 not allowed
9997 \emph default
9998  
9999 \emph on
10000 in mathematical text
10001 \emph default
10002 .
10003  To convert an accented character to mathematical text, only the character
10004  under the accent may be converted.
10005  This applies also for all other conversions, e.
10006 \begin_inset Space \thinspace{}
10007 \end_inset
10008
10009 g.
10010 \begin_inset Space ~
10011 \end_inset
10012
10013 to italic or bold.
10014 \end_layout
10015
10016 \begin_layout Standard
10017 In mathematical text, umlauts and other accented characters can directly
10018  be inserted.
10019 \end_layout
10020
10021 \begin_layout Subsection
10022 Accents for Operators
10023 \begin_inset Index
10024 status collapsed
10025
10026 \begin_layout Plain Layout
10027 Accents ! for operators
10028 \end_layout
10029
10030 \end_inset
10031
10032
10033 \end_layout
10034
10035 \begin_layout Standard
10036 With the commands 
10037 \series bold
10038
10039 \backslash
10040 overset
10041 \series default
10042
10043 \begin_inset Index
10044 status collapsed
10045
10046 \begin_layout Plain Layout
10047 Commands ! O ! 
10048 \backslash
10049 overset
10050 \end_layout
10051
10052 \end_inset
10053
10054  and 
10055 \series bold
10056
10057 \backslash
10058 underset
10059 \series default
10060
10061 \begin_inset Index
10062 status collapsed
10063
10064 \begin_layout Plain Layout
10065 Commands ! U ! 
10066 \backslash
10067 underset
10068 \end_layout
10069
10070 \end_inset
10071
10072  characters can be placed above or below an operator, respectively, to accent
10073  it.
10074  With the command 
10075 \series bold
10076
10077 \backslash
10078 sideset
10079 \series default
10080
10081 \begin_inset Index
10082 status collapsed
10083
10084 \begin_layout Plain Layout
10085 Commands ! S ! 
10086 \backslash
10087 sideset
10088 \end_layout
10089
10090 \end_inset
10091
10092  characters can be set before and behind an operator.
10093  The command scheme is:
10094 \end_layout
10095
10096 \begin_layout Standard
10097
10098 \series bold
10099
10100 \backslash
10101 sideset{character
10102 \series default
10103  
10104 \series bold
10105 before}{character
10106 \series default
10107  
10108 \series bold
10109 behind}
10110 \end_layout
10111
10112 \begin_layout Standard
10113
10114 \series bold
10115
10116 \backslash
10117 sideset
10118 \series default
10119  must always be before the operator that should be accented.
10120  You can accent with several characters and even with other operators and
10121  symbols.
10122  To place with 
10123 \series bold
10124
10125 \backslash
10126 sideset
10127 \series default
10128  for example only characters behind an operator, write nothing between the
10129  first braces but don't omit the braces.
10130 \end_layout
10131
10132 \begin_layout Standard
10133 For example the command 
10134 \series bold
10135
10136 \backslash
10137 sideset{
10138 \begin_inset Formula $\to$
10139 \end_inset
10140
10141
10142 \backslash
10143 {
10144 \series default
10145 '
10146 \series bold
10147
10148 \begin_inset Formula $\to$
10149 \end_inset
10150
10151
10152 \backslash
10153 sum_k=1
10154 \begin_inset ERT
10155 status collapsed
10156
10157 \begin_layout Plain Layout
10158
10159
10160 \backslash
10161 spce 
10162 \end_layout
10163
10164 \end_inset
10165
10166
10167 \series default
10168 ^
10169 \series bold
10170 n
10171 \series default
10172  produces:
10173 \begin_inset Formula \[
10174 \sideset {}{'}\sum_{k=1}^{n}\]
10175
10176 \end_inset
10177
10178
10179 \end_layout
10180
10181 \begin_layout Standard
10182 The command 
10183 \series bold
10184
10185 \backslash
10186 overset
10187 \begin_inset ERT
10188 status collapsed
10189
10190 \begin_layout Plain Layout
10191
10192
10193 \backslash
10194 spce 
10195 \end_layout
10196
10197 \end_inset
10198
10199
10200 \backslash
10201 maltese
10202 \begin_inset ERT
10203 status collapsed
10204
10205 \begin_layout Plain Layout
10206
10207
10208 \backslash
10209 spce 
10210 \end_layout
10211
10212 \end_inset
10213
10214
10215 \series default
10216
10217 \begin_inset Formula $\uparrow$
10218 \end_inset
10219
10220
10221 \series bold
10222 a
10223 \series default
10224  produces:
10225 \begin_inset Formula \[
10226 \overset{a}{\maltese}\]
10227
10228 \end_inset
10229
10230 As seen in the last example, with 
10231 \series bold
10232
10233 \backslash
10234 overset
10235 \series default
10236  and 
10237 \series bold
10238
10239 \backslash
10240 underset
10241 \series default
10242  also symbols and characters can be accented; with 
10243 \series bold
10244
10245 \backslash
10246 sideset
10247 \series default
10248  this is not possible.
10249 \end_layout
10250
10251 \begin_layout Subsection
10252 Accents for several Characters
10253 \begin_inset CommandInset label
10254 LatexCommand label
10255 name "sub:Accents-for-several"
10256
10257 \end_inset
10258
10259
10260 \begin_inset Index
10261 status collapsed
10262
10263 \begin_layout Plain Layout
10264 Accents ! for several characters
10265 \end_layout
10266
10267 \end_inset
10268
10269
10270 \end_layout
10271
10272 \begin_layout Standard
10273 \begin_inset Space \hfill{}
10274 \end_inset
10275
10276
10277 \begin_inset Tabular
10278 <lyxtabular version="3" rows="5" columns="2">
10279 <features>
10280 <column alignment="center" valignment="top" width="0pt">
10281 <column alignment="center" valignment="top" width="0pt">
10282 <row>
10283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287 Command
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296 Result
10297 \begin_inset Note Note
10298 status collapsed
10299
10300 \begin_layout Plain Layout
10301
10302 \series bold
10303
10304 \backslash
10305 raisebox
10306 \series default
10307  is only used as spacer.
10308 \end_layout
10309
10310 \end_inset
10311
10312
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 </row>
10318 <row>
10319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Plain Layout
10323
10324 \backslash
10325 overleftarrow
10326 \begin_inset ERT
10327 status collapsed
10328
10329 \begin_layout Plain Layout
10330
10331
10332 \backslash
10333 spce 
10334 \end_layout
10335
10336 \end_inset
10337
10338 A=B
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347 \begin_inset Formula $\raisebox {6mm}{}\overleftarrow{A=B}\raisebox {-2mm}{}$
10348 \end_inset
10349
10350
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 </row>
10356 <row>
10357 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361
10362 \backslash
10363 underleftarrow
10364 \begin_inset ERT
10365 status collapsed
10366
10367 \begin_layout Plain Layout
10368
10369
10370 \backslash
10371 spce 
10372 \end_layout
10373
10374 \end_inset
10375
10376 A=B
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385 \begin_inset Formula $\raisebox {5mm}{}\underleftarrow{A=B}\raisebox {-3mm}{}$
10386 \end_inset
10387
10388
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 </row>
10394 <row>
10395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399
10400 \backslash
10401 overleftrightarrow
10402 \begin_inset ERT
10403 status collapsed
10404
10405 \begin_layout Plain Layout
10406
10407
10408 \backslash
10409 spce 
10410 \end_layout
10411
10412 \end_inset
10413
10414 A=B
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423 \begin_inset Formula $\raisebox {6mm}{}\overleftrightarrow{A=B}\raisebox {-2mm}{}$
10424 \end_inset
10425
10426
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 </row>
10432 <row>
10433 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Plain Layout
10437
10438 \backslash
10439 underleftrightarrow
10440 \begin_inset ERT
10441 status collapsed
10442
10443 \begin_layout Plain Layout
10444
10445
10446 \backslash
10447 spce 
10448 \end_layout
10449
10450 \end_inset
10451
10452 A=B
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 \begin_inset Formula $\raisebox {5mm}{}\underleftrightarrow{A=B}\raisebox {-3mm}{}$
10462 \end_inset
10463
10464
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 </row>
10470 </lyxtabular>
10471
10472 \end_inset
10473
10474
10475 \begin_inset Space \hfill{}
10476 \end_inset
10477
10478
10479 \begin_inset Tabular
10480 <lyxtabular version="3" rows="5" columns="2">
10481 <features>
10482 <column alignment="center" valignment="top" width="0pt">
10483 <column alignment="center" valignment="top" width="0pt">
10484 <row>
10485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489 Command
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498 Result
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 </row>
10504 <row>
10505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509
10510 \backslash
10511 overrightarrow
10512 \begin_inset ERT
10513 status collapsed
10514
10515 \begin_layout Plain Layout
10516
10517
10518 \backslash
10519 spce 
10520 \end_layout
10521
10522 \end_inset
10523
10524 A=B
10525 \end_layout
10526
10527 \end_inset
10528 </cell>
10529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533 \begin_inset Formula $\raisebox {6mm}{}\overrightarrow{A=B}\raisebox {-2mm}{}$
10534 \end_inset
10535
10536
10537 \end_layout
10538
10539 \end_inset
10540 </cell>
10541 </row>
10542 <row>
10543 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547
10548 \backslash
10549 underrightarrow
10550 \begin_inset ERT
10551 status collapsed
10552
10553 \begin_layout Plain Layout
10554
10555
10556 \backslash
10557 spce 
10558 \end_layout
10559
10560 \end_inset
10561
10562 A=B
10563 \end_layout
10564
10565 \end_inset
10566 </cell>
10567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571 \begin_inset Formula $\raisebox {5mm}{}\underrightarrow{A=B}\raisebox {-3mm}{}$
10572 \end_inset
10573
10574
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 </row>
10580 <row>
10581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585
10586 \backslash
10587 widetilde
10588 \begin_inset ERT
10589 status collapsed
10590
10591 \begin_layout Plain Layout
10592
10593
10594 \backslash
10595 spce 
10596 \end_layout
10597
10598 \end_inset
10599
10600 A=B
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609 \begin_inset Formula $\raisebox {6mm}{}\widetilde{A=B}\raisebox {-2mm}{}$
10610 \end_inset
10611
10612
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 </row>
10618 <row>
10619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10620 \begin_inset Text
10621
10622 \begin_layout Plain Layout
10623
10624 \backslash
10625 widehat
10626 \begin_inset ERT
10627 status collapsed
10628
10629 \begin_layout Plain Layout
10630
10631
10632 \backslash
10633 spce 
10634 \end_layout
10635
10636 \end_inset
10637
10638 A=B
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647 \begin_inset Formula $\raisebox {6mm}{}\widehat{A=B}\raisebox {-2mm}{}$
10648 \end_inset
10649
10650
10651 \end_layout
10652
10653 \end_inset
10654 </cell>
10655 </row>
10656 </lyxtabular>
10657
10658 \end_inset
10659
10660
10661 \begin_inset Space \hfill{}
10662 \end_inset
10663
10664
10665 \end_layout
10666
10667 \begin_layout Standard
10668 \begin_inset VSpace medskip
10669 \end_inset
10670
10671 With these commands as many characters as you like can be accented.
10672  But the accents 
10673 \series bold
10674
10675 \backslash
10676 widetilde
10677 \series default
10678  and 
10679 \series bold
10680
10681 \backslash
10682 widehat
10683 \series default
10684  will only be set in the output with a length of three characters, as shown
10685  in the following example:
10686 \begin_inset Formula \[
10687 \widetilde{A+B=C-D}\]
10688
10689 \end_inset
10690
10691
10692 \end_layout
10693
10694 \begin_layout Standard
10695 With the commands 
10696 \series bold
10697
10698 \backslash
10699 overset
10700 \series default
10701
10702 \begin_inset Index
10703 status collapsed
10704
10705 \begin_layout Plain Layout
10706 Commands ! O ! 
10707 \backslash
10708 overset
10709 \end_layout
10710
10711 \end_inset
10712
10713  and 
10714 \series bold
10715
10716 \backslash
10717 underset
10718 \series default
10719
10720 \begin_inset Index
10721 status collapsed
10722
10723 \begin_layout Plain Layout
10724 Commands ! U ! 
10725 \backslash
10726 underset
10727 \end_layout
10728
10729 \end_inset
10730
10731  described in the previous subsection it is also possible to accent several
10732  characters.
10733  The command 
10734 \series bold
10735
10736 \backslash
10737 underset
10738 \begin_inset ERT
10739 status collapsed
10740
10741 \begin_layout Plain Layout
10742
10743
10744 \backslash
10745 spce 
10746 \end_layout
10747
10748 \end_inset
10749
10750 A=B
10751 \begin_inset Formula $\downarrow$
10752 \end_inset
10753
10754 ***
10755 \series default
10756  creates:
10757 \begin_inset Formula \[
10758 \underset{***}{A=B}\]
10759
10760 \end_inset
10761
10762
10763 \end_layout
10764
10765 \begin_layout Section
10766 Space
10767 \begin_inset CommandInset label
10768 LatexCommand label
10769 name "sub:Space"
10770
10771 \end_inset
10772
10773
10774 \begin_inset Index
10775 status collapsed
10776
10777 \begin_layout Plain Layout
10778 Space ! horizontal
10779 \end_layout
10780
10781 \end_inset
10782
10783
10784 \end_layout
10785
10786 \begin_layout Subsection
10787 Predefined Space
10788 \begin_inset CommandInset label
10789 LatexCommand label
10790 name "sub:Predefined-Space"
10791
10792 \end_inset
10793
10794
10795 \begin_inset Index
10796 status collapsed
10797
10798 \begin_layout Plain Layout
10799 Space ! horizontal ! predefined
10800 \end_layout
10801
10802 \end_inset
10803
10804
10805 \end_layout
10806
10807 \begin_layout Standard
10808 Sometimes it is necessary to insert horizontal space to a formula.
10809  This is done by inserting a protected space (shortcut 
10810 \family sans
10811 Ctrl-Space
10812 \family default
10813 ).
10814  A blue 
10815 \begin_inset Quotes eld
10816 \end_inset
10817
10818
10819 \series bold
10820 \color blue
10821
10822 \begin_inset ERT
10823 status collapsed
10824
10825 \begin_layout Plain Layout
10826
10827
10828 \backslash
10829 spce 
10830 \end_layout
10831
10832 \end_inset
10833
10834
10835 \series default
10836 \color inherit
10837
10838 \begin_inset Quotes erd
10839 \end_inset
10840
10841  appears and by pressing 
10842 \family sans
10843 Space
10844 \family default
10845  several times one can select one of eight different space sizes.
10846  The spaces can also be inserted using the math toolbar button 
10847 \begin_inset Graphics
10848         filename ../images/math/space.png
10849         embed ""
10850         scale 85
10851
10852 \end_inset
10853
10854  or special commands.
10855  Independent from the inserted command, one can select the size again by
10856  pressing 
10857 \family sans
10858 Space
10859 \family default
10860  afterwards.
10861 \end_layout
10862
10863 \begin_layout Standard
10864 \noindent
10865 \align center
10866 \begin_inset VSpace -5mm
10867 \end_inset
10868
10869
10870 \begin_inset Tabular
10871 <lyxtabular version="3" rows="3" columns="7">
10872 <features>
10873 <column alignment="center" valignment="middle" width="6.8cm">
10874 <column alignment="center" valignment="top" width="0">
10875 <column alignment="center" valignment="top" width="0">
10876 <column alignment="center" valignment="top" width="0">
10877 <column alignment="center" valignment="top" width="0">
10878 <column alignment="center" valignment="top" width="0">
10879 <column alignment="center" valignment="top" width="0">
10880 <row>
10881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10882 \begin_inset Text
10883
10884 \begin_layout Plain Layout
10885 Command
10886 \end_layout
10887
10888 \end_inset
10889 </cell>
10890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10891 \begin_inset Text
10892
10893 \begin_layout Plain Layout
10894
10895 \backslash
10896 ,
10897 \end_layout
10898
10899 \end_inset
10900 </cell>
10901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10902 \begin_inset Text
10903
10904 \begin_layout Plain Layout
10905
10906 \backslash
10907 :
10908 \end_layout
10909
10910 \end_inset
10911 </cell>
10912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10913 \begin_inset Text
10914
10915 \begin_layout Plain Layout
10916
10917 \backslash
10918 ;
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10924 \begin_inset Text
10925
10926 \begin_layout Plain Layout
10927
10928 \backslash
10929 quad
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938
10939 \backslash
10940 qquad
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949
10950 \backslash
10951 !
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 </row>
10957 <row>
10958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962 Number of 
10963 \family sans
10964 Space
10965 \family default
10966  keystrokes after inserting the protected space
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975 0
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984 1
10985 \end_layout
10986
10987 \end_inset
10988 </cell>
10989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10990 \begin_inset Text
10991
10992 \begin_layout Plain Layout
10993 2
10994 \end_layout
10995
10996 \end_inset
10997 </cell>
10998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002 3
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011 4
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020 5
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 </row>
11026 <row>
11027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031 Result
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040 \begin_inset Formula $A\, B$
11041 \end_inset
11042
11043
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052 \begin_inset Formula $A\: B$
11053 \end_inset
11054
11055
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064 \begin_inset Formula $A\; B$
11065 \end_inset
11066
11067
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076 \begin_inset Formula $A\quad B$
11077 \end_inset
11078
11079
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088 \begin_inset Formula $A\qquad B$
11089 \end_inset
11090
11091
11092 \end_layout
11093
11094 \end_inset
11095 </cell>
11096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100 \begin_inset Formula $A\! B$
11101 \end_inset
11102
11103
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 </row>
11109 </lyxtabular>
11110
11111 \end_inset
11112
11113
11114 \end_layout
11115
11116 \begin_layout Standard
11117 The last size seem to produce no space.
11118  It is displayed red in LyX contrary to the other sizes, because it is a
11119  negative space.
11120  There are two more negative spaces:
11121 \end_layout
11122
11123 \begin_layout Standard
11124 \align center
11125 \begin_inset Tabular
11126 <lyxtabular version="3" rows="3" columns="3">
11127 <features>
11128 <column alignment="center" valignment="middle" width="6.8cm">
11129 <column alignment="center" valignment="top" width="0pt">
11130 <column alignment="center" valignment="top" width="0pt">
11131 <row>
11132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136 Command
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145
11146 \backslash
11147 negmedspace
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156
11157 \backslash
11158 negthickspace
11159 \end_layout
11160
11161 \end_inset
11162 </cell>
11163 </row>
11164 <row>
11165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 Number of 
11170 \family sans
11171 Space
11172 \family default
11173  keystrokes after inserting the protected space
11174 \end_layout
11175
11176 \end_inset
11177 </cell>
11178 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11179 \begin_inset Text
11180
11181 \begin_layout Plain Layout
11182 6
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191 7
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 </row>
11197 <row>
11198 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202 Result
11203 \end_layout
11204
11205 \end_inset
11206 </cell>
11207 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11208 \begin_inset Text
11209
11210 \begin_layout Plain Layout
11211 \begin_inset Formula $A\negmedspace B$
11212 \end_inset
11213
11214
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 \begin_inset Formula $A\negthickspace B$
11224 \end_inset
11225
11226
11227 \end_layout
11228
11229 \end_inset
11230 </cell>
11231 </row>
11232 </lyxtabular>
11233
11234 \end_inset
11235
11236
11237 \end_layout
11238
11239 \begin_layout Standard
11240 Negative spaces can lead to characters overlapping each other.
11241  Thus they can be used to enforce ligatures, what is e.
11242 \begin_inset Space \thinspace{}
11243 \end_inset
11244
11245 g.
11246 \begin_inset Space ~
11247 \end_inset
11248
11249 useful for summation operators: 
11250 \end_layout
11251
11252 \begin_layout Standard
11253 \align center
11254 \begin_inset Tabular
11255 <lyxtabular version="3" rows="3" columns="2">
11256 <features>
11257 <column alignment="center" valignment="top" width="0">
11258 <column alignment="center" valignment="top" width="0">
11259 <row>
11260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 Command
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273 Result
11274 \begin_inset Note Note
11275 status collapsed
11276
11277 \begin_layout Plain Layout
11278
11279 \series bold
11280
11281 \backslash
11282 raisebox
11283 \series default
11284  is only used as spacer.
11285 \end_layout
11286
11287 \end_inset
11288
11289
11290 \end_layout
11291
11292 \end_inset
11293 </cell>
11294 </row>
11295 <row>
11296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300
11301 \backslash
11302 sum
11303 \backslash
11304 sum
11305 \begin_inset ERT
11306 status collapsed
11307
11308 \begin_layout Plain Layout
11309
11310
11311 \backslash
11312 spce 
11313 \end_layout
11314
11315 \end_inset
11316
11317 f_kl
11318 \end_layout
11319
11320 \end_inset
11321 </cell>
11322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11323 \begin_inset Text
11324
11325 \begin_layout Plain Layout
11326 \begin_inset Formula $\raisebox {4.5mm}{}\sum\sum f_{kl}\raisebox {-2.5mm}{}$
11327 \end_inset
11328
11329
11330 \end_layout
11331
11332 \end_inset
11333 </cell>
11334 </row>
11335 <row>
11336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11337 \begin_inset Text
11338
11339 \begin_layout Plain Layout
11340
11341 \backslash
11342 sum
11343 \backslash
11344 negmedspace
11345 \backslash
11346 sum
11347 \begin_inset ERT
11348 status collapsed
11349
11350 \begin_layout Plain Layout
11351
11352
11353 \backslash
11354 spce 
11355 \end_layout
11356
11357 \end_inset
11358
11359 f_kl
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11365 \begin_inset Text
11366
11367 \begin_layout Plain Layout
11368 \begin_inset Formula $\raisebox {4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox {-2.5mm}{}$
11369 \end_inset
11370
11371
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 </row>
11377 </lyxtabular>
11378
11379 \end_inset
11380
11381
11382 \end_layout
11383
11384 \begin_layout Standard
11385 Relations like for example equal signs, are always surrounded by space.
11386  To suppress this, the equal sign is placed into a TeX-brace.
11387  The following example demonstrates this:
11388 \end_layout
11389
11390 \begin_layout Standard
11391 \align center
11392 \begin_inset Tabular
11393 <lyxtabular version="3" rows="2" columns="2">
11394 <features>
11395 <column alignment="center" valignment="top" width="0pt">
11396 <column alignment="center" valignment="top" width="0pt">
11397 <row>
11398 <cell alignment="center" valignment="top" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Plain Layout
11402 normal equation
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 <cell alignment="center" valignment="top" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 \begin_inset Formula $A=B$
11412 \end_inset
11413
11414
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 </row>
11420 <row>
11421 <cell alignment="center" valignment="top" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 \begin_inset Note Note
11426 status collapsed
11427
11428 \begin_layout Plain Layout
11429
11430 \series bold
11431
11432 \backslash
11433 raisebox
11434 \series default
11435  is only used as spacer.
11436 \end_layout
11437
11438 \end_inset
11439
11440
11441 \begin_inset Formula $\raisebox {5mm}{}$
11442 \end_inset
11443
11444 equation without space
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 \begin_inset Formula $A{=}B$
11454 \end_inset
11455
11456
11457 \end_layout
11458
11459 \end_inset
11460 </cell>
11461 </row>
11462 </lyxtabular>
11463
11464 \end_inset
11465
11466
11467 \end_layout
11468
11469 \begin_layout Standard
11470 \noindent
11471 The command for the last formula is: 
11472 \series bold
11473 A
11474 \backslash
11475 {=
11476 \begin_inset Formula $\to$
11477 \end_inset
11478
11479 B
11480 \end_layout
11481
11482 \begin_layout Standard
11483 \begin_inset VSpace bigskip
11484 \end_inset
11485
11486 Spaces are needed for physical units, because the space between the value
11487  and the unit is the smallest one and not a normal space.
11488  For units in text, the smallest space is inserted via the menu 
11489 \family sans
11490 Insert\SpecialChar \menuseparator
11491 Formatting\SpecialChar \menuseparator
11492 Thin
11493 \begin_inset Space ~
11494 \end_inset
11495
11496 Space
11497 \family default
11498  (shortcut 
11499 \family sans
11500 Ctrl-Shift-Space
11501 \family default
11502 ).
11503 \end_layout
11504
11505 \begin_layout Standard
11506 An example to visualize the difference:
11507 \end_layout
11508
11509 \begin_layout Standard
11510 \begin_inset Tabular
11511 <lyxtabular version="3" rows="2" columns="2">
11512 <features>
11513 <column alignment="left" valignment="top" width="0">
11514 <column alignment="left" valignment="top" width="0">
11515 <row>
11516 <cell alignment="center" valignment="top" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 24 kW
11521 \begin_inset Formula $\cdot$
11522 \end_inset
11523
11524 h
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 <cell alignment="center" valignment="top" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 space between value and unit
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 </row>
11539 <row>
11540 <cell alignment="center" valignment="top" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544 24
11545 \begin_inset Space \thinspace{}
11546 \end_inset
11547
11548 kW
11549 \begin_inset Formula $\cdot$
11550 \end_inset
11551
11552 h
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 <cell alignment="center" valignment="top" usebox="none">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561 smallest space between value and unit
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 </row>
11567 </lyxtabular>
11568
11569 \end_inset
11570
11571
11572 \end_layout
11573
11574 \begin_layout Subsection
11575 Variable Space
11576 \begin_inset ERT
11577 status collapsed
11578
11579 \begin_layout Plain Layout
11580
11581
11582 \backslash
11583 texorpdfstring{
11584 \end_layout
11585
11586 \end_inset
11587
11588
11589 \begin_inset Foot
11590 status collapsed
11591
11592 \begin_layout Plain Layout
11593 for vertical space in formulas see 
11594 \begin_inset CommandInset ref
11595 LatexCommand ref
11596 reference "sub:Line-Separation"
11597
11598 \end_inset
11599
11600
11601 \end_layout
11602
11603 \end_inset
11604
11605
11606 \begin_inset ERT
11607 status collapsed
11608
11609 \begin_layout Plain Layout
11610
11611 }{}
11612 \end_layout
11613
11614 \end_inset
11615
11616
11617 \begin_inset Note Note
11618 status collapsed
11619
11620 \begin_layout Plain Layout
11621
11622 \backslash
11623 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11624 \end_layout
11625
11626 \begin_layout Plain Layout
11627 More about 
11628 \backslash
11629 texorpdfstring is in section 
11630 \begin_inset CommandInset ref
11631 LatexCommand ref
11632 reference "sub:Formulas-in-Section"
11633
11634 \end_inset
11635
11636 .
11637 \end_layout
11638
11639 \end_inset
11640
11641
11642 \begin_inset CommandInset label
11643 LatexCommand label
11644 name "sub:Variable-Space"
11645
11646 \end_inset
11647
11648
11649 \begin_inset Index
11650 status collapsed
11651
11652 \begin_layout Plain Layout
11653 Space ! horizontal ! variable
11654 \end_layout
11655
11656 \end_inset
11657
11658
11659 \end_layout
11660
11661 \begin_layout Standard
11662 Space with a defined length can be inserted in LyX with the command
11663 \begin_inset Newline newline
11664 \end_inset
11665
11666
11667 \series bold
11668
11669 \backslash
11670 hspace{length}
11671 \series default
11672
11673 \begin_inset Index
11674 status collapsed
11675
11676 \begin_layout Plain Layout
11677 Commands ! H ! 
11678 \backslash
11679 hspace
11680 \end_layout
11681
11682 \end_inset
11683
11684 .
11685  For the length all units listed in 
11686 \begin_inset CommandInset ref
11687 LatexCommand ref
11688 reference "tab:Used-units"
11689
11690 \end_inset
11691
11692  are allowed, except of the unit 
11693 \begin_inset Quotes eld
11694 \end_inset
11695
11696 mu
11697 \begin_inset Quotes erd
11698 \end_inset
11699
11700 .
11701  The length may also be negative.
11702  To insert so many space that the formula uses all available space, the
11703  command 
11704 \series bold
11705
11706 \backslash
11707 hfill
11708 \series default
11709
11710 \begin_inset Index
11711 status collapsed
11712
11713 \begin_layout Plain Layout
11714 Commands ! H ! 
11715 \backslash
11716 hfill
11717 \end_layout
11718
11719 \end_inset
11720
11721  is used.
11722 \end_layout
11723
11724 \begin_layout Standard
11725 \begin_inset VSpace -1mm
11726 \end_inset
11727
11728
11729 \end_layout
11730
11731 \begin_layout Standard
11732 \align center
11733 \begin_inset Tabular
11734 <lyxtabular version="3" rows="4" columns="2">
11735 <features>
11736 <column alignment="center" valignment="top" width="0">
11737 <column alignment="center" valignment="top" width="0">
11738 <row>
11739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Plain Layout
11743 Command
11744 \end_layout
11745
11746 \end_inset
11747 </cell>
11748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11749 \begin_inset Text
11750
11751 \begin_layout Plain Layout
11752 Result
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 </row>
11758 <row>
11759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11760 \begin_inset Text
11761
11762 \begin_layout Plain Layout
11763 A=B
11764 \backslash
11765 hspace{3cm
11766 \begin_inset Formula $\to$
11767 \end_inset
11768
11769 A
11770 \backslash
11771 not=C
11772 \end_layout
11773
11774 \end_inset
11775 </cell>
11776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11777 \begin_inset Text
11778
11779 \begin_layout Plain Layout
11780 \begin_inset Formula $A=B\hspace {3cm}A\not=C$
11781 \end_inset
11782
11783
11784 \end_layout
11785
11786 \end_inset
11787 </cell>
11788 </row>
11789 <row>
11790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11791 \begin_inset Text
11792
11793 \begin_layout Plain Layout
11794 A
11795 \backslash
11796 hspace{-1mm
11797 \begin_inset Formula $\to$
11798 \end_inset
11799
11800 A
11801 \backslash
11802 not=A
11803 \end_layout
11804
11805 \end_inset
11806 </cell>
11807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11808 \begin_inset Text
11809
11810 \begin_layout Plain Layout
11811 \begin_inset Formula $A\hspace {-1mm}A\not=A$
11812 \end_inset
11813
11814
11815 \end_layout
11816
11817 \end_inset
11818 </cell>
11819 </row>
11820 <row>
11821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825 A=A
11826 \backslash
11827 hfill
11828 \begin_inset ERT
11829 status collapsed
11830
11831 \begin_layout Plain Layout
11832
11833
11834 \backslash
11835 spce 
11836 \end_layout
11837
11838 \end_inset
11839
11840 B=B
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 \begin_inset Formula $A=A\hfill  B=B$
11850 \end_inset
11851
11852
11853 \end_layout
11854
11855 \end_inset
11856 </cell>
11857 </row>
11858 </lyxtabular>
11859
11860 \end_inset
11861
11862
11863 \end_layout
11864
11865 \begin_layout Standard
11866 In the last example the available space is given by the longest column entry
11867  of the table.
11868  In an inline formula the space depends on the length of the line in which
11869  
11870 \series bold
11871
11872 \backslash
11873 hfill
11874 \series default
11875  is inserted.
11876  Thus, when the line uses the full width, no space will be created.
11877  
11878 \series bold
11879
11880 \backslash
11881 hfill
11882 \series default
11883  has only an effect on displayed formulas when the formula style 
11884 \series bold
11885 Indented
11886 \series default
11887  is used.
11888  (Formula styles are explained in 
11889 \begin_inset CommandInset ref
11890 LatexCommand ref
11891 reference "sec:Formula-Styles"
11892
11893 \end_inset
11894
11895 .)
11896 \end_layout
11897
11898 \begin_layout Standard
11899 The commands 
11900 \series bold
11901
11902 \backslash
11903 hspace
11904 \series default
11905  and 
11906 \series bold
11907
11908 \backslash
11909 hfill
11910 \series default
11911  can also be inserted in TeX-mode to use them for text:
11912 \end_layout
11913
11914 \begin_layout Standard
11915 This is a line with
11916 \begin_inset ERT
11917 status collapsed
11918
11919 \begin_layout Plain Layout
11920
11921
11922 \backslash
11923 hspace{2cm}
11924 \end_layout
11925
11926 \end_inset
11927
11928 2
11929 \begin_inset Space \thinspace{}
11930 \end_inset
11931
11932 cm space.
11933 \end_layout
11934
11935 \begin_layout Standard
11936 This is a line with
11937 \begin_inset Space \hfill{}
11938 \end_inset
11939
11940 maximum space.
11941 \end_layout
11942
11943 \begin_layout Standard
11944 In the last example 
11945 \series bold
11946
11947 \backslash
11948 hfill
11949 \series default
11950  was inserted via the menu 
11951 \family sans
11952 Insert\SpecialChar \menuseparator
11953 Formatting\SpecialChar \menuseparator
11954 Horizontal
11955 \begin_inset Space ~
11956 \end_inset
11957
11958 Fill
11959 \family default
11960 , what is not possible in formulas.
11961  This has the advantage that one can directly see in LyX that this is a
11962  stretch space.
11963 \end_layout
11964
11965 \begin_layout Standard
11966 When the commands are at the begin of a text line but not at the beginning
11967  of a paragraph, they will be ignored by LaTeX.
11968  To avoid that, the command 
11969 \series bold
11970
11971 \backslash
11972 hspace*
11973 \series default
11974  is used instead of 
11975 \series bold
11976
11977 \backslash
11978 hspace
11979 \series default
11980 .
11981  To get the same with 
11982 \series bold
11983
11984 \backslash
11985 hfill
11986 \series default
11987 , a line break and an empty placeholder
11988 \series bold
11989
11990 \begin_inset Foot
11991 status collapsed
11992
11993 \begin_layout Plain Layout
11994 for placeholders see 
11995 \begin_inset CommandInset ref
11996 LatexCommand ref
11997 reference "sub:Placeholders"
11998
11999 \end_inset
12000
12001
12002 \end_layout
12003
12004 \end_inset
12005
12006
12007 \series default
12008  is inserted in TeX-mode with the command 
12009 \series bold
12010
12011 \backslash
12012 vphantom{} 
12013 \series default
12014 before 
12015 \series bold
12016
12017 \backslash
12018 hfill
12019 \series default
12020 .
12021  
12022 \end_layout
12023
12024 \begin_layout Subsection
12025 Space besides inline Formulas
12026 \begin_inset Index
12027 status collapsed
12028
12029 \begin_layout Plain Layout
12030 Space ! besides inline formulas
12031 \end_layout
12032
12033 \end_inset
12034
12035
12036 \end_layout
12037
12038 \begin_layout Standard
12039 The space that surrounds inline formulas can be adjusted with the length
12040  
12041 \series bold
12042
12043 \backslash
12044 mathsurround
12045 \begin_inset Index
12046 status collapsed
12047
12048 \begin_layout Plain Layout
12049 Commands ! M ! 
12050 \backslash
12051 mathsurround
12052 \end_layout
12053
12054 \end_inset
12055
12056
12057 \series default
12058 .
12059  The value of a length is set with the command 
12060 \series bold
12061
12062 \backslash
12063 setlength
12064 \begin_inset Index
12065 status collapsed
12066
12067 \begin_layout Plain Layout
12068 Commands ! S ! 
12069 \backslash
12070 setlength
12071 \end_layout
12072
12073 \end_inset
12074
12075
12076 \series default
12077  that has the following scheme:
12078 \end_layout
12079
12080 \begin_layout Standard
12081
12082 \series bold
12083
12084 \backslash
12085 setlength{length name}{value}
12086 \end_layout
12087
12088 \begin_layout Standard
12089 To set 
12090 \series bold
12091
12092 \backslash
12093 mathsurround
12094 \series default
12095  to the value 5
12096 \begin_inset Space \thinspace{}
12097 \end_inset
12098
12099 mm, the command
12100 \end_layout
12101
12102 \begin_layout Standard
12103
12104 \series bold
12105
12106 \backslash
12107 setlength{
12108 \backslash
12109 mathsurround}{5mm}
12110 \end_layout
12111
12112 \begin_layout Standard
12113 is inserted in TeX-mode.
12114  5
12115 \begin_inset Space \thinspace{}
12116 \end_inset
12117
12118 mm space will now be set around all inline formulas:
12119 \begin_inset ERT
12120 status collapsed
12121
12122 \begin_layout Plain Layout
12123
12124
12125 \backslash
12126 setlength{
12127 \backslash
12128 mathsurround}{5mm}
12129 \end_layout
12130
12131 \end_inset
12132
12133
12134 \end_layout
12135
12136 \begin_layout Standard
12137 This is a line with an inline formula 
12138 \begin_inset Formula $A=B$
12139 \end_inset
12140
12141  with 5
12142 \begin_inset Space \thinspace{}
12143 \end_inset
12144
12145 mm surrounding space.
12146 \begin_inset ERT
12147 status collapsed
12148
12149 \begin_layout Plain Layout
12150
12151
12152 \backslash
12153 setlength{
12154 \backslash
12155 mathsurround}{0pt}
12156 \end_layout
12157
12158 \end_inset
12159
12160
12161 \end_layout
12162
12163 \begin_layout Standard
12164 To return to the predefined value, 
12165 \series bold
12166
12167 \backslash
12168 mathsurround
12169 \series default
12170  is set to the value 0
12171 \begin_inset Space \thinspace{}
12172 \end_inset
12173
12174 pt.
12175 \end_layout
12176
12177 \begin_layout Section
12178 Boxes and Frames
12179 \begin_inset Index
12180 status collapsed
12181
12182 \begin_layout Plain Layout
12183 Boxes
12184 \end_layout
12185
12186 \end_inset
12187
12188
12189 \begin_inset Index
12190 status collapsed
12191
12192 \begin_layout Plain Layout
12193 Frames | see 
12194 \begin_inset ERT
12195 status collapsed
12196
12197 \begin_layout Plain Layout
12198
12199 {
12200 \end_layout
12201
12202 \end_inset
12203
12204 Boxes
12205 \begin_inset ERT
12206 status collapsed
12207
12208 \begin_layout Plain Layout
12209
12210 }
12211 \end_layout
12212
12213 \end_inset
12214
12215
12216 \end_layout
12217
12218 \end_inset
12219
12220
12221 \end_layout
12222
12223 \begin_layout Standard
12224 Boxes for text are described in chapter 
12225 \family typewriter
12226 Boxes
12227 \family default
12228  in the 
12229 \family typewriter
12230 Embedded
12231 \begin_inset Space ~
12232 \end_inset
12233
12234 Objects
12235 \family default
12236  manual.
12237 \end_layout
12238
12239 \begin_layout Subsection
12240 Boxes with Frame
12241 \begin_inset CommandInset label
12242 LatexCommand label
12243 name "sub:Boxes-with-Frame"
12244
12245 \end_inset
12246
12247
12248 \begin_inset Index
12249 status collapsed
12250
12251 \begin_layout Plain Layout
12252 Boxes ! with frame
12253 \end_layout
12254
12255 \end_inset
12256
12257
12258 \end_layout
12259
12260 \begin_layout Standard
12261 It is possible to frame formulas or parts of it with the commands 
12262 \series bold
12263
12264 \backslash
12265 fbox
12266 \series default
12267
12268 \begin_inset Index
12269 status collapsed
12270
12271 \begin_layout Plain Layout
12272 Commands ! F ! 
12273 \backslash
12274 fbox
12275 \end_layout
12276
12277 \end_inset
12278
12279  and 
12280 \series bold
12281
12282 \backslash
12283 boxed
12284 \series default
12285
12286 \begin_inset Index
12287 status collapsed
12288
12289 \begin_layout Plain Layout
12290 Commands ! B ! 
12291 \backslash
12292 boxed
12293 \end_layout
12294
12295 \end_inset
12296
12297 .
12298 \end_layout
12299
12300 \begin_layout Standard
12301 When one of these commands is inserted to a formula, a blue box appears
12302  within a frame to enter formula parts.
12303  For 
12304 \series bold
12305
12306 \backslash
12307 fbox
12308 \series default
12309  an additional formula has to be created by 
12310 \family sans
12311 Ctrl-m
12312 \family default
12313  within this box
12314 \begin_inset Foot
12315 status collapsed
12316
12317 \begin_layout Plain Layout
12318 Due to a bug in LyX it is not possible to create a new formula with 
12319 \family sans
12320 Ctrl-m
12321 \family default
12322 , see 
12323 \begin_inset ERT
12324 status collapsed
12325
12326 \begin_layout Plain Layout
12327
12328
12329 \backslash
12330 href{http://bugzilla.lyx.org/show_bug.cgi?id=1435}{
12331 \end_layout
12332
12333 \end_inset
12334
12335 LyX-bug #1435
12336 \begin_inset ERT
12337 status collapsed
12338
12339 \begin_layout Plain Layout
12340
12341 }
12342 \end_layout
12343
12344 \end_inset
12345
12346 .
12347 \end_layout
12348
12349 \end_inset
12350
12351 , because the box content will otherwise be treated as mathematical text.
12352  When 
12353 \series bold
12354
12355 \backslash
12356 boxed
12357 \series default
12358  is used, a new formula is automatically created inside the frame.
12359 \end_layout
12360
12361 \begin_layout Standard
12362 The command 
12363 \series bold
12364
12365 \backslash
12366 fbox
12367 \series default
12368  is not suitable to frame displayed formulas, because the formula will always
12369  be set in the size of the text.
12370  
12371 \series bold
12372
12373 \backslash
12374 boxed
12375 \series default
12376  is in contrary not suitable to frame inline formulas, because the formula
12377  will always be set in the size of a displayed formula.
12378 \end_layout
12379
12380 \begin_layout Standard
12381 As extension to 
12382 \series bold
12383
12384 \backslash
12385 fbox
12386 \series default
12387  there is the command 
12388 \series bold
12389
12390 \backslash
12391 framebox
12392 \series default
12393
12394 \begin_inset Index
12395 status collapsed
12396
12397 \begin_layout Plain Layout
12398 Commands ! F ! 
12399 \backslash
12400 framebox
12401 \end_layout
12402
12403 \end_inset
12404
12405  where additionally the frame width and the alignment can be specified.
12406  
12407 \series bold
12408
12409 \backslash
12410 framebox
12411 \series default
12412  is used in the following scheme:
12413 \end_layout
12414
12415 \begin_layout Standard
12416
12417 \series bold
12418
12419 \backslash
12420 framebox[frame width][position]{box content}
12421 \end_layout
12422
12423 \begin_layout Standard
12424 The position can either be 
12425 \emph on
12426 l
12427 \emph default
12428  or 
12429 \emph on
12430 r
12431 \emph default
12432 .
12433  
12434 \emph on
12435 l
12436 \emph default
12437  left aligns, 
12438 \emph on
12439 r
12440 \emph default
12441  right aligns the formula in the box.
12442  When no position is given, the formula will be centered.
12443 \begin_inset Newline newline
12444 \end_inset
12445
12446 Is no width given, also no position can be given.
12447  In this case the frame width is adjusted to the box content like for 
12448 \series bold
12449
12450 \backslash
12451 fbox
12452 \series default
12453 .
12454 \end_layout
12455
12456 \begin_layout Standard
12457 When the command 
12458 \series bold
12459
12460 \backslash
12461 framebox
12462 \series default
12463  is inserted, a box appears containing three blue boxes.
12464  The first two boxes are surrounded by brackets and denote the two optional
12465  arguments.
12466  The third box is for formula parts like for 
12467 \series bold
12468
12469 \backslash
12470 fbox
12471 \series default
12472 .
12473 \end_layout
12474
12475 \begin_layout Standard
12476 \align center
12477 \begin_inset Note Note
12478 status open
12479
12480 \begin_layout Plain Layout
12481 The table has been set into a minipage to make the footnote appearing.
12482  Otherwise the footnote text would not be displayed.
12483 \end_layout
12484
12485 \end_inset
12486
12487
12488 \begin_inset Box Frameless
12489 position "c"
12490 hor_pos "c"
12491 has_inner_box 1
12492 inner_pos "c"
12493 use_parbox 0
12494 width "100col%"
12495 special "none"
12496 height "1in"
12497 height_special "totalheight"
12498 status open
12499
12500 \begin_layout Plain Layout
12501 \align center
12502 \begin_inset Tabular
12503 <lyxtabular version="3" rows="5" columns="2">
12504 <features>
12505 <column alignment="center" valignment="top" width="0">
12506 <column alignment="center" valignment="top" width="0">
12507 <row>
12508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12509 \begin_inset Text
12510
12511 \begin_layout Plain Layout
12512 Command
12513 \begin_inset Foot
12514 status collapsed
12515
12516 \begin_layout Plain Layout
12517 Due to a bug in LyX it is not possible to create a new formula with 
12518 \family sans
12519 Ctrl-m
12520 \family default
12521 , see 
12522 \begin_inset ERT
12523 status collapsed
12524
12525 \begin_layout Plain Layout
12526
12527
12528 \backslash
12529 href{http://bugzilla.lyx.org/show_bug.cgi?id=1435}{
12530 \end_layout
12531
12532 \end_inset
12533
12534 LyX-bug #1435
12535 \begin_inset ERT
12536 status collapsed
12537
12538 \begin_layout Plain Layout
12539
12540 }
12541 \end_layout
12542
12543 \end_inset
12544
12545
12546 \end_layout
12547
12548 \end_inset
12549
12550
12551 \end_layout
12552
12553 \end_inset
12554 </cell>
12555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Plain Layout
12559 Result
12560 \begin_inset Note Note
12561 status collapsed
12562
12563 \begin_layout Plain Layout
12564
12565 \series bold
12566
12567 \backslash
12568 raisebox
12569 \series default
12570  is only used as spacer.
12571 \end_layout
12572
12573 \end_inset
12574
12575
12576 \end_layout
12577
12578 \end_inset
12579 </cell>
12580 </row>
12581 <row>
12582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12583 \begin_inset Text
12584
12585 \begin_layout Plain Layout
12586
12587 \backslash
12588 fbox
12589 \begin_inset ERT
12590 status collapsed
12591
12592 \begin_layout Plain Layout
12593
12594
12595 \backslash
12596 spce 
12597 \end_layout
12598
12599 \end_inset
12600
12601
12602 \family sans
12603 Ctrl-m
12604 \family default
12605  
12606 \backslash
12607 int
12608 \begin_inset ERT
12609 status collapsed
12610
12611 \begin_layout Plain Layout
12612
12613
12614 \backslash
12615 spce 
12616 \end_layout
12617
12618 \end_inset
12619
12620 A=B
12621 \end_layout
12622
12623 \end_inset
12624 </cell>
12625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12626 \begin_inset Text
12627
12628 \begin_layout Plain Layout
12629 \begin_inset Formula \raisebox {6mm}{}\fbox{$\int A=B$}\raisebox {-4mm}{}
12630
12631 \end_inset
12632
12633
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 </row>
12639 <row>
12640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12641 \begin_inset Text
12642
12643 \begin_layout Plain Layout
12644
12645 \backslash
12646 boxed
12647 \begin_inset ERT
12648 status collapsed
12649
12650 \begin_layout Plain Layout
12651
12652
12653 \backslash
12654 spce 
12655 \end_layout
12656
12657 \end_inset
12658
12659
12660 \backslash
12661 int
12662 \begin_inset ERT
12663 status collapsed
12664
12665 \begin_layout Plain Layout
12666
12667
12668 \backslash
12669 spce 
12670 \end_layout
12671
12672 \end_inset
12673
12674 A=B
12675 \end_layout
12676
12677 \end_inset
12678 </cell>
12679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12680 \begin_inset Text
12681
12682 \begin_layout Plain Layout
12683 \begin_inset Formula $\raisebox {8.5mm}{}\boxed{\int A=B}\raisebox {-6.5mm}{}$
12684 \end_inset
12685
12686
12687 \end_layout
12688
12689 \end_inset
12690 </cell>
12691 </row>
12692 <row>
12693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12694 \begin_inset Text
12695
12696 \begin_layout Plain Layout
12697 A+
12698 \backslash
12699 fbox
12700 \begin_inset ERT
12701 status collapsed
12702
12703 \begin_layout Plain Layout
12704
12705
12706 \backslash
12707 spce 
12708 \end_layout
12709
12710 \end_inset
12711
12712 B
12713 \end_layout
12714
12715 \end_inset
12716 </cell>
12717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12718 \begin_inset Text
12719
12720 \begin_layout Plain Layout
12721 \begin_inset Formula $\raisebox {6mm}{}A+\fbox{B}\raisebox {-3mm}{}$
12722 \end_inset
12723
12724
12725 \end_layout
12726
12727 \end_inset
12728 </cell>
12729 </row>
12730 <row>
12731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12732 \begin_inset Text
12733
12734 \begin_layout Plain Layout
12735
12736 \backslash
12737 framebox
12738 \begin_inset ERT
12739 status collapsed
12740
12741 \begin_layout Plain Layout
12742
12743
12744 \backslash
12745 spce 
12746 \end_layout
12747
12748 \end_inset
12749
12750 20mm
12751 \begin_inset Formula $\to$
12752 \end_inset
12753
12754
12755 \begin_inset Formula $\to$
12756 \end_inset
12757
12758
12759 \family sans
12760 Ctrl-m
12761 \family default
12762  
12763 \backslash
12764 frac
12765 \begin_inset ERT
12766 status collapsed
12767
12768 \begin_layout Plain Layout
12769
12770
12771 \backslash
12772 spce 
12773 \end_layout
12774
12775 \end_inset
12776
12777 A
12778 \begin_inset Formula $\downarrow$
12779 \end_inset
12780
12781 B
12782 \end_layout
12783
12784 \end_inset
12785 </cell>
12786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12787 \begin_inset Text
12788
12789 \begin_layout Plain Layout
12790 \begin_inset Formula $\raisebox {6mm}{}$
12791 \end_inset
12792
12793
12794 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12795 \end_inset
12796
12797
12798 \begin_inset Formula $\raisebox {-4mm}{}$
12799 \end_inset
12800
12801
12802 \end_layout
12803
12804 \end_inset
12805 </cell>
12806 </row>
12807 </lyxtabular>
12808
12809 \end_inset
12810
12811
12812 \end_layout
12813
12814 \end_inset
12815
12816
12817 \end_layout
12818
12819 \begin_layout Standard
12820 The frame thickness can also be adjusted.
12821  To do this the following commands have to be inserted in TeX-mode before
12822  the formula
12823 \end_layout
12824
12825 \begin_layout Standard
12826
12827 \series bold
12828
12829 \backslash
12830 fboxrule
12831 \series default
12832  
12833 \series bold
12834
12835 \begin_inset Quotes eld
12836 \end_inset
12837
12838 thickness
12839 \begin_inset Quotes erd
12840 \end_inset
12841
12842
12843 \series default
12844  
12845 \series bold
12846
12847 \backslash
12848 fboxsep
12849 \series default
12850  
12851 \series bold
12852
12853 \begin_inset Quotes eld
12854 \end_inset
12855
12856 distance
12857 \begin_inset Quotes erd
12858 \end_inset
12859
12860
12861 \end_layout
12862
12863 \begin_layout Standard
12864 \begin_inset Quotes eld
12865 \end_inset
12866
12867 distance
12868 \begin_inset Quotes erd
12869 \end_inset
12870
12871  specifies the minimal distance between the frame and the first character
12872  in the box.
12873  An example for this is the following framed formula:
12874 \begin_inset ERT
12875 status collapsed
12876
12877 \begin_layout Plain Layout
12878
12879
12880 \backslash
12881 fboxrule 2mm 
12882 \backslash
12883 fboxsep 3mm
12884 \end_layout
12885
12886 \end_inset
12887
12888
12889 \begin_inset Formula \[
12890 \boxed{A+B=C}\]
12891
12892 \end_inset
12893
12894 Before this formula the commands
12895 \end_layout
12896
12897 \begin_layout Standard
12898
12899 \series bold
12900
12901 \backslash
12902 fboxrule
12903 \series default
12904  
12905 \series bold
12906 2mm
12907 \series default
12908  
12909 \series bold
12910
12911 \backslash
12912 fboxsep
12913 \series default
12914  
12915 \series bold
12916 3mm
12917 \end_layout
12918
12919 \begin_layout Standard
12920 were inserted in TeX-mode.
12921  The given values are used for all following boxes.
12922 \end_layout
12923
12924 \begin_layout Standard
12925 To return to the standard frame size, the command
12926 \end_layout
12927
12928 \begin_layout Standard
12929
12930 \series bold
12931
12932 \backslash
12933 fboxrule
12934 \series default
12935  
12936 \series bold
12937 0.4pt
12938 \series default
12939  
12940 \series bold
12941
12942 \backslash
12943 fboxsep
12944 \series default
12945  
12946 \series bold
12947 3pt
12948 \series default
12949
12950 \begin_inset ERT
12951 status collapsed
12952
12953 \begin_layout Plain Layout
12954
12955
12956 \backslash
12957 fboxrule 0.4pt 
12958 \backslash
12959 fboxsep 3pt
12960 \end_layout
12961
12962 \end_inset
12963
12964
12965 \end_layout
12966
12967 \begin_layout Standard
12968 is inserted in TeX-mode before the next formula.
12969 \end_layout
12970
12971 \begin_layout Subsection
12972 Boxes without Frame
12973 \begin_inset CommandInset label
12974 LatexCommand label
12975 name "sub:Boxes-without-Frame"
12976
12977 \end_inset
12978
12979
12980 \begin_inset Index
12981 status collapsed
12982
12983 \begin_layout Plain Layout
12984 Boxes ! without frame
12985 \end_layout
12986
12987 \end_inset
12988
12989
12990 \end_layout
12991
12992 \begin_layout Standard
12993 For boxes without a frame there are the following box commands: 
12994 \series bold
12995
12996 \backslash
12997 mbox
12998 \series default
12999
13000 \begin_inset Index
13001 status collapsed
13002
13003 \begin_layout Plain Layout
13004 Commands ! M ! 
13005 \backslash
13006 mbox
13007 \end_layout
13008
13009 \end_inset
13010
13011
13012 \series bold
13013
13014 \backslash
13015 makebox
13016 \series default
13017
13018 \begin_inset Index
13019 status collapsed
13020
13021 \begin_layout Plain Layout
13022 Commands ! M ! 
13023 \backslash
13024 makebox
13025 \end_layout
13026
13027 \end_inset
13028
13029 , and 
13030 \series bold
13031
13032 \backslash
13033 raisebox
13034 \series default
13035
13036 \begin_inset Index
13037 status collapsed
13038
13039 \begin_layout Plain Layout
13040 Commands ! R ! 
13041 \backslash
13042 raisebox
13043 \end_layout
13044
13045 \end_inset
13046
13047
13048 \end_layout
13049
13050 \begin_layout Standard
13051 With 
13052 \series bold
13053
13054 \backslash
13055 raisebox
13056 \series default
13057  a box can be super- or subscripted.
13058  But in contrary to normal super- and subscripting, the characters in the
13059  box keep their font size.
13060  
13061 \series bold
13062
13063 \backslash
13064 raisebox
13065 \series default
13066  is used in the following scheme:
13067 \end_layout
13068
13069 \begin_layout Standard
13070
13071 \series bold
13072
13073 \backslash
13074 raisebox{height}{box content}
13075 \end_layout
13076
13077 \begin_layout Standard
13078 When the box should contain a formula, an extra formula is needed like for
13079  
13080 \series bold
13081
13082 \backslash
13083 fbox
13084 \series default
13085 .
13086 \end_layout
13087
13088 \begin_layout Standard
13089 \align center
13090 \begin_inset Tabular
13091 <lyxtabular version="3" rows="4" columns="2">
13092 <features>
13093 <column alignment="center" valignment="top" width="0">
13094 <column alignment="center" valignment="top" width="0">
13095 <row>
13096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13097 \begin_inset Text
13098
13099 \begin_layout Plain Layout
13100 Command
13101 \end_layout
13102
13103 \end_inset
13104 </cell>
13105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13106 \begin_inset Text
13107
13108 \begin_layout Plain Layout
13109 Result
13110 \end_layout
13111
13112 \end_inset
13113 </cell>
13114 </row>
13115 <row>
13116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13117 \begin_inset Text
13118
13119 \begin_layout Plain Layout
13120 H
13121 \backslash
13122 raisebox{2mm
13123 \begin_inset Formula $\to$
13124 \end_inset
13125
13126
13127 \backslash
13128 {al
13129 \begin_inset Formula $\to$
13130 \end_inset
13131
13132  lo
13133 \end_layout
13134
13135 \end_inset
13136 </cell>
13137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13138 \begin_inset Text
13139
13140 \begin_layout Plain Layout
13141 \begin_inset Formula $H\raisebox {2mm}{al}lo$
13142 \end_inset
13143
13144
13145 \end_layout
13146
13147 \end_inset
13148 </cell>
13149 </row>
13150 <row>
13151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13152 \begin_inset Text
13153
13154 \begin_layout Plain Layout
13155 H
13156 \backslash
13157 raisebox{-2mm
13158 \begin_inset Formula $\to$
13159 \end_inset
13160
13161
13162 \backslash
13163 {al
13164 \begin_inset Formula $\to$
13165 \end_inset
13166
13167 lo
13168 \end_layout
13169
13170 \end_inset
13171 </cell>
13172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13173 \begin_inset Text
13174
13175 \begin_layout Plain Layout
13176 \begin_inset Formula $H\raisebox {-2mm}{al}lo$
13177 \end_inset
13178
13179
13180 \end_layout
13181
13182 \end_inset
13183 </cell>
13184 </row>
13185 <row>
13186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13187 \begin_inset Text
13188
13189 \begin_layout Plain Layout
13190 A=
13191 \backslash
13192 raisebox{-2mm
13193 \begin_inset Formula $\to$
13194 \end_inset
13195
13196
13197 \backslash
13198 {
13199 \family sans
13200 Ctrl-m
13201 \family default
13202  
13203 \backslash
13204 sqrt
13205 \begin_inset ERT
13206 status collapsed
13207
13208 \begin_layout Plain Layout
13209
13210
13211 \backslash
13212 spce 
13213 \end_layout
13214
13215 \end_inset
13216
13217
13218 \end_layout
13219
13220 \end_inset
13221 </cell>
13222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13223 \begin_inset Text
13224
13225 \begin_layout Plain Layout
13226 \begin_inset ERT
13227 status collapsed
13228
13229 \begin_layout Plain Layout
13230
13231 $A=
13232 \backslash
13233 raisebox{-2mm}{$
13234 \backslash
13235 sqrt{B}$}$
13236 \end_layout
13237
13238 \end_inset
13239
13240
13241 \end_layout
13242
13243 \end_inset
13244 </cell>
13245 </row>
13246 </lyxtabular>
13247
13248 \end_inset
13249
13250
13251 \end_layout
13252
13253 \begin_layout Standard
13254 The last formula can currently only be created using TeX-mode because LyX
13255  inserts a box instead of the needed extra formula.
13256 \begin_inset Foot
13257 status collapsed
13258
13259 \begin_layout Plain Layout
13260 see 
13261 \begin_inset ERT
13262 status collapsed
13263
13264 \begin_layout Plain Layout
13265
13266
13267 \backslash
13268 href{http://bugzilla.lyx.org/show_bug.cgi?id=1435}{
13269 \end_layout
13270
13271 \end_inset
13272
13273 LyX-bug #1435
13274 \begin_inset ERT
13275 status collapsed
13276
13277 \begin_layout Plain Layout
13278
13279 }
13280 \end_layout
13281
13282 \end_inset
13283
13284
13285 \end_layout
13286
13287 \end_inset
13288
13289
13290 \end_layout
13291
13292 \begin_layout Standard
13293 The command 
13294 \series bold
13295
13296 \backslash
13297 mbox
13298 \series default
13299  is equivalent to 
13300 \series bold
13301
13302 \backslash
13303 fbox
13304 \series default
13305  and 
13306 \series bold
13307
13308 \backslash
13309 makebox
13310 \series default
13311  is equivalent to 
13312 \series bold
13313
13314 \backslash
13315 framebox
13316 \series default
13317 , with the difference that there is no frame.
13318 \end_layout
13319
13320 \begin_layout Subsection
13321 Colored Boxes
13322 \begin_inset CommandInset label
13323 LatexCommand label
13324 name "sub:Colored-Boxes"
13325
13326 \end_inset
13327
13328
13329 \begin_inset Index
13330 status collapsed
13331
13332 \begin_layout Plain Layout
13333 Boxes ! colored
13334 \end_layout
13335
13336 \end_inset
13337
13338
13339 \end_layout
13340
13341 \begin_layout Standard
13342 To be able to use all commands explained in this section, the LaTeX-package
13343  
13344 \series bold
13345 color
13346 \series default
13347
13348 \begin_inset Foot
13349 status collapsed
13350
13351 \begin_layout Plain Layout
13352 The LaTeX-package 
13353 \series bold
13354 color
13355 \series default
13356  is part of every LaTeX standard installation.
13357 \end_layout
13358
13359 \end_inset
13360
13361
13362 \begin_inset Index
13363 status collapsed
13364
13365 \begin_layout Plain Layout
13366 Packages ! color
13367 \end_layout
13368
13369 \end_inset
13370
13371  has to be loaded in the LaTeX-preamble with the line
13372 \begin_inset Foot
13373 status collapsed
13374
13375 \begin_layout Plain Layout
13376 When text is colored somewhere in the document with a predefined color,
13377  LyX loads the LaTeX-package 
13378 \series bold
13379 color
13380 \series default
13381  automatically.
13382  Thus it is possible that the package is loaded twice, but this doesn't
13383  arise problems.
13384 \end_layout
13385
13386 \end_inset
13387
13388
13389 \begin_inset Note Note
13390 status collapsed
13391
13392 \begin_layout Plain Layout
13393 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13394 amble.
13395 \end_layout
13396
13397 \end_inset
13398
13399
13400 \end_layout
13401
13402 \begin_layout Standard
13403
13404 \series bold
13405
13406 \backslash
13407 usepackage{color}
13408 \end_layout
13409
13410 \begin_layout Standard
13411 \begin_inset VSpace medskip
13412 \end_inset
13413
13414 To color boxes, the command 
13415 \series bold
13416
13417 \backslash
13418 colorbox
13419 \series default
13420
13421 \begin_inset Index
13422 status collapsed
13423
13424 \begin_layout Plain Layout
13425 Commands ! C ! 
13426 \backslash
13427 colorbox
13428 \end_layout
13429
13430 \end_inset
13431
13432  is used in the following scheme:
13433 \end_layout
13434
13435 \begin_layout Standard
13436
13437 \series bold
13438
13439 \backslash
13440 colorbox{color}{box content}
13441 \end_layout
13442
13443 \begin_layout Standard
13444 The box content can also be a box and a 
13445 \series bold
13446
13447 \backslash
13448 colorbox
13449 \series default
13450  can also be part of another box (see the 2nd and 3rd example).
13451  When the box should contain a formula, an extra formula has to be created,
13452  the same as for 
13453 \series bold
13454
13455 \backslash
13456 fbox
13457 \series default
13458 .
13459 \begin_inset Foot
13460 status collapsed
13461
13462 \begin_layout Plain Layout
13463 This also applies for the command 
13464 \series bold
13465
13466 \backslash
13467 fcolorbox
13468 \series default
13469 .
13470  Thereby note 
13471 \begin_inset ERT
13472 status collapsed
13473
13474 \begin_layout Plain Layout
13475
13476
13477 \backslash
13478 href{http://bugzilla.lyx.org/show_bug.cgi?id=1435}{
13479 \end_layout
13480
13481 \end_inset
13482
13483 LyX-bug #1435
13484 \begin_inset ERT
13485 status collapsed
13486
13487 \begin_layout Plain Layout
13488
13489 }
13490 \end_layout
13491
13492 \end_inset
13493
13494 .
13495 \end_layout
13496
13497 \end_inset
13498
13499
13500 \end_layout
13501
13502 \begin_layout Standard
13503 One of the following predefined colors can be chosen:
13504 \end_layout
13505
13506 \begin_layout Standard
13507
13508 \series bold
13509 black
13510 \series default
13511
13512 \series bold
13513 blue
13514 \series default
13515
13516 \series bold
13517 cyan
13518 \series default
13519
13520 \series bold
13521 green
13522 \series default
13523
13524 \series bold
13525 magenta
13526 \series default
13527
13528 \series bold
13529 red
13530 \series default
13531
13532 \series bold
13533 white
13534 \series default
13535 , and 
13536 \series bold
13537 yellow
13538 \end_layout
13539
13540 \begin_layout Standard
13541 \align center
13542 \begin_inset Tabular
13543 <lyxtabular version="3" rows="4" columns="2">
13544 <features>
13545 <column alignment="center" valignment="top" width="0">
13546 <column alignment="center" valignment="top" width="0">
13547 <row>
13548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13549 \begin_inset Text
13550
13551 \begin_layout Plain Layout
13552 Command
13553 \end_layout
13554
13555 \end_inset
13556 </cell>
13557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13558 \begin_inset Text
13559
13560 \begin_layout Plain Layout
13561 Result
13562 \begin_inset Note Note
13563 status collapsed
13564
13565 \begin_layout Plain Layout
13566
13567 \series bold
13568
13569 \backslash
13570 raisebox
13571 \series default
13572  is only used as spacer.
13573 \end_layout
13574
13575 \end_inset
13576
13577
13578 \end_layout
13579
13580 \end_inset
13581 </cell>
13582 </row>
13583 <row>
13584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13585 \begin_inset Text
13586
13587 \begin_layout Plain Layout
13588
13589 \backslash
13590 colorbox{yellow
13591 \begin_inset Formula $\to$
13592 \end_inset
13593
13594
13595 \backslash
13596 {A=B
13597 \end_layout
13598
13599 \end_inset
13600 </cell>
13601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13602 \begin_inset Text
13603
13604 \begin_layout Plain Layout
13605 \begin_inset Formula $\raisebox {6mm}{}\colorbox {yellow}{A=B}\raisebox {-3mm}{}$
13606 \end_inset
13607
13608
13609 \end_layout
13610
13611 \end_inset
13612 </cell>
13613 </row>
13614 <row>
13615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13616 \begin_inset Text
13617
13618 \begin_layout Plain Layout
13619
13620 \backslash
13621 colorbox{green
13622 \begin_inset Formula $\to$
13623 \end_inset
13624
13625
13626 \backslash
13627 {
13628 \backslash
13629 fbox
13630 \begin_inset ERT
13631 status collapsed
13632
13633 \begin_layout Plain Layout
13634
13635
13636 \backslash
13637 spce 
13638 \end_layout
13639
13640 \end_inset
13641
13642 A=B
13643 \end_layout
13644
13645 \end_inset
13646 </cell>
13647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13648 \begin_inset Text
13649
13650 \begin_layout Plain Layout
13651 \begin_inset Formula $\raisebox {6mm}{}\colorbox {green}{\fbox{A=B}}\raisebox {-3mm}{}$
13652 \end_inset
13653
13654
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 </row>
13660 <row>
13661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13662 \begin_inset Text
13663
13664 \begin_layout Plain Layout
13665
13666 \backslash
13667 fbox
13668 \begin_inset ERT
13669 status collapsed
13670
13671 \begin_layout Plain Layout
13672
13673
13674 \backslash
13675 spce 
13676 \end_layout
13677
13678 \end_inset
13679
13680
13681 \backslash
13682 colorbox{green
13683 \begin_inset Formula $\to$
13684 \end_inset
13685
13686
13687 \backslash
13688 {A=B
13689 \end_layout
13690
13691 \end_inset
13692 </cell>
13693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13694 \begin_inset Text
13695
13696 \begin_layout Plain Layout
13697 \begin_inset Formula $\raisebox {6mm}{}\fbox{\colorbox {green}{A=B}}\raisebox {-3mm}{}$
13698 \end_inset
13699
13700
13701 \end_layout
13702
13703 \end_inset
13704 </cell>
13705 </row>
13706 </lyxtabular>
13707
13708 \end_inset
13709
13710
13711 \end_layout
13712
13713 \begin_layout Standard
13714
13715 \series bold
13716
13717 \backslash
13718 colorbox
13719 \series default
13720  only colors the box but not the characters in the box.
13721  To color all characters, the whole formula is highlighted and the wanted
13722  color is chosen in the 
13723 \family sans
13724 Text
13725 \begin_inset Space ~
13726 \end_inset
13727
13728 Style
13729 \family default
13730  dialog.
13731  The dialog can be called with the toolbar button 
13732 \begin_inset Graphics
13733         filename ../images/dialog-show_character.png
13734         embed ""
13735         scale 85
13736
13737 \end_inset
13738
13739  or the menu 
13740 \family sans
13741 Edit\SpecialChar \menuseparator
13742 Text
13743 \begin_inset Space ~
13744 \end_inset
13745
13746 Style\SpecialChar \menuseparator
13747 Customized
13748 \family default
13749 .
13750  The formula number has then the same color as the formula.
13751  When the formula number should get another color than the formula characters,
13752  the color must be changed within the formula.
13753 \end_layout
13754
13755 \begin_layout Standard
13756 An example:
13757 \end_layout
13758
13759 \begin_layout Standard
13760
13761 \color red
13762 \begin_inset Formula \begin{equation}
13763 \int A=B\label{eq:red}\end{equation}
13764
13765 \end_inset
13766
13767
13768 \color green
13769
13770 \begin_inset Formula \begin{equation}
13771 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13772
13773 \end_inset
13774
13775
13776 \end_layout
13777
13778 \begin_layout Standard
13779 Formula 
13780 \begin_inset CommandInset ref
13781 LatexCommand eqref
13782 reference "eq:red"
13783
13784 \end_inset
13785
13786  is completely colored red.
13787 \begin_inset Newline newline
13788 \end_inset
13789
13790 Formula 
13791 \begin_inset CommandInset ref
13792 LatexCommand eqref
13793 reference "eq:redgreen"
13794
13795 \end_inset
13796
13797  was first completely colored green to set the color for the formula number.
13798  Subsequently the formula characters were colored red.
13799 \end_layout
13800
13801 \begin_layout Standard
13802 \begin_inset VSpace bigskip
13803 \end_inset
13804
13805 To color the frame different than the rest of the box, the command 
13806 \series bold
13807
13808 \backslash
13809 fcolorbox
13810 \series default
13811
13812 \begin_inset Index
13813 status collapsed
13814
13815 \begin_layout Plain Layout
13816 Commands ! F ! 
13817 \backslash
13818 fcolorbox
13819 \end_layout
13820
13821 \end_inset
13822
13823  is used in the following scheme:
13824 \end_layout
13825
13826 \begin_layout Standard
13827
13828 \series bold
13829
13830 \backslash
13831 fcolorbox{frame color}{color}{box content}
13832 \end_layout
13833
13834 \begin_layout Standard
13835 So 
13836 \series bold
13837
13838 \backslash
13839 fcolorbox
13840 \series default
13841  is an extension of the command 
13842 \series bold
13843
13844 \backslash
13845 colorbox
13846 \series default
13847 .
13848  The frame width is set, like for 
13849 \series bold
13850
13851 \backslash
13852 framebox
13853 \series default
13854 , with 
13855 \series bold
13856
13857 \backslash
13858 fboxrule
13859 \series default
13860  and 
13861 \series bold
13862
13863 \backslash
13864 fboxsep
13865 \series default
13866 .
13867  An example:
13868 \begin_inset ERT
13869 status collapsed
13870
13871 \begin_layout Plain Layout
13872
13873
13874 \backslash
13875 fboxrule 1mm 
13876 \backslash
13877 fboxsep 1mm
13878 \end_layout
13879
13880 \end_inset
13881
13882
13883 \begin_inset Formula \[
13884 \fcolorbox {cyan}{magenta}{A=B}\]
13885
13886 \end_inset
13887
13888
13889 \begin_inset ERT
13890 status collapsed
13891
13892 \begin_layout Plain Layout
13893
13894
13895 \backslash
13896 fboxrule 0.4pt 
13897 \backslash
13898 fboxsep 3pt
13899 \end_layout
13900
13901 \end_inset
13902
13903
13904 \end_layout
13905
13906 \begin_layout Standard
13907 This formula was created with the command
13908 \begin_inset Newline newline
13909 \end_inset
13910
13911
13912 \series bold
13913
13914 \backslash
13915 fcolorbox{cyan
13916 \begin_inset Formula $\to$
13917 \end_inset
13918
13919
13920 \backslash
13921 {magenta
13922 \begin_inset Formula $\to$
13923 \end_inset
13924
13925
13926 \backslash
13927 {A=B
13928 \series default
13929 .
13930 \end_layout
13931
13932 \begin_layout Standard
13933 \begin_inset VSpace bigskip
13934 \end_inset
13935
13936 To use other colors than the predefined ones, they have to be defined first.
13937 \end_layout
13938
13939 \begin_layout Standard
13940 One can for example define the color 
13941 \begin_inset Quotes eld
13942 \end_inset
13943
13944
13945 \series bold
13946 darkgreen
13947 \series default
13948
13949 \begin_inset Quotes erd
13950 \end_inset
13951
13952  with the LaTeX-preamble line:
13953 \end_layout
13954
13955 \begin_layout Standard
13956
13957 \series bold
13958
13959 \backslash
13960 definecolor{darkgreen}{cmyk}{0.5,
13961 \series default
13962  
13963 \series bold
13964 0,
13965 \series default
13966  
13967 \series bold
13968 1,
13969 \series default
13970  
13971 \series bold
13972 0.5}
13973 \series default
13974
13975 \begin_inset Index
13976 status collapsed
13977
13978 \begin_layout Plain Layout
13979 Commands ! D ! 
13980 \backslash
13981 definecolor
13982 \end_layout
13983
13984 \end_inset
13985
13986
13987 \end_layout
13988
13989 \begin_layout Standard
13990
13991 \series bold
13992 cmyk
13993 \series default
13994  is the color space that denotes the colors 
13995 \series bold
13996 cyan
13997 \series default
13998
13999 \series bold
14000 magenta
14001 \series default
14002
14003 \series bold
14004 yellow
14005 \series default
14006 , and 
14007 \series bold
14008 black
14009 \series default
14010 .
14011  The four comma separated numbers are the portion factor for the corresponding
14012  colors of the color space.
14013  The factors can be in the range of 0
14014 \begin_inset Space \thinspace{}
14015 \end_inset
14016
14017 -
14018 \begin_inset Space \thinspace{}
14019 \end_inset
14020
14021 1.
14022  Instead of 
14023 \series bold
14024 cmyk
14025 \series default
14026  also the color space 
14027 \series bold
14028 rgb
14029 \series default
14030  can be used for definitions.
14031  
14032 \series bold
14033 rgb
14034 \series default
14035  denotes 
14036 \series bold
14037 red
14038 \series default
14039
14040 \series bold
14041 green
14042 \series default
14043 , and 
14044 \series bold
14045 blue
14046 \series default
14047 , so that there are in this case three portion factors for the corresponding
14048  colors.
14049  Furthermore there is the color space 
14050 \series bold
14051 gray
14052 \series default
14053  with one portion factor for the gray value.
14054 \end_layout
14055
14056 \begin_layout Standard
14057 As example a framed box with the new defined color 
14058 \series bold
14059 darkgreen
14060 \series default
14061  where the characters have been colored 
14062 \series bold
14063 yellow
14064 \series default
14065 :
14066 \begin_inset Formula \begin{equation}
14067 \colorbox {darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14068
14069 \end_inset
14070
14071
14072 \end_layout
14073
14074 \begin_layout Standard
14075 Self-defined colors can also be used for text with the help of the command
14076  
14077 \series bold
14078
14079 \backslash
14080 textcolor
14081 \series default
14082 :
14083 \begin_inset Index
14084 status collapsed
14085
14086 \begin_layout Plain Layout
14087 Text ! colored
14088 \end_layout
14089
14090 \end_inset
14091
14092
14093 \end_layout
14094
14095 \begin_layout Standard
14096 \begin_inset ERT
14097 status collapsed
14098
14099 \begin_layout Plain Layout
14100
14101
14102 \backslash
14103 textcolor{darkgreen}{
14104 \end_layout
14105
14106 \end_inset
14107
14108 This sentence is 
14109 \begin_inset Quotes eld
14110 \end_inset
14111
14112 darkgreen
14113 \begin_inset Quotes erd
14114 \end_inset
14115
14116 .
14117 \begin_inset ERT
14118 status collapsed
14119
14120 \begin_layout Plain Layout
14121
14122 }
14123 \end_layout
14124
14125 \end_inset
14126
14127
14128 \end_layout
14129
14130 \begin_layout Standard
14131
14132 \series bold
14133
14134 \backslash
14135 textcolor
14136 \series default
14137
14138 \begin_inset Index
14139 status collapsed
14140
14141 \begin_layout Plain Layout
14142 Commands ! T ! 
14143 \backslash
14144 textcolor
14145 \end_layout
14146
14147 \end_inset
14148
14149  is used in the scheme 
14150 \series bold
14151
14152 \backslash
14153 textcolor{color}{characters to color}
14154 \series default
14155 .
14156 \end_layout
14157
14158 \begin_layout Subsection
14159 Paragraph Boxes
14160 \begin_inset CommandInset label
14161 LatexCommand label
14162 name "sub:Paragraph-Boxes"
14163
14164 \end_inset
14165
14166
14167 \begin_inset Index
14168 status collapsed
14169
14170 \begin_layout Plain Layout
14171 Boxes ! as paragraph
14172 \end_layout
14173
14174 \end_inset
14175
14176
14177 \end_layout
14178
14179 \begin_layout Standard
14180 A box that can contain several lines and paragraphs, a so called paragraph
14181  box (parbox), can be created with the menu 
14182 \family sans
14183 Insert\SpecialChar \menuseparator
14184 Box
14185 \family default
14186  or the toolbar button 
14187 \begin_inset Graphics
14188         filename ../images/box-insert.png
14189         embed ""
14190         scale 85
14191
14192 \end_inset
14193
14194 .
14195 \end_layout
14196
14197 \begin_layout Standard
14198 The following example shows a framed parbox in a line:
14199 \end_layout
14200
14201 \begin_layout Standard
14202 \begin_inset VSpace medskip
14203 \end_inset
14204
14205 This is a line 
14206 \begin_inset Box Boxed
14207 position "c"
14208 hor_pos "c"
14209 has_inner_box 1
14210 inner_pos "t"
14211 use_parbox 1
14212 width "5cm"
14213 special "none"
14214 height "1in"
14215 height_special "totalheight"
14216 status open
14217
14218 \begin_layout Plain Layout
14219 This is a paragraph box.
14220  It is exactly 5
14221 \begin_inset Space \thinspace{}
14222 \end_inset
14223
14224 cm long and can also contain formulas: 
14225 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14226 \end_inset
14227
14228
14229 \end_layout
14230
14231 \end_inset
14232
14233  with a parbox.
14234 \end_layout
14235
14236 \begin_layout Standard
14237 \begin_inset VSpace medskip
14238 \end_inset
14239
14240
14241 \end_layout
14242
14243 \begin_layout Standard
14244 Such a box is created by right-clicking on the gray box inset.
14245  A dialog pops up showing the box properties.
14246  In our case set: 
14247 \emph on
14248 Decoration
14249 \emph default
14250 : Recangular box, 
14251 \emph on
14252 Inner Box
14253 \emph default
14254 : Parbox, 
14255 \emph on
14256 Width
14257 \emph default
14258 : 5
14259 \begin_inset Space \thinspace{}
14260 \end_inset
14261
14262 cm, 
14263 \emph on
14264 Vertical Box Alignment
14265 \emph default
14266 : Middle
14267 \end_layout
14268
14269 \begin_layout Standard
14270 \begin_inset VSpace medskip
14271 \end_inset
14272
14273 In LaTeX a parbox is created with the command 
14274 \series bold
14275
14276 \backslash
14277 parbox
14278 \series default
14279
14280 \begin_inset Index
14281 status collapsed
14282
14283 \begin_layout Plain Layout
14284 Commands ! P ! 
14285 \backslash
14286 parbox
14287 \end_layout
14288
14289 \end_inset
14290
14291  that has the following scheme:
14292 \end_layout
14293
14294 \begin_layout Standard
14295
14296 \series bold
14297
14298 \backslash
14299 parbox[position]{width}{box content}
14300 \end_layout
14301
14302 \begin_layout Standard
14303 The positions 
14304 \emph on
14305 b
14306 \emph default
14307  and 
14308 \emph on
14309 t
14310 \emph default
14311  are possible.
14312  
14313 \emph on
14314 b
14315 \emph default
14316  for bottom means that the box is aligned within the surrounding text with
14317  its last line.
14318  With 
14319 \emph on
14320 t
14321 \emph default
14322  for top this is done with the first line.
14323  When no position is given, the box will be vertically centered, see section
14324  
14325 \emph on
14326 Boxes
14327 \emph default
14328  of the 
14329 \emph on
14330 Embedded
14331 \begin_inset Space ~
14332 \end_inset
14333
14334 Objects
14335 \emph default
14336  manual for examples.
14337 \end_layout
14338
14339 \begin_layout Standard
14340 \begin_inset VSpace bigskip
14341 \end_inset
14342
14343 To frame formulas completely, including the formula number, the formula
14344  must be set into a parbox.
14345  To do this, the command 
14346 \series bold
14347
14348 \backslash
14349 fbox{
14350 \backslash
14351 parbox{
14352 \backslash
14353 linewidth-2
14354 \backslash
14355 fboxsep-2
14356 \backslash
14357 fboxrule}{
14358 \series default
14359  is inserted in TeX-mode before the formula.
14360  
14361 \series bold
14362
14363 \backslash
14364 linewidth
14365 \begin_inset Index
14366 status collapsed
14367
14368 \begin_layout Plain Layout
14369 Commands ! L ! 
14370 \backslash
14371 linewidth
14372 \end_layout
14373
14374 \end_inset
14375
14376
14377 \series default
14378  is hereby the line width set for the document.
14379  Because the frame is outside the parbox, 2
14380 \begin_inset Space \thinspace{}
14381 \end_inset
14382
14383 times the frame separation and the frame thickness must be subtracted from
14384  the line width.
14385  As this is not automatically done by LyX due to a bug
14386 \begin_inset Foot
14387 status collapsed
14388
14389 \begin_layout Plain Layout
14390 \begin_inset ERT
14391 status collapsed
14392
14393 \begin_layout Plain Layout
14394
14395
14396 \backslash
14397 href{http://bugzilla.lyx.org/show_bug.cgi?id=4483}{
14398 \end_layout
14399
14400 \end_inset
14401
14402 LyX-bug #4483
14403 \begin_inset ERT
14404 status collapsed
14405
14406 \begin_layout Plain Layout
14407
14408 }
14409 \end_layout
14410
14411 \end_inset
14412
14413
14414 \end_layout
14415
14416 \end_inset
14417
14418 , TeX-mode has to be used.
14419  To be able to multiply and subtract in arguments, the LaTeX-package 
14420 \series bold
14421 calc
14422 \series default
14423
14424 \begin_inset Foot
14425 status collapsed
14426
14427 \begin_layout Plain Layout
14428
14429 \series bold
14430 calc
14431 \series default
14432  is part of every LaTeX standard installation.
14433 \end_layout
14434
14435 \end_inset
14436
14437
14438 \begin_inset Index
14439 status collapsed
14440
14441 \begin_layout Plain Layout
14442 Packages ! calc
14443 \end_layout
14444
14445 \end_inset
14446
14447  must be loaded in the LaTeX-preamble with the line
14448 \end_layout
14449
14450 \begin_layout Standard
14451
14452 \series bold
14453
14454 \backslash
14455 usepackage{calc}
14456 \end_layout
14457
14458 \begin_layout Standard
14459 Behind the formula both boxes are closed by entering 
14460 \series bold
14461 }}
14462 \series default
14463  in TeX-mode.
14464  Here is an example:
14465 \begin_inset ERT
14466 status collapsed
14467
14468 \begin_layout Plain Layout
14469
14470
14471 \backslash
14472 fboxsep 5mm 
14473 \backslash
14474 fboxrule 5mm
14475 \end_layout
14476
14477 \end_inset
14478
14479
14480 \end_layout
14481
14482 \begin_layout Standard
14483 \begin_inset ERT
14484 status collapsed
14485
14486 \begin_layout Plain Layout
14487
14488
14489 \backslash
14490 fbox{
14491 \backslash
14492 parbox{
14493 \backslash
14494 linewidth-2
14495 \backslash
14496 fboxsep-2
14497 \backslash
14498 fboxrule}{
14499 \end_layout
14500
14501 \end_inset
14502
14503
14504 \begin_inset Formula \begin{equation}
14505 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14506
14507 \end_inset
14508
14509
14510 \begin_inset ERT
14511 status collapsed
14512
14513 \begin_layout Plain Layout
14514
14515 }}
14516 \end_layout
14517
14518 \end_inset
14519
14520
14521 \begin_inset ERT
14522 status collapsed
14523
14524 \begin_layout Plain Layout
14525
14526
14527 \backslash
14528 fboxrule 0.4pt 
14529 \backslash
14530 fboxsep 3pt
14531 \end_layout
14532
14533 \end_inset
14534
14535
14536 \end_layout
14537
14538 \begin_layout Standard
14539 \begin_inset VSpace medskip
14540 \end_inset
14541
14542 As a parbox is used as argument of 
14543 \series bold
14544
14545 \backslash
14546 fbox
14547 \series default
14548 , there is in this case no difference between 
14549 \series bold
14550
14551 \backslash
14552 fbox
14553 \series default
14554  and 
14555 \series bold
14556
14557 \backslash
14558 boxed
14559 \series default
14560 .
14561 \end_layout
14562
14563 \begin_layout Standard
14564 \begin_inset VSpace bigskip
14565 \end_inset
14566
14567 Paragraph boxes are very useful to comment formulas directly.
14568  To do this, 
14569 \series bold
14570
14571 \backslash
14572 parbox
14573 \series default
14574  is used in combination with the command 
14575 \series bold
14576
14577 \backslash
14578 tag
14579 \series default
14580 .
14581  (more about 
14582 \series bold
14583
14584 \backslash
14585 tag
14586 \series default
14587  see 
14588 \begin_inset CommandInset ref
14589 LatexCommand ref
14590 reference "sub:User-defined-Numbering"
14591
14592 \end_inset
14593
14594 )
14595 \end_layout
14596
14597 \begin_layout Standard
14598 An example of a formula commented with 
14599 \series bold
14600
14601 \backslash
14602 parbox
14603 \series default
14604 :
14605 \end_layout
14606
14607 \begin_layout Standard
14608 \begin_inset ERT
14609 status collapsed
14610
14611 \begin_layout Plain Layout
14612
14613
14614 \backslash
14615 [5x-7b=3b
14616 \backslash
14617 tag*{
14618 \backslash
14619 parbox{5cm}{
14620 \end_layout
14621
14622 \end_inset
14623
14624 This is a description.
14625  It is distinctly separated from the formula and multiline.
14626 \begin_inset ERT
14627 status collapsed
14628
14629 \begin_layout Plain Layout
14630
14631 }}
14632 \backslash
14633 ]
14634 \end_layout
14635
14636 \end_inset
14637
14638
14639 \end_layout
14640
14641 \begin_layout Standard
14642 Such a formula must be inserted completely in TeX-mode because LyX does
14643  not yet support the command 
14644 \series bold
14645
14646 \backslash
14647 parbox
14648 \series default
14649  in formulas.
14650  The formula is created with the following command sequence:
14651 \end_layout
14652
14653 \begin_layout Standard
14654 The command 
14655 \series bold
14656
14657 \backslash
14658 [5x-7b=3b
14659 \backslash
14660 tag*
14661 \backslash
14662 {
14663 \backslash
14664 parbox{5cm}{
14665 \series default
14666  is inserted in TeX-mode.
14667 \begin_inset Foot
14668 status collapsed
14669
14670 \begin_layout Plain Layout
14671 When the formula style 
14672 \series bold
14673 Indented
14674 \series default
14675  is used, 
14676 \series bold
14677
14678 \backslash
14679 tag*
14680 \backslash
14681 {
14682 \series default
14683  can also be replaced by 
14684 \series bold
14685
14686 \backslash
14687 hfill
14688 \series default
14689 .
14690  (formula styles see 
14691 \begin_inset CommandInset ref
14692 LatexCommand ref
14693 reference "sec:Formula-Styles"
14694
14695 \end_inset
14696
14697 )
14698 \end_layout
14699
14700 \end_inset
14701
14702  Then the description follows as normal text, and finally 
14703 \series bold
14704 }}
14705 \backslash
14706 ]
14707 \series default
14708  is inserted in TeX-mode.
14709  The commands 
14710 \series bold
14711
14712 \backslash
14713 [
14714 \series default
14715  and 
14716 \series bold
14717
14718 \backslash
14719 ]
14720 \series default
14721  hereby create a displayed formula.
14722 \end_layout
14723
14724 \begin_layout Standard
14725 The advantages of 
14726 \series bold
14727
14728 \backslash
14729 parbox
14730 \series default
14731  can be seen in this example that was 
14732 \begin_inset Quotes eld
14733 \end_inset
14734
14735 commented
14736 \begin_inset Quotes erd
14737 \end_inset
14738
14739  using the mathematical textmode:
14740 \begin_inset Formula \[
14741 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14742
14743 \end_inset
14744
14745
14746 \end_layout
14747
14748 \begin_layout Section
14749 Operators
14750 \begin_inset Index
14751 status collapsed
14752
14753 \begin_layout Plain Layout
14754 Operators
14755 \end_layout
14756
14757 \end_inset
14758
14759
14760 \end_layout
14761
14762 \begin_layout Subsection
14763 Big Operators
14764 \begin_inset CommandInset label
14765 LatexCommand label
14766 name "sub:Big-Operators"
14767
14768 \end_inset
14769
14770
14771 \begin_inset Index
14772 status collapsed
14773
14774 \begin_layout Plain Layout
14775 Operators ! big
14776 \end_layout
14777
14778 \end_inset
14779
14780
14781 \begin_inset Index
14782 status collapsed
14783
14784 \begin_layout Plain Layout
14785 Sums
14786 \end_layout
14787
14788 \end_inset
14789
14790
14791 \begin_inset Index
14792 status collapsed
14793
14794 \begin_layout Plain Layout
14795 Integrals
14796 \end_layout
14797
14798 \end_inset
14799
14800
14801 \end_layout
14802
14803 \begin_layout Standard
14804 To be able to use all integral operators listed here, the option 
14805 \family sans
14806 Use esint package automatically
14807 \family default
14808  must be set in the document settings under 
14809 \family sans
14810 Math
14811 \begin_inset Space ~
14812 \end_inset
14813
14814 Options
14815 \family default
14816 .
14817 \end_layout
14818
14819 \begin_layout Standard
14820 \begin_inset Space \hfill{}
14821 \end_inset
14822
14823
14824 \begin_inset Tabular
14825 <lyxtabular version="3" rows="11" columns="2">
14826 <features>
14827 <column alignment="center" valignment="top" width="0pt">
14828 <column alignment="center" valignment="top" width="0pt">
14829 <row>
14830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14831 \begin_inset Text
14832
14833 \begin_layout Plain Layout
14834 Command
14835 \end_layout
14836
14837 \end_inset
14838 </cell>
14839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14840 \begin_inset Text
14841
14842 \begin_layout Plain Layout
14843 Result
14844 \end_layout
14845
14846 \end_inset
14847 </cell>
14848 </row>
14849 <row>
14850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14851 \begin_inset Text
14852
14853 \begin_layout Plain Layout
14854
14855 \backslash
14856 sum
14857 \begin_inset Index
14858 status collapsed
14859
14860 \begin_layout Plain Layout
14861 Commands ! S ! 
14862 \backslash
14863 sum
14864 \end_layout
14865
14866 \end_inset
14867
14868
14869 \end_layout
14870
14871 \end_inset
14872 </cell>
14873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14874 \begin_inset Text
14875
14876 \begin_layout Plain Layout
14877 \begin_inset Formula $\sum$
14878 \end_inset
14879
14880
14881 \end_layout
14882
14883 \end_inset
14884 </cell>
14885 </row>
14886 <row>
14887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14888 \begin_inset Text
14889
14890 \begin_layout Plain Layout
14891
14892 \backslash
14893 int
14894 \begin_inset Index
14895 status collapsed
14896
14897 \begin_layout Plain Layout
14898 Commands ! I ! 
14899 \backslash
14900 int
14901 \end_layout
14902
14903 \end_inset
14904
14905
14906 \end_layout
14907
14908 \end_inset
14909 </cell>
14910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14911 \begin_inset Text
14912
14913 \begin_layout Plain Layout
14914 \begin_inset Formula $\int$
14915 \end_inset
14916
14917
14918 \end_layout
14919
14920 \end_inset
14921 </cell>
14922 </row>
14923 <row>
14924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14925 \begin_inset Text
14926
14927 \begin_layout Plain Layout
14928
14929 \backslash
14930 intop
14931 \end_layout
14932
14933 \end_inset
14934 </cell>
14935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14936 \begin_inset Text
14937
14938 \begin_layout Plain Layout
14939 \begin_inset Formula $\intop$
14940 \end_inset
14941
14942
14943 \end_layout
14944
14945 \end_inset
14946 </cell>
14947 </row>
14948 <row>
14949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14950 \begin_inset Text
14951
14952 \begin_layout Plain Layout
14953
14954 \backslash
14955 oint
14956 \end_layout
14957
14958 \end_inset
14959 </cell>
14960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14961 \begin_inset Text
14962
14963 \begin_layout Plain Layout
14964 \begin_inset Formula $\oint$
14965 \end_inset
14966
14967
14968 \end_layout
14969
14970 \end_inset
14971 </cell>
14972 </row>
14973 <row>
14974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14975 \begin_inset Text
14976
14977 \begin_layout Plain Layout
14978
14979 \backslash
14980 ointop
14981 \end_layout
14982
14983 \end_inset
14984 </cell>
14985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14986 \begin_inset Text
14987
14988 \begin_layout Plain Layout
14989 \begin_inset Formula $\ointop$
14990 \end_inset
14991
14992
14993 \end_layout
14994
14995 \end_inset
14996 </cell>
14997 </row>
14998 <row>
14999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003
15004 \backslash
15005 ointctrclockwise
15006 \end_layout
15007
15008 \end_inset
15009 </cell>
15010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15011 \begin_inset Text
15012
15013 \begin_layout Plain Layout
15014 \begin_inset Formula $\ointctrclockwise$
15015 \end_inset
15016
15017
15018 \end_layout
15019
15020 \end_inset
15021 </cell>
15022 </row>
15023 <row>
15024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15025 \begin_inset Text
15026
15027 \begin_layout Plain Layout
15028
15029 \backslash
15030 ointclockwise
15031 \end_layout
15032
15033 \end_inset
15034 </cell>
15035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15036 \begin_inset Text
15037
15038 \begin_layout Plain Layout
15039 \begin_inset Formula $\ointclockwise$
15040 \end_inset
15041
15042
15043 \end_layout
15044
15045 \end_inset
15046 </cell>
15047 </row>
15048 <row>
15049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15050 \begin_inset Text
15051
15052 \begin_layout Plain Layout
15053
15054 \backslash
15055 sqint
15056 \end_layout
15057
15058 \end_inset
15059 </cell>
15060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15061 \begin_inset Text
15062
15063 \begin_layout Plain Layout
15064 \begin_inset Formula $\sqint$
15065 \end_inset
15066
15067
15068 \end_layout
15069
15070 \end_inset
15071 </cell>
15072 </row>
15073 <row>
15074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15075 \begin_inset Text
15076
15077 \begin_layout Plain Layout
15078
15079 \backslash
15080 bigcap
15081 \end_layout
15082
15083 \end_inset
15084 </cell>
15085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Plain Layout
15089 \begin_inset Formula $\bigcap$
15090 \end_inset
15091
15092
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 </row>
15098 <row>
15099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103
15104 \backslash
15105 bigcup
15106 \end_layout
15107
15108 \end_inset
15109 </cell>
15110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15111 \begin_inset Text
15112
15113 \begin_layout Plain Layout
15114 \begin_inset Formula $\bigcup$
15115 \end_inset
15116
15117
15118 \end_layout
15119
15120 \end_inset
15121 </cell>
15122 </row>
15123 </lyxtabular>
15124
15125 \end_inset
15126
15127
15128 \begin_inset Space \hfill{}
15129 \end_inset
15130
15131
15132 \begin_inset Tabular
15133 <lyxtabular version="3" rows="10" columns="2">
15134 <features>
15135 <column alignment="center" valignment="top" width="0pt">
15136 <column alignment="center" valignment="top" width="0pt">
15137 <row>
15138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142 Command
15143 \end_layout
15144
15145 \end_inset
15146 </cell>
15147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15148 \begin_inset Text
15149
15150 \begin_layout Plain Layout
15151 Result
15152 \end_layout
15153
15154 \end_inset
15155 </cell>
15156 </row>
15157 <row>
15158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15159 \begin_inset Text
15160
15161 \begin_layout Plain Layout
15162
15163 \backslash
15164 prod
15165 \begin_inset Index
15166 status collapsed
15167
15168 \begin_layout Plain Layout
15169 Commands ! P ! 
15170 \backslash
15171 prod
15172 \end_layout
15173
15174 \end_inset
15175
15176
15177 \end_layout
15178
15179 \end_inset
15180 </cell>
15181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15182 \begin_inset Text
15183
15184 \begin_layout Plain Layout
15185 \begin_inset Formula $\prod$
15186 \end_inset
15187
15188
15189 \end_layout
15190
15191 \end_inset
15192 </cell>
15193 </row>
15194 <row>
15195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199
15200 \backslash
15201 coprod
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210 \begin_inset Formula $\coprod$
15211 \end_inset
15212
15213
15214 \end_layout
15215
15216 \end_inset
15217 </cell>
15218 </row>
15219 <row>
15220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15221 \begin_inset Text
15222
15223 \begin_layout Plain Layout
15224
15225 \backslash
15226 bigodot
15227 \end_layout
15228
15229 \end_inset
15230 </cell>
15231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15232 \begin_inset Text
15233
15234 \begin_layout Plain Layout
15235 \begin_inset Formula $\bigodot$
15236 \end_inset
15237
15238
15239 \end_layout
15240
15241 \end_inset
15242 </cell>
15243 </row>
15244 <row>
15245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15246 \begin_inset Text
15247
15248 \begin_layout Plain Layout
15249
15250 \backslash
15251 bigotimes
15252 \end_layout
15253
15254 \end_inset
15255 </cell>
15256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Plain Layout
15260 \begin_inset Formula $\bigotimes$
15261 \end_inset
15262
15263
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 </row>
15269 <row>
15270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15271 \begin_inset Text
15272
15273 \begin_layout Plain Layout
15274
15275 \backslash
15276 bigoplus
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Plain Layout
15285 \begin_inset Formula $\bigoplus$
15286 \end_inset
15287
15288
15289 \end_layout
15290
15291 \end_inset
15292 </cell>
15293 </row>
15294 <row>
15295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15296 \begin_inset Text
15297
15298 \begin_layout Plain Layout
15299
15300 \backslash
15301 bigwedge
15302 \end_layout
15303
15304 \end_inset
15305 </cell>
15306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15307 \begin_inset Text
15308
15309 \begin_layout Plain Layout
15310 \begin_inset Formula $\bigwedge$
15311 \end_inset
15312
15313
15314 \end_layout
15315
15316 \end_inset
15317 </cell>
15318 </row>
15319 <row>
15320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15321 \begin_inset Text
15322
15323 \begin_layout Plain Layout
15324
15325 \backslash
15326 bigvee
15327 \end_layout
15328
15329 \end_inset
15330 </cell>
15331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15332 \begin_inset Text
15333
15334 \begin_layout Plain Layout
15335 \begin_inset Formula $\bigvee$
15336 \end_inset
15337
15338
15339 \end_layout
15340
15341 \end_inset
15342 </cell>
15343 </row>
15344 <row>
15345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15346 \begin_inset Text
15347
15348 \begin_layout Plain Layout
15349
15350 \backslash
15351 bigsqcup
15352 \end_layout
15353
15354 \end_inset
15355 </cell>
15356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15357 \begin_inset Text
15358
15359 \begin_layout Plain Layout
15360 \begin_inset Formula $\bigsqcup$
15361 \end_inset
15362
15363
15364 \end_layout
15365
15366 \end_inset
15367 </cell>
15368 </row>
15369 <row>
15370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15371 \begin_inset Text
15372
15373 \begin_layout Plain Layout
15374
15375 \backslash
15376 biguplus
15377 \end_layout
15378
15379 \end_inset
15380 </cell>
15381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15382 \begin_inset Text
15383
15384 \begin_layout Plain Layout
15385 \begin_inset Formula $\biguplus$
15386 \end_inset
15387
15388
15389 \end_layout
15390
15391 \end_inset
15392 </cell>
15393 </row>
15394 </lyxtabular>
15395
15396 \end_inset
15397
15398
15399 \begin_inset Space \hfill{}
15400 \end_inset
15401
15402
15403 \end_layout
15404
15405 \begin_layout Standard
15406 All big operators can also be inserted via the math toolbar button 
15407 \begin_inset Graphics
15408         filename ../images/math/intop.png
15409         embed ""
15410         scale 85
15411
15412 \end_inset
15413
15414 .
15415 \end_layout
15416
15417 \begin_layout Standard
15418 The operators are called big because they are bigger than the sometimes
15419  equal looking binary operators.
15420  All big operators can have limits as described in the next subsection.
15421 \end_layout
15422
15423 \begin_layout Standard
15424 The operators 
15425 \series bold
15426
15427 \backslash
15428 intop
15429 \series default
15430  and 
15431 \series bold
15432
15433 \backslash
15434 ointop
15435 \series default
15436  are different from 
15437 \series bold
15438
15439 \backslash
15440 int
15441 \series default
15442  and 
15443 \series bold
15444
15445 \backslash
15446 oint
15447 \series default
15448 , resp.
15449 \begin_inset Space ~
15450 \end_inset
15451
15452 in the style the operator limits are displayed, see 
15453 \begin_inset CommandInset ref
15454 LatexCommand ref
15455 reference "sub:Operator-Limits"
15456
15457 \end_inset
15458
15459 .
15460  
15461 \end_layout
15462
15463 \begin_layout Subsubsection*
15464 Advices for Integrals
15465 \end_layout
15466
15467 \begin_layout Standard
15468 The letter 
15469 \emph on
15470 d
15471 \emph default
15472  in an integral is an operator, that therefore has to be set upright.
15473  This is done by highlighting the 
15474 \emph on
15475 d
15476 \emph default
15477  and using the keyboard shortcut 
15478 \family sans
15479 Alt-c
15480 \begin_inset Space ~
15481 \end_inset
15482
15483 r
15484 \family default
15485
15486 \begin_inset Foot
15487 status collapsed
15488
15489 \begin_layout Plain Layout
15490 Font styles
15491 \series bold
15492  
15493 \series default
15494 see 
15495 \begin_inset CommandInset ref
15496 LatexCommand ref
15497 reference "sub:Font-Styles"
15498
15499 \end_inset
15500
15501
15502 \end_layout
15503
15504 \end_inset
15505
15506 .
15507  Finally the smallest space is inserted before the 
15508 \emph on
15509 d
15510 \emph default
15511 , as this is usual for operators.
15512  An example:
15513 \end_layout
15514
15515 \begin_layout Standard
15516 incorrect: 
15517 \begin_inset Formula $\int A(x)dx$
15518 \end_inset
15519
15520
15521 \begin_inset Newline newline
15522 \end_inset
15523
15524
15525 \begin_inset ERT
15526 status collapsed
15527
15528 \begin_layout Plain Layout
15529
15530
15531 \backslash
15532 hphantom{in}
15533 \end_layout
15534
15535 \end_inset
15536
15537 correct: 
15538 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15539 \end_inset
15540
15541
15542 \end_layout
15543
15544 \begin_layout Standard
15545 For multiple integrals there are the following commands:
15546 \begin_inset VSpace medskip
15547 \end_inset
15548
15549
15550 \end_layout
15551
15552 \begin_layout Standard
15553 \begin_inset Space \hfill{}
15554 \end_inset
15555
15556
15557 \begin_inset Tabular
15558 <lyxtabular version="3" rows="4" columns="2">
15559 <features>
15560 <column alignment="center" valignment="top" width="0">
15561 <column alignment="center" valignment="top" width="0">
15562 <row>
15563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15564 \begin_inset Text
15565
15566 \begin_layout Plain Layout
15567 Command
15568 \end_layout
15569
15570 \end_inset
15571 </cell>
15572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15573 \begin_inset Text
15574
15575 \begin_layout Plain Layout
15576 Result
15577 \begin_inset Note Note
15578 status collapsed
15579
15580 \begin_layout Plain Layout
15581
15582 \series bold
15583
15584 \backslash
15585 raisebox
15586 \series default
15587  is only used as spacer.
15588 \end_layout
15589
15590 \end_inset
15591
15592
15593 \end_layout
15594
15595 \end_inset
15596 </cell>
15597 </row>
15598 <row>
15599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15600 \begin_inset Text
15601
15602 \begin_layout Plain Layout
15603
15604 \backslash
15605 iint
15606 \end_layout
15607
15608 \end_inset
15609 </cell>
15610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15611 \begin_inset Text
15612
15613 \begin_layout Plain Layout
15614 \begin_inset Formula $\raisebox {4.5mm}{}\iint\raisebox {-2.5mm}{}$
15615 \end_inset
15616
15617
15618 \end_layout
15619
15620 \end_inset
15621 </cell>
15622 </row>
15623 <row>
15624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15625 \begin_inset Text
15626
15627 \begin_layout Plain Layout
15628
15629 \backslash
15630 oiint
15631 \end_layout
15632
15633 \end_inset
15634 </cell>
15635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15636 \begin_inset Text
15637
15638 \begin_layout Plain Layout
15639 \begin_inset Formula $\raisebox {4.5mm}{}\oiint\raisebox {-2.5mm}{}$
15640 \end_inset
15641
15642
15643 \end_layout
15644
15645 \end_inset
15646 </cell>
15647 </row>
15648 <row>
15649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15650 \begin_inset Text
15651
15652 \begin_layout Plain Layout
15653
15654 \backslash
15655 sqiint
15656 \end_layout
15657
15658 \end_inset
15659 </cell>
15660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15661 \begin_inset Text
15662
15663 \begin_layout Plain Layout
15664 \begin_inset Formula $\raisebox {4.5mm}{}\sqiint\raisebox {-2.5mm}{}$
15665 \end_inset
15666
15667
15668 \end_layout
15669
15670 \end_inset
15671 </cell>
15672 </row>
15673 </lyxtabular>
15674
15675 \end_inset
15676
15677
15678 \begin_inset Space \hfill{}
15679 \end_inset
15680
15681
15682 \begin_inset Tabular
15683 <lyxtabular version="3" rows="4" columns="2">
15684 <features>
15685 <column alignment="center" valignment="top" width="0">
15686 <column alignment="center" valignment="top" width="0">
15687 <row>
15688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15689 \begin_inset Text
15690
15691 \begin_layout Plain Layout
15692 Command
15693 \end_layout
15694
15695 \end_inset
15696 </cell>
15697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Plain Layout
15701 Result
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 </row>
15707 <row>
15708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712
15713 \backslash
15714 iiint
15715 \end_layout
15716
15717 \end_inset
15718 </cell>
15719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15720 \begin_inset Text
15721
15722 \begin_layout Plain Layout
15723 \begin_inset Formula $\raisebox {4.5mm}{}\iiint\raisebox {-2.5mm}{}$
15724 \end_inset
15725
15726
15727 \end_layout
15728
15729 \end_inset
15730 </cell>
15731 </row>
15732 <row>
15733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15734 \begin_inset Text
15735
15736 \begin_layout Plain Layout
15737
15738 \backslash
15739 iiiint
15740 \end_layout
15741
15742 \end_inset
15743 </cell>
15744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15745 \begin_inset Text
15746
15747 \begin_layout Plain Layout
15748 \begin_inset Formula $\raisebox {4.5mm}{}\iiiint\raisebox {-2.5mm}{}$
15749 \end_inset
15750
15751
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 </row>
15757 <row>
15758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15759 \begin_inset Text
15760
15761 \begin_layout Plain Layout
15762
15763 \backslash
15764 dotsint
15765 \end_layout
15766
15767 \end_inset
15768 </cell>
15769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Plain Layout
15773 \begin_inset Formula $\raisebox {4.5mm}{}\dotsint\raisebox {-2.5mm}{}$
15774 \end_inset
15775
15776
15777 \end_layout
15778
15779 \end_inset
15780 </cell>
15781 </row>
15782 </lyxtabular>
15783
15784 \end_inset
15785
15786
15787 \begin_inset Space \hfill{}
15788 \end_inset
15789
15790
15791 \end_layout
15792
15793 \begin_layout Subsection
15794 Operator Limits
15795 \begin_inset CommandInset label
15796 LatexCommand label
15797 name "sub:Operator-Limits"
15798
15799 \end_inset
15800
15801
15802 \begin_inset Index
15803 status collapsed
15804
15805 \begin_layout Plain Layout
15806 Operators ! Limits
15807 \end_layout
15808
15809 \end_inset
15810
15811
15812 \end_layout
15813
15814 \begin_layout Standard
15815 Limits are created by super- and subscripts:
15816 \end_layout
15817
15818 \begin_layout Standard
15819 \align center
15820 \begin_inset Tabular
15821 <lyxtabular version="3" rows="2" columns="2">
15822 <features>
15823 <column alignment="center" valignment="top" width="0pt">
15824 <column alignment="center" valignment="top" width="0pt">
15825 <row>
15826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15827 \begin_inset Text
15828
15829 \begin_layout Plain Layout
15830 Command
15831 \end_layout
15832
15833 \end_inset
15834 </cell>
15835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15836 \begin_inset Text
15837
15838 \begin_layout Plain Layout
15839 Result
15840 \begin_inset Note Note
15841 status collapsed
15842
15843 \begin_layout Plain Layout
15844
15845 \series bold
15846
15847 \backslash
15848 raisebox
15849 \series default
15850  is only used as spacer.
15851 \end_layout
15852
15853 \end_inset
15854
15855
15856 \end_layout
15857
15858 \end_inset
15859 </cell>
15860 </row>
15861 <row>
15862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866
15867 \backslash
15868 prod^
15869 \backslash
15870 infty
15871 \begin_inset ERT
15872 status collapsed
15873
15874 \begin_layout Plain Layout
15875
15876
15877 \backslash
15878 spce 
15879 \end_layout
15880
15881 \end_inset
15882
15883
15884 \begin_inset Formula $\to$
15885 \end_inset
15886
15887 _0
15888 \begin_inset Formula $\to$
15889 \end_inset
15890
15891 A(x)
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900 \begin_inset Formula $\raisebox {5mm}{}\prod_{0}^{\infty}A(x)\raisebox {-2.5mm}{}$
15901 \end_inset
15902
15903
15904 \end_layout
15905
15906 \end_inset
15907 </cell>
15908 </row>
15909 </lyxtabular>
15910
15911 \end_inset
15912
15913
15914 \end_layout
15915
15916 \begin_layout Standard
15917 Limits of inline formulas are set right beside the operator.
15918  Limits in displayed formulas are set above or below the operator, except
15919  of integral limits.
15920 \end_layout
15921
15922 \begin_layout Standard
15923 To force that the limits are set beside the operator, the cursor is set
15924  directly behind the operator and the limits type is changed with the menu
15925  
15926 \family sans
15927 Edit\SpecialChar \menuseparator
15928 Math\SpecialChar \menuseparator
15929 Change Limits Type
15930 \family default
15931  to 
15932 \family sans
15933 \series bold
15934 Inline
15935 \family default
15936 \series default
15937  (shortcut 
15938 \family sans
15939 Alt-m
15940 \begin_inset Space ~
15941 \end_inset
15942
15943 l
15944 \family default
15945 ).
15946  An example:
15947 \end_layout
15948
15949 \begin_layout Standard
15950 The default limits type is this:
15951 \begin_inset Formula \[
15952 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15953
15954 \end_inset
15955
15956 This is how it looks when the limits type was changed to 
15957 \family sans
15958 \series bold
15959 Inline
15960 \family default
15961 \series default
15962 :
15963 \begin_inset Formula \[
15964 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15965
15966 \end_inset
15967
15968 For integrals, except of 
15969 \series bold
15970
15971 \backslash
15972 intop
15973 \series default
15974  and 
15975 \series bold
15976
15977 \backslash
15978 ointop
15979 \series default
15980 , the limits are by default set beside the operator.
15981  But for multiple integrals the limits are often set below the operator.
15982  In the following example the limits type was therefore set to 
15983 \series bold
15984 Display
15985 \series default
15986  and so set below the integrals:
15987 \begin_inset Formula \begin{equation}
15988 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15989
15990 \end_inset
15991
15992
15993 \end_layout
15994
15995 \begin_layout Standard
15996 \begin_inset VSpace medskip
15997 \end_inset
15998
15999 To specify conditions for limits, the commands 
16000 \series bold
16001
16002 \backslash
16003 subarray
16004 \series default
16005
16006 \begin_inset Index
16007 status collapsed
16008
16009 \begin_layout Plain Layout
16010 Commands ! S ! 
16011 \backslash
16012 subarray
16013 \end_layout
16014
16015 \end_inset
16016
16017  and 
16018 \series bold
16019
16020 \backslash
16021 substack
16022 \series default
16023
16024 \begin_inset Index
16025 status collapsed
16026
16027 \begin_layout Plain Layout
16028 Commands ! S ! 
16029 \backslash
16030 substack
16031 \end_layout
16032
16033 \end_inset
16034
16035  are used.
16036  To create for example this expression 
16037 \begin_inset Formula \begin{equation}
16038 \sum_{\begin{subarray}{c}
16039 0<k<1000\\
16040 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16041
16042 \end_inset
16043
16044
16045 \end_layout
16046
16047 \begin_layout Standard
16048 the following has to be done:
16049 \begin_inset Newline newline
16050 \end_inset
16051
16052 First the command 
16053 \series bold
16054
16055 \backslash
16056 sum
16057 \series default
16058 ^
16059 \series bold
16060 n
16061 \begin_inset ERT
16062 status collapsed
16063
16064 \begin_layout Plain Layout
16065
16066
16067 \backslash
16068 spce 
16069 \end_layout
16070
16071 \end_inset
16072
16073 _
16074 \series default
16075  is typed in.
16076  One is now in a blue box under the summation operator and insert there
16077  the command 
16078 \series bold
16079
16080 \backslash
16081 subarray
16082 \begin_inset ERT
16083 status collapsed
16084
16085 \begin_layout Plain Layout
16086
16087
16088 \backslash
16089 spce 
16090 \end_layout
16091
16092 \end_inset
16093
16094
16095 \series default
16096 .
16097  The blue box is now within a purple box and now several lines can be written
16098  among each other.
16099  A new line is created by inserting a line break (
16100 \family sans
16101 Ctrl-Return
16102 \family default
16103 ).
16104  When now
16105 \begin_inset Newline newline
16106 \end_inset
16107
16108
16109 \series bold
16110 0<k<1000 Ctrl-Return
16111 \begin_inset Newline newline
16112 \end_inset
16113
16114
16115 \series default
16116 is typed in, a new box appears below for the new line.
16117 \end_layout
16118
16119 \begin_layout Standard
16120 The alignment of the lines can be changed to left aligned with the 
16121 \family sans
16122 table
16123 \family default
16124  
16125 \family sans
16126 toolbar
16127 \family default
16128  or the menu 
16129 \family sans
16130 Edit\SpecialChar \menuseparator
16131 Rows &Columns
16132 \family default
16133 .
16134  To get right alignment, 
16135 \series bold
16136
16137 \backslash
16138 hfill
16139 \begin_inset ERT
16140 status collapsed
16141
16142 \begin_layout Plain Layout
16143
16144
16145 \backslash
16146 spce 
16147 \end_layout
16148
16149 \end_inset
16150
16151
16152 \series default
16153  is inserted at the beginning of the line.
16154 \end_layout
16155
16156 \begin_layout Standard
16157 The command 
16158 \series bold
16159
16160 \backslash
16161 substack
16162 \series default
16163  is equivalent to 
16164 \series bold
16165
16166 \backslash
16167 subarray
16168 \series default
16169  with the difference that the lines are always centered.
16170 \end_layout
16171
16172 \begin_layout Standard
16173 \begin_inset VSpace bigskip
16174 \end_inset
16175
16176 Like in formula 
16177 \begin_inset CommandInset ref
16178 LatexCommand eqref
16179 reference "eq:substack"
16180
16181 \end_inset
16182
16183  there can be too much space beside an operator, because the characters
16184  following the operator are set beside the limits.
16185 \end_layout
16186
16187 \begin_layout Standard
16188 To avoid this, the following macro can be used in the LaTeX-preamble:
16189 \end_layout
16190
16191 \begin_layout Standard
16192
16193 \series bold
16194
16195 \backslash
16196 def
16197 \backslash
16198 clap#1{
16199 \backslash
16200 hbox to 0pt{
16201 \backslash
16202 hss #1
16203 \backslash
16204 hss}}
16205 \begin_inset Newline newline
16206 \end_inset
16207
16208
16209 \backslash
16210 def
16211 \backslash
16212 mathclap {
16213 \backslash
16214 mathpalette 
16215 \backslash
16216 mathclapinternal}
16217 \begin_inset Newline newline
16218 \end_inset
16219
16220
16221 \backslash
16222 def
16223 \backslash
16224 mathclapinternal #1#2{
16225 \backslash
16226 clap{$
16227 \backslash
16228 mathsurround =0pt #1{#2}$}}
16229 \end_layout
16230
16231 \begin_layout Standard
16232 This defines the command 
16233 \series bold
16234
16235 \backslash
16236 mathclap
16237 \series default
16238
16239 \begin_inset Index
16240 status collapsed
16241
16242 \begin_layout Plain Layout
16243 Commands ! M ! 
16244 \backslash
16245 mathclap
16246 \end_layout
16247
16248 \end_inset
16249
16250  that sets the width of the limit to 0
16251 \begin_inset Space \thinspace{}
16252 \end_inset
16253
16254 pt.
16255  The command scheme is
16256 \end_layout
16257
16258 \begin_layout Standard
16259
16260 \series bold
16261
16262 \backslash
16263 mathclap{limit}
16264 \end_layout
16265
16266 \begin_layout Standard
16267 where the limit can consist of several conditions.
16268 \end_layout
16269
16270 \begin_layout Standard
16271 Applied on formula 
16272 \begin_inset CommandInset ref
16273 LatexCommand eqref
16274 reference "eq:substack"
16275
16276 \end_inset
16277
16278 , one uses the command
16279 \end_layout
16280
16281 \begin_layout Standard
16282
16283 \series bold
16284
16285 \backslash
16286 sum_
16287 \backslash
16288 mathclap{
16289 \backslash
16290 substack
16291 \begin_inset ERT
16292 status collapsed
16293
16294 \begin_layout Plain Layout
16295
16296
16297 \backslash
16298 spce 
16299 \end_layout
16300
16301 \end_inset
16302
16303 0<k<1000 Ctrl-Enter
16304 \end_layout
16305
16306 \begin_layout Standard
16307 to create the lower limit.
16308  The summand is now directly behind the summation operator:
16309 \begin_inset Formula \[
16310 \sum_{\mathclap {\substack{0<k<1000\\
16311 \\k\,\in\,\mathbb{N}}
16312 }}^{n}k^{-2}\]
16313
16314 \end_inset
16315
16316
16317 \end_layout
16318
16319 \begin_layout Standard
16320 \begin_inset VSpace bigskip
16321 \end_inset
16322
16323 How to use one limit for several operators is described in 
16324 \begin_inset CommandInset ref
16325 LatexCommand ref
16326 reference "sub:Self-defined-Operators"
16327
16328 \end_inset
16329
16330 .
16331 \end_layout
16332
16333 \begin_layout Subsection
16334 Binary Operators
16335 \begin_inset CommandInset label
16336 LatexCommand label
16337 name "sub:Binary-Operators"
16338
16339 \end_inset
16340
16341
16342 \begin_inset Index
16343 status collapsed
16344
16345 \begin_layout Plain Layout
16346 Operators ! binary
16347 \end_layout
16348
16349 \end_inset
16350
16351
16352 \end_layout
16353
16354 \begin_layout Standard
16355 Binary operators are surrounded by space when there is a character before
16356  and behind them.
16357 \begin_inset VSpace medskip
16358 \end_inset
16359
16360
16361 \end_layout
16362
16363 \begin_layout Standard
16364 \begin_inset Space \hfill{}
16365 \end_inset
16366
16367
16368 \begin_inset Tabular
16369 <lyxtabular version="3" rows="13" columns="2">
16370 <features>
16371 <column alignment="center" valignment="top" width="0pt">
16372 <column alignment="center" valignment="top" width="0pt">
16373 <row>
16374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16375 \begin_inset Text
16376
16377 \begin_layout Plain Layout
16378 Command
16379 \begin_inset Note Note
16380 status collapsed
16381
16382 \begin_layout Plain Layout
16383
16384 \series bold
16385
16386 \backslash
16387 raisebox
16388 \series default
16389  is only used as spacer.
16390 \end_layout
16391
16392 \end_inset
16393
16394
16395 \end_layout
16396
16397 \end_inset
16398 </cell>
16399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16400 \begin_inset Text
16401
16402 \begin_layout Plain Layout
16403 Result
16404 \end_layout
16405
16406 \end_inset
16407 </cell>
16408 </row>
16409 <row>
16410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16411 \begin_inset Text
16412
16413 \begin_layout Plain Layout
16414 +
16415 \end_layout
16416
16417 \end_inset
16418 </cell>
16419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16420 \begin_inset Text
16421
16422 \begin_layout Plain Layout
16423 \begin_inset Formula $+$
16424 \end_inset
16425
16426
16427 \end_layout
16428
16429 \end_inset
16430 </cell>
16431 </row>
16432 <row>
16433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16434 \begin_inset Text
16435
16436 \begin_layout Plain Layout
16437 -
16438 \end_layout
16439
16440 \end_inset
16441 </cell>
16442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16443 \begin_inset Text
16444
16445 \begin_layout Plain Layout
16446 \begin_inset Formula $-$
16447 \end_inset
16448
16449
16450 \end_layout
16451
16452 \end_inset
16453 </cell>
16454 </row>
16455 <row>
16456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16457 \begin_inset Text
16458
16459 \begin_layout Plain Layout
16460
16461 \backslash
16462 pm
16463 \end_layout
16464
16465 \end_inset
16466 </cell>
16467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16468 \begin_inset Text
16469
16470 \begin_layout Plain Layout
16471 \begin_inset Formula $\pm$
16472 \end_inset
16473
16474
16475 \end_layout
16476
16477 \end_inset
16478 </cell>
16479 </row>
16480 <row>
16481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485
16486 \backslash
16487 mp
16488 \end_layout
16489
16490 \end_inset
16491 </cell>
16492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16493 \begin_inset Text
16494
16495 \begin_layout Plain Layout
16496 \begin_inset Formula $\mp$
16497 \end_inset
16498
16499
16500 \end_layout
16501
16502 \end_inset
16503 </cell>
16504 </row>
16505 <row>
16506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16507 \begin_inset Text
16508
16509 \begin_layout Plain Layout
16510
16511 \backslash
16512 cdot
16513 \end_layout
16514
16515 \end_inset
16516 </cell>
16517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16518 \begin_inset Text
16519
16520 \begin_layout Plain Layout
16521 \begin_inset Formula $\cdot$
16522 \end_inset
16523
16524
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 </row>
16530 <row>
16531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16532 \begin_inset Text
16533
16534 \begin_layout Plain Layout
16535
16536 \backslash
16537 times
16538 \end_layout
16539
16540 \end_inset
16541 </cell>
16542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16543 \begin_inset Text
16544
16545 \begin_layout Plain Layout
16546 \begin_inset Formula $\times$
16547 \end_inset
16548
16549
16550 \end_layout
16551
16552 \end_inset
16553 </cell>
16554 </row>
16555 <row>
16556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Plain Layout
16560
16561 \backslash
16562 div
16563 \end_layout
16564
16565 \end_inset
16566 </cell>
16567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16568 \begin_inset Text
16569
16570 \begin_layout Plain Layout
16571 \begin_inset Formula $\div$
16572 \end_inset
16573
16574
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 </row>
16580 <row>
16581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585 \begin_inset ERT
16586 status collapsed
16587
16588 \begin_layout Plain Layout
16589
16590
16591 \backslash
16592 raisebox{-1.2mm}{
16593 \end_layout
16594
16595 \end_inset
16596
16597 *
16598 \begin_inset ERT
16599 status collapsed
16600
16601 \begin_layout Plain Layout
16602
16603 }
16604 \end_layout
16605
16606 \end_inset
16607
16608
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16614 \begin_inset Text
16615
16616 \begin_layout Plain Layout
16617 \begin_inset Formula $*$
16618 \end_inset
16619
16620
16621 \end_layout
16622
16623 \end_inset
16624 </cell>
16625 </row>
16626 <row>
16627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16628 \begin_inset Text
16629
16630 \begin_layout Plain Layout
16631
16632 \backslash
16633 star
16634 \end_layout
16635
16636 \end_inset
16637 </cell>
16638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16639 \begin_inset Text
16640
16641 \begin_layout Plain Layout
16642 \begin_inset Formula $\star$
16643 \end_inset
16644
16645
16646 \end_layout
16647
16648 \end_inset
16649 </cell>
16650 </row>
16651 <row>
16652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16653 \begin_inset Text
16654
16655 \begin_layout Plain Layout
16656
16657 \backslash
16658 circ
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Plain Layout
16667 \begin_inset Formula $\circ$
16668 \end_inset
16669
16670
16671 \end_layout
16672
16673 \end_inset
16674 </cell>
16675 </row>
16676 <row>
16677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16678 \begin_inset Text
16679
16680 \begin_layout Plain Layout
16681
16682 \backslash
16683 diamond
16684 \end_layout
16685
16686 \end_inset
16687 </cell>
16688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16689 \begin_inset Text
16690
16691 \begin_layout Plain Layout
16692 \begin_inset Formula $\diamond$
16693 \end_inset
16694
16695
16696 \end_layout
16697
16698 \end_inset
16699 </cell>
16700 </row>
16701 <row>
16702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Plain Layout
16706
16707 \backslash
16708 bullet
16709 \end_layout
16710
16711 \end_inset
16712 </cell>
16713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16714 \begin_inset Text
16715
16716 \begin_layout Plain Layout
16717 \begin_inset Formula $\bullet$
16718 \end_inset
16719
16720
16721 \end_layout
16722
16723 \end_inset
16724 </cell>
16725 </row>
16726 </lyxtabular>
16727
16728 \end_inset
16729
16730
16731 \begin_inset Space \hfill{}
16732 \end_inset
16733
16734
16735 \begin_inset Tabular
16736 <lyxtabular version="3" rows="13" columns="2">
16737 <features>
16738 <column alignment="center" valignment="top" width="0pt">
16739 <column alignment="center" valignment="top" width="0pt">
16740 <row>
16741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Plain Layout
16745 Command
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16751 \begin_inset Text
16752
16753 \begin_layout Plain Layout
16754 Result
16755 \end_layout
16756
16757 \end_inset
16758 </cell>
16759 </row>
16760 <row>
16761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16762 \begin_inset Text
16763
16764 \begin_layout Plain Layout
16765
16766 \backslash
16767 nabla
16768 \end_layout
16769
16770 \end_inset
16771 </cell>
16772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Plain Layout
16776 \begin_inset Formula $\nabla$
16777 \end_inset
16778
16779
16780 \end_layout
16781
16782 \end_inset
16783 </cell>
16784 </row>
16785 <row>
16786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16787 \begin_inset Text
16788
16789 \begin_layout Plain Layout
16790
16791 \backslash
16792 bigtriangledown
16793 \end_layout
16794
16795 \end_inset
16796 </cell>
16797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16798 \begin_inset Text
16799
16800 \begin_layout Plain Layout
16801 \begin_inset Formula $\bigtriangledown$
16802 \end_inset
16803
16804
16805 \end_layout
16806
16807 \end_inset
16808 </cell>
16809 </row>
16810 <row>
16811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16812 \begin_inset Text
16813
16814 \begin_layout Plain Layout
16815
16816 \backslash
16817 bigtriangleup
16818 \end_layout
16819
16820 \end_inset
16821 </cell>
16822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16823 \begin_inset Text
16824
16825 \begin_layout Plain Layout
16826 \begin_inset Formula $\bigtriangleup$
16827 \end_inset
16828
16829
16830 \end_layout
16831
16832 \end_inset
16833 </cell>
16834 </row>
16835 <row>
16836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840
16841 \backslash
16842 Box
16843 \end_layout
16844
16845 \end_inset
16846 </cell>
16847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16848 \begin_inset Text
16849
16850 \begin_layout Plain Layout
16851 \begin_inset Formula $\Box$
16852 \end_inset
16853
16854
16855 \end_layout
16856
16857 \end_inset
16858 </cell>
16859 </row>
16860 <row>
16861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16862 \begin_inset Text
16863
16864 \begin_layout Plain Layout
16865
16866 \backslash
16867 cap 
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876 \begin_inset Formula $\cap$
16877 \end_inset
16878
16879
16880 \end_layout
16881
16882 \end_inset
16883 </cell>
16884 </row>
16885 <row>
16886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890
16891 \backslash
16892 cup
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901 \begin_inset Formula $\cup$
16902 \end_inset
16903
16904
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 </row>
16910 <row>
16911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16912 \begin_inset Text
16913
16914 \begin_layout Plain Layout
16915
16916 \backslash
16917 dagger
16918 \end_layout
16919
16920 \end_inset
16921 </cell>
16922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16923 \begin_inset Text
16924
16925 \begin_layout Plain Layout
16926 \begin_inset Formula $\dagger$
16927 \end_inset
16928
16929
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 </row>
16935 <row>
16936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Plain Layout
16940
16941 \backslash
16942 ddagger
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951 \begin_inset Formula $\ddagger$
16952 \end_inset
16953
16954
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 </row>
16960 <row>
16961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16962 \begin_inset Text
16963
16964 \begin_layout Plain Layout
16965
16966 \backslash
16967 wr
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16973 \begin_inset Text
16974
16975 \begin_layout Plain Layout
16976 \begin_inset Formula $\wr$
16977 \end_inset
16978
16979
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 </row>
16985 <row>
16986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Plain Layout
16990
16991 \backslash
16992 bigcirc
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001 \begin_inset Formula $\bigcirc$
17002 \end_inset
17003
17004
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 </row>
17010 <row>
17011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17012 \begin_inset Text
17013
17014 \begin_layout Plain Layout
17015
17016 \backslash
17017 wedge
17018 \end_layout
17019
17020 \end_inset
17021 </cell>
17022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17023 \begin_inset Text
17024
17025 \begin_layout Plain Layout
17026 \begin_inset Formula $\wedge$
17027 \end_inset
17028
17029
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 </row>
17035 <row>
17036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Plain Layout
17040
17041 \backslash
17042 vee
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17048 \begin_inset Text
17049
17050 \begin_layout Plain Layout
17051 \begin_inset Formula $\vee$
17052 \end_inset
17053
17054
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 </row>
17060 </lyxtabular>
17061
17062 \end_inset
17063
17064
17065 \begin_inset Space \hfill{}
17066 \end_inset
17067
17068
17069 \begin_inset Tabular
17070 <lyxtabular version="3" rows="13" columns="2">
17071 <features>
17072 <column alignment="center" valignment="top" width="0pt">
17073 <column alignment="center" valignment="top" width="0pt">
17074 <row>
17075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17076 \begin_inset Text
17077
17078 \begin_layout Plain Layout
17079 Command
17080 \end_layout
17081
17082 \end_inset
17083 </cell>
17084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088 Result
17089 \end_layout
17090
17091 \end_inset
17092 </cell>
17093 </row>
17094 <row>
17095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17096 \begin_inset Text
17097
17098 \begin_layout Plain Layout
17099
17100 \backslash
17101 oplus
17102 \end_layout
17103
17104 \end_inset
17105 </cell>
17106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17107 \begin_inset Text
17108
17109 \begin_layout Plain Layout
17110 \begin_inset Formula $\oplus$
17111 \end_inset
17112
17113
17114 \end_layout
17115
17116 \end_inset
17117 </cell>
17118 </row>
17119 <row>
17120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17121 \begin_inset Text
17122
17123 \begin_layout Plain Layout
17124
17125 \backslash
17126 ominus
17127 \end_layout
17128
17129 \end_inset
17130 </cell>
17131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17132 \begin_inset Text
17133
17134 \begin_layout Plain Layout
17135 \begin_inset Formula $\ominus$
17136 \end_inset
17137
17138
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 </row>
17144 <row>
17145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17146 \begin_inset Text
17147
17148 \begin_layout Plain Layout
17149
17150 \backslash
17151 otimes
17152 \end_layout
17153
17154 \end_inset
17155 </cell>
17156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17157 \begin_inset Text
17158
17159 \begin_layout Plain Layout
17160 \begin_inset Formula $\otimes$
17161 \end_inset
17162
17163
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 </row>
17169 <row>
17170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17171 \begin_inset Text
17172
17173 \begin_layout Plain Layout
17174
17175 \backslash
17176 oslash
17177 \end_layout
17178
17179 \end_inset
17180 </cell>
17181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185 \begin_inset Formula $\oslash$
17186 \end_inset
17187
17188
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 </row>
17194 <row>
17195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17196 \begin_inset Text
17197
17198 \begin_layout Plain Layout
17199
17200 \backslash
17201 odot
17202 \end_layout
17203
17204 \end_inset
17205 </cell>
17206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210 \begin_inset Formula $\odot$
17211 \end_inset
17212
17213
17214 \end_layout
17215
17216 \end_inset
17217 </cell>
17218 </row>
17219 <row>
17220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17221 \begin_inset Text
17222
17223 \begin_layout Plain Layout
17224
17225 \backslash
17226 amalg
17227 \end_layout
17228
17229 \end_inset
17230 </cell>
17231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17232 \begin_inset Text
17233
17234 \begin_layout Plain Layout
17235 \begin_inset Formula $\amalg$
17236 \end_inset
17237
17238
17239 \end_layout
17240
17241 \end_inset
17242 </cell>
17243 </row>
17244 <row>
17245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17246 \begin_inset Text
17247
17248 \begin_layout Plain Layout
17249
17250 \backslash
17251 uplus
17252 \end_layout
17253
17254 \end_inset
17255 </cell>
17256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17257 \begin_inset Text
17258
17259 \begin_layout Plain Layout
17260 \begin_inset Formula $\uplus$
17261 \end_inset
17262
17263
17264 \end_layout
17265
17266 \end_inset
17267 </cell>
17268 </row>
17269 <row>
17270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17271 \begin_inset Text
17272
17273 \begin_layout Plain Layout
17274
17275 \backslash
17276 setminus
17277 \end_layout
17278
17279 \end_inset
17280 </cell>
17281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17282 \begin_inset Text
17283
17284 \begin_layout Plain Layout
17285 \begin_inset Formula $\setminus$
17286 \end_inset
17287
17288
17289 \end_layout
17290
17291 \end_inset
17292 </cell>
17293 </row>
17294 <row>
17295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17296 \begin_inset Text
17297
17298 \begin_layout Plain Layout
17299
17300 \backslash
17301 sqcap
17302 \end_layout
17303
17304 \end_inset
17305 </cell>
17306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17307 \begin_inset Text
17308
17309 \begin_layout Plain Layout
17310 \begin_inset Formula $\sqcap$
17311 \end_inset
17312
17313
17314 \end_layout
17315
17316 \end_inset
17317 </cell>
17318 </row>
17319 <row>
17320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17321 \begin_inset Text
17322
17323 \begin_layout Plain Layout
17324
17325 \backslash
17326 sqcup
17327 \end_layout
17328
17329 \end_inset
17330 </cell>
17331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17332 \begin_inset Text
17333
17334 \begin_layout Plain Layout
17335 \begin_inset Formula $\sqcup$
17336 \end_inset
17337
17338
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 </row>
17344 <row>
17345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349
17350 \backslash
17351 triangleleft
17352 \end_layout
17353
17354 \end_inset
17355 </cell>
17356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17357 \begin_inset Text
17358
17359 \begin_layout Plain Layout
17360 \begin_inset Formula $\triangleleft$
17361 \end_inset
17362
17363
17364 \end_layout
17365
17366 \end_inset
17367 </cell>
17368 </row>
17369 <row>
17370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17371 \begin_inset Text
17372
17373 \begin_layout Plain Layout
17374
17375 \backslash
17376 triangleright
17377 \end_layout
17378
17379 \end_inset
17380 </cell>
17381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17382 \begin_inset Text
17383
17384 \begin_layout Plain Layout
17385 \begin_inset Formula $\triangleright$
17386 \end_inset
17387
17388
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 </row>
17394 </lyxtabular>
17395
17396 \end_inset
17397
17398
17399 \begin_inset Space \hfill{}
17400 \end_inset
17401
17402
17403 \end_layout
17404
17405 \begin_layout Standard
17406 All binary operators can also be inserted via the math toolbar button 
17407 \begin_inset Graphics
17408         filename ../images/math/pm.png
17409         embed ""
17410         scale 85
17411
17412 \end_inset
17413
17414 .
17415 \end_layout
17416
17417 \begin_layout Standard
17418 To typeset the Laplace operator also 
17419 \series bold
17420
17421 \backslash
17422 Delta
17423 \series default
17424  or 
17425 \series bold
17426
17427 \backslash
17428 nabla
17429 \series default
17430 ^
17431 \series bold
17432 2
17433 \series default
17434  (
17435 \begin_inset Formula $\nabla^{2}$
17436 \end_inset
17437
17438 ) can be used instead of 
17439 \series bold
17440
17441 \backslash
17442 bigtriangleup
17443 \series default
17444  .
17445 \end_layout
17446
17447 \begin_layout Standard
17448 The character 
17449 \family sans
17450 Menu Separator
17451 \family default
17452  from the menu 
17453 \family sans
17454 Insert\SpecialChar \menuseparator
17455 Special Character
17456 \family default
17457  is the operator 
17458 \series bold
17459
17460 \backslash
17461 triangleright
17462 \series default
17463 .
17464 \end_layout
17465
17466 \begin_layout Subsection
17467 Self-defined Operators
17468 \begin_inset CommandInset label
17469 LatexCommand label
17470 name "sub:Self-defined-Operators"
17471
17472 \end_inset
17473
17474
17475 \begin_inset Index
17476 status collapsed
17477
17478 \begin_layout Plain Layout
17479 Operators ! self-defined
17480 \end_layout
17481
17482 \end_inset
17483
17484
17485 \end_layout
17486
17487 \begin_layout Standard
17488 With the help of the command 
17489 \series bold
17490
17491 \backslash
17492 DeclareMathOperator
17493 \series default
17494
17495 \begin_inset Index
17496 status collapsed
17497
17498 \begin_layout Plain Layout
17499 Commands ! D ! 
17500 \backslash
17501 dbinom@
17502 \backslash
17503 DeclareMathOperator
17504 \end_layout
17505
17506 \end_inset
17507
17508  custom operators can be defined in the LaTeX-preamble.
17509  Its command scheme is:
17510 \end_layout
17511
17512 \begin_layout Standard
17513
17514 \series bold
17515
17516 \backslash
17517 DeclareMathOperator{new command}{display}
17518 \end_layout
17519
17520 \begin_layout Standard
17521 Display can be characters or symbols that define how the operator looks
17522  in the output.
17523  To define a big operator a * is set behind the command.
17524  All self-defined big operators can have limits as described in 
17525 \begin_inset CommandInset ref
17526 LatexCommand ref
17527 reference "sub:Operator-Limits"
17528
17529 \end_inset
17530
17531 .
17532 \end_layout
17533
17534 \begin_layout Standard
17535 For example the LaTeX-preamble line
17536 \end_layout
17537
17538 \begin_layout Standard
17539
17540 \series bold
17541
17542 \backslash
17543 DeclareMathOperator*{
17544 \backslash
17545 Lozenge}{
17546 \backslash
17547 blacklozenge}
17548 \end_layout
17549
17550 \begin_layout Standard
17551 defines the command 
17552 \series bold
17553
17554 \backslash
17555 Lozenge
17556 \series default
17557 , that inserts a big operator consisting of the lozenge symbol from 
17558 \begin_inset CommandInset ref
17559 LatexCommand ref
17560 reference "sub:Miscellaneous-Symbols"
17561
17562 \end_inset
17563
17564 :
17565 \begin_inset Formula \[
17566 \Lozenge _{n=1}^{\infty}\]
17567
17568 \end_inset
17569
17570 The command for this formula is: 
17571 \series bold
17572
17573 \backslash
17574 Lozenge
17575 \series default
17576 ^
17577 \series bold
17578
17579 \backslash
17580 infty
17581 \begin_inset Formula $\to$
17582 \end_inset
17583
17584 _n=1
17585 \end_layout
17586
17587 \begin_layout Standard
17588 \begin_inset VSpace bigskip
17589 \end_inset
17590
17591 When self-defined operators are not used several times in the document,
17592  they can also be defined with the commands 
17593 \series bold
17594
17595 \backslash
17596 mathop
17597 \series default
17598
17599 \begin_inset Index
17600 status collapsed
17601
17602 \begin_layout Plain Layout
17603 Commands ! M ! 
17604 \backslash
17605 mathop
17606 \end_layout
17607
17608 \end_inset
17609
17610  and 
17611 \series bold
17612
17613 \backslash
17614 mathbin
17615 \series default
17616
17617 \begin_inset Index
17618 status collapsed
17619
17620 \begin_layout Plain Layout
17621 Commands ! M ! 
17622 \backslash
17623 mathbin
17624 \end_layout
17625
17626 \end_inset
17627
17628 , which have the following scheme:
17629 \end_layout
17630
17631 \begin_layout Standard
17632
17633 \series bold
17634
17635 \backslash
17636 mathop{display}
17637 \series default
17638  and 
17639 \series bold
17640
17641 \backslash
17642 mathbin{display}
17643 \end_layout
17644
17645 \begin_layout Standard
17646
17647 \series bold
17648
17649 \backslash
17650 mathop
17651 \series default
17652  defines big operators, 
17653 \series bold
17654
17655 \backslash
17656 mathbin
17657 \series default
17658  binary operators.
17659 \end_layout
17660
17661 \begin_layout Standard
17662
17663 \series bold
17664
17665 \backslash
17666 mathop
17667 \series default
17668  can e.
17669 \begin_inset Space \thinspace{}
17670 \end_inset
17671
17672 g.
17673 \begin_inset Space ~
17674 \end_inset
17675
17676 be used to use one limit for several operators:
17677 \end_layout
17678
17679 \begin_layout Standard
17680 \begin_inset Formula \[
17681 \mathop {\sum\negmedspace\sum}_{i,j=1}^{N}\]
17682
17683 \end_inset
17684
17685
17686 \end_layout
17687
17688 \begin_layout Standard
17689 The command for the formula above is:
17690 \begin_inset Newline newline
17691 \end_inset
17692
17693
17694 \series bold
17695
17696 \backslash
17697 mathop{
17698 \backslash
17699 sum
17700 \backslash
17701 negmedspace
17702 \backslash
17703 sum
17704 \series default
17705
17706 \begin_inset ERT
17707 status collapsed
17708
17709 \begin_layout Plain Layout
17710
17711
17712 \backslash
17713 spce 
17714 \end_layout
17715
17716 \end_inset
17717
17718
17719 \series bold
17720
17721 \begin_inset Formula $\to$
17722 \end_inset
17723
17724 ^N
17725 \series default
17726
17727 \begin_inset ERT
17728 status collapsed
17729
17730 \begin_layout Plain Layout
17731
17732
17733 \backslash
17734 spce 
17735 \end_layout
17736
17737 \end_inset
17738
17739
17740 \series bold
17741 _i,j=1
17742 \end_layout
17743
17744 \begin_layout Section
17745 Fonts
17746 \begin_inset Index
17747 status collapsed
17748
17749 \begin_layout Plain Layout
17750 Fonts
17751 \end_layout
17752
17753 \end_inset
17754
17755
17756 \end_layout
17757
17758 \begin_layout Subsection
17759 Font Styles
17760 \begin_inset CommandInset label
17761 LatexCommand label
17762 name "sub:Font-Styles"
17763
17764 \end_inset
17765
17766
17767 \begin_inset Index
17768 status collapsed
17769
17770 \begin_layout Plain Layout
17771 Font ! style
17772 \end_layout
17773
17774 \end_inset
17775
17776
17777 \end_layout
17778
17779 \begin_layout Standard
17780 Latin letters in formulas can be set in one of the following font styles:
17781 \begin_inset VSpace -2mm
17782 \end_inset
17783
17784
17785 \end_layout
17786
17787 \begin_layout Standard
17788 \align center
17789 \begin_inset Tabular
17790 <lyxtabular version="3" rows="6" columns="3">
17791 <features>
17792 <column alignment="center" valignment="top" width="0">
17793 <column alignment="center" valignment="top" width="0">
17794 <column alignment="center" valignment="top" width="0">
17795 <row>
17796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17797 \begin_inset Text
17798
17799 \begin_layout Plain Layout
17800 Command
17801 \end_layout
17802
17803 \end_inset
17804 </cell>
17805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17806 \begin_inset Text
17807
17808 \begin_layout Plain Layout
17809 Result
17810 \end_layout
17811
17812 \end_inset
17813 </cell>
17814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17815 \begin_inset Text
17816
17817 \begin_layout Plain Layout
17818 shortcut
17819 \end_layout
17820
17821 \end_inset
17822 </cell>
17823 </row>
17824 <row>
17825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17826 \begin_inset Text
17827
17828 \begin_layout Plain Layout
17829
17830 \backslash
17831 mathbb
17832 \series bold
17833
17834 \begin_inset ERT
17835 status collapsed
17836
17837 \begin_layout Plain Layout
17838
17839
17840 \backslash
17841 spce 
17842 \end_layout
17843
17844 \end_inset
17845
17846
17847 \series default
17848 ABC
17849 \end_layout
17850
17851 \end_inset
17852 </cell>
17853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17854 \begin_inset Text
17855
17856 \begin_layout Plain Layout
17857 \begin_inset Formula $\mathbb{ABC}$
17858 \end_inset
17859
17860
17861 \end_layout
17862
17863 \end_inset
17864 </cell>
17865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17866 \begin_inset Text
17867
17868 \begin_layout Plain Layout
17869 Alt-c c
17870 \end_layout
17871
17872 \end_inset
17873 </cell>
17874 </row>
17875 <row>
17876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17877 \begin_inset Text
17878
17879 \begin_layout Plain Layout
17880
17881 \backslash
17882 mathbf
17883 \series bold
17884
17885 \begin_inset ERT
17886 status collapsed
17887
17888 \begin_layout Plain Layout
17889
17890
17891 \backslash
17892 spce 
17893 \end_layout
17894
17895 \end_inset
17896
17897
17898 \series default
17899 AbC
17900 \end_layout
17901
17902 \end_inset
17903 </cell>
17904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17905 \begin_inset Text
17906
17907 \begin_layout Plain Layout
17908 \begin_inset Formula $\mathbf{AbC}$
17909 \end_inset
17910
17911
17912 \end_layout
17913
17914 \end_inset
17915 </cell>
17916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17917 \begin_inset Text
17918
17919 \begin_layout Plain Layout
17920 -
17921 \end_layout
17922
17923 \end_inset
17924 </cell>
17925 </row>
17926 <row>
17927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17928 \begin_inset Text
17929
17930 \begin_layout Plain Layout
17931
17932 \backslash
17933 boldsymbol
17934 \series bold
17935
17936 \begin_inset ERT
17937 status collapsed
17938
17939 \begin_layout Plain Layout
17940
17941
17942 \backslash
17943 spce 
17944 \end_layout
17945
17946 \end_inset
17947
17948
17949 \series default
17950 AbC
17951 \end_layout
17952
17953 \end_inset
17954 </cell>
17955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Plain Layout
17959 \begin_inset Formula $\boldsymbol{AbC}$
17960 \end_inset
17961
17962
17963 \end_layout
17964
17965 \end_inset
17966 </cell>
17967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17968 \begin_inset Text
17969
17970 \begin_layout Plain Layout
17971 Alt-c b
17972 \end_layout
17973
17974 \end_inset
17975 </cell>
17976 </row>
17977 <row>
17978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17979 \begin_inset Text
17980
17981 \begin_layout Plain Layout
17982
17983 \backslash
17984 mathcal
17985 \series bold
17986
17987 \begin_inset ERT
17988 status collapsed
17989
17990 \begin_layout Plain Layout
17991
17992
17993 \backslash
17994 spce 
17995 \end_layout
17996
17997 \end_inset
17998
17999
18000 \series default
18001 ABC
18002 \end_layout
18003
18004 \end_inset
18005 </cell>
18006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18007 \begin_inset Text
18008
18009 \begin_layout Plain Layout
18010 \begin_inset Formula $\mathcal{ABC}$
18011 \end_inset
18012
18013
18014 \end_layout
18015
18016 \end_inset
18017 </cell>
18018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18019 \begin_inset Text
18020
18021 \begin_layout Plain Layout
18022 Alt-c e
18023 \end_layout
18024
18025 \end_inset
18026 </cell>
18027 </row>
18028 <row>
18029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18030 \begin_inset Text
18031
18032 \begin_layout Plain Layout
18033
18034 \backslash
18035 mathfrak
18036 \series bold
18037
18038 \begin_inset ERT
18039 status collapsed
18040
18041 \begin_layout Plain Layout
18042
18043
18044 \backslash
18045 spce 
18046 \end_layout
18047
18048 \end_inset
18049
18050
18051 \series default
18052 AbC
18053 \end_layout
18054
18055 \end_inset
18056 </cell>
18057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18058 \begin_inset Text
18059
18060 \begin_layout Plain Layout
18061 \begin_inset Formula $\mathfrak{AbC}$
18062 \end_inset
18063
18064
18065 \end_layout
18066
18067 \end_inset
18068 </cell>
18069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18070 \begin_inset Text
18071
18072 \begin_layout Plain Layout
18073 -
18074 \end_layout
18075
18076 \end_inset
18077 </cell>
18078 </row>
18079 </lyxtabular>
18080
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \begin_layout Standard
18087 \align center
18088 \begin_inset Tabular
18089 <lyxtabular version="3" rows="5" columns="3">
18090 <features>
18091 <column alignment="center" valignment="top" width="0">
18092 <column alignment="center" valignment="top" width="0">
18093 <column alignment="center" valignment="top" width="0">
18094 <row>
18095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18096 \begin_inset Text
18097
18098 \begin_layout Plain Layout
18099 Command
18100 \end_layout
18101
18102 \end_inset
18103 </cell>
18104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18105 \begin_inset Text
18106
18107 \begin_layout Plain Layout
18108 Result
18109 \end_layout
18110
18111 \end_inset
18112 </cell>
18113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18114 \begin_inset Text
18115
18116 \begin_layout Plain Layout
18117 shortcut
18118 \end_layout
18119
18120 \end_inset
18121 </cell>
18122 </row>
18123 <row>
18124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18125 \begin_inset Text
18126
18127 \begin_layout Plain Layout
18128
18129 \backslash
18130 mathit
18131 \series bold
18132
18133 \begin_inset ERT
18134 status collapsed
18135
18136 \begin_layout Plain Layout
18137
18138
18139 \backslash
18140 spce 
18141 \end_layout
18142
18143 \end_inset
18144
18145
18146 \series default
18147 AbC
18148 \end_layout
18149
18150 \end_inset
18151 </cell>
18152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18153 \begin_inset Text
18154
18155 \begin_layout Plain Layout
18156 \begin_inset Formula $\mathit{AbC}$
18157 \end_inset
18158
18159
18160 \end_layout
18161
18162 \end_inset
18163 </cell>
18164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18165 \begin_inset Text
18166
18167 \begin_layout Plain Layout
18168 -
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 </row>
18174 <row>
18175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18176 \begin_inset Text
18177
18178 \begin_layout Plain Layout
18179
18180 \backslash
18181 mathrm
18182 \series bold
18183
18184 \begin_inset ERT
18185 status collapsed
18186
18187 \begin_layout Plain Layout
18188
18189
18190 \backslash
18191 spce 
18192 \end_layout
18193
18194 \end_inset
18195
18196
18197 \series default
18198 AbC
18199 \end_layout
18200
18201 \end_inset
18202 </cell>
18203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207 \begin_inset Formula $\mathrm{AbC}$
18208 \end_inset
18209
18210
18211 \end_layout
18212
18213 \end_inset
18214 </cell>
18215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18216 \begin_inset Text
18217
18218 \begin_layout Plain Layout
18219 Alt-c r
18220 \end_layout
18221
18222 \end_inset
18223 </cell>
18224 </row>
18225 <row>
18226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18227 \begin_inset Text
18228
18229 \begin_layout Plain Layout
18230
18231 \backslash
18232 mathsf
18233 \series bold
18234
18235 \begin_inset ERT
18236 status collapsed
18237
18238 \begin_layout Plain Layout
18239
18240
18241 \backslash
18242 spce 
18243 \end_layout
18244
18245 \end_inset
18246
18247
18248 \series default
18249 AbC
18250 \end_layout
18251
18252 \end_inset
18253 </cell>
18254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18255 \begin_inset Text
18256
18257 \begin_layout Plain Layout
18258 \begin_inset Formula $\mathsf{AbC}$
18259 \end_inset
18260
18261
18262 \end_layout
18263
18264 \end_inset
18265 </cell>
18266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18267 \begin_inset Text
18268
18269 \begin_layout Plain Layout
18270 Alt-c s
18271 \end_layout
18272
18273 \end_inset
18274 </cell>
18275 </row>
18276 <row>
18277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281
18282 \backslash
18283 mathtt
18284 \series bold
18285
18286 \begin_inset ERT
18287 status collapsed
18288
18289 \begin_layout Plain Layout
18290
18291
18292 \backslash
18293 spce 
18294 \end_layout
18295
18296 \end_inset
18297
18298
18299 \series default
18300 AbC
18301 \end_layout
18302
18303 \end_inset
18304 </cell>
18305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18306 \begin_inset Text
18307
18308 \begin_layout Plain Layout
18309 \begin_inset Formula $\mathtt{AbC}$
18310 \end_inset
18311
18312
18313 \end_layout
18314
18315 \end_inset
18316 </cell>
18317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18318 \begin_inset Text
18319
18320 \begin_layout Plain Layout
18321 Alt-c p
18322 \end_layout
18323
18324 \end_inset
18325 </cell>
18326 </row>
18327 </lyxtabular>
18328
18329 \end_inset
18330
18331
18332 \end_layout
18333
18334 \begin_layout Standard
18335 \begin_inset Note Greyedout
18336 status open
18337
18338 \begin_layout Plain Layout
18339
18340 \series bold
18341 Note:
18342 \series default
18343  The styles 
18344 \series bold
18345
18346 \backslash
18347 mathbb
18348 \series default
18349  and 
18350 \series bold
18351
18352 \backslash
18353 mathcal
18354 \series default
18355  can only be used for big letters.
18356 \end_layout
18357
18358 \end_inset
18359
18360
18361 \end_layout
18362
18363 \begin_layout Standard
18364 Predefined is the style 
18365 \series bold
18366
18367 \backslash
18368 mathnormal
18369 \series default
18370 .
18371 \end_layout
18372
18373 \begin_layout Standard
18374 The style commands work also for letters in mathematical constructs:
18375 \begin_inset Formula \[
18376 \mathfrak{A=\frac{b}{C}}\]
18377
18378 \end_inset
18379
18380
18381 \end_layout
18382
18383 \begin_layout Standard
18384 Characters in mathematical text don't appear in a math font style but in
18385  the text font style 
18386 \series bold
18387
18388 \backslash
18389 textrm
18390 \series default
18391 .
18392  That their style can't be set correctly via the text style dialog is a
18393  bug in LyX.
18394 \begin_inset Foot
18395 status collapsed
18396
18397 \begin_layout Plain Layout
18398  
18399 \begin_inset ERT
18400 status collapsed
18401
18402 \begin_layout Plain Layout
18403
18404
18405 \backslash
18406 href{http://bugzilla.lyx.org/show_bug.cgi?id=4091}{
18407 \end_layout
18408
18409 \end_inset
18410
18411 LyX-bug #4091
18412 \begin_inset ERT
18413 status collapsed
18414
18415 \begin_layout Plain Layout
18416
18417 }
18418 \end_layout
18419
18420 \end_inset
18421
18422
18423 \end_layout
18424
18425 \end_inset
18426
18427
18428 \end_layout
18429
18430 \begin_layout Standard
18431 Instead of the style commands the dialog 
18432 \family sans
18433 Edit\SpecialChar \menuseparator
18434 Math\SpecialChar \menuseparator
18435 Text Style
18436 \family default
18437  or the toolbar button 
18438 \begin_inset Graphics
18439         filename ../images/math/font.png
18440         embed ""
18441         scale 85
18442
18443 \end_inset
18444
18445  can be used.
18446 \end_layout
18447
18448 \begin_layout Subsection
18449 Bold Formulas
18450 \begin_inset CommandInset label
18451 LatexCommand label
18452 name "sub:Bold-Formulas"
18453
18454 \end_inset
18455
18456
18457 \begin_inset Index
18458 status collapsed
18459
18460 \begin_layout Plain Layout
18461 Formula ! bold
18462 \end_layout
18463
18464 \end_inset
18465
18466
18467 \end_layout
18468
18469 \begin_layout Standard
18470 To make a complete formula bold, the command 
18471 \series bold
18472
18473 \backslash
18474 mathbf
18475 \series default
18476  from the previous subsection cannot be used, because it doesn't work for
18477  small Greek letters.
18478  Furthermore it prints Latin letters always upright, like in the following
18479  equation:
18480 \end_layout
18481
18482 \begin_layout Standard
18483 \begin_inset Formula \[
18484 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash  mathbf}\]
18485
18486 \end_inset
18487
18488
18489 \end_layout
18490
18491 \begin_layout Standard
18492 To display the formula correctly, the command 
18493 \series bold
18494
18495 \backslash
18496 boldsymbol
18497 \series default
18498  is used:
18499 \begin_inset Formula \[
18500 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash  boldsymbol}}\]
18501
18502 \end_inset
18503
18504 It is also possible to set the formula in a 
18505 \series bold
18506 boldmath environment
18507 \series default
18508 .
18509  This environment is created by inserting the command 
18510 \series bold
18511
18512 \backslash
18513 boldmath
18514 \begin_inset Index
18515 status collapsed
18516
18517 \begin_layout Plain Layout
18518 Commands ! B ! 
18519 \backslash
18520 boldmath
18521 \end_layout
18522
18523 \end_inset
18524
18525
18526 \series default
18527  in TeX-mode.
18528  To end the environment, the command 
18529 \series bold
18530
18531 \backslash
18532 unboldmath
18533 \begin_inset Index
18534 status collapsed
18535
18536 \begin_layout Plain Layout
18537 Commands ! U ! 
18538 \backslash
18539 unboldmath
18540 \end_layout
18541
18542 \end_inset
18543
18544
18545 \series default
18546  is inserted in TeX-mode.
18547 \begin_inset ERT
18548 status collapsed
18549
18550 \begin_layout Plain Layout
18551
18552
18553 \backslash
18554 boldmath 
18555 \end_layout
18556
18557 \end_inset
18558
18559
18560 \begin_inset Formula \[
18561 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18562
18563 \end_inset
18564
18565
18566 \begin_inset ERT
18567 status collapsed
18568
18569 \begin_layout Plain Layout
18570
18571
18572 \backslash
18573 unboldmath 
18574 \end_layout
18575
18576 \end_inset
18577
18578
18579 \end_layout
18580
18581 \begin_layout Subsection
18582 Font Sizes
18583 \begin_inset CommandInset label
18584 LatexCommand label
18585 name "sub:Font-Sizes"
18586
18587 \end_inset
18588
18589
18590 \begin_inset Index
18591 status collapsed
18592
18593 \begin_layout Plain Layout
18594 Font ! size
18595 \end_layout
18596
18597 \end_inset
18598
18599
18600 \end_layout
18601
18602 \begin_layout Standard
18603 For characters in formulas there are, analog to characters in text, the
18604  following size commands:
18605 \end_layout
18606
18607 \begin_layout Standard
18608
18609 \series bold
18610
18611 \backslash
18612 Huge
18613 \series default
18614
18615 \series bold
18616
18617 \backslash
18618 huge
18619 \series default
18620
18621 \series bold
18622
18623 \backslash
18624 LARGE
18625 \series default
18626
18627 \series bold
18628
18629 \backslash
18630 Large
18631 \series default
18632
18633 \series bold
18634
18635 \backslash
18636 large
18637 \series default
18638
18639 \series bold
18640
18641 \backslash
18642 normalsize
18643 \series default
18644
18645 \series bold
18646
18647 \backslash
18648 small
18649 \series default
18650 ,
18651 \begin_inset Newline newline
18652 \end_inset
18653
18654
18655 \series bold
18656
18657 \backslash
18658 footnotesize
18659 \series default
18660
18661 \series bold
18662
18663 \backslash
18664 scriptsize
18665 \series default
18666 , and 
18667 \series bold
18668
18669 \backslash
18670 tiny
18671 \end_layout
18672
18673 \begin_layout Standard
18674 The size produced by the commands depends on the document font size, that
18675  corresponds with the command 
18676 \series bold
18677
18678 \backslash
18679 normalsize
18680 \series default
18681 .
18682  The other commands produce smaller or larger sizes than 
18683 \series bold
18684
18685 \backslash
18686 normalsize
18687 \series default
18688 .
18689  The font size can however not exceed a certain value.
18690  Is for example the document font size 12
18691 \begin_inset Space \thinspace{}
18692 \end_inset
18693
18694 pt, the command 
18695 \series bold
18696
18697 \backslash
18698 Huge
18699 \series default
18700  switches to the same size as 
18701 \series bold
18702
18703 \backslash
18704 huge
18705 \series default
18706 .
18707  
18708 \end_layout
18709
18710 \begin_layout Standard
18711 A size command is inserted in TeX-mode before the formula and sets the size
18712  for all following formula and text characters.
18713  To switch back to the initial size, the command 
18714 \series bold
18715
18716 \backslash
18717 normalsize
18718 \series default
18719  is inserted behind the formula in TeX-mode.
18720 \end_layout
18721
18722 \begin_layout Standard
18723 Within a formula the size can only be changed for symbols or letters in
18724  mathematical text.
18725  To do this, the size command is inserted in mathematical text.
18726  All following characters until the end of the mathematical text or until
18727  another size command will have the selected size.
18728  Two examples:
18729 \begin_inset VSpace -2mm
18730 \end_inset
18731
18732
18733 \end_layout
18734
18735 \begin_layout Standard
18736 \begin_inset ERT
18737 status collapsed
18738
18739 \begin_layout Plain Layout
18740
18741
18742 \backslash
18743 huge 
18744 \end_layout
18745
18746 \end_inset
18747
18748
18749 \begin_inset Formula \[
18750 A=\frac{B}{c}\cdot\maltese\]
18751
18752 \end_inset
18753
18754
18755 \begin_inset Formula \[
18756 \maltese A\textrm{\Large \maltese\textit{A}}\textrm{\tiny \maltese\textit{A}}\]
18757
18758 \end_inset
18759
18760
18761 \begin_inset ERT
18762 status collapsed
18763
18764 \begin_layout Plain Layout
18765
18766
18767 \backslash
18768 normalsize 
18769 \end_layout
18770
18771 \end_inset
18772
18773
18774 \end_layout
18775
18776 \begin_layout Standard
18777 \begin_inset VSpace medskip
18778 \end_inset
18779
18780 Before both formulas the command 
18781 \series bold
18782
18783 \backslash
18784 huge
18785 \series default
18786  was inserted.
18787  The command for the second formula is:
18788 \begin_inset Newline newline
18789 \end_inset
18790
18791
18792 \series bold
18793
18794 \backslash
18795 maltese
18796 \begin_inset ERT
18797 status collapsed
18798
18799 \begin_layout Plain Layout
18800
18801
18802 \backslash
18803 spce 
18804 \end_layout
18805
18806 \end_inset
18807
18808 A Alt-m m 
18809 \backslash
18810 Large
18811 \begin_inset ERT
18812 status collapsed
18813
18814 \begin_layout Plain Layout
18815
18816
18817 \backslash
18818 spce 
18819 \end_layout
18820
18821 \end_inset
18822
18823
18824 \backslash
18825 maltese
18826 \begin_inset ERT
18827 status collapsed
18828
18829 \begin_layout Plain Layout
18830
18831
18832 \backslash
18833 spce 
18834 \end_layout
18835
18836 \end_inset
18837
18838
18839 \backslash
18840 textit
18841 \begin_inset ERT
18842 status collapsed
18843
18844 \begin_layout Plain Layout
18845
18846
18847 \backslash
18848 spce 
18849 \end_layout
18850
18851 \end_inset
18852
18853 A
18854 \begin_inset Formula $\to$
18855 \end_inset
18856
18857
18858 \begin_inset Formula $\to$
18859 \end_inset
18860
18861
18862 \begin_inset Newline newline
18863 \end_inset
18864
18865
18866 \begin_inset Space \hspace*{}
18867 \length 1cm
18868 \end_inset
18869
18870 Alt-m
18871 \series default
18872  
18873 \series bold
18874
18875 \backslash
18876 tiny
18877 \begin_inset ERT
18878 status collapsed
18879
18880 \begin_layout Plain Layout
18881
18882
18883 \backslash
18884 spce 
18885 \end_layout
18886
18887 \end_inset
18888
18889
18890 \backslash
18891 maltese
18892 \begin_inset ERT
18893 status collapsed
18894
18895 \begin_layout Plain Layout
18896
18897
18898 \backslash
18899 spce 
18900 \end_layout
18901
18902 \end_inset
18903
18904
18905 \backslash
18906 textit
18907 \begin_inset ERT
18908 status collapsed
18909
18910 \begin_layout Plain Layout
18911
18912
18913 \backslash
18914 spce 
18915 \end_layout
18916
18917 \end_inset
18918
18919 A
18920 \end_layout
18921
18922 \begin_layout Standard
18923 If a symbol cannot be displayed in different sizes, it will always be displayed
18924  in the default size.
18925 \end_layout
18926
18927 \begin_layout Section
18928 Greek Letters
18929 \begin_inset Index
18930 status collapsed
18931
18932 \begin_layout Plain Layout
18933 Greek letters
18934 \end_layout
18935
18936 \end_inset
18937
18938
18939 \end_layout
18940
18941 \begin_layout Standard
18942 All Greek letters can also be inserted via the toolbar button 
18943 \begin_inset Graphics
18944         filename ../images/math/alpha.png
18945         embed ""
18946         scale 85
18947
18948 \end_inset
18949
18950 .
18951 \end_layout
18952
18953 \begin_layout Subsection
18954 Small Letters
18955 \begin_inset CommandInset label
18956 LatexCommand label
18957 name "sub:Small-Letters"
18958
18959 \end_inset
18960
18961
18962 \begin_inset Index
18963 status collapsed
18964
18965 \begin_layout Plain Layout
18966 Greek letters ! small
18967 \end_layout
18968
18969 \end_inset
18970
18971
18972 \end_layout
18973
18974 \begin_layout Standard
18975 \begin_inset Space \hfill{}
18976 \end_inset
18977
18978
18979 \begin_inset Tabular
18980 <lyxtabular version="3" rows="11" columns="2">
18981 <features>
18982 <column alignment="center" valignment="top" width="0pt">
18983 <column alignment="center" valignment="top" width="0pt">
18984 <row>
18985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18986 \begin_inset Text
18987
18988 \begin_layout Plain Layout
18989 Command
18990 \end_layout
18991
18992 \end_inset
18993 </cell>
18994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18995 \begin_inset Text
18996
18997 \begin_layout Plain Layout
18998 Result
18999 \end_layout
19000
19001 \end_inset
19002 </cell>
19003 </row>
19004 <row>
19005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19006 \begin_inset Text
19007
19008 \begin_layout Plain Layout
19009
19010 \backslash
19011 alpha
19012 \end_layout
19013
19014 \end_inset
19015 </cell>
19016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19017 \begin_inset Text
19018
19019 \begin_layout Plain Layout
19020 \begin_inset Formula $\alpha$
19021 \end_inset
19022
19023
19024 \end_layout
19025
19026 \end_inset
19027 </cell>
19028 </row>
19029 <row>
19030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19031 \begin_inset Text
19032
19033 \begin_layout Plain Layout
19034
19035 \backslash
19036 beta
19037 \end_layout
19038
19039 \end_inset
19040 </cell>
19041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19042 \begin_inset Text
19043
19044 \begin_layout Plain Layout
19045 \begin_inset Formula $\beta$
19046 \end_inset
19047
19048
19049 \end_layout
19050
19051 \end_inset
19052 </cell>
19053 </row>
19054 <row>
19055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19056 \begin_inset Text
19057
19058 \begin_layout Plain Layout
19059
19060 \backslash
19061 gamma
19062 \end_layout
19063
19064 \end_inset
19065 </cell>
19066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19067 \begin_inset Text
19068
19069 \begin_layout Plain Layout
19070 \begin_inset Formula $\gamma$
19071 \end_inset
19072
19073
19074 \end_layout
19075
19076 \end_inset
19077 </cell>
19078 </row>
19079 <row>
19080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19081 \begin_inset Text
19082
19083 \begin_layout Plain Layout
19084
19085 \backslash
19086 delta
19087 \end_layout
19088
19089 \end_inset
19090 </cell>
19091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19092 \begin_inset Text
19093
19094 \begin_layout Plain Layout
19095 \begin_inset Formula $\delta$
19096 \end_inset
19097
19098
19099 \end_layout
19100
19101 \end_inset
19102 </cell>
19103 </row>
19104 <row>
19105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19106 \begin_inset Text
19107
19108 \begin_layout Plain Layout
19109
19110 \backslash
19111 epsilon
19112 \end_layout
19113
19114 \end_inset
19115 </cell>
19116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19117 \begin_inset Text
19118
19119 \begin_layout Plain Layout
19120 \begin_inset Formula $\epsilon$
19121 \end_inset
19122
19123
19124 \end_layout
19125
19126 \end_inset
19127 </cell>
19128 </row>
19129 <row>
19130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19131 \begin_inset Text
19132
19133 \begin_layout Plain Layout
19134
19135 \backslash
19136 varepsilon
19137 \end_layout
19138
19139 \end_inset
19140 </cell>
19141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145 \begin_inset Formula $\varepsilon$
19146 \end_inset
19147
19148
19149 \end_layout
19150
19151 \end_inset
19152 </cell>
19153 </row>
19154 <row>
19155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19156 \begin_inset Text
19157
19158 \begin_layout Plain Layout
19159
19160 \backslash
19161 zeta
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19167 \begin_inset Text
19168
19169 \begin_layout Plain Layout
19170 \begin_inset Formula $\zeta$
19171 \end_inset
19172
19173
19174 \end_layout
19175
19176 \end_inset
19177 </cell>
19178 </row>
19179 <row>
19180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19181 \begin_inset Text
19182
19183 \begin_layout Plain Layout
19184
19185 \backslash
19186 eta
19187 \end_layout
19188
19189 \end_inset
19190 </cell>
19191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19192 \begin_inset Text
19193
19194 \begin_layout Plain Layout
19195 \begin_inset Formula $\eta$
19196 \end_inset
19197
19198
19199 \end_layout
19200
19201 \end_inset
19202 </cell>
19203 </row>
19204 <row>
19205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19206 \begin_inset Text
19207
19208 \begin_layout Plain Layout
19209
19210 \backslash
19211 theta
19212 \end_layout
19213
19214 \end_inset
19215 </cell>
19216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19217 \begin_inset Text
19218
19219 \begin_layout Plain Layout
19220 \begin_inset Formula $\theta$
19221 \end_inset
19222
19223
19224 \end_layout
19225
19226 \end_inset
19227 </cell>
19228 </row>
19229 <row>
19230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19231 \begin_inset Text
19232
19233 \begin_layout Plain Layout
19234
19235 \backslash
19236 vartheta
19237 \end_layout
19238
19239 \end_inset
19240 </cell>
19241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19242 \begin_inset Text
19243
19244 \begin_layout Plain Layout
19245 \begin_inset Formula $\vartheta$
19246 \end_inset
19247
19248
19249 \end_layout
19250
19251 \end_inset
19252 </cell>
19253 </row>
19254 </lyxtabular>
19255
19256 \end_inset
19257
19258
19259 \begin_inset Space \hfill{}
19260 \end_inset
19261
19262
19263 \begin_inset Tabular
19264 <lyxtabular version="3" rows="12" columns="2">
19265 <features>
19266 <column alignment="center" valignment="top" width="0pt">
19267 <column alignment="center" valignment="top" width="0pt">
19268 <row>
19269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19270 \begin_inset Text
19271
19272 \begin_layout Plain Layout
19273 Command
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19279 \begin_inset Text
19280
19281 \begin_layout Plain Layout
19282 Result
19283 \end_layout
19284
19285 \end_inset
19286 </cell>
19287 </row>
19288 <row>
19289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19290 \begin_inset Text
19291
19292 \begin_layout Plain Layout
19293
19294 \backslash
19295 iota
19296 \end_layout
19297
19298 \end_inset
19299 </cell>
19300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19301 \begin_inset Text
19302
19303 \begin_layout Plain Layout
19304 \begin_inset Formula $\iota$
19305 \end_inset
19306
19307
19308 \end_layout
19309
19310 \end_inset
19311 </cell>
19312 </row>
19313 <row>
19314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19315 \begin_inset Text
19316
19317 \begin_layout Plain Layout
19318
19319 \backslash
19320 kappa
19321 \end_layout
19322
19323 \end_inset
19324 </cell>
19325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329 \begin_inset Formula $\kappa$
19330 \end_inset
19331
19332
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 </row>
19338 <row>
19339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19340 \begin_inset Text
19341
19342 \begin_layout Plain Layout
19343
19344 \backslash
19345 varkappa
19346 \end_layout
19347
19348 \end_inset
19349 </cell>
19350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19351 \begin_inset Text
19352
19353 \begin_layout Plain Layout
19354 \begin_inset Formula $\varkappa$
19355 \end_inset
19356
19357
19358 \end_layout
19359
19360 \end_inset
19361 </cell>
19362 </row>
19363 <row>
19364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19365 \begin_inset Text
19366
19367 \begin_layout Plain Layout
19368
19369 \backslash
19370 lambda
19371 \end_layout
19372
19373 \end_inset
19374 </cell>
19375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Plain Layout
19379 \begin_inset Formula $\lambda$
19380 \end_inset
19381
19382
19383 \end_layout
19384
19385 \end_inset
19386 </cell>
19387 </row>
19388 <row>
19389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19390 \begin_inset Text
19391
19392 \begin_layout Plain Layout
19393
19394 \backslash
19395 mu
19396 \end_layout
19397
19398 \end_inset
19399 </cell>
19400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19401 \begin_inset Text
19402
19403 \begin_layout Plain Layout
19404 \begin_inset Formula $\mu$
19405 \end_inset
19406
19407
19408 \end_layout
19409
19410 \end_inset
19411 </cell>
19412 </row>
19413 <row>
19414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19415 \begin_inset Text
19416
19417 \begin_layout Plain Layout
19418
19419 \backslash
19420 nu
19421 \end_layout
19422
19423 \end_inset
19424 </cell>
19425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19426 \begin_inset Text
19427
19428 \begin_layout Plain Layout
19429 \begin_inset Formula $\nu$
19430 \end_inset
19431
19432
19433 \end_layout
19434
19435 \end_inset
19436 </cell>
19437 </row>
19438 <row>
19439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19440 \begin_inset Text
19441
19442 \begin_layout Plain Layout
19443
19444 \backslash
19445 xi
19446 \end_layout
19447
19448 \end_inset
19449 </cell>
19450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19451 \begin_inset Text
19452
19453 \begin_layout Plain Layout
19454 \begin_inset Formula $\xi$
19455 \end_inset
19456
19457
19458 \end_layout
19459
19460 \end_inset
19461 </cell>
19462 </row>
19463 <row>
19464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19465 \begin_inset Text
19466
19467 \begin_layout Plain Layout
19468 o
19469 \end_layout
19470
19471 \end_inset
19472 </cell>
19473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19474 \begin_inset Text
19475
19476 \begin_layout Plain Layout
19477 \begin_inset Formula $o$
19478 \end_inset
19479
19480
19481 \end_layout
19482
19483 \end_inset
19484 </cell>
19485 </row>
19486 <row>
19487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19488 \begin_inset Text
19489
19490 \begin_layout Plain Layout
19491
19492 \backslash
19493 pi
19494 \end_layout
19495
19496 \end_inset
19497 </cell>
19498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19499 \begin_inset Text
19500
19501 \begin_layout Plain Layout
19502 \begin_inset Formula $\pi$
19503 \end_inset
19504
19505
19506 \end_layout
19507
19508 \end_inset
19509 </cell>
19510 </row>
19511 <row>
19512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19513 \begin_inset Text
19514
19515 \begin_layout Plain Layout
19516
19517 \backslash
19518 varpi
19519 \end_layout
19520
19521 \end_inset
19522 </cell>
19523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19524 \begin_inset Text
19525
19526 \begin_layout Plain Layout
19527 \begin_inset Formula $\varpi$
19528 \end_inset
19529
19530
19531 \end_layout
19532
19533 \end_inset
19534 </cell>
19535 </row>
19536 <row>
19537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19538 \begin_inset Text
19539
19540 \begin_layout Plain Layout
19541
19542 \backslash
19543 rho
19544 \end_layout
19545
19546 \end_inset
19547 </cell>
19548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19549 \begin_inset Text
19550
19551 \begin_layout Plain Layout
19552 \begin_inset Formula $\rho$
19553 \end_inset
19554
19555
19556 \end_layout
19557
19558 \end_inset
19559 </cell>
19560 </row>
19561 </lyxtabular>
19562
19563 \end_inset
19564
19565
19566 \begin_inset Space \hfill{}
19567 \end_inset
19568
19569
19570 \begin_inset Tabular
19571 <lyxtabular version="3" rows="11" columns="2">
19572 <features>
19573 <column alignment="center" valignment="top" width="0pt">
19574 <column alignment="center" valignment="top" width="0pt">
19575 <row>
19576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19577 \begin_inset Text
19578
19579 \begin_layout Plain Layout
19580 Command
19581 \end_layout
19582
19583 \end_inset
19584 </cell>
19585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19586 \begin_inset Text
19587
19588 \begin_layout Plain Layout
19589 Result
19590 \end_layout
19591
19592 \end_inset
19593 </cell>
19594 </row>
19595 <row>
19596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19597 \begin_inset Text
19598
19599 \begin_layout Plain Layout
19600
19601 \backslash
19602 varrho
19603 \end_layout
19604
19605 \end_inset
19606 </cell>
19607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19608 \begin_inset Text
19609
19610 \begin_layout Plain Layout
19611 \begin_inset Formula $\varrho$
19612 \end_inset
19613
19614
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 </row>
19620 <row>
19621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Plain Layout
19625
19626 \backslash
19627 sigma
19628 \end_layout
19629
19630 \end_inset
19631 </cell>
19632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19633 \begin_inset Text
19634
19635 \begin_layout Plain Layout
19636 \begin_inset Formula $\sigma$
19637 \end_inset
19638
19639
19640 \end_layout
19641
19642 \end_inset
19643 </cell>
19644 </row>
19645 <row>
19646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650
19651 \backslash
19652 varsigma
19653 \end_layout
19654
19655 \end_inset
19656 </cell>
19657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19658 \begin_inset Text
19659
19660 \begin_layout Plain Layout
19661 \begin_inset Formula $\varsigma$
19662 \end_inset
19663
19664
19665 \end_layout
19666
19667 \end_inset
19668 </cell>
19669 </row>
19670 <row>
19671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675
19676 \backslash
19677 tau
19678 \end_layout
19679
19680 \end_inset
19681 </cell>
19682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19683 \begin_inset Text
19684
19685 \begin_layout Plain Layout
19686 \begin_inset Formula $\tau$
19687 \end_inset
19688
19689
19690 \end_layout
19691
19692 \end_inset
19693 </cell>
19694 </row>
19695 <row>
19696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700
19701 \backslash
19702 upsilon
19703 \end_layout
19704
19705 \end_inset
19706 </cell>
19707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19708 \begin_inset Text
19709
19710 \begin_layout Plain Layout
19711 \begin_inset Formula $\upsilon$
19712 \end_inset
19713
19714
19715 \end_layout
19716
19717 \end_inset
19718 </cell>
19719 </row>
19720 <row>
19721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19722 \begin_inset Text
19723
19724 \begin_layout Plain Layout
19725
19726 \backslash
19727 phi
19728 \end_layout
19729
19730 \end_inset
19731 </cell>
19732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19733 \begin_inset Text
19734
19735 \begin_layout Plain Layout
19736 \begin_inset Formula $\phi$
19737 \end_inset
19738
19739
19740 \end_layout
19741
19742 \end_inset
19743 </cell>
19744 </row>
19745 <row>
19746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19747 \begin_inset Text
19748
19749 \begin_layout Plain Layout
19750
19751 \backslash
19752 varphi
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19758 \begin_inset Text
19759
19760 \begin_layout Plain Layout
19761 \begin_inset Formula $\varphi$
19762 \end_inset
19763
19764
19765 \end_layout
19766
19767 \end_inset
19768 </cell>
19769 </row>
19770 <row>
19771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19772 \begin_inset Text
19773
19774 \begin_layout Plain Layout
19775
19776 \backslash
19777 chi
19778 \end_layout
19779
19780 \end_inset
19781 </cell>
19782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19783 \begin_inset Text
19784
19785 \begin_layout Plain Layout
19786 \begin_inset Formula $\chi$
19787 \end_inset
19788
19789
19790 \end_layout
19791
19792 \end_inset
19793 </cell>
19794 </row>
19795 <row>
19796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19797 \begin_inset Text
19798
19799 \begin_layout Plain Layout
19800
19801 \backslash
19802 psi
19803 \end_layout
19804
19805 \end_inset
19806 </cell>
19807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19808 \begin_inset Text
19809
19810 \begin_layout Plain Layout
19811 \begin_inset Formula $\psi$
19812 \end_inset
19813
19814
19815 \end_layout
19816
19817 \end_inset
19818 </cell>
19819 </row>
19820 <row>
19821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19822 \begin_inset Text
19823
19824 \begin_layout Plain Layout
19825
19826 \backslash
19827 omega
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19833 \begin_inset Text
19834
19835 \begin_layout Plain Layout
19836 \begin_inset Formula $\omega$
19837 \end_inset
19838
19839
19840 \end_layout
19841
19842 \end_inset
19843 </cell>
19844 </row>
19845 </lyxtabular>
19846
19847 \end_inset
19848
19849
19850 \begin_inset Space \hfill{}
19851 \end_inset
19852
19853
19854 \end_layout
19855
19856 \begin_layout Standard
19857 \begin_inset VSpace medskip
19858 \end_inset
19859
19860
19861 \end_layout
19862
19863 \begin_layout Standard
19864 How to create upright Greek letters is explained in 
19865 \begin_inset CommandInset ref
19866 LatexCommand ref
19867 reference "sub:Upright-small-Greek"
19868
19869 \end_inset
19870
19871 .
19872 \end_layout
19873
19874 \begin_layout Subsection
19875 Big Letters
19876 \begin_inset Index
19877 status collapsed
19878
19879 \begin_layout Plain Layout
19880 Greek letters ! big
19881 \end_layout
19882
19883 \end_inset
19884
19885
19886 \end_layout
19887
19888 \begin_layout Standard
19889 \begin_inset Space \hfill{}
19890 \end_inset
19891
19892
19893 \begin_inset Tabular
19894 <lyxtabular version="3" rows="7" columns="2">
19895 <features>
19896 <column alignment="center" valignment="top" width="0pt">
19897 <column alignment="center" valignment="top" width="0pt">
19898 <row>
19899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19900 \begin_inset Text
19901
19902 \begin_layout Plain Layout
19903 Command
19904 \end_layout
19905
19906 \end_inset
19907 </cell>
19908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912 Result
19913 \end_layout
19914
19915 \end_inset
19916 </cell>
19917 </row>
19918 <row>
19919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923
19924 \backslash
19925 Gamma
19926 \end_layout
19927
19928 \end_inset
19929 </cell>
19930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934 \begin_inset Formula $\Gamma$
19935 \end_inset
19936
19937
19938 \end_layout
19939
19940 \end_inset
19941 </cell>
19942 </row>
19943 <row>
19944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19945 \begin_inset Text
19946
19947 \begin_layout Plain Layout
19948
19949 \backslash
19950 Delta
19951 \end_layout
19952
19953 \end_inset
19954 </cell>
19955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19956 \begin_inset Text
19957
19958 \begin_layout Plain Layout
19959 \begin_inset Formula $\Delta$
19960 \end_inset
19961
19962
19963 \end_layout
19964
19965 \end_inset
19966 </cell>
19967 </row>
19968 <row>
19969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19970 \begin_inset Text
19971
19972 \begin_layout Plain Layout
19973
19974 \backslash
19975 Theta
19976 \end_layout
19977
19978 \end_inset
19979 </cell>
19980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19981 \begin_inset Text
19982
19983 \begin_layout Plain Layout
19984 \begin_inset Formula $\Theta$
19985 \end_inset
19986
19987
19988 \end_layout
19989
19990 \end_inset
19991 </cell>
19992 </row>
19993 <row>
19994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Plain Layout
19998
19999 \backslash
20000 Lambda
20001 \end_layout
20002
20003 \end_inset
20004 </cell>
20005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20006 \begin_inset Text
20007
20008 \begin_layout Plain Layout
20009 \begin_inset Formula $\Lambda$
20010 \end_inset
20011
20012
20013 \end_layout
20014
20015 \end_inset
20016 </cell>
20017 </row>
20018 <row>
20019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20020 \begin_inset Text
20021
20022 \begin_layout Plain Layout
20023
20024 \backslash
20025 Xi
20026 \end_layout
20027
20028 \end_inset
20029 </cell>
20030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20031 \begin_inset Text
20032
20033 \begin_layout Plain Layout
20034 \begin_inset Formula $\Xi$
20035 \end_inset
20036
20037
20038 \end_layout
20039
20040 \end_inset
20041 </cell>
20042 </row>
20043 <row>
20044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20045 \begin_inset Text
20046
20047 \begin_layout Plain Layout
20048
20049 \backslash
20050 Pi
20051 \end_layout
20052
20053 \end_inset
20054 </cell>
20055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20056 \begin_inset Text
20057
20058 \begin_layout Plain Layout
20059 \begin_inset Formula $\Pi$
20060 \end_inset
20061
20062
20063 \end_layout
20064
20065 \end_inset
20066 </cell>
20067 </row>
20068 </lyxtabular>
20069
20070 \end_inset
20071
20072
20073 \begin_inset Space \hfill{}
20074 \end_inset
20075
20076
20077 \begin_inset Tabular
20078 <lyxtabular version="3" rows="6" columns="2">
20079 <features>
20080 <column alignment="center" valignment="top" width="0pt">
20081 <column alignment="center" valignment="top" width="0pt">
20082 <row>
20083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20084 \begin_inset Text
20085
20086 \begin_layout Plain Layout
20087 Command
20088 \end_layout
20089
20090 \end_inset
20091 </cell>
20092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20093 \begin_inset Text
20094
20095 \begin_layout Plain Layout
20096 Result
20097 \end_layout
20098
20099 \end_inset
20100 </cell>
20101 </row>
20102 <row>
20103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Plain Layout
20107
20108 \backslash
20109 Sigma
20110 \end_layout
20111
20112 \end_inset
20113 </cell>
20114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20115 \begin_inset Text
20116
20117 \begin_layout Plain Layout
20118 \begin_inset Formula $\Sigma$
20119 \end_inset
20120
20121
20122 \end_layout
20123
20124 \end_inset
20125 </cell>
20126 </row>
20127 <row>
20128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20129 \begin_inset Text
20130
20131 \begin_layout Plain Layout
20132
20133 \backslash
20134 Upsilon
20135 \end_layout
20136
20137 \end_inset
20138 </cell>
20139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20140 \begin_inset Text
20141
20142 \begin_layout Plain Layout
20143 \begin_inset Formula $\Upsilon$
20144 \end_inset
20145
20146
20147 \end_layout
20148
20149 \end_inset
20150 </cell>
20151 </row>
20152 <row>
20153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20154 \begin_inset Text
20155
20156 \begin_layout Plain Layout
20157
20158 \backslash
20159 Phi
20160 \end_layout
20161
20162 \end_inset
20163 </cell>
20164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20165 \begin_inset Text
20166
20167 \begin_layout Plain Layout
20168 \begin_inset Formula $\Phi$
20169 \end_inset
20170
20171
20172 \end_layout
20173
20174 \end_inset
20175 </cell>
20176 </row>
20177 <row>
20178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20179 \begin_inset Text
20180
20181 \begin_layout Plain Layout
20182
20183 \backslash
20184 Psi
20185 \end_layout
20186
20187 \end_inset
20188 </cell>
20189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20190 \begin_inset Text
20191
20192 \begin_layout Plain Layout
20193 \begin_inset Formula $\Psi$
20194 \end_inset
20195
20196
20197 \end_layout
20198
20199 \end_inset
20200 </cell>
20201 </row>
20202 <row>
20203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20204 \begin_inset Text
20205
20206 \begin_layout Plain Layout
20207
20208 \backslash
20209 Omega
20210 \end_layout
20211
20212 \end_inset
20213 </cell>
20214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20215 \begin_inset Text
20216
20217 \begin_layout Plain Layout
20218 \begin_inset Formula $\Omega$
20219 \end_inset
20220
20221
20222 \end_layout
20223
20224 \end_inset
20225 </cell>
20226 </row>
20227 </lyxtabular>
20228
20229 \end_inset
20230
20231
20232 \begin_inset Space \hfill{}
20233 \end_inset
20234
20235
20236 \end_layout
20237
20238 \begin_layout Standard
20239 \begin_inset VSpace medskip
20240 \end_inset
20241
20242 That the big Greek letters appear upright is caused by a design bug when
20243  TeX was developed.
20244  To get correct italic big letters, begin every command with 
20245 \series bold
20246 var
20247 \series default
20248 .
20249  For example the command 
20250 \series bold
20251
20252 \backslash
20253 varGamma
20254 \series default
20255  produces: 
20256 \begin_inset Formula $\varGamma $
20257 \end_inset
20258
20259
20260 \end_layout
20261
20262 \begin_layout Subsection
20263 Bold Letters
20264 \begin_inset Index
20265 status collapsed
20266
20267 \begin_layout Plain Layout
20268 Greek letters ! bold
20269 \end_layout
20270
20271 \end_inset
20272
20273
20274 \end_layout
20275
20276 \begin_layout Standard
20277 Greek letters cannot be set with different font styles like Latin letters.
20278  They can only be made bold with the command 
20279 \series bold
20280
20281 \backslash
20282 boldsymbol
20283 \series default
20284
20285 \begin_inset Index
20286 status collapsed
20287
20288 \begin_layout Plain Layout
20289 Commands ! B ! 
20290 \backslash
20291 boldsymbol
20292 \end_layout
20293
20294 \end_inset
20295
20296 .
20297 \end_layout
20298
20299 \begin_layout Standard
20300 \align center
20301 \begin_inset Tabular
20302 <lyxtabular version="3" rows="3" columns="2">
20303 <features>
20304 <column alignment="center" valignment="top" width="0">
20305 <column alignment="center" valignment="top" width="0">
20306 <row>
20307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20308 \begin_inset Text
20309
20310 \begin_layout Plain Layout
20311 Command
20312 \end_layout
20313
20314 \end_inset
20315 </cell>
20316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20317 \begin_inset Text
20318
20319 \begin_layout Plain Layout
20320 Result
20321 \end_layout
20322
20323 \end_inset
20324 </cell>
20325 </row>
20326 <row>
20327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20328 \begin_inset Text
20329
20330 \begin_layout Plain Layout
20331
20332 \backslash
20333 Upsilon
20334 \backslash
20335 boldsymbol
20336 \backslash
20337 Upsilon
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20343 \begin_inset Text
20344
20345 \begin_layout Plain Layout
20346 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20347 \end_inset
20348
20349
20350 \end_layout
20351
20352 \end_inset
20353 </cell>
20354 </row>
20355 <row>
20356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20357 \begin_inset Text
20358
20359 \begin_layout Plain Layout
20360
20361 \backslash
20362 theta
20363 \backslash
20364 boldsymbol
20365 \backslash
20366 theta
20367 \end_layout
20368
20369 \end_inset
20370 </cell>
20371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20372 \begin_inset Text
20373
20374 \begin_layout Plain Layout
20375 \begin_inset Formula $\theta\boldsymbol{\theta}$
20376 \end_inset
20377
20378
20379 \end_layout
20380
20381 \end_inset
20382 </cell>
20383 </row>
20384 </lyxtabular>
20385
20386 \end_inset
20387
20388
20389 \end_layout
20390
20391 \begin_layout Section
20392 Symbols
20393 \begin_inset ERT
20394 status collapsed
20395
20396 \begin_layout Plain Layout
20397
20398
20399 \backslash
20400 texorpdfstring{
20401 \end_layout
20402
20403 \end_inset
20404
20405
20406 \begin_inset Foot
20407 status collapsed
20408
20409 \begin_layout Plain Layout
20410 A list with all symbols of most of the LaTeX-packages can be found in 
20411 \begin_inset CommandInset citation
20412 LatexCommand cite
20413 key "Symbole"
20414
20415 \end_inset
20416
20417 .
20418 \end_layout
20419
20420 \end_inset
20421
20422
20423 \begin_inset ERT
20424 status collapsed
20425
20426 \begin_layout Plain Layout
20427
20428 }{}
20429 \end_layout
20430
20431 \end_inset
20432
20433
20434 \begin_inset Note Note
20435 status collapsed
20436
20437 \begin_layout Plain Layout
20438
20439 \backslash
20440 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20441 \end_layout
20442
20443 \begin_layout Plain Layout
20444 More about 
20445 \backslash
20446 texorpdfstring is in section 
20447 \begin_inset CommandInset ref
20448 LatexCommand ref
20449 reference "sub:Formulas-in-Section"
20450
20451 \end_inset
20452
20453 .
20454 \end_layout
20455
20456 \end_inset
20457
20458
20459 \begin_inset Index
20460 status collapsed
20461
20462 \begin_layout Plain Layout
20463 Symbols
20464 \end_layout
20465
20466 \end_inset
20467
20468
20469 \end_layout
20470
20471 \begin_layout Standard
20472 Many of the symbols listed in this section can also be inserted via the
20473  toolbar buttons 
20474 \begin_inset Graphics
20475         filename ../images/math/nabla.png
20476         embed ""
20477         scale 85
20478
20479 \end_inset
20480
20481  and 
20482 \begin_inset Graphics
20483         filename ../images/math/digamma.png
20484         embed ""
20485         scale 85
20486
20487 \end_inset
20488
20489 .
20490 \end_layout
20491
20492 \begin_layout Subsection
20493 Mathematical Symbols
20494 \begin_inset CommandInset label
20495 LatexCommand label
20496 name "sub:Mathematical-Symbols"
20497
20498 \end_inset
20499
20500
20501 \begin_inset Index
20502 status collapsed
20503
20504 \begin_layout Plain Layout
20505 Symbols ! mathematical
20506 \end_layout
20507
20508 \end_inset
20509
20510
20511 \end_layout
20512
20513 \begin_layout Standard
20514 \begin_inset Space \hfill{}
20515 \end_inset
20516
20517
20518 \begin_inset Tabular
20519 <lyxtabular version="3" rows="10" columns="2">
20520 <features>
20521 <column alignment="center" valignment="top" width="0pt">
20522 <column alignment="center" valignment="top" width="0pt">
20523 <row>
20524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528 Command
20529 \end_layout
20530
20531 \end_inset
20532 </cell>
20533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20534 \begin_inset Text
20535
20536 \begin_layout Plain Layout
20537 Result
20538 \end_layout
20539
20540 \end_inset
20541 </cell>
20542 </row>
20543 <row>
20544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20545 \begin_inset Text
20546
20547 \begin_layout Plain Layout
20548
20549 \backslash
20550 neg
20551 \end_layout
20552
20553 \end_inset
20554 </cell>
20555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559 \begin_inset Formula $\neg$
20560 \end_inset
20561
20562
20563 \end_layout
20564
20565 \end_inset
20566 </cell>
20567 </row>
20568 <row>
20569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20570 \begin_inset Text
20571
20572 \begin_layout Plain Layout
20573
20574 \backslash
20575 Im
20576 \end_layout
20577
20578 \end_inset
20579 </cell>
20580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20581 \begin_inset Text
20582
20583 \begin_layout Plain Layout
20584 \begin_inset Formula $\Im$
20585 \end_inset
20586
20587
20588 \end_layout
20589
20590 \end_inset
20591 </cell>
20592 </row>
20593 <row>
20594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20595 \begin_inset Text
20596
20597 \begin_layout Plain Layout
20598
20599 \backslash
20600 Re
20601 \end_layout
20602
20603 \end_inset
20604 </cell>
20605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20606 \begin_inset Text
20607
20608 \begin_layout Plain Layout
20609 \begin_inset Formula $\Re$
20610 \end_inset
20611
20612
20613 \end_layout
20614
20615 \end_inset
20616 </cell>
20617 </row>
20618 <row>
20619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20620 \begin_inset Text
20621
20622 \begin_layout Plain Layout
20623
20624 \backslash
20625 aleph
20626 \end_layout
20627
20628 \end_inset
20629 </cell>
20630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20631 \begin_inset Text
20632
20633 \begin_layout Plain Layout
20634 \begin_inset Formula $\aleph$
20635 \end_inset
20636
20637
20638 \end_layout
20639
20640 \end_inset
20641 </cell>
20642 </row>
20643 <row>
20644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20645 \begin_inset Text
20646
20647 \begin_layout Plain Layout
20648
20649 \backslash
20650 partial
20651 \end_layout
20652
20653 \end_inset
20654 </cell>
20655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20656 \begin_inset Text
20657
20658 \begin_layout Plain Layout
20659 \begin_inset Formula $\partial$
20660 \end_inset
20661
20662
20663 \end_layout
20664
20665 \end_inset
20666 </cell>
20667 </row>
20668 <row>
20669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673
20674 \backslash
20675 infty
20676 \end_layout
20677
20678 \end_inset
20679 </cell>
20680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20681 \begin_inset Text
20682
20683 \begin_layout Plain Layout
20684 \begin_inset Formula $\infty$
20685 \end_inset
20686
20687
20688 \end_layout
20689
20690 \end_inset
20691 </cell>
20692 </row>
20693 <row>
20694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20695 \begin_inset Text
20696
20697 \begin_layout Plain Layout
20698
20699 \backslash
20700 wp
20701 \end_layout
20702
20703 \end_inset
20704 </cell>
20705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20706 \begin_inset Text
20707
20708 \begin_layout Plain Layout
20709 \begin_inset Formula $\wp$
20710 \end_inset
20711
20712
20713 \end_layout
20714
20715 \end_inset
20716 </cell>
20717 </row>
20718 <row>
20719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20720 \begin_inset Text
20721
20722 \begin_layout Plain Layout
20723
20724 \backslash
20725 imath
20726 \end_layout
20727
20728 \end_inset
20729 </cell>
20730 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20731 \begin_inset Text
20732
20733 \begin_layout Plain Layout
20734 \begin_inset Formula $\imath$
20735 \end_inset
20736
20737
20738 \end_layout
20739
20740 \end_inset
20741 </cell>
20742 </row>
20743 <row>
20744 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748
20749 \backslash
20750 jmath
20751 \end_layout
20752
20753 \end_inset
20754 </cell>
20755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20756 \begin_inset Text
20757
20758 \begin_layout Plain Layout
20759 \begin_inset Formula $\jmath$
20760 \end_inset
20761
20762
20763 \end_layout
20764
20765 \end_inset
20766 </cell>
20767 </row>
20768 </lyxtabular>
20769
20770 \end_inset
20771
20772
20773 \begin_inset Space \hfill{}
20774 \end_inset
20775
20776
20777 \begin_inset Tabular
20778 <lyxtabular version="3" rows="10" columns="2">
20779 <features>
20780 <column alignment="center" valignment="top" width="0pt">
20781 <column alignment="center" valignment="top" width="0pt">
20782 <row>
20783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20784 \begin_inset Text
20785
20786 \begin_layout Plain Layout
20787 Command
20788 \end_layout
20789
20790 \end_inset
20791 </cell>
20792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20793 \begin_inset Text
20794
20795 \begin_layout Plain Layout
20796 Result
20797 \begin_inset Note Note
20798 status collapsed
20799
20800 \begin_layout Plain Layout
20801
20802 \series bold
20803
20804 \backslash
20805 raisebox
20806 \series default
20807  is only used as spacer.
20808 \end_layout
20809
20810 \end_inset
20811
20812
20813 \end_layout
20814
20815 \end_inset
20816 </cell>
20817 </row>
20818 <row>
20819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20820 \begin_inset Text
20821
20822 \begin_layout Plain Layout
20823
20824 \backslash
20825 forall
20826 \end_layout
20827
20828 \end_inset
20829 </cell>
20830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20831 \begin_inset Text
20832
20833 \begin_layout Plain Layout
20834 \begin_inset Formula $\forall$
20835 \end_inset
20836
20837
20838 \end_layout
20839
20840 \end_inset
20841 </cell>
20842 </row>
20843 <row>
20844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20845 \begin_inset Text
20846
20847 \begin_layout Plain Layout
20848
20849 \backslash
20850 exists
20851 \end_layout
20852
20853 \end_inset
20854 </cell>
20855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Plain Layout
20859 \begin_inset Formula $\exists$
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \end_inset
20866 </cell>
20867 </row>
20868 <row>
20869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20870 \begin_inset Text
20871
20872 \begin_layout Plain Layout
20873
20874 \backslash
20875 nexists
20876 \end_layout
20877
20878 \end_inset
20879 </cell>
20880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20881 \begin_inset Text
20882
20883 \begin_layout Plain Layout
20884 \begin_inset Formula $\nexists$
20885 \end_inset
20886
20887
20888 \end_layout
20889
20890 \end_inset
20891 </cell>
20892 </row>
20893 <row>
20894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20895 \begin_inset Text
20896
20897 \begin_layout Plain Layout
20898
20899 \backslash
20900 emptyset
20901 \end_layout
20902
20903 \end_inset
20904 </cell>
20905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20906 \begin_inset Text
20907
20908 \begin_layout Plain Layout
20909 \begin_inset Formula $\emptyset$
20910 \end_inset
20911
20912
20913 \end_layout
20914
20915 \end_inset
20916 </cell>
20917 </row>
20918 <row>
20919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20920 \begin_inset Text
20921
20922 \begin_layout Plain Layout
20923
20924 \backslash
20925 varnothing
20926 \end_layout
20927
20928 \end_inset
20929 </cell>
20930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20931 \begin_inset Text
20932
20933 \begin_layout Plain Layout
20934 \begin_inset Formula $\varnothing$
20935 \end_inset
20936
20937
20938 \end_layout
20939
20940 \end_inset
20941 </cell>
20942 </row>
20943 <row>
20944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Plain Layout
20948
20949 \backslash
20950 dag
20951 \end_layout
20952
20953 \end_inset
20954 </cell>
20955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20956 \begin_inset Text
20957
20958 \begin_layout Plain Layout
20959 \begin_inset Formula $\dag $
20960 \end_inset
20961
20962
20963 \end_layout
20964
20965 \end_inset
20966 </cell>
20967 </row>
20968 <row>
20969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20970 \begin_inset Text
20971
20972 \begin_layout Plain Layout
20973
20974 \backslash
20975 ddag
20976 \end_layout
20977
20978 \end_inset
20979 </cell>
20980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20981 \begin_inset Text
20982
20983 \begin_layout Plain Layout
20984 \begin_inset Formula $\ddag $
20985 \end_inset
20986
20987
20988 \end_layout
20989
20990 \end_inset
20991 </cell>
20992 </row>
20993 <row>
20994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20995 \begin_inset Text
20996
20997 \begin_layout Plain Layout
20998
20999 \backslash
21000 complement
21001 \end_layout
21002
21003 \end_inset
21004 </cell>
21005 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21006 \begin_inset Text
21007
21008 \begin_layout Plain Layout
21009 \begin_inset ERT
21010 status collapsed
21011
21012 \begin_layout Plain Layout
21013
21014
21015 \backslash
21016 raisebox{-0.8mm}{
21017 \end_layout
21018
21019 \end_inset
21020
21021
21022 \begin_inset Formula $\complement$
21023 \end_inset
21024
21025
21026 \begin_inset ERT
21027 status collapsed
21028
21029 \begin_layout Plain Layout
21030
21031 }
21032 \end_layout
21033
21034 \end_inset
21035
21036
21037 \end_layout
21038
21039 \end_inset
21040 </cell>
21041 </row>
21042 <row>
21043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21044 \begin_inset Text
21045
21046 \begin_layout Plain Layout
21047
21048 \backslash
21049 Bbbk
21050 \end_layout
21051
21052 \end_inset
21053 </cell>
21054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21055 \begin_inset Text
21056
21057 \begin_layout Plain Layout
21058 \begin_inset Formula $\Bbbk$
21059 \end_inset
21060
21061
21062 \end_layout
21063
21064 \end_inset
21065 </cell>
21066 </row>
21067 </lyxtabular>
21068
21069 \end_inset
21070
21071
21072 \begin_inset Space \hfill{}
21073 \end_inset
21074
21075
21076 \begin_inset Tabular
21077 <lyxtabular version="3" rows="10" columns="2">
21078 <features>
21079 <column alignment="center" valignment="top" width="0pt">
21080 <column alignment="center" valignment="top" width="0pt">
21081 <row>
21082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21083 \begin_inset Text
21084
21085 \begin_layout Plain Layout
21086 Command
21087 \end_layout
21088
21089 \end_inset
21090 </cell>
21091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21092 \begin_inset Text
21093
21094 \begin_layout Plain Layout
21095 Result
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 </row>
21101 <row>
21102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21103 \begin_inset Text
21104
21105 \begin_layout Plain Layout
21106
21107 \backslash
21108 prime
21109 \end_layout
21110
21111 \end_inset
21112 </cell>
21113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21114 \begin_inset Text
21115
21116 \begin_layout Plain Layout
21117 \begin_inset Formula $\prime$
21118 \end_inset
21119
21120
21121 \end_layout
21122
21123 \end_inset
21124 </cell>
21125 </row>
21126 <row>
21127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131
21132 \backslash
21133 backprime
21134 \end_layout
21135
21136 \end_inset
21137 </cell>
21138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21139 \begin_inset Text
21140
21141 \begin_layout Plain Layout
21142 \begin_inset Formula $\backprime$
21143 \end_inset
21144
21145
21146 \end_layout
21147
21148 \end_inset
21149 </cell>
21150 </row>
21151 <row>
21152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21153 \begin_inset Text
21154
21155 \begin_layout Plain Layout
21156
21157 \backslash
21158 mho
21159 \end_layout
21160
21161 \end_inset
21162 </cell>
21163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21164 \begin_inset Text
21165
21166 \begin_layout Plain Layout
21167 \begin_inset Formula $\mho$
21168 \end_inset
21169
21170
21171 \end_layout
21172
21173 \end_inset
21174 </cell>
21175 </row>
21176 <row>
21177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21178 \begin_inset Text
21179
21180 \begin_layout Plain Layout
21181
21182 \backslash
21183 triangle
21184 \end_layout
21185
21186 \end_inset
21187 </cell>
21188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21189 \begin_inset Text
21190
21191 \begin_layout Plain Layout
21192 \begin_inset Formula $\triangle$
21193 \end_inset
21194
21195
21196 \end_layout
21197
21198 \end_inset
21199 </cell>
21200 </row>
21201 <row>
21202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21203 \begin_inset Text
21204
21205 \begin_layout Plain Layout
21206
21207 \backslash
21208 angle
21209 \end_layout
21210
21211 \end_inset
21212 </cell>
21213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217 \begin_inset Formula $\angle$
21218 \end_inset
21219
21220
21221 \end_layout
21222
21223 \end_inset
21224 </cell>
21225 </row>
21226 <row>
21227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21228 \begin_inset Text
21229
21230 \begin_layout Plain Layout
21231
21232 \backslash
21233 measuredangle
21234 \end_layout
21235
21236 \end_inset
21237 </cell>
21238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21239 \begin_inset Text
21240
21241 \begin_layout Plain Layout
21242 \begin_inset Formula $\measuredangle$
21243 \end_inset
21244
21245
21246 \end_layout
21247
21248 \end_inset
21249 </cell>
21250 </row>
21251 <row>
21252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21253 \begin_inset Text
21254
21255 \begin_layout Plain Layout
21256
21257 \backslash
21258 sphericalangle
21259 \end_layout
21260
21261 \end_inset
21262 </cell>
21263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21264 \begin_inset Text
21265
21266 \begin_layout Plain Layout
21267 \begin_inset Formula $\sphericalangle$
21268 \end_inset
21269
21270
21271 \end_layout
21272
21273 \end_inset
21274 </cell>
21275 </row>
21276 <row>
21277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21278 \begin_inset Text
21279
21280 \begin_layout Plain Layout
21281
21282 \backslash
21283 top
21284 \end_layout
21285
21286 \end_inset
21287 </cell>
21288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21289 \begin_inset Text
21290
21291 \begin_layout Plain Layout
21292 \begin_inset Formula $\top$
21293 \end_inset
21294
21295
21296 \end_layout
21297
21298 \end_inset
21299 </cell>
21300 </row>
21301 <row>
21302 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21303 \begin_inset Text
21304
21305 \begin_layout Plain Layout
21306
21307 \backslash
21308 bot
21309 \end_layout
21310
21311 \end_inset
21312 </cell>
21313 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21314 \begin_inset Text
21315
21316 \begin_layout Plain Layout
21317 \begin_inset Formula $\bot$
21318 \end_inset
21319
21320
21321 \end_layout
21322
21323 \end_inset
21324 </cell>
21325 </row>
21326 </lyxtabular>
21327
21328 \end_inset
21329
21330
21331 \begin_inset Space \hfill{}
21332 \end_inset
21333
21334
21335 \end_layout
21336
21337 \begin_layout Standard
21338 \begin_inset Newpage newpage
21339 \end_inset
21340
21341
21342 \end_layout
21343
21344 \begin_layout Subsection
21345 Miscellaneous Symbols
21346 \begin_inset CommandInset label
21347 LatexCommand label
21348 name "sub:Miscellaneous-Symbols"
21349
21350 \end_inset
21351
21352
21353 \begin_inset Index
21354 status collapsed
21355
21356 \begin_layout Plain Layout
21357 Symbols ! miscellaneous
21358 \end_layout
21359
21360 \end_inset
21361
21362
21363 \end_layout
21364
21365 \begin_layout Standard
21366 \noindent
21367 \align center
21368 \begin_inset Tabular
21369 <lyxtabular version="3" rows="10" columns="2">
21370 <features>
21371 <column alignment="center" valignment="top" width="0pt">
21372 <column alignment="center" valignment="top" width="0pt">
21373 <row>
21374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378 Command
21379 \end_layout
21380
21381 \end_inset
21382 </cell>
21383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387 Result
21388 \end_layout
21389
21390 \end_inset
21391 </cell>
21392 </row>
21393 <row>
21394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21395 \begin_inset Text
21396
21397 \begin_layout Plain Layout
21398
21399 \backslash
21400 flat
21401 \end_layout
21402
21403 \end_inset
21404 </cell>
21405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Plain Layout
21409 \begin_inset Formula $\flat$
21410 \end_inset
21411
21412
21413 \end_layout
21414
21415 \end_inset
21416 </cell>
21417 </row>
21418 <row>
21419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21420 \begin_inset Text
21421
21422 \begin_layout Plain Layout
21423
21424 \backslash
21425 natural
21426 \end_layout
21427
21428 \end_inset
21429 </cell>
21430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21431 \begin_inset Text
21432
21433 \begin_layout Plain Layout
21434 \begin_inset Formula $\natural$
21435 \end_inset
21436
21437
21438 \end_layout
21439
21440 \end_inset
21441 </cell>
21442 </row>
21443 <row>
21444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448
21449 \backslash
21450 sharp
21451 \end_layout
21452
21453 \end_inset
21454 </cell>
21455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459 \begin_inset Formula $\sharp$
21460 \end_inset
21461
21462
21463 \end_layout
21464
21465 \end_inset
21466 </cell>
21467 </row>
21468 <row>
21469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21470 \begin_inset Text
21471
21472 \begin_layout Plain Layout
21473
21474 \backslash
21475 surd
21476 \end_layout
21477
21478 \end_inset
21479 </cell>
21480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21481 \begin_inset Text
21482
21483 \begin_layout Plain Layout
21484 \begin_inset Formula $\surd$
21485 \end_inset
21486
21487
21488 \end_layout
21489
21490 \end_inset
21491 </cell>
21492 </row>
21493 <row>
21494 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21495 \begin_inset Text
21496
21497 \begin_layout Plain Layout
21498
21499 \backslash
21500 checkmark
21501 \end_layout
21502
21503 \end_inset
21504 </cell>
21505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21506 \begin_inset Text
21507
21508 \begin_layout Plain Layout
21509 \begin_inset Formula $\checkmark$
21510 \end_inset
21511
21512
21513 \end_layout
21514
21515 \end_inset
21516 </cell>
21517 </row>
21518 <row>
21519 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21520 \begin_inset Text
21521
21522 \begin_layout Plain Layout
21523
21524 \backslash
21525 yen
21526 \end_layout
21527
21528 \end_inset
21529 </cell>
21530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21531 \begin_inset Text
21532
21533 \begin_layout Plain Layout
21534 \begin_inset Formula $\yen$
21535 \end_inset
21536
21537
21538 \end_layout
21539
21540 \end_inset
21541 </cell>
21542 </row>
21543 <row>
21544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21545 \begin_inset Text
21546
21547 \begin_layout Plain Layout
21548
21549 \backslash
21550 pounds
21551 \end_layout
21552
21553 \end_inset
21554 </cell>
21555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21556 \begin_inset Text
21557
21558 \begin_layout Plain Layout
21559 \begin_inset Formula $\pounds $
21560 \end_inset
21561
21562
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 </row>
21568 <row>
21569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21570 \begin_inset Text
21571
21572 \begin_layout Plain Layout
21573 $
21574 \end_layout
21575
21576 \end_inset
21577 </cell>
21578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Plain Layout
21582 \begin_inset Formula $\$$
21583 \end_inset
21584
21585
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 </row>
21591 <row>
21592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21593 \begin_inset Text
21594
21595 \begin_layout Plain Layout
21596 §
21597 \end_layout
21598
21599 \end_inset
21600 </cell>
21601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21602 \begin_inset Text
21603
21604 \begin_layout Plain Layout
21605 \begin_inset Formula $§$
21606 \end_inset
21607
21608
21609 \end_layout
21610
21611 \end_inset
21612 </cell>
21613 </row>
21614 </lyxtabular>
21615
21616 \end_inset
21617
21618
21619 \begin_inset Tabular
21620 <lyxtabular version="3" rows="10" columns="2">
21621 <features>
21622 <column alignment="center" valignment="top" width="0">
21623 <column alignment="center" valignment="top" width="0">
21624 <row>
21625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21626 \begin_inset Text
21627
21628 \begin_layout Plain Layout
21629 Command
21630 \end_layout
21631
21632 \end_inset
21633 </cell>
21634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21635 \begin_inset Text
21636
21637 \begin_layout Plain Layout
21638 Result
21639 \end_layout
21640
21641 \end_inset
21642 </cell>
21643 </row>
21644 <row>
21645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21646 \begin_inset Text
21647
21648 \begin_layout Plain Layout
21649
21650 \backslash
21651 hbar
21652 \end_layout
21653
21654 \end_inset
21655 </cell>
21656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21657 \begin_inset Text
21658
21659 \begin_layout Plain Layout
21660 \begin_inset Formula $\hbar$
21661 \end_inset
21662
21663
21664 \end_layout
21665
21666 \end_inset
21667 </cell>
21668 </row>
21669 <row>
21670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21671 \begin_inset Text
21672
21673 \begin_layout Plain Layout
21674
21675 \backslash
21676 hslash
21677 \end_layout
21678
21679 \end_inset
21680 </cell>
21681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21682 \begin_inset Text
21683
21684 \begin_layout Plain Layout
21685 \begin_inset Formula $\hslash$
21686 \end_inset
21687
21688
21689 \end_layout
21690
21691 \end_inset
21692 </cell>
21693 </row>
21694 <row>
21695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21696 \begin_inset Text
21697
21698 \begin_layout Plain Layout
21699
21700 \backslash
21701 clubsuit
21702 \end_layout
21703
21704 \end_inset
21705 </cell>
21706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21707 \begin_inset Text
21708
21709 \begin_layout Plain Layout
21710 \begin_inset Formula $\clubsuit$
21711 \end_inset
21712
21713
21714 \end_layout
21715
21716 \end_inset
21717 </cell>
21718 </row>
21719 <row>
21720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21721 \begin_inset Text
21722
21723 \begin_layout Plain Layout
21724
21725 \backslash
21726 spadesuit
21727 \end_layout
21728
21729 \end_inset
21730 </cell>
21731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21732 \begin_inset Text
21733
21734 \begin_layout Plain Layout
21735 \begin_inset Formula $\spadesuit$
21736 \end_inset
21737
21738
21739 \end_layout
21740
21741 \end_inset
21742 </cell>
21743 </row>
21744 <row>
21745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21746 \begin_inset Text
21747
21748 \begin_layout Plain Layout
21749
21750 \backslash
21751 bigstar
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21757 \begin_inset Text
21758
21759 \begin_layout Plain Layout
21760 \begin_inset Formula $\bigstar$
21761 \end_inset
21762
21763
21764 \end_layout
21765
21766 \end_inset
21767 </cell>
21768 </row>
21769 <row>
21770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21771 \begin_inset Text
21772
21773 \begin_layout Plain Layout
21774
21775 \backslash
21776 blacklozenge
21777 \end_layout
21778
21779 \end_inset
21780 </cell>
21781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21782 \begin_inset Text
21783
21784 \begin_layout Plain Layout
21785 \begin_inset Formula $\blacklozenge$
21786 \end_inset
21787
21788
21789 \end_layout
21790
21791 \end_inset
21792 </cell>
21793 </row>
21794 <row>
21795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799
21800 \backslash
21801 blacktriangle
21802 \end_layout
21803
21804 \end_inset
21805 </cell>
21806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21807 \begin_inset Text
21808
21809 \begin_layout Plain Layout
21810 \begin_inset Formula $\blacktriangle$
21811 \end_inset
21812
21813
21814 \end_layout
21815
21816 \end_inset
21817 </cell>
21818 </row>
21819 <row>
21820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21821 \begin_inset Text
21822
21823 \begin_layout Plain Layout
21824
21825 \backslash
21826 blacktiangledown
21827 \end_layout
21828
21829 \end_inset
21830 </cell>
21831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21832 \begin_inset Text
21833
21834 \begin_layout Plain Layout
21835 \begin_inset Formula $\blacktriangledown$
21836 \end_inset
21837
21838
21839 \end_layout
21840
21841 \end_inset
21842 </cell>
21843 </row>
21844 <row>
21845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849
21850 \backslash
21851 bullet
21852 \end_layout
21853
21854 \end_inset
21855 </cell>
21856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860 \begin_inset Formula $\bullet$
21861 \end_inset
21862
21863
21864 \end_layout
21865
21866 \end_inset
21867 </cell>
21868 </row>
21869 </lyxtabular>
21870
21871 \end_inset
21872
21873
21874 \begin_inset Tabular
21875 <lyxtabular version="3" rows="10" columns="2">
21876 <features>
21877 <column alignment="center" valignment="top" width="0pt">
21878 <column alignment="center" valignment="top" width="0pt">
21879 <row>
21880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21881 \begin_inset Text
21882
21883 \begin_layout Plain Layout
21884 Command
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21890 \begin_inset Text
21891
21892 \begin_layout Plain Layout
21893 Result
21894 \end_layout
21895
21896 \end_inset
21897 </cell>
21898 </row>
21899 <row>
21900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21901 \begin_inset Text
21902
21903 \begin_layout Plain Layout
21904
21905 \backslash
21906 diamondsuit
21907 \end_layout
21908
21909 \end_inset
21910 </cell>
21911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21912 \begin_inset Text
21913
21914 \begin_layout Plain Layout
21915 \begin_inset Formula $\diamondsuit$
21916 \end_inset
21917
21918
21919 \end_layout
21920
21921 \end_inset
21922 </cell>
21923 </row>
21924 <row>
21925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21926 \begin_inset Text
21927
21928 \begin_layout Plain Layout
21929
21930 \backslash
21931 Diamond
21932 \end_layout
21933
21934 \end_inset
21935 </cell>
21936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21937 \begin_inset Text
21938
21939 \begin_layout Plain Layout
21940 \begin_inset Formula $\Diamond$
21941 \end_inset
21942
21943
21944 \end_layout
21945
21946 \end_inset
21947 </cell>
21948 </row>
21949 <row>
21950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21951 \begin_inset Text
21952
21953 \begin_layout Plain Layout
21954
21955 \backslash
21956 heartsuit
21957 \end_layout
21958
21959 \end_inset
21960 </cell>
21961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21962 \begin_inset Text
21963
21964 \begin_layout Plain Layout
21965 \begin_inset Formula $\heartsuit$
21966 \end_inset
21967
21968
21969 \end_layout
21970
21971 \end_inset
21972 </cell>
21973 </row>
21974 <row>
21975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21976 \begin_inset Text
21977
21978 \begin_layout Plain Layout
21979
21980 \backslash
21981 P
21982 \end_layout
21983
21984 \end_inset
21985 </cell>
21986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21987 \begin_inset Text
21988
21989 \begin_layout Plain Layout
21990 \begin_inset Formula $\P $
21991 \end_inset
21992
21993
21994 \end_layout
21995
21996 \end_inset
21997 </cell>
21998 </row>
21999 <row>
22000 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22001 \begin_inset Text
22002
22003 \begin_layout Plain Layout
22004
22005 \backslash
22006 copyright
22007 \end_layout
22008
22009 \end_inset
22010 </cell>
22011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22012 \begin_inset Text
22013
22014 \begin_layout Plain Layout
22015 \begin_inset Formula $\copyright $
22016 \end_inset
22017
22018
22019 \end_layout
22020
22021 \end_inset
22022 </cell>
22023 </row>
22024 <row>
22025 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22026 \begin_inset Text
22027
22028 \begin_layout Plain Layout
22029
22030 \backslash
22031 circledR
22032 \end_layout
22033
22034 \end_inset
22035 </cell>
22036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040 \begin_inset Formula $\circledR$
22041 \end_inset
22042
22043
22044 \end_layout
22045
22046 \end_inset
22047 </cell>
22048 </row>
22049 <row>
22050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22051 \begin_inset Text
22052
22053 \begin_layout Plain Layout
22054
22055 \backslash
22056 maltese
22057 \end_layout
22058
22059 \end_inset
22060 </cell>
22061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22062 \begin_inset Text
22063
22064 \begin_layout Plain Layout
22065 \begin_inset Formula $\maltese$
22066 \end_inset
22067
22068
22069 \end_layout
22070
22071 \end_inset
22072 </cell>
22073 </row>
22074 <row>
22075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22076 \begin_inset Text
22077
22078 \begin_layout Plain Layout
22079
22080 \backslash
22081 diagup
22082 \end_layout
22083
22084 \end_inset
22085 </cell>
22086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22087 \begin_inset Text
22088
22089 \begin_layout Plain Layout
22090 \begin_inset Formula $\diagup$
22091 \end_inset
22092
22093
22094 \end_layout
22095
22096 \end_inset
22097 </cell>
22098 </row>
22099 <row>
22100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104
22105 \backslash
22106 diagdown
22107 \end_layout
22108
22109 \end_inset
22110 </cell>
22111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22112 \begin_inset Text
22113
22114 \begin_layout Plain Layout
22115 \begin_inset Formula $\diagdown$
22116 \end_inset
22117
22118
22119 \end_layout
22120
22121 \end_inset
22122 </cell>
22123 </row>
22124 </lyxtabular>
22125
22126 \end_inset
22127
22128
22129 \end_layout
22130
22131 \begin_layout Standard
22132 \begin_inset VSpace medskip
22133 \end_inset
22134
22135 More symbols are listed in 
22136 \begin_inset CommandInset ref
22137 LatexCommand ref
22138 reference "sub:Miscellaneous-Special-Characters"
22139
22140 \end_inset
22141
22142 .
22143 \end_layout
22144
22145 \begin_layout Standard
22146 Some symbols can be displayed in different sizes, see 
22147 \begin_inset CommandInset ref
22148 LatexCommand ref
22149 reference "sub:Font-Sizes"
22150
22151 \end_inset
22152
22153 .
22154 \end_layout
22155
22156 \begin_layout Subsection
22157 The Euro-Symbol €
22158 \begin_inset Index
22159 status collapsed
22160
22161 \begin_layout Plain Layout
22162 Symbols ! Euro-symbol
22163 \end_layout
22164
22165 \end_inset
22166
22167
22168 \begin_inset Index
22169 status collapsed
22170
22171 \begin_layout Plain Layout
22172 \begin_inset ERT
22173 status collapsed
22174
22175 \begin_layout Plain Layout
22176
22177
22178 \backslash
22179 textcent
22180 \end_layout
22181
22182 \end_inset
22183
22184 @
22185 \begin_inset ERT
22186 status collapsed
22187
22188 \begin_layout Plain Layout
22189
22190
22191 \backslash
22192 officialeuro
22193 \end_layout
22194
22195 \end_inset
22196
22197
22198 \end_layout
22199
22200 \end_inset
22201
22202
22203 \end_layout
22204
22205 \begin_layout Standard
22206 To use the Euro symbol in formulas, the LaTeX-package 
22207 \series bold
22208 eurosym
22209 \series default
22210
22211 \begin_inset Index
22212 status collapsed
22213
22214 \begin_layout Plain Layout
22215 Packages ! eurosym
22216 \end_layout
22217
22218 \end_inset
22219
22220  must be installed and loaded with the LaTeX-preamble line
22221 \end_layout
22222
22223 \begin_layout Standard
22224
22225 \series bold
22226
22227 \backslash
22228 usepackage[gennarrow]{eurosym}
22229 \end_layout
22230
22231 \begin_layout Standard
22232 The Euro symbol can now be inserted with the command 
22233 \series bold
22234
22235 \backslash
22236 euro
22237 \series default
22238
22239 \begin_inset Index
22240 status collapsed
22241
22242 \begin_layout Plain Layout
22243 Commands ! E ! 
22244 \backslash
22245 euro
22246 \end_layout
22247
22248 \end_inset
22249
22250 .
22251 \end_layout
22252
22253 \begin_layout Standard
22254 The Euro symbol can directly be inserted with the € key in mathematical
22255  text, without having 
22256 \series bold
22257 eurosym
22258 \series default
22259  installed.
22260  When 
22261 \series bold
22262 eurosym
22263 \series default
22264  is installed, 
22265 \series bold
22266
22267 \backslash
22268 euro
22269 \series default
22270  can also be inserted in TeX-mode.
22271  The official currency symbol can then be inserted with the command 
22272 \series bold
22273
22274 \backslash
22275 officialeuro
22276 \series default
22277
22278 \begin_inset Index
22279 status collapsed
22280
22281 \begin_layout Plain Layout
22282 Commands ! O ! 
22283 \backslash
22284 officialeuro
22285 \end_layout
22286
22287 \end_inset
22288
22289 , that is only available in TeX-mode.
22290 \end_layout
22291
22292 \begin_layout Standard
22293 \begin_inset ERT
22294 status collapsed
22295
22296 \begin_layout Plain Layout
22297
22298
22299 \backslash
22300 ifeurosym 
22301 \end_layout
22302
22303 \end_inset
22304
22305
22306 \begin_inset Note Note
22307 status open
22308
22309 \begin_layout Plain Layout
22310 The following table will only be displayed when the LaTeX-package 
22311 \series bold
22312 eurosym
22313 \series default
22314  is installed.
22315 \end_layout
22316
22317 \end_inset
22318
22319
22320 \end_layout
22321
22322 \begin_layout Standard
22323 An overview about the different Euro symbols:
22324 \end_layout
22325
22326 \begin_layout Standard
22327 \align center
22328 \begin_inset Tabular
22329 <lyxtabular version="3" rows="4" columns="3">
22330 <features>
22331 <column alignment="center" valignment="top" width="0pt">
22332 <column alignment="center" valignment="top" width="0pt">
22333 <column alignment="center" valignment="top" width="0pt">
22334 <row>
22335 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22336 \begin_inset Text
22337
22338 \begin_layout Plain Layout
22339
22340 \end_layout
22341
22342 \end_inset
22343 </cell>
22344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22345 \begin_inset Text
22346
22347 \begin_layout Plain Layout
22348 Command 
22349 \end_layout
22350
22351 \end_inset
22352 </cell>
22353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22354 \begin_inset Text
22355
22356 \begin_layout Plain Layout
22357 Result
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 </row>
22363 <row>
22364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Plain Layout
22368 formula
22369 \end_layout
22370
22371 \end_inset
22372 </cell>
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 euro
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 $\euro $
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 mathematical text
22403 \end_layout
22404
22405 \end_inset
22406 </cell>
22407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22408 \begin_inset Text
22409
22410 \begin_layout Plain Layout
22411
22412 \end_layout
22413
22414 \end_inset
22415 </cell>
22416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22417 \begin_inset Text
22418
22419 \begin_layout Plain Layout
22420 \begin_inset Formula $\mbox{€}$
22421 \end_inset
22422
22423
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 </row>
22429 <row>
22430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22431 \begin_inset Text
22432
22433 \begin_layout Plain Layout
22434 TeX-mode
22435 \end_layout
22436
22437 \end_inset
22438 </cell>
22439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22440 \begin_inset Text
22441
22442 \begin_layout Plain Layout
22443
22444 \backslash
22445 officialeuro
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Plain Layout
22454 \begin_inset ERT
22455 status collapsed
22456
22457 \begin_layout Plain Layout
22458
22459
22460 \backslash
22461 officialeuro
22462 \end_layout
22463
22464 \end_inset
22465
22466
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 </row>
22472 </lyxtabular>
22473
22474 \end_inset
22475
22476
22477 \end_layout
22478
22479 \begin_layout Standard
22480 \begin_inset ERT
22481 status collapsed
22482
22483 \begin_layout Plain Layout
22484
22485
22486 \backslash
22487 else 
22488 \end_layout
22489
22490 \end_inset
22491
22492
22493 \begin_inset Note Note
22494 status open
22495
22496 \begin_layout Plain Layout
22497 The following will be displayed when the LaTeX-package 
22498 \series bold
22499 eurosym
22500 \series default
22501  is not installed:
22502 \end_layout
22503
22504 \end_inset
22505
22506
22507 \end_layout
22508
22509 \begin_layout Standard
22510 You need to install the LaTeX-package 
22511 \series bold
22512 eurosym
22513 \series default
22514  to see the rest of this subsection in the output.
22515 \end_layout
22516
22517 \begin_layout Standard
22518 \begin_inset ERT
22519 status collapsed
22520
22521 \begin_layout Plain Layout
22522
22523
22524 \backslash
22525 fi 
22526 \end_layout
22527
22528 \end_inset
22529
22530
22531 \end_layout
22532
22533 \begin_layout Section
22534 Relations
22535 \begin_inset CommandInset label
22536 LatexCommand label
22537 name "sec:Relations"
22538
22539 \end_inset
22540
22541
22542 \begin_inset Index
22543 status collapsed
22544
22545 \begin_layout Plain Layout
22546 Relations
22547 \end_layout
22548
22549 \end_inset
22550
22551
22552 \begin_inset Index
22553 status collapsed
22554
22555 \begin_layout Plain Layout
22556 Comparisons|see
22557 \begin_inset ERT
22558 status collapsed
22559
22560 \begin_layout Plain Layout
22561
22562 {
22563 \end_layout
22564
22565 \end_inset
22566
22567 Relations
22568 \begin_inset ERT
22569 status collapsed
22570
22571 \begin_layout Plain Layout
22572
22573 }
22574 \end_layout
22575
22576 \end_inset
22577
22578
22579 \end_layout
22580
22581 \end_inset
22582
22583
22584 \end_layout
22585
22586 \begin_layout Standard
22587 All relations can also be inserted via the toolbar button 
22588 \begin_inset Graphics
22589         filename ../images/math/leq.png
22590         embed ""
22591         scale 85
22592
22593 \end_inset
22594
22595 .
22596 \end_layout
22597
22598 \begin_layout Standard
22599 \begin_inset Space \hfill{}
22600 \end_inset
22601
22602
22603 \begin_inset Tabular
22604 <lyxtabular version="3" rows="17" columns="2">
22605 <features>
22606 <column alignment="center" valignment="top" width="0pt">
22607 <column alignment="center" valignment="top" width="0pt">
22608 <row>
22609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22610 \begin_inset Text
22611
22612 \begin_layout Plain Layout
22613 Command
22614 \end_layout
22615
22616 \end_inset
22617 </cell>
22618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22619 \begin_inset Text
22620
22621 \begin_layout Plain Layout
22622 Result
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 </row>
22628 <row>
22629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22630 \begin_inset Text
22631
22632 \begin_layout Plain Layout
22633 <
22634 \end_layout
22635
22636 \end_inset
22637 </cell>
22638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22639 \begin_inset Text
22640
22641 \begin_layout Plain Layout
22642 \begin_inset Formula $<$
22643 \end_inset
22644
22645
22646 \end_layout
22647
22648 \end_inset
22649 </cell>
22650 </row>
22651 <row>
22652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22653 \begin_inset Text
22654
22655 \begin_layout Plain Layout
22656
22657 \backslash
22658 le
22659 \end_layout
22660
22661 \end_inset
22662 </cell>
22663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22664 \begin_inset Text
22665
22666 \begin_layout Plain Layout
22667 \begin_inset Formula $\le$
22668 \end_inset
22669
22670
22671 \end_layout
22672
22673 \end_inset
22674 </cell>
22675 </row>
22676 <row>
22677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22678 \begin_inset Text
22679
22680 \begin_layout Plain Layout
22681
22682 \backslash
22683 ll
22684 \end_layout
22685
22686 \end_inset
22687 </cell>
22688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22689 \begin_inset Text
22690
22691 \begin_layout Plain Layout
22692 \begin_inset Formula $\ll$
22693 \end_inset
22694
22695
22696 \end_layout
22697
22698 \end_inset
22699 </cell>
22700 </row>
22701 <row>
22702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22703 \begin_inset Text
22704
22705 \begin_layout Plain Layout
22706
22707 \backslash
22708 prec
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22714 \begin_inset Text
22715
22716 \begin_layout Plain Layout
22717 \begin_inset Formula $\prec$
22718 \end_inset
22719
22720
22721 \end_layout
22722
22723 \end_inset
22724 </cell>
22725 </row>
22726 <row>
22727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22728 \begin_inset Text
22729
22730 \begin_layout Plain Layout
22731
22732 \backslash
22733 preceq
22734 \end_layout
22735
22736 \end_inset
22737 </cell>
22738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22739 \begin_inset Text
22740
22741 \begin_layout Plain Layout
22742 \begin_inset Formula $\preceq$
22743 \end_inset
22744
22745
22746 \end_layout
22747
22748 \end_inset
22749 </cell>
22750 </row>
22751 <row>
22752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22753 \begin_inset Text
22754
22755 \begin_layout Plain Layout
22756
22757 \backslash
22758 subset
22759 \end_layout
22760
22761 \end_inset
22762 </cell>
22763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22764 \begin_inset Text
22765
22766 \begin_layout Plain Layout
22767 \begin_inset Formula $\subset$
22768 \end_inset
22769
22770
22771 \end_layout
22772
22773 \end_inset
22774 </cell>
22775 </row>
22776 <row>
22777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22778 \begin_inset Text
22779
22780 \begin_layout Plain Layout
22781
22782 \backslash
22783 subseteq
22784 \end_layout
22785
22786 \end_inset
22787 </cell>
22788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22789 \begin_inset Text
22790
22791 \begin_layout Plain Layout
22792 \begin_inset Formula $\subseteq$
22793 \end_inset
22794
22795
22796 \end_layout
22797
22798 \end_inset
22799 </cell>
22800 </row>
22801 <row>
22802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22803 \begin_inset Text
22804
22805 \begin_layout Plain Layout
22806
22807 \backslash
22808 sqsubseteq
22809 \end_layout
22810
22811 \end_inset
22812 </cell>
22813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22814 \begin_inset Text
22815
22816 \begin_layout Plain Layout
22817 \begin_inset Formula $\sqsubseteq$
22818 \end_inset
22819
22820
22821 \end_layout
22822
22823 \end_inset
22824 </cell>
22825 </row>
22826 <row>
22827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22828 \begin_inset Text
22829
22830 \begin_layout Plain Layout
22831
22832 \backslash
22833 in
22834 \end_layout
22835
22836 \end_inset
22837 </cell>
22838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22839 \begin_inset Text
22840
22841 \begin_layout Plain Layout
22842 \begin_inset Formula $\in$
22843 \end_inset
22844
22845
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 </row>
22851 <row>
22852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22853 \begin_inset Text
22854
22855 \begin_layout Plain Layout
22856
22857 \backslash
22858 vdash
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22864 \begin_inset Text
22865
22866 \begin_layout Plain Layout
22867 \begin_inset Formula $\vdash$
22868 \end_inset
22869
22870
22871 \end_layout
22872
22873 \end_inset
22874 </cell>
22875 </row>
22876 <row>
22877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22878 \begin_inset Text
22879
22880 \begin_layout Plain Layout
22881
22882 \backslash
22883 smile
22884 \end_layout
22885
22886 \end_inset
22887 </cell>
22888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22889 \begin_inset Text
22890
22891 \begin_layout Plain Layout
22892 \begin_inset Formula $\smile$
22893 \end_inset
22894
22895
22896 \end_layout
22897
22898 \end_inset
22899 </cell>
22900 </row>
22901 <row>
22902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22903 \begin_inset Text
22904
22905 \begin_layout Plain Layout
22906
22907 \backslash
22908 lhd
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22914 \begin_inset Text
22915
22916 \begin_layout Plain Layout
22917 \begin_inset Formula $\lhd$
22918 \end_inset
22919
22920
22921 \end_layout
22922
22923 \end_inset
22924 </cell>
22925 </row>
22926 <row>
22927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22928 \begin_inset Text
22929
22930 \begin_layout Plain Layout
22931
22932 \backslash
22933 unlhd
22934 \end_layout
22935
22936 \end_inset
22937 </cell>
22938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22939 \begin_inset Text
22940
22941 \begin_layout Plain Layout
22942 \begin_inset Formula $\unlhd$
22943 \end_inset
22944
22945
22946 \end_layout
22947
22948 \end_inset
22949 </cell>
22950 </row>
22951 <row>
22952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22953 \begin_inset Text
22954
22955 \begin_layout Plain Layout
22956
22957 \backslash
22958 gtrless
22959 \end_layout
22960
22961 \end_inset
22962 </cell>
22963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22964 \begin_inset Text
22965
22966 \begin_layout Plain Layout
22967 \begin_inset Formula $\gtrless$
22968 \end_inset
22969
22970
22971 \end_layout
22972
22973 \end_inset
22974 </cell>
22975 </row>
22976 <row>
22977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22978 \begin_inset Text
22979
22980 \begin_layout Plain Layout
22981
22982 \backslash
22983 mid
22984 \end_layout
22985
22986 \end_inset
22987 </cell>
22988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22989 \begin_inset Text
22990
22991 \begin_layout Plain Layout
22992 \begin_inset Formula $\mid$
22993 \end_inset
22994
22995
22996 \end_layout
22997
22998 \end_inset
22999 </cell>
23000 </row>
23001 <row>
23002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23003 \begin_inset Text
23004
23005 \begin_layout Plain Layout
23006
23007 \backslash
23008 nmid
23009 \end_layout
23010
23011 \end_inset
23012 </cell>
23013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23014 \begin_inset Text
23015
23016 \begin_layout Plain Layout
23017 \begin_inset Formula $\nmid$
23018 \end_inset
23019
23020
23021 \end_layout
23022
23023 \end_inset
23024 </cell>
23025 </row>
23026 </lyxtabular>
23027
23028 \end_inset
23029
23030
23031 \begin_inset Space \hfill{}
23032 \end_inset
23033
23034
23035 \begin_inset Tabular
23036 <lyxtabular version="3" rows="17" columns="2">
23037 <features>
23038 <column alignment="center" valignment="top" width="0pt">
23039 <column alignment="center" valignment="top" width="0pt">
23040 <row>
23041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23042 \begin_inset Text
23043
23044 \begin_layout Plain Layout
23045 Command
23046 \end_layout
23047
23048 \end_inset
23049 </cell>
23050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23051 \begin_inset Text
23052
23053 \begin_layout Plain Layout
23054 Result
23055 \end_layout
23056
23057 \end_inset
23058 </cell>
23059 </row>
23060 <row>
23061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23062 \begin_inset Text
23063
23064 \begin_layout Plain Layout
23065 =
23066 \end_layout
23067
23068 \end_inset
23069 </cell>
23070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23071 \begin_inset Text
23072
23073 \begin_layout Plain Layout
23074 \begin_inset Formula $=$
23075 \end_inset
23076
23077
23078 \end_layout
23079
23080 \end_inset
23081 </cell>
23082 </row>
23083 <row>
23084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23085 \begin_inset Text
23086
23087 \begin_layout Plain Layout
23088
23089 \backslash
23090 not=
23091 \end_layout
23092
23093 \end_inset
23094 </cell>
23095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23096 \begin_inset Text
23097
23098 \begin_layout Plain Layout
23099 \begin_inset Formula $\not=$
23100 \end_inset
23101
23102
23103 \end_layout
23104
23105 \end_inset
23106 </cell>
23107 </row>
23108 <row>
23109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23110 \begin_inset Text
23111
23112 \begin_layout Plain Layout
23113
23114 \backslash
23115 equiv
23116 \end_layout
23117
23118 \end_inset
23119 </cell>
23120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23121 \begin_inset Text
23122
23123 \begin_layout Plain Layout
23124 \begin_inset Formula $\equiv$
23125 \end_inset
23126
23127
23128 \end_layout
23129
23130 \end_inset
23131 </cell>
23132 </row>
23133 <row>
23134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23135 \begin_inset Text
23136
23137 \begin_layout Plain Layout
23138
23139 \backslash
23140 sim
23141 \end_layout
23142
23143 \end_inset
23144 </cell>
23145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23146 \begin_inset Text
23147
23148 \begin_layout Plain Layout
23149 \begin_inset Formula $\sim$
23150 \end_inset
23151
23152
23153 \end_layout
23154
23155 \end_inset
23156 </cell>
23157 </row>
23158 <row>
23159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23160 \begin_inset Text
23161
23162 \begin_layout Plain Layout
23163
23164 \backslash
23165 simeq
23166 \end_layout
23167
23168 \end_inset
23169 </cell>
23170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23171 \begin_inset Text
23172
23173 \begin_layout Plain Layout
23174 \begin_inset Formula $\simeq$
23175 \end_inset
23176
23177
23178 \end_layout
23179
23180 \end_inset
23181 </cell>
23182 </row>
23183 <row>
23184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23185 \begin_inset Text
23186
23187 \begin_layout Plain Layout
23188
23189 \backslash
23190 approx
23191 \end_layout
23192
23193 \end_inset
23194 </cell>
23195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23196 \begin_inset Text
23197
23198 \begin_layout Plain Layout
23199 \begin_inset Formula $\approx$
23200 \end_inset
23201
23202
23203 \end_layout
23204
23205 \end_inset
23206 </cell>
23207 </row>
23208 <row>
23209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23210 \begin_inset Text
23211
23212 \begin_layout Plain Layout
23213
23214 \backslash
23215 cong
23216 \end_layout
23217
23218 \end_inset
23219 </cell>
23220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23221 \begin_inset Text
23222
23223 \begin_layout Plain Layout
23224 \begin_inset Formula $\cong$
23225 \end_inset
23226
23227
23228 \end_layout
23229
23230 \end_inset
23231 </cell>
23232 </row>
23233 <row>
23234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23235 \begin_inset Text
23236
23237 \begin_layout Plain Layout
23238
23239 \backslash
23240 bowtie
23241 \end_layout
23242
23243 \end_inset
23244 </cell>
23245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23246 \begin_inset Text
23247
23248 \begin_layout Plain Layout
23249 \begin_inset Formula $\bowtie$
23250 \end_inset
23251
23252
23253 \end_layout
23254
23255 \end_inset
23256 </cell>
23257 </row>
23258 <row>
23259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23260 \begin_inset Text
23261
23262 \begin_layout Plain Layout
23263
23264 \backslash
23265 notin
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23271 \begin_inset Text
23272
23273 \begin_layout Plain Layout
23274 \begin_inset Formula $\notin$
23275 \end_inset
23276
23277
23278 \end_layout
23279
23280 \end_inset
23281 </cell>
23282 </row>
23283 <row>
23284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23285 \begin_inset Text
23286
23287 \begin_layout Plain Layout
23288
23289 \backslash
23290 perp
23291 \end_layout
23292
23293 \end_inset
23294 </cell>
23295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23296 \begin_inset Text
23297
23298 \begin_layout Plain Layout
23299 \begin_inset Formula $\perp$
23300 \end_inset
23301
23302
23303 \end_layout
23304
23305 \end_inset
23306 </cell>
23307 </row>
23308 <row>
23309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23310 \begin_inset Text
23311
23312 \begin_layout Plain Layout
23313
23314 \backslash
23315 propto
23316 \end_layout
23317
23318 \end_inset
23319 </cell>
23320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23321 \begin_inset Text
23322
23323 \begin_layout Plain Layout
23324 \begin_inset Formula $\propto$
23325 \end_inset
23326
23327
23328 \end_layout
23329
23330 \end_inset
23331 </cell>
23332 </row>
23333 <row>
23334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23335 \begin_inset Text
23336
23337 \begin_layout Plain Layout
23338
23339 \backslash
23340 asymp
23341 \end_layout
23342
23343 \end_inset
23344 </cell>
23345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23346 \begin_inset Text
23347
23348 \begin_layout Plain Layout
23349 \begin_inset Formula $\asymp$
23350 \end_inset
23351
23352
23353 \end_layout
23354
23355 \end_inset
23356 </cell>
23357 </row>
23358 <row>
23359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23360 \begin_inset Text
23361
23362 \begin_layout Plain Layout
23363
23364 \backslash
23365 doteq
23366 \end_layout
23367
23368 \end_inset
23369 </cell>
23370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23371 \begin_inset Text
23372
23373 \begin_layout Plain Layout
23374 \begin_inset Formula $\doteq$
23375 \end_inset
23376
23377
23378 \end_layout
23379
23380 \end_inset
23381 </cell>
23382 </row>
23383 <row>
23384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23385 \begin_inset Text
23386
23387 \begin_layout Plain Layout
23388
23389 \backslash
23390 circeq
23391 \end_layout
23392
23393 \end_inset
23394 </cell>
23395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23396 \begin_inset Text
23397
23398 \begin_layout Plain Layout
23399 \begin_inset Formula $\circeq$
23400 \end_inset
23401
23402
23403 \end_layout
23404
23405 \end_inset
23406 </cell>
23407 </row>
23408 <row>
23409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23410 \begin_inset Text
23411
23412 \begin_layout Plain Layout
23413
23414 \backslash
23415 models
23416 \end_layout
23417
23418 \end_inset
23419 </cell>
23420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424 \begin_inset Formula $\models$
23425 \end_inset
23426
23427
23428 \end_layout
23429
23430 \end_inset
23431 </cell>
23432 </row>
23433 <row>
23434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23435 \begin_inset Text
23436
23437 \begin_layout Plain Layout
23438
23439 \backslash
23440 widehat=
23441 \end_layout
23442
23443 \end_inset
23444 </cell>
23445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23446 \begin_inset Text
23447
23448 \begin_layout Plain Layout
23449 \begin_inset Formula $\widehat{=}$
23450 \end_inset
23451
23452
23453 \end_layout
23454
23455 \end_inset
23456 </cell>
23457 </row>
23458 </lyxtabular>
23459
23460 \end_inset
23461
23462
23463 \begin_inset Space \hfill{}
23464 \end_inset
23465
23466
23467 \begin_inset Tabular
23468 <lyxtabular version="3" rows="17" columns="2">
23469 <features>
23470 <column alignment="center" valignment="top" width="0pt">
23471 <column alignment="center" valignment="top" width="0pt">
23472 <row>
23473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23474 \begin_inset Text
23475
23476 \begin_layout Plain Layout
23477 Command
23478 \end_layout
23479
23480 \end_inset
23481 </cell>
23482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23483 \begin_inset Text
23484
23485 \begin_layout Plain Layout
23486 Result
23487 \end_layout
23488
23489 \end_inset
23490 </cell>
23491 </row>
23492 <row>
23493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497 >
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506 \begin_inset Formula $>$
23507 \end_inset
23508
23509
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 </row>
23515 <row>
23516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23517 \begin_inset Text
23518
23519 \begin_layout Plain Layout
23520
23521 \backslash
23522 ge
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23528 \begin_inset Text
23529
23530 \begin_layout Plain Layout
23531 \begin_inset Formula $\ge$
23532 \end_inset
23533
23534
23535 \end_layout
23536
23537 \end_inset
23538 </cell>
23539 </row>
23540 <row>
23541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23542 \begin_inset Text
23543
23544 \begin_layout Plain Layout
23545
23546 \backslash
23547 gg
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23553 \begin_inset Text
23554
23555 \begin_layout Plain Layout
23556 \begin_inset Formula $\gg$
23557 \end_inset
23558
23559
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 </row>
23565 <row>
23566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23567 \begin_inset Text
23568
23569 \begin_layout Plain Layout
23570
23571 \backslash
23572 succ
23573 \end_layout
23574
23575 \end_inset
23576 </cell>
23577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23578 \begin_inset Text
23579
23580 \begin_layout Plain Layout
23581 \begin_inset Formula $\succ$
23582 \end_inset
23583
23584
23585 \end_layout
23586
23587 \end_inset
23588 </cell>
23589 </row>
23590 <row>
23591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23592 \begin_inset Text
23593
23594 \begin_layout Plain Layout
23595
23596 \backslash
23597 succeq
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23603 \begin_inset Text
23604
23605 \begin_layout Plain Layout
23606 \begin_inset Formula $\succeq$
23607 \end_inset
23608
23609
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 </row>
23615 <row>
23616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23617 \begin_inset Text
23618
23619 \begin_layout Plain Layout
23620
23621 \backslash
23622 supset
23623 \end_layout
23624
23625 \end_inset
23626 </cell>
23627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23628 \begin_inset Text
23629
23630 \begin_layout Plain Layout
23631 \begin_inset Formula $\supset$
23632 \end_inset
23633
23634
23635 \end_layout
23636
23637 \end_inset
23638 </cell>
23639 </row>
23640 <row>
23641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23642 \begin_inset Text
23643
23644 \begin_layout Plain Layout
23645
23646 \backslash
23647 supseteq
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656 \begin_inset Formula $\supseteq$
23657 \end_inset
23658
23659
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 </row>
23665 <row>
23666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23667 \begin_inset Text
23668
23669 \begin_layout Plain Layout
23670
23671 \backslash
23672 sqsupseteq
23673 \end_layout
23674
23675 \end_inset
23676 </cell>
23677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23678 \begin_inset Text
23679
23680 \begin_layout Plain Layout
23681 \begin_inset Formula $\sqsupseteq$
23682 \end_inset
23683
23684
23685 \end_layout
23686
23687 \end_inset
23688 </cell>
23689 </row>
23690 <row>
23691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23692 \begin_inset Text
23693
23694 \begin_layout Plain Layout
23695
23696 \backslash
23697 ni
23698 \end_layout
23699
23700 \end_inset
23701 </cell>
23702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23703 \begin_inset Text
23704
23705 \begin_layout Plain Layout
23706 \begin_inset Formula $\ni$
23707 \end_inset
23708
23709
23710 \end_layout
23711
23712 \end_inset
23713 </cell>
23714 </row>
23715 <row>
23716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23717 \begin_inset Text
23718
23719 \begin_layout Plain Layout
23720
23721 \backslash
23722 dashv
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23728 \begin_inset Text
23729
23730 \begin_layout Plain Layout
23731 \begin_inset Formula $\dashv$
23732 \end_inset
23733
23734
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 </row>
23740 <row>
23741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23742 \begin_inset Text
23743
23744 \begin_layout Plain Layout
23745
23746 \backslash
23747 frown
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23753 \begin_inset Text
23754
23755 \begin_layout Plain Layout
23756 \begin_inset Formula $\frown$
23757 \end_inset
23758
23759
23760 \end_layout
23761
23762 \end_inset
23763 </cell>
23764 </row>
23765 <row>
23766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23767 \begin_inset Text
23768
23769 \begin_layout Plain Layout
23770
23771 \backslash
23772 rhd
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23778 \begin_inset Text
23779
23780 \begin_layout Plain Layout
23781 \begin_inset Formula $\rhd$
23782 \end_inset
23783
23784
23785 \end_layout
23786
23787 \end_inset
23788 </cell>
23789 </row>
23790 <row>
23791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23792 \begin_inset Text
23793
23794 \begin_layout Plain Layout
23795
23796 \backslash
23797 unrhd
23798 \end_layout
23799
23800 \end_inset
23801 </cell>
23802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23803 \begin_inset Text
23804
23805 \begin_layout Plain Layout
23806 \begin_inset Formula $\unrhd$
23807 \end_inset
23808
23809
23810 \end_layout
23811
23812 \end_inset
23813 </cell>
23814 </row>
23815 <row>
23816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23817 \begin_inset Text
23818
23819 \begin_layout Plain Layout
23820
23821 \backslash
23822 lessgtr
23823 \end_layout
23824
23825 \end_inset
23826 </cell>
23827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23828 \begin_inset Text
23829
23830 \begin_layout Plain Layout
23831 \begin_inset Formula $\lessgtr$
23832 \end_inset
23833
23834
23835 \end_layout
23836
23837 \end_inset
23838 </cell>
23839 </row>
23840 <row>
23841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23842 \begin_inset Text
23843
23844 \begin_layout Plain Layout
23845
23846 \backslash
23847 parallel
23848 \end_layout
23849
23850 \end_inset
23851 </cell>
23852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23853 \begin_inset Text
23854
23855 \begin_layout Plain Layout
23856 \begin_inset Formula $\parallel$
23857 \end_inset
23858
23859
23860 \end_layout
23861
23862 \end_inset
23863 </cell>
23864 </row>
23865 <row>
23866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23867 \begin_inset Text
23868
23869 \begin_layout Plain Layout
23870
23871 \backslash
23872 nparallel
23873 \end_layout
23874
23875 \end_inset
23876 </cell>
23877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23878 \begin_inset Text
23879
23880 \begin_layout Plain Layout
23881 \begin_inset Formula $\nparallel$
23882 \end_inset
23883
23884
23885 \end_layout
23886
23887 \end_inset
23888 </cell>
23889 </row>
23890 </lyxtabular>
23891
23892 \end_inset
23893
23894
23895 \begin_inset Space \hfill{}
23896 \end_inset
23897
23898
23899 \end_layout
23900
23901 \begin_layout Standard
23902 \begin_inset VSpace medskip
23903 \end_inset
23904
23905 The characters 
23906 \series bold
23907
23908 \backslash
23909 lhd
23910 \series default
23911  and 
23912 \series bold
23913
23914 \backslash
23915 rhd
23916 \series default
23917  are bigger than the equal looking operators 
23918 \series bold
23919
23920 \backslash
23921 triangleleft
23922 \series default
23923  and 
23924 \series bold
23925
23926 \backslash
23927 triangleright
23928 \series default
23929 , respectively.
23930 \end_layout
23931
23932 \begin_layout Standard
23933 Relations are, in contrary to symbols, always surrounded by space.
23934 \end_layout
23935
23936 \begin_layout Standard
23937 Relations with labels can be created with the command 
23938 \series bold
23939
23940 \backslash
23941 stackrel
23942 \series default
23943
23944 \begin_inset Index
23945 status collapsed
23946
23947 \begin_layout Plain Layout
23948 Commands ! S ! 
23949 \backslash
23950 stackrel
23951 \end_layout
23952
23953 \end_inset
23954
23955 :
23956 \end_layout
23957
23958 \begin_layout Standard
23959 \align center
23960 \begin_inset Tabular
23961 <lyxtabular version="3" rows="2" columns="2">
23962 <features>
23963 <column alignment="center" valignment="top" width="0">
23964 <column alignment="center" valignment="top" width="0">
23965 <row>
23966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23967 \begin_inset Text
23968
23969 \begin_layout Plain Layout
23970 Command
23971 \end_layout
23972
23973 \end_inset
23974 </cell>
23975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23976 \begin_inset Text
23977
23978 \begin_layout Plain Layout
23979 Result
23980 \begin_inset Note Note
23981 status collapsed
23982
23983 \begin_layout Plain Layout
23984
23985 \series bold
23986
23987 \backslash
23988 raisebox
23989 \series default
23990  is only used as spacer.
23991 \end_layout
23992
23993 \end_inset
23994
23995
23996 \end_layout
23997
23998 \end_inset
23999 </cell>
24000 </row>
24001 <row>
24002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24003 \begin_inset Text
24004
24005 \begin_layout Plain Layout
24006 A(r)
24007 \backslash
24008 stackrel
24009 \begin_inset ERT
24010 status collapsed
24011
24012 \begin_layout Plain Layout
24013
24014
24015 \backslash
24016 spce 
24017 \end_layout
24018
24019 \end_inset
24020
24021 r
24022 \backslash
24023 to
24024 \backslash
24025 infty
24026 \begin_inset ERT
24027 status collapsed
24028
24029 \begin_layout Plain Layout
24030
24031
24032 \backslash
24033 spce 
24034 \end_layout
24035
24036 \end_inset
24037
24038
24039 \begin_inset Formula $\downarrow$
24040 \end_inset
24041
24042
24043 \backslash
24044 approx
24045 \begin_inset ERT
24046 status collapsed
24047
24048 \begin_layout Plain Layout
24049
24050
24051 \backslash
24052 spce 
24053 \end_layout
24054
24055 \end_inset
24056
24057
24058 \begin_inset ERT
24059 status collapsed
24060
24061 \begin_layout Plain Layout
24062
24063
24064 \backslash
24065 spce 
24066 \end_layout
24067
24068 \end_inset
24069
24070 B
24071 \end_layout
24072
24073 \end_inset
24074 </cell>
24075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24076 \begin_inset Text
24077
24078 \begin_layout Plain Layout
24079 \begin_inset Formula $\raisebox {5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24080 \end_inset
24081
24082
24083 \end_layout
24084
24085 \end_inset
24086 </cell>
24087 </row>
24088 </lyxtabular>
24089
24090 \end_inset
24091
24092
24093 \end_layout
24094
24095 \begin_layout Section
24096 Functions
24097 \end_layout
24098
24099 \begin_layout Subsection
24100 Predefined Functions
24101 \begin_inset CommandInset label
24102 LatexCommand label
24103 name "sub:Predefined-Functions"
24104
24105 \end_inset
24106
24107
24108 \begin_inset Index
24109 status collapsed
24110
24111 \begin_layout Plain Layout
24112 Functions ! predefined
24113 \end_layout
24114
24115 \end_inset
24116
24117
24118 \end_layout
24119
24120 \begin_layout Standard
24121 In general, variables are set 
24122 \emph on
24123 italic
24124 \emph default
24125  in mathematical expressions, but not function names, because 
24126 \begin_inset Formula $sin$
24127 \end_inset
24128
24129  could be misunderstood as 
24130 \begin_inset Formula $s\cdot i\cdot n$
24131 \end_inset
24132
24133 .
24134  Therefore there are predefined functions, that are additionally a bit separated
24135  from prefactors.
24136  They are inserted as commands starting with a backslash before their name.
24137 \end_layout
24138
24139 \begin_layout Standard
24140 \align center
24141 \begin_inset Tabular
24142 <lyxtabular version="3" rows="2" columns="4">
24143 <features>
24144 <column alignment="center" valignment="top" width="0pt">
24145 <column alignment="center" valignment="top" width="0pt">
24146 <column alignment="center" valignment="top" width="0pt">
24147 <column alignment="center" valignment="top" width="0pt">
24148 <row>
24149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24150 \begin_inset Text
24151
24152 \begin_layout Plain Layout
24153 Command
24154 \end_layout
24155
24156 \end_inset
24157 </cell>
24158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24159 \begin_inset Text
24160
24161 \begin_layout Plain Layout
24162 Result
24163 \end_layout
24164
24165 \end_inset
24166 </cell>
24167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24168 \begin_inset Text
24169
24170 \begin_layout Plain Layout
24171 Command
24172 \end_layout
24173
24174 \end_inset
24175 </cell>
24176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24177 \begin_inset Text
24178
24179 \begin_layout Plain Layout
24180 Result
24181 \end_layout
24182
24183 \end_inset
24184 </cell>
24185 </row>
24186 <row>
24187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24188 \begin_inset Text
24189
24190 \begin_layout Plain Layout
24191 Asin(x)+B
24192 \end_layout
24193
24194 \end_inset
24195 </cell>
24196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24197 \begin_inset Text
24198
24199 \begin_layout Plain Layout
24200 \begin_inset Formula $Asin(x)+B$
24201 \end_inset
24202
24203
24204 \end_layout
24205
24206 \end_inset
24207 </cell>
24208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24209 \begin_inset Text
24210
24211 \begin_layout Plain Layout
24212 A
24213 \backslash
24214 sin(x)+B
24215 \end_layout
24216
24217 \end_inset
24218 </cell>
24219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24220 \begin_inset Text
24221
24222 \begin_layout Plain Layout
24223 \begin_inset Formula $A\sin(x)+B$
24224 \end_inset
24225
24226
24227 \end_layout
24228
24229 \end_inset
24230 </cell>
24231 </row>
24232 </lyxtabular>
24233
24234 \end_inset
24235
24236
24237 \begin_inset ERT
24238 status collapsed
24239
24240 \begin_layout Plain Layout
24241
24242
24243 \backslash
24244 pagebreak 
24245 \end_layout
24246
24247 \end_inset
24248
24249
24250 \end_layout
24251
24252 \begin_layout Standard
24253 The following functions are predefined:
24254 \end_layout
24255
24256 \begin_layout Standard
24257 \begin_inset VSpace -2mm
24258 \end_inset
24259
24260
24261 \end_layout
24262
24263 \begin_layout Standard
24264 \align center
24265 \begin_inset Tabular
24266 <lyxtabular version="3" rows="9" columns="4">
24267 <features>
24268 <column alignment="center" valignment="top" width="0pt">
24269 <column alignment="center" valignment="top" width="0pt">
24270 <column alignment="center" valignment="top" width="0pt">
24271 <column alignment="center" valignment="top" width="0pt">
24272 <row>
24273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24274 \begin_inset Text
24275
24276 \begin_layout Plain Layout
24277 Command
24278 \end_layout
24279
24280 \end_inset
24281 </cell>
24282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286 Command
24287 \end_layout
24288
24289 \end_inset
24290 </cell>
24291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24292 \begin_inset Text
24293
24294 \begin_layout Plain Layout
24295 Command
24296 \end_layout
24297
24298 \end_inset
24299 </cell>
24300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24301 \begin_inset Text
24302
24303 \begin_layout Plain Layout
24304 Command
24305 \end_layout
24306
24307 \end_inset
24308 </cell>
24309 </row>
24310 <row>
24311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24312 \begin_inset Text
24313
24314 \begin_layout Plain Layout
24315
24316 \backslash
24317 sin
24318 \end_layout
24319
24320 \end_inset
24321 </cell>
24322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24323 \begin_inset Text
24324
24325 \begin_layout Plain Layout
24326
24327 \backslash
24328 sinh
24329 \end_layout
24330
24331 \end_inset
24332 </cell>
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 arcsin
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
24349 \backslash
24350 sup
24351 \end_layout
24352
24353 \end_inset
24354 </cell>
24355 </row>
24356 <row>
24357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24358 \begin_inset Text
24359
24360 \begin_layout Plain Layout
24361
24362 \backslash
24363 cos
24364 \end_layout
24365
24366 \end_inset
24367 </cell>
24368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24369 \begin_inset Text
24370
24371 \begin_layout Plain Layout
24372
24373 \backslash
24374 cosh
24375 \end_layout
24376
24377 \end_inset
24378 </cell>
24379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24380 \begin_inset Text
24381
24382 \begin_layout Plain Layout
24383
24384 \backslash
24385 arccos
24386 \end_layout
24387
24388 \end_inset
24389 </cell>
24390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24391 \begin_inset Text
24392
24393 \begin_layout Plain Layout
24394
24395 \backslash
24396 inf
24397 \end_layout
24398
24399 \end_inset
24400 </cell>
24401 </row>
24402 <row>
24403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24404 \begin_inset Text
24405
24406 \begin_layout Plain Layout
24407
24408 \backslash
24409 tan
24410 \end_layout
24411
24412 \end_inset
24413 </cell>
24414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24415 \begin_inset Text
24416
24417 \begin_layout Plain Layout
24418
24419 \backslash
24420 tanh
24421 \end_layout
24422
24423 \end_inset
24424 </cell>
24425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24426 \begin_inset Text
24427
24428 \begin_layout Plain Layout
24429
24430 \backslash
24431 arctan
24432 \end_layout
24433
24434 \end_inset
24435 </cell>
24436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24437 \begin_inset Text
24438
24439 \begin_layout Plain Layout
24440
24441 \backslash
24442 lim
24443 \end_layout
24444
24445 \end_inset
24446 </cell>
24447 </row>
24448 <row>
24449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24450 \begin_inset Text
24451
24452 \begin_layout Plain Layout
24453
24454 \backslash
24455 cot
24456 \end_layout
24457
24458 \end_inset
24459 </cell>
24460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24461 \begin_inset Text
24462
24463 \begin_layout Plain Layout
24464
24465 \backslash
24466 coth
24467 \end_layout
24468
24469 \end_inset
24470 </cell>
24471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24472 \begin_inset Text
24473
24474 \begin_layout Plain Layout
24475
24476 \backslash
24477 arg
24478 \end_layout
24479
24480 \end_inset
24481 </cell>
24482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24483 \begin_inset Text
24484
24485 \begin_layout Plain Layout
24486
24487 \backslash
24488 liminf
24489 \end_layout
24490
24491 \end_inset
24492 </cell>
24493 </row>
24494 <row>
24495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24496 \begin_inset Text
24497
24498 \begin_layout Plain Layout
24499
24500 \backslash
24501 sec
24502 \end_layout
24503
24504 \end_inset
24505 </cell>
24506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24507 \begin_inset Text
24508
24509 \begin_layout Plain Layout
24510
24511 \backslash
24512 min
24513 \end_layout
24514
24515 \end_inset
24516 </cell>
24517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24518 \begin_inset Text
24519
24520 \begin_layout Plain Layout
24521
24522 \backslash
24523 deg
24524 \end_layout
24525
24526 \end_inset
24527 </cell>
24528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24529 \begin_inset Text
24530
24531 \begin_layout Plain Layout
24532
24533 \backslash
24534 limsup
24535 \end_layout
24536
24537 \end_inset
24538 </cell>
24539 </row>
24540 <row>
24541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24542 \begin_inset Text
24543
24544 \begin_layout Plain Layout
24545
24546 \backslash
24547 csc
24548 \end_layout
24549
24550 \end_inset
24551 </cell>
24552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24553 \begin_inset Text
24554
24555 \begin_layout Plain Layout
24556
24557 \backslash
24558 max
24559 \end_layout
24560
24561 \end_inset
24562 </cell>
24563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24564 \begin_inset Text
24565
24566 \begin_layout Plain Layout
24567
24568 \backslash
24569 det
24570 \end_layout
24571
24572 \end_inset
24573 </cell>
24574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24575 \begin_inset Text
24576
24577 \begin_layout Plain Layout
24578
24579 \backslash
24580 Pr
24581 \end_layout
24582
24583 \end_inset
24584 </cell>
24585 </row>
24586 <row>
24587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24588 \begin_inset Text
24589
24590 \begin_layout Plain Layout
24591
24592 \backslash
24593 ln
24594 \end_layout
24595
24596 \end_inset
24597 </cell>
24598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24599 \begin_inset Text
24600
24601 \begin_layout Plain Layout
24602
24603 \backslash
24604 exp
24605 \end_layout
24606
24607 \end_inset
24608 </cell>
24609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24610 \begin_inset Text
24611
24612 \begin_layout Plain Layout
24613
24614 \backslash
24615 dim
24616 \end_layout
24617
24618 \end_inset
24619 </cell>
24620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24621 \begin_inset Text
24622
24623 \begin_layout Plain Layout
24624
24625 \backslash
24626 hom
24627 \end_layout
24628
24629 \end_inset
24630 </cell>
24631 </row>
24632 <row>
24633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24634 \begin_inset Text
24635
24636 \begin_layout Plain Layout
24637
24638 \backslash
24639 lg
24640 \end_layout
24641
24642 \end_inset
24643 </cell>
24644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24645 \begin_inset Text
24646
24647 \begin_layout Plain Layout
24648
24649 \backslash
24650 log
24651 \end_layout
24652
24653 \end_inset
24654 </cell>
24655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24656 \begin_inset Text
24657
24658 \begin_layout Plain Layout
24659
24660 \backslash
24661 ker
24662 \end_layout
24663
24664 \end_inset
24665 </cell>
24666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24667 \begin_inset Text
24668
24669 \begin_layout Plain Layout
24670
24671 \backslash
24672 gcd
24673 \end_layout
24674
24675 \end_inset
24676 </cell>
24677 </row>
24678 </lyxtabular>
24679
24680 \end_inset
24681
24682
24683 \end_layout
24684
24685 \begin_layout Standard
24686 They can also be inserted with the math toolbar button 
24687 \begin_inset Graphics
24688         filename ../images/math/functions.png
24689         embed ""
24690         scale 85
24691
24692 \end_inset
24693
24694 .
24695 \end_layout
24696
24697 \begin_layout Subsection
24698 Self-defined Functions
24699 \begin_inset Index
24700 status collapsed
24701
24702 \begin_layout Plain Layout
24703 Functions ! self-defined
24704 \end_layout
24705
24706 \end_inset
24707
24708
24709 \end_layout
24710
24711 \begin_layout Standard
24712 To use a function that is not predefined, like for example the sign function
24713  sgn(x), there are two possibilities:
24714 \end_layout
24715
24716 \begin_layout Itemize
24717 Define the function by inserting the following line to the LaTeX-preamble
24718 \begin_inset Foot
24719 status collapsed
24720
24721 \begin_layout Plain Layout
24722 For more about 
24723 \series bold
24724
24725 \backslash
24726 DeclareMathOperator
24727 \series default
24728  see 
24729 \begin_inset CommandInset ref
24730 LatexCommand ref
24731 reference "sub:Self-defined-Operators"
24732
24733 \end_inset
24734
24735 .
24736 \end_layout
24737
24738 \end_inset
24739
24740
24741 \begin_inset Newline newline
24742 \end_inset
24743
24744
24745 \begin_inset VSpace -3mm
24746 \end_inset
24747
24748
24749 \begin_inset Newline newline
24750 \end_inset
24751
24752
24753 \series bold
24754
24755 \backslash
24756 DeclareMathOperator{
24757 \backslash
24758 sgn}{sgn}
24759 \series default
24760
24761 \begin_inset Index
24762 status collapsed
24763
24764 \begin_layout Plain Layout
24765 Commands ! D ! 
24766 \backslash
24767 dbinom@
24768 \backslash
24769 DeclareMathOperator
24770 \end_layout
24771
24772 \end_inset
24773
24774
24775 \begin_inset Newline newline
24776 \end_inset
24777
24778
24779 \begin_inset VSpace -2mm
24780 \end_inset
24781
24782
24783 \begin_inset Newline newline
24784 \end_inset
24785
24786 Now the new defined function can be called with the command 
24787 \series bold
24788
24789 \backslash
24790 sgn
24791 \series default
24792 .
24793 \end_layout
24794
24795 \begin_layout Itemize
24796 Write the the formula as usual, mark the formula name, in our example the
24797  letters 
24798 \emph on
24799 sgn
24800 \emph default
24801 , and change it to mathematical text.
24802  At last a space is inserted between prefactor and function.
24803 \end_layout
24804
24805 \begin_layout Standard
24806 The result is the same with both methods as with a predefined function
24807 \begin_inset Foot
24808 status collapsed
24809
24810 \begin_layout Plain Layout
24811 In LyX self-defined functions are displayed red, predefined ones black.
24812 \end_layout
24813
24814 \end_inset
24815
24816 :
24817 \end_layout
24818
24819 \begin_layout Standard
24820 \align center
24821 \begin_inset Tabular
24822 <lyxtabular version="3" rows="3" columns="2">
24823 <features>
24824 <column alignment="center" valignment="top" width="0pt">
24825 <column alignment="center" valignment="top" width="0pt">
24826 <row>
24827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24828 \begin_inset Text
24829
24830 \begin_layout Plain Layout
24831 Command
24832 \end_layout
24833
24834 \end_inset
24835 </cell>
24836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24837 \begin_inset Text
24838
24839 \begin_layout Plain Layout
24840 Result
24841 \end_layout
24842
24843 \end_inset
24844 </cell>
24845 </row>
24846 <row>
24847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24848 \begin_inset Text
24849
24850 \begin_layout Plain Layout
24851 A
24852 \backslash
24853 sgn(x)+B
24854 \end_layout
24855
24856 \end_inset
24857 </cell>
24858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24859 \begin_inset Text
24860
24861 \begin_layout Plain Layout
24862 \begin_inset Formula $A\sgn (x)+B$
24863 \end_inset
24864
24865
24866 \end_layout
24867
24868 \end_inset
24869 </cell>
24870 </row>
24871 <row>
24872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24873 \begin_inset Text
24874
24875 \begin_layout Plain Layout
24876 A
24877 \backslash
24878 ,
24879 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24880 \end_inset
24881
24882 (x)+B
24883 \end_layout
24884
24885 \end_inset
24886 </cell>
24887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24888 \begin_inset Text
24889
24890 \begin_layout Plain Layout
24891 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24892 \end_inset
24893
24894
24895 \end_layout
24896
24897 \end_inset
24898 </cell>
24899 </row>
24900 </lyxtabular>
24901
24902 \end_inset
24903
24904
24905 \end_layout
24906
24907 \begin_layout Standard
24908 The first method is more suitable when the self-defined function should
24909  be used several times.
24910 \end_layout
24911
24912 \begin_layout Subsection
24913 Limits
24914 \begin_inset Index
24915 status collapsed
24916
24917 \begin_layout Plain Layout
24918 Limits
24919 \end_layout
24920
24921 \end_inset
24922
24923
24924 \end_layout
24925
24926 \begin_layout Standard
24927 For limits there are defined besides 
24928 \series bold
24929
24930 \backslash
24931 lim
24932 \series default
24933
24934 \begin_inset Index
24935 status collapsed
24936
24937 \begin_layout Plain Layout
24938 Commands ! L ! 
24939 \backslash
24940 lim
24941 \end_layout
24942
24943 \end_inset
24944
24945
24946 \series bold
24947
24948 \backslash
24949 liminf
24950 \series default
24951  and 
24952 \series bold
24953
24954 \backslash
24955 limsup
24956 \series default
24957  furthermore the following functions:
24958 \end_layout
24959
24960 \begin_layout Standard
24961 \align center
24962 \begin_inset Tabular
24963 <lyxtabular version="3" rows="5" columns="2">
24964 <features>
24965 <column alignment="center" valignment="top" width="0">
24966 <column alignment="center" valignment="top" width="0">
24967 <row>
24968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24969 \begin_inset Text
24970
24971 \begin_layout Plain Layout
24972 Command
24973 \end_layout
24974
24975 \end_inset
24976 </cell>
24977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24978 \begin_inset Text
24979
24980 \begin_layout Plain Layout
24981 Result
24982 \begin_inset Note Note
24983 status collapsed
24984
24985 \begin_layout Plain Layout
24986
24987 \series bold
24988
24989 \backslash
24990 raisebox
24991 \series default
24992  is only used as spacer.
24993 \end_layout
24994
24995 \end_inset
24996
24997
24998 \end_layout
24999
25000 \end_inset
25001 </cell>
25002 </row>
25003 <row>
25004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25005 \begin_inset Text
25006
25007 \begin_layout Plain Layout
25008
25009 \backslash
25010 varliminf
25011 \end_layout
25012
25013 \end_inset
25014 </cell>
25015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25016 \begin_inset Text
25017
25018 \begin_layout Plain Layout
25019 \begin_inset Formula $\varliminf $
25020 \end_inset
25021
25022
25023 \end_layout
25024
25025 \end_inset
25026 </cell>
25027 </row>
25028 <row>
25029 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25030 \begin_inset Text
25031
25032 \begin_layout Plain Layout
25033
25034 \backslash
25035 varlimsup
25036 \end_layout
25037
25038 \end_inset
25039 </cell>
25040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25041 \begin_inset Text
25042
25043 \begin_layout Plain Layout
25044 \begin_inset Formula $\varlimsup $
25045 \end_inset
25046
25047
25048 \end_layout
25049
25050 \end_inset
25051 </cell>
25052 </row>
25053 <row>
25054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25055 \begin_inset Text
25056
25057 \begin_layout Plain Layout
25058
25059 \backslash
25060 varprojlim
25061 \end_layout
25062
25063 \end_inset
25064 </cell>
25065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25066 \begin_inset Text
25067
25068 \begin_layout Plain Layout
25069 \begin_inset Formula $\varprojlim $
25070 \end_inset
25071
25072
25073 \end_layout
25074
25075 \end_inset
25076 </cell>
25077 </row>
25078 <row>
25079 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25080 \begin_inset Text
25081
25082 \begin_layout Plain Layout
25083
25084 \backslash
25085 varinjlim
25086 \end_layout
25087
25088 \end_inset
25089 </cell>
25090 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25091 \begin_inset Text
25092
25093 \begin_layout Plain Layout
25094 \begin_inset Formula $\varinjlim $
25095 \end_inset
25096
25097
25098 \begin_inset Formula $\raisebox {-2.5mm}{}$
25099 \end_inset
25100
25101
25102 \end_layout
25103
25104 \end_inset
25105 </cell>
25106 </row>
25107 </lyxtabular>
25108
25109 \end_inset
25110
25111
25112 \end_layout
25113
25114 \begin_layout Standard
25115 \begin_inset VSpace medskip
25116 \end_inset
25117
25118 The limit is created by inserting a subscript.
25119  It is set right beside the function in an inline formula:
25120 \end_layout
25121
25122 \begin_layout Standard
25123 \align center
25124 \begin_inset Tabular
25125 <lyxtabular version="3" rows="2" columns="2">
25126 <features>
25127 <column alignment="center" valignment="top" width="0pt">
25128 <column alignment="center" valignment="top" width="0pt">
25129 <row>
25130 <cell alignment="center" valignment="top" usebox="none">
25131 \begin_inset Text
25132
25133 \begin_layout Plain Layout
25134 Command
25135 \end_layout
25136
25137 \end_inset
25138 </cell>
25139 <cell alignment="center" valignment="top" usebox="none">
25140 \begin_inset Text
25141
25142 \begin_layout Plain Layout
25143 \begin_inset ERT
25144 status collapsed
25145
25146 \begin_layout Plain Layout
25147
25148
25149 \backslash
25150 hspace{1cm}
25151 \end_layout
25152
25153 \end_inset
25154
25155 Result
25156 \begin_inset Note Note
25157 status collapsed
25158
25159 \begin_layout Plain Layout
25160
25161 \series bold
25162
25163 \backslash
25164 hspace
25165 \series default
25166  and
25167 \series bold
25168  
25169 \backslash
25170 raisebox
25171 \series default
25172  are used here as spacer.
25173 \end_layout
25174
25175 \end_inset
25176
25177
25178 \end_layout
25179
25180 \end_inset
25181 </cell>
25182 </row>
25183 <row>
25184 <cell alignment="center" valignment="top" usebox="none">
25185 \begin_inset Text
25186
25187 \begin_layout Plain Layout
25188
25189 \backslash
25190 lim_x
25191 \backslash
25192 to
25193 \begin_inset ERT
25194 status collapsed
25195
25196 \begin_layout Plain Layout
25197
25198
25199 \backslash
25200 spce 
25201 \end_layout
25202
25203 \end_inset
25204
25205 A
25206 \begin_inset ERT
25207 status collapsed
25208
25209 \begin_layout Plain Layout
25210
25211
25212 \backslash
25213 spce 
25214 \end_layout
25215
25216 \end_inset
25217
25218 x=B
25219 \end_layout
25220
25221 \end_inset
25222 </cell>
25223 <cell alignment="center" valignment="top" usebox="none">
25224 \begin_inset Text
25225
25226 \begin_layout Plain Layout
25227 \begin_inset Formula $\hspace {1cm}\raisebox {5mm}{}\lim_{x\to A}x=B$
25228 \end_inset
25229
25230
25231 \end_layout
25232
25233 \end_inset
25234 </cell>
25235 </row>
25236 </lyxtabular>
25237
25238 \end_inset
25239
25240
25241 \end_layout
25242
25243 \begin_layout Standard
25244 In a displayed formula the limit is set below the formula, as usual:
25245 \begin_inset Formula \[
25246 \lim_{x\to A}x=B\]
25247
25248 \end_inset
25249
25250
25251 \end_layout
25252
25253 \begin_layout Subsection
25254 Modulo-Functions
25255 \begin_inset Index
25256 status collapsed
25257
25258 \begin_layout Plain Layout
25259 Functions ! modulo-
25260 \end_layout
25261
25262 \end_inset
25263
25264
25265 \end_layout
25266
25267 \begin_layout Standard
25268 The modulo-function is special, because it exists in four variants.
25269 \end_layout
25270
25271 \begin_layout Standard
25272 The variants in a displayed formula:
25273 \begin_inset Formula \begin{align*}
25274 \underline{\textrm{Command}\raisebox {-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25275 \mathrm{a\backslash mod\textrm{\spce }b} &  & a\mod  b\\
25276 \mathrm{a\backslash pmod\textrm{\spce }b} &  & a\pmod  b\\
25277 \mathrm{a\backslash bmod\textrm{\spce }b} &  & a\bmod b\\
25278 \mathrm{a\backslash pod\textrm{\spce }b} &  & a\pod  b\end{align*}
25279
25280 \end_inset
25281
25282
25283 \end_layout
25284
25285 \begin_layout Standard
25286 In an inline formula less space is set before the function names for all
25287  variants.
25288 \end_layout
25289
25290 \begin_layout Section
25291 Special Characters
25292 \begin_inset Index
25293 status collapsed
25294
25295 \begin_layout Plain Layout
25296 Special characters
25297 \end_layout
25298
25299 \end_inset
25300
25301
25302 \end_layout
25303
25304 \begin_layout Subsection
25305 Special Characters in Mathematical Text
25306 \end_layout
25307
25308 \begin_layout Standard
25309 The following commands can only be used in mathematical text or in TeX-mode:
25310 \end_layout
25311
25312 \begin_layout Standard
25313 \begin_inset Space \hfill{}
25314 \end_inset
25315
25316
25317 \begin_inset Tabular
25318 <lyxtabular version="3" rows="8" columns="2">
25319 <features>
25320 <column alignment="block" valignment="top" width="0">
25321 <column alignment="block" valignment="top" width="0">
25322 <row>
25323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25324 \begin_inset Text
25325
25326 \begin_layout Plain Layout
25327 Command
25328 \end_layout
25329
25330 \end_inset
25331 </cell>
25332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25333 \begin_inset Text
25334
25335 \begin_layout Plain Layout
25336 Result
25337 \end_layout
25338
25339 \end_inset
25340 </cell>
25341 </row>
25342 <row>
25343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25344 \begin_inset Text
25345
25346 \begin_layout Plain Layout
25347
25348 \backslash
25349 oe
25350 \end_layout
25351
25352 \end_inset
25353 </cell>
25354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25355 \begin_inset Text
25356
25357 \begin_layout Plain Layout
25358 \begin_inset Formula $\textrm{\oe }$
25359 \end_inset
25360
25361
25362 \end_layout
25363
25364 \end_inset
25365 </cell>
25366 </row>
25367 <row>
25368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25369 \begin_inset Text
25370
25371 \begin_layout Plain Layout
25372
25373 \backslash
25374 OE
25375 \end_layout
25376
25377 \end_inset
25378 </cell>
25379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25380 \begin_inset Text
25381
25382 \begin_layout Plain Layout
25383 \begin_inset Formula $\textrm{\OE }$
25384 \end_inset
25385
25386
25387 \end_layout
25388
25389 \end_inset
25390 </cell>
25391 </row>
25392 <row>
25393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25394 \begin_inset Text
25395
25396 \begin_layout Plain Layout
25397
25398 \backslash
25399 ae
25400 \end_layout
25401
25402 \end_inset
25403 </cell>
25404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25405 \begin_inset Text
25406
25407 \begin_layout Plain Layout
25408 \begin_inset Formula $\textrm{\ae }$
25409 \end_inset
25410
25411
25412 \end_layout
25413
25414 \end_inset
25415 </cell>
25416 </row>
25417 <row>
25418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25419 \begin_inset Text
25420
25421 \begin_layout Plain Layout
25422
25423 \backslash
25424 AE
25425 \end_layout
25426
25427 \end_inset
25428 </cell>
25429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25430 \begin_inset Text
25431
25432 \begin_layout Plain Layout
25433 \begin_inset Formula $\textrm{\AE }$
25434 \end_inset
25435
25436
25437 \end_layout
25438
25439 \end_inset
25440 </cell>
25441 </row>
25442 <row>
25443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25444 \begin_inset Text
25445
25446 \begin_layout Plain Layout
25447
25448 \backslash
25449 aa
25450 \end_layout
25451
25452 \end_inset
25453 </cell>
25454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25455 \begin_inset Text
25456
25457 \begin_layout Plain Layout
25458 \begin_inset Formula $\textrm{\aa }$
25459 \end_inset
25460
25461
25462 \end_layout
25463
25464 \end_inset
25465 </cell>
25466 </row>
25467 <row>
25468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25469 \begin_inset Text
25470
25471 \begin_layout Plain Layout
25472
25473 \backslash
25474 AA
25475 \begin_inset Index
25476 status collapsed
25477
25478 \begin_layout Plain Layout
25479 \begin_inset ERT
25480 status collapsed
25481
25482 \begin_layout Plain Layout
25483
25484
25485 \backslash
25486
25487 \begin_inset ERT
25488 status collapsed
25489
25490 \begin_layout Plain Layout
25491
25492 {
25493 \end_layout
25494
25495 \end_inset
25496
25497
25498 \begin_inset ERT
25499 status collapsed
25500
25501 \begin_layout Plain Layout
25502
25503 }
25504 \end_layout
25505
25506 \end_inset
25507
25508
25509 \end_layout
25510
25511 \end_inset
25512
25513 @
25514 \begin_inset ERT
25515 status collapsed
25516
25517 \begin_layout Plain Layout
25518
25519
25520 \backslash
25521
25522 \begin_inset ERT
25523 status collapsed
25524
25525 \begin_layout Plain Layout
25526
25527 {
25528 \end_layout
25529
25530 \end_inset
25531
25532
25533 \begin_inset ERT
25534 status collapsed
25535
25536 \begin_layout Plain Layout
25537
25538 }
25539 \end_layout
25540
25541 \end_inset
25542
25543
25544 \end_layout
25545
25546 \end_inset
25547
25548 textrm
25549 \begin_inset ERT
25550 status collapsed
25551
25552 \begin_layout Plain Layout
25553
25554 {
25555 \end_layout
25556
25557 \end_inset
25558
25559
25560 \begin_inset ERT
25561 status collapsed
25562
25563 \begin_layout Plain Layout
25564
25565
25566 \backslash
25567
25568 \begin_inset ERT
25569 status collapsed
25570
25571 \begin_layout Plain Layout
25572
25573 {
25574 \end_layout
25575
25576 \end_inset
25577
25578
25579 \begin_inset ERT
25580 status collapsed
25581
25582 \begin_layout Plain Layout
25583
25584 }
25585 \end_layout
25586
25587 \end_inset
25588
25589
25590 \end_layout
25591
25592 \end_inset
25593
25594 AA
25595 \begin_inset ERT
25596 status collapsed
25597
25598 \begin_layout Plain Layout
25599
25600 }
25601 \end_layout
25602
25603 \end_inset
25604
25605
25606 \end_layout
25607
25608 \end_inset
25609
25610
25611 \end_layout
25612
25613 \end_inset
25614 </cell>
25615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25616 \begin_inset Text
25617
25618 \begin_layout Plain Layout
25619 \begin_inset Formula $\textrm{\AA}$
25620 \end_inset
25621
25622
25623 \end_layout
25624
25625 \end_inset
25626 </cell>
25627 </row>
25628 <row>
25629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25630 \begin_inset Text
25631
25632 \begin_layout Plain Layout
25633
25634 \backslash
25635 i
25636 \end_layout
25637
25638 \end_inset
25639 </cell>
25640 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25641 \begin_inset Text
25642
25643 \begin_layout Plain Layout
25644 \begin_inset Formula $\textrm{\i }$
25645 \end_inset
25646
25647
25648 \end_layout
25649
25650 \end_inset
25651 </cell>
25652 </row>
25653 </lyxtabular>
25654
25655 \end_inset
25656
25657
25658 \begin_inset Space \hfill{}
25659 \end_inset
25660
25661
25662 \begin_inset Tabular
25663 <lyxtabular version="3" rows="8" columns="2">
25664 <features>
25665 <column alignment="block" valignment="top" width="0">
25666 <column alignment="center" valignment="top" width="0">
25667 <row>
25668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25669 \begin_inset Text
25670
25671 \begin_layout Plain Layout
25672 command
25673 \begin_inset Note Note
25674 status collapsed
25675
25676 \begin_layout Plain Layout
25677
25678 \series bold
25679
25680 \backslash
25681 hspace{0mm}
25682 \series default
25683  is used for separation, because otherwise the output will be ¡ and ¿ respective
25684 ly.
25685 \end_layout
25686
25687 \end_inset
25688
25689
25690 \end_layout
25691
25692 \end_inset
25693 </cell>
25694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25695 \begin_inset Text
25696
25697 \begin_layout Plain Layout
25698 Result
25699 \end_layout
25700
25701 \end_inset
25702 </cell>
25703 </row>
25704 <row>
25705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25706 \begin_inset Text
25707
25708 \begin_layout Plain Layout
25709
25710 \backslash
25711 o
25712 \end_layout
25713
25714 \end_inset
25715 </cell>
25716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25717 \begin_inset Text
25718
25719 \begin_layout Plain Layout
25720 \begin_inset Formula $\textrm{\o }$
25721 \end_inset
25722
25723
25724 \end_layout
25725
25726 \end_inset
25727 </cell>
25728 </row>
25729 <row>
25730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25731 \begin_inset Text
25732
25733 \begin_layout Plain Layout
25734
25735 \backslash
25736 O
25737 \end_layout
25738
25739 \end_inset
25740 </cell>
25741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25742 \begin_inset Text
25743
25744 \begin_layout Plain Layout
25745 \begin_inset Formula $\textrm{\O}$
25746 \end_inset
25747
25748
25749 \end_layout
25750
25751 \end_inset
25752 </cell>
25753 </row>
25754 <row>
25755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25756 \begin_inset Text
25757
25758 \begin_layout Plain Layout
25759
25760 \backslash
25761 l
25762 \end_layout
25763
25764 \end_inset
25765 </cell>
25766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25767 \begin_inset Text
25768
25769 \begin_layout Plain Layout
25770 \begin_inset Formula $\textrm{\l }$
25771 \end_inset
25772
25773
25774 \end_layout
25775
25776 \end_inset
25777 </cell>
25778 </row>
25779 <row>
25780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25781 \begin_inset Text
25782
25783 \begin_layout Plain Layout
25784
25785 \backslash
25786 L
25787 \end_layout
25788
25789 \end_inset
25790 </cell>
25791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25792 \begin_inset Text
25793
25794 \begin_layout Plain Layout
25795 \begin_inset Formula $\textrm{\L }$
25796 \end_inset
25797
25798
25799 \end_layout
25800
25801 \end_inset
25802 </cell>
25803 </row>
25804 <row>
25805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25806 \begin_inset Text
25807
25808 \begin_layout Plain Layout
25809 !
25810 \begin_inset ERT
25811 status collapsed
25812
25813 \begin_layout Plain Layout
25814
25815
25816 \backslash
25817 hspace{0mm}
25818 \end_layout
25819
25820 \end_inset
25821
25822 `
25823 \begin_inset ERT
25824 status collapsed
25825
25826 \begin_layout Plain Layout
25827
25828
25829 \backslash
25830 spce 
25831 \end_layout
25832
25833 \end_inset
25834
25835
25836 \end_layout
25837
25838 \end_inset
25839 </cell>
25840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25841 \begin_inset Text
25842
25843 \begin_layout Plain Layout
25844 \begin_inset Formula $\textrm{!`}$
25845 \end_inset
25846
25847
25848 \end_layout
25849
25850 \end_inset
25851 </cell>
25852 </row>
25853 <row>
25854 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25855 \begin_inset Text
25856
25857 \begin_layout Plain Layout
25858 ?
25859 \begin_inset ERT
25860 status collapsed
25861
25862 \begin_layout Plain Layout
25863
25864
25865 \backslash
25866 hspace{0mm}
25867 \end_layout
25868
25869 \end_inset
25870
25871 `
25872 \begin_inset ERT
25873 status collapsed
25874
25875 \begin_layout Plain Layout
25876
25877
25878 \backslash
25879 spce 
25880 \end_layout
25881
25882 \end_inset
25883
25884
25885 \end_layout
25886
25887 \end_inset
25888 </cell>
25889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25890 \begin_inset Text
25891
25892 \begin_layout Plain Layout
25893 \begin_inset Formula $\textrm{?`}$
25894 \end_inset
25895
25896
25897 \end_layout
25898
25899 \end_inset
25900 </cell>
25901 </row>
25902 <row>
25903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25904 \begin_inset Text
25905
25906 \begin_layout Plain Layout
25907
25908 \backslash
25909 j
25910 \end_layout
25911
25912 \end_inset
25913 </cell>
25914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25915 \begin_inset Text
25916
25917 \begin_layout Plain Layout
25918 \begin_inset Formula $\textrm{\j }$
25919 \end_inset
25920
25921
25922 \end_layout
25923
25924 \end_inset
25925 </cell>
25926 </row>
25927 </lyxtabular>
25928
25929 \end_inset
25930
25931
25932 \begin_inset Space \hfill{}
25933 \end_inset
25934
25935
25936 \end_layout
25937
25938 \begin_layout Standard
25939 The characters 
25940 \begin_inset Formula $\textrm{\textrm{Å}}$
25941 \end_inset
25942
25943  and 
25944 \begin_inset Formula $\textrm{\textrm{Ø}}$
25945 \end_inset
25946
25947  can also be inserted via the math toolbar button 
25948 \begin_inset Graphics
25949         filename ../images/math/digamma.png
25950         embed ""
25951         scale 85
25952
25953 \end_inset
25954
25955 .
25956 \end_layout
25957
25958 \begin_layout Standard
25959 An exception are the commands 
25960 \series bold
25961 !
25962 \begin_inset ERT
25963 status collapsed
25964
25965 \begin_layout Plain Layout
25966
25967
25968 \backslash
25969 hspace{0mm}
25970 \end_layout
25971
25972 \end_inset
25973
25974 `
25975 \series default
25976  and 
25977 \series bold
25978 ?
25979 \begin_inset ERT
25980 status collapsed
25981
25982 \begin_layout Plain Layout
25983
25984
25985 \backslash
25986 hspace{0mm}
25987 \end_layout
25988
25989 \end_inset
25990
25991 `
25992 \series default
25993 , because they can be inserted in LyX directly to text.
25994 \end_layout
25995
25996 \begin_layout Subsection
25997 Accents in Text
25998 \begin_inset CommandInset label
25999 LatexCommand label
26000 name "sub:Accents-in-Text"
26001
26002 \end_inset
26003
26004
26005 \begin_inset Index
26006 status collapsed
26007
26008 \begin_layout Plain Layout
26009 Accents ! in text
26010 \end_layout
26011
26012 \end_inset
26013
26014
26015 \end_layout
26016
26017 \begin_layout Standard
26018 With the following commands all letters can be accented.
26019  The commands must be inserted in TeX-mode.
26020 \end_layout
26021
26022 \begin_layout Standard
26023 \begin_inset Space \hfill{}
26024 \end_inset
26025
26026
26027 \begin_inset Tabular
26028 <lyxtabular version="3" rows="8" columns="2">
26029 <features>
26030 <column alignment="block" valignment="top" width="0">
26031 <column alignment="block" valignment="top" width="0">
26032 <row>
26033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26034 \begin_inset Text
26035
26036 \begin_layout Plain Layout
26037 Command
26038 \end_layout
26039
26040 \end_inset
26041 </cell>
26042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26043 \begin_inset Text
26044
26045 \begin_layout Plain Layout
26046 Result
26047 \end_layout
26048
26049 \end_inset
26050 </cell>
26051 </row>
26052 <row>
26053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26054 \begin_inset Text
26055
26056 \begin_layout Plain Layout
26057
26058 \backslash
26059
26060 \begin_inset Quotes grd
26061 \end_inset
26062
26063 e
26064 \end_layout
26065
26066 \end_inset
26067 </cell>
26068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26069 \begin_inset Text
26070
26071 \begin_layout Plain Layout
26072 \begin_inset ERT
26073 status collapsed
26074
26075 \begin_layout Plain Layout
26076
26077
26078 \backslash
26079 "e
26080 \end_layout
26081
26082 \end_inset
26083
26084
26085 \end_layout
26086
26087 \end_inset
26088 </cell>
26089 </row>
26090 <row>
26091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26092 \begin_inset Text
26093
26094 \begin_layout Plain Layout
26095
26096 \backslash
26097 `e
26098 \end_layout
26099
26100 \end_inset
26101 </cell>
26102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26103 \begin_inset Text
26104
26105 \begin_layout Plain Layout
26106 \begin_inset ERT
26107 status collapsed
26108
26109 \begin_layout Plain Layout
26110
26111
26112 \backslash
26113 `e
26114 \end_layout
26115
26116 \end_inset
26117
26118
26119 \end_layout
26120
26121 \end_inset
26122 </cell>
26123 </row>
26124 <row>
26125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26126 \begin_inset Text
26127
26128 \begin_layout Plain Layout
26129
26130 \backslash
26131 ^
26132 \begin_inset ERT
26133 status collapsed
26134
26135 \begin_layout Plain Layout
26136
26137
26138 \backslash
26139 spce 
26140 \end_layout
26141
26142 \end_inset
26143
26144 e
26145 \end_layout
26146
26147 \end_inset
26148 </cell>
26149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26150 \begin_inset Text
26151
26152 \begin_layout Plain Layout
26153 \begin_inset ERT
26154 status collapsed
26155
26156 \begin_layout Plain Layout
26157
26158
26159 \backslash
26160 ^e
26161 \end_layout
26162
26163 \end_inset
26164
26165
26166 \end_layout
26167
26168 \end_inset
26169 </cell>
26170 </row>
26171 <row>
26172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26173 \begin_inset Text
26174
26175 \begin_layout Plain Layout
26176
26177 \backslash
26178 =e
26179 \end_layout
26180
26181 \end_inset
26182 </cell>
26183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26184 \begin_inset Text
26185
26186 \begin_layout Plain Layout
26187 \begin_inset ERT
26188 status collapsed
26189
26190 \begin_layout Plain Layout
26191
26192
26193 \backslash
26194 =e
26195 \end_layout
26196
26197 \end_inset
26198
26199
26200 \end_layout
26201
26202 \end_inset
26203 </cell>
26204 </row>
26205 <row>
26206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26207 \begin_inset Text
26208
26209 \begin_layout Plain Layout
26210
26211 \backslash
26212 u
26213 \begin_inset ERT
26214 status collapsed
26215
26216 \begin_layout Plain Layout
26217
26218
26219 \backslash
26220 spce 
26221 \end_layout
26222
26223 \end_inset
26224
26225 e
26226 \end_layout
26227
26228 \end_inset
26229 </cell>
26230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26231 \begin_inset Text
26232
26233 \begin_layout Plain Layout
26234 \begin_inset ERT
26235 status collapsed
26236
26237 \begin_layout Plain Layout
26238
26239
26240 \backslash
26241 u e
26242 \end_layout
26243
26244 \end_inset
26245
26246
26247 \end_layout
26248
26249 \end_inset
26250 </cell>
26251 </row>
26252 <row>
26253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26254 \begin_inset Text
26255
26256 \begin_layout Plain Layout
26257
26258 \backslash
26259 b
26260 \begin_inset ERT
26261 status collapsed
26262
26263 \begin_layout Plain Layout
26264
26265
26266 \backslash
26267 spce 
26268 \end_layout
26269
26270 \end_inset
26271
26272 e
26273 \end_layout
26274
26275 \end_inset
26276 </cell>
26277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26278 \begin_inset Text
26279
26280 \begin_layout Plain Layout
26281 \begin_inset ERT
26282 status collapsed
26283
26284 \begin_layout Plain Layout
26285
26286
26287 \backslash
26288 b e
26289 \end_layout
26290
26291 \end_inset
26292
26293
26294 \end_layout
26295
26296 \end_inset
26297 </cell>
26298 </row>
26299 <row>
26300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26301 \begin_inset Text
26302
26303 \begin_layout Plain Layout
26304
26305 \backslash
26306 t
26307 \begin_inset ERT
26308 status collapsed
26309
26310 \begin_layout Plain Layout
26311
26312
26313 \backslash
26314 spce 
26315 \end_layout
26316
26317 \end_inset
26318
26319 ee
26320 \end_layout
26321
26322 \end_inset
26323 </cell>
26324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26325 \begin_inset Text
26326
26327 \begin_layout Plain Layout
26328 \begin_inset ERT
26329 status collapsed
26330
26331 \begin_layout Plain Layout
26332
26333
26334 \backslash
26335 t ee
26336 \end_layout
26337
26338 \end_inset
26339
26340
26341 \end_layout
26342
26343 \end_inset
26344 </cell>
26345 </row>
26346 </lyxtabular>
26347
26348 \end_inset
26349
26350
26351 \begin_inset Space \hfill{}
26352 \end_inset
26353
26354
26355 \begin_inset Tabular
26356 <lyxtabular version="3" rows="8" columns="2">
26357 <features>
26358 <column alignment="block" valignment="top" width="0">
26359 <column alignment="center" valignment="top" width="0">
26360 <row>
26361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26362 \begin_inset Text
26363
26364 \begin_layout Plain Layout
26365 Command
26366 \end_layout
26367
26368 \end_inset
26369 </cell>
26370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26371 \begin_inset Text
26372
26373 \begin_layout Plain Layout
26374 Result
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 </row>
26380 <row>
26381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26382 \begin_inset Text
26383
26384 \begin_layout Plain Layout
26385
26386 \backslash
26387 H
26388 \begin_inset ERT
26389 status collapsed
26390
26391 \begin_layout Plain Layout
26392
26393
26394 \backslash
26395 spce 
26396 \end_layout
26397
26398 \end_inset
26399
26400 e
26401 \end_layout
26402
26403 \end_inset
26404 </cell>
26405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26406 \begin_inset Text
26407
26408 \begin_layout Plain Layout
26409 \begin_inset ERT
26410 status collapsed
26411
26412 \begin_layout Plain Layout
26413
26414
26415 \backslash
26416 H e
26417 \end_layout
26418
26419 \end_inset
26420
26421
26422 \end_layout
26423
26424 \end_inset
26425 </cell>
26426 </row>
26427 <row>
26428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26429 \begin_inset Text
26430
26431 \begin_layout Plain Layout
26432
26433 \backslash
26434 'e
26435 \end_layout
26436
26437 \end_inset
26438 </cell>
26439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26440 \begin_inset Text
26441
26442 \begin_layout Plain Layout
26443 \begin_inset ERT
26444 status collapsed
26445
26446 \begin_layout Plain Layout
26447
26448
26449 \backslash
26450 'e
26451 \end_layout
26452
26453 \end_inset
26454
26455
26456 \end_layout
26457
26458 \end_inset
26459 </cell>
26460 </row>
26461 <row>
26462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26463 \begin_inset Text
26464
26465 \begin_layout Plain Layout
26466
26467 \backslash
26468 ~e
26469 \begin_inset Index
26470 status collapsed
26471
26472 \begin_layout Plain Layout
26473 Tilde
26474 \end_layout
26475
26476 \end_inset
26477
26478
26479 \end_layout
26480
26481 \end_inset
26482 </cell>
26483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26484 \begin_inset Text
26485
26486 \begin_layout Plain Layout
26487 \begin_inset ERT
26488 status collapsed
26489
26490 \begin_layout Plain Layout
26491
26492
26493 \backslash
26494 ~e
26495 \end_layout
26496
26497 \end_inset
26498
26499
26500 \end_layout
26501
26502 \end_inset
26503 </cell>
26504 </row>
26505 <row>
26506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26507 \begin_inset Text
26508
26509 \begin_layout Plain Layout
26510
26511 \backslash
26512 .e
26513 \end_layout
26514
26515 \end_inset
26516 </cell>
26517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26518 \begin_inset Text
26519
26520 \begin_layout Plain Layout
26521 \begin_inset ERT
26522 status collapsed
26523
26524 \begin_layout Plain Layout
26525
26526
26527 \backslash
26528 .e
26529 \end_layout
26530
26531 \end_inset
26532
26533
26534 \end_layout
26535
26536 \end_inset
26537 </cell>
26538 </row>
26539 <row>
26540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26541 \begin_inset Text
26542
26543 \begin_layout Plain Layout
26544
26545 \backslash
26546 v
26547 \begin_inset ERT
26548 status collapsed
26549
26550 \begin_layout Plain Layout
26551
26552
26553 \backslash
26554 spce 
26555 \end_layout
26556
26557 \end_inset
26558
26559 e
26560 \end_layout
26561
26562 \end_inset
26563 </cell>
26564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26565 \begin_inset Text
26566
26567 \begin_layout Plain Layout
26568 \begin_inset ERT
26569 status collapsed
26570
26571 \begin_layout Plain Layout
26572
26573
26574 \backslash
26575 v e
26576 \end_layout
26577
26578 \end_inset
26579
26580
26581 \end_layout
26582
26583 \end_inset
26584 </cell>
26585 </row>
26586 <row>
26587 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26588 \begin_inset Text
26589
26590 \begin_layout Plain Layout
26591
26592 \backslash
26593 d
26594 \begin_inset ERT
26595 status collapsed
26596
26597 \begin_layout Plain Layout
26598
26599
26600 \backslash
26601 spce 
26602 \end_layout
26603
26604 \end_inset
26605
26606 e
26607 \end_layout
26608
26609 \end_inset
26610 </cell>
26611 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26612 \begin_inset Text
26613
26614 \begin_layout Plain Layout
26615 \begin_inset ERT
26616 status collapsed
26617
26618 \begin_layout Plain Layout
26619
26620
26621 \backslash
26622 d e
26623 \end_layout
26624
26625 \end_inset
26626
26627
26628 \end_layout
26629
26630 \end_inset
26631 </cell>
26632 </row>
26633 <row>
26634 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26635 \begin_inset Text
26636
26637 \begin_layout Plain Layout
26638
26639 \backslash
26640 c
26641 \begin_inset ERT
26642 status collapsed
26643
26644 \begin_layout Plain Layout
26645
26646
26647 \backslash
26648 spce 
26649 \end_layout
26650
26651 \end_inset
26652
26653 e
26654 \end_layout
26655
26656 \end_inset
26657 </cell>
26658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26659 \begin_inset Text
26660
26661 \begin_layout Plain Layout
26662 \begin_inset ERT
26663 status collapsed
26664
26665 \begin_layout Plain Layout
26666
26667
26668 \backslash
26669 c e
26670 \end_layout
26671
26672 \end_inset
26673
26674
26675 \end_layout
26676
26677 \end_inset
26678 </cell>
26679 </row>
26680 </lyxtabular>
26681
26682 \end_inset
26683
26684
26685 \begin_inset Space \hfill{}
26686 \end_inset
26687
26688
26689 \end_layout
26690
26691 \begin_layout Standard
26692 \begin_inset VSpace medskip
26693 \end_inset
26694
26695 With the command 
26696 \series bold
26697
26698 \backslash
26699 t
26700 \series default
26701  also two different characters can be accented.
26702  The command 
26703 \series bold
26704
26705 \backslash
26706 t
26707 \begin_inset ERT
26708 status collapsed
26709
26710 \begin_layout Plain Layout
26711
26712
26713 \backslash
26714 spce 
26715 \end_layout
26716
26717 \end_inset
26718
26719 sz
26720 \series default
26721  creates: 
26722 \begin_inset ERT
26723 status collapsed
26724
26725 \begin_layout Plain Layout
26726
26727
26728 \backslash
26729 t sz
26730 \end_layout
26731
26732 \end_inset
26733
26734
26735 \end_layout
26736
26737 \begin_layout Standard
26738 The accents 
26739 \series bold
26740 `
26741 \series default
26742  , 
26743 \series bold
26744 '
26745 \series default
26746  , and 
26747 \series bold
26748 ^
26749 \series default
26750  can in combination with vowels directly be inserted with the keyboard without
26751  using TeX-mode.
26752  The same applies for the tilde
26753 \begin_inset Foot
26754 status collapsed
26755
26756 \begin_layout Plain Layout
26757 This only applies for keyboards where the tilde is defined as accent.
26758 \end_layout
26759
26760 \end_inset
26761
26762  
26763 \series bold
26764 ~
26765 \series default
26766  in combination with 
26767 \emph on
26768 a
26769 \emph default
26770  , 
26771 \emph on
26772 n
26773 \emph default
26774  , or 
26775 \emph on
26776 o
26777 \emph default
26778 .
26779 \end_layout
26780
26781 \begin_layout Standard
26782 The commands 
26783 \series bold
26784
26785 \backslash
26786 b
26787 \series default
26788  , 
26789 \series bold
26790
26791 \backslash
26792 c
26793 \series default
26794  , 
26795 \series bold
26796
26797 \backslash
26798 d
26799 \series default
26800  , 
26801 \series bold
26802
26803 \backslash
26804 H
26805 \series default
26806  , 
26807 \series bold
26808
26809 \backslash
26810 t
26811 \series default
26812  , 
26813 \series bold
26814
26815 \backslash
26816 u
26817 \series default
26818  , 
26819 \series bold
26820
26821 \backslash
26822 v
26823 \series default
26824 , and accents inserted directly with the keyboard are also available in
26825  mathematical text.
26826  For the other accents there are special math commands to be used in formulas,
26827  see 
26828 \begin_inset CommandInset ref
26829 LatexCommand ref
26830 reference "sub:Accents-for-one"
26831
26832 \end_inset
26833
26834 .
26835 \end_layout
26836
26837 \begin_layout Standard
26838 \begin_inset VSpace bigskip
26839 \end_inset
26840
26841 Furthermore, with the command 
26842 \series bold
26843
26844 \backslash
26845 textcircled
26846 \series default
26847
26848 \begin_inset Index
26849 status collapsed
26850
26851 \begin_layout Plain Layout
26852 Commands ! T ! 
26853 \backslash
26854 textcircled
26855 \end_layout
26856
26857 \end_inset
26858
26859  all numbers and letters can be set into a circle, quasi accented with a
26860  circle, similar to the the copyright symbol.
26861 \end_layout
26862
26863 \begin_layout Standard
26864 \align center
26865 \begin_inset Tabular
26866 <lyxtabular version="3" rows="3" columns="2">
26867 <features>
26868 <column alignment="center" valignment="top" width="0">
26869 <column alignment="center" valignment="top" width="0">
26870 <row>
26871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26872 \begin_inset Text
26873
26874 \begin_layout Plain Layout
26875 Command
26876 \end_layout
26877
26878 \end_inset
26879 </cell>
26880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26881 \begin_inset Text
26882
26883 \begin_layout Plain Layout
26884 Result
26885 \begin_inset Note Note
26886 status collapsed
26887
26888 \begin_layout Plain Layout
26889
26890 \series bold
26891
26892 \backslash
26893 raisebox
26894 \series default
26895  is only used as spacer.
26896 \end_layout
26897
26898 \end_inset
26899
26900
26901 \end_layout
26902
26903 \end_inset
26904 </cell>
26905 </row>
26906 <row>
26907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26908 \begin_inset Text
26909
26910 \begin_layout Plain Layout
26911
26912 \backslash
26913 textcircled{w}
26914 \end_layout
26915
26916 \end_inset
26917 </cell>
26918 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26919 \begin_inset Text
26920
26921 \begin_layout Plain Layout
26922 \begin_inset ERT
26923 status collapsed
26924
26925 \begin_layout Plain Layout
26926
26927
26928 \backslash
26929 textcircled{w}
26930 \end_layout
26931
26932 \end_inset
26933
26934
26935 \end_layout
26936
26937 \end_inset
26938 </cell>
26939 </row>
26940 <row>
26941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26942 \begin_inset Text
26943
26944 \begin_layout Plain Layout
26945
26946 \backslash
26947 Large 
26948 \backslash
26949 textcircled{
26950 \backslash
26951 normalsize
26952 \backslash
26953 protect
26954 \backslash
26955 raisebox{-1.5pt}{W}}
26956 \end_layout
26957
26958 \end_inset
26959 </cell>
26960 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26961 \begin_inset Text
26962
26963 \begin_layout Plain Layout
26964 \begin_inset Formula $\raisebox {4.5mm}{}$
26965 \end_inset
26966
26967
26968 \begin_inset ERT
26969 status collapsed
26970
26971 \begin_layout Plain Layout
26972
26973
26974 \backslash
26975 Large 
26976 \backslash
26977 textcircled{
26978 \backslash
26979 normalsize
26980 \backslash
26981 protect
26982 \backslash
26983 raisebox{-1.5pt}W}
26984 \end_layout
26985
26986 \end_inset
26987
26988
26989 \begin_inset Formula $\raisebox {-2mm}{}$
26990 \end_inset
26991
26992
26993 \end_layout
26994
26995 \end_inset
26996 </cell>
26997 </row>
26998 </lyxtabular>
26999
27000 \end_inset
27001
27002
27003 \end_layout
27004
27005 \begin_layout Standard
27006 One has to take care that the character fits in the circle.
27007  
27008 \series bold
27009
27010 \backslash
27011 Large
27012 \series default
27013
27014 \begin_inset Foot
27015 status collapsed
27016
27017 \begin_layout Plain Layout
27018 see 
27019 \begin_inset CommandInset ref
27020 LatexCommand ref
27021 reference "sub:Font-Sizes"
27022
27023 \end_inset
27024
27025
27026 \end_layout
27027
27028 \end_inset
27029
27030  specifies thereby the size of the circle.
27031  With the help of 
27032 \series bold
27033
27034 \backslash
27035 raisebox
27036 \series default
27037
27038 \begin_inset Foot
27039 status collapsed
27040
27041 \begin_layout Plain Layout
27042 see 
27043 \begin_inset CommandInset ref
27044 LatexCommand ref
27045 reference "sub:Boxes-without-Frame"
27046
27047 \end_inset
27048
27049
27050 \end_layout
27051
27052 \end_inset
27053
27054  the character can be centered.
27055 \end_layout
27056
27057 \begin_layout Subsection
27058 Minuscule Numbers
27059 \begin_inset Index
27060 status collapsed
27061
27062 \begin_layout Plain Layout
27063 Minuscule numbers
27064 \end_layout
27065
27066 \end_inset
27067
27068
27069 \end_layout
27070
27071 \begin_layout Standard
27072 Minuscule numbers are created with the command 
27073 \series bold
27074
27075 \backslash
27076 oldstylenums
27077 \series default
27078
27079 \begin_inset Index
27080 status collapsed
27081
27082 \begin_layout Plain Layout
27083 Commands ! O ! 
27084 \backslash
27085 oldstylenums
27086 \end_layout
27087
27088 \end_inset
27089
27090 .
27091  The command can be used in formulas and in TeX-mode.
27092  The command scheme is:
27093 \end_layout
27094
27095 \begin_layout Standard
27096
27097 \series bold
27098
27099 \backslash
27100 oldstylenums{number}
27101 \end_layout
27102
27103 \begin_layout Standard
27104 The command 
27105 \series bold
27106
27107 \backslash
27108 oldstylenums{0123456789
27109 \series default
27110  produces: 
27111 \begin_inset Formula $\oldstylenums {0123456789}$
27112 \end_inset
27113
27114
27115 \end_layout
27116
27117 \begin_layout Subsection
27118 Miscellaneous Special Characters
27119 \begin_inset CommandInset label
27120 LatexCommand label
27121 name "sub:Miscellaneous-Special-Characters"
27122
27123 \end_inset
27124
27125
27126 \begin_inset Index
27127 status collapsed
27128
27129 \begin_layout Plain Layout
27130 Special characters ! miscellaneous
27131 \end_layout
27132
27133 \end_inset
27134
27135
27136 \end_layout
27137
27138 \begin_layout Standard
27139 The following characters can only be inserted to formulas by using commands:
27140 \end_layout
27141
27142 \begin_layout Standard
27143 \align center
27144 \begin_inset Tabular
27145 <lyxtabular version="3" rows="4" columns="2">
27146 <features>
27147 <column alignment="center" valignment="top" width="0">
27148 <column alignment="center" valignment="top" width="0">
27149 <row>
27150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27151 \begin_inset Text
27152
27153 \begin_layout Plain Layout
27154 Command
27155 \end_layout
27156
27157 \end_inset
27158 </cell>
27159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27160 \begin_inset Text
27161
27162 \begin_layout Plain Layout
27163 Result
27164 \end_layout
27165
27166 \end_inset
27167 </cell>
27168 </row>
27169 <row>
27170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27171 \begin_inset Text
27172
27173 \begin_layout Plain Layout
27174
27175 \backslash
27176 ^
27177 \begin_inset ERT
27178 status collapsed
27179
27180 \begin_layout Plain Layout
27181
27182
27183 \backslash
27184 spce 
27185 \end_layout
27186
27187 \end_inset
27188
27189
27190 \end_layout
27191
27192 \end_inset
27193 </cell>
27194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27195 \begin_inset Text
27196
27197 \begin_layout Plain Layout
27198 \begin_inset Formula $\mathcircumflex$
27199 \end_inset
27200
27201
27202 \end_layout
27203
27204 \end_inset
27205 </cell>
27206 </row>
27207 <row>
27208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27209 \begin_inset Text
27210
27211 \begin_layout Plain Layout
27212
27213 \backslash
27214 _
27215 \end_layout
27216
27217 \end_inset
27218 </cell>
27219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27220 \begin_inset Text
27221
27222 \begin_layout Plain Layout
27223 \begin_inset Formula $\_{} {}{}{}{}{}{}$
27224 \end_inset
27225
27226
27227 \end_layout
27228
27229 \end_inset
27230 </cell>
27231 </row>
27232 <row>
27233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27234 \begin_inset Text
27235
27236 \begin_layout Plain Layout
27237 ^
27238 \begin_inset ERT
27239 status collapsed
27240
27241 \begin_layout Plain Layout
27242
27243
27244 \backslash
27245 spce 
27246 \end_layout
27247
27248 \end_inset
27249
27250
27251 \backslash
27252 circ
27253 \begin_inset Index
27254 status collapsed
27255
27256 \begin_layout Plain Layout
27257 °
27258 \end_layout
27259
27260 \end_inset
27261
27262
27263 \end_layout
27264
27265 \end_inset
27266 </cell>
27267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27268 \begin_inset Text
27269
27270 \begin_layout Plain Layout
27271 \begin_inset Formula $^{\circ}$
27272 \end_inset
27273
27274
27275 \end_layout
27276
27277 \end_inset
27278 </cell>
27279 </row>
27280 </lyxtabular>
27281
27282 \end_inset
27283
27284
27285 \end_layout
27286
27287 \begin_layout Standard
27288 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27289  contains the following line
27290 \begin_inset Foot
27291 status collapsed
27292
27293 \begin_layout Plain Layout
27294 More about this is described in 
27295 \begin_inset CommandInset ref
27296 LatexCommand ref
27297 reference "sub:Text-Characters-in"
27298
27299 \end_inset
27300
27301 .
27302 \end_layout
27303
27304 \end_inset
27305
27306 :
27307 \end_layout
27308
27309 \begin_layout Standard
27310
27311 \series bold
27312
27313 \backslash
27314 DeclareInputtext{176}{
27315 \backslash
27316 ifmmode^
27317 \backslash
27318 circ
27319 \backslash
27320 else
27321 \backslash
27322 textdegree
27323 \backslash
27324 f\SpecialChar \textcompwordmark{}
27325 i}
27326 \end_layout
27327
27328 \begin_layout Standard
27329 \begin_inset VSpace bigskip
27330 \end_inset
27331
27332 The tilde
27333 \begin_inset Index
27334 status collapsed
27335
27336 \begin_layout Plain Layout
27337 Tilde
27338 \end_layout
27339
27340 \end_inset
27341
27342  is designed as accent, thus is looks alone a bit misplaced: ~
27343 \begin_inset Newline newline
27344 \end_inset
27345
27346 But for web addresses (URLs) sometimes a single tilde is needed.
27347  In this case the relation sign 
27348 \series bold
27349
27350 \backslash
27351 sim
27352 \begin_inset Foot
27353 status collapsed
27354
27355 \begin_layout Plain Layout
27356 see 
27357 \begin_inset CommandInset ref
27358 LatexCommand ref
27359 reference "sec:Relations"
27360
27361 \end_inset
27362
27363
27364 \end_layout
27365
27366 \end_inset
27367
27368
27369 \series default
27370  is used in a formula.
27371  As a formula cannot be created in an URL-box (menu 
27372 \family sans
27373 Insert\SpecialChar \menuseparator
27374 URL
27375 \family default
27376 ), the URL is inserted as normal text with the font style '
27377 \family typewriter
27378 typewriter
27379 \family default
27380 '.
27381  Should the URL be a hyperlink in the DVI- or PDF-output, the command 
27382 \series bold
27383
27384 \backslash
27385 href
27386 \series default
27387
27388 \begin_inset Foot
27389 status collapsed
27390
27391 \begin_layout Plain Layout
27392
27393 \series bold
27394
27395 \backslash
27396 href
27397 \series default
27398  can only be used together with the LaTeX-package 
27399 \series bold
27400 hyperref
27401 \series default
27402
27403 \begin_inset Index
27404 status collapsed
27405
27406 \begin_layout Plain Layout
27407 Packages ! hyperref
27408 \end_layout
27409
27410 \end_inset
27411
27412 .
27413  More about 
27414 \series bold
27415
27416 \backslash
27417 href
27418 \series default
27419  is written in the section 
27420 \family typewriter
27421 URL
27422 \family default
27423  in the 
27424 \family typewriter
27425 Embedded
27426 \begin_inset Space ~
27427 \end_inset
27428
27429 Objects
27430 \family default
27431  manual.
27432 \end_layout
27433
27434 \end_inset
27435
27436
27437 \begin_inset Index
27438 status collapsed
27439
27440 \begin_layout Plain Layout
27441 Commands ! H ! 
27442 \backslash
27443 href
27444 \end_layout
27445
27446 \end_inset
27447
27448  is used.
27449 \end_layout
27450
27451 \begin_layout Standard
27452 As example an URL with a tilde:
27453 \end_layout
27454
27455 \begin_layout Standard
27456 as text: 
27457 \family typewriter
27458 http://www.lyx.org/
27459 \begin_inset Formula $\sim$
27460 \end_inset
27461
27462 mustermann
27463 \end_layout
27464
27465 \begin_layout Standard
27466 with 
27467 \series bold
27468
27469 \backslash
27470 href
27471 \series default
27472
27473 \begin_inset ERT
27474 status collapsed
27475
27476 \begin_layout Plain Layout
27477
27478
27479 \backslash
27480 href{http://www.lyx.org/~mustermann}{
27481 \end_layout
27482
27483 \end_inset
27484
27485 http://www.lyx.org/
27486 \begin_inset Formula $\sim$
27487 \end_inset
27488
27489 mustermann
27490 \begin_inset ERT
27491 status collapsed
27492
27493 \begin_layout Plain Layout
27494
27495 }
27496 \end_layout
27497
27498 \end_inset
27499
27500
27501 \end_layout
27502
27503 \begin_layout Section
27504 Formula Styles
27505 \begin_inset CommandInset label
27506 LatexCommand label
27507 name "sec:Formula-Styles"
27508
27509 \end_inset
27510
27511
27512 \begin_inset Index
27513 status collapsed
27514
27515 \begin_layout Plain Layout
27516 Formula ! styles
27517 \end_layout
27518
27519 \end_inset
27520
27521
27522 \end_layout
27523
27524 \begin_layout Itemize
27525 There are two different alignment styles:
27526 \end_layout
27527
27528 \begin_deeper
27529 \begin_layout Description
27530 Centered is the predefined standard
27531 \end_layout
27532
27533 \begin_layout Description
27534 Indented for this the option 
27535 \series bold
27536 fleqn
27537 \series default
27538  must be inserted in the menu 
27539 \family sans
27540 Document\SpecialChar \menuseparator
27541 Settings
27542 \family default
27543  under 
27544 \family sans
27545 Document
27546 \begin_inset Space ~
27547 \end_inset
27548
27549 Class
27550 \end_layout
27551
27552 \begin_layout Standard
27553 When 
27554 \series bold
27555 Indented
27556 \series default
27557  is used, the indentation can be adjusted with the length 
27558 \series bold
27559
27560 \backslash
27561 mathindent
27562 \series default
27563
27564 \begin_inset Index
27565 status collapsed
27566
27567 \begin_layout Plain Layout
27568 Commands ! M ! 
27569 \backslash
27570 mathindent
27571 \end_layout
27572
27573 \end_inset
27574
27575 .
27576  Should the distance be 15
27577 \begin_inset Space \thinspace{}
27578 \end_inset
27579
27580 mm, the following command line is inserted in the LaTeX-preamble
27581 \end_layout
27582
27583 \begin_layout Standard
27584
27585 \series bold
27586
27587 \backslash
27588 setlength{
27589 \backslash
27590 mathindent}{15mm}
27591 \end_layout
27592
27593 \begin_layout Standard
27594 When no length is specified, the predefined value of 30
27595 \begin_inset Space \thinspace{}
27596 \end_inset
27597
27598 pt will be used.
27599 \end_layout
27600
27601 \end_deeper
27602 \begin_layout Itemize
27603 And two different numbering styles:
27604 \end_layout
27605
27606 \begin_deeper
27607 \begin_layout Description
27608 Right is the predefined standard
27609 \end_layout
27610
27611 \begin_layout Description
27612 Left for this the option 
27613 \series bold
27614 leqno
27615 \series default
27616  must be inserted in the menu 
27617 \family sans
27618 Document\SpecialChar \menuseparator
27619 Settings
27620 \family default
27621  under 
27622 \family sans
27623 Document
27624 \begin_inset Space ~
27625 \end_inset
27626
27627 Class
27628 \end_layout
27629
27630 \end_deeper
27631 \begin_layout Standard
27632
27633 \series bold
27634 fleqn
27635 \series default
27636  and 
27637 \series bold
27638 leqno
27639 \series default
27640  can also be used together.
27641  In this case both options are inserted, separated by a comma.
27642 \end_layout
27643
27644 \begin_layout Standard
27645 The chosen styles are used for all displayed formulas of the document.
27646  When both, centered and indented formulas should be created in a document,
27647  the style 
27648 \series bold
27649 Centered
27650 \series default
27651  is used.
27652  The indented formulas are then set in a flalign environment, see 
27653 \begin_inset CommandInset ref
27654 LatexCommand ref
27655 reference "sub:Flalign-Environment"
27656
27657 \end_inset
27658
27659 .
27660 \end_layout
27661
27662 \begin_layout Section
27663 Multiline Formulas
27664 \begin_inset CommandInset label
27665 LatexCommand label
27666 name "sec:Multiline-Formulas"
27667
27668 \end_inset
27669
27670
27671 \begin_inset Index
27672 status collapsed
27673
27674 \begin_layout Plain Layout
27675 Formula ! multiline
27676 \end_layout
27677
27678 \end_inset
27679
27680
27681 \end_layout
27682
27683 \begin_layout Subsection
27684 General
27685 \end_layout
27686
27687 \begin_layout Standard
27688 In LyX multiline formulas are created by pressing 
27689 \family sans
27690 \series bold
27691 Ctrl-Return
27692 \family default
27693 \series default
27694  inside a formula.
27695  This creates an 
27696 \series bold
27697 align environment
27698 \series default
27699  that is described in 
27700 \begin_inset CommandInset ref
27701 LatexCommand ref
27702 reference "sub:Standard-align-Environment"
27703
27704 \end_inset
27705
27706 .
27707 \end_layout
27708
27709 \begin_layout Standard
27710 There are other multiline formula environments that can be created via the
27711  menu 
27712 \family sans
27713 Insert\SpecialChar \menuseparator
27714 Math
27715 \family default
27716 .
27717  These environments are described in the following sections.
27718 \end_layout
27719
27720 \begin_layout Standard
27721 In all multiline formula environments a new line is created by pressing
27722  
27723 \family sans
27724 Ctrl-Return
27725 \family default
27726 .
27727  To add or delete lines, the math toolbar buttons 
27728 \begin_inset Graphics
27729         filename ../images/tabular-feature_append-row.png
27730         embed ""
27731         scale 85
27732
27733 \end_inset
27734
27735  or 
27736 \begin_inset Graphics
27737         filename ../images/tabular-feature_delete-row.png
27738         embed ""
27739         scale 85
27740
27741 \end_inset
27742
27743 , respectively, or the menu 
27744 \family sans
27745 Edit\SpecialChar \menuseparator
27746 Rows & Columns
27747 \family default
27748  can be used.
27749 \end_layout
27750
27751 \begin_layout Subsubsection
27752 Line Separation
27753 \begin_inset CommandInset label
27754 LatexCommand label
27755 name "sub:Line-Separation"
27756
27757 \end_inset
27758
27759
27760 \begin_inset Index
27761 status collapsed
27762
27763 \begin_layout Plain Layout
27764 Formula ! multiline ! Line separation
27765 \end_layout
27766
27767 \end_inset
27768
27769
27770 \end_layout
27771
27772 \begin_layout Standard
27773 There is sometimes not enough space in multiline formulas between the lines:
27774 \begin_inset Formula \begin{eqnarray*}
27775 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}\\
27776 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\end{eqnarray*}
27777
27778 \end_inset
27779
27780
27781 \end_layout
27782
27783 \begin_layout Standard
27784 In LaTeX additional line space is specified as optional argument of the
27785  new line command.
27786  This is not yet possible in LyX
27787 \begin_inset Foot
27788 status collapsed
27789
27790 \begin_layout Plain Layout
27791 see 
27792 \begin_inset ERT
27793 status collapsed
27794
27795 \begin_layout Plain Layout
27796
27797
27798 \backslash
27799 href{http://bugzilla.lyx.org/show_bug.cgi?id=1505}{
27800 \end_layout
27801
27802 \end_inset
27803
27804 LyX-bug #1505
27805 \begin_inset ERT
27806 status collapsed
27807
27808 \begin_layout Plain Layout
27809
27810 }
27811 \end_layout
27812
27813 \end_inset
27814
27815
27816 \end_layout
27817
27818 \end_inset
27819
27820 , therefore the whole formula must be inserted in TeX-mode.
27821  To add in our example space, the command 
27822 \series bold
27823
27824 \backslash
27825
27826 \backslash
27827 [3mm]
27828 \series default
27829  is inserted at the end of the first line.
27830  One gets: 
27831 \begin_inset ERT
27832 status collapsed
27833
27834 \begin_layout Plain Layout
27835
27836
27837 \backslash
27838 begin{eqnarray*}
27839 \end_layout
27840
27841 \begin_layout Plain Layout
27842
27843 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27844  = & 
27845 \backslash
27846 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27847 \backslash
27848
27849 \backslash
27850 [3mm]
27851 \end_layout
27852
27853 \begin_layout Plain Layout
27854
27855 4x^{2}
27856 \backslash
27857 left(B^{2}+x_{0}^{2}
27858 \backslash
27859 right)+4x_{0}x
27860 \backslash
27861 left(D-B^{2}
27862 \backslash
27863 right)+B^{2}
27864 \backslash
27865 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27866 \backslash
27867 right) & = & 0
27868 \end_layout
27869
27870 \begin_layout Plain Layout
27871
27872
27873 \backslash
27874 end{eqnarray*}
27875 \end_layout
27876
27877 \end_inset
27878
27879
27880 \end_layout
27881
27882 \begin_layout Standard
27883 \begin_inset VSpace bigskip
27884 \end_inset
27885
27886 To set the the line separation for all lines in a formula, the length 
27887 \series bold
27888
27889 \backslash
27890 jot
27891 \series default
27892
27893 \begin_inset Index
27894 status collapsed
27895
27896 \begin_layout Plain Layout
27897 Commands ! J ! 
27898 \backslash
27899 jot
27900 \end_layout
27901
27902 \end_inset
27903
27904  is changed.
27905  The definition is: 
27906 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
27907 \end_inset
27908
27909 .
27910  Predefined for 
27911 \series bold
27912
27913 \backslash
27914 jot
27915 \series default
27916  is the value 3
27917 \begin_inset Space \thinspace{}
27918 \end_inset
27919
27920 pt.
27921  To create 3
27922 \begin_inset Space \thinspace{}
27923 \end_inset
27924
27925 mm additional line separation as in the previous example, the command
27926 \end_layout
27927
27928 \begin_layout Standard
27929
27930 \series bold
27931
27932 \backslash
27933 setlength{
27934 \backslash
27935 jot}{3mm+3pt}
27936 \end_layout
27937
27938 \begin_layout Standard
27939 is inserted in TeX-mode before the formula.
27940  This requires that the LaTeX-package 
27941 \series bold
27942 calc
27943 \series default
27944
27945 \begin_inset Foot
27946 status collapsed
27947
27948 \begin_layout Plain Layout
27949
27950 \series bold
27951 calc
27952 \series default
27953  is part of every LaTeX standard installation.
27954 \end_layout
27955
27956 \end_inset
27957
27958
27959 \begin_inset Index
27960 status collapsed
27961
27962 \begin_layout Plain Layout
27963 Packages ! calc
27964 \end_layout
27965
27966 \end_inset
27967
27968  was loaded in LaTeX-preamble with the line
27969 \end_layout
27970
27971 \begin_layout Standard
27972
27973 \series bold
27974
27975 \backslash
27976 usepackage{calc}
27977 \end_layout
27978
27979 \begin_layout Standard
27980 One gets: 
27981 \begin_inset ERT
27982 status collapsed
27983
27984 \begin_layout Plain Layout
27985
27986
27987 \backslash
27988 setlength{
27989 \backslash
27990 jot}{3mm+3pt}
27991 \end_layout
27992
27993 \end_inset
27994
27995
27996 \begin_inset Formula \begin{eqnarray*}
27997 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}\\
27998 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\end{eqnarray*}
27999
28000 \end_inset
28001
28002
28003 \end_layout
28004
28005 \begin_layout Standard
28006 \begin_inset ERT
28007 status collapsed
28008
28009 \begin_layout Plain Layout
28010
28011
28012 \backslash
28013 setlength{
28014 \backslash
28015 jot}{3pt}
28016 \end_layout
28017
28018 \end_inset
28019
28020  To get back to the predefined distance, 
28021 \series bold
28022
28023 \backslash
28024 jot
28025 \series default
28026  is set to the value 3
28027 \begin_inset Space \thinspace{}
28028 \end_inset
28029
28030 pt.
28031 \end_layout
28032
28033 \begin_layout Subsubsection
28034 Column Separation
28035 \begin_inset CommandInset label
28036 LatexCommand label
28037 name "sub:Column-Separation"
28038
28039 \end_inset
28040
28041
28042 \begin_inset Index
28043 status collapsed
28044
28045 \begin_layout Plain Layout
28046 Formula ! multiline ! Column separation
28047 \end_layout
28048
28049 \end_inset
28050
28051
28052 \end_layout
28053
28054 \begin_layout Standard
28055 Multiline formulas form a matrix.
28056  A formula in the eqnarray environment is for example a matrix with three
28057  columns.
28058  By changing the column separation in this environment, the space beside
28059  the relation sign can be changed.
28060 \end_layout
28061
28062 \begin_layout Standard
28063 The column separation is specified with the length 
28064 \series bold
28065
28066 \backslash
28067 arraycolsep
28068 \series default
28069
28070 \begin_inset Index
28071 status collapsed
28072
28073 \begin_layout Plain Layout
28074 Commands ! A ! 
28075 \backslash
28076 arraycolsep
28077 \end_layout
28078
28079 \end_inset
28080
28081  according to:
28082 \begin_inset Newline newline
28083 \end_inset
28084
28085 column separation = 2
28086 \begin_inset Space \thinspace{}
28087 \end_inset
28088
28089
28090 \series bold
28091
28092 \backslash
28093 arraycolsep
28094 \series default
28095
28096 \begin_inset Newline newline
28097 \end_inset
28098
28099 Thus, the command
28100 \end_layout
28101
28102 \begin_layout Standard
28103
28104 \series bold
28105
28106 \backslash
28107 setlength{
28108 \backslash
28109 arraycolsep}{1cm}
28110 \end_layout
28111
28112 \begin_layout Standard
28113 inserted in TeX-mode, sets for all following formulas a column separation
28114  of 2
28115 \begin_inset Space \thinspace{}
28116 \end_inset
28117
28118 cm.
28119  To get back to the predefined distance, 
28120 \series bold
28121
28122 \backslash
28123 arraycolsep
28124 \series default
28125  is set to 5
28126 \begin_inset Space \thinspace{}
28127 \end_inset
28128
28129 pt.
28130 \end_layout
28131
28132 \begin_layout Standard
28133 A formula with 2
28134 \begin_inset Space \thinspace{}
28135 \end_inset
28136
28137 cm column separation:
28138 \begin_inset ERT
28139 status collapsed
28140
28141 \begin_layout Plain Layout
28142
28143
28144 \backslash
28145 setlength{
28146 \backslash
28147 arraycolsep}{1cm}
28148 \end_layout
28149
28150 \end_inset
28151
28152
28153 \begin_inset Formula \begin{eqnarray*}
28154 A & = & B\\
28155 C & \ne & A\end{eqnarray*}
28156
28157 \end_inset
28158
28159 A formula with the predefined column separation for matrices of 10
28160 \begin_inset Space \thinspace{}
28161 \end_inset
28162
28163 pt:
28164 \begin_inset ERT
28165 status collapsed
28166
28167 \begin_layout Plain Layout
28168
28169
28170 \backslash
28171 setlength{
28172 \backslash
28173 arraycolsep}{5pt}
28174 \end_layout
28175
28176 \end_inset
28177
28178
28179 \begin_inset Formula \begin{eqnarray*}
28180 A & = & B\\
28181 C & \ne & A\end{eqnarray*}
28182
28183 \end_inset
28184
28185
28186 \end_layout
28187
28188 \begin_layout Subsubsection
28189 Long Formulas
28190 \begin_inset Index
28191 status collapsed
28192
28193 \begin_layout Plain Layout
28194 Formula ! long
28195 \end_layout
28196
28197 \end_inset
28198
28199
28200 \end_layout
28201
28202 \begin_layout Standard
28203 Long formulas can be typeset using these methods:
28204 \end_layout
28205
28206 \begin_layout Itemize
28207 When one side of the equation is much shorther than the line width, this
28208  one is chosen for the left side and the right side is typeset over two
28209  lines:
28210 \begin_inset ERT
28211 status collapsed
28212
28213 \begin_layout Plain Layout
28214
28215
28216 \backslash
28217 medskip
28218 \end_layout
28219
28220 \end_inset
28221
28222  
28223 \begin_inset Formula \begin{eqnarray}
28224 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 \\
28225  &  & -\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:kurzlang}\end{eqnarray}
28226
28227 \end_inset
28228
28229
28230 \begin_inset ERT
28231 status collapsed
28232
28233 \begin_layout Plain Layout
28234
28235
28236 \backslash
28237 smallskip
28238 \end_layout
28239
28240 \end_inset
28241
28242
28243 \begin_inset Newline newline
28244 \end_inset
28245
28246 The minus sign at the beginning of the second line does normally not appear
28247  as operator because it is the first character of the line.
28248  Thus it would not be surrounded by space and could not be distinguished
28249  from the fraction bar.
28250  To avoid this, space was inserted behind the minus sign with the command
28251  
28252 \series bold
28253
28254 \backslash
28255 hspace{3pt}
28256 \series default
28257
28258 \begin_inset Foot
28259 status collapsed
28260
28261 \begin_layout Plain Layout
28262 more about 
28263 \series bold
28264
28265 \backslash
28266 hspace
28267 \series default
28268  see 
28269 \begin_inset CommandInset ref
28270 LatexCommand ref
28271 reference "sub:Variable-Space"
28272
28273 \end_inset
28274
28275
28276 \end_layout
28277
28278 \end_inset
28279
28280
28281 \begin_inset Index
28282 status collapsed
28283
28284 \begin_layout Plain Layout
28285 Commands ! H ! 
28286 \backslash
28287 hspace
28288 \end_layout
28289
28290 \end_inset
28291
28292 .
28293 \end_layout
28294
28295 \begin_layout Itemize
28296 When both sides of the equation are too long, the command 
28297 \series bold
28298
28299 \backslash
28300 lefteqn
28301 \series default
28302
28303 \begin_inset Index
28304 status collapsed
28305
28306 \begin_layout Plain Layout
28307 Commands ! L ! 
28308 \backslash
28309 lefteqn
28310 \end_layout
28311
28312 \end_inset
28313
28314  is used.
28315  It is inserted to the first column of the first line and effects that all
28316  further insertions overwrite the following columns:
28317 \begin_inset ERT
28318 status collapsed
28319
28320 \begin_layout Plain Layout
28321
28322
28323 \backslash
28324 medskip
28325 \end_layout
28326
28327 \end_inset
28328
28329
28330 \begin_inset Formula \begin{eqnarray}
28331 \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 \\
28332  &  & -\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 \\
28333  &  & =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}\end{eqnarray}
28334
28335 \end_inset
28336
28337
28338 \begin_inset ERT
28339 status collapsed
28340
28341 \begin_layout Plain Layout
28342
28343
28344 \backslash
28345 smallskip
28346 \end_layout
28347
28348 \end_inset
28349
28350
28351 \begin_inset Newline newline
28352 \end_inset
28353
28354 After the insertion of 
28355 \series bold
28356
28357 \backslash
28358 lefteqn
28359 \series default
28360 , the cursor is in a purple box that is a bit shifted to the left from the
28361  blue one.
28362  In this the formula is inserted.
28363 \begin_inset ERT
28364 status collapsed
28365
28366 \begin_layout Plain Layout
28367
28368
28369 \backslash
28370 medskip
28371 \end_layout
28372
28373 \end_inset
28374
28375
28376 \begin_inset Newline newline
28377 \end_inset
28378
28379 The content of the further lines is inserted to the second or another formula
28380  column.
28381  The greater the column number where it was inserted, the larger the indentation.
28382 \begin_inset ERT
28383 status collapsed
28384
28385 \begin_layout Plain Layout
28386
28387
28388 \backslash
28389 medskip
28390 \end_layout
28391
28392 \end_inset
28393
28394
28395 \begin_inset Newline newline
28396 \end_inset
28397
28398
28399 \begin_inset Note Greyedout
28400 status open
28401
28402 \begin_layout Plain Layout
28403 Note the following when using 
28404 \series bold
28405
28406 \backslash
28407 lefteqn
28408 \series default
28409 :
28410 \end_layout
28411
28412 \begin_layout Itemize
28413 The formula doesn't use the full page width.
28414  When e.
28415 \begin_inset Space \thinspace{}
28416 \end_inset
28417
28418 g.
28419 \begin_inset Space ~
28420 \end_inset
28421
28422 the term 
28423 \begin_inset Formula $-B^{2}$
28424 \end_inset
28425
28426  is added to the first line in the above example, it would have been outside
28427  the page margin.
28428  To better use the width, negative space can be inserted at the beginning
28429  of the first line.
28430 \end_layout
28431
28432 \begin_layout Itemize
28433 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28434  line.
28435 \begin_inset Foot
28436 status collapsed
28437
28438 \begin_layout Plain Layout
28439 \begin_inset ERT
28440 status collapsed
28441
28442 \begin_layout Plain Layout
28443
28444
28445 \backslash
28446 href{http://bugzilla.lyx.org/show_bug.cgi?id=1429}{
28447 \end_layout
28448
28449 \end_inset
28450
28451 LyX-bug #1429
28452 \begin_inset ERT
28453 status collapsed
28454
28455 \begin_layout Plain Layout
28456
28457 }
28458 \end_layout
28459
28460 \end_inset
28461
28462
28463 \end_layout
28464
28465 \end_inset
28466
28467  One can only set the cursor at the beginning of the line and move it with
28468  the arrow keys.
28469 \end_layout
28470
28471 \end_inset
28472
28473
28474 \end_layout
28475
28476 \begin_layout Itemize
28477 Other methods to set long formulas are offered by the environments described
28478  in 
28479 \begin_inset CommandInset ref
28480 LatexCommand ref
28481 reference "sub:Multline-Environment"
28482
28483 \end_inset
28484
28485  and 
28486 \begin_inset CommandInset ref
28487 LatexCommand ref
28488 reference "sub:Multiline-Formula-Parts"
28489
28490 \end_inset
28491
28492 .
28493 \end_layout
28494
28495 \begin_layout Subsubsection
28496 Multiline Brackets
28497 \begin_inset CommandInset label
28498 LatexCommand label
28499 name "sub:Multiline-Brackets"
28500
28501 \end_inset
28502
28503
28504 \begin_inset Index
28505 status collapsed
28506
28507 \begin_layout Plain Layout
28508 Brackets ! for multiline expressions
28509 \end_layout
28510
28511 \end_inset
28512
28513
28514 \end_layout
28515
28516 \begin_layout Standard
28517 For brackets spanning multiple lines the following problem occurs:
28518 \begin_inset Formula \begin{eqnarray*}
28519 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28520  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28521
28522 \end_inset
28523
28524
28525 \end_layout
28526
28527 \begin_layout Standard
28528 The closing bracket is smaller than the opening bracket because brackets
28529  with variable size may not span multiple lines.
28530 \end_layout
28531
28532 \begin_layout Standard
28533 To set the bracket size for the second line correctly, the first line is
28534  ended with 
28535 \series bold
28536
28537 \backslash
28538 right.
28539 \series default
28540
28541 \begin_inset Index
28542 status collapsed
28543
28544 \begin_layout Plain Layout
28545 Commands ! R ! 
28546 \backslash
28547 right
28548 \end_layout
28549
28550 \end_inset
28551
28552  and the second line with 
28553 \series bold
28554
28555 \backslash
28556 left.
28557 \begin_inset Foot
28558 status collapsed
28559
28560 \begin_layout Plain Layout
28561 for more about 
28562 \series bold
28563
28564 \backslash
28565 left
28566 \series default
28567  and 
28568 \series bold
28569
28570 \backslash
28571 right
28572 \series default
28573  see 
28574 \begin_inset CommandInset ref
28575 LatexCommand ref
28576 reference "sub:Automatic-Bracket-Size"
28577
28578 \end_inset
28579
28580
28581 \end_layout
28582
28583 \end_inset
28584
28585
28586 \series default
28587
28588 \begin_inset Index
28589 status collapsed
28590
28591 \begin_layout Plain Layout
28592 Commands ! L ! 
28593 \backslash
28594 left
28595 \end_layout
28596
28597 \end_inset
28598
28599 .
28600  After 
28601 \series bold
28602
28603 \backslash
28604 left.
28605
28606 \series default
28607  the command 
28608 \series bold
28609
28610 \backslash
28611 vphantom
28612 \series default
28613
28614 \begin_inset ERT
28615 status collapsed
28616
28617 \begin_layout Plain Layout
28618
28619
28620 \backslash
28621 spce 
28622 \end_layout
28623
28624 \end_inset
28625
28626
28627 \series bold
28628
28629 \backslash
28630 prod
28631 \series default
28632 ^
28633 \begin_inset ERT
28634 status collapsed
28635
28636 \begin_layout Plain Layout
28637
28638
28639 \backslash
28640 spce 
28641 \end_layout
28642
28643 \end_inset
28644
28645
28646 \series bold
28647
28648 \backslash
28649 infty
28650 \series default
28651
28652 \begin_inset ERT
28653 status collapsed
28654
28655 \begin_layout Plain Layout
28656
28657
28658 \backslash
28659 spce 
28660 \end_layout
28661
28662 \end_inset
28663
28664
28665 \series bold
28666
28667 \begin_inset Formula $\downarrow$
28668 \end_inset
28669
28670 _R=1}
28671 \series default
28672
28673 \begin_inset Index
28674 status collapsed
28675
28676 \begin_layout Plain Layout
28677 Commands ! V ! 
28678 \backslash
28679 vphantom
28680 \end_layout
28681
28682 \end_inset
28683
28684  is inserted, because the multiplication operator with its limits is the
28685  largest symbol in the first line and this should be the size for the bracket
28686  in the second line.
28687 \end_layout
28688
28689 \begin_layout Standard
28690 The result is this:
28691 \begin_inset Formula \begin{eqnarray*}
28692 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28693  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28694
28695 \end_inset
28696
28697
28698 \end_layout
28699
28700 \begin_layout Subsection
28701 Align Environments
28702 \end_layout
28703
28704 \begin_layout Standard
28705 Align environments can be used for every kind of multiline formulas.
28706  They are specially useful to set several formulas side by side.
28707 \end_layout
28708
28709 \begin_layout Standard
28710 Align environments consist of columns.
28711  The odd columns are right aligned, the even ones left aligned.
28712  Every line in an Align environment can be numbered.
28713 \end_layout
28714
28715 \begin_layout Standard
28716 Align environments are created via the menu 
28717 \family sans
28718 Insert\SpecialChar \menuseparator
28719 Math
28720 \family default
28721 .
28722  With the menu 
28723 \family sans
28724 Edit\SpecialChar \menuseparator
28725 Math\SpecialChar \menuseparator
28726 Change Formula Type
28727 \family default
28728  already existing formulas can be converted to Align environments.
28729 \end_layout
28730
28731 \begin_layout Standard
28732 To add or delete columns, the math toolbar buttons 
28733 \begin_inset Graphics
28734         filename ../images/tabular-feature_append-column.png
28735         embed ""
28736         scale 85
28737
28738 \end_inset
28739
28740  or 
28741 \begin_inset Graphics
28742         filename ../images/tabular-feature_delete-column.png
28743         embed ""
28744         scale 85
28745
28746 \end_inset
28747
28748 , respectively, or the menu 
28749 \family sans
28750 Edit\SpecialChar \menuseparator
28751 Rows & Columns
28752 \family default
28753  can be used.
28754 \end_layout
28755
28756 \begin_layout Subsubsection
28757 Standard align Environment
28758 \begin_inset CommandInset label
28759 LatexCommand label
28760 name "sub:Standard-align-Environment"
28761
28762 \end_inset
28763
28764
28765 \begin_inset Index
28766 status collapsed
28767
28768 \begin_layout Plain Layout
28769 Formula ! multiline ! align environment
28770 \end_layout
28771
28772 \end_inset
28773
28774
28775 \end_layout
28776
28777 \begin_layout Standard
28778 This Align environment is created by presssing 
28779 \family sans
28780 Ctrl-Return
28781 \family default
28782  in a formula or by the menu 
28783 \family sans
28784 Insert\SpecialChar \menuseparator
28785 Math\SpecialChar \menuseparator
28786 AMS align Environment
28787 \family default
28788 .
28789 \end_layout
28790
28791 \begin_layout Standard
28792 An example for two formulas set side by side, that are created with a four
28793  column align environment:
28794 \begin_inset Formula \begin{align*}
28795 A & =\sin(B) & C & =D\\
28796 C & \ne A & B & \ne D\end{align*}
28797
28798 \end_inset
28799
28800 As it can be seen, the formulas in this environment are placed so as if
28801  there would be a 
28802 \series bold
28803
28804 \backslash
28805 hfill
28806 \begin_inset Foot
28807 status collapsed
28808
28809 \begin_layout Plain Layout
28810 more about 
28811 \series bold
28812
28813 \backslash
28814 hfill
28815 \series default
28816  see 
28817 \begin_inset CommandInset ref
28818 LatexCommand ref
28819 reference "sub:Variable-Space"
28820
28821 \end_inset
28822
28823
28824 \end_layout
28825
28826 \end_inset
28827
28828
28829 \series default
28830  before the first and after every even column.
28831  When the formula style 
28832 \series bold
28833 Indented
28834 \begin_inset Foot
28835 status collapsed
28836
28837 \begin_layout Plain Layout
28838 formula styles see 
28839 \begin_inset CommandInset ref
28840 LatexCommand ref
28841 reference "sec:Formula-Styles"
28842
28843 \end_inset
28844
28845
28846 \end_layout
28847
28848 \end_inset
28849
28850
28851 \series default
28852  is used, the formula is set without the 
28853 \series bold
28854
28855 \backslash
28856 hfill
28857 \series default
28858  before the first column.
28859 \end_layout
28860
28861 \begin_layout Subsubsection
28862 Alignat Environment
28863 \begin_inset Index
28864 status collapsed
28865
28866 \begin_layout Plain Layout
28867 Formula ! multiline ! alignat environment
28868 \end_layout
28869
28870 \end_inset
28871
28872
28873 \end_layout
28874
28875 \begin_layout Standard
28876 The alignat environment has no predefined column separation.
28877  It can be inserted manually with the spaces that are described 
28878 \begin_inset CommandInset ref
28879 LatexCommand ref
28880 reference "sub:Space"
28881
28882 \end_inset
28883
28884 .
28885 \end_layout
28886
28887 \begin_layout Standard
28888 The above example in the alignat environment where 1
28889 \begin_inset Space \thinspace{}
28890 \end_inset
28891
28892 cm space was inserted at the beginning of the second formula:
28893 \begin_inset Formula \begin{alignat*}{2}
28894 A & =\sin(B) & \hspace {1cm}C & =D\\
28895 C & \ne A & B & \ne D\end{alignat*}
28896
28897 \end_inset
28898
28899 Because the column separation can be set separately for every column, this
28900  environment is especially suitable to set three and more formulas side
28901  by side.
28902 \end_layout
28903
28904 \begin_layout Subsubsection
28905 Flalign Environment
28906 \begin_inset CommandInset label
28907 LatexCommand label
28908 name "sub:Flalign-Environment"
28909
28910 \end_inset
28911
28912
28913 \begin_inset Index
28914 status collapsed
28915
28916 \begin_layout Plain Layout
28917 Formula ! multiline ! flalign environment
28918 \end_layout
28919
28920 \end_inset
28921
28922
28923 \end_layout
28924
28925 \begin_layout Standard
28926 In this environment the first two columns are always set as much as possible
28927  to the left and the last two ones to the right.
28928  An example:
28929 \begin_inset Formula \begin{flalign*}
28930 A & =1 & B & =2 & C & =3\\
28931 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28932
28933 \end_inset
28934
28935
28936 \end_layout
28937
28938 \begin_layout Standard
28939 By creating a flalign environment with an odd number of columns where an
28940  empty TeX-brace is inserted to the last column, several formulas in a document
28941  can be set to the left, although the formula style 
28942 \series bold
28943 Centered
28944 \series default
28945  is used.
28946  As example the indented formula 
28947 \begin_inset CommandInset ref
28948 LatexCommand eqref
28949 reference "eq:VolInt"
28950
28951 \end_inset
28952
28953 :
28954 \begin_inset Formula \begin{flalign}
28955 \hspace {30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28956
28957 \end_inset
28958
28959 The first two columns contain the formula.
28960  To indent it as with the formula style 
28961 \series bold
28962 Indented
28963 \series default
28964 , 30
28965 \begin_inset Space \thinspace{}
28966 \end_inset
28967
28968 pt space was inserted at the beginning of the first column.
28969 \end_layout
28970
28971 \begin_layout Subsection
28972 Eqnarray Environment
28973 \begin_inset Index
28974 status collapsed
28975
28976 \begin_layout Plain Layout
28977 Formula ! multiline ! eqnarray environment
28978 \end_layout
28979
28980 \end_inset
28981
28982
28983 \end_layout
28984
28985 \begin_layout Standard
28986 When this environment has been created, three blue boxes appear.
28987  The content of the first box is right aligned, the content of the last
28988  one left aligned.
28989  The content of the middle box appears centered and a bit smaller, because
28990  it is designed to insert there only relation characters.
28991 \begin_inset Formula \begin{eqnarray*}
28992 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28993 AB & AB & AB\\
28994 A & = & A\end{eqnarray*}
28995
28996 \end_inset
28997
28998
28999 \end_layout
29000
29001 \begin_layout Subsection
29002 Gather Environment
29003 \begin_inset Index
29004 status collapsed
29005
29006 \begin_layout Plain Layout
29007 Formula ! multiline ! gather environment
29008 \end_layout
29009
29010 \end_inset
29011
29012
29013 \end_layout
29014
29015 \begin_layout Standard
29016 This environment consists of only one centered column.
29017  Every line can be numbered.
29018 \begin_inset Formula \begin{gather}
29019 A=1\\
29020 X=\textrm{-}1\end{gather}
29021
29022 \end_inset
29023
29024
29025 \end_layout
29026
29027 \begin_layout Subsection
29028 Multline Environment
29029 \begin_inset CommandInset label
29030 LatexCommand label
29031 name "sub:Multline-Environment"
29032
29033 \end_inset
29034
29035
29036 \begin_inset Index
29037 status collapsed
29038
29039 \begin_layout Plain Layout
29040 Formula ! multiline ! multline environment
29041 \end_layout
29042
29043 \end_inset
29044
29045
29046 \end_layout
29047
29048 \begin_layout Standard
29049 The multline environment consists, like the gather environment, of only
29050  one column.
29051  But the first line is left aligned, the last one right aligned.
29052  All other lines are centered.
29053  Therefore this environment is suitable for long formulas.
29054  As example formula 
29055 \begin_inset CommandInset ref
29056 LatexCommand eqref
29057 reference "eq:lefteqn"
29058
29059 \end_inset
29060
29061  in the multline environment:
29062 \begin_inset Formula \begin{multline}
29063 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}\\
29064 -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}\\
29065 =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}}\end{multline}
29066
29067 \end_inset
29068
29069
29070 \end_layout
29071
29072 \begin_layout Standard
29073 In the output only the last (first) line of a multline environment appears
29074  numbered when the document numbering is right (left).
29075 \begin_inset Foot
29076 status collapsed
29077
29078 \begin_layout Plain Layout
29079 numbering styles see 
29080 \begin_inset CommandInset ref
29081 LatexCommand ref
29082 reference "sec:Formula-Styles"
29083
29084 \end_inset
29085
29086
29087 \end_layout
29088
29089 \end_inset
29090
29091  This is also the case when there is a formula number displayed after every
29092  line in LyX.
29093 \begin_inset Foot
29094 status collapsed
29095
29096 \begin_layout Plain Layout
29097 This is 
29098 \begin_inset ERT
29099 status collapsed
29100
29101 \begin_layout Plain Layout
29102
29103
29104 \backslash
29105 href{http://bugzilla.lyx.org/show_bug.cgi?id=518}{
29106 \end_layout
29107
29108 \end_inset
29109
29110 LyX-bug #518
29111 \begin_inset ERT
29112 status collapsed
29113
29114 \begin_layout Plain Layout
29115
29116 }
29117 \end_layout
29118
29119 \end_inset
29120
29121 .
29122 \end_layout
29123
29124 \end_inset
29125
29126
29127 \end_layout
29128
29129 \begin_layout Standard
29130 With the commands 
29131 \series bold
29132
29133 \backslash
29134 shoveright
29135 \begin_inset Index
29136 status collapsed
29137
29138 \begin_layout Plain Layout
29139 Commands ! S ! 
29140 \backslash
29141 shoveright
29142 \end_layout
29143
29144 \end_inset
29145
29146
29147 \series default
29148  and 
29149 \series bold
29150
29151 \backslash
29152 shoveleft
29153 \begin_inset Index
29154 status collapsed
29155
29156 \begin_layout Plain Layout
29157 Commands ! S ! 
29158 \backslash
29159 shoveleft
29160 \end_layout
29161
29162 \end_inset
29163
29164
29165 \series default
29166  a centered line can be right or left aligned, respectively.
29167  The commands are used as follows:
29168 \end_layout
29169
29170 \begin_layout Standard
29171
29172 \series bold
29173
29174 \backslash
29175 shoveright{line content}
29176 \series default
29177  and 
29178 \series bold
29179
29180 \backslash
29181 shoveleft{line content}
29182 \end_layout
29183
29184 \begin_layout Standard
29185 \begin_inset VSpace medskip
29186 \end_inset
29187
29188 The length 
29189 \series bold
29190
29191 \backslash
29192 multlinegap
29193 \begin_inset Index
29194 status collapsed
29195
29196 \begin_layout Plain Layout
29197 Commands ! M ! 
29198 \backslash
29199 multlinegap
29200 \end_layout
29201
29202 \end_inset
29203
29204
29205 \series default
29206  specifies the distance of the first line from the left page margin.
29207  Predefined is the length 0
29208 \begin_inset Space \thinspace{}
29209 \end_inset
29210
29211 pt.
29212 \end_layout
29213
29214 \begin_layout Standard
29215 As example the above formula where the command
29216 \end_layout
29217
29218 \begin_layout Standard
29219
29220 \series bold
29221
29222 \backslash
29223 setlength{
29224 \backslash
29225 multlinegap}{2cm}
29226 \end_layout
29227
29228 \begin_layout Standard
29229 was inserted in TeX-mode before:
29230 \begin_inset ERT
29231 status collapsed
29232
29233 \begin_layout Plain Layout
29234
29235
29236 \backslash
29237 setlength{
29238 \backslash
29239 multlinegap}{2cm}
29240 \end_layout
29241
29242 \end_inset
29243
29244
29245 \begin_inset Formula \begin{multline}
29246 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}\\
29247 \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}}\\
29248 =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}}\end{multline}
29249
29250 \end_inset
29251
29252
29253 \begin_inset ERT
29254 status collapsed
29255
29256 \begin_layout Plain Layout
29257
29258
29259 \backslash
29260 setlength{
29261 \backslash
29262 multlinegap}{0pt}
29263 \end_layout
29264
29265 \end_inset
29266
29267 The second line was left aligned using 
29268 \series bold
29269
29270 \backslash
29271 shoveleft
29272 \series default
29273 .
29274 \end_layout
29275
29276 \begin_layout Subsection
29277 Multiline Formula Parts
29278 \begin_inset CommandInset label
29279 LatexCommand label
29280 name "sub:Multiline-Formula-Parts"
29281
29282 \end_inset
29283
29284
29285 \begin_inset Index
29286 status collapsed
29287
29288 \begin_layout Plain Layout
29289 Formula ! multiline ! formula parts
29290 \end_layout
29291
29292 \end_inset
29293
29294
29295 \end_layout
29296
29297 \begin_layout Standard
29298 To display only parts of a formula with multiple lines, one of the following
29299  environments are used: 
29300 \series bold
29301 aligned
29302 \series default
29303
29304 \series bold
29305 alignedat
29306 \series default
29307
29308 \series bold
29309 gathered
29310 \series default
29311  or 
29312 \series bold
29313 split
29314 \series default
29315 .
29316  They can be inserted via the menu 
29317 \family sans
29318 Insert\SpecialChar \menuseparator
29319 Math
29320 \family default
29321  or by using the commands described in this section.
29322 \end_layout
29323
29324 \begin_layout Standard
29325 The first three have the same properties as the corresponding multiline
29326  formula environments, but it is possible to set further formula parts beside
29327  them.
29328  An example:
29329 \begin_inset Formula \[
29330 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29331 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29332 \right\} \textrm{Uncertainty relations}\]
29333
29334 \end_inset
29335
29336
29337 \end_layout
29338
29339 \begin_layout Standard
29340 To get this formula, a displayed formula is created where the command 
29341 \series bold
29342
29343 \backslash
29344 aligned
29345 \begin_inset Index
29346 status collapsed
29347
29348 \begin_layout Plain Layout
29349 Commands ! A ! 
29350 \backslash
29351 aligned
29352 \end_layout
29353
29354 \end_inset
29355
29356
29357 \series default
29358  is inserted.
29359  A purple box appears around the blue formula box where now columns and
29360  lines can be added.
29361  Outside the multiline environment other formula parts can be set, like
29362  the brace.
29363 \end_layout
29364
29365 \begin_layout Standard
29366 The aligned environment is also suitable for long formulas whose lines are
29367  horizontally aligned.
29368  Using aligned in a displayed formula has the advantage that the formula
29369  number is vertically centered behind the lines.
29370  As example formula 
29371 \begin_inset CommandInset ref
29372 LatexCommand eqref
29373 reference "eq:kurzlang"
29374
29375 \end_inset
29376
29377  in the aligned environment:
29378 \begin_inset Formula \begin{equation}
29379 \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}|}\\
29380  & -\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}|}\end{aligned}
29381 \end{equation}
29382
29383 \end_inset
29384
29385
29386 \end_layout
29387
29388 \begin_layout Standard
29389 To use the environments 
29390 \series bold
29391 alignedat
29392 \series default
29393
29394 \series bold
29395 gathered
29396 \series default
29397 , or 
29398 \series bold
29399 split
29400 \series default
29401 , the command 
29402 \series bold
29403
29404 \backslash
29405 alignedat
29406 \series default
29407 ,
29408 \begin_inset Index
29409 status collapsed
29410
29411 \begin_layout Plain Layout
29412 Commands ! A ! 
29413 \backslash
29414 alignedat
29415 \end_layout
29416
29417 \end_inset
29418
29419  
29420 \series bold
29421
29422 \backslash
29423 gathered
29424 \series default
29425
29426 \begin_inset Index
29427 status collapsed
29428
29429 \begin_layout Plain Layout
29430 Commands ! G ! 
29431 \backslash
29432 gathered
29433 \end_layout
29434
29435 \end_inset
29436
29437 , or 
29438 \series bold
29439
29440 \backslash
29441 split
29442 \series default
29443
29444 \begin_inset Index
29445 status collapsed
29446
29447 \begin_layout Plain Layout
29448 Commands ! S ! 
29449 \backslash
29450 split
29451 \end_layout
29452
29453 \end_inset
29454
29455  are inserted, respectively.
29456  The split environment has the same properties as the aligned environment
29457  but it can only have two columns.
29458 \end_layout
29459
29460 \begin_layout Subsection
29461 Text in multiline Formulas
29462 \begin_inset CommandInset label
29463 LatexCommand label
29464 name "sub:Text-in-multiline"
29465
29466 \end_inset
29467
29468
29469 \begin_inset Index
29470 status collapsed
29471
29472 \begin_layout Plain Layout
29473 Text ! in formulas
29474 \end_layout
29475
29476 \end_inset
29477
29478
29479 \begin_inset Index
29480 status collapsed
29481
29482 \begin_layout Plain Layout
29483 Formula ! multiline ! text
29484 \end_layout
29485
29486 \end_inset
29487
29488
29489 \end_layout
29490
29491 \begin_layout Standard
29492 In the Align environments, and the multline and gather environment, text
29493  can be inserted that will appear in a separate line and doesn't affect
29494  the column alignment.
29495  To do this, the command 
29496 \series bold
29497
29498 \backslash
29499 intertext
29500 \begin_inset Index
29501 status collapsed
29502
29503 \begin_layout Plain Layout
29504 Commands ! I ! 
29505 \backslash
29506 intertext
29507 \end_layout
29508
29509 \end_inset
29510
29511
29512 \series default
29513  is used in the following scheme:
29514 \end_layout
29515
29516 \begin_layout Standard
29517
29518 \series bold
29519
29520 \backslash
29521 intertext{text}
29522 \end_layout
29523
29524 \begin_layout Standard
29525 The text should not be longer than a line because it cannot be hyphenated.
29526  As LyX doesn't yet support 
29527 \series bold
29528
29529 \backslash
29530 intertext
29531 \series default
29532  directly, the text is written as mathematical text.
29533  
29534 \series bold
29535
29536 \backslash
29537 intertext
29538 \series default
29539  must hereby be at the beginning of a line and appears in the output above
29540  this line.
29541  An example where the text was inserted at the beginning of the second line:
29542 \begin_inset Formula \begin{align}
29543 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29544 \intertext {\text{integrand is symmetric to $\phi=\pi$, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29545
29546 \end_inset
29547
29548
29549 \end_layout
29550
29551 \begin_layout Section
29552 Formula Numbering
29553 \begin_inset Index
29554 status collapsed
29555
29556 \begin_layout Plain Layout
29557 Formula numbering
29558 \end_layout
29559
29560 \end_inset
29561
29562
29563 \begin_inset Index
29564 status collapsed
29565
29566 \begin_layout Plain Layout
29567 Formula ! numbering|see
29568 \begin_inset ERT
29569 status collapsed
29570
29571 \begin_layout Plain Layout
29572
29573 {
29574 \end_layout
29575
29576 \end_inset
29577
29578 Formula numbering
29579 \begin_inset ERT
29580 status collapsed
29581
29582 \begin_layout Plain Layout
29583
29584 }
29585 \end_layout
29586
29587 \end_inset
29588
29589
29590 \end_layout
29591
29592 \end_inset
29593
29594
29595 \end_layout
29596
29597 \begin_layout Subsection
29598 General
29599 \end_layout
29600
29601 \begin_layout Standard
29602 Numbered formulas can be created with the menu 
29603 \family sans
29604 Insert\SpecialChar \menuseparator
29605 Math\SpecialChar \menuseparator
29606 Numbered
29607 \begin_inset Space ~
29608 \end_inset
29609
29610 Formula
29611 \family default
29612  (shortcut 
29613 \family sans
29614 Ctrl-Alt
29615 \begin_inset Space ~
29616 \end_inset
29617
29618 n
29619 \family default
29620 ).
29621  Existing formulas can be numbered with the menu 
29622 \family sans
29623 Edit\SpecialChar \menuseparator
29624 Math\SpecialChar \menuseparator
29625 Toggle
29626 \begin_inset Space ~
29627 \end_inset
29628
29629 Numbering
29630 \family default
29631  (shortcut 
29632 \family sans
29633 Alt-m
29634 \begin_inset Space ~
29635 \end_inset
29636
29637 n
29638 \family default
29639 ).
29640  The formula number is displayed in LyX behind the formula as number sign
29641  in parentheses.
29642  The number sign is replaced in the output by the formula number.
29643 \end_layout
29644
29645 \begin_layout Standard
29646 When numbering is turned on in multiline formulas, all lines will be numbered.
29647  But the numbering can be controlled with the menu 
29648 \family sans
29649 Edit\SpecialChar \menuseparator
29650 Math\SpecialChar \menuseparator
29651 Toggle
29652 \begin_inset Space ~
29653 \end_inset
29654
29655 Numbering
29656 \begin_inset Space ~
29657 \end_inset
29658
29659 of
29660 \begin_inset Space ~
29661 \end_inset
29662
29663 Line
29664 \family default
29665  (shortcut 
29666 \family sans
29667 Alt-m
29668 \begin_inset Space ~
29669 \end_inset
29670
29671 N
29672 \family default
29673 ) for every line.
29674 \end_layout
29675
29676 \begin_layout Standard
29677 Except of inline formulas, all formulas can be numbered with two different
29678  styles, see 
29679 \begin_inset CommandInset ref
29680 LatexCommand ref
29681 reference "sec:Formula-Styles"
29682
29683 \end_inset
29684
29685 .
29686 \end_layout
29687
29688 \begin_layout Subsection
29689 Cross-References
29690 \begin_inset CommandInset label
29691 LatexCommand label
29692 name "sub:Cross-References"
29693
29694 \end_inset
29695
29696
29697 \begin_inset Index
29698 status collapsed
29699
29700 \begin_layout Plain Layout
29701 Cross-references ! to formulas
29702 \end_layout
29703
29704 \end_inset
29705
29706
29707 \end_layout
29708
29709 \begin_layout Standard
29710 All labeled formulas can be cross-referenced.
29711  A label is added by the menu 
29712 \family sans
29713 Insert\SpecialChar \menuseparator
29714 Label
29715 \family default
29716  or the toolbar button 
29717 \begin_inset Graphics
29718         filename ../images/label-insert.png
29719         embed ""
29720         scale 85
29721
29722 \end_inset
29723
29724 .
29725  The cursor must hereby be inside a displayed formula.
29726  A dialog pops up displaying the prefix 
29727 \series bold
29728 eq:
29729 \series default
29730  in a text field.
29731  The label is inserted there behind the prefix.
29732  The predefined prefix means 
29733 \begin_inset Quotes eld
29734 \end_inset
29735
29736 equation
29737 \begin_inset Quotes erd
29738 \end_inset
29739
29740  and makes it easier to find labels in large documents because it marks
29741  it as formula label to divide it from e.
29742 \begin_inset Space \thinspace{}
29743 \end_inset
29744
29745 g.
29746 \begin_inset Space ~
29747 \end_inset
29748
29749 section labels.
29750  To change a label, the menu 
29751 \family sans
29752 Insert\SpecialChar \menuseparator
29753 Label
29754 \family default
29755  is used again.
29756 \end_layout
29757
29758 \begin_layout Standard
29759 The name of the label is displayed in LyX within two parentheses behind
29760  formula.
29761  A formula with a label is always numbered.
29762 \end_layout
29763
29764 \begin_layout Standard
29765 Cross-references are inserted via the menu 
29766 \family sans
29767 Insert\SpecialChar \menuseparator
29768 Cross-Reference
29769 \family default
29770  or with the toolbar button 
29771 \begin_inset Graphics
29772         filename ../images/dialog-show-new-inset_ref.png
29773         embed ""
29774         scale 85
29775
29776 \end_inset
29777
29778 .
29779  A formula cross-reference appears in the output as formula number.
29780  When in the cross-reference dialog window the format 
29781 \series bold
29782 (<reference>)
29783 \series default
29784  is chosen, the cross-reference appears in the output as formula number
29785  in parentheses.
29786 \begin_inset Newline newline
29787 \end_inset
29788
29789 By right-clicking on a cross-reference in LyX, one jumps to the formula
29790  that is referenced.
29791 \end_layout
29792
29793 \begin_layout Standard
29794 Here are as examples cross-references to formulas of the following subsections:
29795 \begin_inset Note Note
29796 status open
29797
29798 \begin_layout Plain Layout
29799 Note the different cross-reference types.
29800 \end_layout
29801
29802 \end_inset
29803
29804
29805 \end_layout
29806
29807 \begin_layout Standard
29808 The equations 
29809 \begin_inset CommandInset ref
29810 LatexCommand eqref
29811 reference "eq:tag"
29812
29813 \end_inset
29814
29815  and 
29816 \begin_inset CommandInset ref
29817 LatexCommand eqref
29818 reference "eq:c"
29819
29820 \end_inset
29821
29822  are equivalent.
29823  In (
29824 \begin_inset CommandInset ref
29825 LatexCommand ref
29826 reference "eq:Lat"
29827
29828 \end_inset
29829
29830 ) big Latin letters are used for the numbering in contrary to (
29831 \begin_inset CommandInset ref
29832 LatexCommand ref
29833 reference "eq:Rom"
29834
29835 \end_inset
29836
29837 ).
29838 \end_layout
29839
29840 \begin_layout Standard
29841 \begin_inset VSpace medskip
29842 \end_inset
29843
29844 When the argument of 
29845 \series bold
29846
29847 \backslash
29848 tag
29849 \begin_inset Foot
29850 status collapsed
29851
29852 \begin_layout Plain Layout
29853
29854 \series bold
29855
29856 \backslash
29857 tag
29858 \series default
29859  is described in 
29860 \begin_inset CommandInset ref
29861 LatexCommand ref
29862 reference "sub:User-defined-Numbering"
29863
29864 \end_inset
29865
29866 .
29867 \end_layout
29868
29869 \end_inset
29870
29871
29872 \series default
29873  contains a box like in 
29874 \begin_inset CommandInset ref
29875 LatexCommand ref
29876 reference "sub:Paragraph-Boxes"
29877
29878 \end_inset
29879
29880 , the formula cannot be referenced.
29881 \end_layout
29882
29883 \begin_layout Subsection
29884 Subnumbering
29885 \begin_inset Index
29886 status collapsed
29887
29888 \begin_layout Plain Layout
29889 Formula numbering ! subnumbering
29890 \end_layout
29891
29892 \end_inset
29893
29894
29895 \end_layout
29896
29897 \begin_layout Standard
29898 With the help of the commands 
29899 \series bold
29900
29901 \backslash
29902 begin{subequations}
29903 \series default
29904  and 
29905 \series bold
29906
29907 \backslash
29908 end{subequations}
29909 \series default
29910  formulas can be subnumbered.
29911  Both commands are inserted in TeX-mode.
29912 \end_layout
29913
29914 \begin_layout Standard
29915 An example:
29916 \begin_inset Formula \begin{equation}
29917 A=C-B\label{eq:a}\end{equation}
29918
29919 \end_inset
29920
29921
29922 \begin_inset ERT
29923 status collapsed
29924
29925 \begin_layout Plain Layout
29926
29927
29928 \backslash
29929 addtocounter{equation}{-1}
29930 \end_layout
29931
29932 \end_inset
29933
29934
29935 \begin_inset ERT
29936 status collapsed
29937
29938 \begin_layout Plain Layout
29939
29940
29941 \backslash
29942 begin{subequations}
29943 \end_layout
29944
29945 \end_inset
29946
29947
29948 \begin_inset VSpace -5mm
29949 \end_inset
29950
29951
29952 \begin_inset Formula \begin{equation}
29953 B=C-A\label{eq:b}\end{equation}
29954
29955 \end_inset
29956
29957
29958 \begin_inset Formula \begin{equation}
29959 C=A+B\label{eq:c}\end{equation}
29960
29961 \end_inset
29962
29963
29964 \end_layout
29965
29966 \begin_layout Standard
29967 \begin_inset ERT
29968 status collapsed
29969
29970 \begin_layout Plain Layout
29971
29972
29973 \backslash
29974 end{subequations}
29975 \end_layout
29976
29977 \end_inset
29978
29979
29980 \end_layout
29981
29982 \begin_layout Standard
29983 To create the example, the following is done:
29984 \end_layout
29985
29986 \begin_layout Enumerate
29987 first formula is inserted
29988 \end_layout
29989
29990 \begin_layout Enumerate
29991
29992 \series bold
29993
29994 \backslash
29995 addtocounter{equation}{-1} 
29996 \backslash
29997 begin{subequations}
29998 \begin_inset Index
29999 status collapsed
30000
30001 \begin_layout Plain Layout
30002 Commands ! A ! 
30003 \backslash
30004 addtocounter
30005 \end_layout
30006
30007 \end_inset
30008
30009
30010 \begin_inset Newline newline
30011 \end_inset
30012
30013
30014 \series default
30015 is inserted after the first formula
30016 \end_layout
30017
30018 \begin_layout Enumerate
30019 second formula is inserted
30020 \end_layout
30021
30022 \begin_layout Enumerate
30023 third formula is inserted
30024 \end_layout
30025
30026 \begin_layout Enumerate
30027
30028 \series bold
30029
30030 \backslash
30031 end{subequations}
30032 \series default
30033  is inserted after the third formula
30034 \end_layout
30035
30036 \begin_layout Standard
30037 Every formula between the commands 
30038 \series bold
30039
30040 \backslash
30041 begin
30042 \series default
30043  and 
30044 \series bold
30045
30046 \backslash
30047 end
30048 \series default
30049  is subnumbered as a, b, 
30050 \begin_inset ERT
30051 status collapsed
30052
30053 \begin_layout Plain Layout
30054
30055
30056 \backslash
30057 linebreak 
30058 \end_layout
30059
30060 \end_inset
30061
30062 c, \SpecialChar \ldots{}
30063  For multiline formulas every line will be subnumbered.
30064  All subnumbered formulas are treated as 
30065 \emph on
30066 one
30067 \emph default
30068  numbered formula.
30069  But as every numbered formula increases the counter 
30070 \series bold
30071 equation
30072 \series default
30073  by one, the command 
30074 \series bold
30075
30076 \backslash
30077 addtocounter
30078 \series default
30079  is needed to decrease it.
30080  Otherwise the formulas 
30081 \begin_inset CommandInset ref
30082 LatexCommand eqref
30083 reference "eq:a"
30084
30085 \end_inset
30086
30087
30088 \begin_inset CommandInset ref
30089 LatexCommand eqref
30090 reference "eq:b"
30091
30092 \end_inset
30093
30094
30095 \begin_inset CommandInset ref
30096 LatexCommand eqref
30097 reference "eq:c"
30098
30099 \end_inset
30100
30101  would be numbered as 
30102 \begin_inset CommandInset ref
30103 LatexCommand eqref
30104 reference "eq:a"
30105
30106 \end_inset
30107
30108
30109 \begin_inset CommandInset ref
30110 LatexCommand eqref
30111 reference "eq:d"
30112
30113 \end_inset
30114
30115
30116 \begin_inset CommandInset ref
30117 LatexCommand eqref
30118 reference "eq:f"
30119
30120 \end_inset
30121
30122 .
30123 \end_layout
30124
30125 \begin_layout Standard
30126 By inserting the commands in TeX-mode, a space is created between the first
30127  two formulas.
30128  To revert this -5
30129 \begin_inset Space \thinspace{}
30130 \end_inset
30131
30132 mm vertical space is inserted after the command 
30133 \series bold
30134
30135 \backslash
30136 begin{subequations}
30137 \series default
30138 .
30139  When the formula style 
30140 \series bold
30141 Indented
30142 \begin_inset Foot
30143 status collapsed
30144
30145 \begin_layout Plain Layout
30146 formula styles see 
30147 \begin_inset CommandInset ref
30148 LatexCommand ref
30149 reference "sec:Formula-Styles"
30150
30151 \end_inset
30152
30153
30154 \end_layout
30155
30156 \end_inset
30157
30158
30159 \series default
30160  is used, -7
30161 \begin_inset Space \thinspace{}
30162 \end_inset
30163
30164 mm space is inserted instead.
30165 \end_layout
30166
30167 \begin_layout Standard
30168 Here is an example for a multiline formula where the numbering was turned
30169  off for the second line:
30170 \begin_inset ERT
30171 status collapsed
30172
30173 \begin_layout Plain Layout
30174
30175
30176 \backslash
30177 begin{subequations}
30178 \end_layout
30179
30180 \end_inset
30181
30182
30183 \begin_inset Formula \begin{eqnarray}
30184 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30185  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30186  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
30187
30188 \end_inset
30189
30190
30191 \begin_inset ERT
30192 status collapsed
30193
30194 \begin_layout Plain Layout
30195
30196
30197 \backslash
30198 end{subequations}
30199 \end_layout
30200
30201 \end_inset
30202
30203
30204 \end_layout
30205
30206 \begin_layout Subsection
30207 User-defined Numbering
30208 \begin_inset CommandInset label
30209 LatexCommand label
30210 name "sub:User-defined-Numbering"
30211
30212 \end_inset
30213
30214
30215 \begin_inset Index
30216 status collapsed
30217
30218 \begin_layout Plain Layout
30219 Formula numbering ! user-defined
30220 \end_layout
30221
30222 \end_inset
30223
30224
30225 \end_layout
30226
30227 \begin_layout Standard
30228 \begin_inset Index
30229 status collapsed
30230
30231 \begin_layout Plain Layout
30232 Formula numbering ! self-defined delimiters
30233 \end_layout
30234
30235 \end_inset
30236
30237 With the standard numbering parentheses are set around the formula number.
30238  To replace the parentheses for example by vertical bars, the following
30239  line is added to the LaTeX-preamble:
30240 \end_layout
30241
30242 \begin_layout Standard
30243
30244 \series bold
30245
30246 \backslash
30247 def
30248 \backslash
30249 tagform@#1{
30250 \backslash
30251 maketag@@@{|#1|}}
30252 \series default
30253
30254 \begin_inset Note Note
30255 status collapsed
30256
30257 \begin_layout Plain Layout
30258 This macro is already declared in the LaTeX-preamble for testing.
30259  To activate it, remove the percent sign at the beginning.
30260 \end_layout
30261
30262 \end_inset
30263
30264
30265 \end_layout
30266
30267 \begin_layout Standard
30268 To use other characters, the vertical bars besides the 
30269 \series bold
30270 #1
30271 \series default
30272  are replaced by one ore more characters.
30273  To get only the formula number the vertical bars are omitted.
30274 \end_layout
30275
30276 \begin_layout Standard
30277 \begin_inset VSpace bigskip
30278 \end_inset
30279
30280 When there should be an expression of your choice instead of the consecutive
30281  formula number in parentheses behind the formula, the command 
30282 \series bold
30283
30284 \backslash
30285 tag
30286 \series default
30287
30288 \begin_inset Index
30289 status collapsed
30290
30291 \begin_layout Plain Layout
30292 Commands ! T ! 
30293 \backslash
30294 tag
30295 \end_layout
30296
30297 \end_inset
30298
30299  is used:
30300 \begin_inset Formula \begin{equation}
30301 A+B=C\tag{something}\label{eq:tag}\end{equation}
30302
30303 \end_inset
30304
30305 In this example the command 
30306 \series bold
30307
30308 \backslash
30309 tag
30310 \begin_inset ERT
30311 status collapsed
30312
30313 \begin_layout Plain Layout
30314
30315
30316 \backslash
30317 spce 
30318 \end_layout
30319
30320 \end_inset
30321
30322 something
30323 \series default
30324  was inserted to the formula.
30325 \end_layout
30326
30327 \begin_layout Standard
30328 When the command 
30329 \series bold
30330
30331 \backslash
30332 tag*
30333 \begin_inset ERT
30334 status collapsed
30335
30336 \begin_layout Plain Layout
30337
30338
30339 \backslash
30340 spce 
30341 \end_layout
30342
30343 \end_inset
30344
30345 something
30346 \series default
30347  is inserted instead, the star prevents the parentheses around the expression:
30348 \begin_inset Formula \[
30349 A+B=C\tag*{something}\]
30350
30351 \end_inset
30352
30353
30354 \end_layout
30355
30356 \begin_layout Standard
30357 \begin_inset VSpace bigskip
30358 \end_inset
30359
30360 To restart the formula numbering with new document parts or sections, the
30361  following command is used:
30362 \end_layout
30363
30364 \begin_layout Standard
30365
30366 \series bold
30367
30368 \backslash
30369 @addtoreset{equation}{part}
30370 \series default
30371
30372 \begin_inset Index
30373 status collapsed
30374
30375 \begin_layout Plain Layout
30376 Commands ! 
30377 \begin_inset ERT
30378 status collapsed
30379
30380 \begin_layout Plain Layout
30381
30382 "
30383 \end_layout
30384
30385 \end_inset
30386
30387 @
30388 \begin_inset ERT
30389 status collapsed
30390
30391 \begin_layout Plain Layout
30392
30393 "
30394 \end_layout
30395
30396 \end_inset
30397
30398  ! 
30399 \backslash
30400
30401 \begin_inset ERT
30402 status collapsed
30403
30404 \begin_layout Plain Layout
30405
30406 "
30407 \end_layout
30408
30409 \end_inset
30410
30411 @
30412 \begin_inset ERT
30413 status collapsed
30414
30415 \begin_layout Plain Layout
30416
30417 "
30418 \end_layout
30419
30420 \end_inset
30421
30422 addtoreset
30423 \end_layout
30424
30425 \end_inset
30426
30427
30428 \begin_inset Newline newline
30429 \end_inset
30430
30431 resp.
30432 \begin_inset Newline newline
30433 \end_inset
30434
30435
30436 \series bold
30437
30438 \backslash
30439 @addtoreset{equation}{section}
30440 \end_layout
30441
30442 \begin_layout Standard
30443 To be able to use these commands in TeX-mode, the 
30444 \begin_inset Quotes eld
30445 \end_inset
30446
30447 @
30448 \begin_inset Quotes erd
30449 \end_inset
30450
30451  character has to be made 
30452 \begin_inset Quotes eld
30453 \end_inset
30454
30455 active
30456 \begin_inset Quotes erd
30457 \end_inset
30458
30459  for LaTeX using the command 
30460 \series bold
30461
30462 \backslash
30463 makeatletter.
30464
30465 \series default
30466  The command 
30467 \series bold
30468
30469 \backslash
30470 makeatother
30471 \series default
30472  reverts this.
30473  So the command sequence in TeX-mode is:
30474 \end_layout
30475
30476 \begin_layout Standard
30477
30478 \series bold
30479
30480 \backslash
30481 makeatletter
30482 \begin_inset Newline newline
30483 \end_inset
30484
30485
30486 \backslash
30487 @addtoreset{equation}{section}
30488 \begin_inset Newline newline
30489 \end_inset
30490
30491
30492 \backslash
30493 makeatother
30494 \end_layout
30495
30496 \begin_layout Standard
30497 In the LaTeX-preamble 
30498 \series bold
30499
30500 \backslash
30501 makeatletter
30502 \series default
30503  and 
30504 \series bold
30505
30506 \backslash
30507 makeatother
30508 \series default
30509  can be omitted as they are automatically internally inserted by LyX.
30510 \end_layout
30511
30512 \begin_layout Standard
30513 To revert 
30514 \series bold
30515
30516 \backslash
30517 @addtoreset
30518 \series default
30519 , the file 
30520 \series bold
30521 remreset.sty
30522 \series default
30523
30524 \begin_inset Foot
30525 status collapsed
30526
30527 \begin_layout Plain Layout
30528
30529 \series bold
30530 remreset
30531 \series default
30532  is part of the LaTeX-package 
30533 \series bold
30534 carlisle
30535 \series default
30536
30537 \begin_inset Index
30538 status collapsed
30539
30540 \begin_layout Plain Layout
30541 Packages ! carlisle
30542 \end_layout
30543
30544 \end_inset
30545
30546  that is part of every LaTeX standard installation.
30547 \end_layout
30548
30549 \end_inset
30550
30551
30552 \begin_inset Index
30553 status collapsed
30554
30555 \begin_layout Plain Layout
30556 Packages ! remreset
30557 \end_layout
30558
30559 \end_inset
30560
30561  has to be loaded in the LaTeX-preamble with the line
30562 \end_layout
30563
30564 \begin_layout Standard
30565
30566 \series bold
30567
30568 \backslash
30569 usepackage{remreset}
30570 \end_layout
30571
30572 \begin_layout Standard
30573 Then the command 
30574 \series bold
30575
30576 \backslash
30577 @removefromreset
30578 \series default
30579
30580 \begin_inset Index
30581 status collapsed
30582
30583 \begin_layout Plain Layout
30584 Commands ! 
30585 \begin_inset ERT
30586 status collapsed
30587
30588 \begin_layout Plain Layout
30589
30590 "
30591 \end_layout
30592
30593 \end_inset
30594
30595 @
30596 \begin_inset ERT
30597 status collapsed
30598
30599 \begin_layout Plain Layout
30600
30601 "
30602 \end_layout
30603
30604 \end_inset
30605
30606  ! 
30607 \backslash
30608
30609 \begin_inset ERT
30610 status collapsed
30611
30612 \begin_layout Plain Layout
30613
30614 "
30615 \end_layout
30616
30617 \end_inset
30618
30619 @
30620 \begin_inset ERT
30621 status collapsed
30622
30623 \begin_layout Plain Layout
30624
30625 "
30626 \end_layout
30627
30628 \end_inset
30629
30630 removefromreset
30631 \end_layout
30632
30633 \end_inset
30634
30635  can be used with the same scheme as 
30636 \series bold
30637
30638 \backslash
30639 @addtoreset
30640 \series default
30641 .
30642 \end_layout
30643
30644 \begin_layout Standard
30645 \begin_inset VSpace bigskip
30646 \end_inset
30647
30648 Sometimes formulas should be numbered in the following form:
30649 \end_layout
30650
30651 \begin_layout Standard
30652
30653 \family typewriter
30654 (section number.formula number)
30655 \end_layout
30656
30657 \begin_layout Standard
30658 The formula number should start with every section with 
30659 \begin_inset Quotes eld
30660 \end_inset
30661
30662 1
30663 \begin_inset Quotes erd
30664 \end_inset
30665
30666 .
30667 \end_layout
30668
30669 \begin_layout Standard
30670 For this case there is the command 
30671 \series bold
30672
30673 \backslash
30674 numberwithin
30675 \series default
30676
30677 \begin_inset Index
30678 status collapsed
30679
30680 \begin_layout Plain Layout
30681 Commands ! N ! 
30682 \backslash
30683 numberwithin
30684 \end_layout
30685
30686 \end_inset
30687
30688 , which is used with the following scheme:
30689 \end_layout
30690
30691 \begin_layout Standard
30692
30693 \series bold
30694
30695 \backslash
30696 numberwithin{counter}{sectioning}
30697 \end_layout
30698
30699 \begin_layout Standard
30700 Counter denotes what kind of numbering is affected, sectioning denotes what
30701  number is before the dot.
30702 \end_layout
30703
30704 \begin_layout Standard
30705 Thus in our case the following LaTeX-preamble or ERT line is used:
30706 \end_layout
30707
30708 \begin_layout Standard
30709
30710 \series bold
30711
30712 \backslash
30713 numberwithin{equation}{section}
30714 \end_layout
30715
30716 \begin_layout Standard
30717 This is the result:
30718 \begin_inset ERT
30719 status collapsed
30720
30721 \begin_layout Plain Layout
30722
30723
30724 \backslash
30725 numberwithin{equation}{section}
30726 \end_layout
30727
30728 \end_inset
30729
30730
30731 \begin_inset Formula \begin{equation}
30732 A+B=C\end{equation}
30733
30734 \end_inset
30735
30736
30737 \end_layout
30738
30739 \begin_layout Standard
30740 To number e.
30741 \begin_inset Space \thinspace{}
30742 \end_inset
30743
30744 g.
30745 \begin_inset Space ~
30746 \end_inset
30747
30748 tables so that the number of the part is the sectioning,
30749 \begin_inset Newline newline
30750 \end_inset
30751
30752
30753 \series bold
30754
30755 \backslash
30756 numberwithin{table}{part}
30757 \series default
30758  is used.
30759 \end_layout
30760
30761 \begin_layout Standard
30762 To go back to the standard numbering or to prevent this kind of numbering
30763  when it is defined by the document class, the following command is inserted
30764  as ERT or to the LaTeX-preamble:
30765 \end_layout
30766
30767 \begin_layout Standard
30768
30769 \series bold
30770
30771 \backslash
30772 renewcommand{
30773 \backslash
30774 theequation}{
30775 \backslash
30776 arabic{equation}}
30777 \begin_inset Index
30778 status collapsed
30779
30780 \begin_layout Plain Layout
30781 Commands ! A ! 
30782 \backslash
30783 arabic
30784 \end_layout
30785
30786 \end_inset
30787
30788
30789 \series default
30790
30791 \begin_inset ERT
30792 status collapsed
30793
30794 \begin_layout Plain Layout
30795
30796
30797 \backslash
30798 renewcommand{
30799 \backslash
30800 theequation}{
30801 \backslash
30802 arabic{equation}}
30803 \end_layout
30804
30805 \end_inset
30806
30807
30808 \series bold
30809
30810 \begin_inset Newline newline
30811 \end_inset
30812
30813
30814 \series default
30815 or
30816 \series bold
30817
30818 \begin_inset Newline newline
30819 \end_inset
30820
30821
30822 \backslash
30823 renewcommand{
30824 \backslash
30825 thetable}{
30826 \backslash
30827 arabic{table}}
30828 \end_layout
30829
30830 \begin_layout Standard
30831
30832 \series bold
30833
30834 \backslash
30835 numberwithin
30836 \series default
30837  uses internally the command 
30838 \series bold
30839
30840 \backslash
30841 @addtoreset
30842 \series default
30843 , described above, that also needs to be reverted.
30844 \begin_inset ERT
30845 status collapsed
30846
30847 \begin_layout Plain Layout
30848
30849
30850 \backslash
30851 makeatletter
30852 \end_layout
30853
30854 \begin_layout Plain Layout
30855
30856
30857 \backslash
30858 @removefromreset{equation}{section}
30859 \end_layout
30860
30861 \begin_layout Plain Layout
30862
30863
30864 \backslash
30865 makeatother
30866 \end_layout
30867
30868 \end_inset
30869
30870
30871 \end_layout
30872
30873 \begin_layout Subsection
30874 Numbering with Roman Numbers and Letters
30875 \begin_inset CommandInset label
30876 LatexCommand label
30877 name "sub:Numbering-with-Roman"
30878
30879 \end_inset
30880
30881
30882 \begin_inset Index
30883 status collapsed
30884
30885 \begin_layout Plain Layout
30886 Formula numbering ! with letters
30887 \end_layout
30888
30889 \end_inset
30890
30891
30892 \begin_inset Index
30893 status collapsed
30894
30895 \begin_layout Plain Layout
30896 Formula numbering ! with Roman numbers
30897 \end_layout
30898
30899 \end_inset
30900
30901
30902 \end_layout
30903
30904 \begin_layout Standard
30905 Formulas can also be numbered with Roman numbers and Latin letters.
30906  To number for example with small Roman numbers, the command
30907 \end_layout
30908
30909 \begin_layout Standard
30910
30911 \series bold
30912
30913 \backslash
30914 renewcommand{
30915 \backslash
30916 theequation}{
30917 \backslash
30918 roman{equation}}
30919 \end_layout
30920
30921 \begin_layout Standard
30922 is inserted before the formula in TeX-mode.
30923  
30924 \series bold
30925
30926 \backslash
30927 renewcommand
30928 \series default
30929
30930 \begin_inset Index
30931 status collapsed
30932
30933 \begin_layout Plain Layout
30934 Commands ! R ! 
30935 \backslash
30936 renewcommand
30937 \end_layout
30938
30939 \end_inset
30940
30941  redefines the predefined command 
30942 \series bold
30943
30944 \backslash
30945 theequation
30946 \series default
30947  to the command 
30948 \series bold
30949
30950 \backslash
30951 roman{equation}
30952 \series default
30953
30954 \begin_inset Foot
30955 status collapsed
30956
30957 \begin_layout Plain Layout
30958 The command 
30959 \series bold
30960
30961 \backslash
30962 renewcommand
30963 \series default
30964  has the same scheme like the command 
30965 \series bold
30966
30967 \backslash
30968 newcommand
30969 \series default
30970  that is described in 
30971 \begin_inset CommandInset ref
30972 LatexCommand ref
30973 reference "sec:User-defined-commands"
30974
30975 \end_inset
30976
30977 .
30978 \end_layout
30979
30980 \end_inset
30981
30982 .
30983  
30984 \series bold
30985 equation
30986 \series default
30987  is the formula counter.
30988  When the command 
30989 \series bold
30990
30991 \backslash
30992 the
30993 \series default
30994  is used as prefix for a counter, the value of the counter is output as
30995  Arabic number.
30996  When a formula is numbered, LaTeX sets internally the command 
30997 \series bold
30998
30999 \backslash
31000 theequation
31001 \series default
31002  behind the formula.
31003  
31004 \series bold
31005
31006 \backslash
31007 roman{equation}
31008 \begin_inset Index
31009 status collapsed
31010
31011 \begin_layout Plain Layout
31012 Commands ! R ! 
31013 \backslash
31014 roman
31015 \end_layout
31016
31017 \end_inset
31018
31019
31020 \series default
31021  outputs the counter as small Roman number.
31022 \end_layout
31023
31024 \begin_layout Standard
31025 All formulas behind the command 
31026 \series bold
31027
31028 \backslash
31029 renew
31030 \series default
31031 c
31032 \series bold
31033 ommand
31034 \series default
31035  are now numbered Roman.
31036  To switch to numbering with big Roman numbers, the command is inserted
31037  again, but 
31038 \series bold
31039
31040 \backslash
31041 roman
31042 \series default
31043  is replaced by 
31044 \series bold
31045
31046 \backslash
31047 Roman
31048 \series default
31049
31050 \begin_inset Index
31051 status collapsed
31052
31053 \begin_layout Plain Layout
31054 Commands ! R ! 
31055 \backslash
31056 roman@
31057 \backslash
31058 Roman
31059 \end_layout
31060
31061 \end_inset
31062
31063 .
31064  To 
31065 \begin_inset Quotes eld
31066 \end_inset
31067
31068 number
31069 \begin_inset Quotes erd
31070 \end_inset
31071
31072  with small Latin letters there is the command 
31073 \series bold
31074
31075 \backslash
31076 alph
31077 \series default
31078
31079 \begin_inset Index
31080 status collapsed
31081
31082 \begin_layout Plain Layout
31083 Commands ! A ! 
31084 \backslash
31085 alph
31086 \end_layout
31087
31088 \end_inset
31089
31090 , for big ones there is the command 
31091 \series bold
31092
31093 \backslash
31094 Alph
31095 \series default
31096
31097 \begin_inset Index
31098 status open
31099
31100 \begin_layout Plain Layout
31101 Commands ! A ! 
31102 \backslash
31103 alph@
31104 \backslash
31105 Alph
31106 \end_layout
31107
31108 \end_inset
31109
31110 .
31111 \end_layout
31112
31113 \begin_layout Standard
31114 \begin_inset Note Greyedout
31115 status open
31116
31117 \begin_layout Plain Layout
31118
31119 \series bold
31120 Note:
31121 \series default
31122  Only maximal 26 formulas can be numbered with Latin letters in one document.
31123 \end_layout
31124
31125 \end_inset
31126
31127
31128 \end_layout
31129
31130 \begin_layout Standard
31131 \begin_inset ERT
31132 status collapsed
31133
31134 \begin_layout Plain Layout
31135
31136
31137 \backslash
31138 renewcommand{
31139 \backslash
31140 theequation}{
31141 \backslash
31142 roman{equation}}
31143 \end_layout
31144
31145 \end_inset
31146
31147
31148 \end_layout
31149
31150 \begin_layout Standard
31151 \begin_inset Formula \begin{equation}
31152 A=\textrm{small roman}\label{eq:rom}\end{equation}
31153
31154 \end_inset
31155
31156
31157 \begin_inset ERT
31158 status collapsed
31159
31160 \begin_layout Plain Layout
31161
31162
31163 \backslash
31164 renewcommand{
31165 \backslash
31166 theequation}{
31167 \backslash
31168 Roman{equation}}
31169 \end_layout
31170
31171 \end_inset
31172
31173
31174 \begin_inset Formula \begin{equation}
31175 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
31176
31177 \end_inset
31178
31179
31180 \begin_inset ERT
31181 status collapsed
31182
31183 \begin_layout Plain Layout
31184
31185
31186 \backslash
31187 renewcommand{
31188 \backslash
31189 theequation}{
31190 \backslash
31191 alph{equation}}
31192 \end_layout
31193
31194 \end_inset
31195
31196
31197 \begin_inset Formula \begin{equation}
31198 C=\textrm{small Latin}\label{eq:lat}\end{equation}
31199
31200 \end_inset
31201
31202
31203 \begin_inset ERT
31204 status collapsed
31205
31206 \begin_layout Plain Layout
31207
31208
31209 \backslash
31210 renewcommand{
31211 \backslash
31212 theequation}{
31213 \backslash
31214 Alph{equation}}
31215 \end_layout
31216
31217 \end_inset
31218
31219
31220 \begin_inset Formula \begin{equation}
31221 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
31222
31223 \end_inset
31224
31225
31226 \end_layout
31227
31228 \begin_layout Standard
31229 To switch back to the default numbering, insert the command:
31230 \end_layout
31231
31232 \begin_layout Standard
31233
31234 \series bold
31235
31236 \backslash
31237 renewcommand{
31238 \backslash
31239 theequation}{
31240 \backslash
31241 arabic{equation}}
31242 \begin_inset Index
31243 status collapsed
31244
31245 \begin_layout Plain Layout
31246 Commands ! A ! 
31247 \backslash
31248 arabic
31249 \end_layout
31250
31251 \end_inset
31252
31253
31254 \end_layout
31255
31256 \begin_layout Standard
31257 \begin_inset ERT
31258 status collapsed
31259
31260 \begin_layout Plain Layout
31261
31262
31263 \backslash
31264 renewcommand{
31265 \backslash
31266 theequation}{
31267 \backslash
31268 arabic{equation}}
31269 \end_layout
31270
31271 \end_inset
31272
31273
31274 \begin_inset Formula \begin{equation}
31275 E=\textrm{Arabic}\label{eq:arab}\end{equation}
31276
31277 \end_inset
31278
31279
31280 \end_layout
31281
31282 \begin_layout Standard
31283 \begin_inset VSpace medskip
31284 \end_inset
31285
31286 As you see, formulas are numbered serially independent from the numbering
31287  style.
31288  When then numbering should start with 
31289 \begin_inset Quotes eld
31290 \end_inset
31291
31292 1
31293 \begin_inset Quotes erd
31294 \end_inset
31295
31296  when the style is changed, new equation counters have to be defined.
31297  A description about this can be found in the file 
31298 \begin_inset ERT
31299 status collapsed
31300
31301 \begin_layout Plain Layout
31302
31303
31304 \backslash
31305 href{Formula-numbering.lyx}{
31306 \end_layout
31307
31308 \end_inset
31309
31310 Formula-numbering.lyx
31311 \begin_inset ERT
31312 status collapsed
31313
31314 \begin_layout Plain Layout
31315
31316 }
31317 \end_layout
31318
31319 \end_inset
31320
31321 .
31322 \end_layout
31323
31324 \begin_layout Section
31325 User-defined commands
31326 \begin_inset CommandInset label
31327 LatexCommand label
31328 name "sec:User-defined-commands"
31329
31330 \end_inset
31331
31332
31333 \begin_inset Index
31334 status collapsed
31335
31336 \begin_layout Plain Layout
31337 User-defined commands
31338 \end_layout
31339
31340 \end_inset
31341
31342
31343 \end_layout
31344
31345 \begin_layout Standard
31346 Many LaTeX-commands are too long to be used frequently.
31347  But it is possible to define with the command 
31348 \series bold
31349
31350 \backslash
31351 newcommand
31352 \series default
31353
31354 \begin_inset Index
31355 status collapsed
31356
31357 \begin_layout Plain Layout
31358 Commands ! N ! 
31359 \backslash
31360 newcommand
31361 \end_layout
31362
31363 \end_inset
31364
31365  new shorter commands.
31366 \end_layout
31367
31368 \begin_layout Standard
31369 The command scheme of 
31370 \series bold
31371
31372 \backslash
31373 newcommand
31374 \series default
31375  is:
31376 \end_layout
31377
31378 \begin_layout Standard
31379
31380 \series bold
31381
31382 \backslash
31383 newcommand{new command name}[number of arguments][optional
31384 \series default
31385  
31386 \series bold
31387 value]
31388 \begin_inset Newline newline
31389 \end_inset
31390
31391
31392 \begin_inset ERT
31393 status collapsed
31394
31395 \begin_layout Plain Layout
31396
31397
31398 \backslash
31399 phantom{
31400 \end_layout
31401
31402 \end_inset
31403
31404
31405 \backslash
31406 newcommand
31407 \begin_inset ERT
31408 status collapsed
31409
31410 \begin_layout Plain Layout
31411
31412 }
31413 \end_layout
31414
31415 \end_inset
31416
31417 {command definition}
31418 \end_layout
31419
31420 \begin_layout Standard
31421 \begin_inset Note Greyedout
31422 status open
31423
31424 \begin_layout Plain Layout
31425
31426 \series bold
31427 Note:
31428 \series default
31429  Assure that the name of the new command is not already used in your document
31430  or by LaTeX-packages that you use.
31431  When you for example define the command 
31432 \series bold
31433
31434 \backslash
31435 le
31436 \series default
31437  for 
31438 \series bold
31439
31440 \backslash
31441 Leftarrow
31442 \series default
31443 , you get an error message because 
31444 \series bold
31445
31446 \backslash
31447 le
31448 \series default
31449  is already defined as command for 
31450 \begin_inset Quotes eld
31451 \end_inset
31452
31453
31454 \begin_inset Formula $\le$
31455 \end_inset
31456
31457
31458 \begin_inset Quotes erd
31459 \end_inset
31460
31461 .
31462 \end_layout
31463
31464 \end_inset
31465
31466
31467 \end_layout
31468
31469 \begin_layout Standard
31470 \begin_inset Note Greyedout
31471 status open
31472
31473 \begin_layout Plain Layout
31474
31475 \series bold
31476 Note:
31477 \series default
31478  The names of user-defined commands may only consist of Latin letters.
31479 \end_layout
31480
31481 \end_inset
31482
31483
31484 \end_layout
31485
31486 \begin_layout Standard
31487 The number of arguments is an integer in the range 0
31488 \begin_inset Space \thinspace{}
31489 \end_inset
31490
31491 -
31492 \begin_inset Space \thinspace{}
31493 \end_inset
31494
31495 9 and specifies how many arguments the new command should have.
31496  With the optional value a value for an optional argument can be predefined.
31497  When this is done, the 
31498 \emph on
31499 first
31500 \emph default
31501  
31502 \emph on
31503 a
31504 \emph default
31505 rgument of the new command is automatically an optional one.
31506 \end_layout
31507
31508 \begin_layout Standard
31509 Here are some examples:
31510 \end_layout
31511
31512 \begin_layout Itemize
31513 To define the command 
31514 \series bold
31515
31516 \backslash
31517 gr
31518 \series default
31519  for 
31520 \series bold
31521
31522 \backslash
31523 Longrightarrow
31524 \series default
31525 , the LaTeX-preamble line is:
31526 \begin_inset ERT
31527 status collapsed
31528
31529 \begin_layout Plain Layout
31530
31531
31532 \backslash
31533 medskip
31534 \end_layout
31535
31536 \end_inset
31537
31538
31539 \series bold
31540
31541 \begin_inset Newline newline
31542 \end_inset
31543
31544
31545 \backslash
31546 newcommand{
31547 \backslash
31548 gr}{
31549 \backslash
31550 Longrightarrow}
31551 \end_layout
31552
31553 \begin_layout Itemize
31554 To define the command 
31555 \series bold
31556
31557 \backslash
31558 us
31559 \series default
31560  for 
31561 \series bold
31562
31563 \backslash
31564 underline
31565 \series default
31566 , the argument (that should be underlined) must be taken into account.
31567  For this the preamble line is:
31568 \begin_inset ERT
31569 status collapsed
31570
31571 \begin_layout Plain Layout
31572
31573
31574 \backslash
31575 medskip
31576 \end_layout
31577
31578 \end_inset
31579
31580
31581 \series bold
31582
31583 \begin_inset Newline newline
31584 \end_inset
31585
31586
31587 \backslash
31588 newcommand{
31589 \backslash
31590 us}[1]{
31591 \backslash
31592 underline{#1}}
31593 \series default
31594
31595 \begin_inset ERT
31596 status collapsed
31597
31598 \begin_layout Plain Layout
31599
31600
31601 \backslash
31602 medskip
31603 \end_layout
31604
31605 \end_inset
31606
31607
31608 \series bold
31609
31610 \begin_inset Newline newline
31611 \end_inset
31612
31613
31614 \series default
31615 The character 
31616 \series bold
31617 #
31618 \series default
31619  acts as argument placeholder, the 
31620 \series bold
31621 1
31622 \series default
31623  behind it denotes that it is the placeholder for the first argument.
31624 \end_layout
31625
31626 \begin_layout Itemize
31627 For 
31628 \series bold
31629
31630 \backslash
31631 framebox
31632 \series default
31633  one can e.
31634 \begin_inset Space \thinspace{}
31635 \end_inset
31636
31637 g.
31638 \begin_inset Space ~
31639 \end_inset
31640
31641 define the command 
31642 \series bold
31643
31644 \backslash
31645 fb
31646 \series default
31647 :
31648 \begin_inset ERT
31649 status collapsed
31650
31651 \begin_layout Plain Layout
31652
31653
31654 \backslash
31655 medskip
31656 \end_layout
31657
31658 \end_inset
31659
31660
31661 \series bold
31662
31663 \begin_inset Newline newline
31664 \end_inset
31665
31666
31667 \backslash
31668 newcommand{
31669 \backslash
31670 fb}[3]{
31671 \backslash
31672 framebox#1#2{$#3$}}
31673 \series default
31674
31675 \begin_inset ERT
31676 status collapsed
31677
31678 \begin_layout Plain Layout
31679
31680
31681 \backslash
31682 medskip
31683 \end_layout
31684
31685 \end_inset
31686
31687
31688 \series bold
31689
31690 \begin_inset Newline newline
31691 \end_inset
31692
31693
31694 \series default
31695 The two Dollar signs creates the extra formula needed for 
31696 \series bold
31697
31698 \backslash
31699 framebox
31700 \series default
31701 , see 
31702 \begin_inset CommandInset ref
31703 LatexCommand ref
31704 reference "sub:Boxes-with-Frame"
31705
31706 \end_inset
31707
31708 .
31709 \end_layout
31710
31711 \begin_layout Itemize
31712 To create a new command for 
31713 \series bold
31714
31715 \backslash
31716 fcolorbox
31717 \series default
31718  where the color for the box needn't to be specified, the argument for the
31719  color is defined optional:
31720 \begin_inset ERT
31721 status collapsed
31722
31723 \begin_layout Plain Layout
31724
31725
31726 \backslash
31727 medskip
31728 \end_layout
31729
31730 \end_inset
31731
31732
31733 \series bold
31734
31735 \begin_inset Newline newline
31736 \end_inset
31737
31738
31739 \backslash
31740 newcommand{
31741 \backslash
31742 cb}[3][white]{
31743 \backslash
31744 fcolorbox{#2}{#1}{$#3$}}
31745 \series default
31746
31747 \begin_inset ERT
31748 status collapsed
31749
31750 \begin_layout Plain Layout
31751
31752
31753 \backslash
31754 medskip
31755 \end_layout
31756
31757 \end_inset
31758
31759
31760 \begin_inset Newline newline
31761 \end_inset
31762
31763 When the color is not specified when using 
31764 \series bold
31765
31766 \backslash
31767 cb
31768 \series default
31769 , the predefined color 
31770 \series bold
31771 white
31772 \series default
31773  will be used.
31774 \end_layout
31775
31776 \begin_layout Standard
31777 A test of the new defined commands:
31778 \end_layout
31779
31780 \begin_layout Standard
31781 \align center
31782 \begin_inset Tabular
31783 <lyxtabular version="3" rows="6" columns="2">
31784 <features>
31785 <column alignment="center" valignment="top" width="0">
31786 <column alignment="center" valignment="top" width="0">
31787 <row>
31788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31789 \begin_inset Text
31790
31791 \begin_layout Plain Layout
31792 Command
31793 \end_layout
31794
31795 \end_inset
31796 </cell>
31797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31798 \begin_inset Text
31799
31800 \begin_layout Plain Layout
31801 Result
31802 \begin_inset Note Note
31803 status collapsed
31804
31805 \begin_layout Plain Layout
31806
31807 \series bold
31808
31809 \backslash
31810 raisebox
31811 \series default
31812  is only used as spacer.
31813 \end_layout
31814
31815 \end_inset
31816
31817
31818 \end_layout
31819
31820 \end_inset
31821 </cell>
31822 </row>
31823 <row>
31824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31825 \begin_inset Text
31826
31827 \begin_layout Plain Layout
31828 A
31829 \backslash
31830 gr
31831 \begin_inset ERT
31832 status collapsed
31833
31834 \begin_layout Plain Layout
31835
31836
31837 \backslash
31838 spce 
31839 \end_layout
31840
31841 \end_inset
31842
31843 B
31844 \end_layout
31845
31846 \end_inset
31847 </cell>
31848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31849 \begin_inset Text
31850
31851 \begin_layout Plain Layout
31852 \begin_inset Formula $A\gr  B$
31853 \end_inset
31854
31855
31856 \end_layout
31857
31858 \end_inset
31859 </cell>
31860 </row>
31861 <row>
31862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31863 \begin_inset Text
31864
31865 \begin_layout Plain Layout
31866
31867 \backslash
31868 us{ABcd
31869 \end_layout
31870
31871 \end_inset
31872 </cell>
31873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31874 \begin_inset Text
31875
31876 \begin_layout Plain Layout
31877 \begin_inset Formula $\raisebox {4.5mm}{}\us {ABcd}\raisebox {-2mm}{}$
31878 \end_inset
31879
31880
31881 \end_layout
31882
31883 \end_inset
31884 </cell>
31885 </row>
31886 <row>
31887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31888 \begin_inset Text
31889
31890 \begin_layout Plain Layout
31891
31892 \backslash
31893 fb{[2cm]
31894 \begin_inset Formula $\to$
31895 \end_inset
31896
31897
31898 \backslash
31899 {
31900 \begin_inset Formula $\to$
31901 \end_inset
31902
31903
31904 \backslash
31905 {
31906 \backslash
31907 int
31908 \begin_inset ERT
31909 status collapsed
31910
31911 \begin_layout Plain Layout
31912
31913
31914 \backslash
31915 spce 
31916 \end_layout
31917
31918 \end_inset
31919
31920 A=B
31921 \end_layout
31922
31923 \end_inset
31924 </cell>
31925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31926 \begin_inset Text
31927
31928 \begin_layout Plain Layout
31929 \begin_inset Formula $\raisebox {6mm}{}\fb {[2cm]}{}{\int A=B}\raisebox {-4mm}{}$
31930 \end_inset
31931
31932
31933 \end_layout
31934
31935 \end_inset
31936 </cell>
31937 </row>
31938 <row>
31939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31940 \begin_inset Text
31941
31942 \begin_layout Plain Layout
31943
31944 \backslash
31945 cb{red
31946 \begin_inset Formula $\to$
31947 \end_inset
31948
31949
31950 \backslash
31951 {
31952 \backslash
31953 int
31954 \begin_inset ERT
31955 status collapsed
31956
31957 \begin_layout Plain Layout
31958
31959
31960 \backslash
31961 spce 
31962 \end_layout
31963
31964 \end_inset
31965
31966 A=B
31967 \end_layout
31968
31969 \end_inset
31970 </cell>
31971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31972 \begin_inset Text
31973
31974 \begin_layout Plain Layout
31975 \begin_inset Formula $\raisebox {6mm}{}\cb {red}{\int A=B}\raisebox {-4mm}{}$
31976 \end_inset
31977
31978
31979 \end_layout
31980
31981 \end_inset
31982 </cell>
31983 </row>
31984 <row>
31985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31986 \begin_inset Text
31987
31988 \begin_layout Plain Layout
31989
31990 \backslash
31991 cb[green]
31992 \backslash
31993 {red
31994 \begin_inset Formula $\to$
31995 \end_inset
31996
31997
31998 \backslash
31999 {
32000 \backslash
32001 int
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 A=B
32015 \end_layout
32016
32017 \end_inset
32018 </cell>
32019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32020 \begin_inset Text
32021
32022 \begin_layout Plain Layout
32023 \begin_inset Formula $\raisebox {6mm}{}\cb [green]{red}{\int A=B}\raisebox {-4mm}{}$
32024 \end_inset
32025
32026
32027 \end_layout
32028
32029 \end_inset
32030 </cell>
32031 </row>
32032 </lyxtabular>
32033
32034 \end_inset
32035
32036
32037 \end_layout
32038
32039 \begin_layout Section
32040 Diagrams
32041 \begin_inset Index
32042 status collapsed
32043
32044 \begin_layout Plain Layout
32045 Diagrams
32046 \end_layout
32047
32048 \end_inset
32049
32050
32051 \end_layout
32052
32053 \begin_layout Standard
32054 To create diagrams, the LaTeX-package 
32055 \series bold
32056 amscd
32057 \begin_inset Foot
32058 status collapsed
32059
32060 \begin_layout Plain Layout
32061
32062 \series bold
32063 amscd
32064 \series default
32065  is part of every LaTeX standard installation.
32066 \end_layout
32067
32068 \end_inset
32069
32070
32071 \series default
32072
32073 \begin_inset Index
32074 status collapsed
32075
32076 \begin_layout Plain Layout
32077 Packages ! amscd
32078 \end_layout
32079
32080 \end_inset
32081
32082  is needed.
32083  It is loaded in the LaTeX-preamble with the line
32084 \end_layout
32085
32086 \begin_layout Standard
32087
32088 \series bold
32089
32090 \backslash
32091 usepackage{amscd}
32092 \end_layout
32093
32094 \begin_layout Standard
32095 Diagrams visualize relations and look like this:
32096 \begin_inset Formula \[
32097 \begin{CD}A@>>>B@>>>C\\
32098 @AAA@.@VVV\\
32099 F@<<<E@<<<D\end{CD}\]
32100
32101 \end_inset
32102
32103
32104 \end_layout
32105
32106 \begin_layout Standard
32107 To get them, the command 
32108 \series bold
32109
32110 \backslash
32111 CD
32112 \begin_inset Index
32113 status collapsed
32114
32115 \begin_layout Plain Layout
32116 Commands ! C ! 
32117 \backslash
32118 CD
32119 \end_layout
32120
32121 \end_inset
32122
32123
32124 \series default
32125  is inserted to a formula.
32126  A blue box appears with two dashed lines where further commands can be
32127  inserted.
32128  With 
32129 \family sans
32130 Ctrl-Return
32131 \family default
32132  a new line is created.
32133  Horizontal relations are inserted in odd, vertical in even formula lines.
32134 \end_layout
32135
32136 \begin_layout Standard
32137 To create the relations there are the following commands:
32138 \end_layout
32139
32140 \begin_layout Itemize
32141
32142 \series bold
32143 @<<<
32144 \series default
32145  creates a left arrow, 
32146 \series bold
32147 @>>>
32148 \series default
32149  a right arrow, and 
32150 \series bold
32151 @=
32152 \series default
32153  a long equal sign
32154 \end_layout
32155
32156 \begin_layout Itemize
32157
32158 \series bold
32159 @AAA
32160 \series default
32161  creates an up arrow, 
32162 \series bold
32163 @VVV
32164 \series default
32165  an down arrow, and 
32166 \series bold
32167 @|
32168 \series default
32169  a vertical equal sign
32170 \end_layout
32171
32172 \begin_layout Itemize
32173
32174 \series bold
32175 @.
32176
32177 \series default
32178  is a placeholder for non-existent relations
32179 \end_layout
32180
32181 \begin_layout Standard
32182 All arrows can be labeled as follows:
32183 \end_layout
32184
32185 \begin_layout Itemize
32186 Is text inserted between the first and second < or >, resp., it is placed
32187  above the arrow.
32188  When it is inserted between the second and third one, it appears under
32189  the arrow.
32190 \end_layout
32191
32192 \begin_layout Itemize
32193 When text for vertical arrows is inserted between the first and second A
32194  or V, resp., it is placed left beside the arrow.
32195  When it is inserted between the second and third one, it appears right
32196  beside the arrow.
32197  If the text contains an A or V, these letters must be set into a TeX-brace.
32198 \end_layout
32199
32200 \begin_layout Standard
32201 As example a diagram with all possible relations:
32202 \end_layout
32203
32204 \begin_layout Standard
32205 \begin_inset Formula \[
32206 \begin{CD}A@>j>>B@>>k>C@=F\\
32207 @AmAA@.@VV{V}V@|\\
32208 D@<<j<E@>k>>F@=C\end{CD}\]
32209
32210 \end_inset
32211
32212
32213 \end_layout
32214
32215 \begin_layout Standard
32216 The command for this is:
32217 \begin_inset Newline newline
32218 \end_inset
32219
32220
32221 \series bold
32222
32223 \backslash
32224 CD
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 A@>j>>B@>>k>C@=F Ctrl-Enter
32238 \begin_inset Newline newline
32239 \end_inset
32240
32241
32242 \begin_inset ERT
32243 status collapsed
32244
32245 \begin_layout Plain Layout
32246
32247
32248 \backslash
32249 hphantom{
32250 \end_layout
32251
32252 \end_inset
32253
32254
32255 \backslash
32256 CD
32257 \begin_inset ERT
32258 status collapsed
32259
32260 \begin_layout Plain Layout
32261
32262
32263 \backslash
32264 spce 
32265 \end_layout
32266
32267 \end_inset
32268
32269
32270 \begin_inset ERT
32271 status collapsed
32272
32273 \begin_layout Plain Layout
32274
32275 }
32276 \end_layout
32277
32278 \end_inset
32279
32280 @AmAA@.@VV
32281 \backslash
32282 {V
32283 \series default
32284
32285 \begin_inset Formula $\to$
32286 \end_inset
32287
32288
32289 \series bold
32290 V@| Ctrl-Enter
32291 \begin_inset Newline newline
32292 \end_inset
32293
32294
32295 \begin_inset ERT
32296 status collapsed
32297
32298 \begin_layout Plain Layout
32299
32300
32301 \backslash
32302 hphantom{
32303 \end_layout
32304
32305 \end_inset
32306
32307
32308 \backslash
32309 CD
32310 \begin_inset ERT
32311 status collapsed
32312
32313 \begin_layout Plain Layout
32314
32315
32316 \backslash
32317 spce 
32318 \end_layout
32319
32320 \end_inset
32321
32322
32323 \begin_inset ERT
32324 status collapsed
32325
32326 \begin_layout Plain Layout
32327
32328 }
32329 \end_layout
32330
32331 \end_inset
32332
32333 D@<<j<E@>k>>F@=C
32334 \end_layout
32335
32336 \begin_layout Standard
32337 \begin_inset Newpage newpage
32338 \end_inset
32339
32340
32341 \end_layout
32342
32343 \begin_layout Section
32344 Tips
32345 \begin_inset ERT
32346 status collapsed
32347
32348 \begin_layout Plain Layout
32349
32350
32351 \backslash
32352 texorpdfstring{
32353 \end_layout
32354
32355 \end_inset
32356
32357
32358 \begin_inset Foot
32359 status collapsed
32360
32361 \begin_layout Plain Layout
32362 Other useful math tips can be found in 
32363 \begin_inset CommandInset citation
32364 LatexCommand cite
32365 key "Voss"
32366
32367 \end_inset
32368
32369 .
32370 \end_layout
32371
32372 \end_inset
32373
32374
32375 \begin_inset ERT
32376 status collapsed
32377
32378 \begin_layout Plain Layout
32379
32380 }{}
32381 \end_layout
32382
32383 \end_inset
32384
32385
32386 \begin_inset Note Note
32387 status collapsed
32388
32389 \begin_layout Plain Layout
32390
32391 \backslash
32392 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
32393 \end_layout
32394
32395 \begin_layout Plain Layout
32396 More about 
32397 \backslash
32398 texorpdfstring is in section 
32399 \begin_inset CommandInset ref
32400 LatexCommand ref
32401 reference "sub:Formulas-in-Section"
32402
32403 \end_inset
32404
32405 .
32406 \end_layout
32407
32408 \end_inset
32409
32410
32411 \begin_inset Index
32412 status collapsed
32413
32414 \begin_layout Plain Layout
32415 Tips
32416 \end_layout
32417
32418 \end_inset
32419
32420
32421 \begin_inset Index
32422 status collapsed
32423
32424 \begin_layout Plain Layout
32425 Ions|see
32426 \begin_inset ERT
32427 status collapsed
32428
32429 \begin_layout Plain Layout
32430
32431 {
32432 \end_layout
32433
32434 \end_inset
32435
32436 Chemical characters
32437 \begin_inset ERT
32438 status collapsed
32439
32440 \begin_layout Plain Layout
32441
32442 }
32443 \end_layout
32444
32445 \end_inset
32446
32447
32448 \end_layout
32449
32450 \end_inset
32451
32452
32453 \end_layout
32454
32455 \begin_layout Subsection
32456 Chemical Symbols and Equations
32457 \begin_inset CommandInset label
32458 LatexCommand label
32459 name "sub:Chemical-Symbols-and"
32460
32461 \end_inset
32462
32463
32464 \begin_inset Index
32465 status collapsed
32466
32467 \begin_layout Plain Layout
32468 Chemical characters ! Symbols
32469 \end_layout
32470
32471 \end_inset
32472
32473
32474 \begin_inset Index
32475 status collapsed
32476
32477 \begin_layout Plain Layout
32478 Chemical equations
32479 \end_layout
32480
32481 \end_inset
32482
32483
32484 \begin_inset Index
32485 status collapsed
32486
32487 \begin_layout Plain Layout
32488 Symbols ! chemical
32489 \end_layout
32490
32491 \end_inset
32492
32493
32494 \end_layout
32495
32496 \begin_layout Standard
32497 An example text from chemistry:
32498 \end_layout
32499
32500 \begin_layout Quote
32501 The 
32502 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32503 \end_inset
32504
32505 -ion reacts with two 
32506 \begin_inset Formula $\mathrm{Na^{+}}$
32507 \end_inset
32508
32509 -ions to sodium sulfate 
32510 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32511 \end_inset
32512
32513 .
32514  The chemical equation for this is:
32515 \begin_inset Formula \[
32516 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32517
32518 \end_inset
32519
32520
32521 \end_layout
32522
32523 \begin_layout Standard
32524 This chemical equation can directly be created as formula.
32525  To avoid that the symbols appear italic, everything is highlighted and
32526  changed by the shortcut 
32527 \family sans
32528 Alt-c
32529 \begin_inset Space ~
32530 \end_inset
32531
32532 r
32533 \family default
32534  to the upright font style.
32535 \begin_inset Foot
32536 status collapsed
32537
32538 \begin_layout Plain Layout
32539 font styles
32540 \series bold
32541  
32542 \series default
32543 see 
32544 \begin_inset CommandInset ref
32545 LatexCommand ref
32546 reference "sub:Font-Styles"
32547
32548 \end_inset
32549
32550
32551 \end_layout
32552
32553 \end_inset
32554
32555
32556 \end_layout
32557
32558 \begin_layout Subsection
32559 Negative Numbers
32560 \begin_inset Index
32561 status collapsed
32562
32563 \begin_layout Plain Layout
32564 Numbers ! negative
32565 \end_layout
32566
32567 \end_inset
32568
32569
32570 \end_layout
32571
32572 \begin_layout Standard
32573 Negative numbers often look ugly in formulas because the minus sign before
32574  the number is set with the same length as the minus operator sign.
32575  When writing the negative number in normal text, the minus sign appears
32576  correctly.
32577 \end_layout
32578
32579 \begin_layout Standard
32580 Thus, the problem disappears when converting the minus sign to mathematical
32581  text.
32582 \end_layout
32583
32584 \begin_layout Standard
32585 An example to visualize the problem:
32586 \end_layout
32587
32588 \begin_layout Standard
32589 \align center
32590 \begin_inset Tabular
32591 <lyxtabular version="3" rows="3" columns="2">
32592 <features>
32593 <column alignment="right" valignment="top" width="0">
32594 <column alignment="left" valignment="top" width="0">
32595 <row>
32596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32597 \begin_inset Text
32598
32599 \begin_layout Plain Layout
32600 normal text:
32601 \end_layout
32602
32603 \end_inset
32604 </cell>
32605 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32606 \begin_inset Text
32607
32608 \begin_layout Plain Layout
32609 x = -2
32610 \end_layout
32611
32612 \end_inset
32613 </cell>
32614 </row>
32615 <row>
32616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32617 \begin_inset Text
32618
32619 \begin_layout Plain Layout
32620 formula:
32621 \end_layout
32622
32623 \end_inset
32624 </cell>
32625 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32626 \begin_inset Text
32627
32628 \begin_layout Plain Layout
32629 \begin_inset Formula $x=-2$
32630 \end_inset
32631
32632
32633 \end_layout
32634
32635 \end_inset
32636 </cell>
32637 </row>
32638 <row>
32639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32640 \begin_inset Text
32641
32642 \begin_layout Plain Layout
32643 solution:
32644 \end_layout
32645
32646 \end_inset
32647 </cell>
32648 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32649 \begin_inset Text
32650
32651 \begin_layout Plain Layout
32652 \begin_inset Formula $x=\textrm{-}2$
32653 \end_inset
32654
32655
32656 \end_layout
32657
32658 \end_inset
32659 </cell>
32660 </row>
32661 </lyxtabular>
32662
32663 \end_inset
32664
32665
32666 \end_layout
32667
32668 \begin_layout Subsection
32669 Comma as Decimal Separator
32670 \begin_inset Index
32671 status collapsed
32672
32673 \begin_layout Plain Layout
32674 Comma
32675 \end_layout
32676
32677 \end_inset
32678
32679
32680 \end_layout
32681
32682 \begin_layout Standard
32683 In LaTeX a comma inside a formula is used, according to the English convention,
32684  as number group separator.
32685  So there will be space added behind all commas in formulas.
32686 \end_layout
32687
32688 \begin_layout Standard
32689 To avoid this, the comma is highlighted and changed to mathematical text
32690  (shortcut 
32691 \family sans
32692 Alt-m
32693 \begin_inset Space ~
32694 \end_inset
32695
32696 m
32697 \family default
32698 ).
32699 \end_layout
32700
32701 \begin_layout Standard
32702 To use all formula commas in the document as decimal separator, the file
32703  
32704 \series bold
32705 icomma.sty
32706 \series default
32707
32708 \begin_inset Foot
32709 status collapsed
32710
32711 \begin_layout Plain Layout
32712
32713 \series bold
32714 icomma
32715 \series default
32716  is part of the LaTeX-package 
32717 \series bold
32718 was
32719 \series default
32720
32721 \begin_inset Index
32722 status collapsed
32723
32724 \begin_layout Plain Layout
32725 Packages ! was
32726 \begin_inset VSpace defskip
32727 \end_inset
32728
32729
32730 \end_layout
32731
32732 \end_inset
32733
32734 .
32735 \end_layout
32736
32737 \end_inset
32738
32739
32740 \begin_inset Index
32741 status collapsed
32742
32743 \begin_layout Plain Layout
32744 Packages ! icomma
32745 \end_layout
32746
32747 \end_inset
32748
32749  is loaded with the LaTeX-preamble line
32750 \end_layout
32751
32752 \begin_layout Standard
32753
32754 \series bold
32755
32756 \backslash
32757 usepackage{icomma}
32758 \end_layout
32759
32760 \begin_layout Subsection
32761 Physical Vectors
32762 \begin_inset CommandInset label
32763 LatexCommand label
32764 name "sub:Physical-Vectors"
32765
32766 \end_inset
32767
32768
32769 \begin_inset Index
32770 status collapsed
32771
32772 \begin_layout Plain Layout
32773 Vectors ! physical
32774 \end_layout
32775
32776 \end_inset
32777
32778
32779 \end_layout
32780
32781 \begin_layout Standard
32782 Predefined vectors are offered by the LaTeX-package 
32783 \series bold
32784 braket
32785 \series default
32786
32787 \begin_inset Foot
32788 status collapsed
32789
32790 \begin_layout Plain Layout
32791
32792 \series bold
32793 braket
32794 \series default
32795  should be part of every LaTeX standard installation.
32796 \end_layout
32797
32798 \end_inset
32799
32800
32801 \begin_inset Index
32802 status collapsed
32803
32804 \begin_layout Plain Layout
32805 Packages ! braket
32806 \end_layout
32807
32808 \end_inset
32809
32810  that is loaded with the LaTeX-preamble line
32811 \end_layout
32812
32813 \begin_layout Standard
32814
32815 \series bold
32816
32817 \backslash
32818 usepackage{braket}
32819 \end_layout
32820
32821 \begin_layout Standard
32822 \begin_inset ERT
32823 status collapsed
32824
32825 \begin_layout Plain Layout
32826
32827
32828 \backslash
32829 ifbraket 
32830 \end_layout
32831
32832 \end_inset
32833
32834
32835 \begin_inset Note Note
32836 status open
32837
32838 \begin_layout Plain Layout
32839 The following table will only be displayed when the LaTeX-package 
32840 \series bold
32841 braket
32842 \series default
32843  is installed.
32844 \end_layout
32845
32846 \end_inset
32847
32848 The following commands are defined:
32849 \end_layout
32850
32851 \begin_layout Standard
32852 \align center
32853 \begin_inset Tabular
32854 <lyxtabular version="3" rows="4" columns="2">
32855 <features>
32856 <column alignment="center" valignment="top" width="0">
32857 <column alignment="center" valignment="top" width="0">
32858 <row>
32859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32860 \begin_inset Text
32861
32862 \begin_layout Plain Layout
32863 Command
32864 \end_layout
32865
32866 \end_inset
32867 </cell>
32868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32869 \begin_inset Text
32870
32871 \begin_layout Plain Layout
32872 Result
32873 \end_layout
32874
32875 \end_inset
32876 </cell>
32877 </row>
32878 <row>
32879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32880 \begin_inset Text
32881
32882 \begin_layout Plain Layout
32883
32884 \backslash
32885 Bra{
32886 \backslash
32887 psi
32888 \end_layout
32889
32890 \end_inset
32891 </cell>
32892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32893 \begin_inset Text
32894
32895 \begin_layout Plain Layout
32896 \begin_inset Formula $\Bra {\psi}$
32897 \end_inset
32898
32899
32900 \end_layout
32901
32902 \end_inset
32903 </cell>
32904 </row>
32905 <row>
32906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32907 \begin_inset Text
32908
32909 \begin_layout Plain Layout
32910
32911 \backslash
32912 Ket{
32913 \backslash
32914 psi
32915 \end_layout
32916
32917 \end_inset
32918 </cell>
32919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32920 \begin_inset Text
32921
32922 \begin_layout Plain Layout
32923 \begin_inset Formula $\Ket {\psi}$
32924 \end_inset
32925
32926
32927 \end_layout
32928
32929 \end_inset
32930 </cell>
32931 </row>
32932 <row>
32933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32934 \begin_inset Text
32935
32936 \begin_layout Plain Layout
32937
32938 \backslash
32939 Braket{
32940 \backslash
32941 psi|
32942 \backslash
32943 phi
32944 \end_layout
32945
32946 \end_inset
32947 </cell>
32948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32949 \begin_inset Text
32950
32951 \begin_layout Plain Layout
32952 \begin_inset Formula $\Braket {\psi|\phi}$
32953 \end_inset
32954
32955
32956 \end_layout
32957
32958 \end_inset
32959 </cell>
32960 </row>
32961 </lyxtabular>
32962
32963 \end_inset
32964
32965
32966 \end_layout
32967
32968 \begin_layout Standard
32969 The command 
32970 \series bold
32971
32972 \backslash
32973 Braket
32974 \series default
32975  assures that all vertical bars are set in the size of the surrounding brackets:
32976 \begin_inset Formula \[
32977 \Braket {\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32978
32979 \end_inset
32980
32981
32982 \begin_inset ERT
32983 status collapsed
32984
32985 \begin_layout Plain Layout
32986
32987
32988 \backslash
32989 else 
32990 \end_layout
32991
32992 \end_inset
32993
32994
32995 \begin_inset Note Note
32996 status open
32997
32998 \begin_layout Plain Layout
32999 The following will be displayed when the LaTeX-package 
33000 \series bold
33001 braket
33002 \series default
33003  is not installed:
33004 \end_layout
33005
33006 \end_inset
33007
33008
33009 \end_layout
33010
33011 \begin_layout Standard
33012 You need to install the LaTeX-package 
33013 \series bold
33014 braket
33015 \series default
33016  to see the rest of this subsection in the output.
33017 \end_layout
33018
33019 \begin_layout Standard
33020 \begin_inset ERT
33021 status collapsed
33022
33023 \begin_layout Plain Layout
33024
33025
33026 \backslash
33027 fi 
33028 \end_layout
33029
33030 \end_inset
33031
33032
33033 \end_layout
33034
33035 \begin_layout Standard
33036 The effect of 
33037 \series bold
33038
33039 \backslash
33040 Braket
33041 \series default
33042  can also be achieved using the command 
33043 \series bold
33044
33045 \backslash
33046 middle
33047 \series default
33048 , that is described in 
33049 \begin_inset CommandInset ref
33050 LatexCommand ref
33051 reference "sub:Automatic-Bracket-Size"
33052
33053 \end_inset
33054
33055 .
33056 \end_layout
33057
33058 \begin_layout Subsection
33059 Self-defined Fractions
33060 \begin_inset CommandInset label
33061 LatexCommand label
33062 name "sub:Self-defined-Fractions"
33063
33064 \end_inset
33065
33066
33067 \begin_inset Index
33068 status collapsed
33069
33070 \begin_layout Plain Layout
33071 Fractions ! self-defined
33072 \end_layout
33073
33074 \end_inset
33075
33076
33077 \end_layout
33078
33079 \begin_layout Standard
33080 To define custom commands for fractions, the command 
33081 \series bold
33082
33083 \backslash
33084 genfrac
33085 \series default
33086
33087 \begin_inset Index
33088 status collapsed
33089
33090 \begin_layout Plain Layout
33091 Commands ! G ! 
33092 \backslash
33093 genfrac
33094 \end_layout
33095
33096 \end_inset
33097
33098  is used in the following scheme:
33099 \end_layout
33100
33101 \begin_layout Standard
33102
33103 \series bold
33104
33105 \backslash
33106 genfrac{left
33107 \series default
33108  
33109 \series bold
33110 bracket}{right
33111 \series default
33112  
33113 \series bold
33114 bracket}{fraction bar thickness}{style}
33115 \begin_inset Newline newline
33116 \end_inset
33117
33118
33119 \begin_inset ERT
33120 status collapsed
33121
33122 \begin_layout Plain Layout
33123
33124
33125 \backslash
33126 phantom{
33127 \end_layout
33128
33129 \end_inset
33130
33131
33132 \backslash
33133 genfrac
33134 \begin_inset ERT
33135 status collapsed
33136
33137 \begin_layout Plain Layout
33138
33139 }
33140 \end_layout
33141
33142 \end_inset
33143
33144 {numerator}{denominator}
33145 \end_layout
33146
33147 \begin_layout Standard
33148 The style is a number in the range of 0
33149 \begin_inset Space \thinspace{}
33150 \end_inset
33151
33152 -
33153 \begin_inset Space \thinspace{}
33154 \end_inset
33155
33156 3.
33157 \end_layout
33158
33159 \begin_layout Standard
33160 \align center
33161 \begin_inset Tabular
33162 <lyxtabular version="3" rows="5" columns="2">
33163 <features>
33164 <column alignment="center" valignment="top" width="0">
33165 <column alignment="center" valignment="top" width="0">
33166 <row>
33167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33168 \begin_inset Text
33169
33170 \begin_layout Plain Layout
33171 Number
33172 \end_layout
33173
33174 \end_inset
33175 </cell>
33176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33177 \begin_inset Text
33178
33179 \begin_layout Plain Layout
33180 Style (Size)
33181 \end_layout
33182
33183 \end_inset
33184 </cell>
33185 </row>
33186 <row>
33187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33188 \begin_inset Text
33189
33190 \begin_layout Plain Layout
33191 0
33192 \end_layout
33193
33194 \end_inset
33195 </cell>
33196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33197 \begin_inset Text
33198
33199 \begin_layout Plain Layout
33200 display style formula
33201 \end_layout
33202
33203 \end_inset
33204 </cell>
33205 </row>
33206 <row>
33207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33208 \begin_inset Text
33209
33210 \begin_layout Plain Layout
33211 1
33212 \end_layout
33213
33214 \end_inset
33215 </cell>
33216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33217 \begin_inset Text
33218
33219 \begin_layout Plain Layout
33220 inline formula
33221 \end_layout
33222
33223 \end_inset
33224 </cell>
33225 </row>
33226 <row>
33227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33228 \begin_inset Text
33229
33230 \begin_layout Plain Layout
33231 2
33232 \end_layout
33233
33234 \end_inset
33235 </cell>
33236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33237 \begin_inset Text
33238
33239 \begin_layout Plain Layout
33240 small
33241 \end_layout
33242
33243 \end_inset
33244 </cell>
33245 </row>
33246 <row>
33247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33248 \begin_inset Text
33249
33250 \begin_layout Plain Layout
33251 3
33252 \end_layout
33253
33254 \end_inset
33255 </cell>
33256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33257 \begin_inset Text
33258
33259 \begin_layout Plain Layout
33260 tiny
33261 \end_layout
33262
33263 \end_inset
33264 </cell>
33265 </row>
33266 </lyxtabular>
33267
33268 \end_inset
33269
33270
33271 \end_layout
33272
33273 \begin_layout Standard
33274 When no style is given, the size is adjusted to the surrounding environment
33275  like for the command 
33276 \series bold
33277
33278 \backslash
33279 frac
33280 \series default
33281 .
33282 \end_layout
33283
33284 \begin_layout Standard
33285 When no fraction bar thickness is given, the predefined value of 0.4
33286 \begin_inset Space \thinspace{}
33287 \end_inset
33288
33289 pt will be used.
33290 \end_layout
33291
33292 \begin_layout Standard
33293 \begin_inset VSpace medskip
33294 \end_inset
33295
33296 For example, the commands 
33297 \series bold
33298
33299 \backslash
33300 dfrac
33301 \series default
33302  and 
33303 \series bold
33304
33305 \backslash
33306 tbinom
33307 \series default
33308  from 
33309 \begin_inset CommandInset ref
33310 LatexCommand ref
33311 reference "sub:Fractions"
33312
33313 \end_inset
33314
33315  are defined with the commands
33316 \end_layout
33317
33318 \begin_layout Standard
33319
33320 \series bold
33321
33322 \backslash
33323 newcommand{
33324 \backslash
33325 dfrac}[2]{
33326 \backslash
33327 genfrac{}{}{}{0}{#1}{#2}}
33328 \end_layout
33329
33330 \begin_layout Standard
33331 and
33332 \end_layout
33333
33334 \begin_layout Standard
33335
33336 \series bold
33337
33338 \backslash
33339 newcommand{
33340 \backslash
33341 tbinom}[2]{
33342 \backslash
33343 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33344 \end_layout
33345
33346 \begin_layout Standard
33347 \begin_inset VSpace medskip
33348 \end_inset
33349
33350 To define a fraction where the fraction bar thickness can be given as optional
33351  argument, the following line is inserted to the LaTeX-preamble:
33352 \end_layout
33353
33354 \begin_layout Standard
33355
33356 \series bold
33357
33358 \backslash
33359 newcommand{
33360 \backslash
33361 fracS}[3][]{
33362 \backslash
33363 genfrac{}{}{#1}{}{#2}{#3}}
33364 \end_layout
33365
33366 \begin_layout Standard
33367 A test:
33368 \begin_inset Formula \begin{align*}
33369 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33370 \text{Result} &  & \fracS [1mm]{A}{B} &  & \fracS [5mm]{A}{B}\end{align*}
33371
33372 \end_inset
33373
33374 As one can see, the distance of the numerator and the denominator to the
33375  fraction bar is round about three times the bar thickness.
33376 \end_layout
33377
33378 \begin_layout Subsection
33379 Canceled Formulas
33380 \begin_inset CommandInset label
33381 LatexCommand label
33382 name "sub:Canceled-Formulas"
33383
33384 \end_inset
33385
33386
33387 \begin_inset Index
33388 status collapsed
33389
33390 \begin_layout Plain Layout
33391 Formula ! canceled
33392 \end_layout
33393
33394 \end_inset
33395
33396
33397 \end_layout
33398
33399 \begin_layout Standard
33400 To cancel formulas or formula parts, the LaTeX-package 
33401 \series bold
33402 cancel
33403 \series default
33404
33405 \begin_inset Foot
33406 status collapsed
33407
33408 \begin_layout Plain Layout
33409
33410 \series bold
33411 cancel
33412 \series default
33413  is part of every LaTeX standard installation.
33414 \end_layout
33415
33416 \end_inset
33417
33418
33419 \begin_inset Index
33420 status collapsed
33421
33422 \begin_layout Plain Layout
33423 Packages ! cancel
33424 \end_layout
33425
33426 \end_inset
33427
33428  has to be loaded with the LaTeX-preamble line
33429 \end_layout
33430
33431 \begin_layout Standard
33432
33433 \series bold
33434
33435 \backslash
33436 usepackage[samesize]{cancel}
33437 \end_layout
33438
33439 \begin_layout Standard
33440 There are four ways to cancel formulas:
33441 \end_layout
33442
33443 \begin_layout Standard
33444 \align center
33445 \begin_inset Tabular
33446 <lyxtabular version="3" rows="5" columns="2">
33447 <features>
33448 <column alignment="center" valignment="top" width="0">
33449 <column alignment="center" valignment="top" width="0">
33450 <row>
33451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33452 \begin_inset Text
33453
33454 \begin_layout Plain Layout
33455 Command
33456 \end_layout
33457
33458 \end_inset
33459 </cell>
33460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33461 \begin_inset Text
33462
33463 \begin_layout Plain Layout
33464 Result
33465 \begin_inset Note Note
33466 status collapsed
33467
33468 \begin_layout Plain Layout
33469
33470 \series bold
33471
33472 \backslash
33473 hspace
33474 \series default
33475  and
33476 \series bold
33477  
33478 \backslash
33479 raisebox
33480 \series default
33481  are used here as spacer.
33482 \end_layout
33483
33484 \end_inset
33485
33486
33487 \end_layout
33488
33489 \end_inset
33490 </cell>
33491 </row>
33492 <row>
33493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33494 \begin_inset Text
33495
33496 \begin_layout Plain Layout
33497
33498 \backslash
33499 cancel{
33500 \backslash
33501 int
33502 \begin_inset ERT
33503 status collapsed
33504
33505 \begin_layout Plain Layout
33506
33507
33508 \backslash
33509 spce 
33510 \end_layout
33511
33512 \end_inset
33513
33514 A=B
33515 \end_layout
33516
33517 \end_inset
33518 </cell>
33519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33520 \begin_inset Text
33521
33522 \begin_layout Plain Layout
33523 \begin_inset Formula $\raisebox {4.5mm}{}\cancel {\int A=B}\raisebox {-2.5mm}{}$
33524 \end_inset
33525
33526
33527 \end_layout
33528
33529 \end_inset
33530 </cell>
33531 </row>
33532 <row>
33533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33534 \begin_inset Text
33535
33536 \begin_layout Plain Layout
33537
33538 \backslash
33539 bcancel{
33540 \backslash
33541 int
33542 \begin_inset ERT
33543 status collapsed
33544
33545 \begin_layout Plain Layout
33546
33547
33548 \backslash
33549 spce 
33550 \end_layout
33551
33552 \end_inset
33553
33554 A=B
33555 \end_layout
33556
33557 \end_inset
33558 </cell>
33559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33560 \begin_inset Text
33561
33562 \begin_layout Plain Layout
33563 \begin_inset Formula $\raisebox {4.5mm}{}\bcancel {\int A=B}\raisebox {-2.5mm}{}$
33564 \end_inset
33565
33566
33567 \end_layout
33568
33569 \end_inset
33570 </cell>
33571 </row>
33572 <row>
33573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33574 \begin_inset Text
33575
33576 \begin_layout Plain Layout
33577
33578 \backslash
33579 xcancel{
33580 \backslash
33581 int
33582 \begin_inset ERT
33583 status collapsed
33584
33585 \begin_layout Plain Layout
33586
33587
33588 \backslash
33589 spce 
33590 \end_layout
33591
33592 \end_inset
33593
33594 A=B
33595 \end_layout
33596
33597 \end_inset
33598 </cell>
33599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33600 \begin_inset Text
33601
33602 \begin_layout Plain Layout
33603 \begin_inset Formula $\raisebox {4.5mm}{}\xcancel {\int A=B}\raisebox {-2.5mm}{}$
33604 \end_inset
33605
33606
33607 \end_layout
33608
33609 \end_inset
33610 </cell>
33611 </row>
33612 <row>
33613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33614 \begin_inset Text
33615
33616 \begin_layout Plain Layout
33617
33618 \backslash
33619 cancelto{1
33620 \begin_inset Formula $\to$
33621 \end_inset
33622
33623
33624 \backslash
33625 {
33626 \backslash
33627 int
33628 \begin_inset ERT
33629 status collapsed
33630
33631 \begin_layout Plain Layout
33632
33633
33634 \backslash
33635 spce 
33636 \end_layout
33637
33638 \end_inset
33639
33640 A=B
33641 \end_layout
33642
33643 \end_inset
33644 </cell>
33645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33646 \begin_inset Text
33647
33648 \begin_layout Plain Layout
33649 \begin_inset Formula $\raisebox {7mm}{}\cancelto {1}{\int A=B}\raisebox {-2.5mm}{}\hspace {3mm}$
33650 \end_inset
33651
33652
33653 \end_layout
33654
33655 \end_inset
33656 </cell>
33657 </row>
33658 </lyxtabular>
33659
33660 \end_inset
33661
33662
33663 \end_layout
33664
33665 \begin_layout Standard
33666
33667 \series bold
33668
33669 \backslash
33670 cancelto
33671 \series default
33672  is especially suitable to visualize the reduction of fractions within formulas:
33673 \begin_inset Formula \[
33674 \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}}}\]
33675
33676 \end_inset
33677
33678
33679 \end_layout
33680
33681 \begin_layout Subsection
33682 Formulas in Section Headings
33683 \begin_inset CommandInset label
33684 LatexCommand label
33685 name "sub:Formulas-in-Section"
33686
33687 \end_inset
33688
33689
33690 \begin_inset Index
33691 status collapsed
33692
33693 \begin_layout Plain Layout
33694 Formula ! in section headings
33695 \end_layout
33696
33697 \end_inset
33698
33699
33700 \end_layout
33701
33702 \begin_layout Standard
33703 When formulas are used in section headings, the following has to be taken
33704  into account:
33705 \end_layout
33706
33707 \begin_layout Standard
33708 \begin_inset Note Greyedout
33709 status open
33710
33711 \begin_layout Plain Layout
33712 When the LaTeX-package 
33713 \series bold
33714 hyperref
33715 \series default
33716
33717 \begin_inset Index
33718 status collapsed
33719
33720 \begin_layout Plain Layout
33721 Packages ! hyperref
33722 \end_layout
33723
33724 \end_inset
33725
33726  is used, PDF-bookmarks are automatically created for every section heading
33727  in the table of contents.
33728  If a section heading contains formulas, they are incorrectly displayed
33729  in the bookmark text, because formulas in bookmarks infringe the PDF convention
33730 s.
33731 \end_layout
33732
33733 \end_inset
33734
33735
33736 \end_layout
33737
33738 \begin_layout Standard
33739 Both problems can be solved by inserting at the end of the section heading
33740  a short title with the menu 
33741 \family sans
33742 Insert\SpecialChar \menuseparator
33743 Short
33744 \begin_inset Space ~
33745 \end_inset
33746
33747 Title
33748 \family default
33749 .
33750  Short titles are used as alternative for multiline section headings to
33751  keep the table of contents clearly arranged.
33752  Only the short title appears in the table of contents and therefore also
33753  in the PDF-bookmark.
33754 \end_layout
33755
33756 \begin_layout Standard
33757 When formulas should be used in the table of contents but 
33758 \series bold
33759 hyperref
33760 \series default
33761  is used, one can use the following command in TeX-mode:
33762 \end_layout
33763
33764 \begin_layout Standard
33765
33766 \series bold
33767
33768 \backslash
33769 texorpdfstring{part}{alternative}
33770 \begin_inset Index
33771 status collapsed
33772
33773 \begin_layout Plain Layout
33774 Commands ! T ! 
33775 \backslash
33776 texorpdfstring
33777 \end_layout
33778
33779 \end_inset
33780
33781
33782 \end_layout
33783
33784 \begin_layout Standard
33785 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
33786  This can be characters, formulas, footnotes, but also cross-references.
33787  The alternative is used instead of the part for the bookmark.
33788 \end_layout
33789
33790 \begin_layout Standard
33791 Here are two example headings:
33792 \begin_inset VSpace -3mm
33793 \end_inset
33794
33795
33796 \begin_inset ERT
33797 status collapsed
33798
33799 \begin_layout Plain Layout
33800
33801
33802 \backslash
33803 boldmath 
33804 \end_layout
33805
33806 \end_inset
33807
33808
33809 \end_layout
33810
33811 \begin_layout Subsubsection
33812 Heading without formula in table of contents 
33813 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33814 \end_inset
33815
33816
33817 \begin_inset OptArg
33818 status collapsed
33819
33820 \begin_layout Plain Layout
33821 Heading without formula in table of contents
33822 \end_layout
33823
33824 \end_inset
33825
33826
33827 \end_layout
33828
33829 \begin_layout Subsubsection
33830 Heading with formula in table of contents
33831 \begin_inset ERT
33832 status collapsed
33833
33834 \begin_layout Plain Layout
33835
33836
33837 \backslash
33838 texorpdfstring{
33839 \end_layout
33840
33841 \end_inset
33842
33843  
33844 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33845 \end_inset
33846
33847
33848 \begin_inset ERT
33849 status collapsed
33850
33851 \begin_layout Plain Layout
33852
33853 }{}
33854 \end_layout
33855
33856 \end_inset
33857
33858
33859 \end_layout
33860
33861 \begin_layout Standard
33862 \begin_inset ERT
33863 status collapsed
33864
33865 \begin_layout Plain Layout
33866
33867
33868 \backslash
33869 unboldmath 
33870 \end_layout
33871
33872 \end_inset
33873
33874 In the first heading a short title was used, in the second one 
33875 \series bold
33876
33877 \backslash
33878 texorpdfstring
33879 \series default
33880 .
33881 \end_layout
33882
33883 \begin_layout Standard
33884 To get the same formatting as for the other headings, the complete heading
33885  was set into a 
33886 \series bold
33887 boldmath environment
33888 \series default
33889
33890 \begin_inset Foot
33891 status collapsed
33892
33893 \begin_layout Plain Layout
33894 see 
33895 \begin_inset CommandInset ref
33896 LatexCommand ref
33897 reference "sub:Bold-Formulas"
33898
33899 \end_inset
33900
33901
33902 \end_layout
33903
33904 \end_inset
33905
33906 .
33907 \end_layout
33908
33909 \begin_layout Subsection
33910 Formulas in multi-column Text
33911 \begin_inset Index
33912 status collapsed
33913
33914 \begin_layout Plain Layout
33915 Formula ! in multi-column text
33916 \end_layout
33917
33918 \end_inset
33919
33920
33921 \end_layout
33922
33923 \begin_layout Standard
33924 Formulas in multi-column text are often too wide to fit into a column and
33925  thus need to be set over the whole page width.
33926  This is done by using the LaTeX-package 
33927 \series bold
33928 multicol
33929 \series default
33930
33931 \begin_inset Foot
33932 status collapsed
33933
33934 \begin_layout Plain Layout
33935
33936 \series bold
33937 multicol
33938 \series default
33939  is part of every LaTeX standard installation.
33940 \end_layout
33941
33942 \end_inset
33943
33944
33945 \begin_inset Index
33946 status collapsed
33947
33948 \begin_layout Plain Layout
33949 Packages ! multicol
33950 \end_layout
33951
33952 \end_inset
33953
33954 , that is loaded with the LaTeX-preamble line
33955 \end_layout
33956
33957 \begin_layout Standard
33958
33959 \series bold
33960
33961 \backslash
33962 usepackage{multicol}
33963 \end_layout
33964
33965 \begin_layout Standard
33966 \begin_inset Note Greyedout
33967 status open
33968
33969 \begin_layout Plain Layout
33970 Note herby that the setting 
33971 \family sans
33972 Two-column
33973 \begin_inset Space ~
33974 \end_inset
33975
33976 document
33977 \family default
33978  in the menu 
33979 \family sans
33980 Document\SpecialChar \menuseparator
33981 Settings
33982 \family default
33983  under 
33984 \family sans
33985 Text
33986 \begin_inset Space ~
33987 \end_inset
33988
33989 Layout
33990 \family default
33991 \emph on
33992  
33993 \emph default
33994 must 
33995 \emph on
33996 not
33997 \emph default
33998  be selected.
33999 \end_layout
34000
34001 \end_inset
34002
34003
34004 \end_layout
34005
34006 \begin_layout Standard
34007 Before the multi-column text the command
34008 \end_layout
34009
34010 \begin_layout Standard
34011
34012 \series bold
34013
34014 \backslash
34015 begin{multicols}{column number}
34016 \end_layout
34017
34018 \begin_layout Standard
34019 is written in TeX-mode.
34020  The column number is a number in the range of 2
34021 \begin_inset Space \thinspace{}
34022 \end_inset
34023
34024 -
34025 \begin_inset Space \thinspace{}
34026 \end_inset
34027
34028 10.
34029  Before the formula the multi-column text is ended by inserting the command
34030 \end_layout
34031
34032 \begin_layout Standard
34033
34034 \series bold
34035
34036 \backslash
34037 end{multicols}
34038 \end_layout
34039
34040 \begin_layout Standard
34041 in TeX-mode.
34042 \end_layout
34043
34044 \begin_layout Standard
34045 Due to the command some space is automatically added before the formula.
34046  To revert this, -6
34047 \begin_inset Space \thinspace{}
34048 \end_inset
34049
34050 mm vertical space is inserted before the formula.
34051  When the formula style 
34052 \series bold
34053 Indented
34054 \begin_inset Foot
34055 status collapsed
34056
34057 \begin_layout Plain Layout
34058 formula styles see 
34059 \begin_inset CommandInset ref
34060 LatexCommand ref
34061 reference "sec:Formula-Styles"
34062
34063 \end_inset
34064
34065
34066 \end_layout
34067
34068 \end_inset
34069
34070
34071 \series default
34072  is used, -9
34073 \begin_inset Space \thinspace{}
34074 \end_inset
34075
34076 mm space is inserted instead.
34077 \end_layout
34078
34079 \begin_layout Standard
34080 As example a multi-column text with a displayed formula:
34081 \end_layout
34082
34083 \begin_layout Standard
34084 \begin_inset ERT
34085 status collapsed
34086
34087 \begin_layout Plain Layout
34088
34089
34090 \backslash
34091 begin{multicols}{2}
34092 \end_layout
34093
34094 \end_inset
34095
34096 Das Spektrum wird fouriertransformiert.
34097  the Fouriertransformation wird verwendet, um the überlagerten Signale (Netzwerk
34098 , Lösungsmittel) zu trennen.
34099  Nachdem wir the Phasenverschiebung bestimmen konnten, interessiert uns
34100  nun das Aussehen des Ausgangssignals.
34101  Im Experiment haben wir es with sehr vielen Teilchen zu tun, so that man
34102  über alle Phasen integrieren muss.
34103  Sei nun 
34104 \begin_inset Formula $S$
34105 \end_inset
34106
34107  unser normiertes Ausgangssignal and 
34108 \begin_inset Formula $P$
34109 \end_inset
34110
34111  the Phasenverteilungsfunktion, so ergibt sich the Beziehung
34112 \begin_inset ERT
34113 status collapsed
34114
34115 \begin_layout Plain Layout
34116
34117
34118 \backslash
34119 end{multicols}
34120 \end_layout
34121
34122 \end_inset
34123
34124
34125 \begin_inset VSpace -6mm
34126 \end_inset
34127
34128
34129 \begin_inset Formula \begin{equation}
34130 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
34131
34132 \end_inset
34133
34134
34135 \begin_inset ERT
34136 status collapsed
34137
34138 \begin_layout Plain Layout
34139
34140
34141 \backslash
34142 begin{multicols}{2}
34143 \end_layout
34144
34145 \end_inset
34146
34147 wobei 
34148 \begin_inset Formula $S_{0}$
34149 \end_inset
34150
34151  das Signal ohne Gradient ist and the Normierungsbedingung 
34152 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34153 \end_inset
34154
34155  gilt.
34156  Nun dürfen wir aber nicht the Relaxationsprozess außer Acht lassen.
34157  Direkt nach the 
34158 \begin_inset Formula $\nicefrac{\pi}{2}$
34159 \end_inset
34160
34161
34162 \begin_inset Space \thinspace{}
34163 \end_inset
34164
34165 -rf-Puls beginnt sich the Magnetisierung zu entfokussieren, wodurch sich
34166  das Signal zusätzlich abschwächt.
34167  Diese Abschwächung verläuft exponentiell in Abhängigkeit the so genannten
34168  
34169 \begin_inset Formula $T_{2}$
34170 \end_inset
34171
34172 -Zeit.
34173 \end_layout
34174
34175 \begin_layout Standard
34176 \begin_inset ERT
34177 status collapsed
34178
34179 \begin_layout Plain Layout
34180
34181
34182 \backslash
34183 end{multicols}
34184 \end_layout
34185
34186 \end_inset
34187
34188  
34189 \end_layout
34190
34191 \begin_layout Subsection
34192 Formulas with Description of Variables
34193 \begin_inset Index
34194 status collapsed
34195
34196 \begin_layout Plain Layout
34197 Formula ! with description of variables
34198 \end_layout
34199
34200 \end_inset
34201
34202
34203 \end_layout
34204
34205 \begin_layout Standard
34206 To describe variables within a formula, like in formula 
34207 \begin_inset CommandInset ref
34208 LatexCommand eqref
34209 reference "eq:within"
34210
34211 \end_inset
34212
34213 , a 2
34214 \series bold
34215 ×
34216 \series default
34217
34218 \begin_inset Formula $n$
34219 \end_inset
34220
34221
34222 \begin_inset Space ~
34223 \end_inset
34224
34225 matrix is used with left aligned columns for the 
34226 \begin_inset Formula $n$
34227 \end_inset
34228
34229  used variables.
34230 \begin_inset Foot
34231 status collapsed
34232
34233 \begin_layout Plain Layout
34234 matrices see 
34235 \begin_inset CommandInset ref
34236 LatexCommand ref
34237 reference "sec:Matrices"
34238
34239 \end_inset
34240
34241
34242 \end_layout
34243
34244 \end_inset
34245
34246  To set the description in a smaller size, before the matrix e.
34247 \begin_inset Space \thinspace{}
34248 \end_inset
34249
34250 g.
34251 \begin_inset Space ~
34252 \end_inset
34253
34254 the command 
34255 \series bold
34256
34257 \backslash
34258 footnotesize
34259 \series default
34260  is inserted.
34261 \begin_inset Foot
34262 status collapsed
34263
34264 \begin_layout Plain Layout
34265 font sizes see 
34266 \begin_inset CommandInset ref
34267 LatexCommand ref
34268 reference "sub:Font-Sizes"
34269
34270 \end_inset
34271
34272
34273 \end_layout
34274
34275 \end_inset
34276
34277
34278 \end_layout
34279
34280 \begin_layout Standard
34281 When the formula style 
34282 \series bold
34283 Indented
34284 \begin_inset Foot
34285 status collapsed
34286
34287 \begin_layout Plain Layout
34288 formula styles see 
34289 \begin_inset CommandInset ref
34290 LatexCommand ref
34291 reference "sec:Formula-Styles"
34292
34293 \end_inset
34294
34295
34296 \end_layout
34297
34298 \end_inset
34299
34300
34301 \series default
34302  is used, a 
34303 \series bold
34304
34305 \backslash
34306 hfill
34307 \series default
34308
34309 \begin_inset Foot
34310 status collapsed
34311
34312 \begin_layout Plain Layout
34313
34314 \series bold
34315
34316 \backslash
34317 hfill
34318 \series default
34319  only works in formulas with the style 
34320 \series bold
34321 Indented
34322 \series default
34323 , see 
34324 \begin_inset CommandInset ref
34325 LatexCommand ref
34326 reference "sub:Variable-Space"
34327
34328 \end_inset
34329
34330 .
34331 \end_layout
34332
34333 \end_inset
34334
34335  is inserted before and after the matrix to have the same separation of
34336  the matrix from the equation and the side margin.
34337 \end_layout
34338
34339 \begin_layout Standard
34340 When the formula style 
34341 \series bold
34342 Centered
34343 \series default
34344  is used, the method described in 
34345 \begin_inset CommandInset ref
34346 LatexCommand ref
34347 reference "sub:Flalign-Environment"
34348
34349 \end_inset
34350
34351  is used to indent formulas.
34352  Formula 
34353 \begin_inset CommandInset ref
34354 LatexCommand eqref
34355 reference "eq:within"
34356
34357 \end_inset
34358
34359  consists of five columns whereas in the first two columns contain the equation,
34360  the third the matrix, and the last one an empty TeX-brace.
34361 \begin_inset Formula \begin{flalign}
34362 \hspace {30pt}F_{A} & =\rho·V·g & \footnotesize \begin{array}{ll}
34363 \rho & \textrm{density}\\
34364 V & \textrm{volume}\\
34365 g & \textrm{gravitational acceleration}\end{array} &  & {}\label{eq:within}\end{flalign}
34366
34367 \end_inset
34368
34369
34370 \end_layout
34371
34372 \begin_layout Subsection
34373 Upright small Greek Letters
34374 \begin_inset CommandInset label
34375 LatexCommand label
34376 name "sub:Upright-small-Greek"
34377
34378 \end_inset
34379
34380
34381 \begin_inset Index
34382 status collapsed
34383
34384 \begin_layout Plain Layout
34385 Greek letters ! upright
34386 \end_layout
34387
34388 \end_inset
34389
34390
34391 \end_layout
34392
34393 \begin_layout Standard
34394 Most of the math fonts only provide italic small Greek letters.
34395  But for symbols of elementary particles like pions and neutrinos, upright
34396  Greek letters are needed.
34397  The file 
34398 \series bold
34399 upgreek.sty
34400 \series default
34401
34402 \begin_inset Foot
34403 status collapsed
34404
34405 \begin_layout Plain Layout
34406
34407 \series bold
34408 upgreek
34409 \series default
34410  is part of the LaTeX-package 
34411 \series bold
34412 was
34413 \series default
34414
34415 \begin_inset Index
34416 status collapsed
34417
34418 \begin_layout Plain Layout
34419 Packages ! was
34420 \begin_inset VSpace defskip
34421 \end_inset
34422
34423
34424 \end_layout
34425
34426 \end_inset
34427
34428 .
34429 \end_layout
34430
34431 \end_inset
34432
34433
34434 \begin_inset Index
34435 status collapsed
34436
34437 \begin_layout Plain Layout
34438 Packages ! upgreek
34439 \end_layout
34440
34441 \end_inset
34442
34443  that is loaded with the LaTeX-preamble line
34444 \end_layout
34445
34446 \begin_layout Standard
34447
34448 \series bold
34449
34450 \backslash
34451 usepackage{upgreek}
34452 \end_layout
34453
34454 \begin_layout Standard
34455 provides them.
34456  
34457 \begin_inset ERT
34458 status collapsed
34459
34460 \begin_layout Plain Layout
34461
34462
34463 \backslash
34464 ifupgreek 
34465 \end_layout
34466
34467 \end_inset
34468
34469
34470 \begin_inset Note Note
34471 status open
34472
34473 \begin_layout Plain Layout
34474 The following table will only be displayed when the LaTeX-package 
34475 \series bold
34476 upgreek
34477 \series default
34478  is installed.
34479 \end_layout
34480
34481 \end_inset
34482
34483  They are created when the command for a small Greek letters is started
34484  with 
34485 \series bold
34486 up
34487 \series default
34488 .
34489  For example the command 
34490 \series bold
34491
34492 \backslash
34493 uptau
34494 \series default
34495  creates this: 
34496 \begin_inset Formula $\uptau $
34497 \end_inset
34498
34499
34500 \end_layout
34501
34502 \begin_layout Standard
34503 With these commands reactions of elementary particles can be typeset:
34504 \begin_inset Formula \[
34505 \uppi ^{+}\to\upmu ^{+}+\upnu _{\upmu }\]
34506
34507 \end_inset
34508
34509
34510 \end_layout
34511
34512 \begin_layout Standard
34513 The upright letters are more bold and wider than the italic ones.
34514  They should therefore not be used for units like 
34515 \begin_inset Quotes eld
34516 \end_inset
34517
34518 µm
34519 \begin_inset Quotes erd
34520 \end_inset
34521
34522 .
34523 \end_layout
34524
34525 \begin_layout Standard
34526 \begin_inset ERT
34527 status collapsed
34528
34529 \begin_layout Plain Layout
34530
34531
34532 \backslash
34533 else 
34534 \end_layout
34535
34536 \end_inset
34537
34538
34539 \begin_inset Note Note
34540 status open
34541
34542 \begin_layout Plain Layout
34543 The following will be displayed when the LaTeX-package 
34544 \series bold
34545 upgreek
34546 \series default
34547  is not installed:
34548 \end_layout
34549
34550 \end_inset
34551
34552
34553 \end_layout
34554
34555 \begin_layout Standard
34556 You need to install the LaTeX-package 
34557 \series bold
34558 upgreek
34559 \series default
34560  to see the rest of this subsection in the output.
34561 \end_layout
34562
34563 \begin_layout Standard
34564 \begin_inset ERT
34565 status collapsed
34566
34567 \begin_layout Plain Layout
34568
34569
34570 \backslash
34571 fi 
34572 \end_layout
34573
34574 \end_inset
34575
34576
34577 \end_layout
34578
34579 \begin_layout Subsection
34580 Text Characters in Formulas
34581 \begin_inset CommandInset label
34582 LatexCommand label
34583 name "sub:Text-Characters-in"
34584
34585 \end_inset
34586
34587
34588 \begin_inset Index
34589 status collapsed
34590
34591 \begin_layout Plain Layout
34592 Text ! in formulas
34593 \end_layout
34594
34595 \end_inset
34596
34597
34598 \end_layout
34599
34600 \begin_layout Standard
34601 In some cases you might want to insert text characters directly into formulas.
34602  When for example the centered dot · is often used in formulas like 
34603 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34604 \end_inset
34605
34606 , one would have to insert the command 
34607 \series bold
34608
34609 \backslash
34610 cdot
34611 \series default
34612
34613 \begin_inset Foot
34614 status collapsed
34615
34616 \begin_layout Plain Layout
34617 see 
34618 \begin_inset CommandInset ref
34619 LatexCommand ref
34620 reference "sub:Binary-Operators"
34621
34622 \end_inset
34623
34624
34625 \end_layout
34626
34627 \end_inset
34628
34629  all the time, because this character is defined in all encodings as text
34630  character.
34631  But the encoding can be changed by this LaTeX-preamble line:
34632 \end_layout
34633
34634 \begin_layout Standard
34635
34636 \series bold
34637
34638 \backslash
34639 Declare Inputtext{183}{
34640 \backslash
34641 ifmmode
34642 \backslash
34643 cdot
34644 \backslash
34645 else
34646 \backslash
34647 textperiodcentered
34648 \backslash
34649 f\SpecialChar \textcompwordmark{}
34650 i}
34651 \end_layout
34652
34653 \begin_layout Standard
34654 The character encoding (menu 
34655 \family sans
34656 Document\SpecialChar \menuseparator
34657 Settings\SpecialChar \menuseparator
34658 Language
34659 \family default
34660 ) specifies what character appears when a keyboard key is pressed.
34661  When the key for the character '·' is pressed, internally the command 
34662 \series bold
34663
34664 \backslash
34665 textperiodcentered
34666 \series default
34667  is used.
34668  But this command is not available in a formula so that you would get LaTeX-erro
34669 rs.
34670  With the changed encoding the right command is chosen automatically, depending
34671  on if the character was inserted into a formula or not.
34672 \end_layout
34673
34674 \begin_layout Standard
34675 The encoding of several characters is saved in definition files.
34676  Fore example the encoding 
34677 \series bold
34678 latin9
34679 \series default
34680  is defined in the file 
34681 \series bold
34682 latin9.def
34683 \series default
34684  that is in the installation folder of LaTeX.
34685  Encodings should only be changed via the LaTeX-preamble and not in the
34686  definition files.
34687  Otherwise own documents could not be edited by other LyX users working
34688  on other computers.
34689 \end_layout
34690
34691 \begin_layout Standard
34692 \begin_inset VSpace medskip
34693 \end_inset
34694
34695 Besides the centered dot, in this document the degree sign ° is defined
34696  with the following LaTeX-preamble line so that it can directly be inserted
34697  to a formula:
34698 \end_layout
34699
34700 \begin_layout Standard
34701
34702 \series bold
34703
34704 \backslash
34705 DeclareInputtext{176}{
34706 \backslash
34707 ifmmode^
34708 \backslash
34709 circ
34710 \backslash
34711 else
34712 \backslash
34713 textdegree
34714 \backslash
34715 f\SpecialChar \textcompwordmark{}
34716 i}
34717 \end_layout
34718
34719 \begin_layout Standard
34720 \begin_inset Newpage newpage
34721 \end_inset
34722
34723
34724 \end_layout
34725
34726 \begin_layout Section
34727 \start_of_appendix
34728 Typographic Advises
34729 \begin_inset Index
34730 status collapsed
34731
34732 \begin_layout Plain Layout
34733 Typographic Advises
34734 \end_layout
34735
34736 \end_inset
34737
34738
34739 \end_layout
34740
34741 \begin_layout Standard
34742 This section is a summary of the most important typographic rules, listed
34743  in ISO norms.
34744 \begin_inset Foot
34745 status collapsed
34746
34747 \begin_layout Plain Layout
34748 This collection was partly taken from the German semi-official dictionary
34749  called 
34750 \begin_inset Quotes eld
34751 \end_inset
34752
34753 Duden
34754 \begin_inset Quotes erd
34755 \end_inset
34756
34757  
34758 \begin_inset CommandInset citation
34759 LatexCommand cite
34760 key "Duden"
34761
34762 \end_inset
34763
34764  that lists some of the ISO rules.
34765 \end_layout
34766
34767 \end_inset
34768
34769
34770 \end_layout
34771
34772 \begin_layout Itemize
34773 Physical units are 
34774 \emph on
34775 always
34776 \emph default
34777  set upright
34778 \begin_inset Foot
34779 status collapsed
34780
34781 \begin_layout Plain Layout
34782 done with font styles, see 
34783 \begin_inset CommandInset ref
34784 LatexCommand ref
34785 reference "sub:Font-Styles"
34786
34787 \end_inset
34788
34789
34790 \end_layout
34791
34792 \end_inset
34793
34794 : 30
34795 \begin_inset Space \thinspace{}
34796 \end_inset
34797
34798 km/h
34799 \begin_inset Newline newline
34800 \end_inset
34801
34802 Between the value and the unit is the smallest space, see 
34803 \begin_inset CommandInset ref
34804 LatexCommand ref
34805 reference "sub:Predefined-Space"
34806
34807 \end_inset
34808
34809 .
34810 \end_layout
34811
34812 \begin_layout Itemize
34813 Percent and perthousand signs are set like physical units:
34814 \begin_inset Newline newline
34815 \end_inset
34816
34817 1,2
34818 \begin_inset Space \thinspace{}
34819 \end_inset
34820
34821
34822 \begin_inset ERT
34823 status collapsed
34824
34825 \begin_layout Plain Layout
34826
34827
34828 \backslash
34829 textperthousand 
34830 \end_layout
34831
34832 \end_inset
34833
34834
34835 \begin_inset Space ~
34836 \end_inset
34837
34838 alcohol in blood
34839 \end_layout
34840
34841 \begin_layout Itemize
34842 The degree sign follows directly on the value: 15°, but not when it is used
34843  in units: 15
34844 \begin_inset Space \thinspace{}
34845 \end_inset
34846
34847 °C
34848 \end_layout
34849
34850 \begin_layout Itemize
34851 In numbers with more than four digits the smallest space is inserted before
34852  every third digit to group them: 
34853 \family roman
34854 \series medium
34855 \shape up
34856 \size normal
34857 \emph off
34858 \bar no
34859 \noun off
34860 \color none
34861 18
34862 \begin_inset Space \thinspace{}
34863 \end_inset
34864
34865 473
34866 \begin_inset Space \thinspace{}
34867 \end_inset
34868
34869 588
34870 \end_layout
34871
34872 \begin_layout Itemize
34873 For dimensionings like 120×90×40
34874 \begin_inset Space \thinspace{}
34875 \end_inset
34876
34877 cm the multiplication sign 
34878 \begin_inset Quotes eld
34879 \end_inset
34880
34881 ×
34882 \begin_inset Quotes erd
34883 \end_inset
34884
34885  is used.
34886  It is available with the LaTeX-command 
34887 \series bold
34888
34889 \backslash
34890 texttimes
34891 \series default
34892 , but can also directly be inserted with some keyboard definitions.
34893 \end_layout
34894
34895 \begin_layout Itemize
34896 Functions with names consisting of several letters are set upright to avoid
34897  confusions, see 
34898 \begin_inset CommandInset ref
34899 LatexCommand ref
34900 reference "sub:Predefined-Functions"
34901
34902 \end_inset
34903
34904 .
34905 \end_layout
34906
34907 \begin_layout Itemize
34908 Indices consisting of several letters, are set upright: 
34909 \begin_inset Formula $E_{\mathrm{kin}}$
34910 \end_inset
34911
34912
34913 \begin_inset Newline newline
34914 \end_inset
34915
34916 Components of matrices are set italic: 
34917 \begin_inset Formula $\hat{H}_{kl}$
34918 \end_inset
34919
34920
34921 \end_layout
34922
34923 \begin_layout Itemize
34924 The differentiation/integration operator 'd', the Euler's number 'e', and
34925  the imaginary unit 'i' should be set upright, to avoid mixing them up with
34926  other variables.
34927 \end_layout
34928
34929 \begin_layout Standard
34930 \begin_inset Newpage newpage
34931 \end_inset
34932
34933
34934 \end_layout
34935
34936 \begin_layout Section
34937 Synonyms
34938 \begin_inset Index
34939 status collapsed
34940
34941 \begin_layout Plain Layout
34942 Synonyms
34943 \end_layout
34944
34945 \end_inset
34946
34947
34948 \end_layout
34949
34950 \begin_layout Standard
34951 Some characters and symbols can be created with several commands.
34952  Here is a list of the synonym commands:
34953 \end_layout
34954
34955 \begin_layout Standard
34956 \begin_inset VSpace bigskip
34957 \end_inset
34958
34959
34960 \begin_inset Space \hfill{}
34961 \end_inset
34962
34963
34964 \begin_inset Tabular
34965 <lyxtabular version="3" rows="12" columns="2">
34966 <features>
34967 <column alignment="center" valignment="top" width="0pt">
34968 <column alignment="center" valignment="top" width="0pt">
34969 <row>
34970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34971 \begin_inset Text
34972
34973 \begin_layout Plain Layout
34974 Command
34975 \end_layout
34976
34977 \end_inset
34978 </cell>
34979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34980 \begin_inset Text
34981
34982 \begin_layout Plain Layout
34983 equivalent to
34984 \begin_inset Note Note
34985 status collapsed
34986
34987 \begin_layout Plain Layout
34988
34989 \series bold
34990
34991 \backslash
34992 raisebox
34993 \series default
34994  is only used as spacer.
34995 \end_layout
34996
34997 \end_inset
34998
34999
35000 \end_layout
35001
35002 \end_inset
35003 </cell>
35004 </row>
35005 <row>
35006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35007 \begin_inset Text
35008
35009 \begin_layout Plain Layout
35010
35011 \backslash
35012 ast
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 \begin_inset ERT
35022 status collapsed
35023
35024 \begin_layout Plain Layout
35025
35026
35027 \backslash
35028 raisebox{-1.2mm}{
35029 \end_layout
35030
35031 \end_inset
35032
35033 *
35034 \begin_inset ERT
35035 status collapsed
35036
35037 \begin_layout Plain Layout
35038
35039 }
35040 \end_layout
35041
35042 \end_inset
35043
35044
35045 \end_layout
35046
35047 \end_inset
35048 </cell>
35049 </row>
35050 <row>
35051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35052 \begin_inset Text
35053
35054 \begin_layout Plain Layout
35055
35056 \backslash
35057 choose
35058 \end_layout
35059
35060 \end_inset
35061 </cell>
35062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35063 \begin_inset Text
35064
35065 \begin_layout Plain Layout
35066
35067 \backslash
35068 binom
35069 \end_layout
35070
35071 \end_inset
35072 </cell>
35073 </row>
35074 <row>
35075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35076 \begin_inset Text
35077
35078 \begin_layout Plain Layout
35079
35080 \backslash
35081 geq
35082 \end_layout
35083
35084 \end_inset
35085 </cell>
35086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35087 \begin_inset Text
35088
35089 \begin_layout Plain Layout
35090
35091 \backslash
35092 ge
35093 \end_layout
35094
35095 \end_inset
35096 </cell>
35097 </row>
35098 <row>
35099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35100 \begin_inset Text
35101
35102 \begin_layout Plain Layout
35103
35104 \backslash
35105 lbrace
35106 \end_layout
35107
35108 \end_inset
35109 </cell>
35110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35111 \begin_inset Text
35112
35113 \begin_layout Plain Layout
35114 {
35115 \end_layout
35116
35117 \end_inset
35118 </cell>
35119 </row>
35120 <row>
35121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35122 \begin_inset Text
35123
35124 \begin_layout Plain Layout
35125
35126 \backslash
35127 lbracket
35128 \end_layout
35129
35130 \end_inset
35131 </cell>
35132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35133 \begin_inset Text
35134
35135 \begin_layout Plain Layout
35136 [
35137 \end_layout
35138
35139 \end_inset
35140 </cell>
35141 </row>
35142 <row>
35143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35144 \begin_inset Text
35145
35146 \begin_layout Plain Layout
35147
35148 \backslash
35149 leftarrow
35150 \end_layout
35151
35152 \end_inset
35153 </cell>
35154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35155 \begin_inset Text
35156
35157 \begin_layout Plain Layout
35158
35159 \backslash
35160 gets
35161 \end_layout
35162
35163 \end_inset
35164 </cell>
35165 </row>
35166 <row>
35167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35168 \begin_inset Text
35169
35170 \begin_layout Plain Layout
35171
35172 \backslash
35173 leq
35174 \end_layout
35175
35176 \end_inset
35177 </cell>
35178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35179 \begin_inset Text
35180
35181 \begin_layout Plain Layout
35182
35183 \backslash
35184 le
35185 \end_layout
35186
35187 \end_inset
35188 </cell>
35189 </row>
35190 <row>
35191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35192 \begin_inset Text
35193
35194 \begin_layout Plain Layout
35195
35196 \backslash
35197 lor
35198 \end_layout
35199
35200 \end_inset
35201 </cell>
35202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35203 \begin_inset Text
35204
35205 \begin_layout Plain Layout
35206
35207 \backslash
35208 vee
35209 \end_layout
35210
35211 \end_inset
35212 </cell>
35213 </row>
35214 <row>
35215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35216 \begin_inset Text
35217
35218 \begin_layout Plain Layout
35219
35220 \backslash
35221 neq
35222 \end_layout
35223
35224 \end_inset
35225 </cell>
35226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35227 \begin_inset Text
35228
35229 \begin_layout Plain Layout
35230
35231 \backslash
35232 not=
35233 \end_layout
35234
35235 \end_inset
35236 </cell>
35237 </row>
35238 <row>
35239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35240 \begin_inset Text
35241
35242 \begin_layout Plain Layout
35243
35244 \backslash
35245 slash
35246 \end_layout
35247
35248 \end_inset
35249 </cell>
35250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35251 \begin_inset Text
35252
35253 \begin_layout Plain Layout
35254 /
35255 \end_layout
35256
35257 \end_inset
35258 </cell>
35259 </row>
35260 <row>
35261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35262 \begin_inset Text
35263
35264 \begin_layout Plain Layout
35265
35266 \backslash
35267 vert
35268 \end_layout
35269
35270 \end_inset
35271 </cell>
35272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35273 \begin_inset Text
35274
35275 \begin_layout Plain Layout
35276 |
35277 \end_layout
35278
35279 \end_inset
35280 </cell>
35281 </row>
35282 </lyxtabular>
35283
35284 \end_inset
35285
35286
35287 \begin_inset Space \hfill{}
35288 \end_inset
35289
35290
35291 \begin_inset Tabular
35292 <lyxtabular version="3" rows="12" columns="2">
35293 <features>
35294 <column alignment="center" valignment="top" width="0pt">
35295 <column alignment="center" valignment="top" width="0pt">
35296 <row>
35297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35298 \begin_inset Text
35299
35300 \begin_layout Plain Layout
35301 Command
35302 \end_layout
35303
35304 \end_inset
35305 </cell>
35306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35307 \begin_inset Text
35308
35309 \begin_layout Plain Layout
35310 equivalent to
35311 \end_layout
35312
35313 \end_inset
35314 </cell>
35315 </row>
35316 <row>
35317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35318 \begin_inset Text
35319
35320 \begin_layout Plain Layout
35321
35322 \backslash
35323 backslash
35324 \end_layout
35325
35326 \end_inset
35327 </cell>
35328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35329 \begin_inset Text
35330
35331 \begin_layout Plain Layout
35332
35333 \backslash
35334
35335 \backslash
35336
35337 \end_layout
35338
35339 \end_inset
35340 </cell>
35341 </row>
35342 <row>
35343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35344 \begin_inset Text
35345
35346 \begin_layout Plain Layout
35347
35348 \backslash
35349 dasharrow
35350 \end_layout
35351
35352 \end_inset
35353 </cell>
35354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35355 \begin_inset Text
35356
35357 \begin_layout Plain Layout
35358
35359 \backslash
35360 dashrightarrow
35361 \end_layout
35362
35363 \end_inset
35364 </cell>
35365 </row>
35366 <row>
35367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35368 \begin_inset Text
35369
35370 \begin_layout Plain Layout
35371
35372 \backslash
35373 land
35374 \end_layout
35375
35376 \end_inset
35377 </cell>
35378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35379 \begin_inset Text
35380
35381 \begin_layout Plain Layout
35382
35383 \backslash
35384 wedge
35385 \end_layout
35386
35387 \end_inset
35388 </cell>
35389 </row>
35390 <row>
35391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35392 \begin_inset Text
35393
35394 \begin_layout Plain Layout
35395
35396 \backslash
35397 rbrace
35398 \end_layout
35399
35400 \end_inset
35401 </cell>
35402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35403 \begin_inset Text
35404
35405 \begin_layout Plain Layout
35406 }
35407 \end_layout
35408
35409 \end_inset
35410 </cell>
35411 </row>
35412 <row>
35413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35414 \begin_inset Text
35415
35416 \begin_layout Plain Layout
35417
35418 \backslash
35419 rbracket
35420 \end_layout
35421
35422 \end_inset
35423 </cell>
35424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35425 \begin_inset Text
35426
35427 \begin_layout Plain Layout
35428 ]
35429 \end_layout
35430
35431 \end_inset
35432 </cell>
35433 </row>
35434 <row>
35435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35436 \begin_inset Text
35437
35438 \begin_layout Plain Layout
35439
35440 \backslash
35441 rightarrow
35442 \end_layout
35443
35444 \end_inset
35445 </cell>
35446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35447 \begin_inset Text
35448
35449 \begin_layout Plain Layout
35450
35451 \backslash
35452 to
35453 \end_layout
35454
35455 \end_inset
35456 </cell>
35457 </row>
35458 <row>
35459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35460 \begin_inset Text
35461
35462 \begin_layout Plain Layout
35463
35464 \backslash
35465 lnot
35466 \end_layout
35467
35468 \end_inset
35469 </cell>
35470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35471 \begin_inset Text
35472
35473 \begin_layout Plain Layout
35474
35475 \backslash
35476 neg
35477 \end_layout
35478
35479 \end_inset
35480 </cell>
35481 </row>
35482 <row>
35483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35484 \begin_inset Text
35485
35486 \begin_layout Plain Layout
35487
35488 \backslash
35489 ne
35490 \end_layout
35491
35492 \end_inset
35493 </cell>
35494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35495 \begin_inset Text
35496
35497 \begin_layout Plain Layout
35498
35499 \backslash
35500 not=
35501 \end_layout
35502
35503 \end_inset
35504 </cell>
35505 </row>
35506 <row>
35507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35508 \begin_inset Text
35509
35510 \begin_layout Plain Layout
35511
35512 \backslash
35513 owns
35514 \end_layout
35515
35516 \end_inset
35517 </cell>
35518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35519 \begin_inset Text
35520
35521 \begin_layout Plain Layout
35522
35523 \backslash
35524 ni
35525 \end_layout
35526
35527 \end_inset
35528 </cell>
35529 </row>
35530 <row>
35531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35532 \begin_inset Text
35533
35534 \begin_layout Plain Layout
35535
35536 \backslash
35537 square
35538 \end_layout
35539
35540 \end_inset
35541 </cell>
35542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35543 \begin_inset Text
35544
35545 \begin_layout Plain Layout
35546
35547 \backslash
35548 Box
35549 \end_layout
35550
35551 \end_inset
35552 </cell>
35553 </row>
35554 <row>
35555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35556 \begin_inset Text
35557
35558 \begin_layout Plain Layout
35559
35560 \backslash
35561 Vert
35562 \end_layout
35563
35564 \end_inset
35565 </cell>
35566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35567 \begin_inset Text
35568
35569 \begin_layout Plain Layout
35570
35571 \backslash
35572 |
35573 \end_layout
35574
35575 \end_inset
35576 </cell>
35577 </row>
35578 </lyxtabular>
35579
35580 \end_inset
35581
35582
35583 \begin_inset Space \hfill{}
35584 \end_inset
35585
35586
35587 \end_layout
35588
35589 \begin_layout Standard
35590 \begin_inset Newpage newpage
35591 \end_inset
35592
35593
35594 \end_layout
35595
35596 \begin_layout Bibliography
35597 \begin_inset CommandInset bibitem
35598 LatexCommand bibitem
35599 key "TLC2"
35600
35601 \end_inset
35602
35603
35604 \shape smallcaps
35605 Mittelbach, F.
35606  ; Goossens, M.
35607 \shape default
35608
35609 \shape italic
35610 The LaTeX Companion
35611 \shape default
35612 .
35613  Addison Wesley, 2004
35614 \end_layout
35615
35616 \begin_layout Bibliography
35617 \begin_inset CommandInset bibitem
35618 LatexCommand bibitem
35619 key "Mathmode"
35620
35621 \end_inset
35622
35623
35624 \begin_inset ERT
35625 status collapsed
35626
35627 \begin_layout Plain Layout
35628
35629
35630 \backslash
35631 href{ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf}{
35632 \end_layout
35633
35634 \end_inset
35635
35636 Description
35637 \begin_inset ERT
35638 status collapsed
35639
35640 \begin_layout Plain Layout
35641
35642 }
35643 \end_layout
35644
35645 \end_inset
35646
35647  of LaTeX's math abilities
35648 \end_layout
35649
35650 \begin_layout Bibliography
35651 \begin_inset CommandInset bibitem
35652 LatexCommand bibitem
35653 key "Voss"
35654
35655 \end_inset
35656
35657 LaTeX tips and tricks-
35658 \begin_inset ERT
35659 status collapsed
35660
35661 \begin_layout Plain Layout
35662
35663
35664 \backslash
35665 href{http://tug.org/TeXnik/}{
35666 \end_layout
35667
35668 \end_inset
35669
35670 page
35671 \begin_inset ERT
35672 status collapsed
35673
35674 \begin_layout Plain Layout
35675
35676 }
35677 \end_layout
35678
35679 \end_inset
35680
35681
35682 \end_layout
35683
35684 \begin_layout Bibliography
35685 \begin_inset CommandInset bibitem
35686 LatexCommand bibitem
35687 key "AMS"
35688
35689 \end_inset
35690
35691
35692 \begin_inset ERT
35693 status collapsed
35694
35695 \begin_layout Plain Layout
35696
35697
35698 \backslash
35699 href{ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf}{
35700 \end_layout
35701
35702 \end_inset
35703
35704 Description
35705 \begin_inset ERT
35706 status collapsed
35707
35708 \begin_layout Plain Layout
35709
35710 }
35711 \end_layout
35712
35713 \end_inset
35714
35715  of 
35716 \begin_inset ERT
35717 status collapsed
35718
35719 \begin_layout Plain Layout
35720
35721
35722 \backslash
35723 AmS
35724 \end_layout
35725
35726 \end_inset
35727
35728 -LaTeX
35729 \end_layout
35730
35731 \begin_layout Bibliography
35732 \begin_inset CommandInset bibitem
35733 LatexCommand bibitem
35734 key "Symbole"
35735
35736 \end_inset
35737
35738
35739 \begin_inset ERT
35740 status collapsed
35741
35742 \begin_layout Plain Layout
35743
35744
35745 \backslash
35746 href{ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf}{
35747 \end_layout
35748
35749 \end_inset
35750
35751 List
35752 \begin_inset ERT
35753 status collapsed
35754
35755 \begin_layout Plain Layout
35756
35757 }
35758 \end_layout
35759
35760 \end_inset
35761
35762  of all symbols available with LaTeX-packages
35763 \end_layout
35764
35765 \begin_layout Bibliography
35766 \begin_inset CommandInset bibitem
35767 LatexCommand bibitem
35768 key "hyperref"
35769
35770 \end_inset
35771
35772
35773 \begin_inset ERT
35774 status collapsed
35775
35776 \begin_layout Plain Layout
35777
35778
35779 \backslash
35780 href{http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf}{
35781 \end_layout
35782
35783 \end_inset
35784
35785 Documentation
35786 \begin_inset ERT
35787 status collapsed
35788
35789 \begin_layout Plain Layout
35790
35791 }
35792 \end_layout
35793
35794 \end_inset
35795
35796  of the LaTeX-package 
35797 \series bold
35798 hyperref
35799 \series default
35800
35801 \begin_inset Index
35802 status collapsed
35803
35804 \begin_layout Plain Layout
35805 Packages ! hyperref
35806 \end_layout
35807
35808 \end_inset
35809
35810
35811 \end_layout
35812
35813 \begin_layout Bibliography
35814 \begin_inset CommandInset bibitem
35815 LatexCommand bibitem
35816 key "Mathclap"
35817
35818 \end_inset
35819
35820
35821 \begin_inset ERT
35822 status collapsed
35823
35824 \begin_layout Plain Layout
35825
35826
35827 \backslash
35828 href{http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf}{
35829 \end_layout
35830
35831 \end_inset
35832
35833 Description
35834 \begin_inset ERT
35835 status collapsed
35836
35837 \begin_layout Plain Layout
35838
35839 }
35840 \end_layout
35841
35842 \end_inset
35843
35844  of the command 
35845 \series bold
35846
35847 \backslash
35848 mathclap
35849 \series default
35850 , described in 
35851 \begin_inset CommandInset ref
35852 LatexCommand ref
35853 reference "sub:Operator-Limits"
35854
35855 \end_inset
35856
35857
35858 \begin_inset Index
35859 status collapsed
35860
35861 \begin_layout Plain Layout
35862 Commands ! M ! 
35863 \backslash
35864 mathclap
35865 \end_layout
35866
35867 \end_inset
35868
35869
35870 \end_layout
35871
35872 \begin_layout Bibliography
35873 \begin_inset CommandInset bibitem
35874 LatexCommand bibitem
35875 key "Duden"
35876
35877 \end_inset
35878
35879
35880 \emph on
35881 Duden Band 1
35882 \emph default
35883 .
35884  22.
35885  Auflage, Duden 2001
35886 \end_layout
35887
35888 \begin_layout Subsubsection*
35889 \begin_inset CommandInset index_print
35890 LatexCommand printindex
35891
35892 \end_inset
35893
35894
35895 \end_layout
35896
35897 \end_body
35898 \end_document