]> git.lyx.org Git - features.git/blob - lib/doc/Math.lyx
Math.lyx: add info about italic and upright Greek letters in math
[features.git] / lib / doc / Math.lyx
1 #LyX 2.0.0beta1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 408
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % To be able to enter the character ° and · directly in LyX,
36 % see sec. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \addto\extrasenglish{
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{sec.\negthinspace}
47  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
49
50 % don't load packages twice
51 % see first footnote in sec. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % the pages of the TOC are numbered roman
55 % and a PDF-bookmark for the TOC is added
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % insert additional vertical space of 1.5 mm between footnotes,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 \setkomafont{captionlabel}{\bfseries}
71
72 % used in sec. 23.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values
76 \usepackage{calc}
77
78 % for multiple columns used in sec. 23.7
79 \usepackage{multicol}
80
81 % needed in sec. 19.4
82 \usepackage{remreset}
83
84 % for the Fourier transformation symbol
85 \usepackage{mathrsfs}
86
87 % define a color, used in sec.9.3
88 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
89
90 % declare operators (see sec. 10.4 and sec. 15.2)
91 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
92 \DeclareMathOperator{\sgn}{sgn}
93
94 \newcommand{\spce}{\textvisiblespace}
95
96 % example definitions for sec. 20.1 
97 \newcommand{\gr}{\Longrightarrow}
98 \newcommand{\us}[1]{\underline{#1}}
99 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
100 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
101 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
102
103 % example macro from sec. 19.4
104 %\def\tagform@#1{\maketag@@@{|#1|}}
105
106 % macro from sec. 10.2
107 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
108 \def\mathclap {\mathpalette \mathclapinternal}
109 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
110
111
112 % ------------------------------------
113 % used to check for needed LaTeX packages
114 \usepackage{ifthen}
115
116 % check for package eurosym
117 % used for the Euro symbol
118 \newboolean{eurosym}
119 \IfFileExists{eurosym.sty}
120  {\usepackage[gennarrow]{eurosym}
121   \setboolean{eurosym}{true}}
122  {\setboolean{eurosym}{false}}
123
124 % check for package braket
125 % used for physical vectors
126 \newboolean{braket}
127 \IfFileExists{braket.sty}
128  {\usepackage{braket}
129   \setboolean{braket}{true}}
130  {\setboolean{braket}{false}}
131
132 % check for package cancel
133 \newboolean{cancel}
134 \IfFileExists{cancel.sty}
135  {\usepackage{cancel}
136   \setboolean{cancel}{true}}
137  {\setboolean{cancel}{false}}
138
139 % check for package upgreek
140 \newboolean{upgreek}
141 \IfFileExists{upgreek.sty}
142  {\usepackage{upgreek}
143   \setboolean{upgreek}{true}}
144  {\setboolean{upgreek}{false}}
145 \end_preamble
146 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
147 \use_default_options false
148 \maintain_unincluded_children false
149 \language english
150 \inputencoding auto
151 \fontencoding global
152 \font_roman default
153 \font_sans default
154 \font_typewriter default
155 \font_default_family default
156 \use_xetex false
157 \font_sc false
158 \font_osf false
159 \font_sf_scale 100
160 \font_tt_scale 100
161
162 \graphics default
163 \default_output_format default
164 \output_sync 0
165 \bibtex_command default
166 \index_command default
167 \paperfontsize 12
168 \spacing single
169 \use_hyperref true
170 \pdf_title "LyX's Math Manual"
171 \pdf_author "LyX Team, Uwe Stöhr"
172 \pdf_subject "LyX-documentation about math"
173 \pdf_keywords "LyX, Mathed"
174 \pdf_bookmarks true
175 \pdf_bookmarksnumbered true
176 \pdf_bookmarksopen true
177 \pdf_bookmarksopenlevel 1
178 \pdf_breaklinks false
179 \pdf_pdfborder false
180 \pdf_colorlinks true
181 \pdf_backref false
182 \pdf_pdfusetitle false
183 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
184 \papersize a4paper
185 \use_geometry false
186 \use_amsmath 2
187 \use_esint 1
188 \use_mhchem 1
189 \use_mathdots 1
190 \cite_engine basic
191 \use_bibtopic false
192 \use_indices false
193 \paperorientation portrait
194 \suppress_date false
195 \use_refstyle 0
196 \notefontcolor #0000ff
197 \index Index
198 \shortcut idx
199 \color #008000
200 \end_index
201 \secnumdepth 4
202 \tocdepth 3
203 \paragraph_separation skip
204 \defskip medskip
205 \quotes_language english
206 \papercolumns 1
207 \papersides 2
208 \paperpagestyle plain
209 \bullet 1 0 6 -1
210 \bullet 2 2 35 -1
211 \bullet 3 2 7 -1
212 \tracking_changes false
213 \output_changes false
214 \html_math_output 0
215 \html_be_strict false
216 \end_header
217
218 \begin_body
219
220 \begin_layout Title
221 LyX's detailed Math manual
222 \end_layout
223
224 \begin_layout Author
225 by the LyX Team
226 \begin_inset Foot
227 status collapsed
228
229 \begin_layout Plain Layout
230 \noindent
231 If you have comments or error corrections, please send them to the LyX Documenta
232 tion mailing list: 
233 \family typewriter
234
235 \begin_inset CommandInset href
236 LatexCommand href
237 name "lyx-docs@lists.lyx.org"
238 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
239 type "mailto:"
240
241 \end_inset
242
243
244 \end_layout
245
246 \end_inset
247
248
249 \begin_inset Note Note
250 status collapsed
251
252 \begin_layout Plain Layout
253 author: Uwe Stöhr
254 \end_layout
255
256 \end_inset
257
258
259 \begin_inset Newline newline
260 \end_inset
261
262
263 \begin_inset Newline newline
264 \end_inset
265
266
267 \family sans
268 Version 2.0.x
269 \end_layout
270
271 \begin_layout Standard
272 \begin_inset CommandInset toc
273 LatexCommand tableofcontents
274
275 \end_inset
276
277
278 \end_layout
279
280 \begin_layout Standard
281 \begin_inset Note Note
282 status open
283
284 \begin_layout Plain Layout
285 To export this document to PDF, PS or DVI the LaTeX-packages 
286 \series bold
287 braket, cancel, eurosym,
288 \series default
289  
290 \series bold
291 mhchem
292 \series default
293  and 
294 \series bold
295 was
296 \series default
297  should be installed.
298  If they are not installed the document can be export anyway but the sections
299  where the packages are required will not appear in the output.
300  An exeption is 
301 \series bold
302 mhchem
303 \series default
304 ; if it is not installed, this file cannot be exported.
305 \end_layout
306
307 \begin_layout Plain Layout
308 The latest PDF-version of this document can be found here:
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \series bold
314 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
315 \end_layout
316
317 \end_inset
318
319
320 \end_layout
321
322 \begin_layout Standard
323 \begin_inset Newpage newpage
324 \end_inset
325
326
327 \end_layout
328
329 \begin_layout Section
330 Introduction
331 \end_layout
332
333 \begin_layout Standard
334 This document explains LyX's math features and is furthermore a collection
335  of LaTeX-commands used for mathematical characters and constructs.
336  The explanations are designed for the usage of commands.
337  It is therefore required that you have read the section 
338 \family typewriter
339 Mathematical
340 \begin_inset space ~
341 \end_inset
342
343 Formulas
344 \family default
345  of the User's Guide.
346 \end_layout
347
348 \begin_layout Standard
349 Most of the characters and many constructs explained in this manual are
350  also accessible via the menu 
351 \family sans
352 Insert
353 \series bold
354 \SpecialChar \menuseparator
355
356 \series default
357 Math
358 \family default
359 , or the 
360 \family sans
361 math
362 \family default
363 \series bold
364  
365 \family sans
366 \series default
367 toolbar
368 \family default
369 .
370  But everybody who has to write lots of formulas will notice that it is
371  much faster to use commands instead of the math toolbar.
372  Therefore this manual is focused on commands but also mentions the correspondin
373 g toolbar buttons when available.
374 \end_layout
375
376 \begin_layout Standard
377 If not specially mentioned the commands are only available within formulas.
378  To be able to use all commands explained in this document, the option 
379 \family sans
380 Use AMS math package
381 \family default
382  must be used in the document settings (menu 
383 \family sans
384 Document\SpecialChar \menuseparator
385 Settings\SpecialChar \menuseparator
386 Math
387 \begin_inset space ~
388 \end_inset
389
390 Options
391 \family default
392 ).
393 \begin_inset Foot
394 status collapsed
395
396 \begin_layout Plain Layout
397 The option 
398 \family sans
399 Use AMS math package automatically
400 \family default
401  only uses 
402 \begin_inset ERT
403 status collapsed
404
405 \begin_layout Plain Layout
406
407
408 \backslash
409 AmS 
410 \end_layout
411
412 \end_inset
413
414 -math when math constructs are found that are supported by LyX.
415 \end_layout
416
417 \end_inset
418
419
420 \end_layout
421
422 \begin_layout Standard
423 This document doesn't list all 
424 \begin_inset ERT
425 status collapsed
426
427 \begin_layout Plain Layout
428
429
430 \backslash
431 AmS 
432 \end_layout
433
434 \end_inset
435
436 -math commands
437 \begin_inset Foot
438 status collapsed
439
440 \begin_layout Plain Layout
441 A list with all 
442 \begin_inset ERT
443 status collapsed
444
445 \begin_layout Plain Layout
446
447
448 \backslash
449 AmS
450 \end_layout
451
452 \end_inset
453
454 -math commands is in the file 
455 \family sans
456
457 \begin_inset CommandInset href
458 LatexCommand href
459 name "amsguide.ps"
460 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
461
462 \end_inset
463
464
465 \family default
466 , which is part of every LaTeX standard installation.
467 \end_layout
468
469 \end_inset
470
471  for lucidity reasons.
472 \end_layout
473
474 \begin_layout Section
475 General Instructions
476 \end_layout
477
478 \begin_layout Standard
479 To create an inline formula
480 \begin_inset Index idx
481 status collapsed
482
483 \begin_layout Plain Layout
484 Formula ! inline
485 \end_layout
486
487 \end_inset
488
489  that is embedded into a text line, use one of the shortcuts 
490 \begin_inset Info
491 type  "shortcuts"
492 arg   "math-mode"
493 \end_inset
494
495  or the toolbar button 
496 \begin_inset Graphics
497         filename ../images/math-mode.png
498         scale 85
499
500 \end_inset
501
502
503 \begin_inset Newline newline
504 \end_inset
505
506 To create a display style formula
507 \begin_inset Index idx
508 status collapsed
509
510 \begin_layout Plain Layout
511 Formula ! display style
512 \end_layout
513
514 \end_inset
515
516  that will appear bigger and in an own paragraph, use one of these shortcuts:
517  
518 \begin_inset Info
519 type  "shortcuts"
520 arg   "math-display"
521 \end_inset
522
523 .
524 \end_layout
525
526 \begin_layout Standard
527 To change a display style formula to an inline formula, set the cursor into
528  the formula and use one of the shortcuts 
529 \begin_inset Info
530 type  "shortcuts"
531 arg   "math-mode"
532 \end_inset
533
534  or the menu 
535 \family sans
536 Edit\SpecialChar \menuseparator
537 Math\SpecialChar \menuseparator
538 Change formula type
539 \family default
540 .
541  The same way is used to change an inline formula to a display style formula.
542 \end_layout
543
544 \begin_layout Standard
545 To display parts of an inline formula in the size of a display style formula,
546  enter the command 
547 \series bold
548
549 \backslash
550 displaystyle
551 \series default
552
553 \begin_inset Index idx
554 status collapsed
555
556 \begin_layout Plain Layout
557 Commands ! D ! 
558 \backslash
559 displaystyle
560 \end_layout
561
562 \end_inset
563
564  to a formula.
565  Then a new blue box appears in which the desired formula part is inserted.
566 \end_layout
567
568 \begin_layout Standard
569 Only inline formulas are allowed inside tables.
570 \end_layout
571
572 \begin_layout Standard
573 The 
574 \family sans
575 math toolbar
576 \family default
577  can be turned on in the menu 
578 \family sans
579 View\SpecialChar \menuseparator
580 Toolbars
581 \family default
582 .
583  When you click there on 
584 \begin_inset Quotes eld
585 \end_inset
586
587 Math
588 \begin_inset Quotes erd
589 \end_inset
590
591  the toolbar will be shown permanently at the bottom; this state is visualized
592  in the 
593 \family sans
594 Toolbars
595 \family default
596  menu with a checkmark.
597  When you click in this state again on 
598 \begin_inset Quotes eld
599 \end_inset
600
601 Math
602 \begin_inset Quotes erd
603 \end_inset
604
605  in the 
606 \family sans
607 Toolbars
608 \family default
609  menu, the 
610 \family sans
611 math toolbar
612 \family default
613  is only shown when the cursor is within a formula; this state is visualized
614  by the renaming of the menu entry from 
615 \begin_inset Quotes eld
616 \end_inset
617
618 Math
619 \begin_inset Quotes erd
620 \end_inset
621
622  to 
623 \begin_inset Quotes eld
624 \end_inset
625
626 Math
627 \begin_inset space ~
628 \end_inset
629
630 (auto)
631 \begin_inset Quotes erd
632 \end_inset
633
634 .
635 \end_layout
636
637 \begin_layout Standard
638 The TeX-mode
639 \begin_inset Index idx
640 status collapsed
641
642 \begin_layout Plain Layout
643 T@TeX-mode
644 \end_layout
645
646 \end_inset
647
648  is invoked by pressing the toolbar button 
649 \begin_inset Graphics
650         filename ../images/ert-insert.png
651         scale 85
652
653 \end_inset
654
655  or by using the menu 
656 \family sans
657 Insert\SpecialChar \menuseparator
658 Te
659 \begin_inset ERT
660 status collapsed
661
662 \begin_layout Plain Layout
663
664 {}
665 \end_layout
666
667 \end_inset
668
669 X Code
670 \family default
671  (shortcut 
672 \begin_inset Info
673 type  "shortcut"
674 arg   "ert-insert"
675 \end_inset
676
677 ).
678 \begin_inset Note Note
679 status collapsed
680
681 \begin_layout Plain Layout
682 In LyX there are three 
683 \begin_inset Quotes eld
684 \end_inset
685
686 proper names
687 \begin_inset Quotes erd
688 \end_inset
689
690  that appear in the output with sub- and superscript letters: TeX, LaTeX
691  and LyX
692 \end_layout
693
694 \begin_layout Plain Layout
695 To avoid that these names are recognized as proper names, a TeX-brace pair
696  is inserted.
697 \end_layout
698
699 \end_inset
700
701
702 \end_layout
703
704 \begin_layout Standard
705 To change the LaTeX-preamble
706 \begin_inset Index idx
707 status collapsed
708
709 \begin_layout Plain Layout
710 L@LaTeX-preamble
711 \end_layout
712
713 \end_inset
714
715 , use the menu 
716 \family sans
717 Document\SpecialChar \menuseparator
718 Settings\SpecialChar \menuseparator
719 LaT
720 \begin_inset ERT
721 status collapsed
722
723 \begin_layout Plain Layout
724
725 {}
726 \end_layout
727
728 \end_inset
729
730 eX
731 \family default
732  
733 \family sans
734 Preamble
735 \family default
736 .
737 \end_layout
738
739 \begin_layout Standard
740 To edit matrices, case differentiations and multiline formulas subsequently,
741  the menus 
742 \family sans
743 Edit\SpecialChar \menuseparator
744 Math
745 \family default
746  and 
747 \family sans
748 Edit\SpecialChar \menuseparator
749 Rows
750 \begin_inset space \thinspace{}
751 \end_inset
752
753 &
754 \begin_inset space \thinspace{}
755 \end_inset
756
757 Columns,
758 \family default
759  or the 
760 \family sans
761 table toolbar
762 \family default
763  can be used.
764  When lines and columns are swapped via the menu, the column or line where
765  the cursor is in is exchanged with the column to the right or the line
766  below, respectively.
767  Is the cursor in the last column or row, the exchange is done with the
768  column to the left or the line above.
769 \end_layout
770
771 \begin_layout Standard
772 To write text in formulas
773 \begin_inset Foot
774 status collapsed
775
776 \begin_layout Plain Layout
777 For multiline formulas the command 
778 \series bold
779
780 \backslash
781 intertext
782 \series default
783  is used, see 
784 \begin_inset CommandInset ref
785 LatexCommand ref
786 reference "sub:Text-in-multiline"
787
788 \end_inset
789
790 .
791 \end_layout
792
793 \end_inset
794
795  
796 \emph on
797 mathematical text
798 \emph default
799
800 \begin_inset Index idx
801 status collapsed
802
803 \begin_layout Plain Layout
804 Text ! in formulas
805 \end_layout
806
807 \end_inset
808
809
810 \begin_inset Index idx
811 status collapsed
812
813 \begin_layout Plain Layout
814 Mathematical text
815 \end_layout
816
817 \end_inset
818
819  is used.
820  This mode is invoked with the shortcut 
821 \begin_inset Info
822 type  "shortcut"
823 arg   "font-default"
824 \end_inset
825
826  or by the insertion of the command 
827 \series bold
828
829 \backslash
830 text
831 \series default
832
833 \begin_inset Index idx
834 status collapsed
835
836 \begin_layout Plain Layout
837 Commands ! T ! 
838 \backslash
839 text
840 \end_layout
841
842 \end_inset
843
844 .
845  The text appears black in LyX and can therefore be distinguished from the
846  other formula parts that appear blue.
847  In the output mathematical text is set upright, in contrary to other formula
848  parts.
849 \end_layout
850
851 \begin_layout Subsection*
852 Command Scheme
853 \end_layout
854
855 \begin_layout Standard
856 Most of the LaTeX-commands for math constructs have the following scheme:
857 \end_layout
858
859 \begin_layout Standard
860
861 \series bold
862
863 \backslash
864 commandname[optional
865 \series default
866  
867 \series bold
868 argument]{required
869 \series default
870  
871 \series bold
872 argument}
873 \end_layout
874
875 \begin_layout Standard
876 A command starts always with a backslash 
877 \begin_inset Quotes gld
878 \end_inset
879
880
881 \series bold
882
883 \backslash
884
885 \series default
886
887 \begin_inset Quotes grd
888 \end_inset
889
890 .
891  To omit optional arguments, also omit the associated brackets.
892  The braces around the required arguments are named in this document as
893  TeX-braces
894 \begin_inset Index idx
895 status collapsed
896
897 \begin_layout Plain Layout
898 T@TeX-braces
899 \end_layout
900
901 \end_inset
902
903 .
904  If you add in a formula a left brace to a command name, LyX creates automatical
905 ly a TeX-brace.
906  In all other cases TeX-braces are created in formulas with the command
907  
908 \series bold
909
910 \backslash
911 {
912 \series default
913 .
914  TeX-braces appear red in LyX, in contrary to normal braces that appear
915  blue.
916  In TeX-mode no command is needed to get TeX-braces.
917  TeX-braces don't appear in the output.
918 \end_layout
919
920 \begin_layout Standard
921 When commands without arguments, like commands for symbols are entered in
922  TeX-mode, a space character must 
923 \emph on
924 always
925 \emph default
926  be behind the command to end it.
927  This space doesn't appear in the output.
928  When the space should appear in the output, the space must be followed
929  by a protected space in normal text.
930 \end_layout
931
932 \begin_layout Standard
933 A protected space is inserted with 
934 \begin_inset Info
935 type  "shortcut"
936 arg   "space-insert protected"
937 \end_inset
938
939 .
940 \end_layout
941
942 \begin_layout Subsection*
943 \begin_inset Newpage newpage
944 \end_inset
945
946 Syntax Explanation
947 \end_layout
948
949 \begin_layout Itemize
950 The symbol
951 \begin_inset Foot
952 status collapsed
953
954 \begin_layout Plain Layout
955 This visible space character can be created with the command 
956 \series bold
957
958 \backslash
959 textvisiblespace
960 \series default
961
962 \begin_inset Index idx
963 status collapsed
964
965 \begin_layout Plain Layout
966 Commands ! T ! 
967 \backslash
968 textvisiblespace
969 \end_layout
970
971 \end_inset
972
973 , inserted in TeX-mode.
974 \end_layout
975
976 \end_inset
977
978  
979 \begin_inset ERT
980 status collapsed
981
982 \begin_layout Plain Layout
983
984
985 \backslash
986 spce 
987 \end_layout
988
989 \end_inset
990
991
992 \begin_inset space ~
993 \end_inset
994
995 denotes a space character to be input.
996 \end_layout
997
998 \begin_layout Itemize
999 An arrow like 
1000 \begin_inset Formula $\to$
1001 \end_inset
1002
1003  denotes the usage of the corresponding arrow key on the keyboard.
1004 \end_layout
1005
1006 \begin_layout Subsection*
1007 Available units
1008 \end_layout
1009
1010 \begin_layout Standard
1011 \align center
1012 \begin_inset Float table
1013 placement H
1014 wide false
1015 sideways false
1016 status open
1017
1018 \begin_layout Plain Layout
1019 \align center
1020 \begin_inset Caption
1021
1022 \begin_layout Plain Layout
1023 \begin_inset CommandInset label
1024 LatexCommand label
1025 name "tab:Available-units"
1026
1027 \end_inset
1028
1029 Available units
1030 \end_layout
1031
1032 \end_inset
1033
1034
1035 \end_layout
1036
1037 \begin_layout Plain Layout
1038 \align center
1039 \begin_inset Tabular
1040 <lyxtabular version="3" rows="13" columns="2">
1041 <features tabularvalignment="middle">
1042 <column alignment="center" valignment="top" width="0">
1043 <column alignment="center" valignment="top" width="0">
1044 <row>
1045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1046 \begin_inset Text
1047
1048 \begin_layout Plain Layout
1049 Unit
1050 \end_layout
1051
1052 \end_inset
1053 </cell>
1054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1055 \begin_inset Text
1056
1057 \begin_layout Plain Layout
1058 Name / Description
1059 \end_layout
1060
1061 \end_inset
1062 </cell>
1063 </row>
1064 <row>
1065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1066 \begin_inset Text
1067
1068 \begin_layout Plain Layout
1069 mm
1070 \end_layout
1071
1072 \end_inset
1073 </cell>
1074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1075 \begin_inset Text
1076
1077 \begin_layout Plain Layout
1078 Millimeter
1079 \end_layout
1080
1081 \end_inset
1082 </cell>
1083 </row>
1084 <row>
1085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1086 \begin_inset Text
1087
1088 \begin_layout Plain Layout
1089 cm
1090 \end_layout
1091
1092 \end_inset
1093 </cell>
1094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1095 \begin_inset Text
1096
1097 \begin_layout Plain Layout
1098 Centimeter
1099 \end_layout
1100
1101 \end_inset
1102 </cell>
1103 </row>
1104 <row>
1105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1106 \begin_inset Text
1107
1108 \begin_layout Plain Layout
1109 in
1110 \end_layout
1111
1112 \end_inset
1113 </cell>
1114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1115 \begin_inset Text
1116
1117 \begin_layout Plain Layout
1118 Inch (1
1119 \begin_inset space \thinspace{}
1120 \end_inset
1121
1122 in = 2,54
1123 \begin_inset space \thinspace{}
1124 \end_inset
1125
1126 cm)
1127 \end_layout
1128
1129 \end_inset
1130 </cell>
1131 </row>
1132 <row>
1133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1134 \begin_inset Text
1135
1136 \begin_layout Plain Layout
1137 pt
1138 \end_layout
1139
1140 \end_inset
1141 </cell>
1142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1143 \begin_inset Text
1144
1145 \begin_layout Plain Layout
1146 Point (72.27
1147 \begin_inset space \thinspace{}
1148 \end_inset
1149
1150 pt = 1
1151 \begin_inset space \thinspace{}
1152 \end_inset
1153
1154 in)
1155 \end_layout
1156
1157 \end_inset
1158 </cell>
1159 </row>
1160 <row>
1161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1162 \begin_inset Text
1163
1164 \begin_layout Plain Layout
1165 pc
1166 \end_layout
1167
1168 \end_inset
1169 </cell>
1170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1171 \begin_inset Text
1172
1173 \begin_layout Plain Layout
1174 Pica (1
1175 \begin_inset space \thinspace{}
1176 \end_inset
1177
1178 pc = 12
1179 \begin_inset space \thinspace{}
1180 \end_inset
1181
1182 pt)
1183 \end_layout
1184
1185 \end_inset
1186 </cell>
1187 </row>
1188 <row>
1189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1190 \begin_inset Text
1191
1192 \begin_layout Plain Layout
1193 sp
1194 \end_layout
1195
1196 \end_inset
1197 </cell>
1198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1199 \begin_inset Text
1200
1201 \begin_layout Plain Layout
1202 scaled point (65536
1203 \begin_inset space \thinspace{}
1204 \end_inset
1205
1206 sp = 1
1207 \begin_inset space \thinspace{}
1208 \end_inset
1209
1210 pt)
1211 \end_layout
1212
1213 \end_inset
1214 </cell>
1215 </row>
1216 <row>
1217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1218 \begin_inset Text
1219
1220 \begin_layout Plain Layout
1221 bp
1222 \end_layout
1223
1224 \end_inset
1225 </cell>
1226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1227 \begin_inset Text
1228
1229 \begin_layout Plain Layout
1230 big point (72
1231 \begin_inset space \thinspace{}
1232 \end_inset
1233
1234 bp = 1
1235 \begin_inset space \thinspace{}
1236 \end_inset
1237
1238 in)
1239 \end_layout
1240
1241 \end_inset
1242 </cell>
1243 </row>
1244 <row>
1245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1246 \begin_inset Text
1247
1248 \begin_layout Plain Layout
1249 dd
1250 \end_layout
1251
1252 \end_inset
1253 </cell>
1254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1255 \begin_inset Text
1256
1257 \begin_layout Plain Layout
1258 Didot (1
1259 \begin_inset space \thinspace{}
1260 \end_inset
1261
1262 dd 
1263 \begin_inset Formula $\approx$
1264 \end_inset
1265
1266  0.376
1267 \begin_inset space \thinspace{}
1268 \end_inset
1269
1270 mm)
1271 \end_layout
1272
1273 \end_inset
1274 </cell>
1275 </row>
1276 <row>
1277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1278 \begin_inset Text
1279
1280 \begin_layout Plain Layout
1281 cc
1282 \end_layout
1283
1284 \end_inset
1285 </cell>
1286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1287 \begin_inset Text
1288
1289 \begin_layout Plain Layout
1290 Cicero (1
1291 \begin_inset space \thinspace{}
1292 \end_inset
1293
1294 cc = 12
1295 \begin_inset space \thinspace{}
1296 \end_inset
1297
1298 dd)
1299 \end_layout
1300
1301 \end_inset
1302 </cell>
1303 </row>
1304 <row>
1305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1306 \begin_inset Text
1307
1308 \begin_layout Plain Layout
1309 ex
1310 \end_layout
1311
1312 \end_inset
1313 </cell>
1314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1315 \begin_inset Text
1316
1317 \begin_layout Plain Layout
1318 Height of letter 
1319 \emph on
1320
1321 \begin_inset Quotes eld
1322 \end_inset
1323
1324 x
1325 \emph default
1326
1327 \begin_inset Quotes erd
1328 \end_inset
1329
1330  in the current font
1331 \end_layout
1332
1333 \end_inset
1334 </cell>
1335 </row>
1336 <row>
1337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1338 \begin_inset Text
1339
1340 \begin_layout Plain Layout
1341 em
1342 \end_layout
1343
1344 \end_inset
1345 </cell>
1346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1347 \begin_inset Text
1348
1349 \begin_layout Plain Layout
1350 width of letter 
1351 \begin_inset Quotes eld
1352 \end_inset
1353
1354
1355 \emph on
1356 M
1357 \emph default
1358
1359 \begin_inset Quotes erd
1360 \end_inset
1361
1362  in the current font
1363 \end_layout
1364
1365 \end_inset
1366 </cell>
1367 </row>
1368 <row>
1369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1370 \begin_inset Text
1371
1372 \begin_layout Plain Layout
1373 mu
1374 \end_layout
1375
1376 \end_inset
1377 </cell>
1378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1379 \begin_inset Text
1380
1381 \begin_layout Plain Layout
1382 math unit (1
1383 \begin_inset space \thinspace{}
1384 \end_inset
1385
1386 mu = 
1387 \begin_inset Formula $\nicefrac{1}{18}$
1388 \end_inset
1389
1390
1391 \begin_inset space \thinspace{}
1392 \end_inset
1393
1394 em)
1395 \end_layout
1396
1397 \end_inset
1398 </cell>
1399 </row>
1400 </lyxtabular>
1401
1402 \end_inset
1403
1404
1405 \end_layout
1406
1407 \end_inset
1408
1409
1410 \end_layout
1411
1412 \begin_layout Standard
1413 \begin_inset Newpage newpage
1414 \end_inset
1415
1416
1417 \end_layout
1418
1419 \begin_layout Section
1420 Basic Functions
1421 \end_layout
1422
1423 \begin_layout Subsection
1424 Exponents
1425 \begin_inset Index idx
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429 Exponents
1430 \end_layout
1431
1432 \end_inset
1433
1434  and Indices
1435 \begin_inset Index idx
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439 Indices
1440 \end_layout
1441
1442 \end_inset
1443
1444
1445 \begin_inset Index idx
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449 Superscripts|see
1450 \begin_inset ERT
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454
1455 {
1456 \end_layout
1457
1458 \end_inset
1459
1460 Exponents
1461 \begin_inset ERT
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465
1466 }
1467 \end_layout
1468
1469 \end_inset
1470
1471
1472 \end_layout
1473
1474 \end_inset
1475
1476
1477 \begin_inset Index idx
1478 status collapsed
1479
1480 \begin_layout Plain Layout
1481 Subscripts|see
1482 \begin_inset ERT
1483 status collapsed
1484
1485 \begin_layout Plain Layout
1486
1487 {
1488 \end_layout
1489
1490 \end_inset
1491
1492 Indices
1493 \begin_inset ERT
1494 status collapsed
1495
1496 \begin_layout Plain Layout
1497
1498 }
1499 \end_layout
1500
1501 \end_inset
1502
1503
1504 \end_layout
1505
1506 \end_inset
1507
1508
1509 \end_layout
1510
1511 \begin_layout Standard
1512 Indices are created with an underscore 
1513 \begin_inset Quotes eld
1514 \end_inset
1515
1516 _
1517 \begin_inset Quotes erd
1518 \end_inset
1519
1520  or via the math toolbar button 
1521 \begin_inset Graphics
1522         filename ../images/math-subscript.png
1523         scale 85
1524
1525 \end_inset
1526
1527  , exponents with a caret 
1528 \begin_inset Quotes eld
1529 \end_inset
1530
1531 ^
1532 \begin_inset Quotes erd
1533 \end_inset
1534
1535  or via the math toolbar button 
1536 \begin_inset Graphics
1537         filename ../images/math-superscript.png
1538         scale 85
1539
1540 \end_inset
1541
1542 .
1543 \end_layout
1544
1545 \begin_layout Standard
1546 \align center
1547 \begin_inset Tabular
1548 <lyxtabular version="3" rows="4" columns="2">
1549 <features tabularvalignment="middle">
1550 <column alignment="center" valignment="top" width="0pt">
1551 <column alignment="center" valignment="top" width="0pt">
1552 <row>
1553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1554 \begin_inset Text
1555
1556 \begin_layout Plain Layout
1557 command
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1563 \begin_inset Text
1564
1565 \begin_layout Plain Layout
1566 Result
1567 \begin_inset Note Note
1568 status collapsed
1569
1570 \begin_layout Plain Layout
1571
1572 \series bold
1573
1574 \backslash
1575 raisebox
1576 \series default
1577  is only used as spacer.
1578 \end_layout
1579
1580 \end_inset
1581
1582
1583 \end_layout
1584
1585 \end_inset
1586 </cell>
1587 </row>
1588 <row>
1589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1590 \begin_inset Text
1591
1592 \begin_layout Plain Layout
1593 B_V
1594 \end_layout
1595
1596 \end_inset
1597 </cell>
1598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1599 \begin_inset Text
1600
1601 \begin_layout Plain Layout
1602 \begin_inset Formula $B_{V}$
1603 \end_inset
1604
1605
1606 \end_layout
1607
1608 \end_inset
1609 </cell>
1610 </row>
1611 <row>
1612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1613 \begin_inset Text
1614
1615 \begin_layout Plain Layout
1616 B^V
1617 \end_layout
1618
1619 \end_inset
1620 </cell>
1621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1622 \begin_inset Text
1623
1624 \begin_layout Plain Layout
1625 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1626 \end_inset
1627
1628
1629 \end_layout
1630
1631 \end_inset
1632 </cell>
1633 </row>
1634 <row>
1635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1636 \begin_inset Text
1637
1638 \begin_layout Plain Layout
1639 B^
1640 \begin_inset ERT
1641 status collapsed
1642
1643 \begin_layout Plain Layout
1644
1645
1646 \backslash
1647 spce 
1648 \end_layout
1649
1650 \end_inset
1651
1652 A
1653 \end_layout
1654
1655 \end_inset
1656 </cell>
1657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1658 \begin_inset Text
1659
1660 \begin_layout Plain Layout
1661 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1662 \end_inset
1663
1664
1665 \end_layout
1666
1667 \end_inset
1668 </cell>
1669 </row>
1670 </lyxtabular>
1671
1672 \end_inset
1673
1674
1675 \end_layout
1676
1677 \begin_layout Standard
1678 As the caret is in some languages an accent, vowels will be accentuated
1679  in this case and not set as exponents
1680 \begin_inset Foot
1681 status collapsed
1682
1683 \begin_layout Plain Layout
1684 Depending on the used keyboard settings this can also happen for other character
1685 s than vowels.
1686 \end_layout
1687
1688 \end_inset
1689
1690 .
1691  To get in this case exponents, press 
1692 \family sans
1693 Space
1694 \family default
1695  after the caret as in the last example.
1696 \end_layout
1697
1698 \begin_layout Subsection
1699 Fractions
1700 \begin_inset CommandInset label
1701 LatexCommand label
1702 name "sub:Fractions"
1703
1704 \end_inset
1705
1706
1707 \begin_inset Index idx
1708 status collapsed
1709
1710 \begin_layout Plain Layout
1711 Fractions
1712 \end_layout
1713
1714 \end_inset
1715
1716
1717 \end_layout
1718
1719 \begin_layout Standard
1720 Fractions are generated with the command 
1721 \series bold
1722
1723 \backslash
1724 frac
1725 \series default
1726
1727 \begin_inset Index idx
1728 status collapsed
1729
1730 \begin_layout Plain Layout
1731 Commands ! F ! 
1732 \backslash
1733 frac
1734 \end_layout
1735
1736 \end_inset
1737
1738  or via the math toolbar button 
1739 \begin_inset Graphics
1740         filename ../images/math/frac.png
1741         scale 50
1742
1743 \end_inset
1744
1745 .
1746  The font size is adjusted automatically, depending on whether the fraction
1747  is in an inline or display style formula.
1748  With the math toolbar button 
1749 \begin_inset Graphics
1750         filename ../images/math/frac-square.png
1751         scale 85
1752
1753 \end_inset
1754
1755  you can select different fraction types.
1756 \end_layout
1757
1758 \begin_layout Standard
1759 With the command 
1760 \series bold
1761
1762 \backslash
1763 dfrac
1764 \series default
1765
1766 \begin_inset Index idx
1767 status collapsed
1768
1769 \begin_layout Plain Layout
1770 Commands ! D ! 
1771 \backslash
1772 dfrac
1773 \end_layout
1774
1775 \end_inset
1776
1777  a fraction can be created that has in any case the size of a display style
1778  formula.
1779  With 
1780 \series bold
1781
1782 \backslash
1783 tfrac
1784 \series default
1785
1786 \begin_inset Index idx
1787 status collapsed
1788
1789 \begin_layout Plain Layout
1790 Commands ! T ! 
1791 \backslash
1792 tfrac
1793 \end_layout
1794
1795 \end_inset
1796
1797  the fraction appears always with the size of an inline formula.
1798  An example:
1799 \end_layout
1800
1801 \begin_layout Standard
1802 A line with the fraction 
1803 \begin_inset Formula $\frac{1}{2}$
1804 \end_inset
1805
1806  that was created with the command 
1807 \series bold
1808
1809 \backslash
1810 frac
1811 \series default
1812 .
1813 \end_layout
1814
1815 \begin_layout Standard
1816 A line with the fraction 
1817 \begin_inset Formula $\dfrac{1}{2}$
1818 \end_inset
1819
1820  that was created with the command 
1821 \series bold
1822
1823 \backslash
1824 dfrac
1825 \series default
1826 .
1827 \end_layout
1828
1829 \begin_layout Standard
1830 \align center
1831 \begin_inset Tabular
1832 <lyxtabular version="3" rows="4" columns="2">
1833 <features tabularvalignment="middle">
1834 <column alignment="center" valignment="top" width="0pt">
1835 <column alignment="center" valignment="top" width="0pt">
1836 <row>
1837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1838 \begin_inset Text
1839
1840 \begin_layout Plain Layout
1841 Command
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1847 \begin_inset Text
1848
1849 \begin_layout Plain Layout
1850 Result
1851 \begin_inset Note Note
1852 status collapsed
1853
1854 \begin_layout Plain Layout
1855
1856 \series bold
1857
1858 \backslash
1859 raisebox
1860 \series default
1861  is only used as spacer.
1862 \end_layout
1863
1864 \end_inset
1865
1866
1867 \end_layout
1868
1869 \end_inset
1870 </cell>
1871 </row>
1872 <row>
1873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877
1878 \backslash
1879 frac
1880 \begin_inset ERT
1881 status collapsed
1882
1883 \begin_layout Plain Layout
1884
1885
1886 \backslash
1887 spce 
1888 \end_layout
1889
1890 \end_inset
1891
1892 A
1893 \begin_inset Formula $\downarrow$
1894 \end_inset
1895
1896 B
1897 \end_layout
1898
1899 \end_inset
1900 </cell>
1901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1902 \begin_inset Text
1903
1904 \begin_layout Plain Layout
1905 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1906 \end_inset
1907
1908
1909 \end_layout
1910
1911 \end_inset
1912 </cell>
1913 </row>
1914 <row>
1915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1916 \begin_inset Text
1917
1918 \begin_layout Plain Layout
1919
1920 \backslash
1921 dfrac
1922 \begin_inset ERT
1923 status collapsed
1924
1925 \begin_layout Plain Layout
1926
1927
1928 \backslash
1929 spce 
1930 \end_layout
1931
1932 \end_inset
1933
1934 A
1935 \begin_inset Formula $\downarrow$
1936 \end_inset
1937
1938 B
1939 \end_layout
1940
1941 \end_inset
1942 </cell>
1943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1944 \begin_inset Text
1945
1946 \begin_layout Plain Layout
1947 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1948 \end_inset
1949
1950
1951 \end_layout
1952
1953 \end_inset
1954 </cell>
1955 </row>
1956 <row>
1957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1958 \begin_inset Text
1959
1960 \begin_layout Plain Layout
1961
1962 \backslash
1963 dfrac
1964 \begin_inset ERT
1965 status collapsed
1966
1967 \begin_layout Plain Layout
1968
1969
1970 \backslash
1971 spce 
1972 \end_layout
1973
1974 \end_inset
1975
1976 e^
1977 \begin_inset ERT
1978 status collapsed
1979
1980 \begin_layout Plain Layout
1981
1982
1983 \backslash
1984 spce 
1985 \end_layout
1986
1987 \end_inset
1988
1989
1990 \backslash
1991 frac
1992 \begin_inset ERT
1993 status collapsed
1994
1995 \begin_layout Plain Layout
1996
1997
1998 \backslash
1999 spce 
2000 \end_layout
2001
2002 \end_inset
2003
2004 1
2005 \begin_inset Formula $\downarrow$
2006 \end_inset
2007
2008 2
2009 \begin_inset Formula $\downarrow\downarrow$
2010 \end_inset
2011
2012 3
2013 \end_layout
2014
2015 \end_inset
2016 </cell>
2017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2018 \begin_inset Text
2019
2020 \begin_layout Plain Layout
2021 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2022 \end_inset
2023
2024
2025 \end_layout
2026
2027 \end_inset
2028 </cell>
2029 </row>
2030 </lyxtabular>
2031
2032 \end_inset
2033
2034
2035 \end_layout
2036
2037 \begin_layout Standard
2038 \begin_inset VSpace bigskip
2039 \end_inset
2040
2041
2042 \begin_inset Newpage newpage
2043 \end_inset
2044
2045 For nested fractions the command 
2046 \series bold
2047
2048 \backslash
2049 cfrac
2050 \series default
2051
2052 \begin_inset Index idx
2053 status collapsed
2054
2055 \begin_layout Plain Layout
2056 Commands ! C ! 
2057 \backslash
2058 cfrac
2059 \end_layout
2060
2061 \end_inset
2062
2063  can be used.
2064  Here is an example:
2065 \begin_inset VSpace -3mm
2066 \end_inset
2067
2068
2069 \end_layout
2070
2071 \begin_layout Standard
2072 \begin_inset Formula \begin{align*}
2073 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2074 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2075 \end{align*}
2076
2077 \end_inset
2078
2079
2080 \end_layout
2081
2082 \begin_layout Standard
2083 The command for the example above is:
2084 \end_layout
2085
2086 \begin_layout Standard
2087
2088 \series bold
2089
2090 \backslash
2091 cfrac
2092 \begin_inset ERT
2093 status collapsed
2094
2095 \begin_layout Plain Layout
2096
2097
2098 \backslash
2099 spce 
2100 \end_layout
2101
2102 \end_inset
2103
2104 A
2105 \begin_inset Formula $\downarrow$
2106 \end_inset
2107
2108 B+
2109 \backslash
2110 cfrac
2111 \begin_inset ERT
2112 status collapsed
2113
2114 \begin_layout Plain Layout
2115
2116
2117 \backslash
2118 spce 
2119 \end_layout
2120
2121 \end_inset
2122
2123 C+
2124 \backslash
2125 cfrac
2126 \begin_inset ERT
2127 status collapsed
2128
2129 \begin_layout Plain Layout
2130
2131
2132 \backslash
2133 spce 
2134 \end_layout
2135
2136 \end_inset
2137
2138 E
2139 \begin_inset Formula $\downarrow$
2140 \end_inset
2141
2142 F
2143 \begin_inset Formula $\downarrow$
2144 \end_inset
2145
2146 D
2147 \end_layout
2148
2149 \begin_layout Standard
2150 \begin_inset VSpace medskip
2151 \end_inset
2152
2153
2154 \end_layout
2155
2156 \begin_layout Standard
2157
2158 \series bold
2159
2160 \backslash
2161 cfrac
2162 \series default
2163  sets the fraction always in the size of a displayed formula, also when
2164  it is part of another fraction.
2165 \end_layout
2166
2167 \begin_layout Standard
2168 It is possible to specify the alignment of the numerator.
2169  The command 
2170 \series bold
2171
2172 \backslash
2173 cfracleft
2174 \series default
2175  is used to left align it, the command 
2176 \series bold
2177
2178 \backslash
2179 cfracright
2180 \series default
2181  to right-align it.
2182  
2183 \series bold
2184
2185 \backslash
2186 cfrac
2187 \series default
2188  centers the numerator.
2189  These fractions demonstrate the different alignments:
2190 \end_layout
2191
2192 \begin_layout Standard
2193 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2194 \end_inset
2195
2196
2197 \begin_inset Formula $\cfrac{A}{B+C}$
2198 \end_inset
2199
2200
2201 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2202 \end_inset
2203
2204
2205 \end_layout
2206
2207 \begin_layout Standard
2208 \begin_inset Note Greyedout
2209 status open
2210
2211 \begin_layout Plain Layout
2212
2213 \series bold
2214 Note:
2215 \series default
2216  
2217 \series bold
2218
2219 \backslash
2220 cfracleft
2221 \series default
2222  and 
2223 \series bold
2224
2225 \backslash
2226 cfracright
2227 \series default
2228  are no real LaTeX commands but represent the command 
2229 \series bold
2230
2231 \backslash
2232 cfrac[alignment]{numerator}{denominator}
2233 \series default
2234  .
2235  Therefore you cannot use them in TeX code.
2236 \end_layout
2237
2238 \end_inset
2239
2240
2241 \end_layout
2242
2243 \begin_layout Standard
2244 \begin_inset VSpace medskip
2245 \end_inset
2246
2247 It is often advantageous to combine 
2248 \series bold
2249
2250 \backslash
2251 cfrac
2252 \series default
2253  and 
2254 \series bold
2255
2256 \backslash
2257 frac
2258 \series default
2259 :
2260 \begin_inset Formula \[
2261 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2262 \]
2263
2264 \end_inset
2265
2266
2267 \end_layout
2268
2269 \begin_layout Standard
2270 For inline fractions with a sloped fraction stroke you can use the command
2271  
2272 \series bold
2273
2274 \backslash
2275 nicefrac
2276 \series default
2277
2278 \begin_inset Index idx
2279 status collapsed
2280
2281 \begin_layout Plain Layout
2282 Commands ! N ! 
2283 \backslash
2284 nicefrac
2285 \end_layout
2286
2287 \end_inset
2288
2289
2290 \begin_inset Formula $\nicefrac{5}{31}$
2291 \end_inset
2292
2293  or 
2294 \series bold
2295
2296 \backslash
2297 unitfrac
2298 \series default
2299
2300 \begin_inset Index idx
2301 status collapsed
2302
2303 \begin_layout Plain Layout
2304 Commands ! U ! 
2305 \backslash
2306 unitfrac
2307 \end_layout
2308
2309 \end_inset
2310
2311
2312 \begin_inset Formula $\unitfrac{5}{31}$
2313 \end_inset
2314
2315  There is furthermore the command 
2316 \series bold
2317
2318 \backslash
2319 unitfracthree
2320 \series default
2321  that offers to write a fraction in combination with a number: 
2322 \begin_inset Formula $\unitfrac[2]{1}{3}$
2323 \end_inset
2324
2325
2326 \end_layout
2327
2328 \begin_layout Standard
2329 \begin_inset Note Greyedout
2330 status open
2331
2332 \begin_layout Plain Layout
2333
2334 \series bold
2335 Note:
2336 \series default
2337  
2338 \series bold
2339
2340 \backslash
2341 unitfracthree
2342 \series default
2343  is not a real LaTeX command but the command
2344 \begin_inset Newline newline
2345 \end_inset
2346
2347
2348 \series bold
2349
2350 \backslash
2351 unitfrac[number]{numerator}{denominator}
2352 \series default
2353  .
2354  Therefore you cannot use it in TeX code.
2355 \end_layout
2356
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 idx
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 idx
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         scale 85
2411
2412 \end_inset
2413
2414 , all other roots with the command 
2415 \series bold
2416
2417 \backslash
2418 root
2419 \series default
2420
2421 \begin_inset Index idx
2422 status collapsed
2423
2424 \begin_layout Plain Layout
2425 Commands ! R ! 
2426 \backslash
2427 root
2428 \end_layout
2429
2430 \end_inset
2431
2432  or with the math toolbar button 
2433 \begin_inset Graphics
2434         filename ../images/math/root.png
2435         scale 85
2436
2437 \end_inset
2438
2439 .
2440 \end_layout
2441
2442 \begin_layout Standard
2443 \align center
2444 \begin_inset Tabular
2445 <lyxtabular version="3" rows="3" columns="2">
2446 <features tabularvalignment="middle">
2447 <column alignment="center" valignment="top" width="0pt">
2448 <column alignment="center" valignment="top" width="0pt">
2449 <row>
2450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2451 \begin_inset Text
2452
2453 \begin_layout Plain Layout
2454 Command
2455 \end_layout
2456
2457 \end_inset
2458 </cell>
2459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2460 \begin_inset Text
2461
2462 \begin_layout Plain Layout
2463 Result
2464 \begin_inset Note Note
2465 status collapsed
2466
2467 \begin_layout Plain Layout
2468
2469 \series bold
2470
2471 \backslash
2472 raisebox
2473 \series default
2474  is only used as spacer.
2475 \end_layout
2476
2477 \end_inset
2478
2479
2480 \end_layout
2481
2482 \end_inset
2483 </cell>
2484 </row>
2485 <row>
2486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2487 \begin_inset Text
2488
2489 \begin_layout Plain Layout
2490
2491 \backslash
2492 sqrt
2493 \begin_inset ERT
2494 status collapsed
2495
2496 \begin_layout Plain Layout
2497
2498
2499 \backslash
2500 spce 
2501 \end_layout
2502
2503 \end_inset
2504
2505 A-B
2506 \end_layout
2507
2508 \end_inset
2509 </cell>
2510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2511 \begin_inset Text
2512
2513 \begin_layout Plain Layout
2514 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2515 \end_inset
2516
2517
2518 \end_layout
2519
2520 \end_inset
2521 </cell>
2522 </row>
2523 <row>
2524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2525 \begin_inset Text
2526
2527 \begin_layout Plain Layout
2528
2529 \backslash
2530 root
2531 \begin_inset ERT
2532 status collapsed
2533
2534 \begin_layout Plain Layout
2535
2536
2537 \backslash
2538 spce 
2539 \end_layout
2540
2541 \end_inset
2542
2543 3
2544 \begin_inset Formula $\downarrow$
2545 \end_inset
2546
2547 A-B
2548 \end_layout
2549
2550 \end_inset
2551 </cell>
2552 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2553 \begin_inset Text
2554
2555 \begin_layout Plain Layout
2556 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2557 \end_inset
2558
2559
2560 \end_layout
2561
2562 \end_inset
2563 </cell>
2564 </row>
2565 </lyxtabular>
2566
2567 \end_inset
2568
2569
2570 \end_layout
2571
2572 \begin_layout Standard
2573 A square root can also be created with 
2574 \series bold
2575
2576 \backslash
2577 root
2578 \series default
2579  when the root index field is left empty.
2580 \end_layout
2581
2582 \begin_layout Standard
2583 With certain indices the distance to the root is too small, like in this
2584  formula: 
2585 \begin_inset Formula $\sqrt[\beta]{B}$
2586 \end_inset
2587
2588
2589 \begin_inset Newline newline
2590 \end_inset
2591
2592 The 
2593 \begin_inset Formula $\beta$
2594 \end_inset
2595
2596  touches the root.
2597  To avoid this, the commands 
2598 \series bold
2599
2600 \backslash
2601 leftroot
2602 \series default
2603
2604 \begin_inset Index idx
2605 status collapsed
2606
2607 \begin_layout Plain Layout
2608 Commands ! L ! 
2609 \backslash
2610 leftroot
2611 \end_layout
2612
2613 \end_inset
2614
2615  and 
2616 \series bold
2617
2618 \backslash
2619 uproot
2620 \series default
2621
2622 \begin_inset Index idx
2623 status collapsed
2624
2625 \begin_layout Plain Layout
2626 Commands ! U ! 
2627 \backslash
2628 uproot
2629 \end_layout
2630
2631 \end_inset
2632
2633  are used with the following scheme:
2634 \end_layout
2635
2636 \begin_layout Standard
2637
2638 \series bold
2639
2640 \backslash
2641 leftroot{distance}
2642 \series default
2643  and 
2644 \series bold
2645
2646 \backslash
2647 uproot{distance}
2648 \end_layout
2649
2650 \begin_layout Standard
2651 Distance is the number of Big Points (unit bp; 
2652 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2653 \end_inset
2654
2655 ), that the index should be moved to the left or top, resp..
2656  The commands are written to the index.
2657  This way the command
2658 \begin_inset Newline newline
2659 \end_inset
2660
2661
2662 \series bold
2663
2664 \backslash
2665 root
2666 \backslash
2667 leftroot{-1
2668 \begin_inset Formula $\to$
2669 \end_inset
2670
2671
2672 \backslash
2673 uproot{2
2674 \begin_inset Formula $\to$
2675 \end_inset
2676
2677
2678 \backslash
2679 beta
2680 \begin_inset ERT
2681 status collapsed
2682
2683 \begin_layout Plain Layout
2684
2685
2686 \backslash
2687 spce 
2688 \end_layout
2689
2690 \end_inset
2691
2692
2693 \begin_inset Formula $\to$
2694 \end_inset
2695
2696 B
2697 \begin_inset Newline newline
2698 \end_inset
2699
2700
2701 \series default
2702 produces a correct typeset formula: 
2703 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2704 \end_inset
2705
2706
2707 \end_layout
2708
2709 \begin_layout Subsection
2710 Binomial Coefficients
2711 \begin_inset Index idx
2712 status collapsed
2713
2714 \begin_layout Plain Layout
2715 Binomial coefficients
2716 \end_layout
2717
2718 \end_inset
2719
2720
2721 \end_layout
2722
2723 \begin_layout Standard
2724 Binomial coefficients are inserted with the command 
2725 \series bold
2726
2727 \backslash
2728 binom
2729 \series default
2730
2731 \begin_inset Index idx
2732 status collapsed
2733
2734 \begin_layout Plain Layout
2735 Commands ! B ! 
2736 \backslash
2737 binom
2738 \end_layout
2739
2740 \end_inset
2741
2742  or with the submenu of the math toolbar button 
2743 \begin_inset Graphics
2744         filename ../images/math/frac-square.png
2745         scale 85
2746
2747 \end_inset
2748
2749 .
2750  Analog to fractions (
2751 \series bold
2752
2753 \backslash
2754 frac
2755 \series default
2756 ) there are besides 
2757 \series bold
2758
2759 \backslash
2760 binom
2761 \series default
2762  the commands 
2763 \series bold
2764
2765 \backslash
2766 dbinom
2767 \series default
2768
2769 \begin_inset Index idx
2770 status collapsed
2771
2772 \begin_layout Plain Layout
2773 Commands ! D ! 
2774 \backslash
2775 dbinom
2776 \end_layout
2777
2778 \end_inset
2779
2780  and 
2781 \series bold
2782
2783 \backslash
2784 tbinom
2785 \series default
2786
2787 \begin_inset Index idx
2788 status collapsed
2789
2790 \begin_layout Plain Layout
2791 Commands ! T ! 
2792 \backslash
2793 tbinom
2794 \end_layout
2795
2796 \end_inset
2797
2798 .
2799  For other brackets around binomial coeficients there are the commands 
2800 \series bold
2801
2802 \backslash
2803 brace
2804 \series default
2805
2806 \begin_inset Index idx
2807 status collapsed
2808
2809 \begin_layout Plain Layout
2810 Commands ! B ! 
2811 \backslash
2812 brace
2813 \end_layout
2814
2815 \end_inset
2816
2817  and 
2818 \series bold
2819
2820 \backslash
2821 brack
2822 \series default
2823
2824 \begin_inset Index idx
2825 status collapsed
2826
2827 \begin_layout Plain Layout
2828 Commands ! B ! 
2829 \backslash
2830 brack
2831 \end_layout
2832
2833 \end_inset
2834
2835 .
2836 \end_layout
2837
2838 \begin_layout Standard
2839 \align center
2840 \begin_inset Tabular
2841 <lyxtabular version="3" rows="6" columns="2">
2842 <features tabularvalignment="middle">
2843 <column alignment="center" valignment="top" width="0pt">
2844 <column alignment="center" valignment="top" width="0pt">
2845 <row>
2846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2847 \begin_inset Text
2848
2849 \begin_layout Plain Layout
2850 Command
2851 \end_layout
2852
2853 \end_inset
2854 </cell>
2855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2856 \begin_inset Text
2857
2858 \begin_layout Plain Layout
2859 Result
2860 \begin_inset Note Note
2861 status collapsed
2862
2863 \begin_layout Plain Layout
2864
2865 \series bold
2866
2867 \backslash
2868 raisebox
2869 \series default
2870  is only used as spacer.
2871 \end_layout
2872
2873 \end_inset
2874
2875
2876 \end_layout
2877
2878 \end_inset
2879 </cell>
2880 </row>
2881 <row>
2882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2883 \begin_inset Text
2884
2885 \begin_layout Plain Layout
2886
2887 \backslash
2888 binom
2889 \begin_inset ERT
2890 status collapsed
2891
2892 \begin_layout Plain Layout
2893
2894
2895 \backslash
2896 spce 
2897 \end_layout
2898
2899 \end_inset
2900
2901 A
2902 \begin_inset Formula $\downarrow$
2903 \end_inset
2904
2905 B
2906 \end_layout
2907
2908 \end_inset
2909 </cell>
2910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2911 \begin_inset Text
2912
2913 \begin_layout Plain Layout
2914 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2915 \end_inset
2916
2917
2918 \end_layout
2919
2920 \end_inset
2921 </cell>
2922 </row>
2923 <row>
2924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2925 \begin_inset Text
2926
2927 \begin_layout Plain Layout
2928
2929 \backslash
2930 dbinom
2931 \begin_inset ERT
2932 status collapsed
2933
2934 \begin_layout Plain Layout
2935
2936
2937 \backslash
2938 spce 
2939 \end_layout
2940
2941 \end_inset
2942
2943 A
2944 \begin_inset Formula $\downarrow$
2945 \end_inset
2946
2947 B
2948 \end_layout
2949
2950 \end_inset
2951 </cell>
2952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2957 \end_inset
2958
2959
2960 \end_layout
2961
2962 \end_inset
2963 </cell>
2964 </row>
2965 <row>
2966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2967 \begin_inset Text
2968
2969 \begin_layout Plain Layout
2970
2971 \backslash
2972 tbinom
2973 \begin_inset ERT
2974 status collapsed
2975
2976 \begin_layout Plain Layout
2977
2978
2979 \backslash
2980 spce 
2981 \end_layout
2982
2983 \end_inset
2984
2985 A
2986 \begin_inset Formula $\downarrow$
2987 \end_inset
2988
2989 B
2990 \end_layout
2991
2992 \end_inset
2993 </cell>
2994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2995 \begin_inset Text
2996
2997 \begin_layout Plain Layout
2998 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2999 \end_inset
3000
3001
3002 \end_layout
3003
3004 \end_inset
3005 </cell>
3006 </row>
3007 <row>
3008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3009 \begin_inset Text
3010
3011 \begin_layout Plain Layout
3012
3013 \backslash
3014 brack
3015 \begin_inset ERT
3016 status collapsed
3017
3018 \begin_layout Plain Layout
3019
3020
3021 \backslash
3022 spce 
3023 \end_layout
3024
3025 \end_inset
3026
3027 A
3028 \begin_inset Formula $\downarrow$
3029 \end_inset
3030
3031 B
3032 \end_layout
3033
3034 \end_inset
3035 </cell>
3036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3037 \begin_inset Text
3038
3039 \begin_layout Plain Layout
3040 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3041 \end_inset
3042
3043
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 </row>
3049 <row>
3050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3051 \begin_inset Text
3052
3053 \begin_layout Plain Layout
3054
3055 \backslash
3056 brace
3057 \begin_inset ERT
3058 status collapsed
3059
3060 \begin_layout Plain Layout
3061
3062
3063 \backslash
3064 spce 
3065 \end_layout
3066
3067 \end_inset
3068
3069 A
3070 \begin_inset Formula $\downarrow$
3071 \end_inset
3072
3073 B
3074 \end_layout
3075
3076 \end_inset
3077 </cell>
3078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3079 \begin_inset Text
3080
3081 \begin_layout Plain Layout
3082 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3083 \end_inset
3084
3085
3086 \end_layout
3087
3088 \end_inset
3089 </cell>
3090 </row>
3091 </lyxtabular>
3092
3093 \end_inset
3094
3095
3096 \end_layout
3097
3098 \begin_layout Subsection
3099 Case Differentiations
3100 \begin_inset Index idx
3101 status collapsed
3102
3103 \begin_layout Plain Layout
3104 Case differentiations 
3105 \end_layout
3106
3107 \end_inset
3108
3109
3110 \end_layout
3111
3112 \begin_layout Standard
3113 \align center
3114 \begin_inset Tabular
3115 <lyxtabular version="3" rows="3" columns="2">
3116 <features tabularvalignment="middle">
3117 <column alignment="center" valignment="top" width="0pt">
3118 <column alignment="center" valignment="top" width="0pt">
3119 <row>
3120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3121 \begin_inset Text
3122
3123 \begin_layout Plain Layout
3124 Command
3125 \end_layout
3126
3127 \end_inset
3128 </cell>
3129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3130 \begin_inset Text
3131
3132 \begin_layout Plain Layout
3133 Result
3134 \end_layout
3135
3136 \end_inset
3137 </cell>
3138 </row>
3139 <row>
3140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3141 \begin_inset Text
3142
3143 \begin_layout Plain Layout
3144
3145 \backslash
3146 cases
3147 \begin_inset ERT
3148 status collapsed
3149
3150 \begin_layout Plain Layout
3151
3152
3153 \backslash
3154 spce 
3155 \end_layout
3156
3157 \end_inset
3158
3159 A
3160 \begin_inset Formula $\to$
3161 \end_inset
3162
3163 B>0
3164 \begin_inset Index idx
3165 status collapsed
3166
3167 \begin_layout Plain Layout
3168 Commands ! C ! 
3169 \backslash
3170 cases
3171 \end_layout
3172
3173 \end_inset
3174
3175
3176 \end_layout
3177
3178 \end_inset
3179 </cell>
3180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3181 \begin_inset Text
3182
3183 \begin_layout Plain Layout
3184 \begin_inset Formula $\begin{cases}
3185 A & B>0\end{cases}$
3186 \end_inset
3187
3188
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 </row>
3194 <row>
3195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3196 \begin_inset Text
3197
3198 \begin_layout Plain Layout
3199
3200 \backslash
3201 cases
3202 \begin_inset ERT
3203 status collapsed
3204
3205 \begin_layout Plain Layout
3206
3207
3208 \backslash
3209 spce 
3210 \end_layout
3211
3212 \end_inset
3213
3214
3215 \begin_inset Info
3216 type  "shortcut"
3217 arg   "newline-insert newline"
3218 \end_inset
3219
3220
3221 \end_layout
3222
3223 \end_inset
3224 </cell>
3225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3226 \begin_inset Text
3227
3228 \begin_layout Plain Layout
3229 \begin_inset Formula $\begin{cases}
3230 A & \textrm{for }x>0\\
3231 B & \textrm{for }x=0
3232 \end{cases}$
3233 \end_inset
3234
3235
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 </row>
3241 </lyxtabular>
3242
3243 \end_inset
3244
3245
3246 \end_layout
3247
3248 \begin_layout Standard
3249 After inserting 
3250 \series bold
3251
3252 \backslash
3253 cases
3254 \series default
3255  or the usage of the math toolbar button 
3256 \begin_inset Graphics
3257         filename ../images/math/cases.png
3258         scale 85
3259
3260 \end_inset
3261
3262  you can create new lines with the shortcut 
3263 \begin_inset Info
3264 type  "shortcut"
3265 arg   "newline-insert newline"
3266 \end_inset
3267
3268  or the table toolbar button 
3269 \begin_inset Graphics
3270         filename ../images/tabular-feature_append-row.png
3271         scale 85
3272
3273 \end_inset
3274
3275 .
3276 \end_layout
3277
3278 \begin_layout Standard
3279 The command 
3280 \series bold
3281
3282 \backslash
3283 cases
3284 \series default
3285  is also available via the menu 
3286 \family sans
3287 Insert\SpecialChar \menuseparator
3288 Math\SpecialChar \menuseparator
3289 Cases-Environment
3290 \family default
3291 .
3292 \end_layout
3293
3294 \begin_layout Subsection
3295 Negations
3296 \begin_inset Index idx
3297 status collapsed
3298
3299 \begin_layout Plain Layout
3300 Negations
3301 \end_layout
3302
3303 \end_inset
3304
3305
3306 \end_layout
3307
3308 \begin_layout Standard
3309 By inserting of 
3310 \series bold
3311
3312 \backslash
3313 not
3314 \series default
3315
3316 \begin_inset Index idx
3317 status collapsed
3318
3319 \begin_layout Plain Layout
3320 Commands ! N ! 
3321 \backslash
3322 not
3323 \end_layout
3324
3325 \end_inset
3326
3327  every character can be displayed canceled.
3328  The characters are quasi accentuated by a slash.
3329 \end_layout
3330
3331 \begin_layout Standard
3332 \align center
3333 \begin_inset Tabular
3334 <lyxtabular version="3" rows="4" columns="2">
3335 <features tabularvalignment="middle">
3336 <column alignment="center" valignment="top" width="0pt">
3337 <column alignment="center" valignment="top" width="0pt">
3338 <row>
3339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3340 \begin_inset Text
3341
3342 \begin_layout Plain Layout
3343 Command
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352 Result
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 </row>
3358 <row>
3359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3360 \begin_inset Text
3361
3362 \begin_layout Plain Layout
3363
3364 \backslash
3365 not=
3366 \end_layout
3367
3368 \end_inset
3369 </cell>
3370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3371 \begin_inset Text
3372
3373 \begin_layout Plain Layout
3374 \begin_inset Formula $\not=$
3375 \end_inset
3376
3377
3378 \end_layout
3379
3380 \end_inset
3381 </cell>
3382 </row>
3383 <row>
3384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388
3389 \backslash
3390 not 
3391 \backslash
3392 le
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401 \begin_inset Formula $\not\le$
3402 \end_inset
3403
3404
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 </row>
3410 <row>
3411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415
3416 \backslash
3417 not 
3418 \backslash
3419 parallel
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3425 \begin_inset Text
3426
3427 \begin_layout Plain Layout
3428 \begin_inset Formula $\not\parallel$
3429 \end_inset
3430
3431
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 </row>
3437 </lyxtabular>
3438
3439 \end_inset
3440
3441
3442 \end_layout
3443
3444 \begin_layout Standard
3445 The last example shows, that not all negations look good.
3446  Therefore there are for some negations special commands (see 
3447 \begin_inset CommandInset ref
3448 LatexCommand ref
3449 reference "sub:Mathematical-Symbols"
3450
3451 \end_inset
3452
3453  and 
3454 \begin_inset CommandInset ref
3455 LatexCommand ref
3456 reference "sec:Relations"
3457
3458 \end_inset
3459
3460 ).
3461 \end_layout
3462
3463 \begin_layout Subsection
3464 Placeholders
3465 \begin_inset CommandInset label
3466 LatexCommand label
3467 name "sub:Placeholders"
3468
3469 \end_inset
3470
3471
3472 \begin_inset Index idx
3473 status collapsed
3474
3475 \begin_layout Plain Layout
3476 Placeholders
3477 \end_layout
3478
3479 \end_inset
3480
3481
3482 \begin_inset Index idx
3483 status collapsed
3484
3485 \begin_layout Plain Layout
3486 Chemical characters ! Isotopes
3487 \end_layout
3488
3489 \end_inset
3490
3491
3492 \begin_inset Index idx
3493 status collapsed
3494
3495 \begin_layout Plain Layout
3496 Isotopes|see
3497 \begin_inset ERT
3498 status collapsed
3499
3500 \begin_layout Plain Layout
3501
3502 {
3503 \end_layout
3504
3505 \end_inset
3506
3507 Chemical characters
3508 \begin_inset ERT
3509 status collapsed
3510
3511 \begin_layout Plain Layout
3512
3513 }
3514 \end_layout
3515
3516 \end_inset
3517
3518
3519 \end_layout
3520
3521 \end_inset
3522
3523
3524 \end_layout
3525
3526 \begin_layout Standard
3527 When displaying e.
3528 \begin_inset space \thinspace{}
3529 \end_inset
3530
3531 g.
3532 \begin_inset space \space{}
3533 \end_inset
3534
3535 isotopes
3536 \begin_inset Foot
3537 status collapsed
3538
3539 \begin_layout Plain Layout
3540 Typesetting isotopes and chemical symbols is described in 
3541 \begin_inset CommandInset ref
3542 LatexCommand ref
3543 reference "sub:Chemical-Symbols-and"
3544
3545 \end_inset
3546
3547 .
3548 \end_layout
3549
3550 \end_inset
3551
3552  the following problem occurs:
3553 \end_layout
3554
3555 \begin_layout Standard
3556 \align center
3557 \begin_inset Tabular
3558 <lyxtabular version="3" rows="2" columns="2">
3559 <features tabularvalignment="middle">
3560 <column alignment="center" valignment="top" width="0pt">
3561 <column alignment="center" valignment="top" width="0pt">
3562 <row>
3563 <cell alignment="center" valignment="top" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567 Indices created with sub- and superscripts:
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell alignment="center" valignment="top" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3577 \end_inset
3578
3579
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 </row>
3585 <row>
3586 <cell alignment="center" valignment="top" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590 correct indices:
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 <cell alignment="center" valignment="top" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3600 \end_inset
3601
3602
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 </row>
3608 </lyxtabular>
3609
3610 \end_inset
3611
3612
3613 \begin_inset Note Note
3614 status collapsed
3615
3616 \begin_layout Plain Layout
3617
3618 \series bold
3619
3620 \backslash
3621 raisebox
3622 \series default
3623  is only used as spacer.
3624 \end_layout
3625
3626 \end_inset
3627
3628
3629 \end_layout
3630
3631 \begin_layout Standard
3632 The shorter index is by default placed below or above the first character
3633  of the longer index.
3634  To avoid this there is the command 
3635 \series bold
3636
3637 \backslash
3638 phantom
3639 \series default
3640
3641 \begin_inset Index idx
3642 status collapsed
3643
3644 \begin_layout Plain Layout
3645 Commands ! P ! 
3646 \backslash
3647 phantom
3648 \end_layout
3649
3650 \end_inset
3651
3652  or the math toolbar button
3653 \begin_inset space \thinspace{}
3654 \end_inset
3655
3656
3657 \begin_inset Foot
3658 status collapsed
3659
3660 \begin_layout Plain Layout
3661 can be found in the submenu of the toolbar button 
3662 \begin_inset Graphics
3663         filename ../images/math/space.png
3664         scale 85
3665
3666 \end_inset
3667
3668
3669 \end_layout
3670
3671 \end_inset
3672
3673  
3674 \begin_inset Graphics
3675         filename ../images/math/phantom.png
3676         scale 85
3677
3678 \end_inset
3679
3680  that creates one or more phantom characters.
3681  When inserting 
3682 \series bold
3683
3684 \backslash
3685 phantom
3686 \series default
3687  a small blue box appears that is superposed with two red arrows.
3688  The arrows indicate that the complete width and height of the box content
3689  will be created as placeholder.
3690  Phantom characters are accordingly placeholders with the size of the characters.
3691 \end_layout
3692
3693 \begin_layout Standard
3694 \align center
3695 \begin_inset Tabular
3696 <lyxtabular version="3" rows="4" columns="2">
3697 <features tabularvalignment="middle">
3698 <column alignment="center" valignment="top" width="0">
3699 <column alignment="center" valignment="top" width="0">
3700 <row>
3701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705 Command
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714 Result
3715 \begin_inset Note Note
3716 status collapsed
3717
3718 \begin_layout Plain Layout
3719
3720 \series bold
3721
3722 \backslash
3723 raisebox
3724 \series default
3725  is only used as spacer.
3726 \end_layout
3727
3728 \end_inset
3729
3730
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 </row>
3736 <row>
3737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3738 \begin_inset Text
3739
3740 \begin_layout Plain Layout
3741 ^19
3742 \begin_inset ERT
3743 status collapsed
3744
3745 \begin_layout Plain Layout
3746
3747
3748 \backslash
3749 spce 
3750 \end_layout
3751
3752 \end_inset
3753
3754 _
3755 \backslash
3756 phantom
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 1
3770 \begin_inset Formula $\to$
3771 \end_inset
3772
3773 9
3774 \begin_inset ERT
3775 status collapsed
3776
3777 \begin_layout Plain Layout
3778
3779
3780 \backslash
3781 spce 
3782 \end_layout
3783
3784 \end_inset
3785
3786 F
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3796 \end_inset
3797
3798
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 </row>
3804 <row>
3805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809 ^235
3810 \begin_inset ERT
3811 status collapsed
3812
3813 \begin_layout Plain Layout
3814
3815
3816 \backslash
3817 spce 
3818 \end_layout
3819
3820 \end_inset
3821
3822 _
3823 \backslash
3824 phantom
3825 \begin_inset ERT
3826 status collapsed
3827
3828 \begin_layout Plain Layout
3829
3830
3831 \backslash
3832 spce 
3833 \end_layout
3834
3835 \end_inset
3836
3837 23
3838 \begin_inset Formula $\to$
3839 \end_inset
3840
3841 9
3842 \begin_inset ERT
3843 status collapsed
3844
3845 \begin_layout Plain Layout
3846
3847
3848 \backslash
3849 spce 
3850 \end_layout
3851
3852 \end_inset
3853
3854 F
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3864 \end_inset
3865
3866
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 </row>
3872 <row>
3873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3874 \begin_inset Text
3875
3876 \begin_layout Plain Layout
3877
3878 \backslash
3879 Lambda^
3880 \begin_inset ERT
3881 status collapsed
3882
3883 \begin_layout Plain Layout
3884
3885
3886 \backslash
3887 spce 
3888 \end_layout
3889
3890 \end_inset
3891
3892
3893 \backslash
3894 phantom
3895 \begin_inset ERT
3896 status collapsed
3897
3898 \begin_layout Plain Layout
3899
3900
3901 \backslash
3902 spce 
3903 \end_layout
3904
3905 \end_inset
3906
3907 ii
3908 \begin_inset Formula $\to$
3909 \end_inset
3910
3911 t
3912 \begin_inset ERT
3913 status collapsed
3914
3915 \begin_layout Plain Layout
3916
3917
3918 \backslash
3919 spce 
3920 \end_layout
3921
3922 \end_inset
3923
3924 _MMt
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Plain Layout
3933 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3934 \end_inset
3935
3936
3937 \end_layout
3938
3939 \end_inset
3940 </cell>
3941 </row>
3942 </lyxtabular>
3943
3944 \end_inset
3945
3946
3947 \end_layout
3948
3949 \begin_layout Standard
3950 Furthermore there are the commands 
3951 \series bold
3952
3953 \backslash
3954 vphantom
3955 \series default
3956
3957 \begin_inset Index idx
3958 status collapsed
3959
3960 \begin_layout Plain Layout
3961 Commands ! V ! 
3962 \backslash
3963 vphantom
3964 \end_layout
3965
3966 \end_inset
3967
3968  (toolbar button 
3969 \begin_inset space ~
3970 \end_inset
3971
3972
3973 \begin_inset Graphics
3974         filename ../images/math/vphantom.png
3975         scale 85
3976
3977 \end_inset
3978
3979 ) and 
3980 \series bold
3981
3982 \backslash
3983 hphantom
3984 \series default
3985
3986 \begin_inset Index idx
3987 status collapsed
3988
3989 \begin_layout Plain Layout
3990 Commands ! H ! 
3991 \backslash
3992 hphantom
3993 \end_layout
3994
3995 \end_inset
3996
3997  (toolbar button 
3998 \begin_inset space ~
3999 \end_inset
4000
4001
4002 \begin_inset Graphics
4003         filename ../images/math/hphantom.png
4004         scale 85
4005
4006 \end_inset
4007
4008 ).
4009  
4010 \series bold
4011
4012 \backslash
4013 hphantom
4014 \series default
4015  creates only space for the maximal height of the characters in the box
4016  but not for its width.
4017  
4018 \series bold
4019
4020 \backslash
4021 vphantom
4022 \series default
4023  creates only space for the width of the box content.
4024  Therefore  the boxes of both commands have only one red arrow.
4025 \end_layout
4026
4027 \begin_layout Standard
4028 For example creates 
4029 \series bold
4030
4031 \backslash
4032 vphantom
4033 \series default
4034
4035 \begin_inset ERT
4036 status collapsed
4037
4038 \begin_layout Plain Layout
4039
4040
4041 \backslash
4042 spce 
4043 \end_layout
4044
4045 \end_inset
4046
4047
4048 \series bold
4049 a
4050 \backslash
4051 int
4052 \series default
4053  space for the height of the integral sign,
4054 \begin_inset Foot
4055 status collapsed
4056
4057 \begin_layout Plain Layout
4058 The command 
4059 \series bold
4060
4061 \backslash
4062 int
4063 \series default
4064  creates an integral sign, see 
4065 \begin_inset CommandInset ref
4066 LatexCommand ref
4067 reference "sub:Big-Operators"
4068
4069 \end_inset
4070
4071 .
4072 \end_layout
4073
4074 \end_inset
4075
4076  because this is the larger character.
4077  An example application is in 
4078 \begin_inset CommandInset ref
4079 LatexCommand ref
4080 reference "sub:Multiline-Brackets"
4081
4082 \end_inset
4083
4084 .
4085 \end_layout
4086
4087 \begin_layout Standard
4088 Placeholders can also be used for text when it is inserted via the menu
4089  
4090 \family sans
4091 Insert\SpecialChar \menuseparator
4092 Formatting\SpecialChar \menuseparator
4093 Phantom
4094 \family default
4095 :
4096 \end_layout
4097
4098 \begin_layout Standard
4099 This is a sentence.
4100 \begin_inset Newline newline
4101 \end_inset
4102
4103
4104 \begin_inset Phantom Phantom
4105 status open
4106
4107 \begin_layout Plain Layout
4108 This
4109 \end_layout
4110
4111 \end_inset
4112
4113  is a sentence.
4114 \end_layout
4115
4116 \begin_layout Subsection
4117 Lines
4118 \begin_inset Index idx
4119 status collapsed
4120
4121 \begin_layout Plain Layout
4122 Lines
4123 \end_layout
4124
4125 \end_inset
4126
4127
4128 \begin_inset Index idx
4129 status collapsed
4130
4131 \begin_layout Plain Layout
4132 Formula ! underlined
4133 \end_layout
4134
4135 \end_inset
4136
4137
4138 \end_layout
4139
4140 \begin_layout Standard
4141 \align center
4142 \begin_inset Tabular
4143 <lyxtabular version="3" rows="4" columns="2">
4144 <features tabularvalignment="middle">
4145 <column alignment="center" valignment="top" width="0pt">
4146 <column alignment="center" valignment="top" width="0pt">
4147 <row>
4148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152 Command
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161 Result
4162 \begin_inset Note Note
4163 status collapsed
4164
4165 \begin_layout Plain Layout
4166
4167 \series bold
4168
4169 \backslash
4170 raisebox
4171 \series default
4172  is only used as spacer.
4173 \end_layout
4174
4175 \end_inset
4176
4177
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 </row>
4183 <row>
4184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188
4189 \backslash
4190 overline
4191 \begin_inset ERT
4192 status collapsed
4193
4194 \begin_layout Plain Layout
4195
4196
4197 \backslash
4198 spce 
4199 \end_layout
4200
4201 \end_inset
4202
4203 A+B
4204 \begin_inset Index idx
4205 status collapsed
4206
4207 \begin_layout Plain Layout
4208 Commands ! O ! 
4209 \backslash
4210 overline
4211 \end_layout
4212
4213 \end_inset
4214
4215
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Plain Layout
4224 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4225 \end_inset
4226
4227
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 </row>
4233 <row>
4234 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238
4239 \backslash
4240 underline
4241 \begin_inset ERT
4242 status collapsed
4243
4244 \begin_layout Plain Layout
4245
4246
4247 \backslash
4248 spce 
4249 \end_layout
4250
4251 \end_inset
4252
4253 A+B
4254 \begin_inset Index idx
4255 status collapsed
4256
4257 \begin_layout Plain Layout
4258 Commands ! U ! 
4259 \backslash
4260 underline
4261 \end_layout
4262
4263 \end_inset
4264
4265
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4275 \end_inset
4276
4277
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 </row>
4283 <row>
4284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288
4289 \backslash
4290 overline
4291 \begin_inset ERT
4292 status collapsed
4293
4294 \begin_layout Plain Layout
4295
4296
4297 \backslash
4298 spce 
4299 \end_layout
4300
4301 \end_inset
4302
4303
4304 \backslash
4305 underline
4306 \begin_inset ERT
4307 status collapsed
4308
4309 \begin_layout Plain Layout
4310
4311
4312 \backslash
4313 spce 
4314 \end_layout
4315
4316 \end_inset
4317
4318 A+B
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4328 \end_inset
4329
4330
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 </row>
4336 </lyxtabular>
4337
4338 \end_inset
4339
4340
4341 \end_layout
4342
4343 \begin_layout Standard
4344 In the last example it doesn't matter if first 
4345 \series bold
4346
4347 \backslash
4348 overline
4349 \series default
4350  or 
4351 \series bold
4352
4353 \backslash
4354 underline
4355 \series default
4356  is inserted.
4357 \end_layout
4358
4359 \begin_layout Standard
4360 To double underline e.
4361 \begin_inset space \thinspace{}
4362 \end_inset
4363
4364 g.
4365 \begin_inset space \space{}
4366 \end_inset
4367
4368 results, one uses 
4369 \series bold
4370
4371 \backslash
4372 underline
4373 \series default
4374  twice.
4375 \end_layout
4376
4377 \begin_layout Standard
4378 It is possible to place up to 6 lines above or below characters.
4379 \end_layout
4380
4381 \begin_layout Standard
4382 \begin_inset VSpace bigskip
4383 \end_inset
4384
4385 Custom lines can be created using the command 
4386 \series bold
4387
4388 \backslash
4389 rule
4390 \series default
4391
4392 \begin_inset Index idx
4393 status collapsed
4394
4395 \begin_layout Plain Layout
4396 Commands ! R ! 
4397 \backslash
4398 rule
4399 \end_layout
4400
4401 \end_inset
4402
4403  which has the following scheme:
4404 \end_layout
4405
4406 \begin_layout Standard
4407
4408 \series bold
4409
4410 \backslash
4411 rule[vertical offset]{length}{thickness}
4412 \end_layout
4413
4414 \begin_layout Standard
4415 The optional vertical offset shifts the line upwards (or downwards, when
4416  the value is negative).
4417  The units listed in 
4418 \begin_inset CommandInset ref
4419 LatexCommand ref
4420 reference "tab:Available-units"
4421
4422 \end_inset
4423
4424  can be used for the values.
4425  Here are two example lines created with the commands
4426 \begin_inset Newline newline
4427 \end_inset
4428
4429
4430 \series bold
4431
4432 \backslash
4433 rule[-2ex]{3cm}{2pt}
4434 \series default
4435  and 
4436 \series bold
4437
4438 \backslash
4439 rule{2cm}{1pt}
4440 \series default
4441 :
4442 \end_layout
4443
4444 \begin_layout Standard
4445 This is a sentence 
4446 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4447 \end_inset
4448
4449  with two lines.
4450 \end_layout
4451
4452 \begin_layout Standard
4453
4454 \series bold
4455
4456 \backslash
4457 rule
4458 \series default
4459  can also be used for text when a line is inserted via the menu 
4460 \family sans
4461 Insert\SpecialChar \menuseparator
4462 Formatting\SpecialChar \menuseparator
4463 Horizontal
4464 \begin_inset space ~
4465 \end_inset
4466
4467 Line
4468 \family default
4469 :
4470 \end_layout
4471
4472 \begin_layout Standard
4473 This is a sentence 
4474 \begin_inset CommandInset line
4475 LatexCommand rule
4476 offset "0.5ex"
4477 width "3cm"
4478 height "1pt"
4479
4480 \end_inset
4481
4482  with one line.
4483 \end_layout
4484
4485 \begin_layout Subsection
4486 Ellipses
4487 \begin_inset CommandInset label
4488 LatexCommand label
4489 name "sub:Ellipses"
4490
4491 \end_inset
4492
4493
4494 \begin_inset Index idx
4495 status collapsed
4496
4497 \begin_layout Plain Layout
4498 Ellipses
4499 \end_layout
4500
4501 \end_inset
4502
4503
4504 \end_layout
4505
4506 \begin_layout Standard
4507 There are different types of ellipses available.
4508 \begin_inset Foot
4509 status collapsed
4510
4511 \begin_layout Plain Layout
4512 In the math toolbar in the submenu of the button 
4513 \begin_inset Graphics
4514         filename ../images/math/ldots.png
4515         scale 85
4516
4517 \end_inset
4518
4519
4520 \end_layout
4521
4522 \end_inset
4523
4524  For listings dots at the baseline are used (
4525 \series bold
4526
4527 \backslash
4528 ldots
4529 \series default
4530
4531 \begin_inset Index idx
4532 status collapsed
4533
4534 \begin_layout Plain Layout
4535 Commands ! L ! 
4536 \backslash
4537 ldots
4538 \end_layout
4539
4540 \end_inset
4541
4542 ), while for operations dots are needed that are on the same height as the
4543  operators (
4544 \series bold
4545
4546 \backslash
4547 cdots
4548 \series default
4549
4550 \begin_inset Index idx
4551 status collapsed
4552
4553 \begin_layout Plain Layout
4554 Commands ! C ! 
4555 \backslash
4556 cdots
4557 \end_layout
4558
4559 \end_inset
4560
4561 ).
4562  When using the command 
4563 \series bold
4564
4565 \backslash
4566 dots
4567 \series default
4568
4569 \begin_inset Index idx
4570 status collapsed
4571
4572 \begin_layout Plain Layout
4573 Commands ! D ! 
4574 \backslash
4575 dots
4576 \end_layout
4577
4578 \end_inset
4579
4580 , LaTeX decides on the basis of the next character what type is used.
4581 \end_layout
4582
4583 \begin_layout Standard
4584 \align center
4585 \begin_inset Tabular
4586 <lyxtabular version="3" rows="9" columns="2">
4587 <features tabularvalignment="middle">
4588 <column alignment="center" valignment="top" width="0pt">
4589 <column alignment="center" valignment="top" width="0pt">
4590 <row>
4591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595 Command
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 Result
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 </row>
4610 <row>
4611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4612 \begin_inset Text
4613
4614 \begin_layout Plain Layout
4615 A_1
4616 \begin_inset ERT
4617 status collapsed
4618
4619 \begin_layout Plain Layout
4620
4621
4622 \backslash
4623 spce 
4624 \end_layout
4625
4626 \end_inset
4627
4628 ,
4629 \backslash
4630 dots
4631 \begin_inset ERT
4632 status collapsed
4633
4634 \begin_layout Plain Layout
4635
4636
4637 \backslash
4638 spce 
4639 \end_layout
4640
4641 \end_inset
4642
4643 ,A_n
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652 \begin_inset Formula $A_{1},\dots,A_{n}$
4653 \end_inset
4654
4655
4656 \end_layout
4657
4658 \end_inset
4659 </cell>
4660 </row>
4661 <row>
4662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666 A_1
4667 \begin_inset ERT
4668 status collapsed
4669
4670 \begin_layout Plain Layout
4671
4672
4673 \backslash
4674 spce 
4675 \end_layout
4676
4677 \end_inset
4678
4679 +
4680 \backslash
4681 dots
4682 \begin_inset ERT
4683 status collapsed
4684
4685 \begin_layout Plain Layout
4686
4687
4688 \backslash
4689 spce 
4690 \end_layout
4691
4692 \end_inset
4693
4694 +A_n
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703 \begin_inset Formula $A_{1}+\dots+A_{n}$
4704 \end_inset
4705
4706
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 </row>
4712 <row>
4713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717 A_1
4718 \begin_inset ERT
4719 status collapsed
4720
4721 \begin_layout Plain Layout
4722
4723
4724 \backslash
4725 spce 
4726 \end_layout
4727
4728 \end_inset
4729
4730 ,
4731 \backslash
4732 ldots
4733 \begin_inset ERT
4734 status collapsed
4735
4736 \begin_layout Plain Layout
4737
4738
4739 \backslash
4740 spce 
4741 \end_layout
4742
4743 \end_inset
4744
4745 ,A_n
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754 \begin_inset Formula $A_{1},\ldots,A_{n}$
4755 \end_inset
4756
4757
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 </row>
4763 <row>
4764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Plain Layout
4768 A_1
4769 \begin_inset ERT
4770 status collapsed
4771
4772 \begin_layout Plain Layout
4773
4774
4775 \backslash
4776 spce 
4777 \end_layout
4778
4779 \end_inset
4780
4781 +
4782 \backslash
4783 cdots
4784 \begin_inset ERT
4785 status collapsed
4786
4787 \begin_layout Plain Layout
4788
4789
4790 \backslash
4791 spce 
4792 \end_layout
4793
4794 \end_inset
4795
4796 +A_n
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Plain Layout
4805 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4806 \end_inset
4807
4808
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 </row>
4814 <row>
4815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4816 \begin_inset Text
4817
4818 \begin_layout Plain Layout
4819
4820 \backslash
4821 vdots
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4827 \begin_inset Text
4828
4829 \begin_layout Plain Layout
4830 \begin_inset Formula $\vdots$
4831 \end_inset
4832
4833
4834 \end_layout
4835
4836 \end_inset
4837 </cell>
4838 </row>
4839 <row>
4840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4841 \begin_inset Text
4842
4843 \begin_layout Plain Layout
4844
4845 \backslash
4846 ddots
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4852 \begin_inset Text
4853
4854 \begin_layout Plain Layout
4855 \begin_inset Formula $\ddots$
4856 \end_inset
4857
4858
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 </row>
4864 <row>
4865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869
4870 \backslash
4871 iddots
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880 \begin_inset Formula $\iddots$
4881 \end_inset
4882
4883
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 </row>
4889 <row>
4890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 3×3
4895 \begin_inset space \thinspace{}
4896 \end_inset
4897
4898 matrix with the different dots
4899 \end_layout
4900
4901 \end_inset
4902 </cell>
4903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907 \begin_inset Formula $\begin{array}{ccc}
4908 A_{11} & \cdots & A_{1m}\\
4909 \vdots & \ddots & \vdots\\
4910 A_{n1} & \cdots & A_{nm}
4911 \end{array}$
4912 \end_inset
4913
4914
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 </row>
4920 </lyxtabular>
4921
4922 \end_inset
4923
4924
4925 \end_layout
4926
4927 \begin_layout Standard
4928 The ellipses available in menu 
4929 \family sans
4930 Insert\SpecialChar \menuseparator
4931 Special
4932 \begin_inset space ~
4933 \end_inset
4934
4935 Character
4936 \family default
4937  are 
4938 \series bold
4939
4940 \backslash
4941 ldots
4942 \series default
4943 .
4944 \end_layout
4945
4946 \begin_layout Standard
4947 \begin_inset VSpace medskip
4948 \end_inset
4949
4950 To use 
4951 \series bold
4952
4953 \backslash
4954 iddots
4955 \series default
4956 , one of the options 
4957 \family sans
4958 Use mathdots package (automatically)
4959 \family default
4960  must be set in the document settings under 
4961 \family sans
4962 Math
4963 \begin_inset space ~
4964 \end_inset
4965
4966 Options
4967 \family default
4968 .
4969 \begin_inset Newline newline
4970 \end_inset
4971
4972 Using the option 
4973 \family sans
4974 Use mathdots package
4975 \family default
4976  will improve the appearance of all dots in the documents if their font
4977  style or size is not the default.
4978 \end_layout
4979
4980 \begin_layout Standard
4981 \begin_inset VSpace medskip
4982 \end_inset
4983
4984 Specially for matrices there are ellipses that span over several columns.
4985  They are created with the command 
4986 \series bold
4987
4988 \backslash
4989 hdotsfor
4990 \series default
4991
4992 \begin_inset Index idx
4993 status collapsed
4994
4995 \begin_layout Plain Layout
4996 Commands ! H ! 
4997 \backslash
4998 hdotsfor
4999 \end_layout
5000
5001 \end_inset
5002
5003 , that has the following scheme:
5004 \end_layout
5005
5006 \begin_layout Standard
5007
5008 \series bold
5009
5010 \backslash
5011 hdotsfor[distance]{number of columns}
5012 \end_layout
5013
5014 \begin_layout Standard
5015 The number of columns specifies how many columns should be spanned.
5016  Distance is a factor for the distance between the dots.
5017 \end_layout
5018
5019 \begin_layout Standard
5020 In the following matrix the command 
5021 \series bold
5022
5023 \backslash
5024 hdotsfor[2]{4}
5025 \series default
5026  was inserted in the first box of the second line, to get an ellipsis with
5027  a dot distance twice as long as with the command 
5028 \series bold
5029
5030 \backslash
5031 dots
5032 \series default
5033 :
5034 \begin_inset Formula \[
5035 \left(\begin{array}{cccc}
5036 A & B & C & D\\
5037 \hdotsfor[2]{4}\\
5038 q & w & e & r
5039 \end{array}\right)
5040 \]
5041
5042 \end_inset
5043
5044 Note that the matrix fields that should be spanned must be empty, otherwise
5045  you get LaTeX-errors.
5046 \end_layout
5047
5048 \begin_layout Standard
5049 \begin_inset VSpace bigskip
5050 \end_inset
5051
5052 Furthermore you can fill with the command 
5053 \series bold
5054
5055 \backslash
5056 dotfill
5057 \series default
5058
5059 \begin_inset Index idx
5060 status collapsed
5061
5062 \begin_layout Plain Layout
5063 Commands ! D ! 
5064 \backslash
5065 dotfill
5066 \end_layout
5067
5068 \end_inset
5069
5070  the rest of a line with dots.
5071  The effect of these commands is the same like with 
5072 \series bold
5073
5074 \backslash
5075 hfill
5076 \series default
5077 , see 
5078 \begin_inset CommandInset ref
5079 LatexCommand ref
5080 reference "sub:Variable-Space"
5081
5082 \end_inset
5083
5084 .
5085 \end_layout
5086
5087 \begin_layout Standard
5088 For example the command 
5089 \series bold
5090 A
5091 \backslash
5092 dotfill
5093 \begin_inset ERT
5094 status collapsed
5095
5096 \begin_layout Plain Layout
5097
5098
5099 \backslash
5100 spce 
5101 \end_layout
5102
5103 \end_inset
5104
5105 B
5106 \series default
5107  produces
5108 \end_layout
5109
5110 \begin_layout Standard
5111 \begin_inset Formula $A\dotfill B$
5112 \end_inset
5113
5114
5115 \end_layout
5116
5117 \begin_layout Standard
5118 Analog to
5119 \series bold
5120  
5121 \backslash
5122 dotfill
5123 \series default
5124  there is for a line the command 
5125 \series bold
5126
5127 \backslash
5128 hrulefill
5129 \series default
5130
5131 \begin_inset Index idx
5132 status collapsed
5133
5134 \begin_layout Plain Layout
5135 Commands ! H ! 
5136 \backslash
5137 hrulefill
5138 \end_layout
5139
5140 \end_inset
5141
5142 :
5143 \end_layout
5144
5145 \begin_layout Standard
5146 \begin_inset Formula $A\hrulefill B$
5147 \end_inset
5148
5149
5150 \end_layout
5151
5152 \begin_layout Standard
5153 To use the commands for text, they have to be inserted in TeX-mode.
5154 \end_layout
5155
5156 \begin_layout Section
5157 Matrices
5158 \begin_inset CommandInset label
5159 LatexCommand label
5160 name "sec:Matrices"
5161
5162 \end_inset
5163
5164
5165 \begin_inset Index idx
5166 status collapsed
5167
5168 \begin_layout Plain Layout
5169 Matrices
5170 \end_layout
5171
5172 \end_inset
5173
5174
5175 \end_layout
5176
5177 \begin_layout Standard
5178 Matrices can be inserted via the math toolbar button 
5179 \begin_inset Graphics
5180         filename ../images/dialog-show_mathmatrix.png
5181         scale 85
5182
5183 \end_inset
5184
5185  or the menu 
5186 \family sans
5187 Insert\SpecialChar \menuseparator
5188 Math\SpecialChar \menuseparator
5189 Matrix
5190 \family default
5191 .
5192  In the matrix dialog you can specify the number of columns and rows, the
5193  alignment and the decoration.
5194  The vertical alignment is hereby only of importance for matrices in inline
5195  formulas:
5196 \end_layout
5197
5198 \begin_layout Standard
5199 The first matrix is top 
5200 \begin_inset Formula $\begin{array}[t]{cccc}
5201 A & D & G & J\\
5202 B & E & H & K\\
5203 C & F & I & L
5204 \end{array}$
5205 \end_inset
5206
5207 , the second middle 
5208 \begin_inset Formula $\begin{array}{cccc}
5209 A & D & G & J\\
5210 B & E & H & K\\
5211 C & F & I & L
5212 \end{array}$
5213 \end_inset
5214
5215  and the third bottom 
5216 \begin_inset Formula $\begin{array}[b]{cccc}
5217 A & D & G & J\\
5218 B & E & H & K\\
5219 C & F & I & L
5220 \end{array}$
5221 \end_inset
5222
5223  aligned.
5224 \end_layout
5225
5226 \begin_layout Standard
5227 The horizontal alignment specifies how the column entries should be aligned.
5228  It is set by entering a letter for every column.
5229  
5230 \emph on
5231 l
5232 \emph default
5233  denotes left aligned, 
5234 \emph on
5235 c
5236 \emph default
5237  centered and 
5238 \emph on
5239 r
5240 \emph default
5241  right aligned.
5242  To create for example a 4
5243 \series bold
5244 ×
5245 \series default
5246 4
5247 \begin_inset space ~
5248 \end_inset
5249
5250 matrix where the first column is left aligned, the second and third are
5251  centered and the last one is right aligned, one enters for the horizontal
5252  alignment 
5253 \series bold
5254 lccr
5255 \series default
5256 .
5257  Normally are in a matrix all columns centered, therefore the default is
5258  for every column is a 
5259 \series bold
5260 c
5261 \series default
5262 .
5263 \end_layout
5264
5265 \begin_layout Standard
5266 Horizontal alignment:
5267 \end_layout
5268
5269 \begin_layout Standard
5270
5271 \series bold
5272 lll
5273 \series default
5274  : 
5275 \begin_inset Formula $\begin{array}{lll}
5276 10000 & D & G\\
5277 B & 10000 & H\\
5278 C & F & 10000
5279 \end{array}$
5280 \end_inset
5281
5282  , 
5283 \series bold
5284 ccc
5285 \series default
5286  : 
5287 \begin_inset Formula $\begin{array}{ccc}
5288 10000 & D & G\\
5289 B & 10000 & H\\
5290 C & F & 10000
5291 \end{array}$
5292 \end_inset
5293
5294  , 
5295 \series bold
5296 rrr
5297 \series default
5298  : 
5299 \begin_inset Formula $\begin{array}{rrr}
5300 10000 & D & G\\
5301 B & 10000 & H\\
5302 C & F & 10000
5303 \end{array}$
5304 \end_inset
5305
5306
5307 \end_layout
5308
5309 \begin_layout Standard
5310 To add or delete rows and columns subsequently, the math toolbar buttons
5311  
5312 \begin_inset Graphics
5313         filename ../images/tabular-feature_append-row.png
5314         scale 85
5315
5316 \end_inset
5317
5318
5319 \begin_inset Graphics
5320         filename ../images/tabular-feature_delete-row.png
5321         scale 85
5322
5323 \end_inset
5324
5325 , etc.
5326 \begin_inset space \thinspace{}
5327 \end_inset
5328
5329 , or the menu 
5330 \family sans
5331 Edit\SpecialChar \menuseparator
5332 Rows & Columns
5333 \family default
5334  can be used.
5335  New rows can also be created with 
5336 \begin_inset Info
5337 type  "shortcut"
5338 arg   "newline-insert newline"
5339 \end_inset
5340
5341 .
5342 \end_layout
5343
5344 \begin_layout Standard
5345 \begin_inset VSpace bigskip
5346 \end_inset
5347
5348 The 
5349 \family sans
5350 Decoration
5351 \family default
5352  adds parentheses in the selected style around the matrix.
5353  Alternatively, parentheses can can either be created with the commands
5354  
5355 \series bold
5356
5357 \backslash
5358 left
5359 \series default
5360
5361 \begin_inset Index idx
5362 status collapsed
5363
5364 \begin_layout Plain Layout
5365 Commands ! L ! 
5366 \backslash
5367 left
5368 \end_layout
5369
5370 \end_inset
5371
5372  and 
5373 \series bold
5374
5375 \backslash
5376 right
5377 \series default
5378
5379 \begin_inset Index idx
5380 status collapsed
5381
5382 \begin_layout Plain Layout
5383 Commands ! R ! 
5384 \backslash
5385 right
5386 \end_layout
5387
5388 \end_inset
5389
5390  (shortcut 
5391 \family sans
5392 Alt+M
5393 \begin_inset space ~
5394 \end_inset
5395
5396 Parenthesis
5397 \family default
5398 ), see 
5399 \begin_inset CommandInset ref
5400 LatexCommand ref
5401 reference "sub:Automatic-Bracket-Size"
5402
5403 \end_inset
5404
5405 , or by using the following commands:
5406 \begin_inset VSpace medskip
5407 \end_inset
5408
5409
5410 \end_layout
5411
5412 \begin_layout Standard
5413 \begin_inset space \hfill{}
5414 \end_inset
5415
5416
5417 \begin_inset Tabular
5418 <lyxtabular version="3" rows="4" columns="2">
5419 <features tabularvalignment="middle">
5420 <column alignment="center" valignment="top" width="0">
5421 <column alignment="center" valignment="top" width="0">
5422 <row>
5423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427 Command
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5433 \begin_inset Text
5434
5435 \begin_layout Plain Layout
5436 Result
5437 \begin_inset Note Note
5438 status collapsed
5439
5440 \begin_layout Plain Layout
5441
5442 \series bold
5443
5444 \backslash
5445 raisebox
5446 \series default
5447  is only used as spacer.
5448 \end_layout
5449
5450 \end_inset
5451
5452
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 </row>
5458 <row>
5459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463
5464 \backslash
5465 bmatrix
5466 \begin_inset ERT
5467 status collapsed
5468
5469 \begin_layout Plain Layout
5470
5471
5472 \backslash
5473 spce 
5474 \end_layout
5475
5476 \end_inset
5477
5478 2
5479 \series bold
5480 ×
5481 \series default
5482 2
5483 \begin_inset space \thinspace{}
5484 \end_inset
5485
5486 matrix
5487 \end_layout
5488
5489 \end_inset
5490 </cell>
5491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5492 \begin_inset Text
5493
5494 \begin_layout Plain Layout
5495 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5496 0 & \textrm{-}\mathrm{i}\\
5497 \mathrm{i} & 0
5498 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5499 \end_inset
5500
5501
5502 \end_layout
5503
5504 \end_inset
5505 </cell>
5506 </row>
5507 <row>
5508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Plain Layout
5512
5513 \backslash
5514 Bmatrix
5515 \begin_inset ERT
5516 status collapsed
5517
5518 \begin_layout Plain Layout
5519
5520
5521 \backslash
5522 spce 
5523 \end_layout
5524
5525 \end_inset
5526
5527 2
5528 \series bold
5529 ×
5530 \series default
5531 2
5532 \begin_inset space \thinspace{}
5533 \end_inset
5534
5535 matrix
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5545 0 & \textrm{-}\mathrm{i}\\
5546 \mathrm{i} & 0
5547 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5548 \end_inset
5549
5550
5551 \end_layout
5552
5553 \end_inset
5554 </cell>
5555 </row>
5556 <row>
5557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5558 \begin_inset Text
5559
5560 \begin_layout Plain Layout
5561
5562 \backslash
5563 pmatrix
5564 \begin_inset ERT
5565 status collapsed
5566
5567 \begin_layout Plain Layout
5568
5569
5570 \backslash
5571 spce 
5572 \end_layout
5573
5574 \end_inset
5575
5576 2
5577 \series bold
5578 ×
5579 \series default
5580 2
5581 \begin_inset space \thinspace{}
5582 \end_inset
5583
5584 matrix
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Plain Layout
5593 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5594 0 & \textrm{-}\mathrm{i}\\
5595 \mathrm{i} & 0
5596 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5597 \end_inset
5598
5599
5600 \end_layout
5601
5602 \end_inset
5603 </cell>
5604 </row>
5605 </lyxtabular>
5606
5607 \end_inset
5608
5609
5610 \begin_inset space \hfill{}
5611 \end_inset
5612
5613
5614 \begin_inset Tabular
5615 <lyxtabular version="3" rows="4" columns="2">
5616 <features tabularvalignment="middle">
5617 <column alignment="center" valignment="top" width="0">
5618 <column alignment="center" valignment="top" width="0">
5619 <row>
5620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Plain Layout
5624 Command
5625 \end_layout
5626
5627 \end_inset
5628 </cell>
5629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5630 \begin_inset Text
5631
5632 \begin_layout Plain Layout
5633 Result
5634 \end_layout
5635
5636 \end_inset
5637 </cell>
5638 </row>
5639 <row>
5640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644
5645 \backslash
5646 vmatrix
5647 \begin_inset ERT
5648 status collapsed
5649
5650 \begin_layout Plain Layout
5651
5652
5653 \backslash
5654 spce 
5655 \end_layout
5656
5657 \end_inset
5658
5659 2
5660 \series bold
5661 ×
5662 \series default
5663 2
5664 \begin_inset space \thinspace{}
5665 \end_inset
5666
5667 matrix
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5677 0 & \textrm{-}\mathrm{i}\\
5678 \mathrm{i} & 0
5679 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5680 \end_inset
5681
5682
5683 \end_layout
5684
5685 \end_inset
5686 </cell>
5687 </row>
5688 <row>
5689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5690 \begin_inset Text
5691
5692 \begin_layout Plain Layout
5693
5694 \backslash
5695 Vmatrix
5696 \begin_inset ERT
5697 status collapsed
5698
5699 \begin_layout Plain Layout
5700
5701
5702 \backslash
5703 spce 
5704 \end_layout
5705
5706 \end_inset
5707
5708 2
5709 \series bold
5710 ×
5711 \series default
5712 2
5713 \begin_inset space \thinspace{}
5714 \end_inset
5715
5716 matrix
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5726 0 & \textrm{-}\mathrm{i}\\
5727 \mathrm{i} & 0
5728 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5729 \end_inset
5730
5731
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 </row>
5737 <row>
5738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742
5743 \backslash
5744 matrix
5745 \begin_inset ERT
5746 status collapsed
5747
5748 \begin_layout Plain Layout
5749
5750
5751 \backslash
5752 spce 
5753 \end_layout
5754
5755 \end_inset
5756
5757 2
5758 \series bold
5759 ×
5760 \series default
5761 2
5762 \begin_inset space \thinspace{}
5763 \end_inset
5764
5765 matrix
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5775 0 & \textrm{-}\mathrm{i}\\
5776 \mathrm{i} & 0
5777 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5778 \end_inset
5779
5780
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 </row>
5786 </lyxtabular>
5787
5788 \end_inset
5789
5790
5791 \begin_inset space \hfill{}
5792 \end_inset
5793
5794
5795 \end_layout
5796
5797 \begin_layout Standard
5798 \begin_inset VSpace medskip
5799 \end_inset
5800
5801 When e.
5802 \begin_inset space \thinspace{}
5803 \end_inset
5804
5805 g.
5806 \begin_inset space \space{}
5807 \end_inset
5808
5809
5810 \series bold
5811
5812 \backslash
5813 vmatrix
5814 \series default
5815  is inserted, a blue box appears between two vertical lines where the matrix
5816  is inserted.
5817 \begin_inset Newline newline
5818 \end_inset
5819
5820 Note that decorated matrices ignore the vertical alignment.
5821 \end_layout
5822
5823 \begin_layout Standard
5824 \begin_inset VSpace bigskip
5825 \end_inset
5826
5827 As all multiline formulas are matrices, the length 
5828 \series bold
5829
5830 \backslash
5831 arraycolsep
5832 \series default
5833
5834 \begin_inset Index idx
5835 status collapsed
5836
5837 \begin_layout Plain Layout
5838 Commands ! A ! 
5839 \backslash
5840 arraycolsep
5841 \end_layout
5842
5843 \end_inset
5844
5845  that is described in 
5846 \begin_inset CommandInset ref
5847 LatexCommand ref
5848 reference "sub:Column-Separation"
5849
5850 \end_inset
5851
5852  can also be used to change the column separation of matrices.
5853 \end_layout
5854
5855 \begin_layout Standard
5856 To change the row separation, the command 
5857 \series bold
5858
5859 \backslash
5860 arraystretch
5861 \series default
5862
5863 \begin_inset Index idx
5864 status collapsed
5865
5866 \begin_layout Plain Layout
5867 Commands ! A ! 
5868 \backslash
5869 arraystretch
5870 \end_layout
5871
5872 \end_inset
5873
5874  is used.
5875  It is used as follows:
5876 \end_layout
5877
5878 \begin_layout Standard
5879
5880 \series bold
5881
5882 \backslash
5883 renewcommand{
5884 \backslash
5885 arraystretch}{stretch factor}
5886 \begin_inset Index idx
5887 status collapsed
5888
5889 \begin_layout Plain Layout
5890 Commands ! R ! 
5891 \backslash
5892 renewcommand
5893 \end_layout
5894
5895 \end_inset
5896
5897
5898 \end_layout
5899
5900 \begin_layout Standard
5901 The command 
5902 \series bold
5903
5904 \backslash
5905 renewcommand
5906 \series default
5907  assigns the stretch factor to the predefined command 
5908 \series bold
5909
5910 \backslash
5911 arraystretch
5912 \series default
5913 .
5914  To double e.
5915 \begin_inset space \thinspace{}
5916 \end_inset
5917
5918 g.
5919 \begin_inset space \space{}
5920 \end_inset
5921
5922 the row separation, use the factor 2.
5923  This is then used for all following matrices.
5924  To go back to the original separation, assign the factor 1 to 
5925 \series bold
5926
5927 \backslash
5928 arraystretch
5929 \series default
5930 .
5931 \end_layout
5932
5933 \begin_layout Standard
5934 To set matrices into a text line, the command 
5935 \series bold
5936
5937 \backslash
5938 smallmatrix
5939 \series default
5940
5941 \begin_inset Index idx
5942 status collapsed
5943
5944 \begin_layout Plain Layout
5945 Commands ! S ! 
5946 \backslash
5947 smallmatrix
5948 \end_layout
5949
5950 \end_inset
5951
5952  is used.
5953  When it is inserted a blue box with two dashed lines appears.
5954  In this box the matrix is inserted.
5955 \end_layout
5956
5957 \begin_layout Standard
5958 This is a matrix 
5959 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5960 C & D
5961 \end{smallmatrix}\right)$
5962 \end_inset
5963
5964  in a text line.
5965 \end_layout
5966
5967 \begin_layout Section
5968 Brackets and Delimiters
5969 \begin_inset Index idx
5970 status collapsed
5971
5972 \begin_layout Plain Layout
5973 Brackets
5974 \end_layout
5975
5976 \end_inset
5977
5978
5979 \begin_inset Index idx
5980 status collapsed
5981
5982 \begin_layout Plain Layout
5983 Delimiters
5984 \end_layout
5985
5986 \end_inset
5987
5988
5989 \end_layout
5990
5991 \begin_layout Subsection
5992 Vertical Brackets and Delimiters
5993 \begin_inset Index idx
5994 status collapsed
5995
5996 \begin_layout Plain Layout
5997 Brackets ! vertical
5998 \end_layout
5999
6000 \end_inset
6001
6002
6003 \end_layout
6004
6005 \begin_layout Standard
6006 \begin_inset space \hfill{}
6007 \end_inset
6008
6009
6010 \begin_inset Tabular
6011 <lyxtabular version="3" rows="9" columns="2">
6012 <features tabularvalignment="middle">
6013 <column alignment="center" valignment="top" width="0pt">
6014 <column alignment="center" valignment="top" width="0pt">
6015 <row>
6016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 Command
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 Result
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 </row>
6035 <row>
6036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Plain Layout
6040 (
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 \begin_inset Formula $($
6050 \end_inset
6051
6052
6053 \end_layout
6054
6055 \end_inset
6056 </cell>
6057 </row>
6058 <row>
6059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6060 \begin_inset Text
6061
6062 \begin_layout Plain Layout
6063 {
6064 \end_layout
6065
6066 \end_inset
6067 </cell>
6068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072 \begin_inset Formula $\{$
6073 \end_inset
6074
6075
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 </row>
6081 <row>
6082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6083 \begin_inset Text
6084
6085 \begin_layout Plain Layout
6086 [
6087 \end_layout
6088
6089 \end_inset
6090 </cell>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095 \begin_inset Formula $[$
6096 \end_inset
6097
6098
6099 \end_layout
6100
6101 \end_inset
6102 </cell>
6103 </row>
6104 <row>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109
6110 \backslash
6111 langle
6112 \end_layout
6113
6114 \end_inset
6115 </cell>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120 \begin_inset Formula $\langle$
6121 \end_inset
6122
6123
6124 \end_layout
6125
6126 \end_inset
6127 </cell>
6128 </row>
6129 <row>
6130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6131 \begin_inset Text
6132
6133 \begin_layout Plain Layout
6134
6135 \backslash
6136 lceil
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145 \begin_inset Formula $\lceil$
6146 \end_inset
6147
6148
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 </row>
6154 <row>
6155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159
6160 \backslash
6161 lfloor
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Plain Layout
6170 \begin_inset Formula $\lfloor$
6171 \end_inset
6172
6173
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 </row>
6179 <row>
6180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Plain Layout
6184 /
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Plain Layout
6193 \begin_inset Formula $/$
6194 \end_inset
6195
6196
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 </row>
6202 <row>
6203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 |
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6213 \begin_inset Text
6214
6215 \begin_layout Plain Layout
6216 \begin_inset Formula $|$
6217 \end_inset
6218
6219
6220 \end_layout
6221
6222 \end_inset
6223 </cell>
6224 </row>
6225 </lyxtabular>
6226
6227 \end_inset
6228
6229
6230 \begin_inset space \hfill{}
6231 \end_inset
6232
6233
6234 \begin_inset Tabular
6235 <lyxtabular version="3" rows="9" columns="2">
6236 <features tabularvalignment="middle">
6237 <column alignment="center" valignment="top" width="0pt">
6238 <column alignment="center" valignment="top" width="0pt">
6239 <row>
6240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6241 \begin_inset Text
6242
6243 \begin_layout Plain Layout
6244 Command
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253 Result
6254 \end_layout
6255
6256 \end_inset
6257 </cell>
6258 </row>
6259 <row>
6260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6261 \begin_inset Text
6262
6263 \begin_layout Plain Layout
6264 )
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273 \begin_inset Formula $)$
6274 \end_inset
6275
6276
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 </row>
6282 <row>
6283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6284 \begin_inset Text
6285
6286 \begin_layout Plain Layout
6287 }
6288 \end_layout
6289
6290 \end_inset
6291 </cell>
6292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6293 \begin_inset Text
6294
6295 \begin_layout Plain Layout
6296 \begin_inset Formula $\}$
6297 \end_inset
6298
6299
6300 \end_layout
6301
6302 \end_inset
6303 </cell>
6304 </row>
6305 <row>
6306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Plain Layout
6310 ]
6311 \end_layout
6312
6313 \end_inset
6314 </cell>
6315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319 \begin_inset Formula $]$
6320 \end_inset
6321
6322
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 </row>
6328 <row>
6329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333
6334 \backslash
6335 rangle
6336 \end_layout
6337
6338 \end_inset
6339 </cell>
6340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6341 \begin_inset Text
6342
6343 \begin_layout Plain Layout
6344 \begin_inset Formula $\rangle$
6345 \end_inset
6346
6347
6348 \end_layout
6349
6350 \end_inset
6351 </cell>
6352 </row>
6353 <row>
6354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6355 \begin_inset Text
6356
6357 \begin_layout Plain Layout
6358
6359 \backslash
6360 rceil
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369 \begin_inset Formula $\rceil$
6370 \end_inset
6371
6372
6373 \end_layout
6374
6375 \end_inset
6376 </cell>
6377 </row>
6378 <row>
6379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6380 \begin_inset Text
6381
6382 \begin_layout Plain Layout
6383
6384 \backslash
6385 rfloor
6386 \end_layout
6387
6388 \end_inset
6389 </cell>
6390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Plain Layout
6394 \begin_inset Formula $\rfloor$
6395 \end_inset
6396
6397
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 </row>
6403 <row>
6404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6405 \begin_inset Text
6406
6407 \begin_layout Plain Layout
6408
6409 \backslash
6410
6411 \backslash
6412
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421 \begin_inset Formula $\backslash$
6422 \end_inset
6423
6424
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 </row>
6430 <row>
6431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Plain Layout
6435
6436 \backslash
6437 |
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Plain Layout
6446 \begin_inset Formula $\|$
6447 \end_inset
6448
6449
6450 \end_layout
6451
6452 \end_inset
6453 </cell>
6454 </row>
6455 </lyxtabular>
6456
6457 \end_inset
6458
6459
6460 \begin_inset space \hfill{}
6461 \end_inset
6462
6463
6464 \end_layout
6465
6466 \begin_layout Standard
6467
6468 \series medium
6469 \begin_inset Note Greyedout
6470 status open
6471
6472 \begin_layout Plain Layout
6473
6474 \series bold
6475 Note:
6476 \series default
6477  In TeX-mode the command 
6478 \series bold
6479
6480 \backslash
6481 textbackslash
6482 \series default
6483
6484 \begin_inset Index idx
6485 status collapsed
6486
6487 \begin_layout Plain Layout
6488 Commands ! T ! 
6489 \backslash
6490 textbackslash
6491 \end_layout
6492
6493 \end_inset
6494
6495  must be used for the backslash, because the command 
6496 \series bold
6497
6498 \backslash
6499
6500 \backslash
6501
6502 \series default
6503  produces there a line break.
6504 \end_layout
6505
6506 \end_inset
6507
6508
6509 \end_layout
6510
6511 \begin_layout Standard
6512 For all characters listed above the size can be adjusted with the commands
6513  described in the following two subsections.
6514  When using these commands, the characters < and > can directly be used
6515  instead of the commands 
6516 \series bold
6517
6518 \backslash
6519 langle
6520 \series default
6521  and 
6522 \series bold
6523
6524 \backslash
6525 rangle
6526 \series default
6527 .
6528 \end_layout
6529
6530 \begin_layout Subsubsection
6531 Manual Bracket Size
6532 \begin_inset CommandInset label
6533 LatexCommand label
6534 name "sub:Manual-Bracket-Size"
6535
6536 \end_inset
6537
6538
6539 \begin_inset Index idx
6540 status collapsed
6541
6542 \begin_layout Plain Layout
6543 Bracket size ! manual
6544 \end_layout
6545
6546 \end_inset
6547
6548
6549 \end_layout
6550
6551 \begin_layout Standard
6552 The bracket size can be specified manually by the LaTeX-commands 
6553 \series bold
6554
6555 \backslash
6556 big
6557 \series default
6558
6559 \begin_inset Index idx
6560 status collapsed
6561
6562 \begin_layout Plain Layout
6563 Commands ! B ! 
6564 \backslash
6565 big
6566 \end_layout
6567
6568 \end_inset
6569
6570
6571 \series bold
6572
6573 \backslash
6574 Big
6575 \series default
6576
6577 \series bold
6578
6579 \backslash
6580 bigg
6581 \series default
6582  and 
6583 \series bold
6584
6585 \backslash
6586 Bigg
6587 \series default
6588 .
6589  
6590 \series bold
6591
6592 \backslash
6593 big
6594 \series default
6595  denotes the smallest and 
6596 \series bold
6597
6598 \backslash
6599 Bigg
6600 \series default
6601  the largest bracket size.
6602 \end_layout
6603
6604 \begin_layout Standard
6605 These commands are used to emphasize levels of brackets:
6606 \end_layout
6607
6608 \begin_layout Standard
6609 \align center
6610 \begin_inset Tabular
6611 <lyxtabular version="3" rows="2" columns="2">
6612 <features tabularvalignment="middle">
6613 <column alignment="center" valignment="top" width="0pt">
6614 <column alignment="center" valignment="top" width="0pt">
6615 <row>
6616 <cell alignment="center" valignment="top" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620 all brackets in the same size:
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell alignment="center" valignment="top" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6630 \end_inset
6631
6632
6633 \end_layout
6634
6635 \end_inset
6636 </cell>
6637 </row>
6638 <row>
6639 <cell alignment="center" valignment="top" usebox="none">
6640 \begin_inset Text
6641
6642 \begin_layout Plain Layout
6643 this looks better:
6644 \end_layout
6645
6646 \end_inset
6647 </cell>
6648 <cell alignment="center" valignment="top" usebox="none">
6649 \begin_inset Text
6650
6651 \begin_layout Plain Layout
6652 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6653 \end_inset
6654
6655
6656 \end_layout
6657
6658 \end_inset
6659 </cell>
6660 </row>
6661 </lyxtabular>
6662
6663 \end_inset
6664
6665
6666 \begin_inset Note Note
6667 status collapsed
6668
6669 \begin_layout Plain Layout
6670
6671 \series bold
6672
6673 \backslash
6674 raisebox
6675 \series default
6676  is only used as spacer.
6677 \end_layout
6678
6679 \end_inset
6680
6681
6682 \end_layout
6683
6684 \begin_layout Standard
6685 For the second formula the command 
6686 \series bold
6687
6688 \backslash
6689 Big((A+B)(A-B)
6690 \backslash
6691 Big)^
6692 \begin_inset ERT
6693 status collapsed
6694
6695 \begin_layout Plain Layout
6696
6697
6698 \backslash
6699 spce 
6700 \end_layout
6701
6702 \end_inset
6703
6704 C
6705 \series default
6706  has been used.
6707 \end_layout
6708
6709 \begin_layout Standard
6710 Here is an overview about all bracket sizes:
6711 \end_layout
6712
6713 \begin_layout Standard
6714 \align center
6715
6716 \backslash
6717 Bigg(
6718 \backslash
6719 exp
6720 \backslash
6721 bigg<
6722 \backslash
6723 Big[
6724 \backslash
6725 big{
6726 \backslash
6727 ln(3x)
6728 \backslash
6729 big}^2
6730 \begin_inset ERT
6731 status collapsed
6732
6733 \begin_layout Plain Layout
6734
6735
6736 \backslash
6737 spce 
6738 \end_layout
6739
6740 \end_inset
6741
6742
6743 \backslash
6744 sin(x)
6745 \backslash
6746 Big]^
6747 \begin_inset ERT
6748 status collapsed
6749
6750 \begin_layout Plain Layout
6751
6752
6753 \backslash
6754 spce 
6755 \end_layout
6756
6757 \end_inset
6758
6759 A
6760 \begin_inset ERT
6761 status collapsed
6762
6763 \begin_layout Plain Layout
6764
6765
6766 \backslash
6767 spce 
6768 \end_layout
6769
6770 \end_inset
6771
6772
6773 \backslash
6774 bigg>
6775 \backslash
6776 Bigg)^0,5
6777 \end_layout
6778
6779 \begin_layout Standard
6780 \align center
6781 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6782 \end_inset
6783
6784
6785 \end_layout
6786
6787 \begin_layout Standard
6788 Besides the 
6789 \series bold
6790
6791 \backslash
6792 big
6793 \series default
6794 -commands there is the variant 
6795 \series bold
6796
6797 \backslash
6798 bigm
6799 \series default
6800
6801 \begin_inset Index idx
6802 status collapsed
6803
6804 \begin_layout Plain Layout
6805 Commands ! B ! 
6806 \backslash
6807 bigm
6808 \end_layout
6809
6810 \end_inset
6811
6812  that adds a bit more space between the bracket and its content, and the
6813  variant 
6814 \series bold
6815
6816 \backslash
6817 bigl
6818 \series default
6819 -
6820 \series bold
6821
6822 \backslash
6823 bigr
6824 \series default
6825
6826 \begin_inset Index idx
6827 status collapsed
6828
6829 \begin_layout Plain Layout
6830 Commands ! B ! 
6831 \backslash
6832 bigl - 
6833 \backslash
6834 bigr
6835 \end_layout
6836
6837 \end_inset
6838
6839 , that don't add additional space.
6840  The 
6841 \emph on
6842 l
6843 \emph default
6844  at the end of the command 
6845 \series bold
6846
6847 \backslash
6848 bigl
6849 \series default
6850  is for a left bracket; for a right bracket this will be replaced by an
6851  
6852 \emph on
6853 r
6854 \emph default
6855 .
6856  A left or right bracket can each be an opening or closing bracket.
6857 \end_layout
6858
6859 \begin_layout Standard
6860 In the following table is a comparison of the variants:
6861 \end_layout
6862
6863 \begin_layout Standard
6864 \align center
6865 \begin_inset Tabular
6866 <lyxtabular version="3" rows="5" columns="2">
6867 <features tabularvalignment="middle">
6868 <column alignment="center" valignment="middle" width="0">
6869 <column alignment="center" valignment="middle" width="0">
6870 <row>
6871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Plain Layout
6875 Command
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6881 \begin_inset Text
6882
6883 \begin_layout Plain Layout
6884 Result
6885 \begin_inset Note Note
6886 status collapsed
6887
6888 \begin_layout Plain Layout
6889
6890 \series bold
6891
6892 \backslash
6893 raisebox
6894 \series default
6895  is only used as spacer.
6896 \end_layout
6897
6898 \end_inset
6899
6900
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 </row>
6906 <row>
6907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Plain Layout
6911
6912 \backslash
6913 Bigm(
6914 \backslash
6915 bigm(
6916 \backslash
6917 ln(3x)
6918 \backslash
6919 bigm)^2
6920 \series bold
6921
6922 \begin_inset ERT
6923 status collapsed
6924
6925 \begin_layout Plain Layout
6926
6927
6928 \backslash
6929 spce 
6930 \end_layout
6931
6932 \end_inset
6933
6934
6935 \series default
6936
6937 \backslash
6938 Bigm)
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6948 \end_inset
6949
6950
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 </row>
6956 <row>
6957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Plain Layout
6961
6962 \backslash
6963 Big(
6964 \backslash
6965 big(
6966 \backslash
6967 ln(3x)
6968 \backslash
6969 big)^2
6970 \series bold
6971
6972 \begin_inset ERT
6973 status collapsed
6974
6975 \begin_layout Plain Layout
6976
6977
6978 \backslash
6979 spce 
6980 \end_layout
6981
6982 \end_inset
6983
6984
6985 \series default
6986
6987 \backslash
6988 Big)
6989 \end_layout
6990
6991 \end_inset
6992 </cell>
6993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6998 \end_inset
6999
7000
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 </row>
7006 <row>
7007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011
7012 \backslash
7013 Bigl(
7014 \backslash
7015 bigl(
7016 \backslash
7017 ln(3x)
7018 \backslash
7019 bigr)^2
7020 \series bold
7021
7022 \begin_inset ERT
7023 status collapsed
7024
7025 \begin_layout Plain Layout
7026
7027
7028 \backslash
7029 spce 
7030 \end_layout
7031
7032 \end_inset
7033
7034
7035 \series default
7036
7037 \backslash
7038 Bigr)
7039 \end_layout
7040
7041 \end_inset
7042 </cell>
7043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7044 \begin_inset Text
7045
7046 \begin_layout Plain Layout
7047 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7048 \end_inset
7049
7050
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 </row>
7056 <row>
7057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061
7062 \backslash
7063 bigl)
7064 \backslash
7065 ln(3x)
7066 \backslash
7067 bigr(
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7077 \end_inset
7078
7079
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 </row>
7085 </lyxtabular>
7086
7087 \end_inset
7088
7089
7090 \end_layout
7091
7092 \begin_layout Subsubsection
7093 Automatic Bracket Size
7094 \begin_inset CommandInset label
7095 LatexCommand label
7096 name "sub:Automatic-Bracket-Size"
7097
7098 \end_inset
7099
7100
7101 \begin_inset Index idx
7102 status collapsed
7103
7104 \begin_layout Plain Layout
7105 Bracket size ! automatic
7106 \end_layout
7107
7108 \end_inset
7109
7110
7111 \end_layout
7112
7113 \begin_layout Standard
7114 Brackets with variable size can be inserted with the commands 
7115 \series bold
7116
7117 \backslash
7118 left
7119 \series default
7120
7121 \begin_inset Index idx
7122 status collapsed
7123
7124 \begin_layout Plain Layout
7125 Commands ! L ! 
7126 \backslash
7127 left
7128 \end_layout
7129
7130 \end_inset
7131
7132  and 
7133 \series bold
7134
7135 \backslash
7136 right
7137 \series default
7138
7139 \begin_inset Index idx
7140 status collapsed
7141
7142 \begin_layout Plain Layout
7143 Commands ! R ! 
7144 \backslash
7145 right
7146 \end_layout
7147
7148 \end_inset
7149
7150  or via the math toolbar button 
7151 \begin_inset Graphics
7152         filename ../images/dialog-show_mathdelimiter.png
7153         scale 85
7154
7155 \end_inset
7156
7157 .
7158  Directly behind 
7159 \series bold
7160
7161 \backslash
7162 left
7163 \series default
7164  and 
7165 \series bold
7166
7167 \backslash
7168 right
7169 \series default
7170  the wanted bracket must be inserted.
7171  The bracket size will then automatically be calculated for the output.
7172 \end_layout
7173
7174 \begin_layout Standard
7175 \align center
7176 normal bracket: The command 
7177 \series bold
7178
7179 \backslash
7180 ln(
7181 \backslash
7182 frac
7183 \begin_inset ERT
7184 status collapsed
7185
7186 \begin_layout Plain Layout
7187
7188
7189 \backslash
7190 spce 
7191 \end_layout
7192
7193 \end_inset
7194
7195 A
7196 \begin_inset Formula $\downarrow$
7197 \end_inset
7198
7199 C
7200 \begin_inset ERT
7201 status collapsed
7202
7203 \begin_layout Plain Layout
7204
7205
7206 \backslash
7207 spce 
7208 \end_layout
7209
7210 \end_inset
7211
7212 )
7213 \series default
7214  creates
7215 \begin_inset Formula \[
7216 \ln(\frac{A}{C})
7217 \]
7218
7219 \end_inset
7220
7221
7222 \end_layout
7223
7224 \begin_layout Standard
7225 \align center
7226 multiline bracket: The command 
7227 \series bold
7228
7229 \backslash
7230 ln
7231 \backslash
7232 left(
7233 \backslash
7234 frac
7235 \begin_inset ERT
7236 status collapsed
7237
7238 \begin_layout Plain Layout
7239
7240
7241 \backslash
7242 spce 
7243 \end_layout
7244
7245 \end_inset
7246
7247 A
7248 \begin_inset Formula $\downarrow$
7249 \end_inset
7250
7251 C
7252 \begin_inset ERT
7253 status collapsed
7254
7255 \begin_layout Plain Layout
7256
7257
7258 \backslash
7259 spce 
7260 \end_layout
7261
7262 \end_inset
7263
7264
7265 \backslash
7266 right)
7267 \series default
7268  creates
7269 \begin_inset Formula \[
7270 \ln\left(\frac{A}{C}\right)
7271 \]
7272
7273 \end_inset
7274
7275
7276 \end_layout
7277
7278 \begin_layout Standard
7279 Instead of 
7280 \series bold
7281
7282 \backslash
7283 left
7284 \series default
7285  and 
7286 \series bold
7287
7288 \backslash
7289 right
7290 \series default
7291  the shortcut 
7292 \family sans
7293 Alt+M
7294 \begin_inset space ~
7295 \end_inset
7296
7297 Bracket
7298 \family default
7299  can be used.
7300  This has the advantage that you can see in LyX immediately the real bracket
7301  size and that the matching right bracket will be created too.
7302 \begin_inset Newline newline
7303 \end_inset
7304
7305 The command for the last example would then be: 
7306 \series bold
7307
7308 \backslash
7309 ln Alt+M
7310 \series default
7311  
7312 \series bold
7313 (
7314 \backslash
7315 frac
7316 \begin_inset ERT
7317 status collapsed
7318
7319 \begin_layout Plain Layout
7320
7321
7322 \backslash
7323 spce 
7324 \end_layout
7325
7326 \end_inset
7327
7328 A
7329 \begin_inset Formula $\downarrow$
7330 \end_inset
7331
7332 C
7333 \end_layout
7334
7335 \begin_layout Standard
7336 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7337  For example the command 
7338 \series bold
7339
7340 \backslash
7341 left.
7342 \backslash
7343 frac
7344 \begin_inset ERT
7345 status collapsed
7346
7347 \begin_layout Plain Layout
7348
7349
7350 \backslash
7351 spce 
7352 \end_layout
7353
7354 \end_inset
7355
7356 A
7357 \begin_inset Formula $\downarrow$
7358 \end_inset
7359
7360 B
7361 \begin_inset ERT
7362 status collapsed
7363
7364 \begin_layout Plain Layout
7365
7366
7367 \backslash
7368 spce 
7369 \end_layout
7370
7371 \end_inset
7372
7373
7374 \backslash
7375 right}
7376 \series default
7377  creates:
7378 \series bold
7379
7380 \begin_inset Formula \[
7381 \left.\frac{A}{B}\right\} 
7382 \]
7383
7384 \end_inset
7385
7386
7387 \series default
7388 The commands 
7389 \series bold
7390
7391 \backslash
7392 left
7393 \series default
7394  and 
7395 \series bold
7396
7397 \backslash
7398 right
7399 \series default
7400  will be converted by LyX to brackets in the right size when the document
7401  is reloaded and an omitted bracket will appear as dashed line.
7402 \end_layout
7403
7404 \begin_layout Standard
7405 \begin_inset VSpace bigskip
7406 \end_inset
7407
7408 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7409  the command 
7410 \series bold
7411
7412 \backslash
7413 middle
7414 \series default
7415
7416 \begin_inset Index idx
7417 status collapsed
7418
7419 \begin_layout Plain Layout
7420 Commands ! M ! 
7421 \backslash
7422 middle
7423 \end_layout
7424
7425 \end_inset
7426
7427  is additionally available for all brackets and limits.
7428  With this command the height of the following character is adapted to the
7429  one of the surrounding brackets, what is e.
7430 \begin_inset space \thinspace{}
7431 \end_inset
7432
7433 g.
7434 \begin_inset space \space{}
7435 \end_inset
7436
7437 needed for physical vectors:
7438 \begin_inset Formula \[
7439 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7440 \]
7441
7442 \end_inset
7443
7444 For physical vectors there is a special LaTeX-package, described in 
7445 \begin_inset CommandInset ref
7446 LatexCommand ref
7447 reference "sub:Physical-Vectors"
7448
7449 \end_inset
7450
7451 .
7452 \end_layout
7453
7454 \begin_layout Subsection
7455 Horizontal Brackets
7456 \begin_inset Index idx
7457 status collapsed
7458
7459 \begin_layout Plain Layout
7460 Brackets ! horizontal
7461 \end_layout
7462
7463 \end_inset
7464
7465
7466 \end_layout
7467
7468 \begin_layout Standard
7469 \align center
7470 \begin_inset Tabular
7471 <lyxtabular version="3" rows="4" columns="2">
7472 <features tabularvalignment="middle">
7473 <column alignment="center" valignment="top" width="0pt">
7474 <column alignment="center" valignment="top" width="0pt">
7475 <row>
7476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Plain Layout
7480 Command
7481 \begin_inset Note Note
7482 status collapsed
7483
7484 \begin_layout Plain Layout
7485
7486 \series bold
7487
7488 \backslash
7489 raisebox
7490 \series default
7491  is only used as spacer.
7492 \end_layout
7493
7494 \end_inset
7495
7496
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505 Result
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 </row>
7511 <row>
7512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516 \begin_inset ERT
7517 status collapsed
7518
7519 \begin_layout Plain Layout
7520
7521
7522 \backslash
7523 raisebox{2.3mm}{
7524 \end_layout
7525
7526 \end_inset
7527
7528
7529 \backslash
7530 overbrace
7531 \begin_inset ERT
7532 status collapsed
7533
7534 \begin_layout Plain Layout
7535
7536
7537 \backslash
7538 spce 
7539 \end_layout
7540
7541 \end_inset
7542
7543 A+B
7544 \begin_inset ERT
7545 status collapsed
7546
7547 \begin_layout Plain Layout
7548
7549
7550 \backslash
7551 spce 
7552 \end_layout
7553
7554 \end_inset
7555
7556 ^
7557 \begin_inset ERT
7558 status collapsed
7559
7560 \begin_layout Plain Layout
7561
7562
7563 \backslash
7564 spce 
7565 \end_layout
7566
7567 \end_inset
7568
7569 3
7570 \begin_inset ERT
7571 status collapsed
7572
7573 \begin_layout Plain Layout
7574
7575 }
7576 \end_layout
7577
7578 \end_inset
7579
7580
7581 \begin_inset Index idx
7582 status collapsed
7583
7584 \begin_layout Plain Layout
7585 Commands ! O ! 
7586 \backslash
7587 overbrace
7588 \end_layout
7589
7590 \end_inset
7591
7592
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601 \begin_inset Formula $\overbrace{A+B}^{3}$
7602 \end_inset
7603
7604
7605 \end_layout
7606
7607 \end_inset
7608 </cell>
7609 </row>
7610 <row>
7611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Plain Layout
7615 \begin_inset ERT
7616 status collapsed
7617
7618 \begin_layout Plain Layout
7619
7620
7621 \backslash
7622 raisebox{-2.2mm}{
7623 \end_layout
7624
7625 \end_inset
7626
7627
7628 \backslash
7629 underbrace
7630 \begin_inset ERT
7631 status collapsed
7632
7633 \begin_layout Plain Layout
7634
7635
7636 \backslash
7637 spce 
7638 \end_layout
7639
7640 \end_inset
7641
7642 A+B
7643 \begin_inset ERT
7644 status collapsed
7645
7646 \begin_layout Plain Layout
7647
7648
7649 \backslash
7650 spce 
7651 \end_layout
7652
7653 \end_inset
7654
7655 _5
7656 \begin_inset ERT
7657 status collapsed
7658
7659 \begin_layout Plain Layout
7660
7661 }
7662 \end_layout
7663
7664 \end_inset
7665
7666
7667 \begin_inset Index idx
7668 status collapsed
7669
7670 \begin_layout Plain Layout
7671 Commands ! U ! 
7672 \backslash
7673 underbrace
7674 \end_layout
7675
7676 \end_inset
7677
7678
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7684 \begin_inset Text
7685
7686 \begin_layout Plain Layout
7687 \begin_inset Formula $\underbrace{A+B}_{5}$
7688 \end_inset
7689
7690
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 </row>
7696 <row>
7697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701
7702 \backslash
7703 overbrace
7704 \begin_inset ERT
7705 status collapsed
7706
7707 \begin_layout Plain Layout
7708
7709
7710 \backslash
7711 spce 
7712 \end_layout
7713
7714 \end_inset
7715
7716
7717 \backslash
7718 underbrace
7719 \begin_inset ERT
7720 status collapsed
7721
7722 \begin_layout Plain Layout
7723
7724
7725 \backslash
7726 spce 
7727 \end_layout
7728
7729 \end_inset
7730
7731 A+B_w
7732 \begin_inset ERT
7733 status collapsed
7734
7735 \begin_layout Plain Layout
7736
7737
7738 \backslash
7739 spce 
7740 \end_layout
7741
7742 \end_inset
7743
7744
7745 \begin_inset ERT
7746 status collapsed
7747
7748 \begin_layout Plain Layout
7749
7750
7751 \backslash
7752 spce 
7753 \end_layout
7754
7755 \end_inset
7756
7757 _7
7758 \begin_inset ERT
7759 status collapsed
7760
7761 \begin_layout Plain Layout
7762
7763
7764 \backslash
7765 spce 
7766 \end_layout
7767
7768 \end_inset
7769
7770
7771 \begin_inset ERT
7772 status collapsed
7773
7774 \begin_layout Plain Layout
7775
7776
7777 \backslash
7778 spce 
7779 \end_layout
7780
7781 \end_inset
7782
7783 ^
7784 \begin_inset ERT
7785 status collapsed
7786
7787 \begin_layout Plain Layout
7788
7789
7790 \backslash
7791 spce 
7792 \end_layout
7793
7794 \end_inset
7795
7796 C
7797 \end_layout
7798
7799 \end_inset
7800 </cell>
7801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7802 \begin_inset Text
7803
7804 \begin_layout Plain Layout
7805 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7806 \end_inset
7807
7808
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 </row>
7814 </lyxtabular>
7815
7816 \end_inset
7817
7818
7819 \end_layout
7820
7821 \begin_layout Standard
7822 In the last example it doesn't matter if 
7823 \series bold
7824
7825 \backslash
7826 overbrace
7827 \series default
7828  or 
7829 \series bold
7830
7831 \backslash
7832 underbrace
7833 \series default
7834  is inserted at first.
7835 \end_layout
7836
7837 \begin_layout Standard
7838 \begin_inset VSpace bigskip
7839 \end_inset
7840
7841 When brackets are needed that overlap each other, multiline formulas, as
7842  described in 
7843 \begin_inset CommandInset ref
7844 LatexCommand ref
7845 reference "sec:Multiline-Formulas"
7846
7847 \end_inset
7848
7849 , must be used:
7850 \begin_inset Formula \begin{eqnarray*}
7851 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7852  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7853 \end{eqnarray*}
7854
7855 \end_inset
7856
7857 In the first row the formula is inserted together with the first brace.
7858  It is hereby important that the space command
7859 \begin_inset Foot
7860 status collapsed
7861
7862 \begin_layout Plain Layout
7863 Space commands are explained in 
7864 \begin_inset CommandInset ref
7865 LatexCommand ref
7866 reference "sub:Predefined-Space"
7867
7868 \end_inset
7869
7870 .
7871 \end_layout
7872
7873 \end_inset
7874
7875  
7876 \series bold
7877
7878 \backslash
7879 :
7880 \series default
7881  is inserted before the first 
7882 \begin_inset Formula $d$
7883 \end_inset
7884
7885 , because the brace that ends behind the 
7886 \begin_inset Formula $q$
7887 \end_inset
7888
7889  prevents that the following 
7890 \begin_inset Quotes eld
7891 \end_inset
7892
7893 +
7894 \begin_inset Quotes erd
7895 \end_inset
7896
7897  is surrounded by space.
7898 \begin_inset Foot
7899 status collapsed
7900
7901 \begin_layout Plain Layout
7902 because a bracket is not handled as character, see 
7903 \begin_inset CommandInset ref
7904 LatexCommand ref
7905 reference "sub:Binary-Operators"
7906
7907 \end_inset
7908
7909
7910 \end_layout
7911
7912 \end_inset
7913
7914  In the second row the second brace is inserted.
7915  As it should begin before the 
7916 \begin_inset Formula $b$
7917 \end_inset
7918
7919 , first the command 
7920 \series bold
7921
7922 \backslash
7923 hphantom{gggg+
7924 \backslash
7925 :}
7926 \series default
7927  is inserted.
7928 \begin_inset Foot
7929 status collapsed
7930
7931 \begin_layout Plain Layout
7932 more about 
7933 \series bold
7934
7935 \backslash
7936 hphantom
7937 \series default
7938  see 
7939 \begin_inset CommandInset ref
7940 LatexCommand ref
7941 reference "sub:Placeholders"
7942
7943 \end_inset
7944
7945
7946 \end_layout
7947
7948 \end_inset
7949
7950  This space is needed because the 
7951 \begin_inset Quotes eld
7952 \end_inset
7953
7954 +
7955 \begin_inset Quotes erd
7956 \end_inset
7957
7958  is also surrounded by space in the formula.
7959  The brace is placed under the command 
7960 \series bold
7961
7962 \backslash
7963 hphantom{bbqq+dddd}
7964 \series default
7965 .
7966 \end_layout
7967
7968 \begin_layout Standard
7969 It gets more complicated when brackets overlap each other, like in the following
7970  example:
7971 \begin_inset ERT
7972 status collapsed
7973
7974 \begin_layout Plain Layout
7975
7976
7977 \backslash
7978 setlength{
7979 \backslash
7980 jot}{-6pt}
7981 \end_layout
7982
7983 \end_inset
7984
7985
7986 \begin_inset Formula \begin{eqnarray*}
7987  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7988 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7989 \end{eqnarray*}
7990
7991 \end_inset
7992
7993
7994 \begin_inset ERT
7995 status collapsed
7996
7997 \begin_layout Plain Layout
7998
7999
8000 \backslash
8001 setlength{
8002 \backslash
8003 jot}{3pt}
8004 \end_layout
8005
8006 \end_inset
8007
8008 The first formula row is the same as the second row of the previous example,
8009  with the difference that the brace is above.
8010  The second row contains the formula together with the second brace.
8011  To avoid that there is space between the upper brace in the first row and
8012  the formula, the row spacing need to be reduced.
8013  This is not easily possible due to a bug in LyX
8014 \begin_inset Foot
8015 status collapsed
8016
8017 \begin_layout Plain Layout
8018 \begin_inset CommandInset href
8019 LatexCommand href
8020 name "LyX-bug #1505"
8021 target "http://www.lyx.org/trac/ticket/1505"
8022
8023 \end_inset
8024
8025
8026 \end_layout
8027
8028 \end_inset
8029
8030 .
8031  As solution for the problem, the global formula row separation 
8032 \series bold
8033
8034 \backslash
8035 jot
8036 \series default
8037
8038 \begin_inset Index idx
8039 status collapsed
8040
8041 \begin_layout Plain Layout
8042 Commands ! J ! 
8043 \backslash
8044 jot
8045 \end_layout
8046
8047 \end_inset
8048
8049  must be changed to -6
8050 \begin_inset space \thinspace{}
8051 \end_inset
8052
8053 pt before the formula with the command 
8054 \series bold
8055
8056 \backslash
8057 setlength{
8058 \backslash
8059 jot}{-6pt}
8060 \series default
8061  in TeX-mode.
8062  
8063 \series bold
8064
8065 \backslash
8066 jot
8067 \series default
8068  is set back after the formula to the standard value of 3
8069 \begin_inset space \thinspace{}
8070 \end_inset
8071
8072 pt using the same command.
8073  More about the row separation in formulas is explained in 
8074 \begin_inset CommandInset ref
8075 LatexCommand ref
8076 reference "sub:Line-Separation"
8077
8078 \end_inset
8079
8080 .
8081 \end_layout
8082
8083 \begin_layout Section
8084 Arrows
8085 \begin_inset Index idx
8086 status collapsed
8087
8088 \begin_layout Plain Layout
8089 Arrows
8090 \end_layout
8091
8092 \end_inset
8093
8094
8095 \end_layout
8096
8097 \begin_layout Standard
8098 Arrows can be inserted via the math toolbar button 
8099 \begin_inset Graphics
8100         filename ../images/math/leftarrow.png
8101         scale 85
8102
8103 \end_inset
8104
8105  or the commands listed in the following subsections.
8106 \end_layout
8107
8108 \begin_layout Standard
8109 \begin_inset Newpage newpage
8110 \end_inset
8111
8112
8113 \end_layout
8114
8115 \begin_layout Subsection
8116 Horizontal Arrows
8117 \begin_inset Index idx
8118 status collapsed
8119
8120 \begin_layout Plain Layout
8121 Arrows ! horizontal
8122 \end_layout
8123
8124 \end_inset
8125
8126
8127 \end_layout
8128
8129 \begin_layout Standard
8130 \begin_inset space \hfill{}
8131 \end_inset
8132
8133
8134 \begin_inset Tabular
8135 <lyxtabular version="3" rows="8" columns="2">
8136 <features tabularvalignment="middle">
8137 <column alignment="center" valignment="top" width="0pt">
8138 <column alignment="center" valignment="top" width="0pt">
8139 <row>
8140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144 Command
8145 \end_layout
8146
8147 \end_inset
8148 </cell>
8149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8150 \begin_inset Text
8151
8152 \begin_layout Plain Layout
8153 Result
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 </row>
8159 <row>
8160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164
8165 \backslash
8166 gets
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8172 \begin_inset Text
8173
8174 \begin_layout Plain Layout
8175 \begin_inset Formula $\gets$
8176 \end_inset
8177
8178
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 </row>
8184 <row>
8185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189
8190 \backslash
8191 Leftarrow
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200 \begin_inset Formula $\Leftarrow$
8201 \end_inset
8202
8203
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 </row>
8209 <row>
8210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214
8215 \backslash
8216 longleftarrow
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 \begin_inset Formula $\longleftarrow$
8226 \end_inset
8227
8228
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 </row>
8234 <row>
8235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239
8240 \backslash
8241 Longleftarrow
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250 \begin_inset Formula $\Longleftarrow$
8251 \end_inset
8252
8253
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 </row>
8259 <row>
8260 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264
8265 \backslash
8266 leftharpoonup
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275 \begin_inset Formula $\leftharpoonup$
8276 \end_inset
8277
8278
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 </row>
8284 <row>
8285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289
8290 \backslash
8291 leftharpoondown
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 \begin_inset Formula $\leftharpoondown$
8301 \end_inset
8302
8303
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 </row>
8309 <row>
8310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314
8315 \backslash
8316 hookleftarrow
8317 \end_layout
8318
8319 \end_inset
8320 </cell>
8321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325 \begin_inset Formula $\hookleftarrow$
8326 \end_inset
8327
8328
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 </row>
8334 </lyxtabular>
8335
8336 \end_inset
8337
8338
8339 \begin_inset space \hfill{}
8340 \end_inset
8341
8342
8343 \begin_inset Tabular
8344 <lyxtabular version="3" rows="8" columns="2">
8345 <features tabularvalignment="middle">
8346 <column alignment="center" valignment="top" width="0pt">
8347 <column alignment="center" valignment="top" width="0pt">
8348 <row>
8349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353 Command
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362 Result
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 </row>
8368 <row>
8369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373
8374 \backslash
8375 to
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384 \begin_inset Formula $\to$
8385 \end_inset
8386
8387
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 </row>
8393 <row>
8394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398
8399 \backslash
8400 Rightarrow
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409 \begin_inset Formula $\Rightarrow$
8410 \end_inset
8411
8412
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 </row>
8418 <row>
8419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423
8424 \backslash
8425 longrightarrow
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434 \begin_inset Formula $\longrightarrow$
8435 \end_inset
8436
8437
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 </row>
8443 <row>
8444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448
8449 \backslash
8450 Longrightarrow
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459 \begin_inset Formula $\Longrightarrow$
8460 \end_inset
8461
8462
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 </row>
8468 <row>
8469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473
8474 \backslash
8475 rightharpoonup
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484 \begin_inset Formula $\rightharpoonup$
8485 \end_inset
8486
8487
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 </row>
8493 <row>
8494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498
8499 \backslash
8500 rightharpoondown
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509 \begin_inset Formula $\rightharpoondown$
8510 \end_inset
8511
8512
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 </row>
8518 <row>
8519 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523
8524 \backslash
8525 hookrightarrow
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534 \begin_inset Formula $\hookrightarrow$
8535 \end_inset
8536
8537
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 </row>
8543 </lyxtabular>
8544
8545 \end_inset
8546
8547
8548 \begin_inset space \hfill{}
8549 \end_inset
8550
8551
8552 \end_layout
8553
8554 \begin_layout Standard
8555 \begin_inset space \hfill{}
8556 \end_inset
8557
8558
8559 \begin_inset Tabular
8560 <lyxtabular version="3" rows="6" columns="2">
8561 <features tabularvalignment="middle">
8562 <column alignment="center" valignment="top" width="0pt">
8563 <column alignment="center" valignment="top" width="0pt">
8564 <row>
8565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569 Command
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578 Result
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 </row>
8584 <row>
8585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589
8590 \backslash
8591 leftrightarrow
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600 \begin_inset Formula $\leftrightarrow$
8601 \end_inset
8602
8603
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 </row>
8609 <row>
8610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614
8615 \backslash
8616 Leftrightarrow
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625 \begin_inset Formula $\Leftrightarrow$
8626 \end_inset
8627
8628
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 </row>
8634 <row>
8635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639
8640 \backslash
8641 longleftrightarrow
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650 \begin_inset Formula $\longleftrightarrow$
8651 \end_inset
8652
8653
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 </row>
8659 <row>
8660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664
8665 \backslash
8666 Longleftrightarrow
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675 \begin_inset Formula $\Longleftrightarrow$
8676 \end_inset
8677
8678
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 </row>
8684 <row>
8685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689
8690 \backslash
8691 rightleftharpoons
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700 \begin_inset Formula $\rightleftharpoons$
8701 \end_inset
8702
8703
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 </row>
8709 </lyxtabular>
8710
8711 \end_inset
8712
8713
8714 \begin_inset space \hspace{}
8715 \length 25pt
8716 \end_inset
8717
8718
8719 \begin_inset space \hfill{}
8720 \end_inset
8721
8722
8723 \begin_inset Tabular
8724 <lyxtabular version="3" rows="5" columns="2">
8725 <features tabularvalignment="middle">
8726 <column alignment="center" valignment="top" width="0pt">
8727 <column alignment="center" valignment="top" width="0pt">
8728 <row>
8729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733 Command
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 Result
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 </row>
8748 <row>
8749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753
8754 \backslash
8755 mapsto
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764 \begin_inset Formula $\mapsto$
8765 \end_inset
8766
8767
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 </row>
8773 <row>
8774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778
8779 \backslash
8780 longmapsto
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789 \begin_inset Formula $\longmapsto$
8790 \end_inset
8791
8792
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 leadsto
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 $\leadsto$
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" bottomline="true" leftline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828
8829 \backslash
8830 dasharrow
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839 \begin_inset Formula $\dasharrow$
8840 \end_inset
8841
8842
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 </row>
8848 </lyxtabular>
8849
8850 \end_inset
8851
8852
8853 \begin_inset space \hfill{}
8854 \end_inset
8855
8856
8857 \end_layout
8858
8859 \begin_layout Standard
8860 \begin_inset VSpace medskip
8861 \end_inset
8862
8863 Arrows used as accent like e.
8864 \begin_inset space \thinspace{}
8865 \end_inset
8866
8867 g.
8868 \begin_inset space \space{}
8869 \end_inset
8870
8871 vector arrows are listed in 
8872 \begin_inset CommandInset ref
8873 LatexCommand ref
8874 reference "sec:Accents"
8875
8876 \end_inset
8877
8878 .
8879 \end_layout
8880
8881 \begin_layout Standard
8882 \begin_inset VSpace bigskip
8883 \end_inset
8884
8885 Furthermore there are the labeled arrows
8886 \begin_inset Index idx
8887 status collapsed
8888
8889 \begin_layout Plain Layout
8890 Arrows ! labeled
8891 \end_layout
8892
8893 \end_inset
8894
8895  
8896 \series bold
8897
8898 \backslash
8899 xleftarrow
8900 \series default
8901
8902 \begin_inset Index idx
8903 status collapsed
8904
8905 \begin_layout Plain Layout
8906 Commands ! X ! 
8907 \backslash
8908 xleftarrow
8909 \end_layout
8910
8911 \end_inset
8912
8913  and 
8914 \series bold
8915
8916 \backslash
8917 xrightarrow
8918 \series default
8919
8920 \begin_inset Index idx
8921 status collapsed
8922
8923 \begin_layout Plain Layout
8924 Commands ! X ! 
8925 \backslash
8926 xrightarrow
8927 \begin_inset ERT
8928 status collapsed
8929
8930 \begin_layout Plain Layout
8931
8932
8933 \backslash
8934 vspace{4mm}
8935 \end_layout
8936
8937 \end_inset
8938
8939
8940 \end_layout
8941
8942 \end_inset
8943
8944 .
8945  When inserting one of these commands in a formula, an arrow with two blue
8946  boxes appear where the label can be inserted.
8947  The length of the arrow adapts to the label width.
8948 \end_layout
8949
8950 \begin_layout Standard
8951 \align center
8952 \begin_inset Tabular
8953 <lyxtabular version="3" rows="3" columns="2">
8954 <features tabularvalignment="middle">
8955 <column alignment="center" valignment="top" width="0pt">
8956 <column alignment="center" valignment="top" width="0pt">
8957 <row>
8958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962 Command
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 Result
8972 \begin_inset Note Note
8973 status collapsed
8974
8975 \begin_layout Plain Layout
8976
8977 \series bold
8978
8979 \backslash
8980 raisebox
8981 \series default
8982  is only used as spacer.
8983 \end_layout
8984
8985 \end_inset
8986
8987
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 </row>
8993 <row>
8994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 F(a)
8999 \backslash
9000 xleftarrow
9001 \begin_inset ERT
9002 status collapsed
9003
9004 \begin_layout Plain Layout
9005
9006
9007 \backslash
9008 spce 
9009 \end_layout
9010
9011 \end_inset
9012
9013 x=a
9014 \begin_inset Formula $\downarrow$
9015 \end_inset
9016
9017 x>0
9018 \begin_inset Formula $\to$
9019 \end_inset
9020
9021 F(x)
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9031 \end_inset
9032
9033
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 </row>
9039 <row>
9040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 F(x)
9045 \backslash
9046 xrightarrow
9047 \begin_inset ERT
9048 status collapsed
9049
9050 \begin_layout Plain Layout
9051
9052
9053 \backslash
9054 spce 
9055 \end_layout
9056
9057 \end_inset
9058
9059 x=a
9060 \begin_inset Formula $\downarrow$
9061 \end_inset
9062
9063 x>0
9064 \begin_inset Formula $\to$
9065 \end_inset
9066
9067 F(a)
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9077 \end_inset
9078
9079
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 </row>
9085 </lyxtabular>
9086
9087 \end_inset
9088
9089
9090 \end_layout
9091
9092 \begin_layout Subsection
9093 Vertical and diagonal Arrows
9094 \begin_inset Index idx
9095 status collapsed
9096
9097 \begin_layout Plain Layout
9098 Arrows ! diagonal
9099 \end_layout
9100
9101 \end_inset
9102
9103
9104 \begin_inset Index idx
9105 status collapsed
9106
9107 \begin_layout Plain Layout
9108 Arrows ! vertical
9109 \end_layout
9110
9111 \end_inset
9112
9113
9114 \end_layout
9115
9116 \begin_layout Standard
9117 \begin_inset space \hfill{}
9118 \end_inset
9119
9120
9121 \begin_inset Tabular
9122 <lyxtabular version="3" rows="7" columns="2">
9123 <features tabularvalignment="middle">
9124 <column alignment="center" valignment="top" width="0pt">
9125 <column alignment="center" valignment="top" width="0pt">
9126 <row>
9127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131 Command
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140 Result
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 </row>
9146 <row>
9147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151
9152 \backslash
9153 uparrow
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162 \begin_inset Formula $\uparrow$
9163 \end_inset
9164
9165
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 </row>
9171 <row>
9172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176
9177 \backslash
9178 Uparrow
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Plain Layout
9187 \begin_inset Formula $\Uparrow$
9188 \end_inset
9189
9190
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 </row>
9196 <row>
9197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201
9202 \backslash
9203 updownarrow
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212 \begin_inset Formula $\updownarrow$
9213 \end_inset
9214
9215
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 </row>
9221 <row>
9222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226
9227 \backslash
9228 Updownarrow
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237 \begin_inset Formula $\Updownarrow$
9238 \end_inset
9239
9240
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 </row>
9246 <row>
9247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251
9252 \backslash
9253 Downarrow
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 \begin_inset Formula $\Downarrow$
9263 \end_inset
9264
9265
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 </row>
9271 <row>
9272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276
9277 \backslash
9278 downarrow
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287 \begin_inset Formula $\downarrow$
9288 \end_inset
9289
9290
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 </row>
9296 </lyxtabular>
9297
9298 \end_inset
9299
9300
9301 \begin_inset space \hfill{}
9302 \end_inset
9303
9304
9305 \begin_inset Tabular
9306 <lyxtabular version="3" rows="5" columns="2">
9307 <features tabularvalignment="middle">
9308 <column alignment="center" valignment="top" width="0pt">
9309 <column alignment="center" valignment="top" width="0pt">
9310 <row>
9311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315 Command
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324 Result
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 </row>
9330 <row>
9331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335
9336 \backslash
9337 nearrow
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346 \begin_inset Formula $\nearrow$
9347 \end_inset
9348
9349
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 </row>
9355 <row>
9356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360
9361 \backslash
9362 searrow
9363 \end_layout
9364
9365 \end_inset
9366 </cell>
9367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371 \begin_inset Formula $\searrow$
9372 \end_inset
9373
9374
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 </row>
9380 <row>
9381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385
9386 \backslash
9387 swarrow
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396 \begin_inset Formula $\swarrow$
9397 \end_inset
9398
9399
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 </row>
9405 <row>
9406 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410
9411 \backslash
9412 nwarrow
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421 \begin_inset Formula $\nwarrow$
9422 \end_inset
9423
9424
9425 \end_layout
9426
9427 \end_inset
9428 </cell>
9429 </row>
9430 </lyxtabular>
9431
9432 \end_inset
9433
9434
9435 \begin_inset space \hfill{}
9436 \end_inset
9437
9438
9439 \end_layout
9440
9441 \begin_layout Standard
9442 \begin_inset VSpace medskip
9443 \end_inset
9444
9445 Vertical arrows can be used also as delimiter together with the commands
9446  described in 
9447 \begin_inset CommandInset ref
9448 LatexCommand ref
9449 reference "sub:Manual-Bracket-Size"
9450
9451 \end_inset
9452
9453  and 
9454 \begin_inset CommandInset ref
9455 LatexCommand ref
9456 reference "sub:Automatic-Bracket-Size"
9457
9458 \end_inset
9459
9460 .
9461 \end_layout
9462
9463 \begin_layout Standard
9464 \begin_inset Newpage newpage
9465 \end_inset
9466
9467
9468 \end_layout
9469
9470 \begin_layout Section
9471 Accents
9472 \begin_inset CommandInset label
9473 LatexCommand label
9474 name "sec:Accents"
9475
9476 \end_inset
9477
9478
9479 \begin_inset Index idx
9480 status collapsed
9481
9482 \begin_layout Plain Layout
9483 Accents
9484 \end_layout
9485
9486 \end_inset
9487
9488
9489 \end_layout
9490
9491 \begin_layout Standard
9492 Accents can be inserted via the math toolbar button 
9493 \begin_inset Graphics
9494         filename ../images/math/hat.png
9495         scale 85
9496
9497 \end_inset
9498
9499  or the commands listed in the following subsections.
9500 \end_layout
9501
9502 \begin_layout Subsection
9503 Accents for one Character
9504 \begin_inset ERT
9505 status collapsed
9506
9507 \begin_layout Plain Layout
9508
9509
9510 \backslash
9511 texorpdfstring{
9512 \end_layout
9513
9514 \end_inset
9515
9516
9517 \begin_inset Foot
9518 status collapsed
9519
9520 \begin_layout Plain Layout
9521 accents in text see 
9522 \begin_inset CommandInset ref
9523 LatexCommand ref
9524 reference "sub:Accents-in-Text"
9525
9526 \end_inset
9527
9528
9529 \end_layout
9530
9531 \end_inset
9532
9533
9534 \begin_inset ERT
9535 status collapsed
9536
9537 \begin_layout Plain Layout
9538
9539 }{}
9540 \end_layout
9541
9542 \end_inset
9543
9544
9545 \begin_inset Note Note
9546 status collapsed
9547
9548 \begin_layout Plain Layout
9549
9550 \series bold
9551
9552 \backslash
9553 texorpdfstring
9554 \series default
9555  is used to avoid that the footnote appears in the PDF-bookmark.
9556 \end_layout
9557
9558 \begin_layout Plain Layout
9559 More about 
9560 \series bold
9561
9562 \backslash
9563 texorpdfstring
9564 \series default
9565  is in section 
9566 \begin_inset CommandInset ref
9567 LatexCommand ref
9568 reference "sub:Formulas-in-Section"
9569
9570 \end_inset
9571
9572 .
9573 \end_layout
9574
9575 \end_inset
9576
9577
9578 \begin_inset CommandInset label
9579 LatexCommand label
9580 name "sub:Accents-for-one"
9581
9582 \end_inset
9583
9584
9585 \begin_inset Index idx
9586 status collapsed
9587
9588 \begin_layout Plain Layout
9589 Accents ! for one character
9590 \end_layout
9591
9592 \end_inset
9593
9594
9595 \end_layout
9596
9597 \begin_layout Standard
9598 \begin_inset space \hfill{}
9599 \end_inset
9600
9601
9602 \begin_inset Tabular
9603 <lyxtabular version="3" rows="8" columns="2">
9604 <features tabularvalignment="middle">
9605 <column alignment="center" valignment="top" width="0pt">
9606 <column alignment="center" valignment="top" width="0pt">
9607 <row>
9608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9609 \begin_inset Text
9610
9611 \begin_layout Plain Layout
9612 Command
9613 \end_layout
9614
9615 \end_inset
9616 </cell>
9617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621 Result
9622 \begin_inset Note Note
9623 status collapsed
9624
9625 \begin_layout Plain Layout
9626
9627 \series bold
9628
9629 \backslash
9630 raisebox
9631 \series default
9632  is only used as spacer.
9633 \end_layout
9634
9635 \end_inset
9636
9637
9638 \end_layout
9639
9640 \end_inset
9641 </cell>
9642 </row>
9643 <row>
9644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9645 \begin_inset Text
9646
9647 \begin_layout Plain Layout
9648
9649 \backslash
9650 dot
9651 \begin_inset ERT
9652 status collapsed
9653
9654 \begin_layout Plain Layout
9655
9656
9657 \backslash
9658 spce 
9659 \end_layout
9660
9661 \end_inset
9662
9663 A
9664 \end_layout
9665
9666 \end_inset
9667 </cell>
9668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9669 \begin_inset Text
9670
9671 \begin_layout Plain Layout
9672 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9673 \end_inset
9674
9675
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 </row>
9681 <row>
9682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9683 \begin_inset Text
9684
9685 \begin_layout Plain Layout
9686
9687 \backslash
9688 ddot
9689 \begin_inset ERT
9690 status collapsed
9691
9692 \begin_layout Plain Layout
9693
9694
9695 \backslash
9696 spce 
9697 \end_layout
9698
9699 \end_inset
9700
9701 A
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9711 \end_inset
9712
9713
9714 \end_layout
9715
9716 \end_inset
9717 </cell>
9718 </row>
9719 <row>
9720 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9721 \begin_inset Text
9722
9723 \begin_layout Plain Layout
9724
9725 \backslash
9726 dddot
9727 \begin_inset ERT
9728 status collapsed
9729
9730 \begin_layout Plain Layout
9731
9732
9733 \backslash
9734 spce 
9735 \end_layout
9736
9737 \end_inset
9738
9739 A
9740 \end_layout
9741
9742 \end_inset
9743 </cell>
9744 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9745 \begin_inset Text
9746
9747 \begin_layout Plain Layout
9748 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9749 \end_inset
9750
9751
9752 \end_layout
9753
9754 \end_inset
9755 </cell>
9756 </row>
9757 <row>
9758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9759 \begin_inset Text
9760
9761 \begin_layout Plain Layout
9762
9763 \backslash
9764 ddddot
9765 \begin_inset ERT
9766 status collapsed
9767
9768 \begin_layout Plain Layout
9769
9770
9771 \backslash
9772 spce 
9773 \end_layout
9774
9775 \end_inset
9776
9777 A
9778 \end_layout
9779
9780 \end_inset
9781 </cell>
9782 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9783 \begin_inset Text
9784
9785 \begin_layout Plain Layout
9786 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9787 \end_inset
9788
9789
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 </row>
9795 <row>
9796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800
9801 \backslash
9802 vec
9803 \begin_inset ERT
9804 status collapsed
9805
9806 \begin_layout Plain Layout
9807
9808
9809 \backslash
9810 spce 
9811 \end_layout
9812
9813 \end_inset
9814
9815 A
9816 \begin_inset Index idx
9817 status collapsed
9818
9819 \begin_layout Plain Layout
9820 Vectors
9821 \end_layout
9822
9823 \end_inset
9824
9825
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9835 \end_inset
9836
9837
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 </row>
9843 <row>
9844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Plain Layout
9848
9849 \backslash
9850 bar
9851 \begin_inset ERT
9852 status collapsed
9853
9854 \begin_layout Plain Layout
9855
9856
9857 \backslash
9858 spce 
9859 \end_layout
9860
9861 \end_inset
9862
9863 A
9864 \end_layout
9865
9866 \end_inset
9867 </cell>
9868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9869 \begin_inset Text
9870
9871 \begin_layout Plain Layout
9872 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9873 \end_inset
9874
9875
9876 \end_layout
9877
9878 \end_inset
9879 </cell>
9880 </row>
9881 <row>
9882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9883 \begin_inset Text
9884
9885 \begin_layout Plain Layout
9886
9887 \backslash
9888 mathring
9889 \begin_inset ERT
9890 status collapsed
9891
9892 \begin_layout Plain Layout
9893
9894
9895 \backslash
9896 spce 
9897 \end_layout
9898
9899 \end_inset
9900
9901 A
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Plain Layout
9910 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9911 \end_inset
9912
9913
9914 \end_layout
9915
9916 \end_inset
9917 </cell>
9918 </row>
9919 </lyxtabular>
9920
9921 \end_inset
9922
9923
9924 \begin_inset space \hfill{}
9925 \end_inset
9926
9927
9928 \begin_inset Tabular
9929 <lyxtabular version="3" rows="7" columns="2">
9930 <features tabularvalignment="middle">
9931 <column alignment="center" valignment="top" width="0pt">
9932 <column alignment="center" valignment="top" width="0pt">
9933 <row>
9934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938 Command
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947 Result
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 </row>
9953 <row>
9954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958
9959 \backslash
9960 tilde
9961 \begin_inset ERT
9962 status collapsed
9963
9964 \begin_layout Plain Layout
9965
9966
9967 \backslash
9968 spce 
9969 \end_layout
9970
9971 \end_inset
9972
9973 A
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Plain Layout
9982 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9983 \end_inset
9984
9985
9986 \end_layout
9987
9988 \end_inset
9989 </cell>
9990 </row>
9991 <row>
9992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9993 \begin_inset Text
9994
9995 \begin_layout Plain Layout
9996
9997 \backslash
9998 hat
9999 \begin_inset ERT
10000 status collapsed
10001
10002 \begin_layout Plain Layout
10003
10004
10005 \backslash
10006 spce 
10007 \end_layout
10008
10009 \end_inset
10010
10011 A
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10021 \end_inset
10022
10023
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 </row>
10029 <row>
10030 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034
10035 \backslash
10036 check
10037 \begin_inset ERT
10038 status collapsed
10039
10040 \begin_layout Plain Layout
10041
10042
10043 \backslash
10044 spce 
10045 \end_layout
10046
10047 \end_inset
10048
10049 A
10050 \end_layout
10051
10052 \end_inset
10053 </cell>
10054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10055 \begin_inset Text
10056
10057 \begin_layout Plain Layout
10058 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10059 \end_inset
10060
10061
10062 \end_layout
10063
10064 \end_inset
10065 </cell>
10066 </row>
10067 <row>
10068 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10069 \begin_inset Text
10070
10071 \begin_layout Plain Layout
10072
10073 \backslash
10074 acute
10075 \begin_inset ERT
10076 status collapsed
10077
10078 \begin_layout Plain Layout
10079
10080
10081 \backslash
10082 spce 
10083 \end_layout
10084
10085 \end_inset
10086
10087 A
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10097 \end_inset
10098
10099
10100 \end_layout
10101
10102 \end_inset
10103 </cell>
10104 </row>
10105 <row>
10106 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10107 \begin_inset Text
10108
10109 \begin_layout Plain Layout
10110
10111 \backslash
10112 grave
10113 \begin_inset ERT
10114 status collapsed
10115
10116 \begin_layout Plain Layout
10117
10118
10119 \backslash
10120 spce 
10121 \end_layout
10122
10123 \end_inset
10124
10125 A
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10135 \end_inset
10136
10137
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 </row>
10143 <row>
10144 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148
10149 \backslash
10150 breve
10151 \begin_inset ERT
10152 status collapsed
10153
10154 \begin_layout Plain Layout
10155
10156
10157 \backslash
10158 spce 
10159 \end_layout
10160
10161 \end_inset
10162
10163 A
10164 \end_layout
10165
10166 \end_inset
10167 </cell>
10168 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10169 \begin_inset Text
10170
10171 \begin_layout Plain Layout
10172 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10173 \end_inset
10174
10175
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 </row>
10181 </lyxtabular>
10182
10183 \end_inset
10184
10185
10186 \begin_inset space \hfill{}
10187 \end_inset
10188
10189
10190 \end_layout
10191
10192 \begin_layout Standard
10193 \begin_inset VSpace bigskip
10194 \end_inset
10195
10196
10197 \end_layout
10198
10199 \begin_layout Standard
10200 You can directly insert accents like é to formulas.
10201  LyX will transform them to the corresponding accent command.
10202  For umlauts
10203 \begin_inset Index idx
10204 status collapsed
10205
10206 \begin_layout Plain Layout
10207 Umlauts
10208 \end_layout
10209
10210 \end_inset
10211
10212  it is better to insert a quotation mark before the vowel.
10213  These two characters are then treated by LaTeX as 
10214 \emph on
10215 one
10216 \emph default
10217  character when the formula part with the umlaut is marked as German.
10218  In contrary to 
10219 \series bold
10220
10221 \backslash
10222 ddot
10223 \series default
10224 , with this method 
10225 \begin_inset Quotes eld
10226 \end_inset
10227
10228 real
10229 \begin_inset Quotes erd
10230 \end_inset
10231
10232  umlauts are created as demonstrated in the following example:
10233 \end_layout
10234
10235 \begin_layout Standard
10236 \begin_inset VSpace -2mm
10237 \end_inset
10238
10239
10240 \end_layout
10241
10242 \begin_layout Standard
10243 \align center
10244 \begin_inset Tabular
10245 <lyxtabular version="3" rows="3" columns="2">
10246 <features tabularvalignment="middle">
10247 <column alignment="center" valignment="top" width="0">
10248 <column alignment="center" valignment="top" width="0">
10249 <row>
10250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254 Command
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10260 \begin_inset Text
10261
10262 \begin_layout Plain Layout
10263 Result
10264 \begin_inset Note Note
10265 status collapsed
10266
10267 \begin_layout Plain Layout
10268
10269 \series bold
10270
10271 \backslash
10272 raisebox
10273 \series default
10274  and the 0
10275 \begin_inset space \thinspace{}
10276 \end_inset
10277
10278 pt space are only used as spacer.
10279 \end_layout
10280
10281 \end_inset
10282
10283
10284 \end_layout
10285
10286 \end_inset
10287 </cell>
10288 </row>
10289 <row>
10290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294
10295 \lang ngerman
10296 \begin_inset Quotes grd
10297 \end_inset
10298
10299 i
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308 \begin_inset space \hspace{}
10309 \length 0pt
10310 \end_inset
10311
10312
10313 \lang ngerman
10314
10315 \begin_inset Formula $"i$
10316 \end_inset
10317
10318
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 </row>
10324 <row>
10325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329
10330 \backslash
10331 ddot
10332 \begin_inset ERT
10333 status collapsed
10334
10335 \begin_layout Plain Layout
10336
10337
10338 \backslash
10339 spce 
10340 \end_layout
10341
10342 \end_inset
10343
10344 i
10345 \end_layout
10346
10347 \end_inset
10348 </cell>
10349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10354 \end_inset
10355
10356
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 </row>
10362 </lyxtabular>
10363
10364 \end_inset
10365
10366
10367 \end_layout
10368
10369 \begin_layout Standard
10370 Another advantage to 
10371 \series bold
10372
10373 \backslash
10374 ddot
10375 \series default
10376  is that umlauts can directly be converted to mathematical text because
10377  the accent commands above are 
10378 \emph on
10379 not allowed
10380 \emph default
10381  
10382 \emph on
10383 in mathematical text
10384 \emph default
10385 .
10386  To convert an accented character to mathematical text, only the character
10387  under the accent may be converted.
10388  This applies also for all other conversions, e.
10389 \begin_inset space \thinspace{}
10390 \end_inset
10391
10392 g.
10393 \begin_inset space \space{}
10394 \end_inset
10395
10396 to italic or bold.
10397 \end_layout
10398
10399 \begin_layout Standard
10400 In mathematical text, umlauts and other accented characters can directly
10401  be inserted.
10402 \end_layout
10403
10404 \begin_layout Subsection
10405 Accents for Operators
10406 \begin_inset Index idx
10407 status collapsed
10408
10409 \begin_layout Plain Layout
10410 Accents ! for operators
10411 \end_layout
10412
10413 \end_inset
10414
10415
10416 \end_layout
10417
10418 \begin_layout Standard
10419 With the commands 
10420 \series bold
10421
10422 \backslash
10423 overset
10424 \series default
10425
10426 \begin_inset Index idx
10427 status collapsed
10428
10429 \begin_layout Plain Layout
10430 Commands ! O ! 
10431 \backslash
10432 overset
10433 \end_layout
10434
10435 \end_inset
10436
10437  and 
10438 \series bold
10439
10440 \backslash
10441 underset
10442 \series default
10443
10444 \begin_inset Index idx
10445 status collapsed
10446
10447 \begin_layout Plain Layout
10448 Commands ! U ! 
10449 \backslash
10450 underset
10451 \end_layout
10452
10453 \end_inset
10454
10455  characters can be placed above or below an operator, respectively, to accent
10456  it.
10457  With the command 
10458 \series bold
10459
10460 \backslash
10461 sideset
10462 \series default
10463
10464 \begin_inset Index idx
10465 status collapsed
10466
10467 \begin_layout Plain Layout
10468 Commands ! S ! 
10469 \backslash
10470 sideset
10471 \end_layout
10472
10473 \end_inset
10474
10475  characters can be set before and behind an operator.
10476  The command scheme is:
10477 \end_layout
10478
10479 \begin_layout Standard
10480
10481 \series bold
10482
10483 \backslash
10484 sideset{character
10485 \series default
10486  
10487 \series bold
10488 before}{character
10489 \series default
10490  
10491 \series bold
10492 behind}
10493 \end_layout
10494
10495 \begin_layout Standard
10496
10497 \series bold
10498
10499 \backslash
10500 sideset
10501 \series default
10502  must always be before the operator that should be accented.
10503  You can accent with several characters and even with other operators and
10504  symbols.
10505  To place with 
10506 \series bold
10507
10508 \backslash
10509 sideset
10510 \series default
10511  for example only characters behind an operator, write nothing between the
10512  first braces but don't omit the braces.
10513 \end_layout
10514
10515 \begin_layout Standard
10516 For example the command 
10517 \series bold
10518
10519 \backslash
10520 sideset{
10521 \begin_inset Formula $\to$
10522 \end_inset
10523
10524
10525 \backslash
10526 {
10527 \series default
10528 '
10529 \series bold
10530
10531 \begin_inset Formula $\to$
10532 \end_inset
10533
10534
10535 \backslash
10536 sum_k=1
10537 \begin_inset ERT
10538 status collapsed
10539
10540 \begin_layout Plain Layout
10541
10542
10543 \backslash
10544 spce 
10545 \end_layout
10546
10547 \end_inset
10548
10549
10550 \series default
10551 ^
10552 \series bold
10553 n
10554 \series default
10555  produces:
10556 \begin_inset Formula \[
10557 \sideset{}{'}\sum_{k=1}^{n}
10558 \]
10559
10560 \end_inset
10561
10562
10563 \end_layout
10564
10565 \begin_layout Standard
10566 The command 
10567 \series bold
10568
10569 \backslash
10570 overset
10571 \begin_inset ERT
10572 status collapsed
10573
10574 \begin_layout Plain Layout
10575
10576
10577 \backslash
10578 spce 
10579 \end_layout
10580
10581 \end_inset
10582
10583
10584 \backslash
10585 maltese
10586 \begin_inset ERT
10587 status collapsed
10588
10589 \begin_layout Plain Layout
10590
10591
10592 \backslash
10593 spce 
10594 \end_layout
10595
10596 \end_inset
10597
10598
10599 \series default
10600
10601 \begin_inset Formula $\uparrow$
10602 \end_inset
10603
10604
10605 \series bold
10606 a
10607 \series default
10608  produces:
10609 \begin_inset Formula \[
10610 \overset{a}{\maltese}
10611 \]
10612
10613 \end_inset
10614
10615 As seen in the last example, with 
10616 \series bold
10617
10618 \backslash
10619 overset
10620 \series default
10621  and 
10622 \series bold
10623
10624 \backslash
10625 underset
10626 \series default
10627  also symbols and characters can be accented; with 
10628 \series bold
10629
10630 \backslash
10631 sideset
10632 \series default
10633  this is not possible.
10634 \end_layout
10635
10636 \begin_layout Subsection
10637 Accents for several Characters
10638 \begin_inset Index idx
10639 status collapsed
10640
10641 \begin_layout Plain Layout
10642 Accents ! for several characters
10643 \end_layout
10644
10645 \end_inset
10646
10647
10648 \end_layout
10649
10650 \begin_layout Standard
10651 \begin_inset space \hfill{}
10652 \end_inset
10653
10654
10655 \begin_inset Tabular
10656 <lyxtabular version="3" rows="5" columns="2">
10657 <features tabularvalignment="middle">
10658 <column alignment="center" valignment="top" width="0pt">
10659 <column alignment="center" valignment="top" width="0pt">
10660 <row>
10661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Plain Layout
10665 Command
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674 Result
10675 \begin_inset Note Note
10676 status collapsed
10677
10678 \begin_layout Plain Layout
10679
10680 \series bold
10681
10682 \backslash
10683 raisebox
10684 \series default
10685  is only used as spacer.
10686 \end_layout
10687
10688 \end_inset
10689
10690
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 </row>
10696 <row>
10697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Plain Layout
10701
10702 \backslash
10703 overleftarrow
10704 \begin_inset ERT
10705 status collapsed
10706
10707 \begin_layout Plain Layout
10708
10709
10710 \backslash
10711 spce 
10712 \end_layout
10713
10714 \end_inset
10715
10716 A=B
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10726 \end_inset
10727
10728
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 </row>
10734 <row>
10735 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739
10740 \backslash
10741 underleftarrow
10742 \begin_inset ERT
10743 status collapsed
10744
10745 \begin_layout Plain Layout
10746
10747
10748 \backslash
10749 spce 
10750 \end_layout
10751
10752 \end_inset
10753
10754 A=B
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10764 \end_inset
10765
10766
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 </row>
10772 <row>
10773 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777
10778 \backslash
10779 overleftrightarrow
10780 \begin_inset ERT
10781 status collapsed
10782
10783 \begin_layout Plain Layout
10784
10785
10786 \backslash
10787 spce 
10788 \end_layout
10789
10790 \end_inset
10791
10792 A=B
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10802 \end_inset
10803
10804
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 </row>
10810 <row>
10811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10812 \begin_inset Text
10813
10814 \begin_layout Plain Layout
10815
10816 \backslash
10817 underleftrightarrow
10818 \begin_inset ERT
10819 status collapsed
10820
10821 \begin_layout Plain Layout
10822
10823
10824 \backslash
10825 spce 
10826 \end_layout
10827
10828 \end_inset
10829
10830 A=B
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10840 \end_inset
10841
10842
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 </row>
10848 </lyxtabular>
10849
10850 \end_inset
10851
10852
10853 \begin_inset space \hfill{}
10854 \end_inset
10855
10856
10857 \begin_inset Tabular
10858 <lyxtabular version="3" rows="5" columns="2">
10859 <features tabularvalignment="middle">
10860 <column alignment="center" valignment="top" width="0pt">
10861 <column alignment="center" valignment="top" width="0pt">
10862 <row>
10863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10864 \begin_inset Text
10865
10866 \begin_layout Plain Layout
10867 Command
10868 \end_layout
10869
10870 \end_inset
10871 </cell>
10872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10873 \begin_inset Text
10874
10875 \begin_layout Plain Layout
10876 Result
10877 \end_layout
10878
10879 \end_inset
10880 </cell>
10881 </row>
10882 <row>
10883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887
10888 \backslash
10889 overrightarrow
10890 \begin_inset ERT
10891 status collapsed
10892
10893 \begin_layout Plain Layout
10894
10895
10896 \backslash
10897 spce 
10898 \end_layout
10899
10900 \end_inset
10901
10902 A=B
10903 \end_layout
10904
10905 \end_inset
10906 </cell>
10907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10908 \begin_inset Text
10909
10910 \begin_layout Plain Layout
10911 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10912 \end_inset
10913
10914
10915 \end_layout
10916
10917 \end_inset
10918 </cell>
10919 </row>
10920 <row>
10921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10922 \begin_inset Text
10923
10924 \begin_layout Plain Layout
10925
10926 \backslash
10927 underrightarrow
10928 \begin_inset ERT
10929 status collapsed
10930
10931 \begin_layout Plain Layout
10932
10933
10934 \backslash
10935 spce 
10936 \end_layout
10937
10938 \end_inset
10939
10940 A=B
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10950 \end_inset
10951
10952
10953 \end_layout
10954
10955 \end_inset
10956 </cell>
10957 </row>
10958 <row>
10959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10960 \begin_inset Text
10961
10962 \begin_layout Plain Layout
10963
10964 \backslash
10965 widetilde
10966 \begin_inset ERT
10967 status collapsed
10968
10969 \begin_layout Plain Layout
10970
10971
10972 \backslash
10973 spce 
10974 \end_layout
10975
10976 \end_inset
10977
10978 A=B
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10984 \begin_inset Text
10985
10986 \begin_layout Plain Layout
10987 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10988 \end_inset
10989
10990
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 </row>
10996 <row>
10997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10998 \begin_inset Text
10999
11000 \begin_layout Plain Layout
11001
11002 \backslash
11003 widehat
11004 \begin_inset ERT
11005 status collapsed
11006
11007 \begin_layout Plain Layout
11008
11009
11010 \backslash
11011 spce 
11012 \end_layout
11013
11014 \end_inset
11015
11016 A=B
11017 \end_layout
11018
11019 \end_inset
11020 </cell>
11021 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11022 \begin_inset Text
11023
11024 \begin_layout Plain Layout
11025 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11026 \end_inset
11027
11028
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 </row>
11034 </lyxtabular>
11035
11036 \end_inset
11037
11038
11039 \begin_inset space \hfill{}
11040 \end_inset
11041
11042
11043 \end_layout
11044
11045 \begin_layout Standard
11046 \begin_inset VSpace medskip
11047 \end_inset
11048
11049 With these commands as many characters as you like can be accented.
11050  But the accents 
11051 \series bold
11052
11053 \backslash
11054 widetilde
11055 \series default
11056  and 
11057 \series bold
11058
11059 \backslash
11060 widehat
11061 \series default
11062  will only be set in the output with a length of three characters, as shown
11063  in the following example:
11064 \begin_inset Formula \[
11065 \widetilde{A+B=C-D}
11066 \]
11067
11068 \end_inset
11069
11070
11071 \end_layout
11072
11073 \begin_layout Standard
11074 With the commands 
11075 \series bold
11076
11077 \backslash
11078 overset
11079 \series default
11080
11081 \begin_inset Index idx
11082 status collapsed
11083
11084 \begin_layout Plain Layout
11085 Commands ! O ! 
11086 \backslash
11087 overset
11088 \end_layout
11089
11090 \end_inset
11091
11092  and 
11093 \series bold
11094
11095 \backslash
11096 underset
11097 \series default
11098
11099 \begin_inset Index idx
11100 status collapsed
11101
11102 \begin_layout Plain Layout
11103 Commands ! U ! 
11104 \backslash
11105 underset
11106 \end_layout
11107
11108 \end_inset
11109
11110  described in the previous subsection it is also possible to accent several
11111  characters.
11112  The command 
11113 \series bold
11114
11115 \backslash
11116 underset
11117 \begin_inset ERT
11118 status collapsed
11119
11120 \begin_layout Plain Layout
11121
11122
11123 \backslash
11124 spce 
11125 \end_layout
11126
11127 \end_inset
11128
11129 A=B
11130 \begin_inset Formula $\downarrow$
11131 \end_inset
11132
11133 ***
11134 \series default
11135  creates:
11136 \begin_inset Formula \[
11137 \underset{***}{A=B}
11138 \]
11139
11140 \end_inset
11141
11142
11143 \end_layout
11144
11145 \begin_layout Section
11146 Space
11147 \begin_inset CommandInset label
11148 LatexCommand label
11149 name "sub:Space"
11150
11151 \end_inset
11152
11153
11154 \begin_inset Index idx
11155 status collapsed
11156
11157 \begin_layout Plain Layout
11158 Space ! horizontal
11159 \end_layout
11160
11161 \end_inset
11162
11163
11164 \end_layout
11165
11166 \begin_layout Subsection
11167 Predefined Space
11168 \begin_inset CommandInset label
11169 LatexCommand label
11170 name "sub:Predefined-Space"
11171
11172 \end_inset
11173
11174
11175 \begin_inset Index idx
11176 status collapsed
11177
11178 \begin_layout Plain Layout
11179 Space ! horizontal ! predefined
11180 \end_layout
11181
11182 \end_inset
11183
11184
11185 \end_layout
11186
11187 \begin_layout Standard
11188 Sometimes it is necessary to insert horizontal space to a formula.
11189  This is done by inserting a protected space (shortcut 
11190 \begin_inset Info
11191 type  "shortcut"
11192 arg   "space-insert protected"
11193 \end_inset
11194
11195 ).
11196  A 
11197 \begin_inset Quotes eld
11198 \end_inset
11199
11200
11201 \color blue
11202
11203 \begin_inset ERT
11204 status collapsed
11205
11206 \begin_layout Plain Layout
11207
11208
11209 \backslash
11210 spce 
11211 \end_layout
11212
11213 \end_inset
11214
11215
11216 \color inherit
11217
11218 \begin_inset Quotes erd
11219 \end_inset
11220
11221  appears and by pressing 
11222 \family sans
11223 Space
11224 \family default
11225  several times one can select one of eight different space sizes.
11226  The spaces can also be inserted using the math toolbar button 
11227 \begin_inset Graphics
11228         filename ../images/math/space.png
11229         scale 85
11230
11231 \end_inset
11232
11233  or special commands.
11234  Independent from the inserted command, one can select the size again by
11235  pressing 
11236 \family sans
11237 Space
11238 \family default
11239  afterwards.
11240 \end_layout
11241
11242 \begin_layout Standard
11243 \noindent
11244 \align center
11245 \begin_inset VSpace -5mm
11246 \end_inset
11247
11248
11249 \begin_inset Tabular
11250 <lyxtabular version="3" rows="3" columns="7">
11251 <features tabularvalignment="middle">
11252 <column alignment="center" valignment="middle" width="6.8cm">
11253 <column alignment="center" valignment="top" width="0">
11254 <column alignment="center" valignment="top" width="0">
11255 <column alignment="center" valignment="top" width="0">
11256 <column alignment="center" valignment="top" width="0">
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" 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" leftline="true" usebox="none">
11270 \begin_inset Text
11271
11272 \begin_layout Plain Layout
11273
11274 \backslash
11275 ,
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284
11285 \backslash
11286 :
11287 \end_layout
11288
11289 \end_inset
11290 </cell>
11291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11292 \begin_inset Text
11293
11294 \begin_layout Plain Layout
11295
11296 \backslash
11297 ;
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11303 \begin_inset Text
11304
11305 \begin_layout Plain Layout
11306
11307 \backslash
11308 quad
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11314 \begin_inset Text
11315
11316 \begin_layout Plain Layout
11317
11318 \backslash
11319 qquad
11320 \end_layout
11321
11322 \end_inset
11323 </cell>
11324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11325 \begin_inset Text
11326
11327 \begin_layout Plain Layout
11328
11329 \backslash
11330 !
11331 \end_layout
11332
11333 \end_inset
11334 </cell>
11335 </row>
11336 <row>
11337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11338 \begin_inset Text
11339
11340 \begin_layout Plain Layout
11341 Number of 
11342 \family sans
11343 Space
11344 \family default
11345  keystrokes after inserting the protected space
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354 0
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 1
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 2
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381 3
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Plain Layout
11390 4
11391 \end_layout
11392
11393 \end_inset
11394 </cell>
11395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399 5
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 </row>
11405 <row>
11406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 Result
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419 \begin_inset Formula $A\, B$
11420 \end_inset
11421
11422
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431 \begin_inset Formula $A\: B$
11432 \end_inset
11433
11434
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 \begin_inset Formula $A\; B$
11444 \end_inset
11445
11446
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455 \begin_inset Formula $A\quad B$
11456 \end_inset
11457
11458
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467 \begin_inset Formula $A\qquad B$
11468 \end_inset
11469
11470
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 \begin_inset Formula $A\! B$
11480 \end_inset
11481
11482
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 </row>
11488 </lyxtabular>
11489
11490 \end_inset
11491
11492
11493 \end_layout
11494
11495 \begin_layout Standard
11496 The last size seem to produce no space.
11497  It is displayed red in LyX contrary to the other sizes, because it is a
11498  negative space.
11499  There are two more negative spaces:
11500 \end_layout
11501
11502 \begin_layout Standard
11503 \align center
11504 \begin_inset Tabular
11505 <lyxtabular version="3" rows="3" columns="3">
11506 <features tabularvalignment="middle">
11507 <column alignment="center" valignment="middle" width="6.8cm">
11508 <column alignment="center" valignment="top" width="0pt">
11509 <column alignment="center" valignment="top" width="0pt">
11510 <row>
11511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Plain Layout
11515 Command
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524
11525 \backslash
11526 negmedspace
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535
11536 \backslash
11537 negthickspace
11538 \end_layout
11539
11540 \end_inset
11541 </cell>
11542 </row>
11543 <row>
11544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11545 \begin_inset Text
11546
11547 \begin_layout Plain Layout
11548 Number of 
11549 \family sans
11550 Space
11551 \family default
11552  keystrokes after inserting the protected space
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561 6
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11567 \begin_inset Text
11568
11569 \begin_layout Plain Layout
11570 7
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 </row>
11576 <row>
11577 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 Result
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11587 \begin_inset Text
11588
11589 \begin_layout Plain Layout
11590 \begin_inset Formula $A\negmedspace B$
11591 \end_inset
11592
11593
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602 \begin_inset Formula $A\negthickspace B$
11603 \end_inset
11604
11605
11606 \end_layout
11607
11608 \end_inset
11609 </cell>
11610 </row>
11611 </lyxtabular>
11612
11613 \end_inset
11614
11615
11616 \end_layout
11617
11618 \begin_layout Standard
11619 Negative spaces can lead to characters overlapping each other.
11620  Thus they can be used to enforce ligatures, what is e.
11621 \begin_inset space \thinspace{}
11622 \end_inset
11623
11624 g.
11625 \begin_inset space \space{}
11626 \end_inset
11627
11628 useful for summation operators: 
11629 \end_layout
11630
11631 \begin_layout Standard
11632 \align center
11633 \begin_inset Tabular
11634 <lyxtabular version="3" rows="3" columns="2">
11635 <features tabularvalignment="middle">
11636 <column alignment="center" valignment="top" width="0">
11637 <column alignment="center" valignment="top" width="0">
11638 <row>
11639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11640 \begin_inset Text
11641
11642 \begin_layout Plain Layout
11643 Command
11644 \end_layout
11645
11646 \end_inset
11647 </cell>
11648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11649 \begin_inset Text
11650
11651 \begin_layout Plain Layout
11652 Result
11653 \begin_inset Note Note
11654 status collapsed
11655
11656 \begin_layout Plain Layout
11657
11658 \series bold
11659
11660 \backslash
11661 raisebox
11662 \series default
11663  is only used as spacer.
11664 \end_layout
11665
11666 \end_inset
11667
11668
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 </row>
11674 <row>
11675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11676 \begin_inset Text
11677
11678 \begin_layout Plain Layout
11679
11680 \backslash
11681 sum
11682 \backslash
11683 sum
11684 \begin_inset ERT
11685 status collapsed
11686
11687 \begin_layout Plain Layout
11688
11689
11690 \backslash
11691 spce 
11692 \end_layout
11693
11694 \end_inset
11695
11696 f_kl
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11702 \begin_inset Text
11703
11704 \begin_layout Plain Layout
11705 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11706 \end_inset
11707
11708
11709 \end_layout
11710
11711 \end_inset
11712 </cell>
11713 </row>
11714 <row>
11715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11716 \begin_inset Text
11717
11718 \begin_layout Plain Layout
11719
11720 \backslash
11721 sum
11722 \backslash
11723 negmedspace
11724 \backslash
11725 sum
11726 \begin_inset ERT
11727 status collapsed
11728
11729 \begin_layout Plain Layout
11730
11731
11732 \backslash
11733 spce 
11734 \end_layout
11735
11736 \end_inset
11737
11738 f_kl
11739 \end_layout
11740
11741 \end_inset
11742 </cell>
11743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11744 \begin_inset Text
11745
11746 \begin_layout Plain Layout
11747 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11748 \end_inset
11749
11750
11751 \end_layout
11752
11753 \end_inset
11754 </cell>
11755 </row>
11756 </lyxtabular>
11757
11758 \end_inset
11759
11760
11761 \end_layout
11762
11763 \begin_layout Standard
11764 Relations like for example equal signs, are always surrounded by space.
11765  To suppress this, the equal sign is placed into a TeX-brace.
11766  The following example demonstrates this:
11767 \end_layout
11768
11769 \begin_layout Standard
11770 \align center
11771 \begin_inset Tabular
11772 <lyxtabular version="3" rows="2" columns="2">
11773 <features tabularvalignment="middle">
11774 <column alignment="center" valignment="top" width="0pt">
11775 <column alignment="center" valignment="top" width="0pt">
11776 <row>
11777 <cell alignment="center" valignment="top" usebox="none">
11778 \begin_inset Text
11779
11780 \begin_layout Plain Layout
11781 normal equation
11782 \end_layout
11783
11784 \end_inset
11785 </cell>
11786 <cell alignment="center" valignment="top" usebox="none">
11787 \begin_inset Text
11788
11789 \begin_layout Plain Layout
11790 \begin_inset Formula $A=B$
11791 \end_inset
11792
11793
11794 \end_layout
11795
11796 \end_inset
11797 </cell>
11798 </row>
11799 <row>
11800 <cell alignment="center" valignment="top" usebox="none">
11801 \begin_inset Text
11802
11803 \begin_layout Plain Layout
11804 \begin_inset Note Note
11805 status collapsed
11806
11807 \begin_layout Plain Layout
11808
11809 \series bold
11810
11811 \backslash
11812 raisebox
11813 \series default
11814  is only used as spacer.
11815 \end_layout
11816
11817 \end_inset
11818
11819
11820 \begin_inset Formula $\raisebox{5mm}{}$
11821 \end_inset
11822
11823 equation without space
11824 \end_layout
11825
11826 \end_inset
11827 </cell>
11828 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11829 \begin_inset Text
11830
11831 \begin_layout Plain Layout
11832 \begin_inset Formula $A{=}B$
11833 \end_inset
11834
11835
11836 \end_layout
11837
11838 \end_inset
11839 </cell>
11840 </row>
11841 </lyxtabular>
11842
11843 \end_inset
11844
11845
11846 \end_layout
11847
11848 \begin_layout Standard
11849 \noindent
11850 The command for the last formula is: 
11851 \series bold
11852 A
11853 \backslash
11854 {=
11855 \begin_inset Formula $\to$
11856 \end_inset
11857
11858 B
11859 \end_layout
11860
11861 \begin_layout Standard
11862 \begin_inset VSpace bigskip
11863 \end_inset
11864
11865 Spaces are needed for physical units, because the space between the value
11866  and the unit is the smallest one and not a normal space.
11867  For units in text, the smallest space is inserted via the menu 
11868 \family sans
11869 Insert\SpecialChar \menuseparator
11870 Formatting\SpecialChar \menuseparator
11871 Thin
11872 \begin_inset space ~
11873 \end_inset
11874
11875 Space
11876 \family default
11877  (shortcut 
11878 \begin_inset Info
11879 type  "shortcut"
11880 arg   "space-insert thin"
11881 \end_inset
11882
11883 ).
11884 \end_layout
11885
11886 \begin_layout Standard
11887 An example to visualize the difference:
11888 \end_layout
11889
11890 \begin_layout Standard
11891 \begin_inset Tabular
11892 <lyxtabular version="3" rows="2" columns="2">
11893 <features tabularvalignment="middle">
11894 <column alignment="left" valignment="top" width="0">
11895 <column alignment="left" valignment="top" width="0">
11896 <row>
11897 <cell alignment="center" valignment="top" usebox="none">
11898 \begin_inset Text
11899
11900 \begin_layout Plain Layout
11901 24 kW
11902 \begin_inset Formula $\cdot$
11903 \end_inset
11904
11905 h
11906 \end_layout
11907
11908 \end_inset
11909 </cell>
11910 <cell alignment="center" valignment="top" usebox="none">
11911 \begin_inset Text
11912
11913 \begin_layout Plain Layout
11914 space between value and unit
11915 \end_layout
11916
11917 \end_inset
11918 </cell>
11919 </row>
11920 <row>
11921 <cell alignment="center" valignment="top" usebox="none">
11922 \begin_inset Text
11923
11924 \begin_layout Plain Layout
11925 24
11926 \begin_inset space \thinspace{}
11927 \end_inset
11928
11929 kW
11930 \begin_inset Formula $\cdot$
11931 \end_inset
11932
11933 h
11934 \end_layout
11935
11936 \end_inset
11937 </cell>
11938 <cell alignment="center" valignment="top" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Plain Layout
11942 smallest space between value and unit
11943 \end_layout
11944
11945 \end_inset
11946 </cell>
11947 </row>
11948 </lyxtabular>
11949
11950 \end_inset
11951
11952
11953 \end_layout
11954
11955 \begin_layout Subsection
11956 Variable Space
11957 \begin_inset ERT
11958 status collapsed
11959
11960 \begin_layout Plain Layout
11961
11962
11963 \backslash
11964 texorpdfstring{
11965 \end_layout
11966
11967 \end_inset
11968
11969
11970 \begin_inset Foot
11971 status collapsed
11972
11973 \begin_layout Plain Layout
11974 for vertical space in formulas see 
11975 \begin_inset CommandInset ref
11976 LatexCommand ref
11977 reference "sub:Line-Separation"
11978
11979 \end_inset
11980
11981
11982 \end_layout
11983
11984 \end_inset
11985
11986
11987 \begin_inset ERT
11988 status collapsed
11989
11990 \begin_layout Plain Layout
11991
11992 }{}
11993 \end_layout
11994
11995 \end_inset
11996
11997
11998 \begin_inset Note Note
11999 status collapsed
12000
12001 \begin_layout Plain Layout
12002
12003 \backslash
12004 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12005 \end_layout
12006
12007 \begin_layout Plain Layout
12008 More about 
12009 \backslash
12010 texorpdfstring is in section 
12011 \begin_inset CommandInset ref
12012 LatexCommand ref
12013 reference "sub:Formulas-in-Section"
12014
12015 \end_inset
12016
12017 .
12018 \end_layout
12019
12020 \end_inset
12021
12022
12023 \begin_inset CommandInset label
12024 LatexCommand label
12025 name "sub:Variable-Space"
12026
12027 \end_inset
12028
12029
12030 \begin_inset Index idx
12031 status collapsed
12032
12033 \begin_layout Plain Layout
12034 Space ! horizontal ! variable
12035 \end_layout
12036
12037 \end_inset
12038
12039
12040 \end_layout
12041
12042 \begin_layout Standard
12043 Space with a defined length can be inserted with the command 
12044 \series bold
12045
12046 \backslash
12047 hspace
12048 \series default
12049
12050 \begin_inset Index idx
12051 status collapsed
12052
12053 \begin_layout Plain Layout
12054 Commands ! H ! 
12055 \backslash
12056 hspace
12057 \end_layout
12058
12059 \end_inset
12060
12061 .
12062  Then a long 
12063 \begin_inset Quotes eld
12064 \end_inset
12065
12066
12067 \color blue
12068
12069 \begin_inset ERT
12070 status collapsed
12071
12072 \begin_layout Plain Layout
12073
12074
12075 \backslash
12076 spce 
12077 \end_layout
12078
12079 \end_inset
12080
12081
12082 \color inherit
12083
12084 \begin_inset Quotes erd
12085 \end_inset
12086
12087  appears.
12088  The length can be specified by left-clicking on the 
12089 \begin_inset Quotes eld
12090 \end_inset
12091
12092
12093 \color blue
12094
12095 \begin_inset ERT
12096 status collapsed
12097
12098 \begin_layout Plain Layout
12099
12100
12101 \backslash
12102 spce 
12103 \end_layout
12104
12105 \end_inset
12106
12107
12108 \color inherit
12109
12110 \begin_inset Quotes erd
12111 \end_inset
12112
12113 .
12114  The length may also be negative.
12115  To insert so many space that the formula uses all available space, the
12116  command 
12117 \series bold
12118
12119 \backslash
12120 hfill
12121 \series default
12122
12123 \begin_inset Index idx
12124 status collapsed
12125
12126 \begin_layout Plain Layout
12127 Commands ! H ! 
12128 \backslash
12129 hfill
12130 \end_layout
12131
12132 \end_inset
12133
12134  is used.
12135 \end_layout
12136
12137 \begin_layout Standard
12138 \begin_inset VSpace -1mm
12139 \end_inset
12140
12141
12142 \end_layout
12143
12144 \begin_layout Standard
12145 \align center
12146 \begin_inset Tabular
12147 <lyxtabular version="3" rows="4" columns="2">
12148 <features tabularvalignment="middle">
12149 <column alignment="center" valignment="top" width="0">
12150 <column alignment="center" valignment="top" width="0">
12151 <row>
12152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12153 \begin_inset Text
12154
12155 \begin_layout Plain Layout
12156 Command (
12157 \backslash
12158 hspace length)
12159 \end_layout
12160
12161 \end_inset
12162 </cell>
12163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12164 \begin_inset Text
12165
12166 \begin_layout Plain Layout
12167 Result
12168 \end_layout
12169
12170 \end_inset
12171 </cell>
12172 </row>
12173 <row>
12174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12175 \begin_inset Text
12176
12177 \begin_layout Plain Layout
12178 A=B
12179 \backslash
12180 hspace
12181 \begin_inset ERT
12182 status collapsed
12183
12184 \begin_layout Plain Layout
12185
12186
12187 \backslash
12188 spce 
12189 \end_layout
12190
12191 \end_inset
12192
12193
12194 \begin_inset Formula $\to$
12195 \end_inset
12196
12197 A
12198 \backslash
12199 not=C (3
12200 \begin_inset space \thinspace{}
12201 \end_inset
12202
12203 cm)
12204 \end_layout
12205
12206 \end_inset
12207 </cell>
12208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12209 \begin_inset Text
12210
12211 \begin_layout Plain Layout
12212 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12213 \end_inset
12214
12215
12216 \end_layout
12217
12218 \end_inset
12219 </cell>
12220 </row>
12221 <row>
12222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12223 \begin_inset Text
12224
12225 \begin_layout Plain Layout
12226 A
12227 \backslash
12228 hspace
12229 \begin_inset ERT
12230 status collapsed
12231
12232 \begin_layout Plain Layout
12233
12234
12235 \backslash
12236 spce 
12237 \end_layout
12238
12239 \end_inset
12240
12241
12242 \begin_inset Formula $\to$
12243 \end_inset
12244
12245 A
12246 \backslash
12247 not=A (-1
12248 \begin_inset space \thinspace{}
12249 \end_inset
12250
12251 mm)
12252 \end_layout
12253
12254 \end_inset
12255 </cell>
12256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12257 \begin_inset Text
12258
12259 \begin_layout Plain Layout
12260 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12261 \end_inset
12262
12263
12264 \end_layout
12265
12266 \end_inset
12267 </cell>
12268 </row>
12269 <row>
12270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12271 \begin_inset Text
12272
12273 \begin_layout Plain Layout
12274 A=A
12275 \backslash
12276 hfill
12277 \begin_inset ERT
12278 status collapsed
12279
12280 \begin_layout Plain Layout
12281
12282
12283 \backslash
12284 spce 
12285 \end_layout
12286
12287 \end_inset
12288
12289 B=B
12290 \end_layout
12291
12292 \end_inset
12293 </cell>
12294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12295 \begin_inset Text
12296
12297 \begin_layout Plain Layout
12298 \begin_inset Formula $A=A\hfill B=B$
12299 \end_inset
12300
12301
12302 \end_layout
12303
12304 \end_inset
12305 </cell>
12306 </row>
12307 </lyxtabular>
12308
12309 \end_inset
12310
12311
12312 \end_layout
12313
12314 \begin_layout Standard
12315 In the last example the available space is given by the longest column entry
12316  of the table.
12317  In an inline formula the space depends on the length of the line in which
12318  
12319 \series bold
12320
12321 \backslash
12322 hfill
12323 \series default
12324  is inserted.
12325  Thus, when the line uses the full width, no space will be created.
12326  
12327 \series bold
12328
12329 \backslash
12330 hfill
12331 \series default
12332  only has an effect on displayed formulas when the formula style 
12333 \series bold
12334 Indented
12335 \series default
12336  is used.
12337  (Formula styles are explained in 
12338 \begin_inset CommandInset ref
12339 LatexCommand ref
12340 reference "sec:Formula-Styles"
12341
12342 \end_inset
12343
12344 .)
12345 \end_layout
12346
12347 \begin_layout Standard
12348 Besides 
12349 \series bold
12350
12351 \backslash
12352 hfill
12353 \series default
12354 , there are the commands 
12355 \series bold
12356
12357 \backslash
12358 dotfill
12359 \series default
12360  and 
12361 \series bold
12362
12363 \backslash
12364 hrulefill
12365 \series default
12366  that fill the space with a pattern, see 
12367 \begin_inset CommandInset ref
12368 LatexCommand ref
12369 reference "sub:Ellipses"
12370
12371 \end_inset
12372
12373  for an example.
12374 \end_layout
12375
12376 \begin_layout Standard
12377 For text, variable space can be inserted via the menu 
12378 \family sans
12379 Insert\SpecialChar \menuseparator
12380 Formatting\SpecialChar \menuseparator
12381 Horizontal
12382 \begin_inset space ~
12383 \end_inset
12384
12385 Space
12386 \family default
12387 :
12388 \end_layout
12389
12390 \begin_layout Standard
12391 This is a line with
12392 \begin_inset space \hspace{}
12393 \length 2cm
12394 \end_inset
12395
12396 2
12397 \begin_inset space \thinspace{}
12398 \end_inset
12399
12400 cm space.
12401 \end_layout
12402
12403 \begin_layout Standard
12404 This is a line with
12405 \begin_inset space \hfill{}
12406 \end_inset
12407
12408 maximum space.
12409 \end_layout
12410
12411 \begin_layout Subsection
12412 Space besides inline Formulas
12413 \begin_inset Index idx
12414 status collapsed
12415
12416 \begin_layout Plain Layout
12417 Space ! besides inline formulas
12418 \end_layout
12419
12420 \end_inset
12421
12422
12423 \end_layout
12424
12425 \begin_layout Standard
12426 The space that surrounds inline formulas can be adjusted with the length
12427  
12428 \series bold
12429
12430 \backslash
12431 mathsurround
12432 \series default
12433
12434 \begin_inset Index idx
12435 status collapsed
12436
12437 \begin_layout Plain Layout
12438 Commands ! M ! 
12439 \backslash
12440 mathsurround
12441 \end_layout
12442
12443 \end_inset
12444
12445 .
12446  The value of a length is set with the command 
12447 \series bold
12448
12449 \backslash
12450 setlength
12451 \series default
12452
12453 \begin_inset Index idx
12454 status collapsed
12455
12456 \begin_layout Plain Layout
12457 Commands ! S ! 
12458 \backslash
12459 setlength
12460 \end_layout
12461
12462 \end_inset
12463
12464  that has the following scheme:
12465 \end_layout
12466
12467 \begin_layout Standard
12468
12469 \series bold
12470
12471 \backslash
12472 setlength{length name}{value}
12473 \end_layout
12474
12475 \begin_layout Standard
12476 To set 
12477 \series bold
12478
12479 \backslash
12480 mathsurround
12481 \series default
12482  to the value 5
12483 \begin_inset space \thinspace{}
12484 \end_inset
12485
12486 mm, the command
12487 \end_layout
12488
12489 \begin_layout Standard
12490
12491 \series bold
12492
12493 \backslash
12494 setlength{
12495 \backslash
12496 mathsurround}{5mm}
12497 \end_layout
12498
12499 \begin_layout Standard
12500 is inserted in TeX-mode.
12501  5
12502 \begin_inset space \thinspace{}
12503 \end_inset
12504
12505 mm space will now be set around all inline formulas:
12506 \begin_inset ERT
12507 status collapsed
12508
12509 \begin_layout Plain Layout
12510
12511
12512 \backslash
12513 setlength{
12514 \backslash
12515 mathsurround}{5mm}
12516 \end_layout
12517
12518 \end_inset
12519
12520
12521 \end_layout
12522
12523 \begin_layout Standard
12524 This is a line with an inline formula 
12525 \begin_inset Formula $A=B$
12526 \end_inset
12527
12528  with 5
12529 \begin_inset space \thinspace{}
12530 \end_inset
12531
12532 mm surrounding space.
12533 \begin_inset ERT
12534 status collapsed
12535
12536 \begin_layout Plain Layout
12537
12538
12539 \backslash
12540 setlength{
12541 \backslash
12542 mathsurround}{0pt}
12543 \end_layout
12544
12545 \end_inset
12546
12547
12548 \end_layout
12549
12550 \begin_layout Standard
12551 To return to the predefined value, 
12552 \series bold
12553
12554 \backslash
12555 mathsurround
12556 \series default
12557  is set to the value 0
12558 \begin_inset space \thinspace{}
12559 \end_inset
12560
12561 pt.
12562 \end_layout
12563
12564 \begin_layout Section
12565 Boxes and Frames
12566 \begin_inset Index idx
12567 status collapsed
12568
12569 \begin_layout Plain Layout
12570 Boxes
12571 \end_layout
12572
12573 \end_inset
12574
12575
12576 \begin_inset Index idx
12577 status collapsed
12578
12579 \begin_layout Plain Layout
12580 Frames | see
12581 \begin_inset ERT
12582 status collapsed
12583
12584 \begin_layout Plain Layout
12585
12586 {
12587 \end_layout
12588
12589 \end_inset
12590
12591 Boxes
12592 \begin_inset ERT
12593 status collapsed
12594
12595 \begin_layout Plain Layout
12596
12597 }
12598 \end_layout
12599
12600 \end_inset
12601
12602
12603 \end_layout
12604
12605 \end_inset
12606
12607
12608 \end_layout
12609
12610 \begin_layout Standard
12611 Boxes for text are described in chapter 
12612 \family typewriter
12613 Boxes
12614 \family default
12615  in the 
12616 \family typewriter
12617 Embedded
12618 \begin_inset space ~
12619 \end_inset
12620
12621 Objects
12622 \family default
12623  manual.
12624 \end_layout
12625
12626 \begin_layout Subsection
12627 Boxes with Frame
12628 \begin_inset CommandInset label
12629 LatexCommand label
12630 name "sub:Boxes-with-Frame"
12631
12632 \end_inset
12633
12634
12635 \begin_inset Index idx
12636 status collapsed
12637
12638 \begin_layout Plain Layout
12639 Boxes ! with frame
12640 \end_layout
12641
12642 \end_inset
12643
12644
12645 \end_layout
12646
12647 \begin_layout Standard
12648 It is possible to frame formulas or parts of it with the commands 
12649 \series bold
12650
12651 \backslash
12652 fbox
12653 \series default
12654
12655 \begin_inset Index idx
12656 status collapsed
12657
12658 \begin_layout Plain Layout
12659 Commands ! F ! 
12660 \backslash
12661 fbox
12662 \end_layout
12663
12664 \end_inset
12665
12666  and 
12667 \series bold
12668
12669 \backslash
12670 boxed
12671 \series default
12672
12673 \begin_inset Index idx
12674 status collapsed
12675
12676 \begin_layout Plain Layout
12677 Commands ! B ! 
12678 \backslash
12679 boxed
12680 \end_layout
12681
12682 \end_inset
12683
12684 .
12685 \end_layout
12686
12687 \begin_layout Standard
12688 When one of these commands is inserted to a formula, a blue box appears
12689  within a frame to enter formula parts.
12690  For 
12691 \series bold
12692
12693 \backslash
12694 fbox
12695 \series default
12696  an additional formula has to be created by 
12697 \family sans
12698 Ctrl+M
12699 \family default
12700  within this box, because the box content will otherwise be treated as mathemati
12701 cal text.
12702  When 
12703 \series bold
12704
12705 \backslash
12706 boxed
12707 \series default
12708  is used, a new formula is automatically created inside the frame.
12709 \end_layout
12710
12711 \begin_layout Standard
12712 The command 
12713 \series bold
12714
12715 \backslash
12716 fbox
12717 \series default
12718  is not suitable to frame displayed formulas because the formula will always
12719  be set in the size of the text.
12720  
12721 \series bold
12722
12723 \backslash
12724 boxed
12725 \series default
12726  is in contrary not suitable to frame inline formulas, because the formula
12727  will always be set in the size of a displayed formula.
12728 \end_layout
12729
12730 \begin_layout Standard
12731 As extension to 
12732 \series bold
12733
12734 \backslash
12735 fbox
12736 \series default
12737  there is the command 
12738 \series bold
12739
12740 \backslash
12741 framebox
12742 \series default
12743
12744 \begin_inset Index idx
12745 status collapsed
12746
12747 \begin_layout Plain Layout
12748 Commands ! F ! 
12749 \backslash
12750 framebox
12751 \end_layout
12752
12753 \end_inset
12754
12755  where additionally the frame width and the alignment can be specified.
12756  
12757 \series bold
12758
12759 \backslash
12760 framebox
12761 \series default
12762  is used in the following scheme:
12763 \end_layout
12764
12765 \begin_layout Standard
12766
12767 \series bold
12768
12769 \backslash
12770 framebox[frame width][position]{box content}
12771 \end_layout
12772
12773 \begin_layout Standard
12774 The position can either be 
12775 \emph on
12776 l
12777 \emph default
12778  or 
12779 \emph on
12780 r
12781 \emph default
12782 .
12783  
12784 \emph on
12785 l
12786 \emph default
12787  left aligns, 
12788 \emph on
12789 r
12790 \emph default
12791  right aligns the formula in the box.
12792  When no position is given, the formula will be centered.
12793 \begin_inset Newline newline
12794 \end_inset
12795
12796 Is no width given, also no position can be given.
12797  In this case the frame width is adjusted to the box content like for 
12798 \series bold
12799
12800 \backslash
12801 fbox
12802 \series default
12803 .
12804 \end_layout
12805
12806 \begin_layout Standard
12807 When the command 
12808 \series bold
12809
12810 \backslash
12811 framebox
12812 \series default
12813  is inserted, a box appears containing three blue boxes.
12814  The first two boxes are surrounded by brackets and denote the two optional
12815  arguments.
12816  The third box is for formula parts like for 
12817 \series bold
12818
12819 \backslash
12820 fbox
12821 \series default
12822 .
12823 \end_layout
12824
12825 \begin_layout Standard
12826 \align center
12827 \begin_inset Tabular
12828 <lyxtabular version="3" rows="5" columns="2">
12829 <features tabularvalignment="middle">
12830 <column alignment="center" valignment="top" width="0">
12831 <column alignment="center" valignment="top" width="0">
12832 <row>
12833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12834 \begin_inset Text
12835
12836 \begin_layout Plain Layout
12837 Command
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Plain Layout
12846 Result
12847 \begin_inset Note Note
12848 status collapsed
12849
12850 \begin_layout Plain Layout
12851
12852 \series bold
12853
12854 \backslash
12855 raisebox
12856 \series default
12857  is only used as spacer.
12858 \end_layout
12859
12860 \end_inset
12861
12862
12863 \end_layout
12864
12865 \end_inset
12866 </cell>
12867 </row>
12868 <row>
12869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12870 \begin_inset Text
12871
12872 \begin_layout Plain Layout
12873
12874 \backslash
12875 fbox
12876 \begin_inset ERT
12877 status collapsed
12878
12879 \begin_layout Plain Layout
12880
12881
12882 \backslash
12883 spce 
12884 \end_layout
12885
12886 \end_inset
12887
12888
12889 \family sans
12890 Ctrl+M
12891 \family default
12892  
12893 \backslash
12894 int
12895 \begin_inset ERT
12896 status collapsed
12897
12898 \begin_layout Plain Layout
12899
12900
12901 \backslash
12902 spce 
12903 \end_layout
12904
12905 \end_inset
12906
12907 A=B
12908 \end_layout
12909
12910 \end_inset
12911 </cell>
12912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12913 \begin_inset Text
12914
12915 \begin_layout Plain Layout
12916 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12917 \end_inset
12918
12919
12920 \end_layout
12921
12922 \end_inset
12923 </cell>
12924 </row>
12925 <row>
12926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12927 \begin_inset Text
12928
12929 \begin_layout Plain Layout
12930
12931 \backslash
12932 boxed
12933 \begin_inset ERT
12934 status collapsed
12935
12936 \begin_layout Plain Layout
12937
12938
12939 \backslash
12940 spce 
12941 \end_layout
12942
12943 \end_inset
12944
12945
12946 \backslash
12947 int
12948 \begin_inset ERT
12949 status collapsed
12950
12951 \begin_layout Plain Layout
12952
12953
12954 \backslash
12955 spce 
12956 \end_layout
12957
12958 \end_inset
12959
12960 A=B
12961 \end_layout
12962
12963 \end_inset
12964 </cell>
12965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12966 \begin_inset Text
12967
12968 \begin_layout Plain Layout
12969 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12970 \end_inset
12971
12972
12973 \end_layout
12974
12975 \end_inset
12976 </cell>
12977 </row>
12978 <row>
12979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12980 \begin_inset Text
12981
12982 \begin_layout Plain Layout
12983 A+
12984 \backslash
12985 fbox
12986 \begin_inset ERT
12987 status collapsed
12988
12989 \begin_layout Plain Layout
12990
12991
12992 \backslash
12993 spce 
12994 \end_layout
12995
12996 \end_inset
12997
12998 B
12999 \end_layout
13000
13001 \end_inset
13002 </cell>
13003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13004 \begin_inset Text
13005
13006 \begin_layout Plain Layout
13007 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13008 \end_inset
13009
13010
13011 \end_layout
13012
13013 \end_inset
13014 </cell>
13015 </row>
13016 <row>
13017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13018 \begin_inset Text
13019
13020 \begin_layout Plain Layout
13021
13022 \backslash
13023 framebox
13024 \begin_inset ERT
13025 status collapsed
13026
13027 \begin_layout Plain Layout
13028
13029
13030 \backslash
13031 spce 
13032 \end_layout
13033
13034 \end_inset
13035
13036 20mm
13037 \begin_inset Formula $\to$
13038 \end_inset
13039
13040
13041 \begin_inset Formula $\to$
13042 \end_inset
13043
13044
13045 \family sans
13046 Ctrl+M
13047 \family default
13048  
13049 \backslash
13050 frac
13051 \begin_inset ERT
13052 status collapsed
13053
13054 \begin_layout Plain Layout
13055
13056
13057 \backslash
13058 spce 
13059 \end_layout
13060
13061 \end_inset
13062
13063 A
13064 \begin_inset Formula $\downarrow$
13065 \end_inset
13066
13067 B
13068 \end_layout
13069
13070 \end_inset
13071 </cell>
13072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13073 \begin_inset Text
13074
13075 \begin_layout Plain Layout
13076 \begin_inset Formula $\raisebox{6mm}{}$
13077 \end_inset
13078
13079
13080 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13081 \end_inset
13082
13083
13084 \begin_inset Formula $\raisebox{-4mm}{}$
13085 \end_inset
13086
13087
13088 \end_layout
13089
13090 \end_inset
13091 </cell>
13092 </row>
13093 </lyxtabular>
13094
13095 \end_inset
13096
13097
13098 \end_layout
13099
13100 \begin_layout Standard
13101 The frame thickness can also be adjusted.
13102  To do this the following commands have to be inserted in TeX-mode before
13103  the formula
13104 \end_layout
13105
13106 \begin_layout Standard
13107
13108 \series bold
13109
13110 \backslash
13111 fboxrule
13112 \series default
13113  
13114 \series bold
13115
13116 \begin_inset Quotes eld
13117 \end_inset
13118
13119 thickness
13120 \begin_inset Quotes erd
13121 \end_inset
13122
13123
13124 \series default
13125  
13126 \series bold
13127
13128 \backslash
13129 fboxsep
13130 \series default
13131  
13132 \series bold
13133
13134 \begin_inset Quotes eld
13135 \end_inset
13136
13137 distance
13138 \begin_inset Quotes erd
13139 \end_inset
13140
13141
13142 \end_layout
13143
13144 \begin_layout Standard
13145 \begin_inset Quotes eld
13146 \end_inset
13147
13148 distance
13149 \begin_inset Quotes erd
13150 \end_inset
13151
13152  specifies the minimal distance between the frame and the first character
13153  in the box.
13154  An example for this is the following framed formula:
13155 \begin_inset ERT
13156 status collapsed
13157
13158 \begin_layout Plain Layout
13159
13160
13161 \backslash
13162 fboxrule 2mm 
13163 \backslash
13164 fboxsep 3mm
13165 \end_layout
13166
13167 \end_inset
13168
13169
13170 \begin_inset Formula \[
13171 \boxed{A+B=C}
13172 \]
13173
13174 \end_inset
13175
13176 Before this formula the commands
13177 \end_layout
13178
13179 \begin_layout Standard
13180
13181 \series bold
13182
13183 \backslash
13184 fboxrule
13185 \series default
13186  
13187 \series bold
13188 2mm
13189 \series default
13190  
13191 \series bold
13192
13193 \backslash
13194 fboxsep
13195 \series default
13196  
13197 \series bold
13198 3mm
13199 \end_layout
13200
13201 \begin_layout Standard
13202 were inserted in TeX-mode.
13203  The given values are used for all following boxes.
13204 \end_layout
13205
13206 \begin_layout Standard
13207 To return to the standard frame size, the command
13208 \end_layout
13209
13210 \begin_layout Standard
13211
13212 \series bold
13213
13214 \backslash
13215 fboxrule
13216 \series default
13217  
13218 \series bold
13219 0.4pt
13220 \series default
13221  
13222 \series bold
13223
13224 \backslash
13225 fboxsep
13226 \series default
13227  
13228 \series bold
13229 3pt
13230 \series default
13231
13232 \begin_inset ERT
13233 status collapsed
13234
13235 \begin_layout Plain Layout
13236
13237
13238 \backslash
13239 fboxrule 0.4pt 
13240 \backslash
13241 fboxsep 3pt
13242 \end_layout
13243
13244 \end_inset
13245
13246
13247 \end_layout
13248
13249 \begin_layout Standard
13250 is inserted in TeX-mode before the next formula.
13251 \end_layout
13252
13253 \begin_layout Subsection
13254 Boxes without Frame
13255 \begin_inset CommandInset label
13256 LatexCommand label
13257 name "sub:Boxes-without-Frame"
13258
13259 \end_inset
13260
13261
13262 \begin_inset Index idx
13263 status collapsed
13264
13265 \begin_layout Plain Layout
13266 Boxes ! without frame
13267 \end_layout
13268
13269 \end_inset
13270
13271
13272 \end_layout
13273
13274 \begin_layout Standard
13275 For boxes without a frame there are the following box commands: 
13276 \series bold
13277
13278 \backslash
13279 mbox
13280 \series default
13281
13282 \begin_inset Index idx
13283 status collapsed
13284
13285 \begin_layout Plain Layout
13286 Commands ! M ! 
13287 \backslash
13288 mbox
13289 \end_layout
13290
13291 \end_inset
13292
13293
13294 \series bold
13295
13296 \backslash
13297 makebox
13298 \series default
13299
13300 \begin_inset Index idx
13301 status collapsed
13302
13303 \begin_layout Plain Layout
13304 Commands ! M ! 
13305 \backslash
13306 makebox
13307 \end_layout
13308
13309 \end_inset
13310
13311  and 
13312 \series bold
13313
13314 \backslash
13315 raisebox
13316 \series default
13317
13318 \begin_inset Index idx
13319 status collapsed
13320
13321 \begin_layout Plain Layout
13322 Commands ! R ! 
13323 \backslash
13324 raisebox
13325 \end_layout
13326
13327 \end_inset
13328
13329
13330 \end_layout
13331
13332 \begin_layout Standard
13333 With 
13334 \series bold
13335
13336 \backslash
13337 raisebox
13338 \series default
13339  a box can be super- or subscripted.
13340  But in contrary to normal super- and subscripting, the characters in the
13341  box keep their font size.
13342  
13343 \series bold
13344
13345 \backslash
13346 raisebox
13347 \series default
13348  is used in the following scheme:
13349 \end_layout
13350
13351 \begin_layout Standard
13352
13353 \series bold
13354
13355 \backslash
13356 raisebox{height}{box content}
13357 \end_layout
13358
13359 \begin_layout Standard
13360 When the box should contain a formula, an extra formula is needed like for
13361  
13362 \series bold
13363
13364 \backslash
13365 fbox
13366 \series default
13367 .
13368  
13369 \series medium
13370
13371 \begin_inset Note Greyedout
13372 status open
13373
13374 \begin_layout Plain Layout
13375
13376 \series bold
13377 Note:
13378 \series default
13379  For 
13380 \series bold
13381
13382 \backslash
13383 raisebox
13384 \series default
13385  this extra formula is created by pressing 
13386 \family sans
13387 Ctrl+M
13388 \family default
13389  twice instead of once because LyX doesn't yet support 
13390 \series bold
13391
13392 \backslash
13393 raisebox
13394 \series default
13395  directly.
13396 \end_layout
13397
13398 \end_inset
13399
13400
13401 \end_layout
13402
13403 \begin_layout Standard
13404 \align center
13405 \begin_inset Tabular
13406 <lyxtabular version="3" rows="4" columns="2">
13407 <features tabularvalignment="middle">
13408 <column alignment="center" valignment="top" width="0">
13409 <column alignment="center" valignment="top" width="0">
13410 <row>
13411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13412 \begin_inset Text
13413
13414 \begin_layout Plain Layout
13415 Command
13416 \end_layout
13417
13418 \end_inset
13419 </cell>
13420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13421 \begin_inset Text
13422
13423 \begin_layout Plain Layout
13424 Result
13425 \end_layout
13426
13427 \end_inset
13428 </cell>
13429 </row>
13430 <row>
13431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13432 \begin_inset Text
13433
13434 \begin_layout Plain Layout
13435 H
13436 \backslash
13437 raisebox{2mm
13438 \begin_inset Formula $\to$
13439 \end_inset
13440
13441
13442 \backslash
13443 {al
13444 \begin_inset Formula $\to$
13445 \end_inset
13446
13447  lo
13448 \end_layout
13449
13450 \end_inset
13451 </cell>
13452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13453 \begin_inset Text
13454
13455 \begin_layout Plain Layout
13456 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13457 \end_inset
13458
13459
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 </row>
13465 <row>
13466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13467 \begin_inset Text
13468
13469 \begin_layout Plain Layout
13470 H
13471 \backslash
13472 raisebox{-2mm
13473 \begin_inset Formula $\to$
13474 \end_inset
13475
13476
13477 \backslash
13478 {al
13479 \begin_inset Formula $\to$
13480 \end_inset
13481
13482 lo
13483 \end_layout
13484
13485 \end_inset
13486 </cell>
13487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13488 \begin_inset Text
13489
13490 \begin_layout Plain Layout
13491 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13492 \end_inset
13493
13494
13495 \end_layout
13496
13497 \end_inset
13498 </cell>
13499 </row>
13500 <row>
13501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13502 \begin_inset Text
13503
13504 \begin_layout Plain Layout
13505 A=
13506 \backslash
13507 raisebox{-2mm
13508 \begin_inset Formula $\to$
13509 \end_inset
13510
13511
13512 \backslash
13513 {
13514 \family sans
13515 Ctrl+M
13516 \family default
13517  
13518 \family sans
13519 Ctrl+M
13520 \family default
13521  
13522 \backslash
13523 sqrt
13524 \begin_inset ERT
13525 status collapsed
13526
13527 \begin_layout Plain Layout
13528
13529
13530 \backslash
13531 spce 
13532 \end_layout
13533
13534 \end_inset
13535
13536
13537 \end_layout
13538
13539 \end_inset
13540 </cell>
13541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13542 \begin_inset Text
13543
13544 \begin_layout Plain Layout
13545 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13546 \end_inset
13547
13548
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 </row>
13554 </lyxtabular>
13555
13556 \end_inset
13557
13558
13559 \end_layout
13560
13561 \begin_layout Standard
13562 The command 
13563 \series bold
13564
13565 \backslash
13566 mbox
13567 \series default
13568  is equivalent to 
13569 \series bold
13570
13571 \backslash
13572 fbox
13573 \series default
13574  and 
13575 \series bold
13576
13577 \backslash
13578 makebox
13579 \series default
13580  is equivalent to 
13581 \series bold
13582
13583 \backslash
13584 framebox
13585 \series default
13586 , with the difference that there is no frame.
13587 \end_layout
13588
13589 \begin_layout Subsection
13590 Colored Boxes
13591 \begin_inset CommandInset label
13592 LatexCommand label
13593 name "sub:Colored-Boxes"
13594
13595 \end_inset
13596
13597
13598 \begin_inset Index idx
13599 status collapsed
13600
13601 \begin_layout Plain Layout
13602 Boxes ! colored
13603 \end_layout
13604
13605 \end_inset
13606
13607
13608 \end_layout
13609
13610 \begin_layout Standard
13611 To be able to use all commands explained in this section, the LaTeX-package
13612  
13613 \series bold
13614 color
13615 \series default
13616
13617 \begin_inset Foot
13618 status collapsed
13619
13620 \begin_layout Plain Layout
13621 The LaTeX-package 
13622 \series bold
13623 color
13624 \series default
13625  is part of every LaTeX standard installation.
13626 \end_layout
13627
13628 \end_inset
13629
13630
13631 \begin_inset Index idx
13632 status collapsed
13633
13634 \begin_layout Plain Layout
13635 Packages ! color
13636 \end_layout
13637
13638 \end_inset
13639
13640  has to be loaded in the LaTeX-preamble with the line
13641 \begin_inset Foot
13642 status collapsed
13643
13644 \begin_layout Plain Layout
13645 When text is colored somewhere in the document with a predefined color,
13646  LyX loads the LaTeX-package 
13647 \series bold
13648 color
13649 \series default
13650  automatically.
13651  Thus it is possible that the package is loaded twice, but this doesn't
13652  arise problems.
13653 \end_layout
13654
13655 \end_inset
13656
13657
13658 \begin_inset Note Note
13659 status collapsed
13660
13661 \begin_layout Plain Layout
13662 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13663 amble.
13664 \end_layout
13665
13666 \end_inset
13667
13668
13669 \end_layout
13670
13671 \begin_layout Standard
13672
13673 \series bold
13674
13675 \backslash
13676 usepackage{color}
13677 \end_layout
13678
13679 \begin_layout Standard
13680 \begin_inset VSpace medskip
13681 \end_inset
13682
13683 To color boxes, the command 
13684 \series bold
13685
13686 \backslash
13687 colorbox
13688 \series default
13689
13690 \begin_inset Index idx
13691 status collapsed
13692
13693 \begin_layout Plain Layout
13694 Commands ! C ! 
13695 \backslash
13696 colorbox
13697 \end_layout
13698
13699 \end_inset
13700
13701  is used in the following scheme:
13702 \end_layout
13703
13704 \begin_layout Standard
13705
13706 \series bold
13707
13708 \backslash
13709 colorbox{color}{box content}
13710 \end_layout
13711
13712 \begin_layout Standard
13713 The box content can also be a box and a 
13714 \series bold
13715
13716 \backslash
13717 colorbox
13718 \series default
13719  can also be part of another box (see the 2nd and 3rd example).
13720  When the box should contain a formula, an extra formula has to be created,
13721  the same way as for 
13722 \series bold
13723
13724 \backslash
13725 raisebox
13726 \series default
13727 .
13728 \begin_inset Foot
13729 status collapsed
13730
13731 \begin_layout Plain Layout
13732 This also applies for the command 
13733 \series bold
13734
13735 \backslash
13736 fcolorbox
13737 \series default
13738 .
13739 \end_layout
13740
13741 \end_inset
13742
13743
13744 \end_layout
13745
13746 \begin_layout Standard
13747 One of the following predefined colors can be chosen:
13748 \end_layout
13749
13750 \begin_layout Standard
13751
13752 \series bold
13753 black
13754 \series default
13755
13756 \series bold
13757 blue
13758 \series default
13759
13760 \series bold
13761 cyan
13762 \series default
13763
13764 \series bold
13765 green
13766 \series default
13767
13768 \series bold
13769 magenta
13770 \series default
13771
13772 \series bold
13773 red
13774 \series default
13775
13776 \series bold
13777 white
13778 \series default
13779  and 
13780 \series bold
13781 yellow
13782 \end_layout
13783
13784 \begin_layout Standard
13785 \align center
13786 \begin_inset Tabular
13787 <lyxtabular version="3" rows="4" columns="2">
13788 <features tabularvalignment="middle">
13789 <column alignment="center" valignment="top" width="0">
13790 <column alignment="center" valignment="top" width="0">
13791 <row>
13792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13793 \begin_inset Text
13794
13795 \begin_layout Plain Layout
13796 Command
13797 \end_layout
13798
13799 \end_inset
13800 </cell>
13801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13802 \begin_inset Text
13803
13804 \begin_layout Plain Layout
13805 Result
13806 \begin_inset Note Note
13807 status collapsed
13808
13809 \begin_layout Plain Layout
13810
13811 \series bold
13812
13813 \backslash
13814 raisebox
13815 \series default
13816  is only used as spacer.
13817 \end_layout
13818
13819 \end_inset
13820
13821
13822 \end_layout
13823
13824 \end_inset
13825 </cell>
13826 </row>
13827 <row>
13828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13829 \begin_inset Text
13830
13831 \begin_layout Plain Layout
13832
13833 \backslash
13834 colorbox{yellow
13835 \begin_inset Formula $\to$
13836 \end_inset
13837
13838
13839 \backslash
13840 {A=B
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Plain Layout
13849 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13850 \end_inset
13851
13852
13853 \end_layout
13854
13855 \end_inset
13856 </cell>
13857 </row>
13858 <row>
13859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13860 \begin_inset Text
13861
13862 \begin_layout Plain Layout
13863
13864 \backslash
13865 colorbox{green
13866 \begin_inset Formula $\to$
13867 \end_inset
13868
13869
13870 \backslash
13871 {
13872 \backslash
13873 fbox
13874 \begin_inset ERT
13875 status collapsed
13876
13877 \begin_layout Plain Layout
13878
13879
13880 \backslash
13881 spce 
13882 \end_layout
13883
13884 \end_inset
13885
13886 A=B
13887 \end_layout
13888
13889 \end_inset
13890 </cell>
13891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13892 \begin_inset Text
13893
13894 \begin_layout Plain Layout
13895 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13896 \end_inset
13897
13898
13899 \end_layout
13900
13901 \end_inset
13902 </cell>
13903 </row>
13904 <row>
13905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13906 \begin_inset Text
13907
13908 \begin_layout Plain Layout
13909
13910 \backslash
13911 fbox
13912 \begin_inset ERT
13913 status collapsed
13914
13915 \begin_layout Plain Layout
13916
13917
13918 \backslash
13919 spce 
13920 \end_layout
13921
13922 \end_inset
13923
13924
13925 \backslash
13926 colorbox{green
13927 \begin_inset Formula $\to$
13928 \end_inset
13929
13930
13931 \backslash
13932 {
13933 \family sans
13934 Ctrl+M
13935 \family default
13936  
13937 \family sans
13938 Ctrl+M
13939 \family default
13940  
13941 \backslash
13942 int
13943 \begin_inset ERT
13944 status collapsed
13945
13946 \begin_layout Plain Layout
13947
13948
13949 \backslash
13950 spce 
13951 \end_layout
13952
13953 \end_inset
13954
13955 C=D
13956 \end_layout
13957
13958 \end_inset
13959 </cell>
13960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13961 \begin_inset Text
13962
13963 \begin_layout Plain Layout
13964 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13965 \end_inset
13966
13967
13968 \end_layout
13969
13970 \end_inset
13971 </cell>
13972 </row>
13973 </lyxtabular>
13974
13975 \end_inset
13976
13977
13978 \end_layout
13979
13980 \begin_layout Standard
13981
13982 \series bold
13983
13984 \backslash
13985 colorbox
13986 \series default
13987  only colors the box but not the characters in the box.
13988  To color all characters, the whole formula is highlighted and the wanted
13989  color is chosen in the 
13990 \family sans
13991 Text
13992 \begin_inset space ~
13993 \end_inset
13994
13995 Style
13996 \family default
13997  dialog.
13998  The dialog can be called with the toolbar button 
13999 \begin_inset Graphics
14000         filename ../images/dialog-show_character.png
14001         scale 85
14002
14003 \end_inset
14004
14005  or the menu 
14006 \family sans
14007 Edit\SpecialChar \menuseparator
14008 Text
14009 \begin_inset space ~
14010 \end_inset
14011
14012 Style\SpecialChar \menuseparator
14013 Customized
14014 \family default
14015 .
14016  The formula number has then the same color as the formula.
14017  When the formula number should get another color than the formula characters,
14018  the color must be changed within the formula.
14019 \end_layout
14020
14021 \begin_layout Standard
14022 An example:
14023 \end_layout
14024
14025 \begin_layout Standard
14026
14027 \color red
14028 \begin_inset Formula \begin{equation}
14029 \int A=B\label{eq:red}
14030 \end{equation}
14031
14032 \end_inset
14033
14034
14035 \color green
14036
14037 \begin_inset Formula \begin{equation}
14038 \textcolor{red}{\int A=B}\label{eq:redgreen}
14039 \end{equation}
14040
14041 \end_inset
14042
14043
14044 \end_layout
14045
14046 \begin_layout Standard
14047 Formula 
14048 \begin_inset CommandInset ref
14049 LatexCommand eqref
14050 reference "eq:red"
14051
14052 \end_inset
14053
14054  is completely colored red.
14055 \begin_inset Newline newline
14056 \end_inset
14057
14058 Formula 
14059 \begin_inset CommandInset ref
14060 LatexCommand eqref
14061 reference "eq:redgreen"
14062
14063 \end_inset
14064
14065  was first completely colored green to set the color for the formula number.
14066  Subsequently the formula characters were colored red.
14067 \end_layout
14068
14069 \begin_layout Standard
14070 \begin_inset VSpace bigskip
14071 \end_inset
14072
14073 To color the frame different than the rest of the box, the command 
14074 \series bold
14075
14076 \backslash
14077 fcolorbox
14078 \series default
14079
14080 \begin_inset Index idx
14081 status collapsed
14082
14083 \begin_layout Plain Layout
14084 Commands ! F ! 
14085 \backslash
14086 fcolorbox
14087 \end_layout
14088
14089 \end_inset
14090
14091  is used in the following scheme:
14092 \end_layout
14093
14094 \begin_layout Standard
14095
14096 \series bold
14097
14098 \backslash
14099 fcolorbox{frame color}{color}{box content}
14100 \end_layout
14101
14102 \begin_layout Standard
14103 So 
14104 \series bold
14105
14106 \backslash
14107 fcolorbox
14108 \series default
14109  is an extension of the command 
14110 \series bold
14111
14112 \backslash
14113 colorbox
14114 \series default
14115 .
14116  The frame width is set, like for 
14117 \series bold
14118
14119 \backslash
14120 framebox
14121 \series default
14122 , with 
14123 \series bold
14124
14125 \backslash
14126 fboxrule
14127 \series default
14128  and 
14129 \series bold
14130
14131 \backslash
14132 fboxsep
14133 \series default
14134 .
14135  An example:
14136 \begin_inset ERT
14137 status collapsed
14138
14139 \begin_layout Plain Layout
14140
14141
14142 \backslash
14143 fboxrule 1mm 
14144 \backslash
14145 fboxsep 1mm
14146 \end_layout
14147
14148 \end_inset
14149
14150
14151 \begin_inset Formula \[
14152 \fcolorbox{cyan}{magenta}{A=B}
14153 \]
14154
14155 \end_inset
14156
14157
14158 \begin_inset ERT
14159 status collapsed
14160
14161 \begin_layout Plain Layout
14162
14163
14164 \backslash
14165 fboxrule 0.4pt 
14166 \backslash
14167 fboxsep 3pt
14168 \end_layout
14169
14170 \end_inset
14171
14172
14173 \end_layout
14174
14175 \begin_layout Standard
14176 This formula was created with the command
14177 \begin_inset Newline newline
14178 \end_inset
14179
14180
14181 \series bold
14182
14183 \backslash
14184 fcolorbox{cyan
14185 \begin_inset Formula $\to$
14186 \end_inset
14187
14188
14189 \backslash
14190 {magenta
14191 \begin_inset Formula $\to$
14192 \end_inset
14193
14194
14195 \backslash
14196 {A=B
14197 \series default
14198 .
14199 \end_layout
14200
14201 \begin_layout Standard
14202 \begin_inset VSpace bigskip
14203 \end_inset
14204
14205 To use other colors than the predefined ones, they have to be defined first.
14206 \end_layout
14207
14208 \begin_layout Standard
14209 One can for example define the color 
14210 \begin_inset Quotes eld
14211 \end_inset
14212
14213
14214 \series bold
14215 darkgreen
14216 \series default
14217
14218 \begin_inset Quotes erd
14219 \end_inset
14220
14221  with the LaTeX-preamble line:
14222 \end_layout
14223
14224 \begin_layout Standard
14225
14226 \series bold
14227
14228 \backslash
14229 definecolor{darkgreen}{cmyk}{0.5,
14230 \series default
14231  
14232 \series bold
14233 0,
14234 \series default
14235  
14236 \series bold
14237 1,
14238 \series default
14239  
14240 \series bold
14241 0.5}
14242 \series default
14243
14244 \begin_inset Index idx
14245 status collapsed
14246
14247 \begin_layout Plain Layout
14248 Commands ! D ! 
14249 \backslash
14250 definecolor
14251 \end_layout
14252
14253 \end_inset
14254
14255
14256 \end_layout
14257
14258 \begin_layout Standard
14259
14260 \series bold
14261 cmyk
14262 \series default
14263  is the color space that denotes the colors 
14264 \series bold
14265 cyan
14266 \series default
14267
14268 \series bold
14269 magenta
14270 \series default
14271
14272 \series bold
14273 yellow
14274 \series default
14275  and 
14276 \series bold
14277 black
14278 \series default
14279 .
14280  The four comma separated numbers are the portion factor for the corresponding
14281  colors of the color space.
14282  The factors can be in the range of 0
14283 \begin_inset space \thinspace{}
14284 \end_inset
14285
14286 -
14287 \begin_inset space \thinspace{}
14288 \end_inset
14289
14290 1.
14291  Instead of 
14292 \series bold
14293 cmyk
14294 \series default
14295  also the color space 
14296 \series bold
14297 rgb
14298 \series default
14299  can be used for definitions.
14300  
14301 \series bold
14302 rgb
14303 \series default
14304  denotes 
14305 \series bold
14306 red
14307 \series default
14308
14309 \series bold
14310 green
14311 \series default
14312  and 
14313 \series bold
14314 blue
14315 \series default
14316 , so that there are in this case three portion factors for the corresponding
14317  colors.
14318  Furthermore there is the color space 
14319 \series bold
14320 gray
14321 \series default
14322  with one portion factor for the gray value.
14323 \end_layout
14324
14325 \begin_layout Standard
14326 As example a framed box with the new defined color 
14327 \series bold
14328 darkgreen
14329 \series default
14330  where the characters have been colored 
14331 \series bold
14332 yellow
14333 \series default
14334 :
14335 \begin_inset Formula \begin{equation}
14336 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14337 \end{equation}
14338
14339 \end_inset
14340
14341
14342 \end_layout
14343
14344 \begin_layout Standard
14345 Self-defined colors can also be used for text with the help of the command
14346  
14347 \series bold
14348
14349 \backslash
14350 textcolor
14351 \series default
14352 :
14353 \begin_inset Index idx
14354 status collapsed
14355
14356 \begin_layout Plain Layout
14357 Text ! colored
14358 \end_layout
14359
14360 \end_inset
14361
14362
14363 \end_layout
14364
14365 \begin_layout Standard
14366 \begin_inset ERT
14367 status collapsed
14368
14369 \begin_layout Plain Layout
14370
14371
14372 \backslash
14373 textcolor{darkgreen}{
14374 \end_layout
14375
14376 \end_inset
14377
14378 This sentence is 
14379 \begin_inset Quotes eld
14380 \end_inset
14381
14382 darkgreen
14383 \begin_inset Quotes erd
14384 \end_inset
14385
14386 .
14387 \begin_inset ERT
14388 status collapsed
14389
14390 \begin_layout Plain Layout
14391
14392 }
14393 \end_layout
14394
14395 \end_inset
14396
14397
14398 \end_layout
14399
14400 \begin_layout Standard
14401
14402 \series bold
14403
14404 \backslash
14405 textcolor
14406 \series default
14407
14408 \begin_inset Index idx
14409 status collapsed
14410
14411 \begin_layout Plain Layout
14412 Commands ! T ! 
14413 \backslash
14414 textcolor
14415 \end_layout
14416
14417 \end_inset
14418
14419  is used in the scheme 
14420 \series bold
14421
14422 \backslash
14423 textcolor{color}{characters to color}
14424 \series default
14425 .
14426 \end_layout
14427
14428 \begin_layout Subsection
14429 Paragraph Boxes
14430 \begin_inset CommandInset label
14431 LatexCommand label
14432 name "sub:Paragraph-Boxes"
14433
14434 \end_inset
14435
14436
14437 \begin_inset Index idx
14438 status collapsed
14439
14440 \begin_layout Plain Layout
14441 Boxes ! as paragraph
14442 \end_layout
14443
14444 \end_inset
14445
14446
14447 \end_layout
14448
14449 \begin_layout Standard
14450 A box that can contain several lines and paragraphs, a so called paragraph
14451  box (parbox), can be created with the menu 
14452 \family sans
14453 Insert\SpecialChar \menuseparator
14454 Box
14455 \family default
14456  or the toolbar button 
14457 \begin_inset Graphics
14458         filename ../images/box-insert.png
14459         scale 85
14460
14461 \end_inset
14462
14463 .
14464 \end_layout
14465
14466 \begin_layout Standard
14467 The following example shows a framed parbox in a line:
14468 \end_layout
14469
14470 \begin_layout Standard
14471 \begin_inset VSpace medskip
14472 \end_inset
14473
14474 This is a line 
14475 \begin_inset Box Boxed
14476 position "c"
14477 hor_pos "c"
14478 has_inner_box 1
14479 inner_pos "t"
14480 use_parbox 1
14481 use_makebox 0
14482 width "5cm"
14483 special "none"
14484 height "1in"
14485 height_special "totalheight"
14486 status open
14487
14488 \begin_layout Plain Layout
14489 This is a paragraph box.
14490  It is exactly 5
14491 \begin_inset space \thinspace{}
14492 \end_inset
14493
14494 cm long and can also contain formulas: 
14495 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14496 \end_inset
14497
14498
14499 \end_layout
14500
14501 \end_inset
14502
14503  with a parbox.
14504 \end_layout
14505
14506 \begin_layout Standard
14507 \begin_inset VSpace medskip
14508 \end_inset
14509
14510
14511 \end_layout
14512
14513 \begin_layout Standard
14514 Such a box is created by right-clicking on the gray box inset.
14515  A dialog pops up showing the box properties.
14516  In our case set: 
14517 \emph on
14518 Decoration
14519 \emph default
14520 : Recangular box, 
14521 \emph on
14522 Inner Box
14523 \emph default
14524 : Parbox, 
14525 \emph on
14526 Width
14527 \emph default
14528 : 5
14529 \begin_inset space \thinspace{}
14530 \end_inset
14531
14532 cm, 
14533 \emph on
14534 Vertical Box Alignment
14535 \emph default
14536 : Middle
14537 \end_layout
14538
14539 \begin_layout Standard
14540 \begin_inset VSpace medskip
14541 \end_inset
14542
14543 In LaTeX a parbox is created with the command 
14544 \series bold
14545
14546 \backslash
14547 parbox
14548 \series default
14549
14550 \begin_inset Index idx
14551 status collapsed
14552
14553 \begin_layout Plain Layout
14554 Commands ! P ! 
14555 \backslash
14556 parbox
14557 \end_layout
14558
14559 \end_inset
14560
14561  that has the following scheme:
14562 \end_layout
14563
14564 \begin_layout Standard
14565
14566 \series bold
14567
14568 \backslash
14569 parbox[position]{width}{box content}
14570 \end_layout
14571
14572 \begin_layout Standard
14573 The positions 
14574 \emph on
14575 b
14576 \emph default
14577  and 
14578 \emph on
14579 t
14580 \emph default
14581  are possible.
14582  
14583 \emph on
14584 b
14585 \emph default
14586  for bottom means that the box is aligned within the surrounding text with
14587  its last line.
14588  With 
14589 \emph on
14590 t
14591 \emph default
14592  for top this is done with the first line.
14593  When no position is given, the box will be vertically centered, see section
14594  
14595 \emph on
14596 Boxes
14597 \emph default
14598  of the 
14599 \emph on
14600 Embedded
14601 \begin_inset space ~
14602 \end_inset
14603
14604 Objects
14605 \emph default
14606  manual for examples.
14607 \end_layout
14608
14609 \begin_layout Standard
14610 \begin_inset VSpace bigskip
14611 \end_inset
14612
14613 To frame formulas completely, including the formula number, the formula
14614  must be set into a parbox.
14615  To do this, the command 
14616 \series bold
14617
14618 \backslash
14619 fbox{
14620 \backslash
14621 parbox{
14622 \backslash
14623 linewidth-2
14624 \backslash
14625 fboxsep-2
14626 \backslash
14627 fboxrule}{
14628 \series default
14629  is inserted in TeX-mode before the formula.
14630  
14631 \series bold
14632
14633 \backslash
14634 linewidth
14635 \series default
14636
14637 \begin_inset Index idx
14638 status collapsed
14639
14640 \begin_layout Plain Layout
14641 Commands ! L ! 
14642 \backslash
14643 linewidth
14644 \end_layout
14645
14646 \end_inset
14647
14648  is hereby the line width set for the document.
14649  Because the frame is outside the parbox, 2
14650 \begin_inset space \thinspace{}
14651 \end_inset
14652
14653 times the frame separation and the frame thickness must be subtracted from
14654  the line width.
14655  As this is not automatically done by LyX due to a bug
14656 \begin_inset Foot
14657 status collapsed
14658
14659 \begin_layout Plain Layout
14660 \begin_inset CommandInset href
14661 LatexCommand href
14662 name "LyX-bug #4483"
14663 target "http://www.lyx.org/trac/ticket/4483"
14664
14665 \end_inset
14666
14667
14668 \end_layout
14669
14670 \end_inset
14671
14672 , TeX-mode has to be used.
14673  To be able to multiply and subtract in arguments, the LaTeX-package 
14674 \series bold
14675 calc
14676 \series default
14677
14678 \begin_inset Foot
14679 status collapsed
14680
14681 \begin_layout Plain Layout
14682
14683 \series bold
14684 calc
14685 \series default
14686  is part of every LaTeX standard installation.
14687 \end_layout
14688
14689 \end_inset
14690
14691
14692 \begin_inset Index idx
14693 status collapsed
14694
14695 \begin_layout Plain Layout
14696 Packages ! calc
14697 \end_layout
14698
14699 \end_inset
14700
14701  must be loaded in the LaTeX-preamble with the line
14702 \end_layout
14703
14704 \begin_layout Standard
14705
14706 \series bold
14707
14708 \backslash
14709 usepackage{calc}
14710 \end_layout
14711
14712 \begin_layout Standard
14713 Behind the formula both boxes are closed by entering 
14714 \series bold
14715 }}
14716 \series default
14717  in TeX-mode.
14718  Here is an example:
14719 \begin_inset ERT
14720 status collapsed
14721
14722 \begin_layout Plain Layout
14723
14724
14725 \backslash
14726 fboxsep 5mm 
14727 \backslash
14728 fboxrule 5mm
14729 \end_layout
14730
14731 \end_inset
14732
14733
14734 \end_layout
14735
14736 \begin_layout Standard
14737 \begin_inset ERT
14738 status collapsed
14739
14740 \begin_layout Plain Layout
14741
14742
14743 \backslash
14744 fbox{
14745 \backslash
14746 parbox{
14747 \backslash
14748 linewidth-2
14749 \backslash
14750 fboxsep-2
14751 \backslash
14752 fboxrule}{
14753 \end_layout
14754
14755 \end_inset
14756
14757
14758 \begin_inset Formula \begin{equation}
14759 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14760 \end{equation}
14761
14762 \end_inset
14763
14764
14765 \begin_inset ERT
14766 status collapsed
14767
14768 \begin_layout Plain Layout
14769
14770 }}
14771 \end_layout
14772
14773 \end_inset
14774
14775
14776 \begin_inset ERT
14777 status collapsed
14778
14779 \begin_layout Plain Layout
14780
14781
14782 \backslash
14783 fboxrule 0.4pt 
14784 \backslash
14785 fboxsep 3pt
14786 \end_layout
14787
14788 \end_inset
14789
14790
14791 \end_layout
14792
14793 \begin_layout Standard
14794 \begin_inset VSpace medskip
14795 \end_inset
14796
14797 As a parbox is used as argument of 
14798 \series bold
14799
14800 \backslash
14801 fbox
14802 \series default
14803 , there is in this case no difference between 
14804 \series bold
14805
14806 \backslash
14807 fbox
14808 \series default
14809  and 
14810 \series bold
14811
14812 \backslash
14813 boxed
14814 \series default
14815 .
14816 \end_layout
14817
14818 \begin_layout Standard
14819 \begin_inset VSpace bigskip
14820 \end_inset
14821
14822 Paragraph boxes are very useful to comment formulas directly.
14823  To do this, 
14824 \series bold
14825
14826 \backslash
14827 parbox
14828 \series default
14829  is used in combination with the command 
14830 \series bold
14831
14832 \backslash
14833 tag
14834 \series default
14835 .
14836  (more about 
14837 \series bold
14838
14839 \backslash
14840 tag
14841 \series default
14842  see 
14843 \begin_inset CommandInset ref
14844 LatexCommand ref
14845 reference "sub:User-defined-Numbering"
14846
14847 \end_inset
14848
14849 )
14850 \end_layout
14851
14852 \begin_layout Standard
14853 An example of a formula commented with 
14854 \series bold
14855
14856 \backslash
14857 parbox
14858 \series default
14859 :
14860 \end_layout
14861
14862 \begin_layout Standard
14863 \begin_inset ERT
14864 status collapsed
14865
14866 \begin_layout Plain Layout
14867
14868
14869 \backslash
14870 [5x-7b=3b
14871 \backslash
14872 tag*{
14873 \backslash
14874 parbox{5cm}{
14875 \end_layout
14876
14877 \end_inset
14878
14879 This is a description.
14880  It is distinctly separated from the formula and multiline.
14881 \begin_inset ERT
14882 status collapsed
14883
14884 \begin_layout Plain Layout
14885
14886 }}
14887 \backslash
14888 ]
14889 \end_layout
14890
14891 \end_inset
14892
14893
14894 \end_layout
14895
14896 \begin_layout Standard
14897 Such a formula must be inserted completely in TeX-mode because LyX does
14898  not yet support the command 
14899 \series bold
14900
14901 \backslash
14902 parbox
14903 \series default
14904  in formulas.
14905  The formula is created with the following command sequence:
14906 \end_layout
14907
14908 \begin_layout Standard
14909 The command 
14910 \series bold
14911
14912 \backslash
14913 [5x-7b=3b
14914 \backslash
14915 tag*
14916 \backslash
14917 {
14918 \backslash
14919 parbox{5cm}{
14920 \series default
14921  is inserted in TeX-mode.
14922 \begin_inset Foot
14923 status collapsed
14924
14925 \begin_layout Plain Layout
14926 When the formula style 
14927 \series bold
14928 Indented
14929 \series default
14930  is used, 
14931 \series bold
14932
14933 \backslash
14934 tag*
14935 \backslash
14936 {
14937 \series default
14938  can also be replaced by 
14939 \series bold
14940
14941 \backslash
14942 hfill
14943 \series default
14944 .
14945  (formula styles see 
14946 \begin_inset CommandInset ref
14947 LatexCommand ref
14948 reference "sec:Formula-Styles"
14949
14950 \end_inset
14951
14952 )
14953 \end_layout
14954
14955 \end_inset
14956
14957  Then the description follows as normal text and finally 
14958 \series bold
14959 }}
14960 \backslash
14961 ]
14962 \series default
14963  is inserted in TeX-mode.
14964  The commands 
14965 \series bold
14966
14967 \backslash
14968 [
14969 \series default
14970  and 
14971 \series bold
14972
14973 \backslash
14974 ]
14975 \series default
14976  hereby create a displayed formula.
14977 \end_layout
14978
14979 \begin_layout Standard
14980 The advantages of 
14981 \series bold
14982
14983 \backslash
14984 parbox
14985 \series default
14986  can be seen in this example that was 
14987 \begin_inset Quotes eld
14988 \end_inset
14989
14990 commented
14991 \begin_inset Quotes erd
14992 \end_inset
14993
14994  using the mathematical textmode:
14995 \begin_inset Formula \[
14996 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
14997 \]
14998
14999 \end_inset
15000
15001
15002 \end_layout
15003
15004 \begin_layout Section
15005 Operators
15006 \begin_inset Index idx
15007 status collapsed
15008
15009 \begin_layout Plain Layout
15010 Operators
15011 \end_layout
15012
15013 \end_inset
15014
15015
15016 \end_layout
15017
15018 \begin_layout Subsection
15019 Big Operators
15020 \begin_inset CommandInset label
15021 LatexCommand label
15022 name "sub:Big-Operators"
15023
15024 \end_inset
15025
15026
15027 \begin_inset Index idx
15028 status collapsed
15029
15030 \begin_layout Plain Layout
15031 Operators ! big
15032 \end_layout
15033
15034 \end_inset
15035
15036
15037 \begin_inset Index idx
15038 status collapsed
15039
15040 \begin_layout Plain Layout
15041 Sums
15042 \end_layout
15043
15044 \end_inset
15045
15046
15047 \begin_inset Index idx
15048 status collapsed
15049
15050 \begin_layout Plain Layout
15051 Integrals
15052 \end_layout
15053
15054 \end_inset
15055
15056
15057 \end_layout
15058
15059 \begin_layout Standard
15060 To be able to use all integral operators listed here, the option 
15061 \family sans
15062 Use esint package automatically
15063 \family default
15064  must be set in the document settings under 
15065 \family sans
15066 Math
15067 \begin_inset space ~
15068 \end_inset
15069
15070 Options
15071 \family default
15072 .
15073 \end_layout
15074
15075 \begin_layout Standard
15076 \begin_inset space \hfill{}
15077 \end_inset
15078
15079
15080 \begin_inset Tabular
15081 <lyxtabular version="3" rows="11" columns="2">
15082 <features tabularvalignment="middle">
15083 <column alignment="center" valignment="top" width="0pt">
15084 <column alignment="center" valignment="top" width="0pt">
15085 <row>
15086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Plain Layout
15090 Command
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099 Result
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 </row>
15105 <row>
15106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Plain Layout
15110
15111 \backslash
15112 int
15113 \begin_inset Index idx
15114 status collapsed
15115
15116 \begin_layout Plain Layout
15117 Commands ! I ! 
15118 \backslash
15119 int
15120 \end_layout
15121
15122 \end_inset
15123
15124
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 \begin_inset Formula $\int$
15134 \end_inset
15135
15136
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 </row>
15142 <row>
15143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15144 \begin_inset Text
15145
15146 \begin_layout Plain Layout
15147
15148 \backslash
15149 oint
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158 \begin_inset Formula $\oint$
15159 \end_inset
15160
15161
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 </row>
15167 <row>
15168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15169 \begin_inset Text
15170
15171 \begin_layout Plain Layout
15172
15173 \backslash
15174 ointctrclockwise
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15180 \begin_inset Text
15181
15182 \begin_layout Plain Layout
15183 \begin_inset Formula $\ointctrclockwise$
15184 \end_inset
15185
15186
15187 \end_layout
15188
15189 \end_inset
15190 </cell>
15191 </row>
15192 <row>
15193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15194 \begin_inset Text
15195
15196 \begin_layout Plain Layout
15197
15198 \backslash
15199 ointclockwise
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208 \begin_inset Formula $\ointclockwise$
15209 \end_inset
15210
15211
15212 \end_layout
15213
15214 \end_inset
15215 </cell>
15216 </row>
15217 <row>
15218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Plain Layout
15222
15223 \backslash
15224 sqint
15225 \end_layout
15226
15227 \end_inset
15228 </cell>
15229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15230 \begin_inset Text
15231
15232 \begin_layout Plain Layout
15233 \begin_inset Formula $\sqint$
15234 \end_inset
15235
15236
15237 \end_layout
15238
15239 \end_inset
15240 </cell>
15241 </row>
15242 <row>
15243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15244 \begin_inset Text
15245
15246 \begin_layout Plain Layout
15247
15248 \backslash
15249 fint
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15255 \begin_inset Text
15256
15257 \begin_layout Plain Layout
15258  
15259 \begin_inset Formula $\fint$
15260 \end_inset
15261
15262
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 </row>
15268 <row>
15269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Plain Layout
15273
15274 \backslash
15275 landupint
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15281 \begin_inset Text
15282
15283 \begin_layout Plain Layout
15284  
15285 \begin_inset Formula $\landupint$
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 landdownint
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  
15311 \begin_inset Formula $\landdownint$
15312 \end_inset
15313
15314
15315 \end_layout
15316
15317 \end_inset
15318 </cell>
15319 </row>
15320 <row>
15321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15322 \begin_inset Text
15323
15324 \begin_layout Plain Layout
15325
15326 \backslash
15327 bigcap
15328 \end_layout
15329
15330 \end_inset
15331 </cell>
15332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15333 \begin_inset Text
15334
15335 \begin_layout Plain Layout
15336 \begin_inset Formula $\bigcap$
15337 \end_inset
15338
15339
15340 \end_layout
15341
15342 \end_inset
15343 </cell>
15344 </row>
15345 <row>
15346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15347 \begin_inset Text
15348
15349 \begin_layout Plain Layout
15350
15351 \backslash
15352 bigcup
15353 \end_layout
15354
15355 \end_inset
15356 </cell>
15357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15358 \begin_inset Text
15359
15360 \begin_layout Plain Layout
15361 \begin_inset Formula $\bigcup$
15362 \end_inset
15363
15364
15365 \end_layout
15366
15367 \end_inset
15368 </cell>
15369 </row>
15370 </lyxtabular>
15371
15372 \end_inset
15373
15374
15375 \begin_inset space \hfill{}
15376 \end_inset
15377
15378
15379 \begin_inset Tabular
15380 <lyxtabular version="3" rows="11" columns="2">
15381 <features tabularvalignment="middle">
15382 <column alignment="center" valignment="top" width="0pt">
15383 <column alignment="center" valignment="top" width="0pt">
15384 <row>
15385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15386 \begin_inset Text
15387
15388 \begin_layout Plain Layout
15389 Command
15390 \end_layout
15391
15392 \end_inset
15393 </cell>
15394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15395 \begin_inset Text
15396
15397 \begin_layout Plain Layout
15398 Result
15399 \end_layout
15400
15401 \end_inset
15402 </cell>
15403 </row>
15404 <row>
15405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15406 \begin_inset Text
15407
15408 \begin_layout Plain Layout
15409
15410 \backslash
15411 sum
15412 \begin_inset Index idx
15413 status collapsed
15414
15415 \begin_layout Plain Layout
15416 Commands ! S ! 
15417 \backslash
15418 sum
15419 \end_layout
15420
15421 \end_inset
15422
15423
15424 \end_layout
15425
15426 \end_inset
15427 </cell>
15428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15429 \begin_inset Text
15430
15431 \begin_layout Plain Layout
15432 \begin_inset Formula $\sum$
15433 \end_inset
15434
15435
15436 \end_layout
15437
15438 \end_inset
15439 </cell>
15440 </row>
15441 <row>
15442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15443 \begin_inset Text
15444
15445 \begin_layout Plain Layout
15446
15447 \backslash
15448 prod
15449 \begin_inset Index idx
15450 status collapsed
15451
15452 \begin_layout Plain Layout
15453 Commands ! P ! 
15454 \backslash
15455 prod
15456 \end_layout
15457
15458 \end_inset
15459
15460
15461 \end_layout
15462
15463 \end_inset
15464 </cell>
15465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Plain Layout
15469 \begin_inset Formula $\prod$
15470 \end_inset
15471
15472
15473 \end_layout
15474
15475 \end_inset
15476 </cell>
15477 </row>
15478 <row>
15479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15480 \begin_inset Text
15481
15482 \begin_layout Plain Layout
15483
15484 \backslash
15485 coprod
15486 \end_layout
15487
15488 \end_inset
15489 </cell>
15490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15491 \begin_inset Text
15492
15493 \begin_layout Plain Layout
15494 \begin_inset Formula $\coprod$
15495 \end_inset
15496
15497
15498 \end_layout
15499
15500 \end_inset
15501 </cell>
15502 </row>
15503 <row>
15504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Plain Layout
15508
15509 \backslash
15510 bigodot
15511 \end_layout
15512
15513 \end_inset
15514 </cell>
15515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15516 \begin_inset Text
15517
15518 \begin_layout Plain Layout
15519 \begin_inset Formula $\bigodot$
15520 \end_inset
15521
15522
15523 \end_layout
15524
15525 \end_inset
15526 </cell>
15527 </row>
15528 <row>
15529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15530 \begin_inset Text
15531
15532 \begin_layout Plain Layout
15533
15534 \backslash
15535 bigotimes
15536 \end_layout
15537
15538 \end_inset
15539 </cell>
15540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Plain Layout
15544 \begin_inset Formula $\bigotimes$
15545 \end_inset
15546
15547
15548 \end_layout
15549
15550 \end_inset
15551 </cell>
15552 </row>
15553 <row>
15554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15555 \begin_inset Text
15556
15557 \begin_layout Plain Layout
15558
15559 \backslash
15560 bigoplus
15561 \end_layout
15562
15563 \end_inset
15564 </cell>
15565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15566 \begin_inset Text
15567
15568 \begin_layout Plain Layout
15569 \begin_inset Formula $\bigoplus$
15570 \end_inset
15571
15572
15573 \end_layout
15574
15575 \end_inset
15576 </cell>
15577 </row>
15578 <row>
15579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15580 \begin_inset Text
15581
15582 \begin_layout Plain Layout
15583
15584 \backslash
15585 bigwedge
15586 \end_layout
15587
15588 \end_inset
15589 </cell>
15590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15591 \begin_inset Text
15592
15593 \begin_layout Plain Layout
15594 \begin_inset Formula $\bigwedge$
15595 \end_inset
15596
15597
15598 \end_layout
15599
15600 \end_inset
15601 </cell>
15602 </row>
15603 <row>
15604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15605 \begin_inset Text
15606
15607 \begin_layout Plain Layout
15608
15609 \backslash
15610 bigvee
15611 \end_layout
15612
15613 \end_inset
15614 </cell>
15615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15616 \begin_inset Text
15617
15618 \begin_layout Plain Layout
15619 \begin_inset Formula $\bigvee$
15620 \end_inset
15621
15622
15623 \end_layout
15624
15625 \end_inset
15626 </cell>
15627 </row>
15628 <row>
15629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15630 \begin_inset Text
15631
15632 \begin_layout Plain Layout
15633
15634 \backslash
15635 bigsqcup
15636 \end_layout
15637
15638 \end_inset
15639 </cell>
15640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15641 \begin_inset Text
15642
15643 \begin_layout Plain Layout
15644 \begin_inset Formula $\bigsqcup$
15645 \end_inset
15646
15647
15648 \end_layout
15649
15650 \end_inset
15651 </cell>
15652 </row>
15653 <row>
15654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15655 \begin_inset Text
15656
15657 \begin_layout Plain Layout
15658
15659 \backslash
15660 biguplus
15661 \end_layout
15662
15663 \end_inset
15664 </cell>
15665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15666 \begin_inset Text
15667
15668 \begin_layout Plain Layout
15669 \begin_inset Formula $\biguplus$
15670 \end_inset
15671
15672
15673 \end_layout
15674
15675 \end_inset
15676 </cell>
15677 </row>
15678 </lyxtabular>
15679
15680 \end_inset
15681
15682
15683 \begin_inset space \hfill{}
15684 \end_inset
15685
15686
15687 \end_layout
15688
15689 \begin_layout Standard
15690 All big operators can also be inserted via the math toolbar button 
15691 \begin_inset Graphics
15692         filename ../images/math/intop.png
15693         scale 85
15694
15695 \end_inset
15696
15697 .
15698 \end_layout
15699
15700 \begin_layout Standard
15701 The operators are called big because they are bigger than the sometimes
15702  equal looking binary operators.
15703  All big operators can have limits as described in the next subsection.
15704 \end_layout
15705
15706 \begin_layout Standard
15707 For all integral operators there is a second version available, ending on
15708  
15709 \series bold
15710 op
15711 \series default
15712
15713 \series bold
15714
15715 \backslash
15716 intop
15717 \series default
15718
15719 \series bold
15720
15721 \backslash
15722 ointop
15723 \series default
15724  etc..
15725  These operators are different from 
15726 \series bold
15727
15728 \backslash
15729 int
15730 \series default
15731  etc.
15732 \begin_inset space \space{}
15733 \end_inset
15734
15735 in the style the operator limits are displayed, see 
15736 \begin_inset CommandInset ref
15737 LatexCommand ref
15738 reference "sub:Operator-Limits"
15739
15740 \end_inset
15741
15742 .
15743  
15744 \end_layout
15745
15746 \begin_layout Subsubsection*
15747 Advice for Integrals
15748 \end_layout
15749
15750 \begin_layout Standard
15751 The letter 
15752 \emph on
15753 d
15754 \emph default
15755  in an integral is an operator, that therefore has to be set upright.
15756  This is done by highlighting the 
15757 \emph on
15758 d
15759 \emph default
15760  and using the keyboard shortcut 
15761 \begin_inset Info
15762 type  "shortcut"
15763 arg   "font-roman"
15764 \end_inset
15765
15766
15767 \begin_inset Foot
15768 status collapsed
15769
15770 \begin_layout Plain Layout
15771 Font styles
15772 \series bold
15773  
15774 \series default
15775 see 
15776 \begin_inset CommandInset ref
15777 LatexCommand ref
15778 reference "sub:Font-Styles"
15779
15780 \end_inset
15781
15782
15783 \end_layout
15784
15785 \end_inset
15786
15787 .
15788  Finally the smallest space is inserted before the 
15789 \emph on
15790 d
15791 \emph default
15792 , as this is usual for operators.
15793  An example:
15794 \end_layout
15795
15796 \begin_layout Standard
15797 incorrect: 
15798 \begin_inset Formula $\int A(x)dx$
15799 \end_inset
15800
15801
15802 \begin_inset Newline newline
15803 \end_inset
15804
15805
15806 \begin_inset Phantom HPhantom
15807 status open
15808
15809 \begin_layout Plain Layout
15810 in
15811 \end_layout
15812
15813 \end_inset
15814
15815 correct: 
15816 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15817 \end_inset
15818
15819
15820 \end_layout
15821
15822 \begin_layout Standard
15823 For multiple integrals there are the following commands:
15824 \begin_inset VSpace medskip
15825 \end_inset
15826
15827
15828 \end_layout
15829
15830 \begin_layout Standard
15831 \begin_inset space \hfill{}
15832 \end_inset
15833
15834
15835 \begin_inset Tabular
15836 <lyxtabular version="3" rows="4" columns="2">
15837 <features tabularvalignment="middle">
15838 <column alignment="center" valignment="top" width="0">
15839 <column alignment="center" valignment="top" width="0">
15840 <row>
15841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15842 \begin_inset Text
15843
15844 \begin_layout Plain Layout
15845 Command
15846 \end_layout
15847
15848 \end_inset
15849 </cell>
15850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15851 \begin_inset Text
15852
15853 \begin_layout Plain Layout
15854 Result
15855 \begin_inset Note Note
15856 status collapsed
15857
15858 \begin_layout Plain Layout
15859
15860 \series bold
15861
15862 \backslash
15863 raisebox
15864 \series default
15865  is only used as spacer.
15866 \end_layout
15867
15868 \end_inset
15869
15870
15871 \end_layout
15872
15873 \end_inset
15874 </cell>
15875 </row>
15876 <row>
15877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881
15882 \backslash
15883 iint
15884 \end_layout
15885
15886 \end_inset
15887 </cell>
15888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15889 \begin_inset Text
15890
15891 \begin_layout Plain Layout
15892 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15893 \end_inset
15894
15895
15896 \end_layout
15897
15898 \end_inset
15899 </cell>
15900 </row>
15901 <row>
15902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15903 \begin_inset Text
15904
15905 \begin_layout Plain Layout
15906
15907 \backslash
15908 oiint
15909 \end_layout
15910
15911 \end_inset
15912 </cell>
15913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15914 \begin_inset Text
15915
15916 \begin_layout Plain Layout
15917 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15918 \end_inset
15919
15920
15921 \end_layout
15922
15923 \end_inset
15924 </cell>
15925 </row>
15926 <row>
15927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15928 \begin_inset Text
15929
15930 \begin_layout Plain Layout
15931
15932 \backslash
15933 sqiint
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Plain Layout
15942 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15943 \end_inset
15944
15945
15946 \end_layout
15947
15948 \end_inset
15949 </cell>
15950 </row>
15951 </lyxtabular>
15952
15953 \end_inset
15954
15955
15956 \begin_inset space \hfill{}
15957 \end_inset
15958
15959
15960 \begin_inset Tabular
15961 <lyxtabular version="3" rows="4" columns="2">
15962 <features tabularvalignment="middle">
15963 <column alignment="center" valignment="top" width="0">
15964 <column alignment="center" valignment="top" width="0">
15965 <row>
15966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15967 \begin_inset Text
15968
15969 \begin_layout Plain Layout
15970 Command
15971 \end_layout
15972
15973 \end_inset
15974 </cell>
15975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15976 \begin_inset Text
15977
15978 \begin_layout Plain Layout
15979 Result
15980 \end_layout
15981
15982 \end_inset
15983 </cell>
15984 </row>
15985 <row>
15986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15987 \begin_inset Text
15988
15989 \begin_layout Plain Layout
15990
15991 \backslash
15992 iiint
15993 \end_layout
15994
15995 \end_inset
15996 </cell>
15997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15998 \begin_inset Text
15999
16000 \begin_layout Plain Layout
16001 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16002 \end_inset
16003
16004
16005 \end_layout
16006
16007 \end_inset
16008 </cell>
16009 </row>
16010 <row>
16011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Plain Layout
16015
16016 \backslash
16017 iiiint
16018 \end_layout
16019
16020 \end_inset
16021 </cell>
16022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16023 \begin_inset Text
16024
16025 \begin_layout Plain Layout
16026 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16027 \end_inset
16028
16029
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 </row>
16035 <row>
16036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16037 \begin_inset Text
16038
16039 \begin_layout Plain Layout
16040
16041 \backslash
16042 dotsint
16043 \end_layout
16044
16045 \end_inset
16046 </cell>
16047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16048 \begin_inset Text
16049
16050 \begin_layout Plain Layout
16051 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16052 \end_inset
16053
16054
16055 \end_layout
16056
16057 \end_inset
16058 </cell>
16059 </row>
16060 </lyxtabular>
16061
16062 \end_inset
16063
16064
16065 \begin_inset space \hfill{}
16066 \end_inset
16067
16068
16069 \end_layout
16070
16071 \begin_layout Subsection
16072 Operator Limits
16073 \begin_inset CommandInset label
16074 LatexCommand label
16075 name "sub:Operator-Limits"
16076
16077 \end_inset
16078
16079
16080 \begin_inset Index idx
16081 status collapsed
16082
16083 \begin_layout Plain Layout
16084 Operators ! Limits
16085 \end_layout
16086
16087 \end_inset
16088
16089
16090 \end_layout
16091
16092 \begin_layout Standard
16093 Limits are created by super- and subscripts:
16094 \end_layout
16095
16096 \begin_layout Standard
16097 \align center
16098 \begin_inset Tabular
16099 <lyxtabular version="3" rows="2" columns="2">
16100 <features tabularvalignment="middle">
16101 <column alignment="center" valignment="top" width="0pt">
16102 <column alignment="center" valignment="top" width="0pt">
16103 <row>
16104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16105 \begin_inset Text
16106
16107 \begin_layout Plain Layout
16108 Command
16109 \end_layout
16110
16111 \end_inset
16112 </cell>
16113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16114 \begin_inset Text
16115
16116 \begin_layout Plain Layout
16117 Result
16118 \begin_inset Note Note
16119 status collapsed
16120
16121 \begin_layout Plain Layout
16122
16123 \series bold
16124
16125 \backslash
16126 raisebox
16127 \series default
16128  is only used as spacer.
16129 \end_layout
16130
16131 \end_inset
16132
16133
16134 \end_layout
16135
16136 \end_inset
16137 </cell>
16138 </row>
16139 <row>
16140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16141 \begin_inset Text
16142
16143 \begin_layout Plain Layout
16144
16145 \backslash
16146 prod^
16147 \backslash
16148 infty
16149 \begin_inset ERT
16150 status collapsed
16151
16152 \begin_layout Plain Layout
16153
16154
16155 \backslash
16156 spce 
16157 \end_layout
16158
16159 \end_inset
16160
16161
16162 \begin_inset Formula $\to$
16163 \end_inset
16164
16165 _0
16166 \begin_inset Formula $\to$
16167 \end_inset
16168
16169 A(x)
16170 \end_layout
16171
16172 \end_inset
16173 </cell>
16174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16175 \begin_inset Text
16176
16177 \begin_layout Plain Layout
16178 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16179 \end_inset
16180
16181
16182 \end_layout
16183
16184 \end_inset
16185 </cell>
16186 </row>
16187 </lyxtabular>
16188
16189 \end_inset
16190
16191
16192 \end_layout
16193
16194 \begin_layout Standard
16195 Limits of inline formulas are set right beside the operator.
16196  Limits in displayed formulas are set above or below the operator, except
16197  for integral limits.
16198 \end_layout
16199
16200 \begin_layout Standard
16201 To force that the limits are set beside the operator, the cursor is set
16202  directly behind the operator and the limits type is changed with the menu
16203  
16204 \family sans
16205 Edit\SpecialChar \menuseparator
16206 Math\SpecialChar \menuseparator
16207 Change Limits Type
16208 \family default
16209  to 
16210 \family sans
16211 \series bold
16212 Inline
16213 \family default
16214 \series default
16215  (shortcut 
16216 \begin_inset Info
16217 type  "shortcut"
16218 arg   "math-limits"
16219 \end_inset
16220
16221 ).
16222  An example:
16223 \end_layout
16224
16225 \begin_layout Standard
16226 The default limits type is this:
16227 \begin_inset Formula \[
16228 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16229 \]
16230
16231 \end_inset
16232
16233 This is how it looks when the limits type was changed to 
16234 \family sans
16235 \series bold
16236 Inline
16237 \family default
16238 \series default
16239 :
16240 \begin_inset Formula \[
16241 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16242 \]
16243
16244 \end_inset
16245
16246 For integrals, except those ending with 
16247 \series bold
16248 op
16249 \series default
16250  like 
16251 \series bold
16252
16253 \backslash
16254 intop
16255 \series default
16256
16257 \series bold
16258
16259 \backslash
16260 ointop
16261 \series default
16262  etc., the limits are by default set beside the operator.
16263  But for multiple integrals the limits are often set below the operator.
16264  In the following example the limits type was therefore set to 
16265 \series bold
16266 Display
16267 \series default
16268  and so set below the integrals:
16269 \begin_inset Formula \begin{equation}
16270 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16271 \end{equation}
16272
16273 \end_inset
16274
16275
16276 \end_layout
16277
16278 \begin_layout Standard
16279 \begin_inset VSpace medskip
16280 \end_inset
16281
16282 To specify conditions for limits, the commands 
16283 \series bold
16284
16285 \backslash
16286 subarray
16287 \series default
16288
16289 \begin_inset Index idx
16290 status collapsed
16291
16292 \begin_layout Plain Layout
16293 Commands ! S ! 
16294 \backslash
16295 subarray
16296 \end_layout
16297
16298 \end_inset
16299
16300  and 
16301 \series bold
16302
16303 \backslash
16304 substack
16305 \series default
16306
16307 \begin_inset Index idx
16308 status collapsed
16309
16310 \begin_layout Plain Layout
16311 Commands ! S ! 
16312 \backslash
16313 substack
16314 \end_layout
16315
16316 \end_inset
16317
16318  are used.
16319  To create for example this expression 
16320 \begin_inset Formula \begin{equation}
16321 \sum_{\begin{subarray}{c}
16322 0<k<1000\\
16323 \\
16324 k\,\in\,\mathbb{N}
16325 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16326 \end{equation}
16327
16328 \end_inset
16329
16330
16331 \end_layout
16332
16333 \begin_layout Standard
16334 the following has to be done:
16335 \begin_inset Newline newline
16336 \end_inset
16337
16338 First the command 
16339 \series bold
16340
16341 \backslash
16342 sum
16343 \series default
16344 ^
16345 \series bold
16346 n
16347 \begin_inset ERT
16348 status collapsed
16349
16350 \begin_layout Plain Layout
16351
16352
16353 \backslash
16354 spce 
16355 \end_layout
16356
16357 \end_inset
16358
16359 _
16360 \series default
16361  is typed in.
16362  One is now in a blue box under the summation operator and insert there
16363  the command 
16364 \series bold
16365
16366 \backslash
16367 subarray
16368 \begin_inset ERT
16369 status collapsed
16370
16371 \begin_layout Plain Layout
16372
16373
16374 \backslash
16375 spce 
16376 \end_layout
16377
16378 \end_inset
16379
16380
16381 \series default
16382 .
16383  The blue box is now within a purple box and now several lines can be written
16384  among each other.
16385  A new line is created by inserting a line break (
16386 \begin_inset Info
16387 type  "shortcut"
16388 arg   "newline-insert newline"
16389 \end_inset
16390
16391 ).
16392  When now
16393 \begin_inset Newline newline
16394 \end_inset
16395
16396
16397 \series bold
16398 0<k<1000 Ctrl+Return
16399 \begin_inset Newline newline
16400 \end_inset
16401
16402
16403 \series default
16404 is typed in, a new box appears below for the new line.
16405 \end_layout
16406
16407 \begin_layout Standard
16408 The alignment of the lines can be changed to left aligned with the 
16409 \family sans
16410 table
16411 \family default
16412  
16413 \family sans
16414 toolbar
16415 \family default
16416  or the menu 
16417 \family sans
16418 Edit\SpecialChar \menuseparator
16419 Rows &Columns
16420 \family default
16421 .
16422  To get right alignment, 
16423 \series bold
16424
16425 \backslash
16426 hfill
16427 \begin_inset ERT
16428 status collapsed
16429
16430 \begin_layout Plain Layout
16431
16432
16433 \backslash
16434 spce 
16435 \end_layout
16436
16437 \end_inset
16438
16439
16440 \series default
16441  is inserted at the beginning of the line.
16442 \end_layout
16443
16444 \begin_layout Standard
16445 The command 
16446 \series bold
16447
16448 \backslash
16449 substack
16450 \series default
16451  is equivalent to 
16452 \series bold
16453
16454 \backslash
16455 subarray
16456 \series default
16457  with the difference that the lines are always centered.
16458 \end_layout
16459
16460 \begin_layout Standard
16461 \begin_inset VSpace bigskip
16462 \end_inset
16463
16464 Like in formula 
16465 \begin_inset CommandInset ref
16466 LatexCommand eqref
16467 reference "eq:substack"
16468
16469 \end_inset
16470
16471  there can be too much space beside an operator, because the characters
16472  following the operator are set beside the limits.
16473 \end_layout
16474
16475 \begin_layout Standard
16476 To avoid this, the following macro can be used in the LaTeX-preamble:
16477 \end_layout
16478
16479 \begin_layout Standard
16480
16481 \series bold
16482
16483 \backslash
16484 def
16485 \backslash
16486 clap#1{
16487 \backslash
16488 hbox to 0pt{
16489 \backslash
16490 hss #1
16491 \backslash
16492 hss}}
16493 \begin_inset Newline newline
16494 \end_inset
16495
16496
16497 \backslash
16498 def
16499 \backslash
16500 mathclap {
16501 \backslash
16502 mathpalette 
16503 \backslash
16504 mathclapinternal}
16505 \begin_inset Newline newline
16506 \end_inset
16507
16508
16509 \backslash
16510 def
16511 \backslash
16512 mathclapinternal #1#2{
16513 \backslash
16514 clap{$
16515 \backslash
16516 mathsurround =0pt #1{#2}$}}
16517 \end_layout
16518
16519 \begin_layout Standard
16520 This defines the command 
16521 \series bold
16522
16523 \backslash
16524 mathclap
16525 \series default
16526
16527 \begin_inset Index idx
16528 status collapsed
16529
16530 \begin_layout Plain Layout
16531 Commands ! M ! 
16532 \backslash
16533 mathclap
16534 \end_layout
16535
16536 \end_inset
16537
16538  that sets the width of the limit to 0
16539 \begin_inset space \thinspace{}
16540 \end_inset
16541
16542 pt.
16543  The command scheme is
16544 \end_layout
16545
16546 \begin_layout Standard
16547
16548 \series bold
16549
16550 \backslash
16551 mathclap{limit}
16552 \end_layout
16553
16554 \begin_layout Standard
16555 where the limit can consist of several conditions.
16556 \end_layout
16557
16558 \begin_layout Standard
16559 Applied on formula 
16560 \begin_inset CommandInset ref
16561 LatexCommand eqref
16562 reference "eq:substack"
16563
16564 \end_inset
16565
16566 , one uses the command
16567 \end_layout
16568
16569 \begin_layout Standard
16570
16571 \series bold
16572
16573 \backslash
16574 sum_
16575 \backslash
16576 mathclap{
16577 \backslash
16578 substack
16579 \begin_inset ERT
16580 status collapsed
16581
16582 \begin_layout Plain Layout
16583
16584
16585 \backslash
16586 spce 
16587 \end_layout
16588
16589 \end_inset
16590
16591 0<k<1000 Ctrl+Return
16592 \end_layout
16593
16594 \begin_layout Standard
16595 to create the lower limit.
16596  The summand is now directly behind the summation operator:
16597 \begin_inset Formula \[
16598 \sum_{\mathclap{\substack{0<k<1000\\
16599 \\
16600 k\,\in\,\mathbb{N}
16601 }
16602 }}^{n}k^{-2}
16603 \]
16604
16605 \end_inset
16606
16607
16608 \end_layout
16609
16610 \begin_layout Standard
16611 \begin_inset VSpace bigskip
16612 \end_inset
16613
16614 How to use one limit for several operators is described in 
16615 \begin_inset CommandInset ref
16616 LatexCommand ref
16617 reference "sub:Self-defined-Operators"
16618
16619 \end_inset
16620
16621 .
16622 \end_layout
16623
16624 \begin_layout Subsection
16625 Binary Operators
16626 \begin_inset CommandInset label
16627 LatexCommand label
16628 name "sub:Binary-Operators"
16629
16630 \end_inset
16631
16632
16633 \begin_inset Index idx
16634 status collapsed
16635
16636 \begin_layout Plain Layout
16637 Operators ! binary
16638 \end_layout
16639
16640 \end_inset
16641
16642
16643 \end_layout
16644
16645 \begin_layout Standard
16646 Binary operators are surrounded by space when there is a character before
16647  and behind them.
16648 \begin_inset VSpace medskip
16649 \end_inset
16650
16651
16652 \end_layout
16653
16654 \begin_layout Standard
16655 \begin_inset space \hfill{}
16656 \end_inset
16657
16658
16659 \begin_inset Tabular
16660 <lyxtabular version="3" rows="13" columns="2">
16661 <features tabularvalignment="middle">
16662 <column alignment="center" valignment="top" width="0pt">
16663 <column alignment="center" valignment="top" width="0pt">
16664 <row>
16665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669 Command
16670 \begin_inset Note Note
16671 status collapsed
16672
16673 \begin_layout Plain Layout
16674
16675 \series bold
16676
16677 \backslash
16678 raisebox
16679 \series default
16680  is only used as spacer.
16681 \end_layout
16682
16683 \end_inset
16684
16685
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694 Result
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 </row>
16700 <row>
16701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705 +
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16711 \begin_inset Text
16712
16713 \begin_layout Plain Layout
16714 \begin_inset Formula $+$
16715 \end_inset
16716
16717
16718 \end_layout
16719
16720 \end_inset
16721 </cell>
16722 </row>
16723 <row>
16724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16725 \begin_inset Text
16726
16727 \begin_layout Plain Layout
16728 -
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16734 \begin_inset Text
16735
16736 \begin_layout Plain Layout
16737 \begin_inset Formula $-$
16738 \end_inset
16739
16740
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 </row>
16746 <row>
16747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16748 \begin_inset Text
16749
16750 \begin_layout Plain Layout
16751
16752 \backslash
16753 pm
16754 \end_layout
16755
16756 \end_inset
16757 </cell>
16758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Plain Layout
16762 \begin_inset Formula $\pm$
16763 \end_inset
16764
16765
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 </row>
16771 <row>
16772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Plain Layout
16776
16777 \backslash
16778 mp
16779 \end_layout
16780
16781 \end_inset
16782 </cell>
16783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787 \begin_inset Formula $\mp$
16788 \end_inset
16789
16790
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 </row>
16796 <row>
16797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16798 \begin_inset Text
16799
16800 \begin_layout Plain Layout
16801
16802 \backslash
16803 cdot
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812 \begin_inset Formula $\cdot$
16813 \end_inset
16814
16815
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 </row>
16821 <row>
16822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16823 \begin_inset Text
16824
16825 \begin_layout Plain Layout
16826
16827 \backslash
16828 times
16829 \end_layout
16830
16831 \end_inset
16832 </cell>
16833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16834 \begin_inset Text
16835
16836 \begin_layout Plain Layout
16837 \begin_inset Formula $\times$
16838 \end_inset
16839
16840
16841 \end_layout
16842
16843 \end_inset
16844 </cell>
16845 </row>
16846 <row>
16847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16848 \begin_inset Text
16849
16850 \begin_layout Plain Layout
16851
16852 \backslash
16853 div
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16859 \begin_inset Text
16860
16861 \begin_layout Plain Layout
16862 \begin_inset Formula $\div$
16863 \end_inset
16864
16865
16866 \end_layout
16867
16868 \end_inset
16869 </cell>
16870 </row>
16871 <row>
16872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876 \begin_inset ERT
16877 status collapsed
16878
16879 \begin_layout Plain Layout
16880
16881
16882 \backslash
16883 raisebox{-1.2mm}{
16884 \end_layout
16885
16886 \end_inset
16887
16888 *
16889 \begin_inset ERT
16890 status collapsed
16891
16892 \begin_layout Plain Layout
16893
16894 }
16895 \end_layout
16896
16897 \end_inset
16898
16899
16900 \end_layout
16901
16902 \end_inset
16903 </cell>
16904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16905 \begin_inset Text
16906
16907 \begin_layout Plain Layout
16908 \begin_inset Formula $*$
16909 \end_inset
16910
16911
16912 \end_layout
16913
16914 \end_inset
16915 </cell>
16916 </row>
16917 <row>
16918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922
16923 \backslash
16924 star
16925 \end_layout
16926
16927 \end_inset
16928 </cell>
16929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16930 \begin_inset Text
16931
16932 \begin_layout Plain Layout
16933 \begin_inset Formula $\star$
16934 \end_inset
16935
16936
16937 \end_layout
16938
16939 \end_inset
16940 </cell>
16941 </row>
16942 <row>
16943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947
16948 \backslash
16949 circ
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Plain Layout
16958 \begin_inset Formula $\circ$
16959 \end_inset
16960
16961
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 </row>
16967 <row>
16968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972
16973 \backslash
16974 diamond
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Plain Layout
16983 \begin_inset Formula $\diamond$
16984 \end_inset
16985
16986
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 </row>
16992 <row>
16993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997
16998 \backslash
16999 bullet
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008 \begin_inset Formula $\bullet$
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 </row>
17017 </lyxtabular>
17018
17019 \end_inset
17020
17021
17022 \begin_inset space \hfill{}
17023 \end_inset
17024
17025
17026 \begin_inset Tabular
17027 <lyxtabular version="3" rows="13" columns="2">
17028 <features tabularvalignment="middle">
17029 <column alignment="center" valignment="top" width="0pt">
17030 <column alignment="center" valignment="top" width="0pt">
17031 <row>
17032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17033 \begin_inset Text
17034
17035 \begin_layout Plain Layout
17036 Command
17037 \end_layout
17038
17039 \end_inset
17040 </cell>
17041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045 Result
17046 \end_layout
17047
17048 \end_inset
17049 </cell>
17050 </row>
17051 <row>
17052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Plain Layout
17056
17057 \backslash
17058 nabla
17059 \end_layout
17060
17061 \end_inset
17062 </cell>
17063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17064 \begin_inset Text
17065
17066 \begin_layout Plain Layout
17067 \begin_inset Formula $\nabla$
17068 \end_inset
17069
17070
17071 \end_layout
17072
17073 \end_inset
17074 </cell>
17075 </row>
17076 <row>
17077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Plain Layout
17081
17082 \backslash
17083 bigtriangledown
17084 \end_layout
17085
17086 \end_inset
17087 </cell>
17088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17089 \begin_inset Text
17090
17091 \begin_layout Plain Layout
17092 \begin_inset Formula $\bigtriangledown$
17093 \end_inset
17094
17095
17096 \end_layout
17097
17098 \end_inset
17099 </cell>
17100 </row>
17101 <row>
17102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17103 \begin_inset Text
17104
17105 \begin_layout Plain Layout
17106
17107 \backslash
17108 bigtriangleup
17109 \end_layout
17110
17111 \end_inset
17112 </cell>
17113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17114 \begin_inset Text
17115
17116 \begin_layout Plain Layout
17117 \begin_inset Formula $\bigtriangleup$
17118 \end_inset
17119
17120
17121 \end_layout
17122
17123 \end_inset
17124 </cell>
17125 </row>
17126 <row>
17127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17128 \begin_inset Text
17129
17130 \begin_layout Plain Layout
17131
17132 \backslash
17133 Box
17134 \end_layout
17135
17136 \end_inset
17137 </cell>
17138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17139 \begin_inset Text
17140
17141 \begin_layout Plain Layout
17142 \begin_inset Formula $\Box$
17143 \end_inset
17144
17145
17146 \end_layout
17147
17148 \end_inset
17149 </cell>
17150 </row>
17151 <row>
17152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17153 \begin_inset Text
17154
17155 \begin_layout Plain Layout
17156
17157 \backslash
17158 cap 
17159 \end_layout
17160
17161 \end_inset
17162 </cell>
17163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17164 \begin_inset Text
17165
17166 \begin_layout Plain Layout
17167 \begin_inset Formula $\cap$
17168 \end_inset
17169
17170
17171 \end_layout
17172
17173 \end_inset
17174 </cell>
17175 </row>
17176 <row>
17177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17178 \begin_inset Text
17179
17180 \begin_layout Plain Layout
17181
17182 \backslash
17183 cup
17184 \end_layout
17185
17186 \end_inset
17187 </cell>
17188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17189 \begin_inset Text
17190
17191 \begin_layout Plain Layout
17192 \begin_inset Formula $\cup$
17193 \end_inset
17194
17195
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 </row>
17201 <row>
17202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206
17207 \backslash
17208 dagger
17209 \end_layout
17210
17211 \end_inset
17212 </cell>
17213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17214 \begin_inset Text
17215
17216 \begin_layout Plain Layout
17217 \begin_inset Formula $\dagger$
17218 \end_inset
17219
17220
17221 \end_layout
17222
17223 \end_inset
17224 </cell>
17225 </row>
17226 <row>
17227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231
17232 \backslash
17233 ddagger
17234 \end_layout
17235
17236 \end_inset
17237 </cell>
17238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17239 \begin_inset Text
17240
17241 \begin_layout Plain Layout
17242 \begin_inset Formula $\ddagger$
17243 \end_inset
17244
17245
17246 \end_layout
17247
17248 \end_inset
17249 </cell>
17250 </row>
17251 <row>
17252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256
17257 \backslash
17258 wr
17259 \end_layout
17260
17261 \end_inset
17262 </cell>
17263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17264 \begin_inset Text
17265
17266 \begin_layout Plain Layout
17267 \begin_inset Formula $\wr$
17268 \end_inset
17269
17270
17271 \end_layout
17272
17273 \end_inset
17274 </cell>
17275 </row>
17276 <row>
17277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17278 \begin_inset Text
17279
17280 \begin_layout Plain Layout
17281
17282 \backslash
17283 bigcirc
17284 \end_layout
17285
17286 \end_inset
17287 </cell>
17288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17289 \begin_inset Text
17290
17291 \begin_layout Plain Layout
17292 \begin_inset Formula $\bigcirc$
17293 \end_inset
17294
17295
17296 \end_layout
17297
17298 \end_inset
17299 </cell>
17300 </row>
17301 <row>
17302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17303 \begin_inset Text
17304
17305 \begin_layout Plain Layout
17306
17307 \backslash
17308 wedge
17309 \end_layout
17310
17311 \end_inset
17312 </cell>
17313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17314 \begin_inset Text
17315
17316 \begin_layout Plain Layout
17317 \begin_inset Formula $\wedge$
17318 \end_inset
17319
17320
17321 \end_layout
17322
17323 \end_inset
17324 </cell>
17325 </row>
17326 <row>
17327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17328 \begin_inset Text
17329
17330 \begin_layout Plain Layout
17331
17332 \backslash
17333 vee
17334 \end_layout
17335
17336 \end_inset
17337 </cell>
17338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17339 \begin_inset Text
17340
17341 \begin_layout Plain Layout
17342 \begin_inset Formula $\vee$
17343 \end_inset
17344
17345
17346 \end_layout
17347
17348 \end_inset
17349 </cell>
17350 </row>
17351 </lyxtabular>
17352
17353 \end_inset
17354
17355
17356 \begin_inset space \hfill{}
17357 \end_inset
17358
17359
17360 \begin_inset Tabular
17361 <lyxtabular version="3" rows="13" columns="2">
17362 <features tabularvalignment="middle">
17363 <column alignment="center" valignment="top" width="0pt">
17364 <column alignment="center" valignment="top" width="0pt">
17365 <row>
17366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17367 \begin_inset Text
17368
17369 \begin_layout Plain Layout
17370 Command
17371 \end_layout
17372
17373 \end_inset
17374 </cell>
17375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17376 \begin_inset Text
17377
17378 \begin_layout Plain Layout
17379 Result
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 </row>
17385 <row>
17386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17387 \begin_inset Text
17388
17389 \begin_layout Plain Layout
17390
17391 \backslash
17392 oplus
17393 \end_layout
17394
17395 \end_inset
17396 </cell>
17397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17398 \begin_inset Text
17399
17400 \begin_layout Plain Layout
17401 \begin_inset Formula $\oplus$
17402 \end_inset
17403
17404
17405 \end_layout
17406
17407 \end_inset
17408 </cell>
17409 </row>
17410 <row>
17411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17412 \begin_inset Text
17413
17414 \begin_layout Plain Layout
17415
17416 \backslash
17417 ominus
17418 \end_layout
17419
17420 \end_inset
17421 </cell>
17422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17423 \begin_inset Text
17424
17425 \begin_layout Plain Layout
17426 \begin_inset Formula $\ominus$
17427 \end_inset
17428
17429
17430 \end_layout
17431
17432 \end_inset
17433 </cell>
17434 </row>
17435 <row>
17436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17437 \begin_inset Text
17438
17439 \begin_layout Plain Layout
17440
17441 \backslash
17442 otimes
17443 \end_layout
17444
17445 \end_inset
17446 </cell>
17447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17448 \begin_inset Text
17449
17450 \begin_layout Plain Layout
17451 \begin_inset Formula $\otimes$
17452 \end_inset
17453
17454
17455 \end_layout
17456
17457 \end_inset
17458 </cell>
17459 </row>
17460 <row>
17461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17462 \begin_inset Text
17463
17464 \begin_layout Plain Layout
17465
17466 \backslash
17467 oslash
17468 \end_layout
17469
17470 \end_inset
17471 </cell>
17472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17473 \begin_inset Text
17474
17475 \begin_layout Plain Layout
17476 \begin_inset Formula $\oslash$
17477 \end_inset
17478
17479
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 </row>
17485 <row>
17486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17487 \begin_inset Text
17488
17489 \begin_layout Plain Layout
17490
17491 \backslash
17492 odot
17493 \end_layout
17494
17495 \end_inset
17496 </cell>
17497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17498 \begin_inset Text
17499
17500 \begin_layout Plain Layout
17501 \begin_inset Formula $\odot$
17502 \end_inset
17503
17504
17505 \end_layout
17506
17507 \end_inset
17508 </cell>
17509 </row>
17510 <row>
17511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17512 \begin_inset Text
17513
17514 \begin_layout Plain Layout
17515
17516 \backslash
17517 amalg
17518 \end_layout
17519
17520 \end_inset
17521 </cell>
17522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17523 \begin_inset Text
17524
17525 \begin_layout Plain Layout
17526 \begin_inset Formula $\amalg$
17527 \end_inset
17528
17529
17530 \end_layout
17531
17532 \end_inset
17533 </cell>
17534 </row>
17535 <row>
17536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17537 \begin_inset Text
17538
17539 \begin_layout Plain Layout
17540
17541 \backslash
17542 uplus
17543 \end_layout
17544
17545 \end_inset
17546 </cell>
17547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17548 \begin_inset Text
17549
17550 \begin_layout Plain Layout
17551 \begin_inset Formula $\uplus$
17552 \end_inset
17553
17554
17555 \end_layout
17556
17557 \end_inset
17558 </cell>
17559 </row>
17560 <row>
17561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565
17566 \backslash
17567 setminus
17568 \end_layout
17569
17570 \end_inset
17571 </cell>
17572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Plain Layout
17576 \begin_inset Formula $\setminus$
17577 \end_inset
17578
17579
17580 \end_layout
17581
17582 \end_inset
17583 </cell>
17584 </row>
17585 <row>
17586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590
17591 \backslash
17592 sqcap
17593 \end_layout
17594
17595 \end_inset
17596 </cell>
17597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17598 \begin_inset Text
17599
17600 \begin_layout Plain Layout
17601 \begin_inset Formula $\sqcap$
17602 \end_inset
17603
17604
17605 \end_layout
17606
17607 \end_inset
17608 </cell>
17609 </row>
17610 <row>
17611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17612 \begin_inset Text
17613
17614 \begin_layout Plain Layout
17615
17616 \backslash
17617 sqcup
17618 \end_layout
17619
17620 \end_inset
17621 </cell>
17622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17623 \begin_inset Text
17624
17625 \begin_layout Plain Layout
17626 \begin_inset Formula $\sqcup$
17627 \end_inset
17628
17629
17630 \end_layout
17631
17632 \end_inset
17633 </cell>
17634 </row>
17635 <row>
17636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17637 \begin_inset Text
17638
17639 \begin_layout Plain Layout
17640
17641 \backslash
17642 triangleleft
17643 \end_layout
17644
17645 \end_inset
17646 </cell>
17647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17648 \begin_inset Text
17649
17650 \begin_layout Plain Layout
17651 \begin_inset Formula $\triangleleft$
17652 \end_inset
17653
17654
17655 \end_layout
17656
17657 \end_inset
17658 </cell>
17659 </row>
17660 <row>
17661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17662 \begin_inset Text
17663
17664 \begin_layout Plain Layout
17665
17666 \backslash
17667 triangleright
17668 \end_layout
17669
17670 \end_inset
17671 </cell>
17672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17673 \begin_inset Text
17674
17675 \begin_layout Plain Layout
17676 \begin_inset Formula $\triangleright$
17677 \end_inset
17678
17679
17680 \end_layout
17681
17682 \end_inset
17683 </cell>
17684 </row>
17685 </lyxtabular>
17686
17687 \end_inset
17688
17689
17690 \begin_inset space \hfill{}
17691 \end_inset
17692
17693
17694 \end_layout
17695
17696 \begin_layout Standard
17697 All binary operators can also be inserted via the math toolbar button 
17698 \begin_inset Graphics
17699         filename ../images/math/pm.png
17700         scale 85
17701
17702 \end_inset
17703
17704 .
17705 \end_layout
17706
17707 \begin_layout Standard
17708 To typeset the Laplace operator also 
17709 \series bold
17710
17711 \backslash
17712 Delta
17713 \series default
17714  or 
17715 \series bold
17716
17717 \backslash
17718 nabla
17719 \series default
17720 ^
17721 \series bold
17722 2
17723 \series default
17724  (
17725 \begin_inset Formula $\nabla^{2}$
17726 \end_inset
17727
17728 ) can be used instead of 
17729 \series bold
17730
17731 \backslash
17732 bigtriangleup
17733 \series default
17734  .
17735 \end_layout
17736
17737 \begin_layout Standard
17738 The character 
17739 \family sans
17740 Menu Separator
17741 \family default
17742  from the menu 
17743 \family sans
17744 Insert\SpecialChar \menuseparator
17745 Special Character
17746 \family default
17747  is the operator 
17748 \series bold
17749
17750 \backslash
17751 triangleright
17752 \series default
17753 .
17754 \end_layout
17755
17756 \begin_layout Subsection
17757 Self-defined Operators
17758 \begin_inset CommandInset label
17759 LatexCommand label
17760 name "sub:Self-defined-Operators"
17761
17762 \end_inset
17763
17764
17765 \begin_inset Index idx
17766 status collapsed
17767
17768 \begin_layout Plain Layout
17769 Operators ! self-defined
17770 \end_layout
17771
17772 \end_inset
17773
17774
17775 \end_layout
17776
17777 \begin_layout Standard
17778 With the help of the command 
17779 \series bold
17780
17781 \backslash
17782 DeclareMathOperator
17783 \series default
17784
17785 \begin_inset Index idx
17786 status collapsed
17787
17788 \begin_layout Plain Layout
17789 Commands ! D ! 
17790 \backslash
17791 dbinom@
17792 \backslash
17793 DeclareMathOperator
17794 \end_layout
17795
17796 \end_inset
17797
17798  custom operators can be defined in the LaTeX-preamble.
17799  Its command scheme is:
17800 \end_layout
17801
17802 \begin_layout Standard
17803
17804 \series bold
17805
17806 \backslash
17807 DeclareMathOperator{new command}{display}
17808 \end_layout
17809
17810 \begin_layout Standard
17811 Display can be characters or symbols that define how the operator looks
17812  in the output.
17813  To define a big operator a * is set behind the command.
17814  All self-defined big operators can have limits as described in 
17815 \begin_inset CommandInset ref
17816 LatexCommand ref
17817 reference "sub:Operator-Limits"
17818
17819 \end_inset
17820
17821 .
17822 \end_layout
17823
17824 \begin_layout Standard
17825 For example the LaTeX-preamble line
17826 \end_layout
17827
17828 \begin_layout Standard
17829
17830 \series bold
17831
17832 \backslash
17833 DeclareMathOperator*{
17834 \backslash
17835 Lozenge}{
17836 \backslash
17837 blacklozenge}
17838 \end_layout
17839
17840 \begin_layout Standard
17841 defines the command 
17842 \series bold
17843
17844 \backslash
17845 Lozenge
17846 \series default
17847 , that inserts a big operator consisting of the lozenge symbol from 
17848 \begin_inset CommandInset ref
17849 LatexCommand ref
17850 reference "sub:Miscellaneous-Symbols"
17851
17852 \end_inset
17853
17854 :
17855 \begin_inset Formula \[
17856 \Lozenge_{n=1}^{\infty}
17857 \]
17858
17859 \end_inset
17860
17861 The command for this formula is: 
17862 \series bold
17863
17864 \backslash
17865 Lozenge
17866 \series default
17867 ^
17868 \series bold
17869
17870 \backslash
17871 infty
17872 \begin_inset Formula $\to$
17873 \end_inset
17874
17875 _n=1
17876 \end_layout
17877
17878 \begin_layout Standard
17879 \begin_inset VSpace bigskip
17880 \end_inset
17881
17882 When self-defined operators are not used several times in the document,
17883  they can also be defined with the commands 
17884 \series bold
17885
17886 \backslash
17887 mathop
17888 \series default
17889
17890 \begin_inset Index idx
17891 status collapsed
17892
17893 \begin_layout Plain Layout
17894 Commands ! M ! 
17895 \backslash
17896 mathop
17897 \end_layout
17898
17899 \end_inset
17900
17901  and 
17902 \series bold
17903
17904 \backslash
17905 mathbin
17906 \series default
17907
17908 \begin_inset Index idx
17909 status collapsed
17910
17911 \begin_layout Plain Layout
17912 Commands ! M ! 
17913 \backslash
17914 mathbin
17915 \end_layout
17916
17917 \end_inset
17918
17919 , which have the following scheme:
17920 \end_layout
17921
17922 \begin_layout Standard
17923
17924 \series bold
17925
17926 \backslash
17927 mathop{display}
17928 \series default
17929  and 
17930 \series bold
17931
17932 \backslash
17933 mathbin{display}
17934 \end_layout
17935
17936 \begin_layout Standard
17937
17938 \series bold
17939
17940 \backslash
17941 mathop
17942 \series default
17943  defines big operators, 
17944 \series bold
17945
17946 \backslash
17947 mathbin
17948 \series default
17949  binary operators.
17950 \end_layout
17951
17952 \begin_layout Standard
17953
17954 \series bold
17955
17956 \backslash
17957 mathop
17958 \series default
17959  can e.
17960 \begin_inset space \thinspace{}
17961 \end_inset
17962
17963 g.
17964 \begin_inset space \space{}
17965 \end_inset
17966
17967 be used to use one limit for several operators:
17968 \end_layout
17969
17970 \begin_layout Standard
17971 \begin_inset Formula \[
17972 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17973 \]
17974
17975 \end_inset
17976
17977
17978 \end_layout
17979
17980 \begin_layout Standard
17981 The command for the formula above is:
17982 \begin_inset Newline newline
17983 \end_inset
17984
17985
17986 \series bold
17987
17988 \backslash
17989 mathop{
17990 \backslash
17991 sum
17992 \backslash
17993 negmedspace
17994 \backslash
17995 sum
17996 \series default
17997
17998 \begin_inset ERT
17999 status collapsed
18000
18001 \begin_layout Plain Layout
18002
18003
18004 \backslash
18005 spce 
18006 \end_layout
18007
18008 \end_inset
18009
18010
18011 \series bold
18012
18013 \begin_inset Formula $\to$
18014 \end_inset
18015
18016 ^N
18017 \series default
18018
18019 \begin_inset ERT
18020 status collapsed
18021
18022 \begin_layout Plain Layout
18023
18024
18025 \backslash
18026 spce 
18027 \end_layout
18028
18029 \end_inset
18030
18031
18032 \series bold
18033 _i,j=1
18034 \end_layout
18035
18036 \begin_layout Section
18037 Fonts
18038 \begin_inset Index idx
18039 status collapsed
18040
18041 \begin_layout Plain Layout
18042 Fonts
18043 \end_layout
18044
18045 \end_inset
18046
18047
18048 \end_layout
18049
18050 \begin_layout Subsection
18051 Font Styles
18052 \begin_inset CommandInset label
18053 LatexCommand label
18054 name "sub:Font-Styles"
18055
18056 \end_inset
18057
18058
18059 \begin_inset Index idx
18060 status collapsed
18061
18062 \begin_layout Plain Layout
18063 Font ! style
18064 \end_layout
18065
18066 \end_inset
18067
18068
18069 \end_layout
18070
18071 \begin_layout Standard
18072 Latin letters in formulas can be set in one of the following font styles:
18073 \begin_inset VSpace -2mm
18074 \end_inset
18075
18076
18077 \end_layout
18078
18079 \begin_layout Standard
18080 \align center
18081 \begin_inset Tabular
18082 <lyxtabular version="3" rows="7" columns="3">
18083 <features tabularvalignment="middle">
18084 <column alignment="center" valignment="top" width="0">
18085 <column alignment="center" valignment="top" width="0">
18086 <column alignment="center" valignment="top" width="0">
18087 <row>
18088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18089 \begin_inset Text
18090
18091 \begin_layout Plain Layout
18092 Command
18093 \end_layout
18094
18095 \end_inset
18096 </cell>
18097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18098 \begin_inset Text
18099
18100 \begin_layout Plain Layout
18101 Result
18102 \end_layout
18103
18104 \end_inset
18105 </cell>
18106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18107 \begin_inset Text
18108
18109 \begin_layout Plain Layout
18110 shortcut
18111 \end_layout
18112
18113 \end_inset
18114 </cell>
18115 </row>
18116 <row>
18117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18118 \begin_inset Text
18119
18120 \begin_layout Plain Layout
18121
18122 \backslash
18123 mathbb
18124 \series bold
18125
18126 \begin_inset ERT
18127 status collapsed
18128
18129 \begin_layout Plain Layout
18130
18131
18132 \backslash
18133 spce 
18134 \end_layout
18135
18136 \end_inset
18137
18138
18139 \series default
18140 ABC
18141 \end_layout
18142
18143 \end_inset
18144 </cell>
18145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18146 \begin_inset Text
18147
18148 \begin_layout Plain Layout
18149 \begin_inset Formula $\mathbb{ABC}$
18150 \end_inset
18151
18152
18153 \end_layout
18154
18155 \end_inset
18156 </cell>
18157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18158 \begin_inset Text
18159
18160 \begin_layout Plain Layout
18161 \begin_inset Info
18162 type  "shortcuts"
18163 arg   "font-noun"
18164 \end_inset
18165
18166
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 </row>
18172 <row>
18173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177
18178 \backslash
18179 mathbf
18180 \series bold
18181
18182 \begin_inset ERT
18183 status collapsed
18184
18185 \begin_layout Plain Layout
18186
18187
18188 \backslash
18189 spce 
18190 \end_layout
18191
18192 \end_inset
18193
18194
18195 \series default
18196 AbC
18197 \end_layout
18198
18199 \end_inset
18200 </cell>
18201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205 \begin_inset Formula $\mathbf{AbC}$
18206 \end_inset
18207
18208
18209 \end_layout
18210
18211 \end_inset
18212 </cell>
18213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18214 \begin_inset Text
18215
18216 \begin_layout Plain Layout
18217 \begin_inset Info
18218 type  "shortcuts"
18219 arg   "font-bold"
18220 \end_inset
18221
18222
18223 \end_layout
18224
18225 \end_inset
18226 </cell>
18227 </row>
18228 <row>
18229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233
18234 \backslash
18235 boldsymbol
18236 \series bold
18237
18238 \begin_inset ERT
18239 status collapsed
18240
18241 \begin_layout Plain Layout
18242
18243
18244 \backslash
18245 spce 
18246 \end_layout
18247
18248 \end_inset
18249
18250
18251 \series default
18252 AbC
18253 \end_layout
18254
18255 \end_inset
18256 </cell>
18257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18258 \begin_inset Text
18259
18260 \begin_layout Plain Layout
18261 \begin_inset Formula $\boldsymbol{AbC}$
18262 \end_inset
18263
18264
18265 \end_layout
18266
18267 \end_inset
18268 </cell>
18269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18270 \begin_inset Text
18271
18272 \begin_layout Plain Layout
18273 \begin_inset Info
18274 type  "shortcuts"
18275 arg   "font-boldsymbol"
18276 \end_inset
18277
18278
18279 \end_layout
18280
18281 \end_inset
18282 </cell>
18283 </row>
18284 <row>
18285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289
18290 \backslash
18291 mathcal
18292 \series bold
18293
18294 \begin_inset ERT
18295 status collapsed
18296
18297 \begin_layout Plain Layout
18298
18299
18300 \backslash
18301 spce 
18302 \end_layout
18303
18304 \end_inset
18305
18306
18307 \series default
18308 ABC
18309 \end_layout
18310
18311 \end_inset
18312 </cell>
18313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18314 \begin_inset Text
18315
18316 \begin_layout Plain Layout
18317 \begin_inset Formula $\mathcal{ABC}$
18318 \end_inset
18319
18320
18321 \end_layout
18322
18323 \end_inset
18324 </cell>
18325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18326 \begin_inset Text
18327
18328 \begin_layout Plain Layout
18329 \begin_inset Info
18330 type  "shortcuts"
18331 arg   "font-emph"
18332 \end_inset
18333
18334
18335 \end_layout
18336
18337 \end_inset
18338 </cell>
18339 </row>
18340 <row>
18341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18342 \begin_inset Text
18343
18344 \begin_layout Plain Layout
18345
18346 \backslash
18347 mathfrak
18348 \series bold
18349
18350 \begin_inset ERT
18351 status collapsed
18352
18353 \begin_layout Plain Layout
18354
18355
18356 \backslash
18357 spce 
18358 \end_layout
18359
18360 \end_inset
18361
18362
18363 \series default
18364 AbC
18365 \end_layout
18366
18367 \end_inset
18368 </cell>
18369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18370 \begin_inset Text
18371
18372 \begin_layout Plain Layout
18373 \begin_inset Formula $\mathfrak{AbC}$
18374 \end_inset
18375
18376
18377 \end_layout
18378
18379 \end_inset
18380 </cell>
18381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18382 \begin_inset Text
18383
18384 \begin_layout Plain Layout
18385 -
18386 \end_layout
18387
18388 \end_inset
18389 </cell>
18390 </row>
18391 <row>
18392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18393 \begin_inset Text
18394
18395 \begin_layout Plain Layout
18396
18397 \backslash
18398 mathscr
18399 \series bold
18400
18401 \begin_inset ERT
18402 status collapsed
18403
18404 \begin_layout Plain Layout
18405
18406
18407 \backslash
18408 spce 
18409 \end_layout
18410
18411 \end_inset
18412
18413
18414 \series default
18415 AbC
18416 \end_layout
18417
18418 \end_inset
18419 </cell>
18420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18421 \begin_inset Text
18422
18423 \begin_layout Plain Layout
18424 \begin_inset Formula $\mathscr{AbC}$
18425 \end_inset
18426
18427
18428 \end_layout
18429
18430 \end_inset
18431 </cell>
18432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18433 \begin_inset Text
18434
18435 \begin_layout Plain Layout
18436 -
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 </row>
18442 </lyxtabular>
18443
18444 \end_inset
18445
18446
18447 \end_layout
18448
18449 \begin_layout Standard
18450 \align center
18451 \begin_inset Tabular
18452 <lyxtabular version="3" rows="5" columns="3">
18453 <features tabularvalignment="middle">
18454 <column alignment="center" valignment="top" width="0">
18455 <column alignment="center" valignment="top" width="0">
18456 <column alignment="center" valignment="top" width="0">
18457 <row>
18458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18459 \begin_inset Text
18460
18461 \begin_layout Plain Layout
18462 Command
18463 \end_layout
18464
18465 \end_inset
18466 </cell>
18467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18468 \begin_inset Text
18469
18470 \begin_layout Plain Layout
18471 Result
18472 \end_layout
18473
18474 \end_inset
18475 </cell>
18476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18477 \begin_inset Text
18478
18479 \begin_layout Plain Layout
18480 shortcut
18481 \end_layout
18482
18483 \end_inset
18484 </cell>
18485 </row>
18486 <row>
18487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18488 \begin_inset Text
18489
18490 \begin_layout Plain Layout
18491
18492 \backslash
18493 mathit
18494 \series bold
18495
18496 \begin_inset ERT
18497 status collapsed
18498
18499 \begin_layout Plain Layout
18500
18501
18502 \backslash
18503 spce 
18504 \end_layout
18505
18506 \end_inset
18507
18508
18509 \series default
18510 AbC
18511 \end_layout
18512
18513 \end_inset
18514 </cell>
18515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18516 \begin_inset Text
18517
18518 \begin_layout Plain Layout
18519 \begin_inset Formula $\mathit{AbC}$
18520 \end_inset
18521
18522
18523 \end_layout
18524
18525 \end_inset
18526 </cell>
18527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18528 \begin_inset Text
18529
18530 \begin_layout Plain Layout
18531 -
18532 \end_layout
18533
18534 \end_inset
18535 </cell>
18536 </row>
18537 <row>
18538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542
18543 \backslash
18544 mathrm
18545 \series bold
18546
18547 \begin_inset ERT
18548 status collapsed
18549
18550 \begin_layout Plain Layout
18551
18552
18553 \backslash
18554 spce 
18555 \end_layout
18556
18557 \end_inset
18558
18559
18560 \series default
18561 AbC
18562 \end_layout
18563
18564 \end_inset
18565 </cell>
18566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18567 \begin_inset Text
18568
18569 \begin_layout Plain Layout
18570 \begin_inset Formula $\mathrm{AbC}$
18571 \end_inset
18572
18573
18574 \end_layout
18575
18576 \end_inset
18577 </cell>
18578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18579 \begin_inset Text
18580
18581 \begin_layout Plain Layout
18582 \begin_inset Info
18583 type  "shortcuts"
18584 arg   "font-roman"
18585 \end_inset
18586
18587
18588 \end_layout
18589
18590 \end_inset
18591 </cell>
18592 </row>
18593 <row>
18594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598
18599 \backslash
18600 mathsf
18601 \series bold
18602
18603 \begin_inset ERT
18604 status collapsed
18605
18606 \begin_layout Plain Layout
18607
18608
18609 \backslash
18610 spce 
18611 \end_layout
18612
18613 \end_inset
18614
18615
18616 \series default
18617 AbC
18618 \end_layout
18619
18620 \end_inset
18621 </cell>
18622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18623 \begin_inset Text
18624
18625 \begin_layout Plain Layout
18626 \begin_inset Formula $\mathsf{AbC}$
18627 \end_inset
18628
18629
18630 \end_layout
18631
18632 \end_inset
18633 </cell>
18634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18635 \begin_inset Text
18636
18637 \begin_layout Plain Layout
18638 \begin_inset Info
18639 type  "shortcuts"
18640 arg   "font-sans"
18641 \end_inset
18642
18643
18644 \end_layout
18645
18646 \end_inset
18647 </cell>
18648 </row>
18649 <row>
18650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18651 \begin_inset Text
18652
18653 \begin_layout Plain Layout
18654
18655 \backslash
18656 mathtt
18657 \series bold
18658
18659 \begin_inset ERT
18660 status collapsed
18661
18662 \begin_layout Plain Layout
18663
18664
18665 \backslash
18666 spce 
18667 \end_layout
18668
18669 \end_inset
18670
18671
18672 \series default
18673 AbC
18674 \end_layout
18675
18676 \end_inset
18677 </cell>
18678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18679 \begin_inset Text
18680
18681 \begin_layout Plain Layout
18682 \begin_inset Formula $\mathtt{AbC}$
18683 \end_inset
18684
18685
18686 \end_layout
18687
18688 \end_inset
18689 </cell>
18690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18691 \begin_inset Text
18692
18693 \begin_layout Plain Layout
18694 \begin_inset Info
18695 type  "shortcuts"
18696 arg   "font-typewriter"
18697 \end_inset
18698
18699
18700 \end_layout
18701
18702 \end_inset
18703 </cell>
18704 </row>
18705 </lyxtabular>
18706
18707 \end_inset
18708
18709
18710 \end_layout
18711
18712 \begin_layout Standard
18713 \begin_inset Note Greyedout
18714 status open
18715
18716 \begin_layout Plain Layout
18717
18718 \series bold
18719 Note:
18720 \series default
18721  The styles 
18722 \series bold
18723
18724 \backslash
18725 mathbb
18726 \series default
18727  and 
18728 \series bold
18729
18730 \backslash
18731 mathcal
18732 \series default
18733  can only be used for big letters.
18734 \end_layout
18735
18736 \end_inset
18737
18738
18739 \end_layout
18740
18741 \begin_layout Standard
18742 Predefined is the style 
18743 \series bold
18744
18745 \backslash
18746 mathnormal
18747 \series default
18748 .
18749 \end_layout
18750
18751 \begin_layout Standard
18752 The style commands work also for letters in mathematical constructs:
18753 \begin_inset Formula \[
18754 \mathfrak{A=\frac{b}{C}}
18755 \]
18756
18757 \end_inset
18758
18759
18760 \end_layout
18761
18762 \begin_layout Standard
18763 Characters in mathematical text don't appear in a math font style but in
18764  the text font style 
18765 \series bold
18766
18767 \backslash
18768 textrm
18769 \series default
18770 .
18771  That their style can't be set correctly via the text style dialog is a
18772  bug in LyX.
18773 \begin_inset Foot
18774 status collapsed
18775
18776 \begin_layout Plain Layout
18777 \begin_inset CommandInset href
18778 LatexCommand href
18779 name "LyX-bug #4629"
18780 target "http://www.lyx.org/trac/ticket/4629"
18781
18782 \end_inset
18783
18784
18785 \end_layout
18786
18787 \end_inset
18788
18789
18790 \end_layout
18791
18792 \begin_layout Standard
18793 Instead of the style commands the dialog 
18794 \family sans
18795 Edit\SpecialChar \menuseparator
18796 Math\SpecialChar \menuseparator
18797 Text Style
18798 \family default
18799  or the toolbar button 
18800 \begin_inset Graphics
18801         filename ../images/math/font.png
18802         scale 85
18803
18804 \end_inset
18805
18806  can be used.
18807 \end_layout
18808
18809 \begin_layout Subsection
18810 Bold Formulas
18811 \begin_inset CommandInset label
18812 LatexCommand label
18813 name "sub:Bold-Formulas"
18814
18815 \end_inset
18816
18817
18818 \begin_inset Index idx
18819 status collapsed
18820
18821 \begin_layout Plain Layout
18822 Formula ! bold
18823 \end_layout
18824
18825 \end_inset
18826
18827
18828 \end_layout
18829
18830 \begin_layout Standard
18831 To make a complete formula bold, the command 
18832 \series bold
18833
18834 \backslash
18835 mathbf
18836 \series default
18837  from the previous subsection cannot be used, because it doesn't work for
18838  small Greek letters.
18839  Furthermore it prints Latin letters always upright, like in the following
18840  equation:
18841 \end_layout
18842
18843 \begin_layout Standard
18844 \begin_inset Formula \[
18845 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18846 \]
18847
18848 \end_inset
18849
18850
18851 \end_layout
18852
18853 \begin_layout Standard
18854 To display the formula correctly, the command 
18855 \series bold
18856
18857 \backslash
18858 boldsymbol
18859 \series default
18860  is used:
18861 \begin_inset Formula \[
18862 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18863 \]
18864
18865 \end_inset
18866
18867 It is also possible to set the formula in a 
18868 \series bold
18869 boldmath environment
18870 \series default
18871 .
18872  This environment is created by inserting the command 
18873 \series bold
18874
18875 \backslash
18876 boldmath
18877 \series default
18878
18879 \begin_inset Index idx
18880 status collapsed
18881
18882 \begin_layout Plain Layout
18883 Commands ! B ! 
18884 \backslash
18885 boldmath
18886 \end_layout
18887
18888 \end_inset
18889
18890  in TeX-mode.
18891  To end the environment, the command 
18892 \series bold
18893
18894 \backslash
18895 unboldmath
18896 \series default
18897
18898 \begin_inset Index idx
18899 status collapsed
18900
18901 \begin_layout Plain Layout
18902 Commands ! U ! 
18903 \backslash
18904 unboldmath
18905 \end_layout
18906
18907 \end_inset
18908
18909  is inserted in TeX-mode.
18910 \begin_inset ERT
18911 status collapsed
18912
18913 \begin_layout Plain Layout
18914
18915
18916 \backslash
18917 boldmath 
18918 \end_layout
18919
18920 \end_inset
18921
18922
18923 \begin_inset Formula \[
18924 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
18925 \]
18926
18927 \end_inset
18928
18929
18930 \begin_inset ERT
18931 status collapsed
18932
18933 \begin_layout Plain Layout
18934
18935
18936 \backslash
18937 unboldmath 
18938 \end_layout
18939
18940 \end_inset
18941
18942
18943 \end_layout
18944
18945 \begin_layout Subsection
18946 Colored Formulas
18947 \begin_inset Index idx
18948 status collapsed
18949
18950 \begin_layout Plain Layout
18951 Formula ! colored
18952 \end_layout
18953
18954 \end_inset
18955
18956
18957 \end_layout
18958
18959 \begin_layout Standard
18960 Formulas can be colored like normal text: Highlight a formula or a formula
18961  part and use the 
18962 \family sans
18963 Text Style
18964 \family default
18965  dialog.
18966  Here is a formula in magenta:
18967 \begin_inset Formula \[
18968 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18969 \]
18970
18971 \end_inset
18972
18973
18974 \end_layout
18975
18976 \begin_layout Standard
18977 You can also define your own colors as described in 
18978 \begin_inset CommandInset ref
18979 LatexCommand ref
18980 reference "sub:Colored-Boxes"
18981
18982 \end_inset
18983
18984 .
18985  They can be used with the TeX code command 
18986 \series bold
18987
18988 \backslash
18989 textcolor
18990 \series default
18991
18992 \begin_inset Index idx
18993 status collapsed
18994
18995 \begin_layout Plain Layout
18996 Commands ! T ! 
18997 \backslash
18998 textcolor
18999 \end_layout
19000
19001 \end_inset
19002
19003  in the scheme
19004 \end_layout
19005
19006 \begin_layout Standard
19007
19008 \series bold
19009
19010 \backslash
19011 textcolor{color}{characters or formula}
19012 \end_layout
19013
19014 \begin_layout Standard
19015 The following example was colored completely dark green and partly red:
19016 \end_layout
19017
19018 \begin_layout Standard
19019 \begin_inset ERT
19020 status collapsed
19021
19022 \begin_layout Plain Layout
19023
19024
19025 \backslash
19026 textcolor{darkgreen}{
19027 \end_layout
19028
19029 \end_inset
19030
19031
19032 \begin_inset Formula \[
19033 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19034 \]
19035
19036 \end_inset
19037
19038
19039 \begin_inset ERT
19040 status collapsed
19041
19042 \begin_layout Plain Layout
19043
19044 }
19045 \end_layout
19046
19047 \end_inset
19048
19049
19050 \end_layout
19051
19052 \begin_layout Standard
19053 Due to a bug in LyX only complete formulas can be colored with self-defined
19054  colors.
19055 \begin_inset Foot
19056 status collapsed
19057
19058 \begin_layout Plain Layout
19059 \begin_inset CommandInset href
19060 LatexCommand href
19061 name "LyX-bug #5269"
19062 target "http://www.lyx.org/trac/ticket/5269"
19063
19064 \end_inset
19065
19066
19067 \end_layout
19068
19069 \end_inset
19070
19071
19072 \end_layout
19073
19074 \begin_layout Subsection
19075 Font Sizes
19076 \begin_inset CommandInset label
19077 LatexCommand label
19078 name "sub:Font-Sizes"
19079
19080 \end_inset
19081
19082
19083 \begin_inset Index idx
19084 status collapsed
19085
19086 \begin_layout Plain Layout
19087 Font ! size
19088 \end_layout
19089
19090 \end_inset
19091
19092
19093 \end_layout
19094
19095 \begin_layout Standard
19096 For characters in formulas there are, analog to characters in text, the
19097  following size commands:
19098 \end_layout
19099
19100 \begin_layout Standard
19101
19102 \series bold
19103
19104 \backslash
19105 Huge
19106 \series default
19107
19108 \series bold
19109
19110 \backslash
19111 huge
19112 \series default
19113
19114 \series bold
19115
19116 \backslash
19117 LARGE
19118 \series default
19119
19120 \series bold
19121
19122 \backslash
19123 Large
19124 \series default
19125
19126 \series bold
19127
19128 \backslash
19129 large
19130 \series default
19131
19132 \series bold
19133
19134 \backslash
19135 normalsize
19136 \series default
19137
19138 \series bold
19139
19140 \backslash
19141 small
19142 \series default
19143 ,
19144 \begin_inset Newline newline
19145 \end_inset
19146
19147
19148 \series bold
19149
19150 \backslash
19151 footnotesize
19152 \series default
19153
19154 \series bold
19155
19156 \backslash
19157 scriptsize
19158 \series default
19159  and 
19160 \series bold
19161
19162 \backslash
19163 tiny
19164 \end_layout
19165
19166 \begin_layout Standard
19167 The size produced by the commands depends on the document font size, that
19168  corresponds with the command 
19169 \series bold
19170
19171 \backslash
19172 normalsize
19173 \series default
19174 .
19175  The other commands produce smaller or larger sizes than 
19176 \series bold
19177
19178 \backslash
19179 normalsize
19180 \series default
19181 .
19182  The font size can however not exceed a certain value.
19183  Is for example the document font size 12
19184 \begin_inset space \thinspace{}
19185 \end_inset
19186
19187 pt, the command 
19188 \series bold
19189
19190 \backslash
19191 Huge
19192 \series default
19193  switches to the same size as 
19194 \series bold
19195
19196 \backslash
19197 huge
19198 \series default
19199 .
19200  
19201 \end_layout
19202
19203 \begin_layout Standard
19204 A size command is inserted in TeX-mode before the formula and sets the size
19205  for all following formula and text characters.
19206  To switch back to the initial size, the command 
19207 \series bold
19208
19209 \backslash
19210 normalsize
19211 \series default
19212  is inserted behind the formula in TeX-mode.
19213 \end_layout
19214
19215 \begin_layout Standard
19216 \begin_inset Newpage newpage
19217 \end_inset
19218
19219
19220 \end_layout
19221
19222 \begin_layout Standard
19223 Within a formula the size can be changed using the following size commands:
19224 \end_layout
19225
19226 \begin_layout Standard
19227 \noindent
19228 \align center
19229 \begin_inset Tabular
19230 <lyxtabular version="3" rows="5" columns="2">
19231 <features tabularvalignment="middle">
19232 <column alignment="center" valignment="top" width="0">
19233 <column alignment="center" valignment="top" width="0">
19234 <row>
19235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19236 \begin_inset Text
19237
19238 \begin_layout Plain Layout
19239 Command
19240 \end_layout
19241
19242 \end_inset
19243 </cell>
19244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19245 \begin_inset Text
19246
19247 \begin_layout Plain Layout
19248 Result
19249 \begin_inset Note Note
19250 status collapsed
19251
19252 \begin_layout Plain Layout
19253
19254 \series bold
19255
19256 \backslash
19257 raisebox
19258 \series default
19259  is only used as spacer.
19260 \end_layout
19261
19262 \end_inset
19263
19264
19265 \end_layout
19266
19267 \end_inset
19268 </cell>
19269 </row>
19270 <row>
19271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19272 \begin_inset Text
19273
19274 \begin_layout Plain Layout
19275
19276 \backslash
19277 displaystyle
19278 \begin_inset Index idx
19279 status collapsed
19280
19281 \begin_layout Plain Layout
19282 Commands ! D ! 
19283 \backslash
19284 displaystyle
19285 \end_layout
19286
19287 \end_inset
19288
19289
19290 \end_layout
19291
19292 \end_inset
19293 </cell>
19294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19295 \begin_inset Text
19296
19297 \begin_layout Plain Layout
19298 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19299 \end_inset
19300
19301
19302 \end_layout
19303
19304 \end_inset
19305 </cell>
19306 </row>
19307 <row>
19308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19309 \begin_inset Text
19310
19311 \begin_layout Plain Layout
19312
19313 \backslash
19314 textstyle
19315 \end_layout
19316
19317 \end_inset
19318 </cell>
19319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19320 \begin_inset Text
19321
19322 \begin_layout Plain Layout
19323 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19324 \end_inset
19325
19326
19327 \end_layout
19328
19329 \end_inset
19330 </cell>
19331 </row>
19332 <row>
19333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19334 \begin_inset Text
19335
19336 \begin_layout Plain Layout
19337
19338 \backslash
19339 scriptstyle
19340 \end_layout
19341
19342 \end_inset
19343 </cell>
19344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19345 \begin_inset Text
19346
19347 \begin_layout Plain Layout
19348 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19349 \end_inset
19350
19351
19352 \end_layout
19353
19354 \end_inset
19355 </cell>
19356 </row>
19357 <row>
19358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19359 \begin_inset Text
19360
19361 \begin_layout Plain Layout
19362
19363 \backslash
19364 scriptscriptstyle
19365 \end_layout
19366
19367 \end_inset
19368 </cell>
19369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19370 \begin_inset Text
19371
19372 \begin_layout Plain Layout
19373 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19374 \end_inset
19375
19376
19377 \end_layout
19378
19379 \end_inset
19380 </cell>
19381 </row>
19382 </lyxtabular>
19383
19384 \end_inset
19385
19386
19387 \end_layout
19388
19389 \begin_layout Standard
19390 After entering these commands, a blue box appears in which the formula parts
19391  are inserted.
19392 \end_layout
19393
19394 \begin_layout Standard
19395 There is a further method to change the font size, that though only works
19396  for symbols or letters in mathematical text.
19397  To use it, one of the above text size commands is inserted in mathematical
19398  text.
19399  All following characters until the end of the mathematical text or until
19400  another size command will have the selected size.
19401  Two examples:
19402 \begin_inset VSpace -2mm
19403 \end_inset
19404
19405
19406 \end_layout
19407
19408 \begin_layout Standard
19409 \begin_inset ERT
19410 status collapsed
19411
19412 \begin_layout Plain Layout
19413
19414
19415 \backslash
19416 huge 
19417 \end_layout
19418
19419 \end_inset
19420
19421
19422 \begin_inset Formula \[
19423 A=\frac{B}{c}\cdot\maltese
19424 \]
19425
19426 \end_inset
19427
19428
19429 \begin_inset Formula \[
19430 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19431 \]
19432
19433 \end_inset
19434
19435
19436 \begin_inset ERT
19437 status collapsed
19438
19439 \begin_layout Plain Layout
19440
19441
19442 \backslash
19443 normalsize 
19444 \end_layout
19445
19446 \end_inset
19447
19448
19449 \end_layout
19450
19451 \begin_layout Standard
19452 \begin_inset VSpace medskip
19453 \end_inset
19454
19455 Before both formulas the command 
19456 \series bold
19457
19458 \backslash
19459 huge
19460 \series default
19461  was inserted.
19462  The command for the second formula is:
19463 \begin_inset Newline newline
19464 \end_inset
19465
19466
19467 \series bold
19468
19469 \backslash
19470 maltese
19471 \begin_inset ERT
19472 status collapsed
19473
19474 \begin_layout Plain Layout
19475
19476
19477 \backslash
19478 spce 
19479 \end_layout
19480
19481 \end_inset
19482
19483 A Alt+M M 
19484 \backslash
19485 Large
19486 \begin_inset ERT
19487 status collapsed
19488
19489 \begin_layout Plain Layout
19490
19491
19492 \backslash
19493 spce 
19494 \end_layout
19495
19496 \end_inset
19497
19498
19499 \backslash
19500 maltese
19501 \begin_inset ERT
19502 status collapsed
19503
19504 \begin_layout Plain Layout
19505
19506
19507 \backslash
19508 spce 
19509 \end_layout
19510
19511 \end_inset
19512
19513
19514 \backslash
19515 textit
19516 \begin_inset ERT
19517 status collapsed
19518
19519 \begin_layout Plain Layout
19520
19521
19522 \backslash
19523 spce 
19524 \end_layout
19525
19526 \end_inset
19527
19528 A
19529 \begin_inset Formula $\to$
19530 \end_inset
19531
19532
19533 \begin_inset Formula $\to$
19534 \end_inset
19535
19536
19537 \begin_inset Newline newline
19538 \end_inset
19539
19540
19541 \begin_inset space \hspace*{}
19542 \length 1cm
19543 \end_inset
19544
19545 Alt+M
19546 \series default
19547  
19548 \series bold
19549
19550 \backslash
19551 tiny
19552 \begin_inset ERT
19553 status collapsed
19554
19555 \begin_layout Plain Layout
19556
19557
19558 \backslash
19559 spce 
19560 \end_layout
19561
19562 \end_inset
19563
19564
19565 \backslash
19566 maltese
19567 \begin_inset ERT
19568 status collapsed
19569
19570 \begin_layout Plain Layout
19571
19572
19573 \backslash
19574 spce 
19575 \end_layout
19576
19577 \end_inset
19578
19579
19580 \backslash
19581 textit
19582 \begin_inset ERT
19583 status collapsed
19584
19585 \begin_layout Plain Layout
19586
19587
19588 \backslash
19589 spce 
19590 \end_layout
19591
19592 \end_inset
19593
19594 A
19595 \end_layout
19596
19597 \begin_layout Standard
19598 If a symbol cannot be displayed in different sizes, it will always be displayed
19599  in the default size.
19600 \end_layout
19601
19602 \begin_layout Standard
19603 \begin_inset Newpage newpage
19604 \end_inset
19605
19606
19607 \end_layout
19608
19609 \begin_layout Section
19610 Greek Letters
19611 \begin_inset Index idx
19612 status collapsed
19613
19614 \begin_layout Plain Layout
19615 Greek letters
19616 \end_layout
19617
19618 \end_inset
19619
19620
19621 \end_layout
19622
19623 \begin_layout Standard
19624 Greek letters can also be inserted via the toolbar button 
19625 \begin_inset Graphics
19626         filename ../images/math/alpha.png
19627         scale 85
19628
19629 \end_inset
19630
19631 .
19632  All international typesetting norms purport that Greek letters in math
19633  have to be typeset italic/slanted.
19634  In some languages, like French or Russian, they are nevertheless sometimes
19635  typeset upright.
19636 \end_layout
19637
19638 \begin_layout Subsection
19639 Small Letters
19640 \begin_inset Index idx
19641 status collapsed
19642
19643 \begin_layout Plain Layout
19644 Greek letters ! small
19645 \end_layout
19646
19647 \end_inset
19648
19649
19650 \end_layout
19651
19652 \begin_layout Standard
19653 \begin_inset space \hfill{}
19654 \end_inset
19655
19656
19657 \begin_inset Tabular
19658 <lyxtabular version="3" rows="11" columns="2">
19659 <features tabularvalignment="middle">
19660 <column alignment="center" valignment="top" width="0pt">
19661 <column alignment="center" valignment="top" width="0pt">
19662 <row>
19663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19664 \begin_inset Text
19665
19666 \begin_layout Plain Layout
19667 Command
19668 \end_layout
19669
19670 \end_inset
19671 </cell>
19672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19673 \begin_inset Text
19674
19675 \begin_layout Plain Layout
19676 Result
19677 \end_layout
19678
19679 \end_inset
19680 </cell>
19681 </row>
19682 <row>
19683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Plain Layout
19687
19688 \backslash
19689 alpha
19690 \end_layout
19691
19692 \end_inset
19693 </cell>
19694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19695 \begin_inset Text
19696
19697 \begin_layout Plain Layout
19698 \begin_inset Formula $\alpha$
19699 \end_inset
19700
19701
19702 \end_layout
19703
19704 \end_inset
19705 </cell>
19706 </row>
19707 <row>
19708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19709 \begin_inset Text
19710
19711 \begin_layout Plain Layout
19712
19713 \backslash
19714 beta
19715 \end_layout
19716
19717 \end_inset
19718 </cell>
19719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19720 \begin_inset Text
19721
19722 \begin_layout Plain Layout
19723 \begin_inset Formula $\beta$
19724 \end_inset
19725
19726
19727 \end_layout
19728
19729 \end_inset
19730 </cell>
19731 </row>
19732 <row>
19733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19734 \begin_inset Text
19735
19736 \begin_layout Plain Layout
19737
19738 \backslash
19739 gamma
19740 \end_layout
19741
19742 \end_inset
19743 </cell>
19744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19745 \begin_inset Text
19746
19747 \begin_layout Plain Layout
19748 \begin_inset Formula $\gamma$
19749 \end_inset
19750
19751
19752 \end_layout
19753
19754 \end_inset
19755 </cell>
19756 </row>
19757 <row>
19758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19759 \begin_inset Text
19760
19761 \begin_layout Plain Layout
19762
19763 \backslash
19764 delta
19765 \end_layout
19766
19767 \end_inset
19768 </cell>
19769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19770 \begin_inset Text
19771
19772 \begin_layout Plain Layout
19773 \begin_inset Formula $\delta$
19774 \end_inset
19775
19776
19777 \end_layout
19778
19779 \end_inset
19780 </cell>
19781 </row>
19782 <row>
19783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19784 \begin_inset Text
19785
19786 \begin_layout Plain Layout
19787
19788 \backslash
19789 epsilon
19790 \end_layout
19791
19792 \end_inset
19793 </cell>
19794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19795 \begin_inset Text
19796
19797 \begin_layout Plain Layout
19798 \begin_inset Formula $\epsilon$
19799 \end_inset
19800
19801
19802 \end_layout
19803
19804 \end_inset
19805 </cell>
19806 </row>
19807 <row>
19808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19809 \begin_inset Text
19810
19811 \begin_layout Plain Layout
19812
19813 \backslash
19814 varepsilon
19815 \end_layout
19816
19817 \end_inset
19818 </cell>
19819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19820 \begin_inset Text
19821
19822 \begin_layout Plain Layout
19823 \begin_inset Formula $\varepsilon$
19824 \end_inset
19825
19826
19827 \end_layout
19828
19829 \end_inset
19830 </cell>
19831 </row>
19832 <row>
19833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19834 \begin_inset Text
19835
19836 \begin_layout Plain Layout
19837
19838 \backslash
19839 zeta
19840 \end_layout
19841
19842 \end_inset
19843 </cell>
19844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19845 \begin_inset Text
19846
19847 \begin_layout Plain Layout
19848 \begin_inset Formula $\zeta$
19849 \end_inset
19850
19851
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 </row>
19857 <row>
19858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Plain Layout
19862
19863 \backslash
19864 eta
19865 \end_layout
19866
19867 \end_inset
19868 </cell>
19869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19870 \begin_inset Text
19871
19872 \begin_layout Plain Layout
19873 \begin_inset Formula $\eta$
19874 \end_inset
19875
19876
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 </row>
19882 <row>
19883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19884 \begin_inset Text
19885
19886 \begin_layout Plain Layout
19887
19888 \backslash
19889 theta
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898 \begin_inset Formula $\theta$
19899 \end_inset
19900
19901
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 </row>
19907 <row>
19908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912
19913 \backslash
19914 vartheta
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923 \begin_inset Formula $\vartheta$
19924 \end_inset
19925
19926
19927 \end_layout
19928
19929 \end_inset
19930 </cell>
19931 </row>
19932 </lyxtabular>
19933
19934 \end_inset
19935
19936
19937 \begin_inset space \hfill{}
19938 \end_inset
19939
19940
19941 \begin_inset Tabular
19942 <lyxtabular version="3" rows="12" columns="2">
19943 <features tabularvalignment="middle">
19944 <column alignment="center" valignment="top" width="0pt">
19945 <column alignment="center" valignment="top" width="0pt">
19946 <row>
19947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19948 \begin_inset Text
19949
19950 \begin_layout Plain Layout
19951 Command
19952 \end_layout
19953
19954 \end_inset
19955 </cell>
19956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19957 \begin_inset Text
19958
19959 \begin_layout Plain Layout
19960 Result
19961 \end_layout
19962
19963 \end_inset
19964 </cell>
19965 </row>
19966 <row>
19967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19968 \begin_inset Text
19969
19970 \begin_layout Plain Layout
19971
19972 \backslash
19973 iota
19974 \end_layout
19975
19976 \end_inset
19977 </cell>
19978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19979 \begin_inset Text
19980
19981 \begin_layout Plain Layout
19982 \begin_inset Formula $\iota$
19983 \end_inset
19984
19985
19986 \end_layout
19987
19988 \end_inset
19989 </cell>
19990 </row>
19991 <row>
19992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19993 \begin_inset Text
19994
19995 \begin_layout Plain Layout
19996
19997 \backslash
19998 kappa
19999 \end_layout
20000
20001 \end_inset
20002 </cell>
20003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20004 \begin_inset Text
20005
20006 \begin_layout Plain Layout
20007 \begin_inset Formula $\kappa$
20008 \end_inset
20009
20010
20011 \end_layout
20012
20013 \end_inset
20014 </cell>
20015 </row>
20016 <row>
20017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20018 \begin_inset Text
20019
20020 \begin_layout Plain Layout
20021
20022 \backslash
20023 varkappa
20024 \end_layout
20025
20026 \end_inset
20027 </cell>
20028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20029 \begin_inset Text
20030
20031 \begin_layout Plain Layout
20032 \begin_inset Formula $\varkappa$
20033 \end_inset
20034
20035
20036 \end_layout
20037
20038 \end_inset
20039 </cell>
20040 </row>
20041 <row>
20042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20043 \begin_inset Text
20044
20045 \begin_layout Plain Layout
20046
20047 \backslash
20048 lambda
20049 \end_layout
20050
20051 \end_inset
20052 </cell>
20053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20054 \begin_inset Text
20055
20056 \begin_layout Plain Layout
20057 \begin_inset Formula $\lambda$
20058 \end_inset
20059
20060
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 </row>
20066 <row>
20067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Plain Layout
20071
20072 \backslash
20073 mu
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Plain Layout
20082 \begin_inset Formula $\mu$
20083 \end_inset
20084
20085
20086 \end_layout
20087
20088 \end_inset
20089 </cell>
20090 </row>
20091 <row>
20092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20093 \begin_inset Text
20094
20095 \begin_layout Plain Layout
20096
20097 \backslash
20098 nu
20099 \end_layout
20100
20101 \end_inset
20102 </cell>
20103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Plain Layout
20107 \begin_inset Formula $\nu$
20108 \end_inset
20109
20110
20111 \end_layout
20112
20113 \end_inset
20114 </cell>
20115 </row>
20116 <row>
20117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20118 \begin_inset Text
20119
20120 \begin_layout Plain Layout
20121
20122 \backslash
20123 xi
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20129 \begin_inset Text
20130
20131 \begin_layout Plain Layout
20132 \begin_inset Formula $\xi$
20133 \end_inset
20134
20135
20136 \end_layout
20137
20138 \end_inset
20139 </cell>
20140 </row>
20141 <row>
20142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20143 \begin_inset Text
20144
20145 \begin_layout Plain Layout
20146 o
20147 \end_layout
20148
20149 \end_inset
20150 </cell>
20151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20152 \begin_inset Text
20153
20154 \begin_layout Plain Layout
20155 \begin_inset Formula $o$
20156 \end_inset
20157
20158
20159 \end_layout
20160
20161 \end_inset
20162 </cell>
20163 </row>
20164 <row>
20165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20166 \begin_inset Text
20167
20168 \begin_layout Plain Layout
20169
20170 \backslash
20171 pi
20172 \end_layout
20173
20174 \end_inset
20175 </cell>
20176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20177 \begin_inset Text
20178
20179 \begin_layout Plain Layout
20180 \begin_inset Formula $\pi$
20181 \end_inset
20182
20183
20184 \end_layout
20185
20186 \end_inset
20187 </cell>
20188 </row>
20189 <row>
20190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20191 \begin_inset Text
20192
20193 \begin_layout Plain Layout
20194
20195 \backslash
20196 varpi
20197 \end_layout
20198
20199 \end_inset
20200 </cell>
20201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20202 \begin_inset Text
20203
20204 \begin_layout Plain Layout
20205 \begin_inset Formula $\varpi$
20206 \end_inset
20207
20208
20209 \end_layout
20210
20211 \end_inset
20212 </cell>
20213 </row>
20214 <row>
20215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20216 \begin_inset Text
20217
20218 \begin_layout Plain Layout
20219
20220 \backslash
20221 rho
20222 \end_layout
20223
20224 \end_inset
20225 </cell>
20226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20227 \begin_inset Text
20228
20229 \begin_layout Plain Layout
20230 \begin_inset Formula $\rho$
20231 \end_inset
20232
20233
20234 \end_layout
20235
20236 \end_inset
20237 </cell>
20238 </row>
20239 </lyxtabular>
20240
20241 \end_inset
20242
20243
20244 \begin_inset space \hfill{}
20245 \end_inset
20246
20247
20248 \begin_inset Tabular
20249 <lyxtabular version="3" rows="11" columns="2">
20250 <features tabularvalignment="middle">
20251 <column alignment="center" valignment="top" width="0pt">
20252 <column alignment="center" valignment="top" width="0pt">
20253 <row>
20254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20255 \begin_inset Text
20256
20257 \begin_layout Plain Layout
20258 Command
20259 \end_layout
20260
20261 \end_inset
20262 </cell>
20263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20264 \begin_inset Text
20265
20266 \begin_layout Plain Layout
20267 Result
20268 \end_layout
20269
20270 \end_inset
20271 </cell>
20272 </row>
20273 <row>
20274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20275 \begin_inset Text
20276
20277 \begin_layout Plain Layout
20278
20279 \backslash
20280 varrho
20281 \end_layout
20282
20283 \end_inset
20284 </cell>
20285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20286 \begin_inset Text
20287
20288 \begin_layout Plain Layout
20289 \begin_inset Formula $\varrho$
20290 \end_inset
20291
20292
20293 \end_layout
20294
20295 \end_inset
20296 </cell>
20297 </row>
20298 <row>
20299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303
20304 \backslash
20305 sigma
20306 \end_layout
20307
20308 \end_inset
20309 </cell>
20310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20311 \begin_inset Text
20312
20313 \begin_layout Plain Layout
20314 \begin_inset Formula $\sigma$
20315 \end_inset
20316
20317
20318 \end_layout
20319
20320 \end_inset
20321 </cell>
20322 </row>
20323 <row>
20324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Plain Layout
20328
20329 \backslash
20330 varsigma
20331 \end_layout
20332
20333 \end_inset
20334 </cell>
20335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339 \begin_inset Formula $\varsigma$
20340 \end_inset
20341
20342
20343 \end_layout
20344
20345 \end_inset
20346 </cell>
20347 </row>
20348 <row>
20349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Plain Layout
20353
20354 \backslash
20355 tau
20356 \end_layout
20357
20358 \end_inset
20359 </cell>
20360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20361 \begin_inset Text
20362
20363 \begin_layout Plain Layout
20364 \begin_inset Formula $\tau$
20365 \end_inset
20366
20367
20368 \end_layout
20369
20370 \end_inset
20371 </cell>
20372 </row>
20373 <row>
20374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20375 \begin_inset Text
20376
20377 \begin_layout Plain Layout
20378
20379 \backslash
20380 upsilon
20381 \end_layout
20382
20383 \end_inset
20384 </cell>
20385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20386 \begin_inset Text
20387
20388 \begin_layout Plain Layout
20389 \begin_inset Formula $\upsilon$
20390 \end_inset
20391
20392
20393 \end_layout
20394
20395 \end_inset
20396 </cell>
20397 </row>
20398 <row>
20399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20400 \begin_inset Text
20401
20402 \begin_layout Plain Layout
20403
20404 \backslash
20405 phi
20406 \end_layout
20407
20408 \end_inset
20409 </cell>
20410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20411 \begin_inset Text
20412
20413 \begin_layout Plain Layout
20414 \begin_inset Formula $\phi$
20415 \end_inset
20416
20417
20418 \end_layout
20419
20420 \end_inset
20421 </cell>
20422 </row>
20423 <row>
20424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20425 \begin_inset Text
20426
20427 \begin_layout Plain Layout
20428
20429 \backslash
20430 varphi
20431 \end_layout
20432
20433 \end_inset
20434 </cell>
20435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20436 \begin_inset Text
20437
20438 \begin_layout Plain Layout
20439 \begin_inset Formula $\varphi$
20440 \end_inset
20441
20442
20443 \end_layout
20444
20445 \end_inset
20446 </cell>
20447 </row>
20448 <row>
20449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20450 \begin_inset Text
20451
20452 \begin_layout Plain Layout
20453
20454 \backslash
20455 chi
20456 \end_layout
20457
20458 \end_inset
20459 </cell>
20460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20461 \begin_inset Text
20462
20463 \begin_layout Plain Layout
20464 \begin_inset Formula $\chi$
20465 \end_inset
20466
20467
20468 \end_layout
20469
20470 \end_inset
20471 </cell>
20472 </row>
20473 <row>
20474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20475 \begin_inset Text
20476
20477 \begin_layout Plain Layout
20478
20479 \backslash
20480 psi
20481 \end_layout
20482
20483 \end_inset
20484 </cell>
20485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20486 \begin_inset Text
20487
20488 \begin_layout Plain Layout
20489 \begin_inset Formula $\psi$
20490 \end_inset
20491
20492
20493 \end_layout
20494
20495 \end_inset
20496 </cell>
20497 </row>
20498 <row>
20499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20500 \begin_inset Text
20501
20502 \begin_layout Plain Layout
20503
20504 \backslash
20505 omega
20506 \end_layout
20507
20508 \end_inset
20509 </cell>
20510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20511 \begin_inset Text
20512
20513 \begin_layout Plain Layout
20514 \begin_inset Formula $\omega$
20515 \end_inset
20516
20517
20518 \end_layout
20519
20520 \end_inset
20521 </cell>
20522 </row>
20523 </lyxtabular>
20524
20525 \end_inset
20526
20527
20528 \begin_inset space \hfill{}
20529 \end_inset
20530
20531
20532 \end_layout
20533
20534 \begin_layout Standard
20535 \begin_inset VSpace medskip
20536 \end_inset
20537
20538
20539 \end_layout
20540
20541 \begin_layout Standard
20542 How to create special upright Greek letters is explained in 
20543 \begin_inset CommandInset ref
20544 LatexCommand ref
20545 reference "sub:Upright-small-Greek"
20546
20547 \end_inset
20548
20549 .
20550 \end_layout
20551
20552 \begin_layout Subsection
20553 Big Letters
20554 \begin_inset Index idx
20555 status collapsed
20556
20557 \begin_layout Plain Layout
20558 Greek letters ! big
20559 \end_layout
20560
20561 \end_inset
20562
20563
20564 \end_layout
20565
20566 \begin_layout Standard
20567 \begin_inset space \hfill{}
20568 \end_inset
20569
20570
20571 \begin_inset Tabular
20572 <lyxtabular version="3" rows="7" columns="2">
20573 <features tabularvalignment="middle">
20574 <column alignment="center" valignment="top" width="0pt">
20575 <column alignment="center" valignment="top" width="0pt">
20576 <row>
20577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20578 \begin_inset Text
20579
20580 \begin_layout Plain Layout
20581 Command
20582 \end_layout
20583
20584 \end_inset
20585 </cell>
20586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20587 \begin_inset Text
20588
20589 \begin_layout Plain Layout
20590 Result
20591 \end_layout
20592
20593 \end_inset
20594 </cell>
20595 </row>
20596 <row>
20597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20598 \begin_inset Text
20599
20600 \begin_layout Plain Layout
20601
20602 \backslash
20603 Gamma
20604 \end_layout
20605
20606 \end_inset
20607 </cell>
20608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20609 \begin_inset Text
20610
20611 \begin_layout Plain Layout
20612 \begin_inset Formula $\Gamma$
20613 \end_inset
20614
20615
20616 \end_layout
20617
20618 \end_inset
20619 </cell>
20620 </row>
20621 <row>
20622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20623 \begin_inset Text
20624
20625 \begin_layout Plain Layout
20626
20627 \backslash
20628 Delta
20629 \end_layout
20630
20631 \end_inset
20632 </cell>
20633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20634 \begin_inset Text
20635
20636 \begin_layout Plain Layout
20637 \begin_inset Formula $\Delta$
20638 \end_inset
20639
20640
20641 \end_layout
20642
20643 \end_inset
20644 </cell>
20645 </row>
20646 <row>
20647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20648 \begin_inset Text
20649
20650 \begin_layout Plain Layout
20651
20652 \backslash
20653 Theta
20654 \end_layout
20655
20656 \end_inset
20657 </cell>
20658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20659 \begin_inset Text
20660
20661 \begin_layout Plain Layout
20662 \begin_inset Formula $\Theta$
20663 \end_inset
20664
20665
20666 \end_layout
20667
20668 \end_inset
20669 </cell>
20670 </row>
20671 <row>
20672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676
20677 \backslash
20678 Lambda
20679 \end_layout
20680
20681 \end_inset
20682 </cell>
20683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687 \begin_inset Formula $\Lambda$
20688 \end_inset
20689
20690
20691 \end_layout
20692
20693 \end_inset
20694 </cell>
20695 </row>
20696 <row>
20697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20698 \begin_inset Text
20699
20700 \begin_layout Plain Layout
20701
20702 \backslash
20703 Xi
20704 \end_layout
20705
20706 \end_inset
20707 </cell>
20708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20709 \begin_inset Text
20710
20711 \begin_layout Plain Layout
20712 \begin_inset Formula $\Xi$
20713 \end_inset
20714
20715
20716 \end_layout
20717
20718 \end_inset
20719 </cell>
20720 </row>
20721 <row>
20722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726
20727 \backslash
20728 Pi
20729 \end_layout
20730
20731 \end_inset
20732 </cell>
20733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20734 \begin_inset Text
20735
20736 \begin_layout Plain Layout
20737 \begin_inset Formula $\Pi$
20738 \end_inset
20739
20740
20741 \end_layout
20742
20743 \end_inset
20744 </cell>
20745 </row>
20746 </lyxtabular>
20747
20748 \end_inset
20749
20750
20751 \begin_inset space \hfill{}
20752 \end_inset
20753
20754
20755 \begin_inset Tabular
20756 <lyxtabular version="3" rows="6" columns="2">
20757 <features tabularvalignment="middle">
20758 <column alignment="center" valignment="top" width="0pt">
20759 <column alignment="center" valignment="top" width="0pt">
20760 <row>
20761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20762 \begin_inset Text
20763
20764 \begin_layout Plain Layout
20765 Command
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20771 \begin_inset Text
20772
20773 \begin_layout Plain Layout
20774 Result
20775 \end_layout
20776
20777 \end_inset
20778 </cell>
20779 </row>
20780 <row>
20781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20782 \begin_inset Text
20783
20784 \begin_layout Plain Layout
20785
20786 \backslash
20787 Sigma
20788 \end_layout
20789
20790 \end_inset
20791 </cell>
20792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20793 \begin_inset Text
20794
20795 \begin_layout Plain Layout
20796 \begin_inset Formula $\Sigma$
20797 \end_inset
20798
20799
20800 \end_layout
20801
20802 \end_inset
20803 </cell>
20804 </row>
20805 <row>
20806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20807 \begin_inset Text
20808
20809 \begin_layout Plain Layout
20810
20811 \backslash
20812 Upsilon
20813 \end_layout
20814
20815 \end_inset
20816 </cell>
20817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Plain Layout
20821 \begin_inset Formula $\Upsilon$
20822 \end_inset
20823
20824
20825 \end_layout
20826
20827 \end_inset
20828 </cell>
20829 </row>
20830 <row>
20831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20832 \begin_inset Text
20833
20834 \begin_layout Plain Layout
20835
20836 \backslash
20837 Phi
20838 \end_layout
20839
20840 \end_inset
20841 </cell>
20842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20843 \begin_inset Text
20844
20845 \begin_layout Plain Layout
20846 \begin_inset Formula $\Phi$
20847 \end_inset
20848
20849
20850 \end_layout
20851
20852 \end_inset
20853 </cell>
20854 </row>
20855 <row>
20856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20857 \begin_inset Text
20858
20859 \begin_layout Plain Layout
20860
20861 \backslash
20862 Psi
20863 \end_layout
20864
20865 \end_inset
20866 </cell>
20867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20868 \begin_inset Text
20869
20870 \begin_layout Plain Layout
20871 \begin_inset Formula $\Psi$
20872 \end_inset
20873
20874
20875 \end_layout
20876
20877 \end_inset
20878 </cell>
20879 </row>
20880 <row>
20881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20882 \begin_inset Text
20883
20884 \begin_layout Plain Layout
20885
20886 \backslash
20887 Omega
20888 \end_layout
20889
20890 \end_inset
20891 </cell>
20892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20893 \begin_inset Text
20894
20895 \begin_layout Plain Layout
20896 \begin_inset Formula $\Omega$
20897 \end_inset
20898
20899
20900 \end_layout
20901
20902 \end_inset
20903 </cell>
20904 </row>
20905 </lyxtabular>
20906
20907 \end_inset
20908
20909
20910 \begin_inset space \hfill{}
20911 \end_inset
20912
20913
20914 \end_layout
20915
20916 \begin_layout Standard
20917 \begin_inset VSpace medskip
20918 \end_inset
20919
20920 That the big Greek letters appear upright is caused by a design bug when
20921  TeX was developed.
20922  To get correct italic big letters, begin every command with 
20923 \series bold
20924 var
20925 \series default
20926 .
20927  For example the command 
20928 \series bold
20929
20930 \backslash
20931 varGamma
20932 \series default
20933  produces 
20934 \begin_inset Formula $\varGamma$
20935 \end_inset
20936
20937 .
20938  Another way is to load the package 
20939 \series bold
20940 fixmath
20941 \series default
20942
20943 \begin_inset Foot
20944 status collapsed
20945
20946 \begin_layout Plain Layout
20947
20948 \series bold
20949 fixmath
20950 \series default
20951  is part of the LaTeX-package 
20952 \series bold
20953 was
20954 \series default
20955
20956 \begin_inset Index idx
20957 status collapsed
20958
20959 \begin_layout Plain Layout
20960 Packages ! was
20961 \begin_inset ERT
20962 status collapsed
20963
20964 \begin_layout Plain Layout
20965
20966
20967 \backslash
20968 vspace{4mm}
20969 \end_layout
20970
20971 \end_inset
20972
20973
20974 \end_layout
20975
20976 \end_inset
20977
20978 .
20979 \end_layout
20980
20981 \end_inset
20982
20983
20984 \begin_inset Index idx
20985 status collapsed
20986
20987 \begin_layout Plain Layout
20988 Packages ! fixmath
20989 \end_layout
20990
20991 \end_inset
20992
20993  with the LaTeX-preamble line
20994 \end_layout
20995
20996 \begin_layout Standard
20997
20998 \series bold
20999
21000 \backslash
21001 usepackage{fixmath}
21002 \end_layout
21003
21004 \begin_layout Standard
21005 Then all big Greek letters in a document will automatically be typeset upright.
21006 \end_layout
21007
21008 \begin_layout Subsection
21009 Bold Letters
21010 \begin_inset Index idx
21011 status collapsed
21012
21013 \begin_layout Plain Layout
21014 Greek letters ! bold
21015 \end_layout
21016
21017 \end_inset
21018
21019
21020 \end_layout
21021
21022 \begin_layout Standard
21023 Greek letters cannot be set with different font styles like Latin letters.
21024  They can only be made bold with the command 
21025 \series bold
21026
21027 \backslash
21028 boldsymbol
21029 \series default
21030
21031 \begin_inset Index idx
21032 status collapsed
21033
21034 \begin_layout Plain Layout
21035 Commands ! B ! 
21036 \backslash
21037 boldsymbol
21038 \end_layout
21039
21040 \end_inset
21041
21042 .
21043 \end_layout
21044
21045 \begin_layout Standard
21046 \align center
21047 \begin_inset Tabular
21048 <lyxtabular version="3" rows="3" columns="2">
21049 <features tabularvalignment="middle">
21050 <column alignment="center" valignment="top" width="0">
21051 <column alignment="center" valignment="top" width="0">
21052 <row>
21053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21054 \begin_inset Text
21055
21056 \begin_layout Plain Layout
21057 Command
21058 \end_layout
21059
21060 \end_inset
21061 </cell>
21062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Plain Layout
21066 Result
21067 \end_layout
21068
21069 \end_inset
21070 </cell>
21071 </row>
21072 <row>
21073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21074 \begin_inset Text
21075
21076 \begin_layout Plain Layout
21077
21078 \backslash
21079 Upsilon
21080 \backslash
21081 boldsymbol
21082 \backslash
21083 Upsilon
21084 \end_layout
21085
21086 \end_inset
21087 </cell>
21088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21089 \begin_inset Text
21090
21091 \begin_layout Plain Layout
21092 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21093 \end_inset
21094
21095
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 </row>
21101 <row>
21102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21103 \begin_inset Text
21104
21105 \begin_layout Plain Layout
21106
21107 \backslash
21108 theta
21109 \backslash
21110 boldsymbol
21111 \backslash
21112 theta
21113 \end_layout
21114
21115 \end_inset
21116 </cell>
21117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21118 \begin_inset Text
21119
21120 \begin_layout Plain Layout
21121 \begin_inset Formula $\theta\boldsymbol{\theta}$
21122 \end_inset
21123
21124
21125 \end_layout
21126
21127 \end_inset
21128 </cell>
21129 </row>
21130 </lyxtabular>
21131
21132 \end_inset
21133
21134
21135 \end_layout
21136
21137 \begin_layout Section
21138 Symbols
21139 \begin_inset ERT
21140 status collapsed
21141
21142 \begin_layout Plain Layout
21143
21144
21145 \backslash
21146 texorpdfstring{
21147 \end_layout
21148
21149 \end_inset
21150
21151
21152 \begin_inset Foot
21153 status collapsed
21154
21155 \begin_layout Plain Layout
21156 A list with all symbols of most of the LaTeX-packages can be found in 
21157 \begin_inset CommandInset citation
21158 LatexCommand cite
21159 key "Symbols"
21160
21161 \end_inset
21162
21163 .
21164 \end_layout
21165
21166 \end_inset
21167
21168
21169 \begin_inset ERT
21170 status collapsed
21171
21172 \begin_layout Plain Layout
21173
21174 }{}
21175 \end_layout
21176
21177 \end_inset
21178
21179
21180 \begin_inset Note Note
21181 status collapsed
21182
21183 \begin_layout Plain Layout
21184
21185 \backslash
21186 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21187 \end_layout
21188
21189 \begin_layout Plain Layout
21190 More about 
21191 \backslash
21192 texorpdfstring is in section 
21193 \begin_inset CommandInset ref
21194 LatexCommand ref
21195 reference "sub:Formulas-in-Section"
21196
21197 \end_inset
21198
21199 .
21200 \end_layout
21201
21202 \end_inset
21203
21204
21205 \begin_inset Index idx
21206 status collapsed
21207
21208 \begin_layout Plain Layout
21209 Symbols
21210 \end_layout
21211
21212 \end_inset
21213
21214
21215 \end_layout
21216
21217 \begin_layout Standard
21218 Many of the symbols listed in this section can also be inserted via the
21219  toolbar buttons 
21220 \begin_inset Graphics
21221         filename ../images/math/nabla.png
21222         scale 85
21223
21224 \end_inset
21225
21226  and 
21227 \begin_inset Graphics
21228         filename ../images/math/digamma.png
21229         scale 85
21230
21231 \end_inset
21232
21233 .
21234 \end_layout
21235
21236 \begin_layout Subsection
21237 Mathematical Symbols
21238 \begin_inset CommandInset label
21239 LatexCommand label
21240 name "sub:Mathematical-Symbols"
21241
21242 \end_inset
21243
21244
21245 \begin_inset Index idx
21246 status collapsed
21247
21248 \begin_layout Plain Layout
21249 Symbols ! mathematical
21250 \end_layout
21251
21252 \end_inset
21253
21254
21255 \end_layout
21256
21257 \begin_layout Standard
21258 \begin_inset space \hfill{}
21259 \end_inset
21260
21261
21262 \begin_inset Tabular
21263 <lyxtabular version="3" rows="10" columns="2">
21264 <features tabularvalignment="middle">
21265 <column alignment="center" valignment="top" width="0pt">
21266 <column alignment="center" valignment="top" width="0pt">
21267 <row>
21268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21269 \begin_inset Text
21270
21271 \begin_layout Plain Layout
21272 Command
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21278 \begin_inset Text
21279
21280 \begin_layout Plain Layout
21281 Result
21282 \end_layout
21283
21284 \end_inset
21285 </cell>
21286 </row>
21287 <row>
21288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21289 \begin_inset Text
21290
21291 \begin_layout Plain Layout
21292
21293 \backslash
21294 neg
21295 \end_layout
21296
21297 \end_inset
21298 </cell>
21299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21300 \begin_inset Text
21301
21302 \begin_layout Plain Layout
21303 \begin_inset Formula $\neg$
21304 \end_inset
21305
21306
21307 \end_layout
21308
21309 \end_inset
21310 </cell>
21311 </row>
21312 <row>
21313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21314 \begin_inset Text
21315
21316 \begin_layout Plain Layout
21317
21318 \backslash
21319 Im
21320 \end_layout
21321
21322 \end_inset
21323 </cell>
21324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21325 \begin_inset Text
21326
21327 \begin_layout Plain Layout
21328 \begin_inset Formula $\Im$
21329 \end_inset
21330
21331
21332 \end_layout
21333
21334 \end_inset
21335 </cell>
21336 </row>
21337 <row>
21338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342
21343 \backslash
21344 Re
21345 \end_layout
21346
21347 \end_inset
21348 </cell>
21349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21350 \begin_inset Text
21351
21352 \begin_layout Plain Layout
21353 \begin_inset Formula $\Re$
21354 \end_inset
21355
21356
21357 \end_layout
21358
21359 \end_inset
21360 </cell>
21361 </row>
21362 <row>
21363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367
21368 \backslash
21369 aleph
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378 \begin_inset Formula $\aleph$
21379 \end_inset
21380
21381
21382 \end_layout
21383
21384 \end_inset
21385 </cell>
21386 </row>
21387 <row>
21388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392
21393 \backslash
21394 partial
21395 \end_layout
21396
21397 \end_inset
21398 </cell>
21399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403 \begin_inset Formula $\partial$
21404 \end_inset
21405
21406
21407 \end_layout
21408
21409 \end_inset
21410 </cell>
21411 </row>
21412 <row>
21413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21414 \begin_inset Text
21415
21416 \begin_layout Plain Layout
21417
21418 \backslash
21419 infty
21420 \end_layout
21421
21422 \end_inset
21423 </cell>
21424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21425 \begin_inset Text
21426
21427 \begin_layout Plain Layout
21428 \begin_inset Formula $\infty$
21429 \end_inset
21430
21431
21432 \end_layout
21433
21434 \end_inset
21435 </cell>
21436 </row>
21437 <row>
21438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21439 \begin_inset Text
21440
21441 \begin_layout Plain Layout
21442
21443 \backslash
21444 wp
21445 \end_layout
21446
21447 \end_inset
21448 </cell>
21449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21450 \begin_inset Text
21451
21452 \begin_layout Plain Layout
21453 \begin_inset Formula $\wp$
21454 \end_inset
21455
21456
21457 \end_layout
21458
21459 \end_inset
21460 </cell>
21461 </row>
21462 <row>
21463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21464 \begin_inset Text
21465
21466 \begin_layout Plain Layout
21467
21468 \backslash
21469 imath
21470 \end_layout
21471
21472 \end_inset
21473 </cell>
21474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478 \begin_inset Formula $\imath$
21479 \end_inset
21480
21481
21482 \end_layout
21483
21484 \end_inset
21485 </cell>
21486 </row>
21487 <row>
21488 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21489 \begin_inset Text
21490
21491 \begin_layout Plain Layout
21492
21493 \backslash
21494 jmath
21495 \end_layout
21496
21497 \end_inset
21498 </cell>
21499 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21500 \begin_inset Text
21501
21502 \begin_layout Plain Layout
21503 \begin_inset Formula $\jmath$
21504 \end_inset
21505
21506
21507 \end_layout
21508
21509 \end_inset
21510 </cell>
21511 </row>
21512 </lyxtabular>
21513
21514 \end_inset
21515
21516
21517 \begin_inset space \hfill{}
21518 \end_inset
21519
21520
21521 \begin_inset Tabular
21522 <lyxtabular version="3" rows="10" columns="2">
21523 <features tabularvalignment="middle">
21524 <column alignment="center" valignment="top" width="0pt">
21525 <column alignment="center" valignment="top" width="0pt">
21526 <row>
21527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21528 \begin_inset Text
21529
21530 \begin_layout Plain Layout
21531 Command
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21537 \begin_inset Text
21538
21539 \begin_layout Plain Layout
21540 Result
21541 \begin_inset Note Note
21542 status collapsed
21543
21544 \begin_layout Plain Layout
21545
21546 \series bold
21547
21548 \backslash
21549 raisebox
21550 \series default
21551  is only used as spacer.
21552 \end_layout
21553
21554 \end_inset
21555
21556
21557 \end_layout
21558
21559 \end_inset
21560 </cell>
21561 </row>
21562 <row>
21563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21564 \begin_inset Text
21565
21566 \begin_layout Plain Layout
21567
21568 \backslash
21569 forall
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21575 \begin_inset Text
21576
21577 \begin_layout Plain Layout
21578 \begin_inset Formula $\forall$
21579 \end_inset
21580
21581
21582 \end_layout
21583
21584 \end_inset
21585 </cell>
21586 </row>
21587 <row>
21588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21589 \begin_inset Text
21590
21591 \begin_layout Plain Layout
21592
21593 \backslash
21594 exists
21595 \end_layout
21596
21597 \end_inset
21598 </cell>
21599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21600 \begin_inset Text
21601
21602 \begin_layout Plain Layout
21603 \begin_inset Formula $\exists$
21604 \end_inset
21605
21606
21607 \end_layout
21608
21609 \end_inset
21610 </cell>
21611 </row>
21612 <row>
21613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21614 \begin_inset Text
21615
21616 \begin_layout Plain Layout
21617
21618 \backslash
21619 nexists
21620 \end_layout
21621
21622 \end_inset
21623 </cell>
21624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21625 \begin_inset Text
21626
21627 \begin_layout Plain Layout
21628 \begin_inset Formula $\nexists$
21629 \end_inset
21630
21631
21632 \end_layout
21633
21634 \end_inset
21635 </cell>
21636 </row>
21637 <row>
21638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642
21643 \backslash
21644 emptyset
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21650 \begin_inset Text
21651
21652 \begin_layout Plain Layout
21653 \begin_inset Formula $\emptyset$
21654 \end_inset
21655
21656
21657 \end_layout
21658
21659 \end_inset
21660 </cell>
21661 </row>
21662 <row>
21663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667
21668 \backslash
21669 varnothing
21670 \end_layout
21671
21672 \end_inset
21673 </cell>
21674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21675 \begin_inset Text
21676
21677 \begin_layout Plain Layout
21678 \begin_inset Formula $\varnothing$
21679 \end_inset
21680
21681
21682 \end_layout
21683
21684 \end_inset
21685 </cell>
21686 </row>
21687 <row>
21688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21689 \begin_inset Text
21690
21691 \begin_layout Plain Layout
21692
21693 \backslash
21694 dag
21695 \end_layout
21696
21697 \end_inset
21698 </cell>
21699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21700 \begin_inset Text
21701
21702 \begin_layout Plain Layout
21703 \begin_inset Formula $\dag$
21704 \end_inset
21705
21706
21707 \end_layout
21708
21709 \end_inset
21710 </cell>
21711 </row>
21712 <row>
21713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21714 \begin_inset Text
21715
21716 \begin_layout Plain Layout
21717
21718 \backslash
21719 ddag
21720 \end_layout
21721
21722 \end_inset
21723 </cell>
21724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21725 \begin_inset Text
21726
21727 \begin_layout Plain Layout
21728 \begin_inset Formula $\ddag$
21729 \end_inset
21730
21731
21732 \end_layout
21733
21734 \end_inset
21735 </cell>
21736 </row>
21737 <row>
21738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742
21743 \backslash
21744 complement
21745 \end_layout
21746
21747 \end_inset
21748 </cell>
21749 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21750 \begin_inset Text
21751
21752 \begin_layout Plain Layout
21753 \begin_inset ERT
21754 status collapsed
21755
21756 \begin_layout Plain Layout
21757
21758
21759 \backslash
21760 raisebox{-0.8mm}{
21761 \end_layout
21762
21763 \end_inset
21764
21765
21766 \begin_inset Formula $\complement$
21767 \end_inset
21768
21769
21770 \begin_inset ERT
21771 status collapsed
21772
21773 \begin_layout Plain Layout
21774
21775 }
21776 \end_layout
21777
21778 \end_inset
21779
21780
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 </row>
21786 <row>
21787 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21788 \begin_inset Text
21789
21790 \begin_layout Plain Layout
21791
21792 \backslash
21793 Bbbk
21794 \end_layout
21795
21796 \end_inset
21797 </cell>
21798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21799 \begin_inset Text
21800
21801 \begin_layout Plain Layout
21802 \begin_inset Formula $\Bbbk$
21803 \end_inset
21804
21805
21806 \end_layout
21807
21808 \end_inset
21809 </cell>
21810 </row>
21811 </lyxtabular>
21812
21813 \end_inset
21814
21815
21816 \begin_inset space \hfill{}
21817 \end_inset
21818
21819
21820 \begin_inset Tabular
21821 <lyxtabular version="3" rows="10" columns="2">
21822 <features tabularvalignment="middle">
21823 <column alignment="center" valignment="top" width="0pt">
21824 <column alignment="center" valignment="top" width="0pt">
21825 <row>
21826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21827 \begin_inset Text
21828
21829 \begin_layout Plain Layout
21830 Command
21831 \end_layout
21832
21833 \end_inset
21834 </cell>
21835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21836 \begin_inset Text
21837
21838 \begin_layout Plain Layout
21839 Result
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 </row>
21845 <row>
21846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850
21851 \backslash
21852 prime
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21858 \begin_inset Text
21859
21860 \begin_layout Plain Layout
21861 \begin_inset Formula $\prime$
21862 \end_inset
21863
21864
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 </row>
21870 <row>
21871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21872 \begin_inset Text
21873
21874 \begin_layout Plain Layout
21875
21876 \backslash
21877 backprime
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21883 \begin_inset Text
21884
21885 \begin_layout Plain Layout
21886 \begin_inset Formula $\backprime$
21887 \end_inset
21888
21889
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 </row>
21895 <row>
21896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900
21901 \backslash
21902 mho
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21908 \begin_inset Text
21909
21910 \begin_layout Plain Layout
21911 \begin_inset Formula $\mho$
21912 \end_inset
21913
21914
21915 \end_layout
21916
21917 \end_inset
21918 </cell>
21919 </row>
21920 <row>
21921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Plain Layout
21925
21926 \backslash
21927 triangle
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21933 \begin_inset Text
21934
21935 \begin_layout Plain Layout
21936 \begin_inset Formula $\triangle$
21937 \end_inset
21938
21939
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 </row>
21945 <row>
21946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21947 \begin_inset Text
21948
21949 \begin_layout Plain Layout
21950
21951 \backslash
21952 angle
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21958 \begin_inset Text
21959
21960 \begin_layout Plain Layout
21961 \begin_inset Formula $\angle$
21962 \end_inset
21963
21964
21965 \end_layout
21966
21967 \end_inset
21968 </cell>
21969 </row>
21970 <row>
21971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21972 \begin_inset Text
21973
21974 \begin_layout Plain Layout
21975
21976 \backslash
21977 measuredangle
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21983 \begin_inset Text
21984
21985 \begin_layout Plain Layout
21986 \begin_inset Formula $\measuredangle$
21987 \end_inset
21988
21989
21990 \end_layout
21991
21992 \end_inset
21993 </cell>
21994 </row>
21995 <row>
21996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21997 \begin_inset Text
21998
21999 \begin_layout Plain Layout
22000
22001 \backslash
22002 sphericalangle
22003 \end_layout
22004
22005 \end_inset
22006 </cell>
22007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22008 \begin_inset Text
22009
22010 \begin_layout Plain Layout
22011 \begin_inset Formula $\sphericalangle$
22012 \end_inset
22013
22014
22015 \end_layout
22016
22017 \end_inset
22018 </cell>
22019 </row>
22020 <row>
22021 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22022 \begin_inset Text
22023
22024 \begin_layout Plain Layout
22025
22026 \backslash
22027 top
22028 \end_layout
22029
22030 \end_inset
22031 </cell>
22032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22033 \begin_inset Text
22034
22035 \begin_layout Plain Layout
22036 \begin_inset Formula $\top$
22037 \end_inset
22038
22039
22040 \end_layout
22041
22042 \end_inset
22043 </cell>
22044 </row>
22045 <row>
22046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22047 \begin_inset Text
22048
22049 \begin_layout Plain Layout
22050
22051 \backslash
22052 bot
22053 \end_layout
22054
22055 \end_inset
22056 </cell>
22057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22058 \begin_inset Text
22059
22060 \begin_layout Plain Layout
22061 \begin_inset Formula $\bot$
22062 \end_inset
22063
22064
22065 \end_layout
22066
22067 \end_inset
22068 </cell>
22069 </row>
22070 </lyxtabular>
22071
22072 \end_inset
22073
22074
22075 \begin_inset space \hfill{}
22076 \end_inset
22077
22078
22079 \end_layout
22080
22081 \begin_layout Subsection
22082 Miscellaneous Symbols
22083 \begin_inset CommandInset label
22084 LatexCommand label
22085 name "sub:Miscellaneous-Symbols"
22086
22087 \end_inset
22088
22089
22090 \begin_inset Index idx
22091 status collapsed
22092
22093 \begin_layout Plain Layout
22094 Symbols ! miscellaneous
22095 \end_layout
22096
22097 \end_inset
22098
22099
22100 \end_layout
22101
22102 \begin_layout Standard
22103 \noindent
22104 \align center
22105 \begin_inset Tabular
22106 <lyxtabular version="3" rows="10" columns="2">
22107 <features tabularvalignment="middle">
22108 <column alignment="center" valignment="top" width="0pt">
22109 <column alignment="center" valignment="top" width="0pt">
22110 <row>
22111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22112 \begin_inset Text
22113
22114 \begin_layout Plain Layout
22115 Command
22116 \end_layout
22117
22118 \end_inset
22119 </cell>
22120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22121 \begin_inset Text
22122
22123 \begin_layout Plain Layout
22124 Result
22125 \end_layout
22126
22127 \end_inset
22128 </cell>
22129 </row>
22130 <row>
22131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22132 \begin_inset Text
22133
22134 \begin_layout Plain Layout
22135
22136 \backslash
22137 flat
22138 \end_layout
22139
22140 \end_inset
22141 </cell>
22142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22143 \begin_inset Text
22144
22145 \begin_layout Plain Layout
22146 \begin_inset Formula $\flat$
22147 \end_inset
22148
22149
22150 \end_layout
22151
22152 \end_inset
22153 </cell>
22154 </row>
22155 <row>
22156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22157 \begin_inset Text
22158
22159 \begin_layout Plain Layout
22160
22161 \backslash
22162 natural
22163 \end_layout
22164
22165 \end_inset
22166 </cell>
22167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22168 \begin_inset Text
22169
22170 \begin_layout Plain Layout
22171 \begin_inset Formula $\natural$
22172 \end_inset
22173
22174
22175 \end_layout
22176
22177 \end_inset
22178 </cell>
22179 </row>
22180 <row>
22181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22182 \begin_inset Text
22183
22184 \begin_layout Plain Layout
22185
22186 \backslash
22187 sharp
22188 \end_layout
22189
22190 \end_inset
22191 </cell>
22192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22193 \begin_inset Text
22194
22195 \begin_layout Plain Layout
22196 \begin_inset Formula $\sharp$
22197 \end_inset
22198
22199
22200 \end_layout
22201
22202 \end_inset
22203 </cell>
22204 </row>
22205 <row>
22206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22207 \begin_inset Text
22208
22209 \begin_layout Plain Layout
22210
22211 \backslash
22212 surd
22213 \end_layout
22214
22215 \end_inset
22216 </cell>
22217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22218 \begin_inset Text
22219
22220 \begin_layout Plain Layout
22221 \begin_inset Formula $\surd$
22222 \end_inset
22223
22224
22225 \end_layout
22226
22227 \end_inset
22228 </cell>
22229 </row>
22230 <row>
22231 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22232 \begin_inset Text
22233
22234 \begin_layout Plain Layout
22235
22236 \backslash
22237 checkmark
22238 \end_layout
22239
22240 \end_inset
22241 </cell>
22242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22243 \begin_inset Text
22244
22245 \begin_layout Plain Layout
22246 \begin_inset Formula $\checkmark$
22247 \end_inset
22248
22249
22250 \end_layout
22251
22252 \end_inset
22253 </cell>
22254 </row>
22255 <row>
22256 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22257 \begin_inset Text
22258
22259 \begin_layout Plain Layout
22260
22261 \backslash
22262 yen
22263 \end_layout
22264
22265 \end_inset
22266 </cell>
22267 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22268 \begin_inset Text
22269
22270 \begin_layout Plain Layout
22271 \begin_inset Formula $\yen$
22272 \end_inset
22273
22274
22275 \end_layout
22276
22277 \end_inset
22278 </cell>
22279 </row>
22280 <row>
22281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22282 \begin_inset Text
22283
22284 \begin_layout Plain Layout
22285
22286 \backslash
22287 pounds
22288 \end_layout
22289
22290 \end_inset
22291 </cell>
22292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22293 \begin_inset Text
22294
22295 \begin_layout Plain Layout
22296 \begin_inset Formula $\pounds$
22297 \end_inset
22298
22299
22300 \end_layout
22301
22302 \end_inset
22303 </cell>
22304 </row>
22305 <row>
22306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22307 \begin_inset Text
22308
22309 \begin_layout Plain Layout
22310 $
22311 \end_layout
22312
22313 \end_inset
22314 </cell>
22315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22316 \begin_inset Text
22317
22318 \begin_layout Plain Layout
22319 \begin_inset Formula $\$$
22320 \end_inset
22321
22322
22323 \end_layout
22324
22325 \end_inset
22326 </cell>
22327 </row>
22328 <row>
22329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22330 \begin_inset Text
22331
22332 \begin_layout Plain Layout
22333 §
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22339 \begin_inset Text
22340
22341 \begin_layout Plain Layout
22342 \begin_inset Formula $§$
22343 \end_inset
22344
22345
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 </row>
22351 </lyxtabular>
22352
22353 \end_inset
22354
22355
22356 \begin_inset Tabular
22357 <lyxtabular version="3" rows="10" columns="2">
22358 <features tabularvalignment="middle">
22359 <column alignment="center" valignment="top" width="0">
22360 <column alignment="center" valignment="top" width="0">
22361 <row>
22362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22363 \begin_inset Text
22364
22365 \begin_layout Plain Layout
22366 Command
22367 \end_layout
22368
22369 \end_inset
22370 </cell>
22371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22372 \begin_inset Text
22373
22374 \begin_layout Plain Layout
22375 Result
22376 \end_layout
22377
22378 \end_inset
22379 </cell>
22380 </row>
22381 <row>
22382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22383 \begin_inset Text
22384
22385 \begin_layout Plain Layout
22386
22387 \backslash
22388 hbar
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397 \begin_inset Formula $\hbar$
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \end_inset
22404 </cell>
22405 </row>
22406 <row>
22407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22408 \begin_inset Text
22409
22410 \begin_layout Plain Layout
22411
22412 \backslash
22413 hslash
22414 \end_layout
22415
22416 \end_inset
22417 </cell>
22418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22419 \begin_inset Text
22420
22421 \begin_layout Plain Layout
22422 \begin_inset Formula $\hslash$
22423 \end_inset
22424
22425
22426 \end_layout
22427
22428 \end_inset
22429 </cell>
22430 </row>
22431 <row>
22432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436
22437 \backslash
22438 clubsuit
22439 \end_layout
22440
22441 \end_inset
22442 </cell>
22443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22444 \begin_inset Text
22445
22446 \begin_layout Plain Layout
22447 \begin_inset Formula $\clubsuit$
22448 \end_inset
22449
22450
22451 \end_layout
22452
22453 \end_inset
22454 </cell>
22455 </row>
22456 <row>
22457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22458 \begin_inset Text
22459
22460 \begin_layout Plain Layout
22461
22462 \backslash
22463 spadesuit
22464 \end_layout
22465
22466 \end_inset
22467 </cell>
22468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22469 \begin_inset Text
22470
22471 \begin_layout Plain Layout
22472 \begin_inset Formula $\spadesuit$
22473 \end_inset
22474
22475
22476 \end_layout
22477
22478 \end_inset
22479 </cell>
22480 </row>
22481 <row>
22482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22483 \begin_inset Text
22484
22485 \begin_layout Plain Layout
22486
22487 \backslash
22488 bigstar
22489 \end_layout
22490
22491 \end_inset
22492 </cell>
22493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22494 \begin_inset Text
22495
22496 \begin_layout Plain Layout
22497 \begin_inset Formula $\bigstar$
22498 \end_inset
22499
22500
22501 \end_layout
22502
22503 \end_inset
22504 </cell>
22505 </row>
22506 <row>
22507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511
22512 \backslash
22513 blacklozenge
22514 \end_layout
22515
22516 \end_inset
22517 </cell>
22518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22519 \begin_inset Text
22520
22521 \begin_layout Plain Layout
22522 \begin_inset Formula $\blacklozenge$
22523 \end_inset
22524
22525
22526 \end_layout
22527
22528 \end_inset
22529 </cell>
22530 </row>
22531 <row>
22532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536
22537 \backslash
22538 blacktriangle
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22544 \begin_inset Text
22545
22546 \begin_layout Plain Layout
22547 \begin_inset Formula $\blacktriangle$
22548 \end_inset
22549
22550
22551 \end_layout
22552
22553 \end_inset
22554 </cell>
22555 </row>
22556 <row>
22557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22558 \begin_inset Text
22559
22560 \begin_layout Plain Layout
22561
22562 \backslash
22563 blacktiangledown
22564 \end_layout
22565
22566 \end_inset
22567 </cell>
22568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22569 \begin_inset Text
22570
22571 \begin_layout Plain Layout
22572 \begin_inset Formula $\blacktriangledown$
22573 \end_inset
22574
22575
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 </row>
22581 <row>
22582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22583 \begin_inset Text
22584
22585 \begin_layout Plain Layout
22586
22587 \backslash
22588 bullet
22589 \end_layout
22590
22591 \end_inset
22592 </cell>
22593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22594 \begin_inset Text
22595
22596 \begin_layout Plain Layout
22597 \begin_inset Formula $\bullet$
22598 \end_inset
22599
22600
22601 \end_layout
22602
22603 \end_inset
22604 </cell>
22605 </row>
22606 </lyxtabular>
22607
22608 \end_inset
22609
22610
22611 \begin_inset Tabular
22612 <lyxtabular version="3" rows="10" columns="2">
22613 <features tabularvalignment="middle">
22614 <column alignment="center" valignment="top" width="0pt">
22615 <column alignment="center" valignment="top" width="0pt">
22616 <row>
22617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22618 \begin_inset Text
22619
22620 \begin_layout Plain Layout
22621 Command
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22627 \begin_inset Text
22628
22629 \begin_layout Plain Layout
22630 Result
22631 \end_layout
22632
22633 \end_inset
22634 </cell>
22635 </row>
22636 <row>
22637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641
22642 \backslash
22643 diamondsuit
22644 \end_layout
22645
22646 \end_inset
22647 </cell>
22648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22649 \begin_inset Text
22650
22651 \begin_layout Plain Layout
22652 \begin_inset Formula $\diamondsuit$
22653 \end_inset
22654
22655
22656 \end_layout
22657
22658 \end_inset
22659 </cell>
22660 </row>
22661 <row>
22662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666
22667 \backslash
22668 Diamond
22669 \end_layout
22670
22671 \end_inset
22672 </cell>
22673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22674 \begin_inset Text
22675
22676 \begin_layout Plain Layout
22677 \begin_inset Formula $\Diamond$
22678 \end_inset
22679
22680
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 </row>
22686 <row>
22687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691
22692 \backslash
22693 heartsuit
22694 \end_layout
22695
22696 \end_inset
22697 </cell>
22698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22699 \begin_inset Text
22700
22701 \begin_layout Plain Layout
22702 \begin_inset Formula $\heartsuit$
22703 \end_inset
22704
22705
22706 \end_layout
22707
22708 \end_inset
22709 </cell>
22710 </row>
22711 <row>
22712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716
22717 \backslash
22718 P
22719 \end_layout
22720
22721 \end_inset
22722 </cell>
22723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22724 \begin_inset Text
22725
22726 \begin_layout Plain Layout
22727 \begin_inset Formula $\P$
22728 \end_inset
22729
22730
22731 \end_layout
22732
22733 \end_inset
22734 </cell>
22735 </row>
22736 <row>
22737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741
22742 \backslash
22743 copyright
22744 \end_layout
22745
22746 \end_inset
22747 </cell>
22748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22749 \begin_inset Text
22750
22751 \begin_layout Plain Layout
22752 \begin_inset Formula $\copyright$
22753 \end_inset
22754
22755
22756 \end_layout
22757
22758 \end_inset
22759 </cell>
22760 </row>
22761 <row>
22762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22763 \begin_inset Text
22764
22765 \begin_layout Plain Layout
22766
22767 \backslash
22768 circledR
22769 \end_layout
22770
22771 \end_inset
22772 </cell>
22773 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22774 \begin_inset Text
22775
22776 \begin_layout Plain Layout
22777 \begin_inset Formula $\circledR$
22778 \end_inset
22779
22780
22781 \end_layout
22782
22783 \end_inset
22784 </cell>
22785 </row>
22786 <row>
22787 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791
22792 \backslash
22793 maltese
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802 \begin_inset Formula $\maltese$
22803 \end_inset
22804
22805
22806 \end_layout
22807
22808 \end_inset
22809 </cell>
22810 </row>
22811 <row>
22812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22813 \begin_inset Text
22814
22815 \begin_layout Plain Layout
22816
22817 \backslash
22818 diagup
22819 \end_layout
22820
22821 \end_inset
22822 </cell>
22823 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22824 \begin_inset Text
22825
22826 \begin_layout Plain Layout
22827 \begin_inset Formula $\diagup$
22828 \end_inset
22829
22830
22831 \end_layout
22832
22833 \end_inset
22834 </cell>
22835 </row>
22836 <row>
22837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Plain Layout
22841
22842 \backslash
22843 diagdown
22844 \end_layout
22845
22846 \end_inset
22847 </cell>
22848 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22849 \begin_inset Text
22850
22851 \begin_layout Plain Layout
22852 \begin_inset Formula $\diagdown$
22853 \end_inset
22854
22855
22856 \end_layout
22857
22858 \end_inset
22859 </cell>
22860 </row>
22861 </lyxtabular>
22862
22863 \end_inset
22864
22865
22866 \end_layout
22867
22868 \begin_layout Standard
22869 \begin_inset VSpace medskip
22870 \end_inset
22871
22872 More symbols are listed in 
22873 \begin_inset CommandInset ref
22874 LatexCommand ref
22875 reference "sub:Miscellaneous-special-Characters"
22876
22877 \end_inset
22878
22879 .
22880 \end_layout
22881
22882 \begin_layout Standard
22883 Some symbols can be displayed in different sizes, see 
22884 \begin_inset CommandInset ref
22885 LatexCommand ref
22886 reference "sub:Font-Sizes"
22887
22888 \end_inset
22889
22890 .
22891 \end_layout
22892
22893 \begin_layout Subsection
22894 The Euro-Symbol €
22895 \begin_inset Index idx
22896 status collapsed
22897
22898 \begin_layout Plain Layout
22899 Symbols ! Euro-symbol
22900 \end_layout
22901
22902 \end_inset
22903
22904
22905 \begin_inset Index idx
22906 status collapsed
22907
22908 \begin_layout Plain Layout
22909
22910 \backslash
22911 @
22912 \begin_inset ERT
22913 status collapsed
22914
22915 \begin_layout Plain Layout
22916
22917
22918 \backslash
22919 officialeuro
22920 \end_layout
22921
22922 \end_inset
22923
22924
22925 \end_layout
22926
22927 \end_inset
22928
22929
22930 \end_layout
22931
22932 \begin_layout Standard
22933 To use the Euro symbol in formulas, the LaTeX-package 
22934 \series bold
22935 eurosym
22936 \series default
22937
22938 \begin_inset Index idx
22939 status collapsed
22940
22941 \begin_layout Plain Layout
22942 Packages ! eurosym
22943 \end_layout
22944
22945 \end_inset
22946
22947  must be installed and loaded with the LaTeX-preamble line
22948 \end_layout
22949
22950 \begin_layout Standard
22951
22952 \series bold
22953
22954 \backslash
22955 usepackage[gennarrow]{eurosym}
22956 \end_layout
22957
22958 \begin_layout Standard
22959 The Euro symbol can now be inserted with the command 
22960 \series bold
22961
22962 \backslash
22963 euro
22964 \series default
22965
22966 \begin_inset Index idx
22967 status collapsed
22968
22969 \begin_layout Plain Layout
22970 Commands ! E ! 
22971 \backslash
22972 euro
22973 \end_layout
22974
22975 \end_inset
22976
22977 .
22978 \end_layout
22979
22980 \begin_layout Standard
22981 The Euro symbol can directly be inserted with the € key in mathematical
22982  text, without having 
22983 \series bold
22984 eurosym
22985 \series default
22986  installed.
22987  When 
22988 \series bold
22989 eurosym
22990 \series default
22991  is installed, 
22992 \series bold
22993
22994 \backslash
22995 euro
22996 \series default
22997  can also be inserted in TeX-mode.
22998  The official currency symbol can then be inserted with the command 
22999 \series bold
23000
23001 \backslash
23002 officialeuro
23003 \series default
23004
23005 \begin_inset Index idx
23006 status collapsed
23007
23008 \begin_layout Plain Layout
23009 Commands ! O ! 
23010 \backslash
23011 officialeuro
23012 \end_layout
23013
23014 \end_inset
23015
23016 , that is only available in TeX-mode.
23017 \end_layout
23018
23019 \begin_layout Standard
23020 \begin_inset ERT
23021 status collapsed
23022
23023 \begin_layout Plain Layout
23024
23025
23026 \backslash
23027 ifeurosym 
23028 \end_layout
23029
23030 \end_inset
23031
23032
23033 \begin_inset Note Note
23034 status open
23035
23036 \begin_layout Plain Layout
23037 The following table will only be displayed when the LaTeX-package 
23038 \series bold
23039 eurosym
23040 \series default
23041  is installed.
23042 \end_layout
23043
23044 \end_inset
23045
23046
23047 \end_layout
23048
23049 \begin_layout Standard
23050 An overview about the different Euro symbols:
23051 \end_layout
23052
23053 \begin_layout Standard
23054 \align center
23055 \begin_inset Tabular
23056 <lyxtabular version="3" rows="4" columns="3">
23057 <features tabularvalignment="middle">
23058 <column alignment="center" valignment="top" width="0pt">
23059 <column alignment="center" valignment="top" width="0pt">
23060 <column alignment="center" valignment="top" width="0pt">
23061 <row>
23062 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23063 \begin_inset Text
23064
23065 \begin_layout Plain Layout
23066
23067 \end_layout
23068
23069 \end_inset
23070 </cell>
23071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23072 \begin_inset Text
23073
23074 \begin_layout Plain Layout
23075 Command 
23076 \end_layout
23077
23078 \end_inset
23079 </cell>
23080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23081 \begin_inset Text
23082
23083 \begin_layout Plain Layout
23084 Result
23085 \end_layout
23086
23087 \end_inset
23088 </cell>
23089 </row>
23090 <row>
23091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23092 \begin_inset Text
23093
23094 \begin_layout Plain Layout
23095 formula
23096 \end_layout
23097
23098 \end_inset
23099 </cell>
23100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23101 \begin_inset Text
23102
23103 \begin_layout Plain Layout
23104
23105 \backslash
23106 euro
23107 \end_layout
23108
23109 \end_inset
23110 </cell>
23111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23112 \begin_inset Text
23113
23114 \begin_layout Plain Layout
23115 \begin_inset Formula $\euro$
23116 \end_inset
23117
23118
23119 \end_layout
23120
23121 \end_inset
23122 </cell>
23123 </row>
23124 <row>
23125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23126 \begin_inset Text
23127
23128 \begin_layout Plain Layout
23129 mathematical text
23130 \end_layout
23131
23132 \end_inset
23133 </cell>
23134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23135 \begin_inset Text
23136
23137 \begin_layout Plain Layout
23138
23139 \end_layout
23140
23141 \end_inset
23142 </cell>
23143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23144 \begin_inset Text
23145
23146 \begin_layout Plain Layout
23147 \begin_inset Formula $\mbox{€}$
23148 \end_inset
23149
23150
23151 \end_layout
23152
23153 \end_inset
23154 </cell>
23155 </row>
23156 <row>
23157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23158 \begin_inset Text
23159
23160 \begin_layout Plain Layout
23161 TeX-mode
23162 \end_layout
23163
23164 \end_inset
23165 </cell>
23166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23167 \begin_inset Text
23168
23169 \begin_layout Plain Layout
23170
23171 \backslash
23172 officialeuro
23173 \end_layout
23174
23175 \end_inset
23176 </cell>
23177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23178 \begin_inset Text
23179
23180 \begin_layout Plain Layout
23181 \begin_inset ERT
23182 status collapsed
23183
23184 \begin_layout Plain Layout
23185
23186
23187 \backslash
23188 officialeuro
23189 \end_layout
23190
23191 \end_inset
23192
23193
23194 \end_layout
23195
23196 \end_inset
23197 </cell>
23198 </row>
23199 </lyxtabular>
23200
23201 \end_inset
23202
23203
23204 \end_layout
23205
23206 \begin_layout Standard
23207 \begin_inset ERT
23208 status collapsed
23209
23210 \begin_layout Plain Layout
23211
23212
23213 \backslash
23214 else 
23215 \end_layout
23216
23217 \end_inset
23218
23219
23220 \begin_inset Note Note
23221 status open
23222
23223 \begin_layout Plain Layout
23224 The following will be displayed when the LaTeX-package 
23225 \series bold
23226 eurosym
23227 \series default
23228  is not installed:
23229 \end_layout
23230
23231 \end_inset
23232
23233
23234 \end_layout
23235
23236 \begin_layout Standard
23237 You need to install the LaTeX-package 
23238 \series bold
23239 eurosym
23240 \series default
23241  to see the rest of this subsection in the output.
23242 \end_layout
23243
23244 \begin_layout Standard
23245 \begin_inset ERT
23246 status collapsed
23247
23248 \begin_layout Plain Layout
23249
23250
23251 \backslash
23252 fi 
23253 \end_layout
23254
23255 \end_inset
23256
23257
23258 \end_layout
23259
23260 \begin_layout Section
23261 Relations
23262 \begin_inset CommandInset label
23263 LatexCommand label
23264 name "sec:Relations"
23265
23266 \end_inset
23267
23268
23269 \begin_inset Index idx
23270 status collapsed
23271
23272 \begin_layout Plain Layout
23273 Relations
23274 \end_layout
23275
23276 \end_inset
23277
23278
23279 \begin_inset Index idx
23280 status collapsed
23281
23282 \begin_layout Plain Layout
23283 Comparisons|see
23284 \begin_inset ERT
23285 status collapsed
23286
23287 \begin_layout Plain Layout
23288
23289 {
23290 \end_layout
23291
23292 \end_inset
23293
23294 Relations
23295 \begin_inset ERT
23296 status collapsed
23297
23298 \begin_layout Plain Layout
23299
23300 }
23301 \end_layout
23302
23303 \end_inset
23304
23305
23306 \end_layout
23307
23308 \end_inset
23309
23310
23311 \end_layout
23312
23313 \begin_layout Standard
23314 All relations can also be inserted via the toolbar button 
23315 \begin_inset Graphics
23316         filename ../images/math/leq.png
23317         scale 85
23318
23319 \end_inset
23320
23321 .
23322 \end_layout
23323
23324 \begin_layout Standard
23325 \begin_inset space \hfill{}
23326 \end_inset
23327
23328
23329 \begin_inset Tabular
23330 <lyxtabular version="3" rows="17" columns="2">
23331 <features tabularvalignment="middle">
23332 <column alignment="center" valignment="top" width="0pt">
23333 <column alignment="center" valignment="top" width="0pt">
23334 <row>
23335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23336 \begin_inset Text
23337
23338 \begin_layout Plain Layout
23339 Command
23340 \end_layout
23341
23342 \end_inset
23343 </cell>
23344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23345 \begin_inset Text
23346
23347 \begin_layout Plain Layout
23348 Result
23349 \end_layout
23350
23351 \end_inset
23352 </cell>
23353 </row>
23354 <row>
23355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23356 \begin_inset Text
23357
23358 \begin_layout Plain Layout
23359 <
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23365 \begin_inset Text
23366
23367 \begin_layout Plain Layout
23368 \begin_inset Formula $<$
23369 \end_inset
23370
23371
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 </row>
23377 <row>
23378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23379 \begin_inset Text
23380
23381 \begin_layout Plain Layout
23382
23383 \backslash
23384 le
23385 \end_layout
23386
23387 \end_inset
23388 </cell>
23389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23390 \begin_inset Text
23391
23392 \begin_layout Plain Layout
23393 \begin_inset Formula $\le$
23394 \end_inset
23395
23396
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 </row>
23402 <row>
23403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23404 \begin_inset Text
23405
23406 \begin_layout Plain Layout
23407
23408 \backslash
23409 ll
23410 \end_layout
23411
23412 \end_inset
23413 </cell>
23414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23415 \begin_inset Text
23416
23417 \begin_layout Plain Layout
23418 \begin_inset Formula $\ll$
23419 \end_inset
23420
23421
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 </row>
23427 <row>
23428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23429 \begin_inset Text
23430
23431 \begin_layout Plain Layout
23432
23433 \backslash
23434 prec
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23440 \begin_inset Text
23441
23442 \begin_layout Plain Layout
23443 \begin_inset Formula $\prec$
23444 \end_inset
23445
23446
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 </row>
23452 <row>
23453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23454 \begin_inset Text
23455
23456 \begin_layout Plain Layout
23457
23458 \backslash
23459 preceq
23460 \end_layout
23461
23462 \end_inset
23463 </cell>
23464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23465 \begin_inset Text
23466
23467 \begin_layout Plain Layout
23468 \begin_inset Formula $\preceq$
23469 \end_inset
23470
23471
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 </row>
23477 <row>
23478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23479 \begin_inset Text
23480
23481 \begin_layout Plain Layout
23482
23483 \backslash
23484 subset
23485 \end_layout
23486
23487 \end_inset
23488 </cell>
23489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23490 \begin_inset Text
23491
23492 \begin_layout Plain Layout
23493 \begin_inset Formula $\subset$
23494 \end_inset
23495
23496
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 </row>
23502 <row>
23503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23504 \begin_inset Text
23505
23506 \begin_layout Plain Layout
23507
23508 \backslash
23509 subseteq
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518 \begin_inset Formula $\subseteq$
23519 \end_inset
23520
23521
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 </row>
23527 <row>
23528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23529 \begin_inset Text
23530
23531 \begin_layout Plain Layout
23532
23533 \backslash
23534 sqsubseteq
23535 \end_layout
23536
23537 \end_inset
23538 </cell>
23539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23540 \begin_inset Text
23541
23542 \begin_layout Plain Layout
23543 \begin_inset Formula $\sqsubseteq$
23544 \end_inset
23545
23546
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 </row>
23552 <row>
23553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23554 \begin_inset Text
23555
23556 \begin_layout Plain Layout
23557
23558 \backslash
23559 in
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568 \begin_inset Formula $\in$
23569 \end_inset
23570
23571
23572 \end_layout
23573
23574 \end_inset
23575 </cell>
23576 </row>
23577 <row>
23578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23579 \begin_inset Text
23580
23581 \begin_layout Plain Layout
23582
23583 \backslash
23584 vdash
23585 \end_layout
23586
23587 \end_inset
23588 </cell>
23589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23590 \begin_inset Text
23591
23592 \begin_layout Plain Layout
23593 \begin_inset Formula $\vdash$
23594 \end_inset
23595
23596
23597 \end_layout
23598
23599 \end_inset
23600 </cell>
23601 </row>
23602 <row>
23603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23604 \begin_inset Text
23605
23606 \begin_layout Plain Layout
23607
23608 \backslash
23609 smile
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618 \begin_inset Formula $\smile$
23619 \end_inset
23620
23621
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 </row>
23627 <row>
23628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23629 \begin_inset Text
23630
23631 \begin_layout Plain Layout
23632
23633 \backslash
23634 lhd
23635 \end_layout
23636
23637 \end_inset
23638 </cell>
23639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23640 \begin_inset Text
23641
23642 \begin_layout Plain Layout
23643 \begin_inset Formula $\lhd$
23644 \end_inset
23645
23646
23647 \end_layout
23648
23649 \end_inset
23650 </cell>
23651 </row>
23652 <row>
23653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23654 \begin_inset Text
23655
23656 \begin_layout Plain Layout
23657
23658 \backslash
23659 unlhd
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668 \begin_inset Formula $\unlhd$
23669 \end_inset
23670
23671
23672 \end_layout
23673
23674 \end_inset
23675 </cell>
23676 </row>
23677 <row>
23678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23679 \begin_inset Text
23680
23681 \begin_layout Plain Layout
23682
23683 \backslash
23684 gtrless
23685 \end_layout
23686
23687 \end_inset
23688 </cell>
23689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693 \begin_inset Formula $\gtrless$
23694 \end_inset
23695
23696
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 </row>
23702 <row>
23703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23704 \begin_inset Text
23705
23706 \begin_layout Plain Layout
23707
23708 \backslash
23709 mid
23710 \end_layout
23711
23712 \end_inset
23713 </cell>
23714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23715 \begin_inset Text
23716
23717 \begin_layout Plain Layout
23718 \begin_inset Formula $\mid$
23719 \end_inset
23720
23721
23722 \end_layout
23723
23724 \end_inset
23725 </cell>
23726 </row>
23727 <row>
23728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23729 \begin_inset Text
23730
23731 \begin_layout Plain Layout
23732
23733 \backslash
23734 nmid
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743 \begin_inset Formula $\nmid$
23744 \end_inset
23745
23746
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 </row>
23752 </lyxtabular>
23753
23754 \end_inset
23755
23756
23757 \begin_inset space \hfill{}
23758 \end_inset
23759
23760
23761 \begin_inset Tabular
23762 <lyxtabular version="3" rows="17" columns="2">
23763 <features tabularvalignment="middle">
23764 <column alignment="center" valignment="top" width="0pt">
23765 <column alignment="center" valignment="top" width="0pt">
23766 <row>
23767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23768 \begin_inset Text
23769
23770 \begin_layout Plain Layout
23771 Command
23772 \end_layout
23773
23774 \end_inset
23775 </cell>
23776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23777 \begin_inset Text
23778
23779 \begin_layout Plain Layout
23780 Result
23781 \end_layout
23782
23783 \end_inset
23784 </cell>
23785 </row>
23786 <row>
23787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23788 \begin_inset Text
23789
23790 \begin_layout Plain Layout
23791 =
23792 \end_layout
23793
23794 \end_inset
23795 </cell>
23796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23797 \begin_inset Text
23798
23799 \begin_layout Plain Layout
23800 \begin_inset Formula $=$
23801 \end_inset
23802
23803
23804 \end_layout
23805
23806 \end_inset
23807 </cell>
23808 </row>
23809 <row>
23810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23811 \begin_inset Text
23812
23813 \begin_layout Plain Layout
23814
23815 \backslash
23816 not=
23817 \end_layout
23818
23819 \end_inset
23820 </cell>
23821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23822 \begin_inset Text
23823
23824 \begin_layout Plain Layout
23825 \begin_inset Formula $\not=$
23826 \end_inset
23827
23828
23829 \end_layout
23830
23831 \end_inset
23832 </cell>
23833 </row>
23834 <row>
23835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23836 \begin_inset Text
23837
23838 \begin_layout Plain Layout
23839
23840 \backslash
23841 equiv
23842 \end_layout
23843
23844 \end_inset
23845 </cell>
23846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23847 \begin_inset Text
23848
23849 \begin_layout Plain Layout
23850 \begin_inset Formula $\equiv$
23851 \end_inset
23852
23853
23854 \end_layout
23855
23856 \end_inset
23857 </cell>
23858 </row>
23859 <row>
23860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23861 \begin_inset Text
23862
23863 \begin_layout Plain Layout
23864
23865 \backslash
23866 sim
23867 \end_layout
23868
23869 \end_inset
23870 </cell>
23871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23872 \begin_inset Text
23873
23874 \begin_layout Plain Layout
23875 \begin_inset Formula $\sim$
23876 \end_inset
23877
23878
23879 \end_layout
23880
23881 \end_inset
23882 </cell>
23883 </row>
23884 <row>
23885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23886 \begin_inset Text
23887
23888 \begin_layout Plain Layout
23889
23890 \backslash
23891 simeq
23892 \end_layout
23893
23894 \end_inset
23895 </cell>
23896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23897 \begin_inset Text
23898
23899 \begin_layout Plain Layout
23900 \begin_inset Formula $\simeq$
23901 \end_inset
23902
23903
23904 \end_layout
23905
23906 \end_inset
23907 </cell>
23908 </row>
23909 <row>
23910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23911 \begin_inset Text
23912
23913 \begin_layout Plain Layout
23914
23915 \backslash
23916 approx
23917 \end_layout
23918
23919 \end_inset
23920 </cell>
23921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23922 \begin_inset Text
23923
23924 \begin_layout Plain Layout
23925 \begin_inset Formula $\approx$
23926 \end_inset
23927
23928
23929 \end_layout
23930
23931 \end_inset
23932 </cell>
23933 </row>
23934 <row>
23935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23936 \begin_inset Text
23937
23938 \begin_layout Plain Layout
23939
23940 \backslash
23941 cong
23942 \end_layout
23943
23944 \end_inset
23945 </cell>
23946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23947 \begin_inset Text
23948
23949 \begin_layout Plain Layout
23950 \begin_inset Formula $\cong$
23951 \end_inset
23952
23953
23954 \end_layout
23955
23956 \end_inset
23957 </cell>
23958 </row>
23959 <row>
23960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23961 \begin_inset Text
23962
23963 \begin_layout Plain Layout
23964
23965 \backslash
23966 bowtie
23967 \end_layout
23968
23969 \end_inset
23970 </cell>
23971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23972 \begin_inset Text
23973
23974 \begin_layout Plain Layout
23975 \begin_inset Formula $\bowtie$
23976 \end_inset
23977
23978
23979 \end_layout
23980
23981 \end_inset
23982 </cell>
23983 </row>
23984 <row>
23985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23986 \begin_inset Text
23987
23988 \begin_layout Plain Layout
23989
23990 \backslash
23991 notin
23992 \end_layout
23993
23994 \end_inset
23995 </cell>
23996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23997 \begin_inset Text
23998
23999 \begin_layout Plain Layout
24000 \begin_inset Formula $\notin$
24001 \end_inset
24002
24003
24004 \end_layout
24005
24006 \end_inset
24007 </cell>
24008 </row>
24009 <row>
24010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24011 \begin_inset Text
24012
24013 \begin_layout Plain Layout
24014
24015 \backslash
24016 perp
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24022 \begin_inset Text
24023
24024 \begin_layout Plain Layout
24025 \begin_inset Formula $\perp$
24026 \end_inset
24027
24028
24029 \end_layout
24030
24031 \end_inset
24032 </cell>
24033 </row>
24034 <row>
24035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24036 \begin_inset Text
24037
24038 \begin_layout Plain Layout
24039
24040 \backslash
24041 propto
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24047 \begin_inset Text
24048
24049 \begin_layout Plain Layout
24050 \begin_inset Formula $\propto$
24051 \end_inset
24052
24053
24054 \end_layout
24055
24056 \end_inset
24057 </cell>
24058 </row>
24059 <row>
24060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24061 \begin_inset Text
24062
24063 \begin_layout Plain Layout
24064
24065 \backslash
24066 asymp
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24072 \begin_inset Text
24073
24074 \begin_layout Plain Layout
24075 \begin_inset Formula $\asymp$
24076 \end_inset
24077
24078
24079 \end_layout
24080
24081 \end_inset
24082 </cell>
24083 </row>
24084 <row>
24085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24086 \begin_inset Text
24087
24088 \begin_layout Plain Layout
24089
24090 \backslash
24091 doteq
24092 \end_layout
24093
24094 \end_inset
24095 </cell>
24096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24097 \begin_inset Text
24098
24099 \begin_layout Plain Layout
24100 \begin_inset Formula $\doteq$
24101 \end_inset
24102
24103
24104 \end_layout
24105
24106 \end_inset
24107 </cell>
24108 </row>
24109 <row>
24110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24111 \begin_inset Text
24112
24113 \begin_layout Plain Layout
24114
24115 \backslash
24116 circeq
24117 \end_layout
24118
24119 \end_inset
24120 </cell>
24121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24122 \begin_inset Text
24123
24124 \begin_layout Plain Layout
24125 \begin_inset Formula $\circeq$
24126 \end_inset
24127
24128
24129 \end_layout
24130
24131 \end_inset
24132 </cell>
24133 </row>
24134 <row>
24135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24136 \begin_inset Text
24137
24138 \begin_layout Plain Layout
24139
24140 \backslash
24141 models
24142 \end_layout
24143
24144 \end_inset
24145 </cell>
24146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24147 \begin_inset Text
24148
24149 \begin_layout Plain Layout
24150 \begin_inset Formula $\models$
24151 \end_inset
24152
24153
24154 \end_layout
24155
24156 \end_inset
24157 </cell>
24158 </row>
24159 <row>
24160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24161 \begin_inset Text
24162
24163 \begin_layout Plain Layout
24164
24165 \backslash
24166 widehat=
24167 \end_layout
24168
24169 \end_inset
24170 </cell>
24171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175 \begin_inset Formula $\widehat{=}$
24176 \end_inset
24177
24178
24179 \end_layout
24180
24181 \end_inset
24182 </cell>
24183 </row>
24184 </lyxtabular>
24185
24186 \end_inset
24187
24188
24189 \begin_inset space \hfill{}
24190 \end_inset
24191
24192
24193 \begin_inset Tabular
24194 <lyxtabular version="3" rows="17" columns="2">
24195 <features tabularvalignment="middle">
24196 <column alignment="center" valignment="top" width="0pt">
24197 <column alignment="center" valignment="top" width="0pt">
24198 <row>
24199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24200 \begin_inset Text
24201
24202 \begin_layout Plain Layout
24203 Command
24204 \end_layout
24205
24206 \end_inset
24207 </cell>
24208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24209 \begin_inset Text
24210
24211 \begin_layout Plain Layout
24212 Result
24213 \end_layout
24214
24215 \end_inset
24216 </cell>
24217 </row>
24218 <row>
24219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24220 \begin_inset Text
24221
24222 \begin_layout Plain Layout
24223 >
24224 \end_layout
24225
24226 \end_inset
24227 </cell>
24228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24229 \begin_inset Text
24230
24231 \begin_layout Plain Layout
24232 \begin_inset Formula $>$
24233 \end_inset
24234
24235
24236 \end_layout
24237
24238 \end_inset
24239 </cell>
24240 </row>
24241 <row>
24242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24243 \begin_inset Text
24244
24245 \begin_layout Plain Layout
24246
24247 \backslash
24248 ge
24249 \end_layout
24250
24251 \end_inset
24252 </cell>
24253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24254 \begin_inset Text
24255
24256 \begin_layout Plain Layout
24257 \begin_inset Formula $\ge$
24258 \end_inset
24259
24260
24261 \end_layout
24262
24263 \end_inset
24264 </cell>
24265 </row>
24266 <row>
24267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24268 \begin_inset Text
24269
24270 \begin_layout Plain Layout
24271
24272 \backslash
24273 gg
24274 \end_layout
24275
24276 \end_inset
24277 </cell>
24278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24279 \begin_inset Text
24280
24281 \begin_layout Plain Layout
24282 \begin_inset Formula $\gg$
24283 \end_inset
24284
24285
24286 \end_layout
24287
24288 \end_inset
24289 </cell>
24290 </row>
24291 <row>
24292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24293 \begin_inset Text
24294
24295 \begin_layout Plain Layout
24296
24297 \backslash
24298 succ
24299 \end_layout
24300
24301 \end_inset
24302 </cell>
24303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24304 \begin_inset Text
24305
24306 \begin_layout Plain Layout
24307 \begin_inset Formula $\succ$
24308 \end_inset
24309
24310
24311 \end_layout
24312
24313 \end_inset
24314 </cell>
24315 </row>
24316 <row>
24317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24318 \begin_inset Text
24319
24320 \begin_layout Plain Layout
24321
24322 \backslash
24323 succeq
24324 \end_layout
24325
24326 \end_inset
24327 </cell>
24328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24329 \begin_inset Text
24330
24331 \begin_layout Plain Layout
24332 \begin_inset Formula $\succeq$
24333 \end_inset
24334
24335
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 </row>
24341 <row>
24342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24343 \begin_inset Text
24344
24345 \begin_layout Plain Layout
24346
24347 \backslash
24348 supset
24349 \end_layout
24350
24351 \end_inset
24352 </cell>
24353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24354 \begin_inset Text
24355
24356 \begin_layout Plain Layout
24357 \begin_inset Formula $\supset$
24358 \end_inset
24359
24360
24361 \end_layout
24362
24363 \end_inset
24364 </cell>
24365 </row>
24366 <row>
24367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24368 \begin_inset Text
24369
24370 \begin_layout Plain Layout
24371
24372 \backslash
24373 supseteq
24374 \end_layout
24375
24376 \end_inset
24377 </cell>
24378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24379 \begin_inset Text
24380
24381 \begin_layout Plain Layout
24382 \begin_inset Formula $\supseteq$
24383 \end_inset
24384
24385
24386 \end_layout
24387
24388 \end_inset
24389 </cell>
24390 </row>
24391 <row>
24392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24393 \begin_inset Text
24394
24395 \begin_layout Plain Layout
24396
24397 \backslash
24398 sqsupseteq
24399 \end_layout
24400
24401 \end_inset
24402 </cell>
24403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24404 \begin_inset Text
24405
24406 \begin_layout Plain Layout
24407 \begin_inset Formula $\sqsupseteq$
24408 \end_inset
24409
24410
24411 \end_layout
24412
24413 \end_inset
24414 </cell>
24415 </row>
24416 <row>
24417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24418 \begin_inset Text
24419
24420 \begin_layout Plain Layout
24421
24422 \backslash
24423 ni
24424 \end_layout
24425
24426 \end_inset
24427 </cell>
24428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24429 \begin_inset Text
24430
24431 \begin_layout Plain Layout
24432 \begin_inset Formula $\ni$
24433 \end_inset
24434
24435
24436 \end_layout
24437
24438 \end_inset
24439 </cell>
24440 </row>
24441 <row>
24442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24443 \begin_inset Text
24444
24445 \begin_layout Plain Layout
24446
24447 \backslash
24448 dashv
24449 \end_layout
24450
24451 \end_inset
24452 </cell>
24453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24454 \begin_inset Text
24455
24456 \begin_layout Plain Layout
24457 \begin_inset Formula $\dashv$
24458 \end_inset
24459
24460
24461 \end_layout
24462
24463 \end_inset
24464 </cell>
24465 </row>
24466 <row>
24467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24468 \begin_inset Text
24469
24470 \begin_layout Plain Layout
24471
24472 \backslash
24473 frown
24474 \end_layout
24475
24476 \end_inset
24477 </cell>
24478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24479 \begin_inset Text
24480
24481 \begin_layout Plain Layout
24482 \begin_inset Formula $\frown$
24483 \end_inset
24484
24485
24486 \end_layout
24487
24488 \end_inset
24489 </cell>
24490 </row>
24491 <row>
24492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24493 \begin_inset Text
24494
24495 \begin_layout Plain Layout
24496
24497 \backslash
24498 rhd
24499 \end_layout
24500
24501 \end_inset
24502 </cell>
24503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24504 \begin_inset Text
24505
24506 \begin_layout Plain Layout
24507 \begin_inset Formula $\rhd$
24508 \end_inset
24509
24510
24511 \end_layout
24512
24513 \end_inset
24514 </cell>
24515 </row>
24516 <row>
24517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24518 \begin_inset Text
24519
24520 \begin_layout Plain Layout
24521
24522 \backslash
24523 unrhd
24524 \end_layout
24525
24526 \end_inset
24527 </cell>
24528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24529 \begin_inset Text
24530
24531 \begin_layout Plain Layout
24532 \begin_inset Formula $\unrhd$
24533 \end_inset
24534
24535
24536 \end_layout
24537
24538 \end_inset
24539 </cell>
24540 </row>
24541 <row>
24542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24543 \begin_inset Text
24544
24545 \begin_layout Plain Layout
24546
24547 \backslash
24548 lessgtr
24549 \end_layout
24550
24551 \end_inset
24552 </cell>
24553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24554 \begin_inset Text
24555
24556 \begin_layout Plain Layout
24557 \begin_inset Formula $\lessgtr$
24558 \end_inset
24559
24560
24561 \end_layout
24562
24563 \end_inset
24564 </cell>
24565 </row>
24566 <row>
24567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571
24572 \backslash
24573 parallel
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
24578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Plain Layout
24582 \begin_inset Formula $\parallel$
24583 \end_inset
24584
24585
24586 \end_layout
24587
24588 \end_inset
24589 </cell>
24590 </row>
24591 <row>
24592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24593 \begin_inset Text
24594
24595 \begin_layout Plain Layout
24596
24597 \backslash
24598 nparallel
24599 \end_layout
24600
24601 \end_inset
24602 </cell>
24603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24604 \begin_inset Text
24605
24606 \begin_layout Plain Layout
24607 \begin_inset Formula $\nparallel$
24608 \end_inset
24609
24610
24611 \end_layout
24612
24613 \end_inset
24614 </cell>
24615 </row>
24616 </lyxtabular>
24617
24618 \end_inset
24619
24620
24621 \begin_inset space \hfill{}
24622 \end_inset
24623
24624
24625 \end_layout
24626
24627 \begin_layout Standard
24628 \begin_inset VSpace medskip
24629 \end_inset
24630
24631 The characters 
24632 \series bold
24633
24634 \backslash
24635 lhd
24636 \series default
24637  and 
24638 \series bold
24639
24640 \backslash
24641 rhd
24642 \series default
24643  are bigger than the equal looking operators 
24644 \series bold
24645
24646 \backslash
24647 triangleleft
24648 \series default
24649  and 
24650 \series bold
24651
24652 \backslash
24653 triangleright
24654 \series default
24655 , respectively.
24656 \end_layout
24657
24658 \begin_layout Standard
24659 Relations are, in contrary to symbols, always surrounded by space.
24660 \end_layout
24661
24662 \begin_layout Standard
24663 Relations with labels can be created with the command 
24664 \series bold
24665
24666 \backslash
24667 stackrel
24668 \series default
24669
24670 \begin_inset Index idx
24671 status collapsed
24672
24673 \begin_layout Plain Layout
24674 Commands ! S ! 
24675 \backslash
24676 stackrel
24677 \end_layout
24678
24679 \end_inset
24680
24681 :
24682 \end_layout
24683
24684 \begin_layout Standard
24685 \align center
24686 \begin_inset Tabular
24687 <lyxtabular version="3" rows="2" columns="2">
24688 <features tabularvalignment="middle">
24689 <column alignment="center" valignment="top" width="0">
24690 <column alignment="center" valignment="top" width="0">
24691 <row>
24692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24693 \begin_inset Text
24694
24695 \begin_layout Plain Layout
24696 Command
24697 \end_layout
24698
24699 \end_inset
24700 </cell>
24701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24702 \begin_inset Text
24703
24704 \begin_layout Plain Layout
24705 Result
24706 \begin_inset Note Note
24707 status collapsed
24708
24709 \begin_layout Plain Layout
24710
24711 \series bold
24712
24713 \backslash
24714 raisebox
24715 \series default
24716  is only used as spacer.
24717 \end_layout
24718
24719 \end_inset
24720
24721
24722 \end_layout
24723
24724 \end_inset
24725 </cell>
24726 </row>
24727 <row>
24728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24729 \begin_inset Text
24730
24731 \begin_layout Plain Layout
24732 A(r)
24733 \backslash
24734 stackrel
24735 \begin_inset ERT
24736 status collapsed
24737
24738 \begin_layout Plain Layout
24739
24740
24741 \backslash
24742 spce 
24743 \end_layout
24744
24745 \end_inset
24746
24747 r
24748 \backslash
24749 to
24750 \backslash
24751 infty
24752 \begin_inset ERT
24753 status collapsed
24754
24755 \begin_layout Plain Layout
24756
24757
24758 \backslash
24759 spce 
24760 \end_layout
24761
24762 \end_inset
24763
24764
24765 \begin_inset Formula $\downarrow$
24766 \end_inset
24767
24768
24769 \backslash
24770 approx
24771 \begin_inset ERT
24772 status collapsed
24773
24774 \begin_layout Plain Layout
24775
24776
24777 \backslash
24778 spce 
24779 \end_layout
24780
24781 \end_inset
24782
24783
24784 \begin_inset ERT
24785 status collapsed
24786
24787 \begin_layout Plain Layout
24788
24789
24790 \backslash
24791 spce 
24792 \end_layout
24793
24794 \end_inset
24795
24796 B
24797 \end_layout
24798
24799 \end_inset
24800 </cell>
24801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24802 \begin_inset Text
24803
24804 \begin_layout Plain Layout
24805 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24806 \end_inset
24807
24808
24809 \end_layout
24810
24811 \end_inset
24812 </cell>
24813 </row>
24814 </lyxtabular>
24815
24816 \end_inset
24817
24818
24819 \end_layout
24820
24821 \begin_layout Section
24822 Functions
24823 \end_layout
24824
24825 \begin_layout Subsection
24826 Predefined Functions
24827 \begin_inset CommandInset label
24828 LatexCommand label
24829 name "sub:Predefined-Functions"
24830
24831 \end_inset
24832
24833
24834 \begin_inset Index idx
24835 status collapsed
24836
24837 \begin_layout Plain Layout
24838 Functions ! predefined
24839 \end_layout
24840
24841 \end_inset
24842
24843
24844 \end_layout
24845
24846 \begin_layout Standard
24847 In general, variables are set 
24848 \emph on
24849 italic
24850 \emph default
24851  in mathematical expressions, but not function names, because 
24852 \begin_inset Formula $sin$
24853 \end_inset
24854
24855  could be misunderstood as 
24856 \begin_inset Formula $s\cdot i\cdot n$
24857 \end_inset
24858
24859 .
24860  Therefore there are predefined functions, that are additionally a bit separated
24861  from prefactors.
24862  They are inserted as commands starting with a backslash before their name.
24863 \end_layout
24864
24865 \begin_layout Standard
24866 \align center
24867 \begin_inset Tabular
24868 <lyxtabular version="3" rows="2" columns="4">
24869 <features tabularvalignment="middle">
24870 <column alignment="center" valignment="top" width="0pt">
24871 <column alignment="center" valignment="top" width="0pt">
24872 <column alignment="center" valignment="top" width="0pt">
24873 <column alignment="center" valignment="top" width="0pt">
24874 <row>
24875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24876 \begin_inset Text
24877
24878 \begin_layout Plain Layout
24879 Command
24880 \end_layout
24881
24882 \end_inset
24883 </cell>
24884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24885 \begin_inset Text
24886
24887 \begin_layout Plain Layout
24888 Result
24889 \end_layout
24890
24891 \end_inset
24892 </cell>
24893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24894 \begin_inset Text
24895
24896 \begin_layout Plain Layout
24897 Command
24898 \end_layout
24899
24900 \end_inset
24901 </cell>
24902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24903 \begin_inset Text
24904
24905 \begin_layout Plain Layout
24906 Result
24907 \end_layout
24908
24909 \end_inset
24910 </cell>
24911 </row>
24912 <row>
24913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24914 \begin_inset Text
24915
24916 \begin_layout Plain Layout
24917 Asin(x)+B
24918 \end_layout
24919
24920 \end_inset
24921 </cell>
24922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24923 \begin_inset Text
24924
24925 \begin_layout Plain Layout
24926 \begin_inset Formula $Asin(x)+B$
24927 \end_inset
24928
24929
24930 \end_layout
24931
24932 \end_inset
24933 </cell>
24934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24935 \begin_inset Text
24936
24937 \begin_layout Plain Layout
24938 A
24939 \backslash
24940 sin(x)+B
24941 \end_layout
24942
24943 \end_inset
24944 </cell>
24945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949 \begin_inset Formula $A\sin(x)+B$
24950 \end_inset
24951
24952
24953 \end_layout
24954
24955 \end_inset
24956 </cell>
24957 </row>
24958 </lyxtabular>
24959
24960 \end_inset
24961
24962
24963 \end_layout
24964
24965 \begin_layout Standard
24966 The following functions are predefined:
24967 \end_layout
24968
24969 \begin_layout Standard
24970 \begin_inset VSpace -2mm
24971 \end_inset
24972
24973
24974 \end_layout
24975
24976 \begin_layout Standard
24977 \align center
24978 \begin_inset Tabular
24979 <lyxtabular version="3" rows="9" columns="4">
24980 <features tabularvalignment="middle">
24981 <column alignment="center" valignment="top" width="0pt">
24982 <column alignment="center" valignment="top" width="0pt">
24983 <column alignment="center" valignment="top" width="0pt">
24984 <column alignment="center" valignment="top" width="0pt">
24985 <row>
24986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24987 \begin_inset Text
24988
24989 \begin_layout Plain Layout
24990 Command
24991 \end_layout
24992
24993 \end_inset
24994 </cell>
24995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24996 \begin_inset Text
24997
24998 \begin_layout Plain Layout
24999 Command
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25005 \begin_inset Text
25006
25007 \begin_layout Plain Layout
25008 Command
25009 \end_layout
25010
25011 \end_inset
25012 </cell>
25013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25014 \begin_inset Text
25015
25016 \begin_layout Plain Layout
25017 Command
25018 \end_layout
25019
25020 \end_inset
25021 </cell>
25022 </row>
25023 <row>
25024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25025 \begin_inset Text
25026
25027 \begin_layout Plain Layout
25028
25029 \backslash
25030 sin
25031 \end_layout
25032
25033 \end_inset
25034 </cell>
25035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25036 \begin_inset Text
25037
25038 \begin_layout Plain Layout
25039
25040 \backslash
25041 sinh
25042 \end_layout
25043
25044 \end_inset
25045 </cell>
25046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25047 \begin_inset Text
25048
25049 \begin_layout Plain Layout
25050
25051 \backslash
25052 arcsin
25053 \end_layout
25054
25055 \end_inset
25056 </cell>
25057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25058 \begin_inset Text
25059
25060 \begin_layout Plain Layout
25061
25062 \backslash
25063 sup
25064 \end_layout
25065
25066 \end_inset
25067 </cell>
25068 </row>
25069 <row>
25070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25071 \begin_inset Text
25072
25073 \begin_layout Plain Layout
25074
25075 \backslash
25076 cos
25077 \end_layout
25078
25079 \end_inset
25080 </cell>
25081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25082 \begin_inset Text
25083
25084 \begin_layout Plain Layout
25085
25086 \backslash
25087 cosh
25088 \end_layout
25089
25090 \end_inset
25091 </cell>
25092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25093 \begin_inset Text
25094
25095 \begin_layout Plain Layout
25096
25097 \backslash
25098 arccos
25099 \end_layout
25100
25101 \end_inset
25102 </cell>
25103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25104 \begin_inset Text
25105
25106 \begin_layout Plain Layout
25107
25108 \backslash
25109 inf
25110 \end_layout
25111
25112 \end_inset
25113 </cell>
25114 </row>
25115 <row>
25116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25117 \begin_inset Text
25118
25119 \begin_layout Plain Layout
25120
25121 \backslash
25122 tan
25123 \end_layout
25124
25125 \end_inset
25126 </cell>
25127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25128 \begin_inset Text
25129
25130 \begin_layout Plain Layout
25131
25132 \backslash
25133 tanh
25134 \end_layout
25135
25136 \end_inset
25137 </cell>
25138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25139 \begin_inset Text
25140
25141 \begin_layout Plain Layout
25142
25143 \backslash
25144 arctan
25145 \end_layout
25146
25147 \end_inset
25148 </cell>
25149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25150 \begin_inset Text
25151
25152 \begin_layout Plain Layout
25153
25154 \backslash
25155 lim
25156 \end_layout
25157
25158 \end_inset
25159 </cell>
25160 </row>
25161 <row>
25162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25163 \begin_inset Text
25164
25165 \begin_layout Plain Layout
25166
25167 \backslash
25168 cot
25169 \end_layout
25170
25171 \end_inset
25172 </cell>
25173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25174 \begin_inset Text
25175
25176 \begin_layout Plain Layout
25177
25178 \backslash
25179 coth
25180 \end_layout
25181
25182 \end_inset
25183 </cell>
25184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25185 \begin_inset Text
25186
25187 \begin_layout Plain Layout
25188
25189 \backslash
25190 arg
25191 \end_layout
25192
25193 \end_inset
25194 </cell>
25195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25196 \begin_inset Text
25197
25198 \begin_layout Plain Layout
25199
25200 \backslash
25201 liminf
25202 \end_layout
25203
25204 \end_inset
25205 </cell>
25206 </row>
25207 <row>
25208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25209 \begin_inset Text
25210
25211 \begin_layout Plain Layout
25212
25213 \backslash
25214 sec
25215 \end_layout
25216
25217 \end_inset
25218 </cell>
25219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25220 \begin_inset Text
25221
25222 \begin_layout Plain Layout
25223
25224 \backslash
25225 min
25226 \end_layout
25227
25228 \end_inset
25229 </cell>
25230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25231 \begin_inset Text
25232
25233 \begin_layout Plain Layout
25234
25235 \backslash
25236 deg
25237 \end_layout
25238
25239 \end_inset
25240 </cell>
25241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25242 \begin_inset Text
25243
25244 \begin_layout Plain Layout
25245
25246 \backslash
25247 limsup
25248 \end_layout
25249
25250 \end_inset
25251 </cell>
25252 </row>
25253 <row>
25254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25255 \begin_inset Text
25256
25257 \begin_layout Plain Layout
25258
25259 \backslash
25260 csc
25261 \end_layout
25262
25263 \end_inset
25264 </cell>
25265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25266 \begin_inset Text
25267
25268 \begin_layout Plain Layout
25269
25270 \backslash
25271 max
25272 \end_layout
25273
25274 \end_inset
25275 </cell>
25276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25277 \begin_inset Text
25278
25279 \begin_layout Plain Layout
25280
25281 \backslash
25282 det
25283 \end_layout
25284
25285 \end_inset
25286 </cell>
25287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25288 \begin_inset Text
25289
25290 \begin_layout Plain Layout
25291
25292 \backslash
25293 Pr
25294 \end_layout
25295
25296 \end_inset
25297 </cell>
25298 </row>
25299 <row>
25300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25301 \begin_inset Text
25302
25303 \begin_layout Plain Layout
25304
25305 \backslash
25306 ln
25307 \end_layout
25308
25309 \end_inset
25310 </cell>
25311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25312 \begin_inset Text
25313
25314 \begin_layout Plain Layout
25315
25316 \backslash
25317 exp
25318 \end_layout
25319
25320 \end_inset
25321 </cell>
25322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25323 \begin_inset Text
25324
25325 \begin_layout Plain Layout
25326
25327 \backslash
25328 dim
25329 \end_layout
25330
25331 \end_inset
25332 </cell>
25333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25334 \begin_inset Text
25335
25336 \begin_layout Plain Layout
25337
25338 \backslash
25339 hom
25340 \end_layout
25341
25342 \end_inset
25343 </cell>
25344 </row>
25345 <row>
25346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Plain Layout
25350
25351 \backslash
25352 lg
25353 \end_layout
25354
25355 \end_inset
25356 </cell>
25357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25358 \begin_inset Text
25359
25360 \begin_layout Plain Layout
25361
25362 \backslash
25363 log
25364 \end_layout
25365
25366 \end_inset
25367 </cell>
25368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25369 \begin_inset Text
25370
25371 \begin_layout Plain Layout
25372
25373 \backslash
25374 ker
25375 \end_layout
25376
25377 \end_inset
25378 </cell>
25379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25380 \begin_inset Text
25381
25382 \begin_layout Plain Layout
25383
25384 \backslash
25385 gcd
25386 \end_layout
25387
25388 \end_inset
25389 </cell>
25390 </row>
25391 </lyxtabular>
25392
25393 \end_inset
25394
25395
25396 \end_layout
25397
25398 \begin_layout Standard
25399 They can also be inserted with the math toolbar button 
25400 \begin_inset Graphics
25401         filename ../images/math/functions.png
25402         scale 85
25403
25404 \end_inset
25405
25406 .
25407 \end_layout
25408
25409 \begin_layout Subsection
25410 Self-defined Functions
25411 \begin_inset Index idx
25412 status collapsed
25413
25414 \begin_layout Plain Layout
25415 Functions ! self-defined
25416 \end_layout
25417
25418 \end_inset
25419
25420
25421 \end_layout
25422
25423 \begin_layout Standard
25424 To use a function that is not predefined, like for example the sign function
25425  sgn(x), there are two possibilities:
25426 \end_layout
25427
25428 \begin_layout Itemize
25429 Define the function by inserting the following line to the LaTeX-preamble
25430 \begin_inset Foot
25431 status collapsed
25432
25433 \begin_layout Plain Layout
25434 For more about 
25435 \series bold
25436
25437 \backslash
25438 DeclareMathOperator
25439 \series default
25440  see 
25441 \begin_inset CommandInset ref
25442 LatexCommand ref
25443 reference "sub:Self-defined-Operators"
25444
25445 \end_inset
25446
25447 .
25448 \end_layout
25449
25450 \end_inset
25451
25452
25453 \begin_inset Newline newline
25454 \end_inset
25455
25456
25457 \begin_inset VSpace -3mm
25458 \end_inset
25459
25460
25461 \begin_inset Newline newline
25462 \end_inset
25463
25464
25465 \series bold
25466
25467 \backslash
25468 DeclareMathOperator{
25469 \backslash
25470 sgn}{sgn}
25471 \series default
25472
25473 \begin_inset Index idx
25474 status collapsed
25475
25476 \begin_layout Plain Layout
25477 Commands ! D ! 
25478 \backslash
25479 dbinom@
25480 \backslash
25481 DeclareMathOperator
25482 \end_layout
25483
25484 \end_inset
25485
25486
25487 \begin_inset Newline newline
25488 \end_inset
25489
25490
25491 \begin_inset VSpace -2mm
25492 \end_inset
25493
25494
25495 \begin_inset Newline newline
25496 \end_inset
25497
25498 Now the new defined function can be called with the command 
25499 \series bold
25500
25501 \backslash
25502 sgn
25503 \series default
25504 .
25505 \end_layout
25506
25507 \begin_layout Itemize
25508 Write the formula as usual, mark the formula name, in our example the letters
25509  
25510 \emph on
25511 sgn
25512 \emph default
25513 , and change it to mathematical text.
25514  At last a space is inserted between prefactor and function.
25515 \end_layout
25516
25517 \begin_layout Standard
25518 The result is the same with both methods as with a predefined function
25519 \begin_inset Foot
25520 status collapsed
25521
25522 \begin_layout Plain Layout
25523 In LyX self-defined functions are displayed red, predefined ones black.
25524 \end_layout
25525
25526 \end_inset
25527
25528 :
25529 \end_layout
25530
25531 \begin_layout Standard
25532 \align center
25533 \begin_inset Tabular
25534 <lyxtabular version="3" rows="3" columns="2">
25535 <features tabularvalignment="middle">
25536 <column alignment="center" valignment="top" width="0pt">
25537 <column alignment="center" valignment="top" width="0pt">
25538 <row>
25539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25540 \begin_inset Text
25541
25542 \begin_layout Plain Layout
25543 Command
25544 \end_layout
25545
25546 \end_inset
25547 </cell>
25548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25549 \begin_inset Text
25550
25551 \begin_layout Plain Layout
25552 Result
25553 \end_layout
25554
25555 \end_inset
25556 </cell>
25557 </row>
25558 <row>
25559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25560 \begin_inset Text
25561
25562 \begin_layout Plain Layout
25563 A
25564 \backslash
25565 sgn(x)+B
25566 \end_layout
25567
25568 \end_inset
25569 </cell>
25570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25571 \begin_inset Text
25572
25573 \begin_layout Plain Layout
25574 \begin_inset Formula $A\sgn(x)+B$
25575 \end_inset
25576
25577
25578 \end_layout
25579
25580 \end_inset
25581 </cell>
25582 </row>
25583 <row>
25584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25585 \begin_inset Text
25586
25587 \begin_layout Plain Layout
25588 A
25589 \backslash
25590 ,
25591 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25592 \end_inset
25593
25594 (x)+B
25595 \end_layout
25596
25597 \end_inset
25598 </cell>
25599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25600 \begin_inset Text
25601
25602 \begin_layout Plain Layout
25603 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25604 \end_inset
25605
25606
25607 \end_layout
25608
25609 \end_inset
25610 </cell>
25611 </row>
25612 </lyxtabular>
25613
25614 \end_inset
25615
25616
25617 \end_layout
25618
25619 \begin_layout Standard
25620 The first method is more suitable when the self-defined function should
25621  be used several times.
25622 \end_layout
25623
25624 \begin_layout Subsection
25625 Limits
25626 \begin_inset Index idx
25627 status collapsed
25628
25629 \begin_layout Plain Layout
25630 Limits
25631 \end_layout
25632
25633 \end_inset
25634
25635
25636 \end_layout
25637
25638 \begin_layout Standard
25639 For limits there are defined besides 
25640 \series bold
25641
25642 \backslash
25643 lim
25644 \series default
25645
25646 \begin_inset Index idx
25647 status collapsed
25648
25649 \begin_layout Plain Layout
25650 Commands ! L ! 
25651 \backslash
25652 lim
25653 \end_layout
25654
25655 \end_inset
25656
25657
25658 \series bold
25659
25660 \backslash
25661 liminf
25662 \series default
25663  and 
25664 \series bold
25665
25666 \backslash
25667 limsup
25668 \series default
25669  furthermore the following functions:
25670 \end_layout
25671
25672 \begin_layout Standard
25673 \align center
25674 \begin_inset Tabular
25675 <lyxtabular version="3" rows="5" columns="2">
25676 <features tabularvalignment="middle">
25677 <column alignment="center" valignment="top" width="0">
25678 <column alignment="center" valignment="top" width="0">
25679 <row>
25680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25681 \begin_inset Text
25682
25683 \begin_layout Plain Layout
25684 Command
25685 \end_layout
25686
25687 \end_inset
25688 </cell>
25689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25690 \begin_inset Text
25691
25692 \begin_layout Plain Layout
25693 Result
25694 \begin_inset Note Note
25695 status collapsed
25696
25697 \begin_layout Plain Layout
25698
25699 \series bold
25700
25701 \backslash
25702 raisebox
25703 \series default
25704  is only used as spacer.
25705 \end_layout
25706
25707 \end_inset
25708
25709
25710 \end_layout
25711
25712 \end_inset
25713 </cell>
25714 </row>
25715 <row>
25716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25717 \begin_inset Text
25718
25719 \begin_layout Plain Layout
25720
25721 \backslash
25722 varliminf
25723 \end_layout
25724
25725 \end_inset
25726 </cell>
25727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25728 \begin_inset Text
25729
25730 \begin_layout Plain Layout
25731 \begin_inset Formula $\varliminf$
25732 \end_inset
25733
25734
25735 \end_layout
25736
25737 \end_inset
25738 </cell>
25739 </row>
25740 <row>
25741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25742 \begin_inset Text
25743
25744 \begin_layout Plain Layout
25745
25746 \backslash
25747 varlimsup
25748 \end_layout
25749
25750 \end_inset
25751 </cell>
25752 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25753 \begin_inset Text
25754
25755 \begin_layout Plain Layout
25756 \begin_inset Formula $\varlimsup$
25757 \end_inset
25758
25759
25760 \end_layout
25761
25762 \end_inset
25763 </cell>
25764 </row>
25765 <row>
25766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25767 \begin_inset Text
25768
25769 \begin_layout Plain Layout
25770
25771 \backslash
25772 varprojlim
25773 \end_layout
25774
25775 \end_inset
25776 </cell>
25777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25778 \begin_inset Text
25779
25780 \begin_layout Plain Layout
25781 \begin_inset Formula $\varprojlim$
25782 \end_inset
25783
25784
25785 \end_layout
25786
25787 \end_inset
25788 </cell>
25789 </row>
25790 <row>
25791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25792 \begin_inset Text
25793
25794 \begin_layout Plain Layout
25795
25796 \backslash
25797 varinjlim
25798 \end_layout
25799
25800 \end_inset
25801 </cell>
25802 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25803 \begin_inset Text
25804
25805 \begin_layout Plain Layout
25806 \begin_inset Formula $\varinjlim$
25807 \end_inset
25808
25809
25810 \begin_inset Formula $\raisebox{-2.5mm}{}$
25811 \end_inset
25812
25813
25814 \end_layout
25815
25816 \end_inset
25817 </cell>
25818 </row>
25819 </lyxtabular>
25820
25821 \end_inset
25822
25823
25824 \end_layout
25825
25826 \begin_layout Standard
25827 \begin_inset VSpace medskip
25828 \end_inset
25829
25830 The limit is created by inserting a subscript.
25831  It is set right beside the function in an inline formula:
25832 \end_layout
25833
25834 \begin_layout Standard
25835 \align center
25836 \begin_inset Tabular
25837 <lyxtabular version="3" rows="2" columns="2">
25838 <features tabularvalignment="middle">
25839 <column alignment="center" valignment="top" width="0pt">
25840 <column alignment="center" valignment="top" width="0pt">
25841 <row>
25842 <cell alignment="center" valignment="top" usebox="none">
25843 \begin_inset Text
25844
25845 \begin_layout Plain Layout
25846 Command
25847 \end_layout
25848
25849 \end_inset
25850 </cell>
25851 <cell alignment="center" valignment="top" usebox="none">
25852 \begin_inset Text
25853
25854 \begin_layout Plain Layout
25855 \begin_inset space \hspace{}
25856 \length 1cm
25857 \end_inset
25858
25859 Result
25860 \begin_inset Note Note
25861 status collapsed
25862
25863 \begin_layout Plain Layout
25864 The space and
25865 \series bold
25866  
25867 \backslash
25868 raisebox
25869 \series default
25870  are used here as spacer.
25871 \end_layout
25872
25873 \end_inset
25874
25875
25876 \end_layout
25877
25878 \end_inset
25879 </cell>
25880 </row>
25881 <row>
25882 <cell alignment="center" valignment="top" usebox="none">
25883 \begin_inset Text
25884
25885 \begin_layout Plain Layout
25886
25887 \backslash
25888 lim_x
25889 \backslash
25890 to
25891 \begin_inset ERT
25892 status collapsed
25893
25894 \begin_layout Plain Layout
25895
25896
25897 \backslash
25898 spce 
25899 \end_layout
25900
25901 \end_inset
25902
25903 A
25904 \begin_inset ERT
25905 status collapsed
25906
25907 \begin_layout Plain Layout
25908
25909
25910 \backslash
25911 spce 
25912 \end_layout
25913
25914 \end_inset
25915
25916 x=B
25917 \end_layout
25918
25919 \end_inset
25920 </cell>
25921 <cell alignment="center" valignment="top" usebox="none">
25922 \begin_inset Text
25923
25924 \begin_layout Plain Layout
25925 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25926 \end_inset
25927
25928
25929 \end_layout
25930
25931 \end_inset
25932 </cell>
25933 </row>
25934 </lyxtabular>
25935
25936 \end_inset
25937
25938
25939 \end_layout
25940
25941 \begin_layout Standard
25942 In a displayed formula the limit is set below the formula, as usual:
25943 \begin_inset Formula \[
25944 \lim_{x\to A}x=B
25945 \]
25946
25947 \end_inset
25948
25949
25950 \end_layout
25951
25952 \begin_layout Subsection
25953 Modulo-Functions
25954 \begin_inset Index idx
25955 status collapsed
25956
25957 \begin_layout Plain Layout
25958 Functions ! modulo-
25959 \end_layout
25960
25961 \end_inset
25962
25963
25964 \end_layout
25965
25966 \begin_layout Standard
25967 The modulo-function is special, because it exists in four variants.
25968 \end_layout
25969
25970 \begin_layout Standard
25971 The variants in a displayed formula:
25972 \begin_inset Formula \begin{align*}
25973 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25974 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25975 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25976 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25977 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
25978 \end{align*}
25979
25980 \end_inset
25981
25982
25983 \end_layout
25984
25985 \begin_layout Standard
25986 In an inline formula less space is set before the function names for all
25987  variants.
25988 \end_layout
25989
25990 \begin_layout Section
25991 Special Characters
25992 \begin_inset Index idx
25993 status collapsed
25994
25995 \begin_layout Plain Layout
25996 Special characters
25997 \end_layout
25998
25999 \end_inset
26000
26001
26002 \end_layout
26003
26004 \begin_layout Subsection
26005 Special Characters in Mathematical Text
26006 \end_layout
26007
26008 \begin_layout Standard
26009 The following commands can only be used in mathematical text or in TeX-mode:
26010 \end_layout
26011
26012 \begin_layout Standard
26013 \begin_inset space \hfill{}
26014 \end_inset
26015
26016
26017 \begin_inset Tabular
26018 <lyxtabular version="3" rows="8" columns="2">
26019 <features tabularvalignment="middle">
26020 <column alignment="block" valignment="top" width="0">
26021 <column alignment="block" valignment="top" width="0">
26022 <row>
26023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26024 \begin_inset Text
26025
26026 \begin_layout Plain Layout
26027 Command
26028 \end_layout
26029
26030 \end_inset
26031 </cell>
26032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26033 \begin_inset Text
26034
26035 \begin_layout Plain Layout
26036 Result
26037 \end_layout
26038
26039 \end_inset
26040 </cell>
26041 </row>
26042 <row>
26043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26044 \begin_inset Text
26045
26046 \begin_layout Plain Layout
26047
26048 \backslash
26049 oe
26050 \end_layout
26051
26052 \end_inset
26053 </cell>
26054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26055 \begin_inset Text
26056
26057 \begin_layout Plain Layout
26058 \begin_inset Formula $\textrm{œ}$
26059 \end_inset
26060
26061
26062 \end_layout
26063
26064 \end_inset
26065 </cell>
26066 </row>
26067 <row>
26068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26069 \begin_inset Text
26070
26071 \begin_layout Plain Layout
26072
26073 \backslash
26074 OE
26075 \end_layout
26076
26077 \end_inset
26078 </cell>
26079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26080 \begin_inset Text
26081
26082 \begin_layout Plain Layout
26083 \begin_inset Formula $\textrm{Œ}$
26084 \end_inset
26085
26086
26087 \end_layout
26088
26089 \end_inset
26090 </cell>
26091 </row>
26092 <row>
26093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26094 \begin_inset Text
26095
26096 \begin_layout Plain Layout
26097
26098 \backslash
26099 ae
26100 \end_layout
26101
26102 \end_inset
26103 </cell>
26104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26105 \begin_inset Text
26106
26107 \begin_layout Plain Layout
26108 \begin_inset Formula $\textrm{æ}$
26109 \end_inset
26110
26111
26112 \end_layout
26113
26114 \end_inset
26115 </cell>
26116 </row>
26117 <row>
26118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26119 \begin_inset Text
26120
26121 \begin_layout Plain Layout
26122
26123 \backslash
26124 AE
26125 \end_layout
26126
26127 \end_inset
26128 </cell>
26129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26130 \begin_inset Text
26131
26132 \begin_layout Plain Layout
26133 \begin_inset Formula $\textrm{Æ}$
26134 \end_inset
26135
26136
26137 \end_layout
26138
26139 \end_inset
26140 </cell>
26141 </row>
26142 <row>
26143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26144 \begin_inset Text
26145
26146 \begin_layout Plain Layout
26147
26148 \backslash
26149 aa
26150 \end_layout
26151
26152 \end_inset
26153 </cell>
26154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26155 \begin_inset Text
26156
26157 \begin_layout Plain Layout
26158 \begin_inset Formula $\textrm{\aa}$
26159 \end_inset
26160
26161
26162 \end_layout
26163
26164 \end_inset
26165 </cell>
26166 </row>
26167 <row>
26168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26169 \begin_inset Text
26170
26171 \begin_layout Plain Layout
26172
26173 \backslash
26174 AA
26175 \begin_inset Index idx
26176 status collapsed
26177
26178 \begin_layout Plain Layout
26179
26180 \backslash
26181 @
26182 \begin_inset ERT
26183 status collapsed
26184
26185 \begin_layout Plain Layout
26186
26187
26188 \backslash
26189 textrm{
26190 \backslash
26191 AA}
26192 \end_layout
26193
26194 \end_inset
26195
26196
26197 \end_layout
26198
26199 \end_inset
26200
26201
26202 \end_layout
26203
26204 \end_inset
26205 </cell>
26206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26207 \begin_inset Text
26208
26209 \begin_layout Plain Layout
26210 \begin_inset Formula $\textrm{Å}$
26211 \end_inset
26212
26213
26214 \end_layout
26215
26216 \end_inset
26217 </cell>
26218 </row>
26219 <row>
26220 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26221 \begin_inset Text
26222
26223 \begin_layout Plain Layout
26224
26225 \backslash
26226 i
26227 \end_layout
26228
26229 \end_inset
26230 </cell>
26231 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26232 \begin_inset Text
26233
26234 \begin_layout Plain Layout
26235 \begin_inset Formula $\textrm{ı}$
26236 \end_inset
26237
26238
26239 \end_layout
26240
26241 \end_inset
26242 </cell>
26243 </row>
26244 </lyxtabular>
26245
26246 \end_inset
26247
26248
26249 \begin_inset space \hfill{}
26250 \end_inset
26251
26252
26253 \begin_inset Tabular
26254 <lyxtabular version="3" rows="8" columns="2">
26255 <features tabularvalignment="middle">
26256 <column alignment="block" valignment="top" width="0">
26257 <column alignment="center" valignment="top" width="0">
26258 <row>
26259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26260 \begin_inset Text
26261
26262 \begin_layout Plain Layout
26263 command
26264 \begin_inset Note Note
26265 status collapsed
26266
26267 \begin_layout Plain Layout
26268 The space of 0
26269 \begin_inset space \thinspace{}
26270 \end_inset
26271
26272 mm is used for separation, because otherwise the output will be ¡ and ¿
26273  respectively.
26274 \end_layout
26275
26276 \end_inset
26277
26278
26279 \end_layout
26280
26281 \end_inset
26282 </cell>
26283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26284 \begin_inset Text
26285
26286 \begin_layout Plain Layout
26287 Result
26288 \end_layout
26289
26290 \end_inset
26291 </cell>
26292 </row>
26293 <row>
26294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26295 \begin_inset Text
26296
26297 \begin_layout Plain Layout
26298
26299 \backslash
26300 o
26301 \end_layout
26302
26303 \end_inset
26304 </cell>
26305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26306 \begin_inset Text
26307
26308 \begin_layout Plain Layout
26309 \begin_inset Formula $\textrm{ø}$
26310 \end_inset
26311
26312
26313 \end_layout
26314
26315 \end_inset
26316 </cell>
26317 </row>
26318 <row>
26319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26320 \begin_inset Text
26321
26322 \begin_layout Plain Layout
26323
26324 \backslash
26325 O
26326 \end_layout
26327
26328 \end_inset
26329 </cell>
26330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26331 \begin_inset Text
26332
26333 \begin_layout Plain Layout
26334 \begin_inset Formula $\textrm{Ø}$
26335 \end_inset
26336
26337
26338 \end_layout
26339
26340 \end_inset
26341 </cell>
26342 </row>
26343 <row>
26344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26345 \begin_inset Text
26346
26347 \begin_layout Plain Layout
26348
26349 \backslash
26350 l
26351 \end_layout
26352
26353 \end_inset
26354 </cell>
26355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26356 \begin_inset Text
26357
26358 \begin_layout Plain Layout
26359 \begin_inset Formula $\textrm{ł}$
26360 \end_inset
26361
26362
26363 \end_layout
26364
26365 \end_inset
26366 </cell>
26367 </row>
26368 <row>
26369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26370 \begin_inset Text
26371
26372 \begin_layout Plain Layout
26373
26374 \backslash
26375 L
26376 \end_layout
26377
26378 \end_inset
26379 </cell>
26380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26381 \begin_inset Text
26382
26383 \begin_layout Plain Layout
26384 \begin_inset Formula $\textrm{Ł}$
26385 \end_inset
26386
26387
26388 \end_layout
26389
26390 \end_inset
26391 </cell>
26392 </row>
26393 <row>
26394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26395 \begin_inset Text
26396
26397 \begin_layout Plain Layout
26398 !
26399 \begin_inset space \hspace{}
26400 \length 0mm
26401 \end_inset
26402
26403 `
26404 \begin_inset ERT
26405 status collapsed
26406
26407 \begin_layout Plain Layout
26408
26409
26410 \backslash
26411 spce 
26412 \end_layout
26413
26414 \end_inset
26415
26416
26417 \end_layout
26418
26419 \end_inset
26420 </cell>
26421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26422 \begin_inset Text
26423
26424 \begin_layout Plain Layout
26425 \begin_inset Formula $\textrm{!`}$
26426 \end_inset
26427
26428
26429 \end_layout
26430
26431 \end_inset
26432 </cell>
26433 </row>
26434 <row>
26435 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26436 \begin_inset Text
26437
26438 \begin_layout Plain Layout
26439 ?
26440 \begin_inset space \hspace{}
26441 \length 0mm
26442 \end_inset
26443
26444 `
26445 \begin_inset ERT
26446 status collapsed
26447
26448 \begin_layout Plain Layout
26449
26450
26451 \backslash
26452 spce 
26453 \end_layout
26454
26455 \end_inset
26456
26457
26458 \end_layout
26459
26460 \end_inset
26461 </cell>
26462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26463 \begin_inset Text
26464
26465 \begin_layout Plain Layout
26466 \begin_inset Formula $\textrm{?`}$
26467 \end_inset
26468
26469
26470 \end_layout
26471
26472 \end_inset
26473 </cell>
26474 </row>
26475 <row>
26476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26477 \begin_inset Text
26478
26479 \begin_layout Plain Layout
26480
26481 \backslash
26482 j
26483 \end_layout
26484
26485 \end_inset
26486 </cell>
26487 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26488 \begin_inset Text
26489
26490 \begin_layout Plain Layout
26491 \begin_inset Formula $\textrm{ȷ}$
26492 \end_inset
26493
26494
26495 \end_layout
26496
26497 \end_inset
26498 </cell>
26499 </row>
26500 </lyxtabular>
26501
26502 \end_inset
26503
26504
26505 \begin_inset space \hfill{}
26506 \end_inset
26507
26508
26509 \end_layout
26510
26511 \begin_layout Standard
26512 The characters 
26513 \begin_inset Formula $\textrm{\textrm{Å}}$
26514 \end_inset
26515
26516  and 
26517 \begin_inset Formula $\textrm{\textrm{Ø}}$
26518 \end_inset
26519
26520  can also be inserted via the math toolbar button 
26521 \begin_inset Graphics
26522         filename ../images/math/digamma.png
26523         scale 85
26524
26525 \end_inset
26526
26527 .
26528 \end_layout
26529
26530 \begin_layout Standard
26531 An exception are the commands 
26532 \series bold
26533 !
26534 \begin_inset space \hspace{}
26535 \length 0mm
26536 \end_inset
26537
26538 `
26539 \series default
26540  and 
26541 \series bold
26542 ?
26543 \begin_inset space \hspace{}
26544 \length 0mm
26545 \end_inset
26546
26547 `
26548 \series default
26549 , because they can be inserted in LyX directly to text.
26550 \end_layout
26551
26552 \begin_layout Subsection
26553 Accents in Text
26554 \begin_inset CommandInset label
26555 LatexCommand label
26556 name "sub:Accents-in-Text"
26557
26558 \end_inset
26559
26560
26561 \begin_inset Index idx
26562 status collapsed
26563
26564 \begin_layout Plain Layout
26565 Accents ! in text
26566 \end_layout
26567
26568 \end_inset
26569
26570
26571 \end_layout
26572
26573 \begin_layout Standard
26574 With the following commands all letters can be accented.
26575  The commands must be inserted in TeX-mode.
26576 \end_layout
26577
26578 \begin_layout Standard
26579 \begin_inset space \hfill{}
26580 \end_inset
26581
26582
26583 \begin_inset Tabular
26584 <lyxtabular version="3" rows="8" columns="2">
26585 <features tabularvalignment="middle">
26586 <column alignment="block" valignment="top" width="0">
26587 <column alignment="block" valignment="top" width="0">
26588 <row>
26589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26590 \begin_inset Text
26591
26592 \begin_layout Plain Layout
26593 Command
26594 \end_layout
26595
26596 \end_inset
26597 </cell>
26598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26599 \begin_inset Text
26600
26601 \begin_layout Plain Layout
26602 Result
26603 \end_layout
26604
26605 \end_inset
26606 </cell>
26607 </row>
26608 <row>
26609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26610 \begin_inset Text
26611
26612 \begin_layout Plain Layout
26613
26614 \backslash
26615
26616 \begin_inset Quotes grd
26617 \end_inset
26618
26619 e
26620 \end_layout
26621
26622 \end_inset
26623 </cell>
26624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26625 \begin_inset Text
26626
26627 \begin_layout Plain Layout
26628 \begin_inset ERT
26629 status collapsed
26630
26631 \begin_layout Plain Layout
26632
26633
26634 \backslash
26635 "e
26636 \end_layout
26637
26638 \end_inset
26639
26640
26641 \end_layout
26642
26643 \end_inset
26644 </cell>
26645 </row>
26646 <row>
26647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26648 \begin_inset Text
26649
26650 \begin_layout Plain Layout
26651
26652 \backslash
26653 `e
26654 \end_layout
26655
26656 \end_inset
26657 </cell>
26658 <cell alignment="center" valignment="top" topline="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 `e
26670 \end_layout
26671
26672 \end_inset
26673
26674
26675 \end_layout
26676
26677 \end_inset
26678 </cell>
26679 </row>
26680 <row>
26681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26682 \begin_inset Text
26683
26684 \begin_layout Plain Layout
26685
26686 \backslash
26687 ^
26688 \begin_inset ERT
26689 status collapsed
26690
26691 \begin_layout Plain Layout
26692
26693
26694 \backslash
26695 spce 
26696 \end_layout
26697
26698 \end_inset
26699
26700 e
26701 \end_layout
26702
26703 \end_inset
26704 </cell>
26705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26706 \begin_inset Text
26707
26708 \begin_layout Plain Layout
26709 \begin_inset ERT
26710 status collapsed
26711
26712 \begin_layout Plain Layout
26713
26714
26715 \backslash
26716 ^e
26717 \end_layout
26718
26719 \end_inset
26720
26721
26722 \end_layout
26723
26724 \end_inset
26725 </cell>
26726 </row>
26727 <row>
26728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26729 \begin_inset Text
26730
26731 \begin_layout Plain Layout
26732
26733 \backslash
26734 =e
26735 \end_layout
26736
26737 \end_inset
26738 </cell>
26739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26740 \begin_inset Text
26741
26742 \begin_layout Plain Layout
26743 \begin_inset ERT
26744 status collapsed
26745
26746 \begin_layout Plain Layout
26747
26748
26749 \backslash
26750 =e
26751 \end_layout
26752
26753 \end_inset
26754
26755
26756 \end_layout
26757
26758 \end_inset
26759 </cell>
26760 </row>
26761 <row>
26762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26763 \begin_inset Text
26764
26765 \begin_layout Plain Layout
26766
26767 \backslash
26768 u
26769 \begin_inset ERT
26770 status collapsed
26771
26772 \begin_layout Plain Layout
26773
26774
26775 \backslash
26776 spce 
26777 \end_layout
26778
26779 \end_inset
26780
26781 e
26782 \end_layout
26783
26784 \end_inset
26785 </cell>
26786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26787 \begin_inset Text
26788
26789 \begin_layout Plain Layout
26790 \begin_inset ERT
26791 status collapsed
26792
26793 \begin_layout Plain Layout
26794
26795
26796 \backslash
26797 u e
26798 \end_layout
26799
26800 \end_inset
26801
26802
26803 \end_layout
26804
26805 \end_inset
26806 </cell>
26807 </row>
26808 <row>
26809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26810 \begin_inset Text
26811
26812 \begin_layout Plain Layout
26813
26814 \backslash
26815 b
26816 \begin_inset ERT
26817 status collapsed
26818
26819 \begin_layout Plain Layout
26820
26821
26822 \backslash
26823 spce 
26824 \end_layout
26825
26826 \end_inset
26827
26828 e
26829 \end_layout
26830
26831 \end_inset
26832 </cell>
26833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26834 \begin_inset Text
26835
26836 \begin_layout Plain Layout
26837 \begin_inset ERT
26838 status collapsed
26839
26840 \begin_layout Plain Layout
26841
26842
26843 \backslash
26844 b e
26845 \end_layout
26846
26847 \end_inset
26848
26849
26850 \end_layout
26851
26852 \end_inset
26853 </cell>
26854 </row>
26855 <row>
26856 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26857 \begin_inset Text
26858
26859 \begin_layout Plain Layout
26860
26861 \backslash
26862 t
26863 \begin_inset ERT
26864 status collapsed
26865
26866 \begin_layout Plain Layout
26867
26868
26869 \backslash
26870 spce 
26871 \end_layout
26872
26873 \end_inset
26874
26875 ee
26876 \end_layout
26877
26878 \end_inset
26879 </cell>
26880 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26881 \begin_inset Text
26882
26883 \begin_layout Plain Layout
26884 \begin_inset ERT
26885 status collapsed
26886
26887 \begin_layout Plain Layout
26888
26889
26890 \backslash
26891 t ee
26892 \end_layout
26893
26894 \end_inset
26895
26896
26897 \end_layout
26898
26899 \end_inset
26900 </cell>
26901 </row>
26902 </lyxtabular>
26903
26904 \end_inset
26905
26906
26907 \begin_inset space \hfill{}
26908 \end_inset
26909
26910
26911 \begin_inset Tabular
26912 <lyxtabular version="3" rows="8" columns="2">
26913 <features tabularvalignment="middle">
26914 <column alignment="block" valignment="top" width="0">
26915 <column alignment="center" valignment="top" width="0">
26916 <row>
26917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26918 \begin_inset Text
26919
26920 \begin_layout Plain Layout
26921 Command
26922 \end_layout
26923
26924 \end_inset
26925 </cell>
26926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26927 \begin_inset Text
26928
26929 \begin_layout Plain Layout
26930 Result
26931 \end_layout
26932
26933 \end_inset
26934 </cell>
26935 </row>
26936 <row>
26937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26938 \begin_inset Text
26939
26940 \begin_layout Plain Layout
26941
26942 \backslash
26943 H
26944 \begin_inset ERT
26945 status collapsed
26946
26947 \begin_layout Plain Layout
26948
26949
26950 \backslash
26951 spce 
26952 \end_layout
26953
26954 \end_inset
26955
26956 e
26957 \end_layout
26958
26959 \end_inset
26960 </cell>
26961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26962 \begin_inset Text
26963
26964 \begin_layout Plain Layout
26965 \begin_inset ERT
26966 status collapsed
26967
26968 \begin_layout Plain Layout
26969
26970
26971 \backslash
26972 H e
26973 \end_layout
26974
26975 \end_inset
26976
26977
26978 \end_layout
26979
26980 \end_inset
26981 </cell>
26982 </row>
26983 <row>
26984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26985 \begin_inset Text
26986
26987 \begin_layout Plain Layout
26988
26989 \backslash
26990 'e
26991 \end_layout
26992
26993 \end_inset
26994 </cell>
26995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26996 \begin_inset Text
26997
26998 \begin_layout Plain Layout
26999 \begin_inset ERT
27000 status collapsed
27001
27002 \begin_layout Plain Layout
27003
27004
27005 \backslash
27006 'e
27007 \end_layout
27008
27009 \end_inset
27010
27011
27012 \end_layout
27013
27014 \end_inset
27015 </cell>
27016 </row>
27017 <row>
27018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27019 \begin_inset Text
27020
27021 \begin_layout Plain Layout
27022
27023 \backslash
27024 ~e
27025 \begin_inset Index idx
27026 status collapsed
27027
27028 \begin_layout Plain Layout
27029 Tilde
27030 \end_layout
27031
27032 \end_inset
27033
27034
27035 \end_layout
27036
27037 \end_inset
27038 </cell>
27039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27040 \begin_inset Text
27041
27042 \begin_layout Plain Layout
27043 \begin_inset ERT
27044 status collapsed
27045
27046 \begin_layout Plain Layout
27047
27048
27049 \backslash
27050 ~e
27051 \end_layout
27052
27053 \end_inset
27054
27055
27056 \end_layout
27057
27058 \end_inset
27059 </cell>
27060 </row>
27061 <row>
27062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27063 \begin_inset Text
27064
27065 \begin_layout Plain Layout
27066
27067 \backslash
27068 .e
27069 \end_layout
27070
27071 \end_inset
27072 </cell>
27073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27074 \begin_inset Text
27075
27076 \begin_layout Plain Layout
27077 \begin_inset ERT
27078 status collapsed
27079
27080 \begin_layout Plain Layout
27081
27082
27083 \backslash
27084 .e
27085 \end_layout
27086
27087 \end_inset
27088
27089
27090 \end_layout
27091
27092 \end_inset
27093 </cell>
27094 </row>
27095 <row>
27096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27097 \begin_inset Text
27098
27099 \begin_layout Plain Layout
27100
27101 \backslash
27102 v
27103 \begin_inset ERT
27104 status collapsed
27105
27106 \begin_layout Plain Layout
27107
27108
27109 \backslash
27110 spce 
27111 \end_layout
27112
27113 \end_inset
27114
27115 e
27116 \end_layout
27117
27118 \end_inset
27119 </cell>
27120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27121 \begin_inset Text
27122
27123 \begin_layout Plain Layout
27124 \begin_inset ERT
27125 status collapsed
27126
27127 \begin_layout Plain Layout
27128
27129
27130 \backslash
27131 v e
27132 \end_layout
27133
27134 \end_inset
27135
27136
27137 \end_layout
27138
27139 \end_inset
27140 </cell>
27141 </row>
27142 <row>
27143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27144 \begin_inset Text
27145
27146 \begin_layout Plain Layout
27147
27148 \backslash
27149 d
27150 \begin_inset ERT
27151 status collapsed
27152
27153 \begin_layout Plain Layout
27154
27155
27156 \backslash
27157 spce 
27158 \end_layout
27159
27160 \end_inset
27161
27162 e
27163 \end_layout
27164
27165 \end_inset
27166 </cell>
27167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27168 \begin_inset Text
27169
27170 \begin_layout Plain Layout
27171 \begin_inset ERT
27172 status collapsed
27173
27174 \begin_layout Plain Layout
27175
27176
27177 \backslash
27178 d e
27179 \end_layout
27180
27181 \end_inset
27182
27183
27184 \end_layout
27185
27186 \end_inset
27187 </cell>
27188 </row>
27189 <row>
27190 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27191 \begin_inset Text
27192
27193 \begin_layout Plain Layout
27194
27195 \backslash
27196 c
27197 \begin_inset ERT
27198 status collapsed
27199
27200 \begin_layout Plain Layout
27201
27202
27203 \backslash
27204 spce 
27205 \end_layout
27206
27207 \end_inset
27208
27209 e
27210 \end_layout
27211
27212 \end_inset
27213 </cell>
27214 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27215 \begin_inset Text
27216
27217 \begin_layout Plain Layout
27218 \begin_inset ERT
27219 status collapsed
27220
27221 \begin_layout Plain Layout
27222
27223
27224 \backslash
27225 c e
27226 \end_layout
27227
27228 \end_inset
27229
27230
27231 \end_layout
27232
27233 \end_inset
27234 </cell>
27235 </row>
27236 </lyxtabular>
27237
27238 \end_inset
27239
27240
27241 \begin_inset space \hfill{}
27242 \end_inset
27243
27244
27245 \end_layout
27246
27247 \begin_layout Standard
27248 \begin_inset VSpace medskip
27249 \end_inset
27250
27251 With the command 
27252 \series bold
27253
27254 \backslash
27255 t
27256 \series default
27257  also two different characters can be accented.
27258  The command 
27259 \series bold
27260
27261 \backslash
27262 t
27263 \begin_inset ERT
27264 status collapsed
27265
27266 \begin_layout Plain Layout
27267
27268
27269 \backslash
27270 spce 
27271 \end_layout
27272
27273 \end_inset
27274
27275 sz
27276 \series default
27277  creates: 
27278 \begin_inset ERT
27279 status collapsed
27280
27281 \begin_layout Plain Layout
27282
27283
27284 \backslash
27285 t sz
27286 \end_layout
27287
27288 \end_inset
27289
27290
27291 \end_layout
27292
27293 \begin_layout Standard
27294 The accents 
27295 \series bold
27296 `
27297 \series default
27298  , 
27299 \series bold
27300 '
27301 \series default
27302  and 
27303 \series bold
27304 ^
27305 \series default
27306  can in combination with vowels directly be inserted with the keyboard without
27307  using TeX-mode.
27308  The same applies for the tilde
27309 \begin_inset Foot
27310 status collapsed
27311
27312 \begin_layout Plain Layout
27313 This only applies for keyboards where the tilde is defined as accent.
27314 \end_layout
27315
27316 \end_inset
27317
27318  
27319 \series bold
27320 ~
27321 \series default
27322  in combination with 
27323 \emph on
27324 a
27325 \emph default
27326  , 
27327 \emph on
27328 n
27329 \emph default
27330  , or 
27331 \emph on
27332 o
27333 \emph default
27334 .
27335 \end_layout
27336
27337 \begin_layout Standard
27338 The commands 
27339 \series bold
27340
27341 \backslash
27342 b
27343 \series default
27344  , 
27345 \series bold
27346
27347 \backslash
27348 c
27349 \series default
27350  , 
27351 \series bold
27352
27353 \backslash
27354 d
27355 \series default
27356  , 
27357 \series bold
27358
27359 \backslash
27360 H
27361 \series default
27362  , 
27363 \series bold
27364
27365 \backslash
27366 t
27367 \series default
27368  , 
27369 \series bold
27370
27371 \backslash
27372 u
27373 \series default
27374  , 
27375 \series bold
27376
27377 \backslash
27378 v
27379 \series default
27380  and accents that are inserted directly with the keyboard are also available
27381  in mathematical text.
27382  For the other accents there are special math commands to be used in formulas,
27383  see 
27384 \begin_inset CommandInset ref
27385 LatexCommand ref
27386 reference "sub:Accents-for-one"
27387
27388 \end_inset
27389
27390 .
27391 \end_layout
27392
27393 \begin_layout Standard
27394 \begin_inset VSpace bigskip
27395 \end_inset
27396
27397 Furthermore, with the command 
27398 \series bold
27399
27400 \backslash
27401 textcircled
27402 \series default
27403
27404 \begin_inset Index idx
27405 status collapsed
27406
27407 \begin_layout Plain Layout
27408 Commands ! T ! 
27409 \backslash
27410 textcircled
27411 \end_layout
27412
27413 \end_inset
27414
27415  all numbers and letters can be set into a circle, quasi accented with a
27416  circle, similar to the copyright symbol.
27417 \end_layout
27418
27419 \begin_layout Standard
27420 \align center
27421 \begin_inset Tabular
27422 <lyxtabular version="3" rows="3" columns="2">
27423 <features tabularvalignment="middle">
27424 <column alignment="center" valignment="top" width="0">
27425 <column alignment="center" valignment="top" width="0">
27426 <row>
27427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27428 \begin_inset Text
27429
27430 \begin_layout Plain Layout
27431 Command
27432 \end_layout
27433
27434 \end_inset
27435 </cell>
27436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27437 \begin_inset Text
27438
27439 \begin_layout Plain Layout
27440 Result
27441 \begin_inset Note Note
27442 status collapsed
27443
27444 \begin_layout Plain Layout
27445
27446 \series bold
27447
27448 \backslash
27449 raisebox
27450 \series default
27451  is only used as spacer.
27452 \end_layout
27453
27454 \end_inset
27455
27456
27457 \end_layout
27458
27459 \end_inset
27460 </cell>
27461 </row>
27462 <row>
27463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27464 \begin_inset Text
27465
27466 \begin_layout Plain Layout
27467
27468 \backslash
27469 textcircled{w}
27470 \end_layout
27471
27472 \end_inset
27473 </cell>
27474 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27475 \begin_inset Text
27476
27477 \begin_layout Plain Layout
27478 \begin_inset ERT
27479 status collapsed
27480
27481 \begin_layout Plain Layout
27482
27483
27484 \backslash
27485 textcircled{w}
27486 \end_layout
27487
27488 \end_inset
27489
27490
27491 \end_layout
27492
27493 \end_inset
27494 </cell>
27495 </row>
27496 <row>
27497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27498 \begin_inset Text
27499
27500 \begin_layout Plain Layout
27501
27502 \backslash
27503 Large 
27504 \backslash
27505 textcircled{
27506 \backslash
27507 normalsize
27508 \backslash
27509 protect
27510 \backslash
27511 raisebox{-1.5pt}{W}}
27512 \end_layout
27513
27514 \end_inset
27515 </cell>
27516 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27517 \begin_inset Text
27518
27519 \begin_layout Plain Layout
27520 \begin_inset Formula $\raisebox{4.5mm}{}$
27521 \end_inset
27522
27523
27524 \begin_inset ERT
27525 status collapsed
27526
27527 \begin_layout Plain Layout
27528
27529
27530 \backslash
27531 Large 
27532 \backslash
27533 textcircled{
27534 \backslash
27535 normalsize
27536 \backslash
27537 protect
27538 \backslash
27539 raisebox{-1.5pt}W}
27540 \end_layout
27541
27542 \end_inset
27543
27544
27545 \begin_inset Formula $\raisebox{-2mm}{}$
27546 \end_inset
27547
27548
27549 \end_layout
27550
27551 \end_inset
27552 </cell>
27553 </row>
27554 </lyxtabular>
27555
27556 \end_inset
27557
27558
27559 \end_layout
27560
27561 \begin_layout Standard
27562 One has to take care that the character fits in the circle.
27563  
27564 \series bold
27565
27566 \backslash
27567 Large
27568 \series default
27569
27570 \begin_inset Foot
27571 status collapsed
27572
27573 \begin_layout Plain Layout
27574 see 
27575 \begin_inset CommandInset ref
27576 LatexCommand ref
27577 reference "sub:Font-Sizes"
27578
27579 \end_inset
27580
27581
27582 \end_layout
27583
27584 \end_inset
27585
27586  specifies thereby the size of the circle.
27587  With the help of 
27588 \series bold
27589
27590 \backslash
27591 raisebox
27592 \series default
27593
27594 \begin_inset Foot
27595 status collapsed
27596
27597 \begin_layout Plain Layout
27598 see 
27599 \begin_inset CommandInset ref
27600 LatexCommand ref
27601 reference "sub:Boxes-without-Frame"
27602
27603 \end_inset
27604
27605
27606 \end_layout
27607
27608 \end_inset
27609
27610  the character can be centered.
27611 \end_layout
27612
27613 \begin_layout Subsection
27614 Minuscule Numbers
27615 \begin_inset Index idx
27616 status collapsed
27617
27618 \begin_layout Plain Layout
27619 Minuscule numbers
27620 \end_layout
27621
27622 \end_inset
27623
27624
27625 \end_layout
27626
27627 \begin_layout Standard
27628 Minuscule numbers are created with the command 
27629 \series bold
27630
27631 \backslash
27632 oldstylenums
27633 \series default
27634
27635 \begin_inset Index idx
27636 status collapsed
27637
27638 \begin_layout Plain Layout
27639 Commands ! O ! 
27640 \backslash
27641 oldstylenums
27642 \end_layout
27643
27644 \end_inset
27645
27646 .
27647  The command can be used in formulas and in TeX-mode.
27648  The command scheme is:
27649 \end_layout
27650
27651 \begin_layout Standard
27652
27653 \series bold
27654
27655 \backslash
27656 oldstylenums{number}
27657 \end_layout
27658
27659 \begin_layout Standard
27660 The command 
27661 \series bold
27662
27663 \backslash
27664 oldstylenums{0123456789
27665 \series default
27666  produces: 
27667 \begin_inset Formula $\oldstylenums{0123456789}$
27668 \end_inset
27669
27670
27671 \end_layout
27672
27673 \begin_layout Subsection
27674 Miscellaneous special Characters
27675 \begin_inset CommandInset label
27676 LatexCommand label
27677 name "sub:Miscellaneous-special-Characters"
27678
27679 \end_inset
27680
27681
27682 \begin_inset Index idx
27683 status collapsed
27684
27685 \begin_layout Plain Layout
27686 Special characters ! miscellaneous
27687 \end_layout
27688
27689 \end_inset
27690
27691
27692 \end_layout
27693
27694 \begin_layout Standard
27695 The following characters can only be inserted to formulas by using commands:
27696 \end_layout
27697
27698 \begin_layout Standard
27699 \align center
27700 \begin_inset Tabular
27701 <lyxtabular version="3" rows="4" columns="2">
27702 <features tabularvalignment="middle">
27703 <column alignment="center" valignment="top" width="0">
27704 <column alignment="center" valignment="top" width="0">
27705 <row>
27706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27707 \begin_inset Text
27708
27709 \begin_layout Plain Layout
27710 Command
27711 \end_layout
27712
27713 \end_inset
27714 </cell>
27715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27716 \begin_inset Text
27717
27718 \begin_layout Plain Layout
27719 Result
27720 \end_layout
27721
27722 \end_inset
27723 </cell>
27724 </row>
27725 <row>
27726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27727 \begin_inset Text
27728
27729 \begin_layout Plain Layout
27730
27731 \backslash
27732 ^
27733 \begin_inset ERT
27734 status collapsed
27735
27736 \begin_layout Plain Layout
27737
27738
27739 \backslash
27740 spce 
27741 \end_layout
27742
27743 \end_inset
27744
27745
27746 \end_layout
27747
27748 \end_inset
27749 </cell>
27750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27751 \begin_inset Text
27752
27753 \begin_layout Plain Layout
27754 \begin_inset Formula $\mathcircumflex$
27755 \end_inset
27756
27757
27758 \end_layout
27759
27760 \end_inset
27761 </cell>
27762 </row>
27763 <row>
27764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27765 \begin_inset Text
27766
27767 \begin_layout Plain Layout
27768
27769 \backslash
27770 _
27771 \end_layout
27772
27773 \end_inset
27774 </cell>
27775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27776 \begin_inset Text
27777
27778 \begin_layout Plain Layout
27779 \begin_inset Formula $\_$
27780 \end_inset
27781
27782
27783 \end_layout
27784
27785 \end_inset
27786 </cell>
27787 </row>
27788 <row>
27789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27790 \begin_inset Text
27791
27792 \begin_layout Plain Layout
27793 ^
27794 \begin_inset ERT
27795 status collapsed
27796
27797 \begin_layout Plain Layout
27798
27799
27800 \backslash
27801 spce 
27802 \end_layout
27803
27804 \end_inset
27805
27806
27807 \backslash
27808 circ
27809 \begin_inset Index idx
27810 status collapsed
27811
27812 \begin_layout Plain Layout
27813
27814 \backslash
27815
27816 \end_layout
27817
27818 \end_inset
27819
27820
27821 \end_layout
27822
27823 \end_inset
27824 </cell>
27825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27826 \begin_inset Text
27827
27828 \begin_layout Plain Layout
27829 \begin_inset Formula $^{\circ}$
27830 \end_inset
27831
27832
27833 \end_layout
27834
27835 \end_inset
27836 </cell>
27837 </row>
27838 </lyxtabular>
27839
27840 \end_inset
27841
27842
27843 \end_layout
27844
27845 \begin_layout Standard
27846 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27847  contains the following line
27848 \begin_inset Foot
27849 status collapsed
27850
27851 \begin_layout Plain Layout
27852 More about this is described in 
27853 \begin_inset CommandInset ref
27854 LatexCommand ref
27855 reference "sub:Text-Characters-in"
27856
27857 \end_inset
27858
27859 .
27860 \end_layout
27861
27862 \end_inset
27863
27864 :
27865 \end_layout
27866
27867 \begin_layout Standard
27868
27869 \series bold
27870
27871 \backslash
27872 DeclareInputtext{176}{
27873 \backslash
27874 ifmmode^
27875 \backslash
27876 circ
27877 \backslash
27878 else
27879 \backslash
27880 textdegree
27881 \backslash
27882 fi}
27883 \end_layout
27884
27885 \begin_layout Section
27886 Formula Styles
27887 \begin_inset CommandInset label
27888 LatexCommand label
27889 name "sec:Formula-Styles"
27890
27891 \end_inset
27892
27893
27894 \begin_inset Index idx
27895 status collapsed
27896
27897 \begin_layout Plain Layout
27898 Formula ! styles
27899 \end_layout
27900
27901 \end_inset
27902
27903
27904 \end_layout
27905
27906 \begin_layout Itemize
27907 There are two different alignment styles:
27908 \end_layout
27909
27910 \begin_deeper
27911 \begin_layout Description
27912 Centered is the predefined standard
27913 \end_layout
27914
27915 \begin_layout Description
27916 Indented for this the option 
27917 \series bold
27918 fleqn
27919 \series default
27920  must be inserted in the menu 
27921 \family sans
27922 Document\SpecialChar \menuseparator
27923 Settings
27924 \family default
27925  under 
27926 \family sans
27927 Document
27928 \begin_inset space ~
27929 \end_inset
27930
27931 Class
27932 \end_layout
27933
27934 \begin_layout Standard
27935 When 
27936 \series bold
27937 Indented
27938 \series default
27939  is used, the indentation can be adjusted with the length 
27940 \series bold
27941
27942 \backslash
27943 mathindent
27944 \series default
27945
27946 \begin_inset Index idx
27947 status collapsed
27948
27949 \begin_layout Plain Layout
27950 Commands ! M ! 
27951 \backslash
27952 mathindent
27953 \end_layout
27954
27955 \end_inset
27956
27957 .
27958  Should the distance be 15
27959 \begin_inset space \thinspace{}
27960 \end_inset
27961
27962 mm, the following command line is inserted in the LaTeX-preamble
27963 \end_layout
27964
27965 \begin_layout Standard
27966
27967 \series bold
27968
27969 \backslash
27970 setlength{
27971 \backslash
27972 mathindent}{15mm}
27973 \end_layout
27974
27975 \begin_layout Standard
27976 When no length is specified, the predefined value of 30
27977 \begin_inset space \thinspace{}
27978 \end_inset
27979
27980 pt will be used.
27981 \end_layout
27982
27983 \end_deeper
27984 \begin_layout Itemize
27985 And two different numbering styles:
27986 \end_layout
27987
27988 \begin_deeper
27989 \begin_layout Description
27990 Right is the predefined standard
27991 \end_layout
27992
27993 \begin_layout Description
27994 Left for this the option 
27995 \series bold
27996 leqno
27997 \series default
27998  must be inserted in the menu 
27999 \family sans
28000 Document\SpecialChar \menuseparator
28001 Settings
28002 \family default
28003  under 
28004 \family sans
28005 Document
28006 \begin_inset space ~
28007 \end_inset
28008
28009 Class
28010 \end_layout
28011
28012 \end_deeper
28013 \begin_layout Standard
28014
28015 \series bold
28016 fleqn
28017 \series default
28018  and 
28019 \series bold
28020 leqno
28021 \series default
28022  can also be used together.
28023  In this case both options are inserted, separated by a comma.
28024 \end_layout
28025
28026 \begin_layout Standard
28027 The chosen styles are used for all displayed formulas of the document.
28028  When both, centered and indented formulas should be created in a document,
28029  the style 
28030 \series bold
28031 Centered
28032 \series default
28033  is used.
28034  The indented formulas are then set in a flalign environment, see 
28035 \begin_inset CommandInset ref
28036 LatexCommand ref
28037 reference "sub:Flalign-Environment"
28038
28039 \end_inset
28040
28041 .
28042 \end_layout
28043
28044 \begin_layout Section
28045 Multiline Formulas
28046 \begin_inset CommandInset label
28047 LatexCommand label
28048 name "sec:Multiline-Formulas"
28049
28050 \end_inset
28051
28052
28053 \begin_inset Index idx
28054 status collapsed
28055
28056 \begin_layout Plain Layout
28057 Formula ! multiline
28058 \end_layout
28059
28060 \end_inset
28061
28062
28063 \end_layout
28064
28065 \begin_layout Subsection
28066 General
28067 \end_layout
28068
28069 \begin_layout Standard
28070 In LyX multiline formulas are created by pressing 
28071 \series bold
28072
28073 \begin_inset Info
28074 type  "shortcut"
28075 arg   "newline-insert newline"
28076 \end_inset
28077
28078
28079 \series default
28080  inside a formula.
28081  This creates either an 
28082 \series bold
28083 eqnarray environment
28084 \series default
28085  that is described in 
28086 \begin_inset CommandInset ref
28087 LatexCommand ref
28088 reference "sub:Eqnarray-Environment"
28089
28090 \end_inset
28091
28092  or, when the option 
28093 \family sans
28094 Use AMS math package
28095 \family default
28096  in the document settings is selected, an 
28097 \series bold
28098 align environment
28099 \series default
28100  that is described in 
28101 \begin_inset CommandInset ref
28102 LatexCommand ref
28103 reference "sub:Standard-align-Environment"
28104
28105 \end_inset
28106
28107 .
28108 \end_layout
28109
28110 \begin_layout Standard
28111 There are other multiline formula environments that can be created via the
28112  menu 
28113 \family sans
28114 Insert\SpecialChar \menuseparator
28115 Math
28116 \family default
28117 .
28118  These environments are described in the following sections.
28119 \end_layout
28120
28121 \begin_layout Standard
28122 In all multiline formula environments a new line is created by pressing
28123  
28124 \begin_inset Info
28125 type  "shortcut"
28126 arg   "newline-insert newline"
28127 \end_inset
28128
28129 .
28130  To add or delete lines, the math toolbar buttons 
28131 \begin_inset Graphics
28132         filename ../images/tabular-feature_append-row.png
28133         scale 85
28134
28135 \end_inset
28136
28137  or 
28138 \begin_inset Graphics
28139         filename ../images/tabular-feature_delete-row.png
28140         scale 85
28141
28142 \end_inset
28143
28144 , respectively, or the menu 
28145 \family sans
28146 Edit\SpecialChar \menuseparator
28147 Rows & Columns
28148 \family default
28149  can be used.
28150 \end_layout
28151
28152 \begin_layout Subsubsection
28153 Line Separation
28154 \begin_inset CommandInset label
28155 LatexCommand label
28156 name "sub:Line-Separation"
28157
28158 \end_inset
28159
28160
28161 \begin_inset Index idx
28162 status collapsed
28163
28164 \begin_layout Plain Layout
28165 Formula ! multiline ! Line separation
28166 \end_layout
28167
28168 \end_inset
28169
28170
28171 \end_layout
28172
28173 \begin_layout Standard
28174 There is sometimes not enough space in multiline formulas between the lines:
28175 \begin_inset Formula \begin{eqnarray*}
28176 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}\\
28177 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
28178 \end{eqnarray*}
28179
28180 \end_inset
28181
28182
28183 \end_layout
28184
28185 \begin_layout Standard
28186 In LaTeX additional line space is specified as optional argument of the
28187  new line command.
28188  This is not yet possible in LyX
28189 \begin_inset Foot
28190 status collapsed
28191
28192 \begin_layout Plain Layout
28193 see 
28194 \begin_inset CommandInset href
28195 LatexCommand href
28196 name "LyX-bug #1505"
28197 target "http://www.lyx.org/trac/ticket/1505"
28198
28199 \end_inset
28200
28201
28202 \end_layout
28203
28204 \end_inset
28205
28206 , therefore the whole formula must be inserted in TeX-mode.
28207  To add in our example space, the command 
28208 \series bold
28209
28210 \backslash
28211
28212 \backslash
28213 [3mm]
28214 \series default
28215  is inserted at the end of the first line.
28216  One gets: 
28217 \begin_inset ERT
28218 status collapsed
28219
28220 \begin_layout Plain Layout
28221
28222
28223 \backslash
28224 begin{eqnarray*}
28225 \end_layout
28226
28227 \begin_layout Plain Layout
28228
28229 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28230  = & 
28231 \backslash
28232 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28233 \backslash
28234
28235 \backslash
28236 [3mm]
28237 \end_layout
28238
28239 \begin_layout Plain Layout
28240
28241 4x^{2}
28242 \backslash
28243 left(B^{2}+x_{0}^{2}
28244 \backslash
28245 right)+4x_{0}x
28246 \backslash
28247 left(D-B^{2}
28248 \backslash
28249 right)+B^{2}
28250 \backslash
28251 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28252 \backslash
28253 right) & = & 0
28254 \end_layout
28255
28256 \begin_layout Plain Layout
28257
28258
28259 \backslash
28260 end{eqnarray*}
28261 \end_layout
28262
28263 \end_inset
28264
28265
28266 \end_layout
28267
28268 \begin_layout Standard
28269 \begin_inset VSpace bigskip
28270 \end_inset
28271
28272 To set the line separation for all lines in a formula, the length 
28273 \series bold
28274
28275 \backslash
28276 jot
28277 \series default
28278
28279 \begin_inset Index idx
28280 status collapsed
28281
28282 \begin_layout Plain Layout
28283 Commands ! J ! 
28284 \backslash
28285 jot
28286 \end_layout
28287
28288 \end_inset
28289
28290  is changed.
28291  The definition is: 
28292 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
28293 \end_inset
28294
28295 .
28296  Predefined for 
28297 \series bold
28298
28299 \backslash
28300 jot
28301 \series default
28302  is the value 3
28303 \begin_inset space \thinspace{}
28304 \end_inset
28305
28306 pt.
28307  To create 3
28308 \begin_inset space \thinspace{}
28309 \end_inset
28310
28311 mm additional line separation as in the previous example, the command
28312 \end_layout
28313
28314 \begin_layout Standard
28315
28316 \series bold
28317
28318 \backslash
28319 setlength{
28320 \backslash
28321 jot}{3mm+3pt}
28322 \end_layout
28323
28324 \begin_layout Standard
28325 is inserted in TeX-mode before the formula.
28326  This requires that the LaTeX-package 
28327 \series bold
28328 calc
28329 \series default
28330
28331 \begin_inset Foot
28332 status collapsed
28333
28334 \begin_layout Plain Layout
28335
28336 \series bold
28337 calc
28338 \series default
28339  is part of every LaTeX standard installation.
28340 \end_layout
28341
28342 \end_inset
28343
28344
28345 \begin_inset Index idx
28346 status collapsed
28347
28348 \begin_layout Plain Layout
28349 Packages ! calc
28350 \end_layout
28351
28352 \end_inset
28353
28354  was loaded in LaTeX-preamble with the line
28355 \end_layout
28356
28357 \begin_layout Standard
28358
28359 \series bold
28360
28361 \backslash
28362 usepackage{calc}
28363 \end_layout
28364
28365 \begin_layout Standard
28366 One gets: 
28367 \begin_inset ERT
28368 status collapsed
28369
28370 \begin_layout Plain Layout
28371
28372
28373 \backslash
28374 setlength{
28375 \backslash
28376 jot}{3mm+3pt}
28377 \end_layout
28378
28379 \end_inset
28380
28381
28382 \begin_inset Formula \begin{eqnarray*}
28383 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}\\
28384 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
28385 \end{eqnarray*}
28386
28387 \end_inset
28388
28389
28390 \end_layout
28391
28392 \begin_layout Standard
28393 \begin_inset ERT
28394 status collapsed
28395
28396 \begin_layout Plain Layout
28397
28398
28399 \backslash
28400 setlength{
28401 \backslash
28402 jot}{3pt}
28403 \end_layout
28404
28405 \end_inset
28406
28407  To get back to the predefined distance, 
28408 \series bold
28409
28410 \backslash
28411 jot
28412 \series default
28413  is set to the value 3
28414 \begin_inset space \thinspace{}
28415 \end_inset
28416
28417 pt.
28418 \end_layout
28419
28420 \begin_layout Subsubsection
28421 Column Separation
28422 \begin_inset CommandInset label
28423 LatexCommand label
28424 name "sub:Column-Separation"
28425
28426 \end_inset
28427
28428
28429 \begin_inset Index idx
28430 status collapsed
28431
28432 \begin_layout Plain Layout
28433 Formula ! multiline ! Column separation
28434 \end_layout
28435
28436 \end_inset
28437
28438
28439 \end_layout
28440
28441 \begin_layout Standard
28442 Multiline formulas form a matrix.
28443  A formula in the eqnarray environment is for example a matrix with three
28444  columns.
28445  By changing the column separation in this environment, the space beside
28446  the relation sign can be changed.
28447 \end_layout
28448
28449 \begin_layout Standard
28450 The column separation is specified with the length 
28451 \series bold
28452
28453 \backslash
28454 arraycolsep
28455 \series default
28456
28457 \begin_inset Index idx
28458 status collapsed
28459
28460 \begin_layout Plain Layout
28461 Commands ! A ! 
28462 \backslash
28463 arraycolsep
28464 \end_layout
28465
28466 \end_inset
28467
28468  according to:
28469 \begin_inset Newline newline
28470 \end_inset
28471
28472 column separation = 2
28473 \begin_inset space \thinspace{}
28474 \end_inset
28475
28476
28477 \series bold
28478
28479 \backslash
28480 arraycolsep
28481 \series default
28482
28483 \begin_inset Newline newline
28484 \end_inset
28485
28486 Thus, the command
28487 \end_layout
28488
28489 \begin_layout Standard
28490
28491 \series bold
28492
28493 \backslash
28494 setlength{
28495 \backslash
28496 arraycolsep}{1cm}
28497 \end_layout
28498
28499 \begin_layout Standard
28500 inserted in TeX-mode, sets for all following formulas a column separation
28501  of 2
28502 \begin_inset space \thinspace{}
28503 \end_inset
28504
28505 cm.
28506  To get back to the predefined distance, 
28507 \series bold
28508
28509 \backslash
28510 arraycolsep
28511 \series default
28512  is set to 5
28513 \begin_inset space \thinspace{}
28514 \end_inset
28515
28516 pt.
28517 \end_layout
28518
28519 \begin_layout Standard
28520 A formula with 2
28521 \begin_inset space \thinspace{}
28522 \end_inset
28523
28524 cm column separation:
28525 \begin_inset ERT
28526 status collapsed
28527
28528 \begin_layout Plain Layout
28529
28530
28531 \backslash
28532 setlength{
28533 \backslash
28534 arraycolsep}{1cm}
28535 \end_layout
28536
28537 \end_inset
28538
28539
28540 \begin_inset Formula \begin{eqnarray*}
28541 A & = & B\\
28542 C & \ne & A
28543 \end{eqnarray*}
28544
28545 \end_inset
28546
28547 A formula with the predefined column separation for matrices of 10
28548 \begin_inset space \thinspace{}
28549 \end_inset
28550
28551 pt:
28552 \begin_inset ERT
28553 status collapsed
28554
28555 \begin_layout Plain Layout
28556
28557
28558 \backslash
28559 setlength{
28560 \backslash
28561 arraycolsep}{5pt}
28562 \end_layout
28563
28564 \end_inset
28565
28566
28567 \begin_inset Formula \begin{eqnarray*}
28568 A & = & B\\
28569 C & \ne & A
28570 \end{eqnarray*}
28571
28572 \end_inset
28573
28574
28575 \end_layout
28576
28577 \begin_layout Subsubsection
28578 Long Formulas
28579 \begin_inset Index idx
28580 status collapsed
28581
28582 \begin_layout Plain Layout
28583 Formula ! long
28584 \end_layout
28585
28586 \end_inset
28587
28588
28589 \end_layout
28590
28591 \begin_layout Standard
28592 Long formulas can be typeset using these methods:
28593 \end_layout
28594
28595 \begin_layout Itemize
28596 When one side of the equation is much shorther than the line width, this
28597  one is chosen for the left side and the right side is typeset over two
28598  lines:
28599 \begin_inset Formula \begin{eqnarray}
28600 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 \\
28601  &  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}\label{eq:shortlong}
28602 \end{eqnarray}
28603
28604 \end_inset
28605
28606 The minus sign at the beginning of the second line does normally not appear
28607  as operator because it is the first character of the line.
28608  Thus it would not be surrounded by space and could not be distinguished
28609  from the fraction bar.
28610  To avoid this, 3
28611 \begin_inset space \thinspace{}
28612 \end_inset
28613
28614 pt space was inserted behind the minus sign with the command 
28615 \series bold
28616
28617 \backslash
28618 hspace
28619 \series default
28620 .
28621 \begin_inset Foot
28622 status collapsed
28623
28624 \begin_layout Plain Layout
28625 more about 
28626 \series bold
28627
28628 \backslash
28629 hspace
28630 \series default
28631  see 
28632 \begin_inset CommandInset ref
28633 LatexCommand ref
28634 reference "sub:Variable-Space"
28635
28636 \end_inset
28637
28638
28639 \end_layout
28640
28641 \end_inset
28642
28643
28644 \begin_inset Index idx
28645 status collapsed
28646
28647 \begin_layout Plain Layout
28648 Commands ! H ! 
28649 \backslash
28650 hspace
28651 \end_layout
28652
28653 \end_inset
28654
28655
28656 \end_layout
28657
28658 \begin_layout Itemize
28659 When both sides of the equation are too long, the command 
28660 \series bold
28661
28662 \backslash
28663 lefteqn
28664 \series default
28665
28666 \begin_inset Index idx
28667 status collapsed
28668
28669 \begin_layout Plain Layout
28670 Commands ! L ! 
28671 \backslash
28672 lefteqn
28673 \end_layout
28674
28675 \end_inset
28676
28677  is used.
28678  It is inserted to the first column of the first line and effects that all
28679  further insertions overwrite the following columns:
28680 \begin_inset Formula \begin{eqnarray}
28681 \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 \\
28682  &  & -\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 \\
28683  &  & =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}
28684 \end{eqnarray}
28685
28686 \end_inset
28687
28688 After the insertion of 
28689 \series bold
28690
28691 \backslash
28692 lefteqn
28693 \series default
28694 , the cursor is in a purple box that is a bit shifted to the left from the
28695  blue one.
28696  In this the formula is inserted.
28697 \begin_inset Newline newline
28698 \end_inset
28699
28700 The content of the further lines is inserted to the second or another formula
28701  column.
28702  The greater the column number where it was inserted, the larger the indentation.
28703 \begin_inset VSpace medskip
28704 \end_inset
28705
28706
28707 \begin_inset Newline newline
28708 \end_inset
28709
28710
28711 \begin_inset Note Greyedout
28712 status open
28713
28714 \begin_layout Plain Layout
28715 Note the following when using 
28716 \series bold
28717
28718 \backslash
28719 lefteqn
28720 \series default
28721 :
28722 \end_layout
28723
28724 \begin_layout Itemize
28725 The formula doesn't use the full page width.
28726  When e.
28727 \begin_inset space \thinspace{}
28728 \end_inset
28729
28730 g.
28731 \begin_inset space \space{}
28732 \end_inset
28733
28734 the term 
28735 \begin_inset Formula $-B^{2}$
28736 \end_inset
28737
28738  is added to the first line in the above example, it would have been outside
28739  the page margin.
28740  To better use the width, negative space can be inserted at the beginning
28741  of the first line.
28742 \end_layout
28743
28744 \begin_layout Itemize
28745 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28746  line.
28747 \begin_inset Foot
28748 status collapsed
28749
28750 \begin_layout Plain Layout
28751 \begin_inset CommandInset href
28752 LatexCommand href
28753 name "LyX-bug #1429"
28754 target "http://www.lyx.org/trac/ticket/1429"
28755
28756 \end_inset
28757
28758
28759 \end_layout
28760
28761 \end_inset
28762
28763  One can only set the cursor at the beginning of the line and move it with
28764  the arrow keys.
28765 \end_layout
28766
28767 \end_inset
28768
28769
28770 \end_layout
28771
28772 \begin_layout Itemize
28773 Other methods to set long formulas are offered by the environments described
28774  in 
28775 \begin_inset CommandInset ref
28776 LatexCommand ref
28777 reference "sub:Multline-Environment"
28778
28779 \end_inset
28780
28781  and 
28782 \begin_inset CommandInset ref
28783 LatexCommand ref
28784 reference "sub:Multiline-Formula-Parts"
28785
28786 \end_inset
28787
28788 .
28789 \end_layout
28790
28791 \begin_layout Subsubsection
28792 Multiline Brackets
28793 \begin_inset CommandInset label
28794 LatexCommand label
28795 name "sub:Multiline-Brackets"
28796
28797 \end_inset
28798
28799
28800 \begin_inset Index idx
28801 status collapsed
28802
28803 \begin_layout Plain Layout
28804 Brackets ! for multiline expressions
28805 \end_layout
28806
28807 \end_inset
28808
28809
28810 \end_layout
28811
28812 \begin_layout Standard
28813 For brackets spanning multiple lines the following problem occurs:
28814 \begin_inset Formula \begin{eqnarray*}
28815 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28816  &  & \left.\cdots+B-D\right]
28817 \end{eqnarray*}
28818
28819 \end_inset
28820
28821
28822 \end_layout
28823
28824 \begin_layout Standard
28825 The closing bracket is smaller than the opening bracket because brackets
28826  with variable size may not span multiple lines.
28827 \end_layout
28828
28829 \begin_layout Standard
28830 To set the bracket size for the second line correctly, the first line is
28831  ended with 
28832 \series bold
28833
28834 \backslash
28835 right.
28836 \series default
28837
28838 \begin_inset Index idx
28839 status collapsed
28840
28841 \begin_layout Plain Layout
28842 Commands ! R ! 
28843 \backslash
28844 right
28845 \end_layout
28846
28847 \end_inset
28848
28849  and the second line with 
28850 \series bold
28851
28852 \backslash
28853 left.
28854 \begin_inset Foot
28855 status collapsed
28856
28857 \begin_layout Plain Layout
28858 for more about 
28859 \series bold
28860
28861 \backslash
28862 left
28863 \series default
28864  and 
28865 \series bold
28866
28867 \backslash
28868 right
28869 \series default
28870  see 
28871 \begin_inset CommandInset ref
28872 LatexCommand ref
28873 reference "sub:Automatic-Bracket-Size"
28874
28875 \end_inset
28876
28877
28878 \end_layout
28879
28880 \end_inset
28881
28882
28883 \series default
28884
28885 \begin_inset Index idx
28886 status collapsed
28887
28888 \begin_layout Plain Layout
28889 Commands ! L ! 
28890 \backslash
28891 left
28892 \end_layout
28893
28894 \end_inset
28895
28896 .
28897  After 
28898 \series bold
28899
28900 \backslash
28901 left.
28902
28903 \series default
28904  the command 
28905 \series bold
28906
28907 \backslash
28908 vphantom
28909 \series default
28910
28911 \begin_inset ERT
28912 status collapsed
28913
28914 \begin_layout Plain Layout
28915
28916
28917 \backslash
28918 spce 
28919 \end_layout
28920
28921 \end_inset
28922
28923
28924 \series bold
28925
28926 \backslash
28927 prod
28928 \series default
28929 ^
28930 \begin_inset ERT
28931 status collapsed
28932
28933 \begin_layout Plain Layout
28934
28935
28936 \backslash
28937 spce 
28938 \end_layout
28939
28940 \end_inset
28941
28942
28943 \series bold
28944
28945 \backslash
28946 infty
28947 \series default
28948
28949 \begin_inset ERT
28950 status collapsed
28951
28952 \begin_layout Plain Layout
28953
28954
28955 \backslash
28956 spce 
28957 \end_layout
28958
28959 \end_inset
28960
28961
28962 \series bold
28963
28964 \begin_inset Formula $\downarrow$
28965 \end_inset
28966
28967 _R=1}
28968 \series default
28969
28970 \begin_inset Index idx
28971 status collapsed
28972
28973 \begin_layout Plain Layout
28974 Commands ! V ! 
28975 \backslash
28976 vphantom
28977 \end_layout
28978
28979 \end_inset
28980
28981  is inserted, because the multiplication operator with its limits is the
28982  largest symbol in the first line and this should be the size for the bracket
28983  in the second line.
28984 \end_layout
28985
28986 \begin_layout Standard
28987 The result is this:
28988 \begin_inset Formula \begin{eqnarray*}
28989 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28990  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28991 \end{eqnarray*}
28992
28993 \end_inset
28994
28995
28996 \end_layout
28997
28998 \begin_layout Subsection
28999 Align Environments
29000 \end_layout
29001
29002 \begin_layout Standard
29003 Align environments can be used for every kind of multiline formulas.
29004  They are specially useful to set several formulas side by side.
29005 \end_layout
29006
29007 \begin_layout Standard
29008 Align environments consist of columns.
29009  The odd columns are right aligned, the even ones left aligned.
29010  Every line in an Align environment can be numbered.
29011 \end_layout
29012
29013 \begin_layout Standard
29014 Align environments are created via the menu 
29015 \family sans
29016 Insert\SpecialChar \menuseparator
29017 Math
29018 \family default
29019 .
29020  With the menu 
29021 \family sans
29022 Edit\SpecialChar \menuseparator
29023 Math\SpecialChar \menuseparator
29024 Change Formula Type
29025 \family default
29026  already existing formulas can be converted to Align environments.
29027 \end_layout
29028
29029 \begin_layout Standard
29030 To add or delete columns, the math toolbar buttons 
29031 \begin_inset Graphics
29032         filename ../images/tabular-feature_append-column.png
29033         scale 85
29034
29035 \end_inset
29036
29037  or 
29038 \begin_inset Graphics
29039         filename ../images/tabular-feature_delete-column.png
29040         scale 85
29041
29042 \end_inset
29043
29044 , respectively, or the menu 
29045 \family sans
29046 Edit\SpecialChar \menuseparator
29047 Rows & Columns
29048 \family default
29049  can be used.
29050 \end_layout
29051
29052 \begin_layout Subsubsection
29053 Standard align Environment
29054 \begin_inset CommandInset label
29055 LatexCommand label
29056 name "sub:Standard-align-Environment"
29057
29058 \end_inset
29059
29060
29061 \begin_inset Index idx
29062 status collapsed
29063
29064 \begin_layout Plain Layout
29065 Formula ! multiline ! align environment
29066 \end_layout
29067
29068 \end_inset
29069
29070
29071 \end_layout
29072
29073 \begin_layout Standard
29074 This Align environment is created by presssing 
29075 \begin_inset Info
29076 type  "shortcut"
29077 arg   "newline-insert newline"
29078 \end_inset
29079
29080  in a formula or by the menu 
29081 \family sans
29082 Insert\SpecialChar \menuseparator
29083 Math\SpecialChar \menuseparator
29084 AMS align Environment
29085 \family default
29086 .
29087 \end_layout
29088
29089 \begin_layout Standard
29090 An example for two formulas set side by side, that are created with a four
29091  column align environment:
29092 \begin_inset Formula \begin{align*}
29093 A & =\sin(B) & C & =D\\
29094 C & \ne A & B & \ne D
29095 \end{align*}
29096
29097 \end_inset
29098
29099 As it can be seen, the formulas in this environment are placed so as if
29100  there would be a 
29101 \series bold
29102
29103 \backslash
29104 hfill
29105 \begin_inset Foot
29106 status collapsed
29107
29108 \begin_layout Plain Layout
29109 more about 
29110 \series bold
29111
29112 \backslash
29113 hfill
29114 \series default
29115  see 
29116 \begin_inset CommandInset ref
29117 LatexCommand ref
29118 reference "sub:Variable-Space"
29119
29120 \end_inset
29121
29122
29123 \end_layout
29124
29125 \end_inset
29126
29127
29128 \series default
29129  before the first and after every even column.
29130  When the formula style 
29131 \series bold
29132 Indented
29133 \begin_inset Foot
29134 status collapsed
29135
29136 \begin_layout Plain Layout
29137 formula styles see 
29138 \begin_inset CommandInset ref
29139 LatexCommand ref
29140 reference "sec:Formula-Styles"
29141
29142 \end_inset
29143
29144
29145 \end_layout
29146
29147 \end_inset
29148
29149
29150 \series default
29151  is used, the formula is set without the 
29152 \series bold
29153
29154 \backslash
29155 hfill
29156 \series default
29157  before the first column.
29158 \end_layout
29159
29160 \begin_layout Subsubsection
29161 Alignat Environment
29162 \begin_inset Index idx
29163 status collapsed
29164
29165 \begin_layout Plain Layout
29166 Formula ! multiline ! alignat environment
29167 \end_layout
29168
29169 \end_inset
29170
29171
29172 \end_layout
29173
29174 \begin_layout Standard
29175 The alignat environment has no predefined column separation.
29176  It can be inserted manually with the spaces that are described 
29177 \begin_inset CommandInset ref
29178 LatexCommand ref
29179 reference "sub:Space"
29180
29181 \end_inset
29182
29183 .
29184 \end_layout
29185
29186 \begin_layout Standard
29187 The above example in the alignat environment where 1
29188 \begin_inset space \thinspace{}
29189 \end_inset
29190
29191 cm space was inserted at the beginning of the second formula:
29192 \begin_inset Formula \begin{alignat*}{2}
29193 A & =\sin(B) & \hspace{1cm}C & =D\\
29194 C & \ne A & B & \ne D
29195 \end{alignat*}
29196
29197 \end_inset
29198
29199 Because the column separation can be set separately for every column, this
29200  environment is especially suitable to set three and more formulas side
29201  by side.
29202 \end_layout
29203
29204 \begin_layout Subsubsection
29205 Flalign Environment
29206 \begin_inset CommandInset label
29207 LatexCommand label
29208 name "sub:Flalign-Environment"
29209
29210 \end_inset
29211
29212
29213 \begin_inset Index idx
29214 status collapsed
29215
29216 \begin_layout Plain Layout
29217 Formula ! multiline ! flalign environment
29218 \end_layout
29219
29220 \end_inset
29221
29222
29223 \end_layout
29224
29225 \begin_layout Standard
29226 In this environment the first two columns are always set as much as possible
29227  to the left and the last two ones to the right.
29228  An example:
29229 \begin_inset Formula \begin{flalign*}
29230 A & =1 & B & =2 & C & =3\\
29231 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29232 \end{flalign*}
29233
29234 \end_inset
29235
29236
29237 \end_layout
29238
29239 \begin_layout Standard
29240 By creating a flalign environment with an odd number of columns where an
29241  empty TeX-brace is inserted to the last column, several formulas in a document
29242  can be set to the left, although the formula style 
29243 \series bold
29244 Centered
29245 \series default
29246  is used.
29247  As example the indented formula 
29248 \begin_inset CommandInset ref
29249 LatexCommand eqref
29250 reference "eq:VolInt"
29251
29252 \end_inset
29253
29254 :
29255 \begin_inset Formula \begin{flalign}
29256 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29257 \end{flalign}
29258
29259 \end_inset
29260
29261 The first two columns contain the formula.
29262  To indent it as with the formula style 
29263 \series bold
29264 Indented
29265 \series default
29266 , 30
29267 \begin_inset space \thinspace{}
29268 \end_inset
29269
29270 pt space was inserted at the beginning of the first column.
29271 \end_layout
29272
29273 \begin_layout Subsection
29274 Eqnarray Environment
29275 \begin_inset CommandInset label
29276 LatexCommand label
29277 name "sub:Eqnarray-Environment"
29278
29279 \end_inset
29280
29281
29282 \begin_inset Index idx
29283 status collapsed
29284
29285 \begin_layout Plain Layout
29286 Formula ! multiline ! eqnarray environment
29287 \end_layout
29288
29289 \end_inset
29290
29291
29292 \end_layout
29293
29294 \begin_layout Standard
29295 When this environment has been created, three blue boxes appear.
29296  The content of the first box is right aligned, the content of the last
29297  one left aligned.
29298  The content of the middle box appears centered and a bit smaller, because
29299  it is designed to insert there only relation characters.
29300 \begin_inset Formula \begin{eqnarray*}
29301 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29302 AB & AB & AB\\
29303 A & = & A
29304 \end{eqnarray*}
29305
29306 \end_inset
29307
29308
29309 \end_layout
29310
29311 \begin_layout Subsection
29312 Gather Environment
29313 \begin_inset Index idx
29314 status collapsed
29315
29316 \begin_layout Plain Layout
29317 Formula ! multiline ! gather environment
29318 \end_layout
29319
29320 \end_inset
29321
29322
29323 \end_layout
29324
29325 \begin_layout Standard
29326 This environment consists of only one centered column.
29327  Every line can be numbered.
29328 \begin_inset Formula \begin{gather}
29329 A=1\\
29330 X=\textrm{-}1
29331 \end{gather}
29332
29333 \end_inset
29334
29335
29336 \end_layout
29337
29338 \begin_layout Subsection
29339 Multline Environment
29340 \begin_inset CommandInset label
29341 LatexCommand label
29342 name "sub:Multline-Environment"
29343
29344 \end_inset
29345
29346
29347 \begin_inset Index idx
29348 status collapsed
29349
29350 \begin_layout Plain Layout
29351 Formula ! multiline ! multline environment
29352 \end_layout
29353
29354 \end_inset
29355
29356
29357 \end_layout
29358
29359 \begin_layout Standard
29360 The multline environment consists, like the gather environment, of only
29361  one column.
29362  But the first line is left aligned, the last one right aligned.
29363  All other lines are centered.
29364  Therefore this environment is suitable for long formulas.
29365  As example formula 
29366 \begin_inset CommandInset ref
29367 LatexCommand eqref
29368 reference "eq:lefteqn"
29369
29370 \end_inset
29371
29372  in the multline environment:
29373 \begin_inset Formula \begin{multline}
29374 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}\\
29375 -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}\\
29376 =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}}
29377 \end{multline}
29378
29379 \end_inset
29380
29381
29382 \end_layout
29383
29384 \begin_layout Standard
29385 In the output only the last (first) line of a multline environment appears
29386  numbered when the document numbering is right (left).
29387 \begin_inset Foot
29388 status collapsed
29389
29390 \begin_layout Plain Layout
29391 numbering styles see 
29392 \begin_inset CommandInset ref
29393 LatexCommand ref
29394 reference "sec:Formula-Styles"
29395
29396 \end_inset
29397
29398
29399 \end_layout
29400
29401 \end_inset
29402
29403
29404 \end_layout
29405
29406 \begin_layout Standard
29407 With the commands 
29408 \series bold
29409
29410 \backslash
29411 shoveright
29412 \series default
29413
29414 \begin_inset Index idx
29415 status collapsed
29416
29417 \begin_layout Plain Layout
29418 Commands ! S ! 
29419 \backslash
29420 shoveright
29421 \end_layout
29422
29423 \end_inset
29424
29425  and 
29426 \series bold
29427
29428 \backslash
29429 shoveleft
29430 \series default
29431
29432 \begin_inset Index idx
29433 status collapsed
29434
29435 \begin_layout Plain Layout
29436 Commands ! S ! 
29437 \backslash
29438 shoveleft
29439 \end_layout
29440
29441 \end_inset
29442
29443  a centered line can be right or left aligned, respectively.
29444  The commands are used as follows:
29445 \end_layout
29446
29447 \begin_layout Standard
29448
29449 \series bold
29450
29451 \backslash
29452 shoveright{line content}
29453 \series default
29454  and 
29455 \series bold
29456
29457 \backslash
29458 shoveleft{line content}
29459 \end_layout
29460
29461 \begin_layout Standard
29462 \begin_inset VSpace medskip
29463 \end_inset
29464
29465 The length 
29466 \series bold
29467
29468 \backslash
29469 multlinegap
29470 \series default
29471
29472 \begin_inset Index idx
29473 status collapsed
29474
29475 \begin_layout Plain Layout
29476 Commands ! M ! 
29477 \backslash
29478 multlinegap
29479 \end_layout
29480
29481 \end_inset
29482
29483  specifies the distance of the first line from the left page margin.
29484  Predefined is the length 0
29485 \begin_inset space \thinspace{}
29486 \end_inset
29487
29488 pt.
29489 \end_layout
29490
29491 \begin_layout Standard
29492 As example the above formula where the command
29493 \end_layout
29494
29495 \begin_layout Standard
29496
29497 \series bold
29498
29499 \backslash
29500 setlength{
29501 \backslash
29502 multlinegap}{2cm}
29503 \end_layout
29504
29505 \begin_layout Standard
29506 was inserted in TeX-mode before:
29507 \begin_inset ERT
29508 status collapsed
29509
29510 \begin_layout Plain Layout
29511
29512
29513 \backslash
29514 setlength{
29515 \backslash
29516 multlinegap}{2cm}
29517 \end_layout
29518
29519 \end_inset
29520
29521
29522 \begin_inset Formula \begin{multline}
29523 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}\\
29524 \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}}\\
29525 =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}}
29526 \end{multline}
29527
29528 \end_inset
29529
29530
29531 \begin_inset ERT
29532 status collapsed
29533
29534 \begin_layout Plain Layout
29535
29536
29537 \backslash
29538 setlength{
29539 \backslash
29540 multlinegap}{0pt}
29541 \end_layout
29542
29543 \end_inset
29544
29545 The second line was left aligned using 
29546 \series bold
29547
29548 \backslash
29549 shoveleft
29550 \series default
29551 .
29552 \end_layout
29553
29554 \begin_layout Subsection
29555 Multiline Formula Parts
29556 \begin_inset CommandInset label
29557 LatexCommand label
29558 name "sub:Multiline-Formula-Parts"
29559
29560 \end_inset
29561
29562
29563 \begin_inset Index idx
29564 status collapsed
29565
29566 \begin_layout Plain Layout
29567 Formula ! multiline ! formula parts
29568 \end_layout
29569
29570 \end_inset
29571
29572
29573 \end_layout
29574
29575 \begin_layout Standard
29576 To display only parts of a formula with multiple lines, one of the following
29577  environments are used: 
29578 \series bold
29579 aligned
29580 \series default
29581
29582 \series bold
29583 alignedat
29584 \series default
29585
29586 \series bold
29587 gathered
29588 \series default
29589  or 
29590 \series bold
29591 split
29592 \series default
29593 .
29594  They can be inserted via the menu 
29595 \family sans
29596 Insert\SpecialChar \menuseparator
29597 Math
29598 \family default
29599  or by using the commands described in this section.
29600 \end_layout
29601
29602 \begin_layout Standard
29603 The first three have the same properties as the corresponding multiline
29604  formula environments, but it is possible to set further formula parts beside
29605  them.
29606  An example:
29607 \begin_inset Formula \[
29608 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29609 \Delta E\Delta t & \ge\frac{\hbar}{2}
29610 \end{aligned}
29611 \right\} \textrm{Uncertainty relations}
29612 \]
29613
29614 \end_inset
29615
29616
29617 \end_layout
29618
29619 \begin_layout Standard
29620 To get this formula, a displayed formula is created where the command 
29621 \series bold
29622
29623 \backslash
29624 aligned
29625 \series default
29626
29627 \begin_inset Index idx
29628 status collapsed
29629
29630 \begin_layout Plain Layout
29631 Commands ! A ! 
29632 \backslash
29633 aligned
29634 \end_layout
29635
29636 \end_inset
29637
29638  is inserted.
29639  A purple box appears around the blue formula box where now columns and
29640  lines can be added.
29641  Outside the multiline environment other formula parts can be set, like
29642  the brace.
29643 \end_layout
29644
29645 \begin_layout Standard
29646 The aligned environment is also suitable for long formulas whose lines are
29647  horizontally aligned.
29648  Using aligned in a displayed formula has the advantage that the formula
29649  number is vertically centered behind the lines.
29650  As example formula 
29651 \begin_inset CommandInset ref
29652 LatexCommand eqref
29653 reference "eq:shortlong"
29654
29655 \end_inset
29656
29657  in the aligned environment:
29658 \begin_inset Formula \begin{equation}
29659 \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}|}\\
29660  & -\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}|}
29661 \end{aligned}
29662 \end{equation}
29663
29664 \end_inset
29665
29666
29667 \end_layout
29668
29669 \begin_layout Standard
29670 To use the environments 
29671 \series bold
29672 alignedat
29673 \series default
29674
29675 \series bold
29676 gathered
29677 \series default
29678 , or 
29679 \series bold
29680 split
29681 \series default
29682 , the command 
29683 \series bold
29684
29685 \backslash
29686 alignedat
29687 \series default
29688 ,
29689 \begin_inset Index idx
29690 status collapsed
29691
29692 \begin_layout Plain Layout
29693 Commands ! A ! 
29694 \backslash
29695 alignedat
29696 \end_layout
29697
29698 \end_inset
29699
29700  
29701 \series bold
29702
29703 \backslash
29704 gathered
29705 \series default
29706
29707 \begin_inset Index idx
29708 status collapsed
29709
29710 \begin_layout Plain Layout
29711 Commands ! G ! 
29712 \backslash
29713 gathered
29714 \end_layout
29715
29716 \end_inset
29717
29718 , or 
29719 \series bold
29720
29721 \backslash
29722 split
29723 \series default
29724
29725 \begin_inset Index idx
29726 status collapsed
29727
29728 \begin_layout Plain Layout
29729 Commands ! S ! 
29730 \backslash
29731 split
29732 \end_layout
29733
29734 \end_inset
29735
29736  are inserted, respectively.
29737  The split environment has the same properties as the aligned environment
29738  but it can only have two columns.
29739 \end_layout
29740
29741 \begin_layout Subsection
29742 Text in multiline Formulas
29743 \begin_inset CommandInset label
29744 LatexCommand label
29745 name "sub:Text-in-multiline"
29746
29747 \end_inset
29748
29749
29750 \begin_inset Index idx
29751 status collapsed
29752
29753 \begin_layout Plain Layout
29754 Text ! in formulas
29755 \end_layout
29756
29757 \end_inset
29758
29759
29760 \begin_inset Index idx
29761 status collapsed
29762
29763 \begin_layout Plain Layout
29764 Formula ! multiline ! text
29765 \end_layout
29766
29767 \end_inset
29768
29769
29770 \end_layout
29771
29772 \begin_layout Standard
29773 In the Align environments, and the multline and gather environment, text
29774  can be inserted that will appear in a separate line and doesn't affect
29775  the column alignment.
29776  To do this, the command 
29777 \series bold
29778
29779 \backslash
29780 intertext
29781 \series default
29782
29783 \begin_inset Index idx
29784 status collapsed
29785
29786 \begin_layout Plain Layout
29787 Commands ! I ! 
29788 \backslash
29789 intertext
29790 \end_layout
29791
29792 \end_inset
29793
29794  is used in the following scheme:
29795 \end_layout
29796
29797 \begin_layout Standard
29798
29799 \series bold
29800
29801 \backslash
29802 intertext{text}
29803 \end_layout
29804
29805 \begin_layout Standard
29806 The text should not be longer than a line because it cannot be hyphenated.
29807  As LyX doesn't yet support 
29808 \series bold
29809
29810 \backslash
29811 intertext
29812 \series default
29813  directly, the text is written as mathematical text.
29814  
29815 \series bold
29816
29817 \backslash
29818 intertext
29819 \series default
29820  must hereby be at the beginning of a line and appears in the output above
29821  this line.
29822  An example where the text was inserted at the beginning of the second line:
29823 \begin_inset Formula \begin{align}
29824 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29825 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29826 \end{align}
29827
29828 \end_inset
29829
29830
29831 \end_layout
29832
29833 \begin_layout Section
29834 Formula Numbering
29835 \begin_inset Index idx
29836 status collapsed
29837
29838 \begin_layout Plain Layout
29839 Formula numbering
29840 \end_layout
29841
29842 \end_inset
29843
29844
29845 \begin_inset Index idx
29846 status collapsed
29847
29848 \begin_layout Plain Layout
29849 Formula ! numbering|see
29850 \begin_inset ERT
29851 status collapsed
29852
29853 \begin_layout Plain Layout
29854
29855 {
29856 \end_layout
29857
29858 \end_inset
29859
29860 Formula numbering
29861 \begin_inset ERT
29862 status collapsed
29863
29864 \begin_layout Plain Layout
29865
29866 }
29867 \end_layout
29868
29869 \end_inset
29870
29871
29872 \end_layout
29873
29874 \end_inset
29875
29876
29877 \end_layout
29878
29879 \begin_layout Subsection
29880 General
29881 \end_layout
29882
29883 \begin_layout Standard
29884 Numbered formulas can be created with the menu 
29885 \family sans
29886 Insert\SpecialChar \menuseparator
29887 Math\SpecialChar \menuseparator
29888 Numbered
29889 \begin_inset space ~
29890 \end_inset
29891
29892 Formula
29893 \family default
29894  (shortcut 
29895 \family sans
29896 Ctrl+Alt
29897 \begin_inset space ~
29898 \end_inset
29899
29900 N
29901 \family default
29902 ).
29903  Existing formulas can be numbered with the menu 
29904 \family sans
29905 Edit\SpecialChar \menuseparator
29906 Math\SpecialChar \menuseparator
29907 Toggle
29908 \begin_inset space ~
29909 \end_inset
29910
29911 Numbering
29912 \family default
29913  (shortcut 
29914 \begin_inset Info
29915 type  "shortcut"
29916 arg   "math-number-toggle"
29917 \end_inset
29918
29919 ).
29920  The formula number is displayed in LyX behind the formula as number sign
29921  in parentheses.
29922  The number sign is replaced in the output by the formula number.
29923 \end_layout
29924
29925 \begin_layout Standard
29926 When numbering is turned on in multiline formulas, all lines will be numbered.
29927  But the numbering can be controlled with the menu 
29928 \family sans
29929 Edit\SpecialChar \menuseparator
29930 Math\SpecialChar \menuseparator
29931 Toggle
29932 \begin_inset space ~
29933 \end_inset
29934
29935 Numbering
29936 \begin_inset space ~
29937 \end_inset
29938
29939 of
29940 \begin_inset space ~
29941 \end_inset
29942
29943 Line
29944 \family default
29945  (shortcut
29946 \begin_inset Info
29947 type  "shortcut"
29948 arg   "math-number-line-toggle"
29949 \end_inset
29950
29951 ) for every line.
29952 \end_layout
29953
29954 \begin_layout Standard
29955 Except for inline formulas, all formulas can be numbered with two different
29956  styles, see 
29957 \begin_inset CommandInset ref
29958 LatexCommand ref
29959 reference "sec:Formula-Styles"
29960
29961 \end_inset
29962
29963 .
29964 \end_layout
29965
29966 \begin_layout Subsection
29967 Cross-References
29968 \begin_inset Index idx
29969 status collapsed
29970
29971 \begin_layout Plain Layout
29972 Cross-references ! to formulas
29973 \end_layout
29974
29975 \end_inset
29976
29977
29978 \end_layout
29979
29980 \begin_layout Standard
29981 All labeled formulas can be cross-referenced.
29982  A label is added by the menu 
29983 \family sans
29984 Insert\SpecialChar \menuseparator
29985 Label
29986 \family default
29987  or the toolbar button 
29988 \begin_inset Graphics
29989         filename ../images/label-insert.png
29990         scale 85
29991
29992 \end_inset
29993
29994 .
29995  The cursor must hereby be inside a displayed formula.
29996  A dialog pops up displaying the prefix 
29997 \series bold
29998 eq:
29999 \series default
30000  in a text field.
30001  The label is inserted there behind the prefix.
30002  The predefined prefix means 
30003 \begin_inset Quotes eld
30004 \end_inset
30005
30006 equation
30007 \begin_inset Quotes erd
30008 \end_inset
30009
30010  and makes it easier to find labels in large documents because it marks
30011  it as formula label to divide it from e.
30012 \begin_inset space \thinspace{}
30013 \end_inset
30014
30015 g.
30016 \begin_inset space \space{}
30017 \end_inset
30018
30019 section labels.
30020  To change a label, the menu 
30021 \family sans
30022 Insert\SpecialChar \menuseparator
30023 Label
30024 \family default
30025  is used again.
30026 \end_layout
30027
30028 \begin_layout Standard
30029 The name of the label is displayed in LyX within two parentheses behind
30030  formula.
30031  A formula with a label is always numbered.
30032 \end_layout
30033
30034 \begin_layout Standard
30035 Cross-references are inserted via the menu 
30036 \family sans
30037 Insert\SpecialChar \menuseparator
30038 Cross-Reference
30039 \family default
30040  or with the toolbar button 
30041 \begin_inset Graphics
30042         filename ../images/dialog-show-new-inset_ref.png
30043         scale 85
30044
30045 \end_inset
30046
30047 .
30048  A formula cross-reference appears in the output as formula number.
30049  When in the cross-reference dialog window the format 
30050 \series bold
30051 (<reference>)
30052 \series default
30053  is chosen, the cross-reference appears in the output as formula number
30054  in parentheses.
30055 \begin_inset Newline newline
30056 \end_inset
30057
30058 By right-clicking on a cross-reference in LyX, one jumps to the formula
30059  that is referenced.
30060 \end_layout
30061
30062 \begin_layout Standard
30063 Here are as examples cross-references to formulas of the following subsections:
30064 \begin_inset Note Note
30065 status open
30066
30067 \begin_layout Plain Layout
30068 Note the different cross-reference types.
30069 \end_layout
30070
30071 \end_inset
30072
30073
30074 \end_layout
30075
30076 \begin_layout Standard
30077 The equations 
30078 \begin_inset CommandInset ref
30079 LatexCommand eqref
30080 reference "eq:tag"
30081
30082 \end_inset
30083
30084  and 
30085 \begin_inset CommandInset ref
30086 LatexCommand eqref
30087 reference "eq:c"
30088
30089 \end_inset
30090
30091  are equivalent.
30092  In (
30093 \begin_inset CommandInset ref
30094 LatexCommand ref
30095 reference "eq:Lat"
30096
30097 \end_inset
30098
30099 ) big Latin letters are used for the numbering in contrary to (
30100 \begin_inset CommandInset ref
30101 LatexCommand ref
30102 reference "eq:Rom"
30103
30104 \end_inset
30105
30106 ).
30107 \end_layout
30108
30109 \begin_layout Standard
30110 \begin_inset VSpace medskip
30111 \end_inset
30112
30113 When the argument of 
30114 \series bold
30115
30116 \backslash
30117 tag
30118 \begin_inset Foot
30119 status collapsed
30120
30121 \begin_layout Plain Layout
30122
30123 \series bold
30124
30125 \backslash
30126 tag
30127 \series default
30128  is described in 
30129 \begin_inset CommandInset ref
30130 LatexCommand ref
30131 reference "sub:User-defined-Numbering"
30132
30133 \end_inset
30134
30135 .
30136 \end_layout
30137
30138 \end_inset
30139
30140
30141 \series default
30142  contains a box like in 
30143 \begin_inset CommandInset ref
30144 LatexCommand ref
30145 reference "sub:Paragraph-Boxes"
30146
30147 \end_inset
30148
30149 , the formula cannot be referenced.
30150 \end_layout
30151
30152 \begin_layout Subsection
30153 Subnumbering
30154 \begin_inset Index idx
30155 status collapsed
30156
30157 \begin_layout Plain Layout
30158 Formula numbering ! subnumbering
30159 \end_layout
30160
30161 \end_inset
30162
30163
30164 \end_layout
30165
30166 \begin_layout Standard
30167 With the help of the commands 
30168 \series bold
30169
30170 \backslash
30171 begin{subequations}
30172 \series default
30173  and 
30174 \series bold
30175
30176 \backslash
30177 end{subequations}
30178 \series default
30179  formulas can be subnumbered.
30180  Both commands are inserted in TeX-mode.
30181 \end_layout
30182
30183 \begin_layout Standard
30184 An example:
30185 \begin_inset Formula \begin{equation}
30186 A=C-B\label{eq:a}
30187 \end{equation}
30188
30189 \end_inset
30190
30191
30192 \begin_inset ERT
30193 status collapsed
30194
30195 \begin_layout Plain Layout
30196
30197
30198 \backslash
30199 addtocounter{equation}{-1}
30200 \end_layout
30201
30202 \end_inset
30203
30204
30205 \begin_inset ERT
30206 status collapsed
30207
30208 \begin_layout Plain Layout
30209
30210
30211 \backslash
30212 begin{subequations}
30213 \end_layout
30214
30215 \end_inset
30216
30217
30218 \begin_inset VSpace -5mm
30219 \end_inset
30220
30221
30222 \begin_inset Formula \begin{equation}
30223 B=C-A\label{eq:b}
30224 \end{equation}
30225
30226 \end_inset
30227
30228
30229 \begin_inset Formula \begin{equation}
30230 C=A+B\label{eq:c}
30231 \end{equation}
30232
30233 \end_inset
30234
30235
30236 \end_layout
30237
30238 \begin_layout Standard
30239 \begin_inset ERT
30240 status collapsed
30241
30242 \begin_layout Plain Layout
30243
30244
30245 \backslash
30246 end{subequations}
30247 \end_layout
30248
30249 \end_inset
30250
30251
30252 \end_layout
30253
30254 \begin_layout Standard
30255 To create the example, the following is done:
30256 \end_layout
30257
30258 \begin_layout Enumerate
30259 first formula is inserted
30260 \end_layout
30261
30262 \begin_layout Enumerate
30263
30264 \series bold
30265
30266 \backslash
30267 addtocounter{equation}{-1} 
30268 \backslash
30269 begin{subequations}
30270 \begin_inset Index idx
30271 status collapsed
30272
30273 \begin_layout Plain Layout
30274 Commands ! A ! 
30275 \backslash
30276 addtocounter
30277 \end_layout
30278
30279 \end_inset
30280
30281
30282 \begin_inset Newline newline
30283 \end_inset
30284
30285
30286 \series default
30287 is inserted after the first formula
30288 \end_layout
30289
30290 \begin_layout Enumerate
30291 second formula is inserted
30292 \end_layout
30293
30294 \begin_layout Enumerate
30295 third formula is inserted
30296 \end_layout
30297
30298 \begin_layout Enumerate
30299
30300 \series bold
30301
30302 \backslash
30303 end{subequations}
30304 \series default
30305  is inserted after the third formula
30306 \end_layout
30307
30308 \begin_layout Standard
30309 Every formula between the commands 
30310 \series bold
30311
30312 \backslash
30313 begin
30314 \series default
30315  and 
30316 \series bold
30317
30318 \backslash
30319 end
30320 \series default
30321  is subnumbered as a, b, 
30322 \begin_inset Newline linebreak
30323 \end_inset
30324
30325 c, \SpecialChar \ldots{}
30326  For multiline formulas every line will be subnumbered.
30327  All subnumbered formulas are treated as 
30328 \emph on
30329 one
30330 \emph default
30331  numbered formula.
30332  But as every numbered formula increases the counter 
30333 \series bold
30334 equation
30335 \series default
30336  by one, the command 
30337 \series bold
30338
30339 \backslash
30340 addtocounter
30341 \series default
30342  is needed to decrease it.
30343  Otherwise the formulas 
30344 \begin_inset CommandInset ref
30345 LatexCommand eqref
30346 reference "eq:a"
30347
30348 \end_inset
30349
30350
30351 \begin_inset CommandInset ref
30352 LatexCommand eqref
30353 reference "eq:b"
30354
30355 \end_inset
30356
30357
30358 \begin_inset CommandInset ref
30359 LatexCommand eqref
30360 reference "eq:c"
30361
30362 \end_inset
30363
30364  would be numbered as 
30365 \begin_inset CommandInset ref
30366 LatexCommand eqref
30367 reference "eq:a"
30368
30369 \end_inset
30370
30371
30372 \begin_inset CommandInset ref
30373 LatexCommand eqref
30374 reference "eq:d"
30375
30376 \end_inset
30377
30378
30379 \begin_inset CommandInset ref
30380 LatexCommand eqref
30381 reference "eq:f"
30382
30383 \end_inset
30384
30385 .
30386 \end_layout
30387
30388 \begin_layout Standard
30389 By inserting the commands in TeX-mode, a space is created between the first
30390  two formulas.
30391  To revert this -5
30392 \begin_inset space \thinspace{}
30393 \end_inset
30394
30395 mm vertical space is inserted after the command 
30396 \series bold
30397
30398 \backslash
30399 begin{subequations}
30400 \series default
30401 .
30402  When the formula style 
30403 \series bold
30404 Indented
30405 \begin_inset Foot
30406 status collapsed
30407
30408 \begin_layout Plain Layout
30409 formula styles see 
30410 \begin_inset CommandInset ref
30411 LatexCommand ref
30412 reference "sec:Formula-Styles"
30413
30414 \end_inset
30415
30416
30417 \end_layout
30418
30419 \end_inset
30420
30421
30422 \series default
30423  is used, -7
30424 \begin_inset space \thinspace{}
30425 \end_inset
30426
30427 mm space is inserted instead.
30428 \end_layout
30429
30430 \begin_layout Standard
30431 Here is an example for a multiline formula where the numbering was turned
30432  off for the second line:
30433 \begin_inset ERT
30434 status collapsed
30435
30436 \begin_layout Plain Layout
30437
30438
30439 \backslash
30440 begin{subequations}
30441 \end_layout
30442
30443 \end_inset
30444
30445
30446 \begin_inset Formula \begin{eqnarray}
30447 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30448  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30449  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30450 \end{eqnarray}
30451
30452 \end_inset
30453
30454
30455 \begin_inset ERT
30456 status collapsed
30457
30458 \begin_layout Plain Layout
30459
30460
30461 \backslash
30462 end{subequations}
30463 \end_layout
30464
30465 \end_inset
30466
30467
30468 \end_layout
30469
30470 \begin_layout Subsection
30471 User-defined Numbering
30472 \begin_inset CommandInset label
30473 LatexCommand label
30474 name "sub:User-defined-Numbering"
30475
30476 \end_inset
30477
30478
30479 \begin_inset Index idx
30480 status collapsed
30481
30482 \begin_layout Plain Layout
30483 Formula numbering ! user-defined
30484 \end_layout
30485
30486 \end_inset
30487
30488
30489 \end_layout
30490
30491 \begin_layout Standard
30492 \begin_inset Index idx
30493 status collapsed
30494
30495 \begin_layout Plain Layout
30496 Formula numbering ! self-defined delimiters
30497 \end_layout
30498
30499 \end_inset
30500
30501 With the standard numbering parentheses are set around the formula number.
30502  To replace the parentheses for example by vertical bars, the following
30503  line is added to the LaTeX-preamble:
30504 \end_layout
30505
30506 \begin_layout Standard
30507
30508 \series bold
30509
30510 \backslash
30511 def
30512 \backslash
30513 tagform@#1{
30514 \backslash
30515 maketag@@@{|#1|}}
30516 \series default
30517
30518 \begin_inset Note Note
30519 status collapsed
30520
30521 \begin_layout Plain Layout
30522 This macro is already declared in the LaTeX-preamble for testing.
30523  To activate it, remove the percent sign at the beginning.
30524 \end_layout
30525
30526 \end_inset
30527
30528
30529 \end_layout
30530
30531 \begin_layout Standard
30532 To use other characters, the vertical bars besides the 
30533 \series bold
30534 #1
30535 \series default
30536  are replaced by one ore more characters.
30537  To get only the formula number the vertical bars are omitted.
30538 \end_layout
30539
30540 \begin_layout Standard
30541 \begin_inset VSpace bigskip
30542 \end_inset
30543
30544 When there should be an expression of your choice instead of the consecutive
30545  formula number in parentheses behind the formula, the command 
30546 \series bold
30547
30548 \backslash
30549 tag
30550 \series default
30551
30552 \begin_inset Index idx
30553 status collapsed
30554
30555 \begin_layout Plain Layout
30556 Commands ! T ! 
30557 \backslash
30558 tag
30559 \end_layout
30560
30561 \end_inset
30562
30563  is used:
30564 \begin_inset Formula \begin{equation}
30565 A+B=C\tag{something}\label{eq:tag}
30566 \end{equation}
30567
30568 \end_inset
30569
30570 In this example the command 
30571 \series bold
30572
30573 \backslash
30574 tag
30575 \begin_inset ERT
30576 status collapsed
30577
30578 \begin_layout Plain Layout
30579
30580
30581 \backslash
30582 spce 
30583 \end_layout
30584
30585 \end_inset
30586
30587 something
30588 \series default
30589  was inserted to the formula.
30590 \end_layout
30591
30592 \begin_layout Standard
30593 When the command 
30594 \series bold
30595
30596 \backslash
30597 tag*
30598 \begin_inset ERT
30599 status collapsed
30600
30601 \begin_layout Plain Layout
30602
30603
30604 \backslash
30605 spce 
30606 \end_layout
30607
30608 \end_inset
30609
30610 something
30611 \series default
30612  is inserted instead, the star prevents the parentheses around the expression:
30613 \begin_inset Formula \[
30614 A+B=C\tag*{something}
30615 \]
30616
30617 \end_inset
30618
30619
30620 \end_layout
30621
30622 \begin_layout Standard
30623 \begin_inset VSpace bigskip
30624 \end_inset
30625
30626 To restart the formula numbering with new document parts or sections, the
30627  following command is used:
30628 \end_layout
30629
30630 \begin_layout Standard
30631
30632 \series bold
30633
30634 \backslash
30635 @addtoreset{equation}{part}
30636 \series default
30637
30638 \begin_inset Index idx
30639 status collapsed
30640
30641 \begin_layout Plain Layout
30642 Commands ! 
30643 \begin_inset ERT
30644 status collapsed
30645
30646 \begin_layout Plain Layout
30647
30648 "
30649 \end_layout
30650
30651 \end_inset
30652
30653 @
30654 \begin_inset ERT
30655 status collapsed
30656
30657 \begin_layout Plain Layout
30658
30659 "
30660 \end_layout
30661
30662 \end_inset
30663
30664  ! 
30665 \backslash
30666
30667 \begin_inset ERT
30668 status collapsed
30669
30670 \begin_layout Plain Layout
30671
30672 "
30673 \end_layout
30674
30675 \end_inset
30676
30677 @
30678 \begin_inset ERT
30679 status collapsed
30680
30681 \begin_layout Plain Layout
30682
30683 "
30684 \end_layout
30685
30686 \end_inset
30687
30688 addtoreset
30689 \end_layout
30690
30691 \end_inset
30692
30693
30694 \begin_inset Newline newline
30695 \end_inset
30696
30697 resp.
30698 \begin_inset Newline newline
30699 \end_inset
30700
30701
30702 \series bold
30703
30704 \backslash
30705 @addtoreset{equation}{section}
30706 \end_layout
30707
30708 \begin_layout Standard
30709 To be able to use these commands in TeX-mode, the 
30710 \begin_inset Quotes eld
30711 \end_inset
30712
30713 @
30714 \begin_inset Quotes erd
30715 \end_inset
30716
30717  character has to be made 
30718 \begin_inset Quotes eld
30719 \end_inset
30720
30721 active
30722 \begin_inset Quotes erd
30723 \end_inset
30724
30725  for LaTeX using the command 
30726 \series bold
30727
30728 \backslash
30729 makeatletter.
30730
30731 \series default
30732  The command 
30733 \series bold
30734
30735 \backslash
30736 makeatother
30737 \series default
30738  reverts this.
30739  So the command sequence in TeX-mode is:
30740 \end_layout
30741
30742 \begin_layout Standard
30743
30744 \series bold
30745
30746 \backslash
30747 makeatletter
30748 \begin_inset Newline newline
30749 \end_inset
30750
30751
30752 \backslash
30753 @addtoreset{equation}{section}
30754 \begin_inset Newline newline
30755 \end_inset
30756
30757
30758 \backslash
30759 makeatother
30760 \end_layout
30761
30762 \begin_layout Standard
30763 In the LaTeX-preamble 
30764 \series bold
30765
30766 \backslash
30767 makeatletter
30768 \series default
30769  and 
30770 \series bold
30771
30772 \backslash
30773 makeatother
30774 \series default
30775  can be omitted as they are automatically internally inserted by LyX.
30776 \end_layout
30777
30778 \begin_layout Standard
30779 To revert 
30780 \series bold
30781
30782 \backslash
30783 @addtoreset
30784 \series default
30785 , the file 
30786 \series bold
30787 remreset.sty
30788 \series default
30789
30790 \begin_inset Foot
30791 status collapsed
30792
30793 \begin_layout Plain Layout
30794
30795 \series bold
30796 remreset
30797 \series default
30798  is part of the LaTeX-package 
30799 \series bold
30800 carlisle
30801 \series default
30802
30803 \begin_inset Index idx
30804 status collapsed
30805
30806 \begin_layout Plain Layout
30807 Packages ! carlisle
30808 \end_layout
30809
30810 \end_inset
30811
30812  that is part of every LaTeX standard installation.
30813 \end_layout
30814
30815 \end_inset
30816
30817
30818 \begin_inset Index idx
30819 status collapsed
30820
30821 \begin_layout Plain Layout
30822 Packages ! remreset
30823 \end_layout
30824
30825 \end_inset
30826
30827  has to be loaded in the LaTeX-preamble with the line
30828 \end_layout
30829
30830 \begin_layout Standard
30831
30832 \series bold
30833
30834 \backslash
30835 usepackage{remreset}
30836 \end_layout
30837
30838 \begin_layout Standard
30839 Then the command 
30840 \series bold
30841
30842 \backslash
30843 @removefromreset
30844 \series default
30845
30846 \begin_inset Index idx
30847 status collapsed
30848
30849 \begin_layout Plain Layout
30850 Commands ! 
30851 \begin_inset ERT
30852 status collapsed
30853
30854 \begin_layout Plain Layout
30855
30856 "
30857 \end_layout
30858
30859 \end_inset
30860
30861 @
30862 \begin_inset ERT
30863 status collapsed
30864
30865 \begin_layout Plain Layout
30866
30867 "
30868 \end_layout
30869
30870 \end_inset
30871
30872  ! 
30873 \backslash
30874
30875 \begin_inset ERT
30876 status collapsed
30877
30878 \begin_layout Plain Layout
30879
30880 "
30881 \end_layout
30882
30883 \end_inset
30884
30885 @
30886 \begin_inset ERT
30887 status collapsed
30888
30889 \begin_layout Plain Layout
30890
30891 "
30892 \end_layout
30893
30894 \end_inset
30895
30896 removefromreset
30897 \end_layout
30898
30899 \end_inset
30900
30901  can be used with the same scheme as 
30902 \series bold
30903
30904 \backslash
30905 @addtoreset
30906 \series default
30907 .
30908 \end_layout
30909
30910 \begin_layout Standard
30911 \begin_inset VSpace bigskip
30912 \end_inset
30913
30914 Sometimes formulas should be numbered in the following form:
30915 \end_layout
30916
30917 \begin_layout Standard
30918
30919 \family typewriter
30920 (section number.formula number)
30921 \end_layout
30922
30923 \begin_layout Standard
30924 The formula number should start with every section with 
30925 \begin_inset Quotes eld
30926 \end_inset
30927
30928 1
30929 \begin_inset Quotes erd
30930 \end_inset
30931
30932 .
30933 \end_layout
30934
30935 \begin_layout Standard
30936 For this case there is the command 
30937 \series bold
30938
30939 \backslash
30940 numberwithin
30941 \series default
30942
30943 \begin_inset Index idx
30944 status collapsed
30945
30946 \begin_layout Plain Layout
30947 Commands ! N ! 
30948 \backslash
30949 numberwithin
30950 \end_layout
30951
30952 \end_inset
30953
30954 , which is used with the following scheme:
30955 \end_layout
30956
30957 \begin_layout Standard
30958
30959 \series bold
30960
30961 \backslash
30962 numberwithin{counter}{sectioning}
30963 \end_layout
30964
30965 \begin_layout Standard
30966 Counter denotes what kind of numbering is affected, sectioning denotes what
30967  number is before the dot.
30968 \end_layout
30969
30970 \begin_layout Standard
30971 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30972 \end_layout
30973
30974 \begin_layout Standard
30975
30976 \series bold
30977
30978 \backslash
30979 numberwithin{equation}{section}
30980 \end_layout
30981
30982 \begin_layout Standard
30983 This is the result:
30984 \begin_inset ERT
30985 status collapsed
30986
30987 \begin_layout Plain Layout
30988
30989
30990 \backslash
30991 numberwithin{equation}{section}
30992 \end_layout
30993
30994 \end_inset
30995
30996
30997 \begin_inset Formula \begin{equation}
30998 A+B=C
30999 \end{equation}
31000
31001 \end_inset
31002
31003
31004 \end_layout
31005
31006 \begin_layout Standard
31007 To number e.
31008 \begin_inset space \thinspace{}
31009 \end_inset
31010
31011 g.
31012 \begin_inset space \space{}
31013 \end_inset
31014
31015 tables so that the number of the part is the sectioning,
31016 \begin_inset Newline newline
31017 \end_inset
31018
31019
31020 \series bold
31021
31022 \backslash
31023 numberwithin{table}{part}
31024 \series default
31025  is used.
31026 \end_layout
31027
31028 \begin_layout Standard
31029 To go back to the standard numbering or to prevent this kind of numbering
31030  when it is defined by the document class, the following command is inserted
31031  as TeX-Code or to the LaTeX-preamble:
31032 \end_layout
31033
31034 \begin_layout Standard
31035
31036 \series bold
31037
31038 \backslash
31039 renewcommand{
31040 \backslash
31041 theequation}{
31042 \backslash
31043 arabic{equation}}
31044 \begin_inset Index idx
31045 status collapsed
31046
31047 \begin_layout Plain Layout
31048 Commands ! A ! 
31049 \backslash
31050 arabic
31051 \end_layout
31052
31053 \end_inset
31054
31055
31056 \series default
31057
31058 \begin_inset ERT
31059 status collapsed
31060
31061 \begin_layout Plain Layout
31062
31063
31064 \backslash
31065 renewcommand{
31066 \backslash
31067 theequation}{
31068 \backslash
31069 arabic{equation}}
31070 \end_layout
31071
31072 \end_inset
31073
31074
31075 \series bold
31076
31077 \begin_inset Newline newline
31078 \end_inset
31079
31080
31081 \series default
31082 or
31083 \series bold
31084
31085 \begin_inset Newline newline
31086 \end_inset
31087
31088
31089 \backslash
31090 renewcommand{
31091 \backslash
31092 thetable}{
31093 \backslash
31094 arabic{table}}
31095 \end_layout
31096
31097 \begin_layout Standard
31098
31099 \series bold
31100
31101 \backslash
31102 numberwithin
31103 \series default
31104  uses internally the command 
31105 \series bold
31106
31107 \backslash
31108 @addtoreset
31109 \series default
31110 , described above, that also needs to be reverted.
31111 \begin_inset ERT
31112 status collapsed
31113
31114 \begin_layout Plain Layout
31115
31116
31117 \backslash
31118 makeatletter
31119 \end_layout
31120
31121 \begin_layout Plain Layout
31122
31123
31124 \backslash
31125 @removefromreset{equation}{section}
31126 \end_layout
31127
31128 \begin_layout Plain Layout
31129
31130
31131 \backslash
31132 makeatother
31133 \end_layout
31134
31135 \end_inset
31136
31137
31138 \end_layout
31139
31140 \begin_layout Subsection
31141 Numbering with Roman Numbers and Letters
31142 \begin_inset Index idx
31143 status collapsed
31144
31145 \begin_layout Plain Layout
31146 Formula numbering ! with letters
31147 \end_layout
31148
31149 \end_inset
31150
31151
31152 \begin_inset Index idx
31153 status collapsed
31154
31155 \begin_layout Plain Layout
31156 Formula numbering ! with Roman numbers
31157 \end_layout
31158
31159 \end_inset
31160
31161
31162 \end_layout
31163
31164 \begin_layout Standard
31165 Formulas can also be numbered with Roman numbers and Latin letters.
31166  To number for example with small Roman numbers, the command
31167 \end_layout
31168
31169 \begin_layout Standard
31170
31171 \series bold
31172
31173 \backslash
31174 renewcommand{
31175 \backslash
31176 theequation}{
31177 \backslash
31178 roman{equation}}
31179 \end_layout
31180
31181 \begin_layout Standard
31182 is inserted before the formula in TeX-mode.
31183  
31184 \series bold
31185
31186 \backslash
31187 renewcommand
31188 \series default
31189
31190 \begin_inset Index idx
31191 status collapsed
31192
31193 \begin_layout Plain Layout
31194 Commands ! R ! 
31195 \backslash
31196 renewcommand
31197 \end_layout
31198
31199 \end_inset
31200
31201  redefines the predefined command 
31202 \series bold
31203
31204 \backslash
31205 theequation
31206 \series default
31207  to the command 
31208 \series bold
31209
31210 \backslash
31211 roman{equation}
31212 \series default
31213 .
31214 \begin_inset Foot
31215 status collapsed
31216
31217 \begin_layout Plain Layout
31218 The command 
31219 \series bold
31220
31221 \backslash
31222 renewcommand
31223 \series default
31224  has the same scheme like the command 
31225 \series bold
31226
31227 \backslash
31228 newcommand
31229 \series default
31230  that is described in 
31231 \begin_inset CommandInset ref
31232 LatexCommand ref
31233 reference "sub:The-Command-newcommand"
31234
31235 \end_inset
31236
31237 .
31238 \end_layout
31239
31240 \end_inset
31241
31242  
31243 \series bold
31244 equation
31245 \series default
31246  is the formula counter.
31247  When the command 
31248 \series bold
31249
31250 \backslash
31251 the
31252 \series default
31253  is used as prefix for a counter, the value of the counter is output as
31254  Arabic number.
31255  When a formula is numbered, LaTeX sets internally the command 
31256 \series bold
31257
31258 \backslash
31259 theequation
31260 \series default
31261  behind the formula.
31262  
31263 \series bold
31264
31265 \backslash
31266 roman{equation}
31267 \begin_inset Index idx
31268 status collapsed
31269
31270 \begin_layout Plain Layout
31271 Commands ! R ! 
31272 \backslash
31273 roman
31274 \end_layout
31275
31276 \end_inset
31277
31278
31279 \series default
31280  outputs the counter as small Roman number.
31281 \end_layout
31282
31283 \begin_layout Standard
31284 All formulas behind the command 
31285 \series bold
31286
31287 \backslash
31288 renew
31289 \series default
31290 c
31291 \series bold
31292 ommand
31293 \series default
31294  are now numbered Roman.
31295  To switch to numbering with big Roman numbers, the command is inserted
31296  again, but 
31297 \series bold
31298
31299 \backslash
31300 roman
31301 \series default
31302  is replaced by 
31303 \series bold
31304
31305 \backslash
31306 Roman
31307 \series default
31308
31309 \begin_inset Index idx
31310 status collapsed
31311
31312 \begin_layout Plain Layout
31313 Commands ! R ! 
31314 \backslash
31315 roman@
31316 \backslash
31317 Roman
31318 \end_layout
31319
31320 \end_inset
31321
31322 .
31323  To 
31324 \begin_inset Quotes eld
31325 \end_inset
31326
31327 number
31328 \begin_inset Quotes erd
31329 \end_inset
31330
31331  with small Latin letters there is the command 
31332 \series bold
31333
31334 \backslash
31335 alph
31336 \series default
31337
31338 \begin_inset Index idx
31339 status collapsed
31340
31341 \begin_layout Plain Layout
31342 Commands ! A ! 
31343 \backslash
31344 alph
31345 \end_layout
31346
31347 \end_inset
31348
31349 , for big ones there is the command 
31350 \series bold
31351
31352 \backslash
31353 Alph
31354 \series default
31355
31356 \begin_inset Index idx
31357 status collapsed
31358
31359 \begin_layout Plain Layout
31360 Commands ! A ! 
31361 \backslash
31362 alph@
31363 \backslash
31364 Alph
31365 \end_layout
31366
31367 \end_inset
31368
31369 .
31370 \end_layout
31371
31372 \begin_layout Standard
31373 \begin_inset Note Greyedout
31374 status open
31375
31376 \begin_layout Plain Layout
31377
31378 \series bold
31379 Note:
31380 \series default
31381  Only maximal 26 formulas can be numbered with Latin letters in one document.
31382 \end_layout
31383
31384 \end_inset
31385
31386
31387 \end_layout
31388
31389 \begin_layout Standard
31390 \begin_inset ERT
31391 status collapsed
31392
31393 \begin_layout Plain Layout
31394
31395
31396 \backslash
31397 renewcommand{
31398 \backslash
31399 theequation}{
31400 \backslash
31401 roman{equation}}
31402 \end_layout
31403
31404 \end_inset
31405
31406
31407 \end_layout
31408
31409 \begin_layout Standard
31410 \begin_inset Formula \begin{equation}
31411 A=\textrm{small roman}
31412 \end{equation}
31413
31414 \end_inset
31415
31416
31417 \begin_inset ERT
31418 status collapsed
31419
31420 \begin_layout Plain Layout
31421
31422
31423 \backslash
31424 renewcommand{
31425 \backslash
31426 theequation}{
31427 \backslash
31428 Roman{equation}}
31429 \end_layout
31430
31431 \end_inset
31432
31433
31434 \begin_inset Formula \begin{equation}
31435 B=\textrm{big Roman}\label{eq:Rom}
31436 \end{equation}
31437
31438 \end_inset
31439
31440
31441 \begin_inset ERT
31442 status collapsed
31443
31444 \begin_layout Plain Layout
31445
31446
31447 \backslash
31448 renewcommand{
31449 \backslash
31450 theequation}{
31451 \backslash
31452 alph{equation}}
31453 \end_layout
31454
31455 \end_inset
31456
31457
31458 \begin_inset Formula \begin{equation}
31459 C=\textrm{small Latin}
31460 \end{equation}
31461
31462 \end_inset
31463
31464
31465 \begin_inset ERT
31466 status collapsed
31467
31468 \begin_layout Plain Layout
31469
31470
31471 \backslash
31472 renewcommand{
31473 \backslash
31474 theequation}{
31475 \backslash
31476 Alph{equation}}
31477 \end_layout
31478
31479 \end_inset
31480
31481
31482 \begin_inset Formula \begin{equation}
31483 D=\textrm{big Latin}\label{eq:Lat}
31484 \end{equation}
31485
31486 \end_inset
31487
31488
31489 \end_layout
31490
31491 \begin_layout Standard
31492 To switch back to the default numbering, insert the command:
31493 \end_layout
31494
31495 \begin_layout Standard
31496
31497 \series bold
31498
31499 \backslash
31500 renewcommand{
31501 \backslash
31502 theequation}{
31503 \backslash
31504 arabic{equation}}
31505 \begin_inset Index idx
31506 status collapsed
31507
31508 \begin_layout Plain Layout
31509 Commands ! A ! 
31510 \backslash
31511 arabic
31512 \end_layout
31513
31514 \end_inset
31515
31516
31517 \end_layout
31518
31519 \begin_layout Standard
31520 \begin_inset ERT
31521 status collapsed
31522
31523 \begin_layout Plain Layout
31524
31525
31526 \backslash
31527 renewcommand{
31528 \backslash
31529 theequation}{
31530 \backslash
31531 arabic{equation}}
31532 \end_layout
31533
31534 \end_inset
31535
31536
31537 \begin_inset Formula \begin{equation}
31538 E=\textrm{Arabic}
31539 \end{equation}
31540
31541 \end_inset
31542
31543
31544 \end_layout
31545
31546 \begin_layout Standard
31547 \begin_inset VSpace medskip
31548 \end_inset
31549
31550 As you see, formulas are numbered serially independent from the numbering
31551  style.
31552  When then numbering should start with 
31553 \begin_inset Quotes eld
31554 \end_inset
31555
31556 1
31557 \begin_inset Quotes erd
31558 \end_inset
31559
31560  when the style is changed, new equation counters have to be defined.
31561  A description about this can be found in the file 
31562 \begin_inset CommandInset href
31563 LatexCommand href
31564 name "Formula-numbering.lyx"
31565 target "run:Formula-numbering.lyx"
31566
31567 \end_inset
31568
31569 .
31570 \end_layout
31571
31572 \begin_layout Section
31573 Chemical Symbols and Equations
31574 \begin_inset CommandInset label
31575 LatexCommand label
31576 name "sub:Chemical-Symbols-and"
31577
31578 \end_inset
31579
31580
31581 \begin_inset Index idx
31582 status collapsed
31583
31584 \begin_layout Plain Layout
31585 Chemical characters ! Symbols
31586 \end_layout
31587
31588 \end_inset
31589
31590
31591 \begin_inset Index idx
31592 status collapsed
31593
31594 \begin_layout Plain Layout
31595 Chemical equations
31596 \end_layout
31597
31598 \end_inset
31599
31600
31601 \begin_inset Index idx
31602 status collapsed
31603
31604 \begin_layout Plain Layout
31605 Symbols ! chemical
31606 \end_layout
31607
31608 \end_inset
31609
31610
31611 \end_layout
31612
31613 \begin_layout Standard
31614 An example text from chemistry:
31615 \end_layout
31616
31617 \begin_layout Quote
31618 The 
31619 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31620 \end_inset
31621
31622 -ion reacts with two 
31623 \begin_inset Formula $\mathrm{Na^{+}}$
31624 \end_inset
31625
31626 -ions to sodium sulfate 
31627 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31628 \end_inset
31629
31630 .
31631  The chemical equation for this is:
31632 \begin_inset Formula \begin{equation}
31633 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31634 \end{equation}
31635
31636 \end_inset
31637
31638
31639 \end_layout
31640
31641 \begin_layout Standard
31642 This chemical equation can directly be created as formula.
31643  To avoid that the symbols appear italic, everything is highlighted and
31644  changed by the shortcut 
31645 \begin_inset Info
31646 type  "shortcut"
31647 arg   "font-roman"
31648 \end_inset
31649
31650  to the upright font style.
31651 \begin_inset Foot
31652 status collapsed
31653
31654 \begin_layout Plain Layout
31655 font styles
31656 \series bold
31657  
31658 \series default
31659 see 
31660 \begin_inset CommandInset ref
31661 LatexCommand ref
31662 reference "sub:Font-Styles"
31663
31664 \end_inset
31665
31666
31667 \end_layout
31668
31669 \end_inset
31670
31671
31672 \end_layout
31673
31674 \begin_layout Standard
31675 A more convenient way to typeset chemical formulas is to use the command
31676  
31677 \series bold
31678
31679 \backslash
31680 ce
31681 \series default
31682
31683 \begin_inset Index idx
31684 status collapsed
31685
31686 \begin_layout Plain Layout
31687 Commands ! C ! 
31688 \backslash
31689 ce
31690 \end_layout
31691
31692 \end_inset
31693
31694  that is available when the LaTeX-package 
31695 \series bold
31696 mhchem
31697 \series default
31698
31699 \begin_inset Index idx
31700 status collapsed
31701
31702 \begin_layout Plain Layout
31703 Packages ! mhchem
31704 \end_layout
31705
31706 \end_inset
31707
31708  is installed.
31709  After inserting 
31710 \series bold
31711
31712 \backslash
31713 ce
31714 \series default
31715  to a formula a new blue box appears where chemical formulas can be inserted
31716  in an intuitive way.
31717 \end_layout
31718
31719 \begin_layout Standard
31720 \align center
31721 \begin_inset Tabular
31722 <lyxtabular version="3" rows="9" columns="2">
31723 <features tabularvalignment="middle">
31724 <column alignment="center" valignment="top" width="0">
31725 <column alignment="center" valignment="top" width="0">
31726 <row>
31727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31728 \begin_inset Text
31729
31730 \begin_layout Plain Layout
31731 Command
31732 \end_layout
31733
31734 \end_inset
31735 </cell>
31736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31737 \begin_inset Text
31738
31739 \begin_layout Plain Layout
31740 Result
31741 \begin_inset Note Note
31742 status collapsed
31743
31744 \begin_layout Plain Layout
31745
31746 \series bold
31747
31748 \backslash
31749 raisebox
31750 \series default
31751  is only used as spacer.
31752 \end_layout
31753
31754 \end_inset
31755
31756
31757 \end_layout
31758
31759 \end_inset
31760 </cell>
31761 </row>
31762 <row>
31763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31764 \begin_inset Text
31765
31766 \begin_layout Plain Layout
31767
31768 \backslash
31769 ce
31770 \begin_inset ERT
31771 status collapsed
31772
31773 \begin_layout Plain Layout
31774
31775
31776 \backslash
31777 spce 
31778 \end_layout
31779
31780 \end_inset
31781
31782 H2CO3
31783 \end_layout
31784
31785 \end_inset
31786 </cell>
31787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31788 \begin_inset Text
31789
31790 \begin_layout Plain Layout
31791 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31792 \end_inset
31793
31794
31795 \end_layout
31796
31797 \end_inset
31798 </cell>
31799 </row>
31800 <row>
31801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31802 \begin_inset Text
31803
31804 \begin_layout Plain Layout
31805
31806 \backslash
31807 ce
31808 \begin_inset ERT
31809 status collapsed
31810
31811 \begin_layout Plain Layout
31812
31813
31814 \backslash
31815 spce 
31816 \end_layout
31817
31818 \end_inset
31819
31820 SO4^2-
31821 \end_layout
31822
31823 \end_inset
31824 </cell>
31825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31826 \begin_inset Text
31827
31828 \begin_layout Plain Layout
31829 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31830 \end_inset
31831
31832
31833 \end_layout
31834
31835 \end_inset
31836 </cell>
31837 </row>
31838 <row>
31839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31840 \begin_inset Text
31841
31842 \begin_layout Plain Layout
31843
31844 \backslash
31845 ce
31846 \begin_inset ERT
31847 status collapsed
31848
31849 \begin_layout Plain Layout
31850
31851
31852 \backslash
31853 spce 
31854 \end_layout
31855
31856 \end_inset
31857
31858 (NH4)2S
31859 \end_layout
31860
31861 \end_inset
31862 </cell>
31863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31864 \begin_inset Text
31865
31866 \begin_layout Plain Layout
31867 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31868 \end_inset
31869
31870
31871 \end_layout
31872
31873 \end_inset
31874 </cell>
31875 </row>
31876 <row>
31877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31878 \begin_inset Text
31879
31880 \begin_layout Plain Layout
31881
31882 \backslash
31883 ce
31884 \begin_inset ERT
31885 status collapsed
31886
31887 \begin_layout Plain Layout
31888
31889
31890 \backslash
31891 spce 
31892 \end_layout
31893
31894 \end_inset
31895
31896 KCr(SO4)2.12H2O
31897 \end_layout
31898
31899 \end_inset
31900 </cell>
31901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31902 \begin_inset Text
31903
31904 \begin_layout Plain Layout
31905 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31906 \end_inset
31907
31908
31909 \end_layout
31910
31911 \end_inset
31912 </cell>
31913 </row>
31914 <row>
31915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31916 \begin_inset Text
31917
31918 \begin_layout Plain Layout
31919
31920 \backslash
31921 ce
31922 \begin_inset ERT
31923 status collapsed
31924
31925 \begin_layout Plain Layout
31926
31927
31928 \backslash
31929 spce 
31930 \end_layout
31931
31932 \end_inset
31933
31934 A-B
31935 \backslash
31936 dbond
31937 \begin_inset ERT
31938 status collapsed
31939
31940 \begin_layout Plain Layout
31941
31942
31943 \backslash
31944 spce 
31945 \end_layout
31946
31947 \end_inset
31948
31949 C
31950 \backslash
31951 tbond
31952 \begin_inset ERT
31953 status collapsed
31954
31955 \begin_layout Plain Layout
31956
31957
31958 \backslash
31959 spce 
31960 \end_layout
31961
31962 \end_inset
31963
31964 D
31965 \end_layout
31966
31967 \end_inset
31968 </cell>
31969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31970 \begin_inset Text
31971
31972 \begin_layout Plain Layout
31973 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31974 \end_inset
31975
31976
31977 \end_layout
31978
31979 \end_inset
31980 </cell>
31981 </row>
31982 <row>
31983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31984 \begin_inset Text
31985
31986 \begin_layout Plain Layout
31987
31988 \backslash
31989 ce
31990 \begin_inset ERT
31991 status collapsed
31992
31993 \begin_layout Plain Layout
31994
31995
31996 \backslash
31997 spce 
31998 \end_layout
31999
32000 \end_inset
32001
32002 ^227
32003 \begin_inset Formula $\downarrow$
32004 \end_inset
32005
32006 _90
32007 \begin_inset Formula $\to$
32008 \end_inset
32009
32010 Th+
32011 \end_layout
32012
32013 \end_inset
32014 </cell>
32015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32016 \begin_inset Text
32017
32018 \begin_layout Plain Layout
32019 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32020 \end_inset
32021
32022
32023 \end_layout
32024
32025 \end_inset
32026 </cell>
32027 </row>
32028 <row>
32029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32030 \begin_inset Text
32031
32032 \begin_layout Plain Layout
32033
32034 \backslash
32035 ce
32036 \begin_inset ERT
32037 status collapsed
32038
32039 \begin_layout Plain Layout
32040
32041
32042 \backslash
32043 spce 
32044 \end_layout
32045
32046 \end_inset
32047
32048 CO2
32049 \begin_inset ERT
32050 status collapsed
32051
32052 \begin_layout Plain Layout
32053
32054
32055 \backslash
32056 spce 
32057 \end_layout
32058
32059 \end_inset
32060
32061 +
32062 \begin_inset ERT
32063 status collapsed
32064
32065 \begin_layout Plain Layout
32066
32067
32068 \backslash
32069 spce 
32070 \end_layout
32071
32072 \end_inset
32073
32074 C
32075 \begin_inset ERT
32076 status collapsed
32077
32078 \begin_layout Plain Layout
32079
32080
32081 \backslash
32082 spce 
32083 \end_layout
32084
32085 \end_inset
32086
32087 <=>
32088 \begin_inset ERT
32089 status collapsed
32090
32091 \begin_layout Plain Layout
32092
32093
32094 \backslash
32095 spce 
32096 \end_layout
32097
32098 \end_inset
32099
32100 2CO
32101 \end_layout
32102
32103 \end_inset
32104 </cell>
32105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32106 \begin_inset Text
32107
32108 \begin_layout Plain Layout
32109 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32110 \end_inset
32111
32112
32113 \end_layout
32114
32115 \end_inset
32116 </cell>
32117 </row>
32118 <row>
32119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32120 \begin_inset Text
32121
32122 \begin_layout Plain Layout
32123
32124 \backslash
32125 ce
32126 \begin_inset ERT
32127 status collapsed
32128
32129 \begin_layout Plain Layout
32130
32131
32132 \backslash
32133 spce 
32134 \end_layout
32135
32136 \end_inset
32137
32138 CO2
32139 \begin_inset ERT
32140 status collapsed
32141
32142 \begin_layout Plain Layout
32143
32144
32145 \backslash
32146 spce 
32147 \end_layout
32148
32149 \end_inset
32150
32151 +
32152 \begin_inset ERT
32153 status collapsed
32154
32155 \begin_layout Plain Layout
32156
32157
32158 \backslash
32159 spce 
32160 \end_layout
32161
32162 \end_inset
32163
32164 C
32165 \begin_inset ERT
32166 status collapsed
32167
32168 \begin_layout Plain Layout
32169
32170
32171 \backslash
32172 spce 
32173 \end_layout
32174
32175 \end_inset
32176
32177 ->[
32178 \backslash
32179 alpha][
32180 \backslash
32181 beta]
32182 \begin_inset ERT
32183 status collapsed
32184
32185 \begin_layout Plain Layout
32186
32187
32188 \backslash
32189 spce 
32190 \end_layout
32191
32192 \end_inset
32193
32194 2CO}
32195 \end_layout
32196
32197 \end_inset
32198 </cell>
32199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32200 \begin_inset Text
32201
32202 \begin_layout Plain Layout
32203 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32204 \end_inset
32205
32206
32207 \end_layout
32208
32209 \end_inset
32210 </cell>
32211 </row>
32212 </lyxtabular>
32213
32214 \end_inset
32215
32216
32217 \end_layout
32218
32219 \begin_layout Standard
32220 \begin_inset Note Greyedout
32221 status open
32222
32223 \begin_layout Plain Layout
32224
32225 \series bold
32226 Note:
32227 \series default
32228  Inserting a formula to a 
32229 \series bold
32230
32231 \backslash
32232 ce
32233 \series default
32234  box will lead to LaTeX errors.
32235  In this case TeX code has to be used like for 
32236 \series bold
32237
32238 \backslash
32239 ce{$
32240 \backslash
32241 mu
32242 \backslash
32243 hyphen$Cl}
32244 \series default
32245
32246 \begin_inset ERT
32247 status collapsed
32248
32249 \begin_layout Plain Layout
32250
32251
32252 \backslash
32253 ce{$
32254 \backslash
32255 mu
32256 \backslash
32257 hyphen$Cl}
32258 \end_layout
32259
32260 \end_inset
32261
32262  
32263 \end_layout
32264
32265 \end_inset
32266
32267
32268 \end_layout
32269
32270 \begin_layout Standard
32271 Using 
32272 \series bold
32273
32274 \backslash
32275 ce
32276 \series default
32277  the command for equation
32278 \begin_inset space ~
32279 \end_inset
32280
32281
32282 \begin_inset CommandInset ref
32283 LatexCommand eqref
32284 reference "eq:chem-reaction"
32285
32286 \end_inset
32287
32288  is:
32289 \begin_inset Newline newline
32290 \end_inset
32291
32292
32293 \series bold
32294  
32295 \backslash
32296 ce
32297 \begin_inset ERT
32298 status collapsed
32299
32300 \begin_layout Plain Layout
32301
32302
32303 \backslash
32304 spce 
32305 \end_layout
32306
32307 \end_inset
32308
32309 2Na+
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 \backslash
32330 spce 
32331 \end_layout
32332
32333 \end_inset
32334
32335 SO4^2-
32336 \begin_inset ERT
32337 status collapsed
32338
32339 \begin_layout Plain Layout
32340
32341
32342 \backslash
32343 spce 
32344 \end_layout
32345
32346 \end_inset
32347
32348
32349 \begin_inset ERT
32350 status collapsed
32351
32352 \begin_layout Plain Layout
32353
32354
32355 \backslash
32356 spce 
32357 \end_layout
32358
32359 \end_inset
32360
32361 ->
32362 \begin_inset ERT
32363 status collapsed
32364
32365 \begin_layout Plain Layout
32366
32367
32368 \backslash
32369 spce 
32370 \end_layout
32371
32372 \end_inset
32373
32374 Na2SO4
32375 \end_layout
32376
32377 \begin_layout Standard
32378 To create multiline chemical equations first a multiline formula is created
32379  as described in 
32380 \begin_inset CommandInset ref
32381 LatexCommand ref
32382 reference "sec:Multiline-Formulas"
32383
32384 \end_inset
32385
32386 .
32387  Afterwards the command 
32388 \series bold
32389
32390 \backslash
32391 ce
32392 \series default
32393  is used in every small blue box of the formula.
32394  
32395 \begin_inset CommandInset ref
32396 LatexCommand eqref
32397 reference "eq:TEOS-reaction-1"
32398
32399 \end_inset
32400
32401  and 
32402 \begin_inset CommandInset ref
32403 LatexCommand eqref
32404 reference "eq:TEOS-reaction-2"
32405
32406 \end_inset
32407
32408  are an example of a multi-stage chemical reaction where every equation
32409  has its own number.
32410 \begin_inset Formula \begin{eqnarray}
32411 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32412 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32413 \end{eqnarray}
32414
32415 \end_inset
32416
32417
32418 \end_layout
32419
32420 \begin_layout Standard
32421 Besides 
32422 \series bold
32423
32424 \backslash
32425 ce
32426 \series default
32427  the 
32428 \series bold
32429 mhchem
32430 \series default
32431  package provides the command 
32432 \series bold
32433
32434 \backslash
32435 cf
32436 \series default
32437
32438 \begin_inset Index idx
32439 status collapsed
32440
32441 \begin_layout Plain Layout
32442 Commands ! C ! 
32443 \backslash
32444 cf
32445 \end_layout
32446
32447 \end_inset
32448
32449  that has to be used for special cases.
32450  For more information about 
32451 \series bold
32452
32453 \backslash
32454 cf
32455 \series default
32456  and more examples have a look at the documentation of 
32457 \series bold
32458 mhchem
32459 \series default
32460
32461 \begin_inset CommandInset citation
32462 LatexCommand cite
32463 key "mhchem"
32464
32465 \end_inset
32466
32467 .
32468 \end_layout
32469
32470 \begin_layout Standard
32471 \begin_inset Newpage newpage
32472 \end_inset
32473
32474
32475 \end_layout
32476
32477 \begin_layout Section
32478 Diagrams
32479 \end_layout
32480
32481 \begin_layout Standard
32482 LyX supports two types of commutative diagrams: 
32483 \series bold
32484 amscd
32485 \series default
32486  and 
32487 \series bold
32488 xymatrix
32489 \series default
32490  that are explained in the following.
32491 \end_layout
32492
32493 \begin_layout Subsection
32494 Amscd Diagrams
32495 \begin_inset Index idx
32496 status collapsed
32497
32498 \begin_layout Plain Layout
32499 Diagrams ! amscd
32500 \end_layout
32501
32502 \end_inset
32503
32504
32505 \end_layout
32506
32507 \begin_layout Standard
32508 Diagrams of this type visualize relations by vertical and horizontal lines
32509  or arrows:
32510 \begin_inset Formula \[
32511 \begin{CD}A@>>>B@>>>C\\
32512 @AAA@.@VVV\\
32513 F@<<<E@<<<D
32514 \end{CD}
32515 \]
32516
32517 \end_inset
32518
32519
32520 \end_layout
32521
32522 \begin_layout Standard
32523 To get them, the command 
32524 \series bold
32525
32526 \backslash
32527 CD
32528 \begin_inset Index idx
32529 status collapsed
32530
32531 \begin_layout Plain Layout
32532 Commands ! C ! 
32533 \backslash
32534 CD
32535 \end_layout
32536
32537 \end_inset
32538
32539
32540 \series default
32541  is inserted to a formula.
32542  A blue box appears with two dashed lines where further commands can be
32543  inserted.
32544  With 
32545 \begin_inset Info
32546 type  "shortcut"
32547 arg   "newline-insert newline"
32548 \end_inset
32549
32550  a new line is created.
32551  Horizontal relations are inserted in odd, vertical in even formula lines.
32552 \end_layout
32553
32554 \begin_layout Standard
32555 To create the relations there are the following commands:
32556 \end_layout
32557
32558 \begin_layout Itemize
32559
32560 \series bold
32561 @<<<
32562 \series default
32563  creates a left arrow, 
32564 \series bold
32565 @>>>
32566 \series default
32567  a right arrow and 
32568 \series bold
32569 @=
32570 \series default
32571  a long equal sign
32572 \end_layout
32573
32574 \begin_layout Itemize
32575
32576 \series bold
32577 @AAA
32578 \series default
32579  creates an up arrow, 
32580 \series bold
32581 @VVV
32582 \series default
32583  an down arrow and 
32584 \series bold
32585 @|
32586 \series default
32587  a vertical equal sign
32588 \end_layout
32589
32590 \begin_layout Itemize
32591
32592 \series bold
32593 @.
32594
32595 \series default
32596  is a placeholder for non-existent relations
32597 \end_layout
32598
32599 \begin_layout Standard
32600 All arrows can be labeled as follows:
32601 \end_layout
32602
32603 \begin_layout Itemize
32604 Is text inserted between the first and second < or >, resp., it is placed
32605  above the arrow.
32606  When it is inserted between the second and third one, it appears under
32607  the arrow.
32608 \end_layout
32609
32610 \begin_layout Itemize
32611 When text for vertical arrows is inserted between the first and second A
32612  or V, resp., it is placed left beside the arrow.
32613  When it is inserted between the second and third one, it appears right
32614  beside the arrow.
32615  If the text contains an A or V, these letters must be set into a TeX-brace.
32616 \end_layout
32617
32618 \begin_layout Standard
32619 As example a diagram with all possible relations:
32620 \end_layout
32621
32622 \begin_layout Standard
32623 \begin_inset Formula \[
32624 \begin{CD}A@>j>>B@>>k>C@=F\\
32625 @AmAA@.@VV{V}V@|\\
32626 D@<<j<E@>k>>F@=C
32627 \end{CD}
32628 \]
32629
32630 \end_inset
32631
32632
32633 \end_layout
32634
32635 \begin_layout Standard
32636 The command for this is:
32637 \begin_inset Newline newline
32638 \end_inset
32639
32640
32641 \series bold
32642
32643 \backslash
32644 CD
32645 \begin_inset ERT
32646 status collapsed
32647
32648 \begin_layout Plain Layout
32649
32650
32651 \backslash
32652 spce 
32653 \end_layout
32654
32655 \end_inset
32656
32657 A@>j>>B@>>k>C@=F Ctrl+Return
32658 \begin_inset Newline newline
32659 \end_inset
32660
32661
32662 \begin_inset Phantom HPhantom
32663 status open
32664
32665 \begin_layout Plain Layout
32666
32667 \series bold
32668
32669 \backslash
32670 CD
32671 \begin_inset ERT
32672 status collapsed
32673
32674 \begin_layout Plain Layout
32675
32676
32677 \backslash
32678 spce 
32679 \end_layout
32680
32681 \end_inset
32682
32683
32684 \end_layout
32685
32686 \end_inset
32687
32688 @AmAA@.@VV
32689 \backslash
32690 {V
32691 \series default
32692
32693 \begin_inset Formula $\to$
32694 \end_inset
32695
32696
32697 \series bold
32698 V@| Ctrl+Return
32699 \begin_inset Newline newline
32700 \end_inset
32701
32702
32703 \begin_inset Phantom HPhantom
32704 status open
32705
32706 \begin_layout Plain Layout
32707
32708 \series bold
32709
32710 \backslash
32711 CD
32712 \begin_inset ERT
32713 status collapsed
32714
32715 \begin_layout Plain Layout
32716
32717
32718 \backslash
32719 spce 
32720 \end_layout
32721
32722 \end_inset
32723
32724
32725 \end_layout
32726
32727 \end_inset
32728
32729 D@<<j<E@>k>>F@=C
32730 \end_layout
32731
32732 \begin_layout Subsection
32733 Xymatrix Diagrams
32734 \begin_inset Index idx
32735 status collapsed
32736
32737 \begin_layout Plain Layout
32738 Diagrams ! xymatrix
32739 \end_layout
32740
32741 \end_inset
32742
32743
32744 \end_layout
32745
32746 \begin_layout Standard
32747 To be able to use xymatrices, the LaTeX-package 
32748 \series bold
32749 xypic
32750 \series default
32751  must be installed.
32752  A xymatrix is created by inserting the command 
32753 \series bold
32754
32755 \backslash
32756 xymatrix
32757 \series default
32758  in a formula.
32759  Then you are able to add new matrix columns and rows like for normal matrices,
32760  see 
32761 \begin_inset CommandInset ref
32762 LatexCommand ref
32763 reference "sec:Matrices"
32764
32765 \end_inset
32766
32767 .
32768 \end_layout
32769
32770 \begin_layout Standard
32771 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32772  and much more.
32773  All possibilities to create commutative diagrams and decorations are explained
32774  in detail in the 
32775 \emph on
32776 XY-pic manual
32777 \emph default
32778  that you find in the menu 
32779 \family sans
32780 Help\SpecialChar \menuseparator
32781 Specific
32782 \begin_inset space ~
32783 \end_inset
32784
32785 Manuals
32786 \family default
32787 .
32788 \end_layout
32789
32790 \begin_layout Subsection
32791
32792 \noun on
32793 Feynman
32794 \noun default
32795  Diagrams
32796 \begin_inset Index idx
32797 status collapsed
32798
32799 \begin_layout Plain Layout
32800 Diagrams ! Feynman
32801 \end_layout
32802
32803 \end_inset
32804
32805
32806 \end_layout
32807
32808 \begin_layout Standard
32809 To be able to use 
32810 \noun on
32811 Feynman
32812 \noun default
32813 -diagrams, the LaTeX-package 
32814 \series bold
32815 feyn
32816 \series default
32817  must be installed.
32818  A 
32819 \noun on
32820 Feynman
32821 \noun default
32822 -diagram is created by inserting the command 
32823 \series bold
32824
32825 \backslash
32826 Diagram
32827 \series default
32828  in a formula.
32829  Then you are able to add new matrix columns and rows like for normal matrices,
32830  see 
32831 \begin_inset CommandInset ref
32832 LatexCommand ref
32833 reference "sec:Matrices"
32834
32835 \end_inset
32836
32837 .
32838 \end_layout
32839
32840 \begin_layout Standard
32841 Examples how to create 
32842 \noun on
32843 Feynman-
32844 \noun default
32845 diagrams in LyX is given in the 
32846 \emph on
32847 Feynman-diagram manual
32848 \emph default
32849  that you find in the menu 
32850 \family sans
32851 Help\SpecialChar \menuseparator
32852 Specific
32853 \begin_inset space ~
32854 \end_inset
32855
32856 Manuals
32857 \family default
32858 .
32859 \end_layout
32860
32861 \begin_layout Section
32862 User-defined Commands
32863 \begin_inset Index idx
32864 status collapsed
32865
32866 \begin_layout Plain Layout
32867 User-defined commands
32868 \end_layout
32869
32870 \end_inset
32871
32872
32873 \end_layout
32874
32875 \begin_layout Standard
32876 \begin_inset Note Greyedout
32877 status open
32878
32879 \begin_layout Plain Layout
32880
32881 \series bold
32882 Note:
32883 \series default
32884  The names of user-defined commands and macros may only consist of Latin
32885  letters.
32886 \end_layout
32887
32888 \end_inset
32889
32890
32891 \end_layout
32892
32893 \begin_layout Subsection
32894 The Command 
32895 \backslash
32896 newcommand
32897 \begin_inset CommandInset label
32898 LatexCommand label
32899 name "sub:The-Command-newcommand"
32900
32901 \end_inset
32902
32903
32904 \begin_inset Index idx
32905 status collapsed
32906
32907 \begin_layout Plain Layout
32908 User-defined commands ! 
32909 \backslash
32910 newcommand
32911 \end_layout
32912
32913 \end_inset
32914
32915
32916 \begin_inset Index idx
32917 status collapsed
32918
32919 \begin_layout Plain Layout
32920 Commands ! N ! 
32921 \backslash
32922 newcommand
32923 \end_layout
32924
32925 \end_inset
32926
32927
32928 \end_layout
32929
32930 \begin_layout Standard
32931 Many LaTeX-commands are too long to be used frequently.
32932  But it is possible to define with the command 
32933 \series bold
32934
32935 \backslash
32936 newcommand
32937 \series default
32938  new shorter commands.
32939 \end_layout
32940
32941 \begin_layout Standard
32942 The command scheme of 
32943 \series bold
32944
32945 \backslash
32946 newcommand
32947 \series default
32948  is:
32949 \end_layout
32950
32951 \begin_layout Standard
32952
32953 \series bold
32954
32955 \backslash
32956 newcommand{new command name}[number of arguments][optional
32957 \series default
32958  
32959 \series bold
32960 value]
32961 \begin_inset Newline newline
32962 \end_inset
32963
32964
32965 \begin_inset Phantom HPhantom
32966 status open
32967
32968 \begin_layout Plain Layout
32969
32970 \series bold
32971
32972 \backslash
32973 newcommand
32974 \end_layout
32975
32976 \end_inset
32977
32978 {command definition}
32979 \end_layout
32980
32981 \begin_layout Standard
32982 \begin_inset Note Greyedout
32983 status open
32984
32985 \begin_layout Plain Layout
32986
32987 \series bold
32988 Note:
32989 \series default
32990  Assure that the name of the new command is not already used in your document
32991  or by LaTeX-packages that you use.
32992  When you for example define the command 
32993 \series bold
32994
32995 \backslash
32996 le
32997 \series default
32998  for 
32999 \series bold
33000
33001 \backslash
33002 Leftarrow
33003 \series default
33004 , you get an error message because 
33005 \series bold
33006
33007 \backslash
33008 le
33009 \series default
33010  is already defined as command for 
33011 \begin_inset Quotes eld
33012 \end_inset
33013
33014
33015 \begin_inset Formula $\le$
33016 \end_inset
33017
33018
33019 \begin_inset Quotes erd
33020 \end_inset
33021
33022 .
33023 \end_layout
33024
33025 \end_inset
33026
33027
33028 \end_layout
33029
33030 \begin_layout Standard
33031 The number of arguments is an integer in the range 0
33032 \begin_inset space \thinspace{}
33033 \end_inset
33034
33035 -
33036 \begin_inset space \thinspace{}
33037 \end_inset
33038
33039 9 and specifies how many arguments the new command should have.
33040  With the optional value a value for an optional argument can be predefined.
33041  When this is done, the 
33042 \emph on
33043 first
33044 \emph default
33045  
33046 \emph on
33047 a
33048 \emph default
33049 rgument of the new command is automatically an optional one.
33050 \end_layout
33051
33052 \begin_layout Standard
33053 Here are some examples:
33054 \end_layout
33055
33056 \begin_layout Itemize
33057 To define the command 
33058 \series bold
33059
33060 \backslash
33061 gr
33062 \series default
33063  for 
33064 \series bold
33065
33066 \backslash
33067 Longrightarrow
33068 \series default
33069 , the LaTeX-preamble line is:
33070 \begin_inset VSpace medskip
33071 \end_inset
33072
33073
33074 \begin_inset Newline newline
33075 \end_inset
33076
33077
33078 \series bold
33079
33080 \backslash
33081 newcommand{
33082 \backslash
33083 gr}{
33084 \backslash
33085 Longrightarrow}
33086 \end_layout
33087
33088 \begin_layout Itemize
33089 To define the command 
33090 \series bold
33091
33092 \backslash
33093 us
33094 \series default
33095  for 
33096 \series bold
33097
33098 \backslash
33099 underline
33100 \series default
33101 , the argument (that should be underlined) must be taken into account.
33102  For this the preamble line is:
33103 \begin_inset VSpace medskip
33104 \end_inset
33105
33106
33107 \begin_inset Newline newline
33108 \end_inset
33109
33110
33111 \series bold
33112
33113 \backslash
33114 newcommand{
33115 \backslash
33116 us}[1]{
33117 \backslash
33118 underline{#1}}
33119 \series default
33120
33121 \begin_inset VSpace medskip
33122 \end_inset
33123
33124
33125 \begin_inset Newline newline
33126 \end_inset
33127
33128 The character 
33129 \series bold
33130 #
33131 \series default
33132  acts as argument placeholder, the 
33133 \series bold
33134 1
33135 \series default
33136  behind it denotes that it is the placeholder for the first argument.
33137 \end_layout
33138
33139 \begin_layout Itemize
33140 For 
33141 \series bold
33142
33143 \backslash
33144 framebox
33145 \series default
33146  one can e.
33147 \begin_inset space \thinspace{}
33148 \end_inset
33149
33150 g.
33151 \begin_inset space \space{}
33152 \end_inset
33153
33154 define the command 
33155 \series bold
33156
33157 \backslash
33158 fb
33159 \series default
33160 :
33161 \begin_inset VSpace medskip
33162 \end_inset
33163
33164
33165 \begin_inset Newline newline
33166 \end_inset
33167
33168
33169 \series bold
33170
33171 \backslash
33172 newcommand{
33173 \backslash
33174 fb}[3]{
33175 \backslash
33176 framebox#1#2{$#3$}}
33177 \series default
33178
33179 \begin_inset VSpace medskip
33180 \end_inset
33181
33182
33183 \begin_inset Newline newline
33184 \end_inset
33185
33186 The two Dollar signs creates the extra formula needed for 
33187 \series bold
33188
33189 \backslash
33190 framebox
33191 \series default
33192 , see 
33193 \begin_inset CommandInset ref
33194 LatexCommand ref
33195 reference "sub:Boxes-with-Frame"
33196
33197 \end_inset
33198
33199 .
33200 \end_layout
33201
33202 \begin_layout Itemize
33203 To create a new command for 
33204 \series bold
33205
33206 \backslash
33207 fcolorbox
33208 \series default
33209  where the color for the box needn't to be specified, the argument for the
33210  color is defined optional:
33211 \begin_inset VSpace medskip
33212 \end_inset
33213
33214
33215 \begin_inset Newline newline
33216 \end_inset
33217
33218
33219 \series bold
33220
33221 \backslash
33222 newcommand{
33223 \backslash
33224 cb}[3][white]{
33225 \backslash
33226 fcolorbox{#2}{#1}{$#3$}}
33227 \series default
33228
33229 \begin_inset VSpace medskip
33230 \end_inset
33231
33232
33233 \begin_inset Newline newline
33234 \end_inset
33235
33236 When the color is not specified when using 
33237 \series bold
33238
33239 \backslash
33240 cb
33241 \series default
33242 , the predefined color 
33243 \series bold
33244 white
33245 \series default
33246  will be used.
33247 \end_layout
33248
33249 \begin_layout Standard
33250 A test of the new defined commands:
33251 \end_layout
33252
33253 \begin_layout Standard
33254 \align center
33255 \begin_inset Tabular
33256 <lyxtabular version="3" rows="6" columns="2">
33257 <features tabularvalignment="middle">
33258 <column alignment="center" valignment="top" width="0">
33259 <column alignment="center" valignment="top" width="0">
33260 <row>
33261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33262 \begin_inset Text
33263
33264 \begin_layout Plain Layout
33265 Command
33266 \end_layout
33267
33268 \end_inset
33269 </cell>
33270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33271 \begin_inset Text
33272
33273 \begin_layout Plain Layout
33274 Result
33275 \begin_inset Note Note
33276 status collapsed
33277
33278 \begin_layout Plain Layout
33279
33280 \series bold
33281
33282 \backslash
33283 raisebox
33284 \series default
33285  is only used as spacer.
33286 \end_layout
33287
33288 \end_inset
33289
33290
33291 \end_layout
33292
33293 \end_inset
33294 </cell>
33295 </row>
33296 <row>
33297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33298 \begin_inset Text
33299
33300 \begin_layout Plain Layout
33301 A
33302 \backslash
33303 gr
33304 \begin_inset ERT
33305 status collapsed
33306
33307 \begin_layout Plain Layout
33308
33309
33310 \backslash
33311 spce 
33312 \end_layout
33313
33314 \end_inset
33315
33316 B
33317 \end_layout
33318
33319 \end_inset
33320 </cell>
33321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33322 \begin_inset Text
33323
33324 \begin_layout Plain Layout
33325 \begin_inset Formula $A\gr B$
33326 \end_inset
33327
33328
33329 \end_layout
33330
33331 \end_inset
33332 </cell>
33333 </row>
33334 <row>
33335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33336 \begin_inset Text
33337
33338 \begin_layout Plain Layout
33339
33340 \backslash
33341 us{ABcd
33342 \end_layout
33343
33344 \end_inset
33345 </cell>
33346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33347 \begin_inset Text
33348
33349 \begin_layout Plain Layout
33350 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33351 \end_inset
33352
33353
33354 \end_layout
33355
33356 \end_inset
33357 </cell>
33358 </row>
33359 <row>
33360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33361 \begin_inset Text
33362
33363 \begin_layout Plain Layout
33364
33365 \backslash
33366 fb{[2cm]
33367 \begin_inset Formula $\to$
33368 \end_inset
33369
33370
33371 \backslash
33372 {
33373 \begin_inset Formula $\to$
33374 \end_inset
33375
33376
33377 \backslash
33378 {
33379 \backslash
33380 int
33381 \begin_inset ERT
33382 status collapsed
33383
33384 \begin_layout Plain Layout
33385
33386
33387 \backslash
33388 spce 
33389 \end_layout
33390
33391 \end_inset
33392
33393 A=B
33394 \end_layout
33395
33396 \end_inset
33397 </cell>
33398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33399 \begin_inset Text
33400
33401 \begin_layout Plain Layout
33402 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33403 \end_inset
33404
33405
33406 \end_layout
33407
33408 \end_inset
33409 </cell>
33410 </row>
33411 <row>
33412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33413 \begin_inset Text
33414
33415 \begin_layout Plain Layout
33416
33417 \backslash
33418 cb{red
33419 \begin_inset Formula $\to$
33420 \end_inset
33421
33422
33423 \backslash
33424 {
33425 \backslash
33426 int
33427 \begin_inset ERT
33428 status collapsed
33429
33430 \begin_layout Plain Layout
33431
33432
33433 \backslash
33434 spce 
33435 \end_layout
33436
33437 \end_inset
33438
33439 A=B
33440 \end_layout
33441
33442 \end_inset
33443 </cell>
33444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33445 \begin_inset Text
33446
33447 \begin_layout Plain Layout
33448 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33449 \end_inset
33450
33451
33452 \end_layout
33453
33454 \end_inset
33455 </cell>
33456 </row>
33457 <row>
33458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33459 \begin_inset Text
33460
33461 \begin_layout Plain Layout
33462
33463 \backslash
33464 cb[green]
33465 \backslash
33466 {red
33467 \begin_inset Formula $\to$
33468 \end_inset
33469
33470
33471 \backslash
33472 {
33473 \backslash
33474 int
33475 \begin_inset ERT
33476 status collapsed
33477
33478 \begin_layout Plain Layout
33479
33480
33481 \backslash
33482 spce 
33483 \end_layout
33484
33485 \end_inset
33486
33487 A=B
33488 \end_layout
33489
33490 \end_inset
33491 </cell>
33492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33493 \begin_inset Text
33494
33495 \begin_layout Plain Layout
33496 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33497 \end_inset
33498
33499
33500 \end_layout
33501
33502 \end_inset
33503 </cell>
33504 </row>
33505 </lyxtabular>
33506
33507 \end_inset
33508
33509
33510 \end_layout
33511
33512 \begin_layout Subsection
33513 Math Macros
33514 \begin_inset Index idx
33515 status collapsed
33516
33517 \begin_layout Plain Layout
33518 User-defined commands! Math macros
33519 \end_layout
33520
33521 \end_inset
33522
33523
33524 \begin_inset Index idx
33525 status collapsed
33526
33527 \begin_layout Plain Layout
33528 Macros
33529 \end_layout
33530
33531 \end_inset
33532
33533
33534 \end_layout
33535
33536 \begin_layout Standard
33537 User-defined commands are especially convenient for complex expressions.
33538  When you are for example dealing in a document with quadratic equations,
33539  the same solution type occurs several times.
33540  The general form of a quadratic equation is
33541 \begin_inset Formula \[
33542 0=\lambda^{2}+p\lambda+q
33543 \]
33544
33545 \end_inset
33546
33547 The general form of the solution is
33548 \begin_inset Formula \[
33549 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33550 \]
33551
33552 \end_inset
33553
33554
33555 \end_layout
33556
33557 \begin_layout Standard
33558 To define a command for the solution formula where only the three parameters
33559  
33560 \begin_inset Formula $\lambda$
33561 \end_inset
33562
33563
33564 \begin_inset Formula $p$
33565 \end_inset
33566
33567  and 
33568 \begin_inset Formula $q$
33569 \end_inset
33570
33571  need to be specified and the index of 
33572 \begin_inset Formula $\lambda$
33573 \end_inset
33574
33575  can be given optionally, the LaTeX-preamble line is
33576 \begin_inset Newline newline
33577 \end_inset
33578
33579
33580 \series bold
33581
33582 \backslash
33583 newcommand{
33584 \backslash
33585 qG}[4][1,
33586 \backslash
33587 ,2]{#2_{#1}=-
33588 \backslash
33589 frac{#3}{2}
33590 \backslash
33591 pm
33592 \begin_inset Newline newline
33593 \end_inset
33594
33595
33596 \begin_inset Phantom HPhantom
33597 status open
33598
33599 \begin_layout Plain Layout
33600
33601 \series bold
33602
33603 \backslash
33604 newcommand
33605 \end_layout
33606
33607 \end_inset
33608
33609
33610 \backslash
33611 sqrt{
33612 \backslash
33613 frac{#3^{2}}{4}-#4}}
33614 \end_layout
33615
33616 \begin_layout Standard
33617 To create with this the solution formula, the command
33618 \begin_inset Newline newline
33619 \end_inset
33620
33621
33622 \series bold
33623
33624 \backslash
33625 qG{
33626 \backslash
33627 lambda
33628 \begin_inset Formula $\to$
33629 \end_inset
33630
33631
33632 \backslash
33633 {p
33634 \begin_inset Formula $\to$
33635 \end_inset
33636
33637
33638 \backslash
33639 {q
33640 \series default
33641  is inserted to a formula
33642 \series bold
33643 .
33644 \end_layout
33645
33646 \begin_layout Standard
33647 The definition of the new command is unintuitive because one has to know
33648  the schemes of all used LaTeX commands, e.
33649 \begin_inset space \thinspace{}
33650 \end_inset
33651
33652 g.
33653 \begin_inset space \space{}
33654 \end_inset
33655
33656 that a fraction is inserted in LaTeX as 
33657 \series bold
33658
33659 \backslash
33660 frac{numerator}{denominator}
33661 \series default
33662 .
33663  Furthermore one can easily forget a brace in the definition and cannot
33664  see in LyX what the new command is doing.
33665  To avoid these problems LyX offers the possibility to use math macros instead
33666  of the command 
33667 \series bold
33668
33669 \backslash
33670 newcommand
33671 \series default
33672 .
33673 \end_layout
33674
33675 \begin_layout Standard
33676 A math macro is created by using the menu 
33677 \family sans
33678 Insert\SpecialChar \menuseparator
33679 Math\SpecialChar \menuseparator
33680 Macro
33681 \family default
33682  or the toolbar button 
33683 \begin_inset Graphics
33684         filename ../images/math-macro_newmacroname_newcommand.png
33685         scale 85
33686
33687 \end_inset
33688
33689 .
33690  The math macro toolbar appears together with the following box where the
33691  macro is defined:
33692 \begin_inset Newline newline
33693 \end_inset
33694
33695
33696 \begin_inset space \hspace*{\fill}
33697 \end_inset
33698
33699
33700 \begin_inset Graphics
33701         filename clipart/macrobox.png
33702
33703 \end_inset
33704
33705
33706 \begin_inset space \hspace*{\fill}
33707 \end_inset
33708
33709
33710 \begin_inset Newline newline
33711 \end_inset
33712
33713
33714 \begin_inset FormulaMacro
33715 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33716 \end_inset
33717
33718
33719 \backslash
33720 newmacroname is the default name of the macro that should be changed to
33721  something sensible.
33722  The wanted formula is inserted in the first blue box.
33723  An argument placeholder is inserted with the command 
33724 \series bold
33725
33726 \backslash
33727 #argumentnumber
33728 \series default
33729 , e.
33730 \begin_inset space \thinspace{}
33731 \end_inset
33732
33733 g
33734 \begin_inset space \space{}
33735 \end_inset
33736
33737
33738 \series bold
33739
33740 \backslash
33741 #1
33742 \series default
33743  or by using the macro toolbar button 
33744 \begin_inset Graphics
33745         filename ../images/math-macro-add-param.png
33746         scale 85
33747
33748 \end_inset
33749
33750 .
33751  Argument placeholders are displayed red.
33752  Maximum 9 arguments are possible.
33753  Optional arguments are created with the toolbar button 
33754 \begin_inset Graphics
33755         filename ../images/math-macro-add-optional-param.png
33756         scale 85
33757
33758 \end_inset
33759
33760 .
33761  The first non-optional argument can be transformed to an optional one with
33762  the toolbar button 
33763 \begin_inset Graphics
33764         filename ../images/math-macro-make-optional.png
33765         scale 85
33766
33767 \end_inset
33768
33769 .
33770  In the second blue box the appearance of the macro in LyX can be defined.
33771  Normally you want to see it as it is defined, so the box is kept empty.
33772  But when you have created a macro that needs lot of space on the screen,
33773  you can insert in the box for example
33774 \begin_inset Newline newline
33775 \end_inset
33776
33777
33778 \series bold
33779 qG: 
33780 \backslash
33781 #1
33782 \series default
33783  
33784 \series bold
33785 ,
33786 \series default
33787  
33788 \series bold
33789
33790 \backslash
33791 #2
33792 \series default
33793  
33794 \series bold
33795 ,
33796 \series default
33797  
33798 \series bold
33799
33800 \backslash
33801 #3, 
33802 \backslash
33803 #4
33804 \begin_inset Newline newline
33805 \end_inset
33806
33807
33808 \series default
33809 For the macro only the arguments with the macro name in front of them will
33810  then be displayed in LyX, leading to a better overview.
33811  The formula appears in the output as defined in the first box.
33812 \begin_inset Newline newline
33813 \end_inset
33814
33815 The appearance of macros in formulas can furthermore be changed for single
33816  macros by setting the cursor in the macro and using the menu 
33817 \family sans
33818 View\SpecialChar \menuseparator
33819 (Un)fold
33820 \begin_inset space ~
33821 \end_inset
33822
33823 Math
33824 \begin_inset space ~
33825 \end_inset
33826
33827 Macro
33828 \family default
33829 .
33830 \end_layout
33831
33832 \begin_layout Standard
33833 To use a macro, the macro name is inserted as command to a formula, in our
33834  case 
33835 \series bold
33836
33837 \backslash
33838 qG
33839 \series default
33840 .
33841  Our macro looks in LyX like this:
33842 \begin_inset Newline newline
33843 \end_inset
33844
33845
33846 \begin_inset space \hspace*{\fill}
33847 \end_inset
33848
33849
33850 \begin_inset Graphics
33851         filename clipart/macrouse.png
33852
33853 \end_inset
33854
33855
33856 \begin_inset space \hspace*{\fill}
33857 \end_inset
33858
33859
33860 \begin_inset Newline newline
33861 \end_inset
33862
33863 Here is our macro example with the arguments 
33864 \begin_inset Formula $x$
33865 \end_inset
33866
33867
33868 \begin_inset Formula $\ln(x)$
33869 \end_inset
33870
33871  and 
33872 \begin_inset Formula $B$
33873 \end_inset
33874
33875 :
33876 \end_layout
33877
33878 \begin_layout Standard
33879 \begin_inset Formula \[
33880 \qG x{\ln(x)}B
33881 \]
33882
33883 \end_inset
33884
33885
33886 \end_layout
33887
33888 \begin_layout Standard
33889 LyX offers in the menu 
33890 \family sans
33891 Tools\SpecialChar \menuseparator
33892 Preferences\SpecialChar \menuseparator
33893 Editing\SpecialChar \menuseparator
33894 Control
33895 \family default
33896  different styles to edit macros.
33897  To find the style that suits you the most, choose a style and set the cursor
33898  in a macro formula to see the difference.
33899 \end_layout
33900
33901 \begin_layout Standard
33902 A math macro is transformed internally to a 
33903 \series bold
33904
33905 \backslash
33906 newcommand
33907 \series default
33908  command when exporting the document.
33909  The created 
33910 \series bold
33911
33912 \backslash
33913 newcommand
33914 \series default
33915  command is not placed in the LaTeX-preamble, therefore macros can only
33916  be used in formulas that are in the document below the macro definition
33917  box.
33918 \end_layout
33919
33920 \begin_layout Standard
33921 Math macros can also be directly be created from a 
33922 \series bold
33923
33924 \backslash
33925 newcommand
33926 \series default
33927  command.
33928  When writing for example the command
33929 \series bold
33930
33931 \begin_inset Newline newline
33932 \end_inset
33933
33934
33935 \backslash
33936 newcommand{
33937 \backslash
33938 larrow}[2]{
33939 \backslash
33940 xleftarrow[#2]{#1}}
33941 \begin_inset Newline newline
33942 \end_inset
33943
33944
33945 \series default
33946 in LyX as normal text, highlighting it completely and using then the shortcut
33947  
33948 \family sans
33949 Ctrl+M
33950 \family default
33951 , the command will be transformed to a math macro.
33952  Using this method you need to be careful that the 
33953 \series bold
33954
33955 \backslash
33956 newcommand
33957 \series default
33958  command is typed correctly, otherwise you get a faulty macro leading to
33959  LaTeX errors.
33960 \end_layout
33961
33962 \begin_layout Standard
33963 Math macros currently yet have the problem that further formulas in macro
33964  definitions are handled wrongly.
33965  Therefore the example 
33966 \series bold
33967
33968 \backslash
33969 fb
33970 \series default
33971  from 
33972 \begin_inset CommandInset ref
33973 LatexCommand ref
33974 reference "sub:The-Command-newcommand"
33975
33976 \end_inset
33977
33978  cannot be created as macro.
33979 \end_layout
33980
33981 \begin_layout Standard
33982 When the cursor is in a macro definition box, you will see the macro toolbar
33983  in LyX:
33984 \end_layout
33985
33986 \begin_layout Standard
33987 \begin_inset VSpace defskip
33988 \end_inset
33989
33990
33991 \end_layout
33992
33993 \begin_layout Standard
33994 \begin_inset Graphics
33995         filename clipart/MacroToolbar.png
33996
33997 \end_inset
33998
33999
34000 \begin_inset Index idx
34001 status collapsed
34002
34003 \begin_layout Plain Layout
34004 Macros ! Toolbar
34005 \end_layout
34006
34007 \end_inset
34008
34009
34010 \end_layout
34011
34012 \begin_layout Standard
34013 \begin_inset VSpace defskip
34014 \end_inset
34015
34016
34017 \end_layout
34018
34019 \begin_layout Standard
34020 The macro toolbar contains from left to right the following buttons:
34021 \end_layout
34022
34023 \begin_layout Standard
34024 \begin_inset VSpace defskip
34025 \end_inset
34026
34027
34028 \end_layout
34029
34030 \begin_layout Standard
34031 \begin_inset Tabular
34032 <lyxtabular version="3" rows="9" columns="2">
34033 <features islongtable="true" longtabularalignment="center">
34034 <column alignment="left" valignment="top" width="0">
34035 <column alignment="left" valignment="top" width="85col%">
34036 <row interlinespace="2.5mm">
34037 <cell alignment="center" valignment="top" usebox="none">
34038 \begin_inset Text
34039
34040 \begin_layout Plain Layout
34041 \begin_inset Graphics
34042         filename ../images/math-macro-remove-param.png
34043         rotateOrigin center
34044
34045 \end_inset
34046
34047
34048 \end_layout
34049
34050 \end_inset
34051 </cell>
34052 <cell alignment="center" valignment="top" usebox="none">
34053 \begin_inset Text
34054
34055 \begin_layout Plain Layout
34056
34057 \family sans
34058 Edit\SpecialChar \menuseparator
34059 Math\SpecialChar \menuseparator
34060 Macro
34061 \begin_inset space ~
34062 \end_inset
34063
34064 Definition\SpecialChar \menuseparator
34065 Remove Last Argument
34066 \end_layout
34067
34068 \end_inset
34069 </cell>
34070 </row>
34071 <row interlinespace="2.5mm">
34072 <cell alignment="center" valignment="top" usebox="none">
34073 \begin_inset Text
34074
34075 \begin_layout Plain Layout
34076 \begin_inset Graphics
34077         filename ../images/math-macro-add-param.png
34078         rotateOrigin center
34079
34080 \end_inset
34081
34082
34083 \end_layout
34084
34085 \end_inset
34086 </cell>
34087 <cell alignment="center" valignment="top" usebox="none">
34088 \begin_inset Text
34089
34090 \begin_layout Plain Layout
34091
34092 \family sans
34093 Edit\SpecialChar \menuseparator
34094 Math\SpecialChar \menuseparator
34095 Macro
34096 \begin_inset space ~
34097 \end_inset
34098
34099 Definition\SpecialChar \menuseparator
34100 Append Argument
34101 \end_layout
34102
34103 \end_inset
34104 </cell>
34105 </row>
34106 <row interlinespace="2.5mm">
34107 <cell alignment="center" valignment="top" usebox="none">
34108 \begin_inset Text
34109
34110 \begin_layout Plain Layout
34111 \begin_inset Graphics
34112         filename ../images/math-macro-make-optional.png
34113         rotateOrigin center
34114
34115 \end_inset
34116
34117
34118 \end_layout
34119
34120 \end_inset
34121 </cell>
34122 <cell alignment="center" valignment="top" usebox="none">
34123 \begin_inset Text
34124
34125 \begin_layout Plain Layout
34126
34127 \family sans
34128 Edit\SpecialChar \menuseparator
34129 Math\SpecialChar \menuseparator
34130 Macro
34131 \begin_inset space ~
34132 \end_inset
34133
34134 Definition\SpecialChar \menuseparator
34135 Make First Non-Optional into
34136 \begin_inset Newline newline
34137 \end_inset
34138
34139
34140 \begin_inset Phantom HPhantom
34141 status open
34142
34143 \begin_layout Plain Layout
34144
34145 \family sans
34146 Edit\SpecialChar \menuseparator
34147 Math\SpecialChar \menuseparator
34148 Macro
34149 \begin_inset space ~
34150 \end_inset
34151
34152 Definition\SpecialChar \menuseparator
34153
34154 \end_layout
34155
34156 \end_inset
34157
34158 Optional Argument
34159 \end_layout
34160
34161 \end_inset
34162 </cell>
34163 </row>
34164 <row interlinespace="2.5mm">
34165 <cell alignment="center" valignment="top" usebox="none">
34166 \begin_inset Text
34167
34168 \begin_layout Plain Layout
34169 \begin_inset Graphics
34170         filename ../images/math-macro-make-nonoptional.png
34171         rotateOrigin center
34172
34173 \end_inset
34174
34175
34176 \end_layout
34177
34178 \end_inset
34179 </cell>
34180 <cell alignment="center" valignment="top" usebox="none">
34181 \begin_inset Text
34182
34183 \begin_layout Plain Layout
34184
34185 \family sans
34186 Edit\SpecialChar \menuseparator
34187 Math\SpecialChar \menuseparator
34188 Macro
34189 \begin_inset space ~
34190 \end_inset
34191
34192 Definition\SpecialChar \menuseparator
34193 Make Last Optional into
34194 \begin_inset Newline newline
34195 \end_inset
34196
34197
34198 \begin_inset Phantom HPhantom
34199 status open
34200
34201 \begin_layout Plain Layout
34202
34203 \family sans
34204 Edit\SpecialChar \menuseparator
34205 Math\SpecialChar \menuseparator
34206 Macro
34207 \begin_inset space ~
34208 \end_inset
34209
34210 Definition\SpecialChar \menuseparator
34211
34212 \end_layout
34213
34214 \end_inset
34215
34216 Non-Optional Argument
34217 \end_layout
34218
34219 \end_inset
34220 </cell>
34221 </row>
34222 <row interlinespace="2.5mm">
34223 <cell alignment="center" valignment="top" usebox="none">
34224 \begin_inset Text
34225
34226 \begin_layout Plain Layout
34227 \begin_inset Graphics
34228         filename ../images/math-macro-remove-optional-param.png
34229         rotateOrigin center
34230
34231 \end_inset
34232
34233
34234 \end_layout
34235
34236 \end_inset
34237 </cell>
34238 <cell alignment="center" valignment="top" usebox="none">
34239 \begin_inset Text
34240
34241 \begin_layout Plain Layout
34242
34243 \family sans
34244 Edit\SpecialChar \menuseparator
34245 Math\SpecialChar \menuseparator
34246 Macro
34247 \begin_inset space ~
34248 \end_inset
34249
34250 Definition\SpecialChar \menuseparator
34251 Remove Optional Argument
34252 \end_layout
34253
34254 \end_inset
34255 </cell>
34256 </row>
34257 <row interlinespace="2.5mm">
34258 <cell alignment="center" valignment="top" usebox="none">
34259 \begin_inset Text
34260
34261 \begin_layout Plain Layout
34262 \begin_inset Graphics
34263         filename ../images/math-macro-add-optional-param.png
34264         rotateOrigin center
34265
34266 \end_inset
34267
34268
34269 \end_layout
34270
34271 \end_inset
34272 </cell>
34273 <cell alignment="center" valignment="top" usebox="none">
34274 \begin_inset Text
34275
34276 \begin_layout Plain Layout
34277
34278 \family sans
34279 Edit\SpecialChar \menuseparator
34280 Math\SpecialChar \menuseparator
34281 Macro
34282 \begin_inset space ~
34283 \end_inset
34284
34285 Definition\SpecialChar \menuseparator
34286 Insert Optional Argument
34287 \end_layout
34288
34289 \end_inset
34290 </cell>
34291 </row>
34292 <row interlinespace="2.5mm">
34293 <cell alignment="center" valignment="top" usebox="none">
34294 \begin_inset Text
34295
34296 \begin_layout Plain Layout
34297 \begin_inset Graphics
34298         filename ../images/math-macro-remove-greedy-param.png
34299         rotateOrigin center
34300
34301 \end_inset
34302
34303
34304 \end_layout
34305
34306 \end_inset
34307 </cell>
34308 <cell alignment="center" valignment="top" usebox="none">
34309 \begin_inset Text
34310
34311 \begin_layout Plain Layout
34312
34313 \family sans
34314 Edit\SpecialChar \menuseparator
34315 Math\SpecialChar \menuseparator
34316 Macro
34317 \begin_inset space ~
34318 \end_inset
34319
34320 Definition\SpecialChar \menuseparator
34321 Remove Last Argument
34322 \begin_inset Newline newline
34323 \end_inset
34324
34325
34326 \begin_inset Phantom HPhantom
34327 status open
34328
34329 \begin_layout Plain Layout
34330
34331 \family sans
34332 Edit\SpecialChar \menuseparator
34333 Math\SpecialChar \menuseparator
34334 Macro
34335 \begin_inset space ~
34336 \end_inset
34337
34338 Definition\SpecialChar \menuseparator
34339
34340 \end_layout
34341
34342 \end_inset
34343
34344 Spitting Out To The Right
34345 \end_layout
34346
34347 \end_inset
34348 </cell>
34349 </row>
34350 <row interlinespace="2.5mm">
34351 <cell alignment="center" valignment="top" usebox="none">
34352 \begin_inset Text
34353
34354 \begin_layout Plain Layout
34355 \begin_inset Graphics
34356         filename ../images/math-macro-append-greedy-param.png
34357         rotateOrigin center
34358
34359 \end_inset
34360
34361
34362 \end_layout
34363
34364 \end_inset
34365 </cell>
34366 <cell alignment="center" valignment="top" usebox="none">
34367 \begin_inset Text
34368
34369 \begin_layout Plain Layout
34370
34371 \family sans
34372 Edit\SpecialChar \menuseparator
34373 Math\SpecialChar \menuseparator
34374 Macro
34375 \begin_inset space ~
34376 \end_inset
34377
34378 Definition\SpecialChar \menuseparator
34379 Append Argument
34380 \begin_inset Newline newline
34381 \end_inset
34382
34383
34384 \begin_inset Phantom HPhantom
34385 status open
34386
34387 \begin_layout Plain Layout
34388
34389 \family sans
34390 Edit\SpecialChar \menuseparator
34391 Math\SpecialChar \menuseparator
34392 Macro
34393 \begin_inset space ~
34394 \end_inset
34395
34396 Definition\SpecialChar \menuseparator
34397
34398 \end_layout
34399
34400 \end_inset
34401
34402 Eating From The Right
34403 \end_layout
34404
34405 \end_inset
34406 </cell>
34407 </row>
34408 <row interlinespace="2.5mm">
34409 <cell alignment="center" valignment="top" usebox="none">
34410 \begin_inset Text
34411
34412 \begin_layout Plain Layout
34413 \begin_inset Graphics
34414         filename ../images/math-macro-add-greedy-optional-param.png
34415         rotateOrigin center
34416
34417 \end_inset
34418
34419
34420 \end_layout
34421
34422 \end_inset
34423 </cell>
34424 <cell alignment="center" valignment="top" usebox="none">
34425 \begin_inset Text
34426
34427 \begin_layout Plain Layout
34428
34429 \family sans
34430 Edit\SpecialChar \menuseparator
34431 Math\SpecialChar \menuseparator
34432 Macro
34433 \begin_inset space ~
34434 \end_inset
34435
34436 Definition\SpecialChar \menuseparator
34437 Append Optional Argument
34438 \begin_inset Newline newline
34439 \end_inset
34440
34441
34442 \begin_inset Phantom HPhantom
34443 status open
34444
34445 \begin_layout Plain Layout
34446
34447 \family sans
34448 Edit\SpecialChar \menuseparator
34449 Math\SpecialChar \menuseparator
34450 Macro
34451 \begin_inset space ~
34452 \end_inset
34453
34454 Definition\SpecialChar \menuseparator
34455
34456 \end_layout
34457
34458 \end_inset
34459
34460 Eating From The Right
34461 \end_layout
34462
34463 \end_inset
34464 </cell>
34465 </row>
34466 </lyxtabular>
34467
34468 \end_inset
34469
34470
34471 \end_layout
34472
34473 \begin_layout Standard
34474 \begin_inset Newpage newpage
34475 \end_inset
34476
34477
34478 \end_layout
34479
34480 \begin_layout Section
34481 Tips
34482 \begin_inset Index idx
34483 status collapsed
34484
34485 \begin_layout Plain Layout
34486 Tips
34487 \end_layout
34488
34489 \end_inset
34490
34491
34492 \end_layout
34493
34494 \begin_layout Subsection
34495 Negative Numbers
34496 \begin_inset Index idx
34497 status collapsed
34498
34499 \begin_layout Plain Layout
34500 Numbers ! negative
34501 \end_layout
34502
34503 \end_inset
34504
34505
34506 \end_layout
34507
34508 \begin_layout Standard
34509 Negative numbers often look ugly in formulas because the minus sign before
34510  the number is set with the same length as the minus operator sign.
34511  When writing the negative number in normal text, the minus sign appears
34512  correctly.
34513 \end_layout
34514
34515 \begin_layout Standard
34516 Thus, the problem disappears when converting the minus sign to mathematical
34517  text.
34518 \end_layout
34519
34520 \begin_layout Standard
34521 An example to visualize the problem:
34522 \end_layout
34523
34524 \begin_layout Standard
34525 \align center
34526 \begin_inset Tabular
34527 <lyxtabular version="3" rows="3" columns="2">
34528 <features tabularvalignment="middle">
34529 <column alignment="right" valignment="top" width="0">
34530 <column alignment="left" valignment="top" width="0">
34531 <row>
34532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34533 \begin_inset Text
34534
34535 \begin_layout Plain Layout
34536 normal text:
34537 \end_layout
34538
34539 \end_inset
34540 </cell>
34541 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34542 \begin_inset Text
34543
34544 \begin_layout Plain Layout
34545 x = -2
34546 \end_layout
34547
34548 \end_inset
34549 </cell>
34550 </row>
34551 <row>
34552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34553 \begin_inset Text
34554
34555 \begin_layout Plain Layout
34556 formula:
34557 \end_layout
34558
34559 \end_inset
34560 </cell>
34561 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34562 \begin_inset Text
34563
34564 \begin_layout Plain Layout
34565 \begin_inset Formula $x=-2$
34566 \end_inset
34567
34568
34569 \end_layout
34570
34571 \end_inset
34572 </cell>
34573 </row>
34574 <row>
34575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34576 \begin_inset Text
34577
34578 \begin_layout Plain Layout
34579 solution:
34580 \end_layout
34581
34582 \end_inset
34583 </cell>
34584 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34585 \begin_inset Text
34586
34587 \begin_layout Plain Layout
34588 \begin_inset Formula $x=\textrm{-}2$
34589 \end_inset
34590
34591
34592 \end_layout
34593
34594 \end_inset
34595 </cell>
34596 </row>
34597 </lyxtabular>
34598
34599 \end_inset
34600
34601
34602 \end_layout
34603
34604 \begin_layout Subsection
34605 Comma as decimal Separator
34606 \begin_inset Index idx
34607 status collapsed
34608
34609 \begin_layout Plain Layout
34610 Comma
34611 \end_layout
34612
34613 \end_inset
34614
34615
34616 \end_layout
34617
34618 \begin_layout Standard
34619 In LaTeX a comma inside a formula is used, according to the English convention,
34620  as number group separator.
34621  So there will be space added behind all commas in formulas.
34622 \end_layout
34623
34624 \begin_layout Standard
34625 To avoid this, the comma is highlighted and changed to mathematical text
34626  (shortcut 
34627 \begin_inset Info
34628 type  "shortcut"
34629 arg   "math-mode"
34630 \end_inset
34631
34632 ).
34633 \end_layout
34634
34635 \begin_layout Standard
34636 To use all formula commas in the document as decimal separator, the file
34637  
34638 \series bold
34639 icomma.sty
34640 \series default
34641
34642 \begin_inset Foot
34643 status collapsed
34644
34645 \begin_layout Plain Layout
34646
34647 \series bold
34648 icomma
34649 \series default
34650  is part of the LaTeX-package 
34651 \series bold
34652 was
34653 \series default
34654
34655 \begin_inset Index idx
34656 status collapsed
34657
34658 \begin_layout Plain Layout
34659 Packages ! was
34660 \begin_inset ERT
34661 status collapsed
34662
34663 \begin_layout Plain Layout
34664
34665
34666 \backslash
34667 vspace{4mm}
34668 \end_layout
34669
34670 \end_inset
34671
34672
34673 \end_layout
34674
34675 \end_inset
34676
34677 .
34678 \end_layout
34679
34680 \end_inset
34681
34682
34683 \begin_inset Index idx
34684 status collapsed
34685
34686 \begin_layout Plain Layout
34687 Packages ! icomma
34688 \end_layout
34689
34690 \end_inset
34691
34692  is loaded with the LaTeX-preamble line
34693 \end_layout
34694
34695 \begin_layout Standard
34696
34697 \series bold
34698
34699 \backslash
34700 usepackage{icomma}
34701 \end_layout
34702
34703 \begin_layout Subsection
34704 Physical Vectors
34705 \begin_inset CommandInset label
34706 LatexCommand label
34707 name "sub:Physical-Vectors"
34708
34709 \end_inset
34710
34711
34712 \begin_inset Index idx
34713 status collapsed
34714
34715 \begin_layout Plain Layout
34716 Vectors ! physical
34717 \end_layout
34718
34719 \end_inset
34720
34721
34722 \end_layout
34723
34724 \begin_layout Standard
34725 Predefined vectors are offered by the LaTeX-package 
34726 \series bold
34727 braket
34728 \series default
34729
34730 \begin_inset Index idx
34731 status collapsed
34732
34733 \begin_layout Plain Layout
34734 Packages ! braket
34735 \end_layout
34736
34737 \end_inset
34738
34739  that is loaded with the LaTeX-preamble line
34740 \end_layout
34741
34742 \begin_layout Standard
34743
34744 \series bold
34745
34746 \backslash
34747 usepackage{braket}
34748 \end_layout
34749
34750 \begin_layout Standard
34751 \begin_inset ERT
34752 status collapsed
34753
34754 \begin_layout Plain Layout
34755
34756
34757 \backslash
34758 ifbraket 
34759 \end_layout
34760
34761 \end_inset
34762
34763
34764 \begin_inset Note Note
34765 status open
34766
34767 \begin_layout Plain Layout
34768 The following table will only be displayed when the LaTeX-package 
34769 \series bold
34770 braket
34771 \series default
34772  is installed.
34773 \end_layout
34774
34775 \end_inset
34776
34777
34778 \end_layout
34779
34780 \begin_layout Standard
34781 The following commands are defined:
34782 \end_layout
34783
34784 \begin_layout Standard
34785 \align center
34786 \begin_inset Tabular
34787 <lyxtabular version="3" rows="4" columns="2">
34788 <features tabularvalignment="middle">
34789 <column alignment="center" valignment="top" width="0">
34790 <column alignment="center" valignment="top" width="0">
34791 <row>
34792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34793 \begin_inset Text
34794
34795 \begin_layout Plain Layout
34796 Command
34797 \end_layout
34798
34799 \end_inset
34800 </cell>
34801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34802 \begin_inset Text
34803
34804 \begin_layout Plain Layout
34805 Result
34806 \end_layout
34807
34808 \end_inset
34809 </cell>
34810 </row>
34811 <row>
34812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34813 \begin_inset Text
34814
34815 \begin_layout Plain Layout
34816
34817 \backslash
34818 Bra{
34819 \backslash
34820 psi
34821 \end_layout
34822
34823 \end_inset
34824 </cell>
34825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34826 \begin_inset Text
34827
34828 \begin_layout Plain Layout
34829 \begin_inset Formula $\Bra{\psi}$
34830 \end_inset
34831
34832
34833 \end_layout
34834
34835 \end_inset
34836 </cell>
34837 </row>
34838 <row>
34839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34840 \begin_inset Text
34841
34842 \begin_layout Plain Layout
34843
34844 \backslash
34845 Ket{
34846 \backslash
34847 psi
34848 \end_layout
34849
34850 \end_inset
34851 </cell>
34852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34853 \begin_inset Text
34854
34855 \begin_layout Plain Layout
34856 \begin_inset Formula $\Ket{\psi}$
34857 \end_inset
34858
34859
34860 \end_layout
34861
34862 \end_inset
34863 </cell>
34864 </row>
34865 <row>
34866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34867 \begin_inset Text
34868
34869 \begin_layout Plain Layout
34870
34871 \backslash
34872 Braket{
34873 \backslash
34874 psi|
34875 \backslash
34876 phi
34877 \end_layout
34878
34879 \end_inset
34880 </cell>
34881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34882 \begin_inset Text
34883
34884 \begin_layout Plain Layout
34885 \begin_inset Formula $\Braket{\psi|\phi}$
34886 \end_inset
34887
34888
34889 \end_layout
34890
34891 \end_inset
34892 </cell>
34893 </row>
34894 </lyxtabular>
34895
34896 \end_inset
34897
34898
34899 \end_layout
34900
34901 \begin_layout Standard
34902 The command 
34903 \series bold
34904
34905 \backslash
34906 Braket
34907 \series default
34908  assures that all vertical bars are set in the size of the surrounding brackets:
34909 \begin_inset Formula \[
34910 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
34911 \]
34912
34913 \end_inset
34914
34915
34916 \begin_inset ERT
34917 status collapsed
34918
34919 \begin_layout Plain Layout
34920
34921
34922 \backslash
34923 else 
34924 \end_layout
34925
34926 \end_inset
34927
34928
34929 \begin_inset Note Note
34930 status open
34931
34932 \begin_layout Plain Layout
34933 The following will be displayed when the LaTeX-package 
34934 \series bold
34935 braket
34936 \series default
34937  is not installed:
34938 \end_layout
34939
34940 \end_inset
34941
34942
34943 \end_layout
34944
34945 \begin_layout Standard
34946 You need to install the LaTeX-package 
34947 \series bold
34948 braket
34949 \series default
34950  to see the rest of this subsection in the output.
34951 \end_layout
34952
34953 \begin_layout Standard
34954 \begin_inset ERT
34955 status collapsed
34956
34957 \begin_layout Plain Layout
34958
34959
34960 \backslash
34961 fi 
34962 \end_layout
34963
34964 \end_inset
34965
34966
34967 \end_layout
34968
34969 \begin_layout Standard
34970 The effect of 
34971 \series bold
34972
34973 \backslash
34974 Braket
34975 \series default
34976  can also be achieved using the command 
34977 \series bold
34978
34979 \backslash
34980 middle
34981 \series default
34982 , that is described in 
34983 \begin_inset CommandInset ref
34984 LatexCommand ref
34985 reference "sub:Automatic-Bracket-Size"
34986
34987 \end_inset
34988
34989 .
34990 \end_layout
34991
34992 \begin_layout Subsection
34993 Self-defined Fractions
34994 \begin_inset CommandInset label
34995 LatexCommand label
34996 name "sub:Self-defined-Fractions"
34997
34998 \end_inset
34999
35000
35001 \begin_inset Index idx
35002 status collapsed
35003
35004 \begin_layout Plain Layout
35005 Fractions ! self-defined
35006 \end_layout
35007
35008 \end_inset
35009
35010
35011 \end_layout
35012
35013 \begin_layout Standard
35014 To define custom commands for fractions, the command 
35015 \series bold
35016
35017 \backslash
35018 genfrac
35019 \series default
35020
35021 \begin_inset Index idx
35022 status collapsed
35023
35024 \begin_layout Plain Layout
35025 Commands ! G ! 
35026 \backslash
35027 genfrac
35028 \end_layout
35029
35030 \end_inset
35031
35032  is used in the following scheme:
35033 \end_layout
35034
35035 \begin_layout Standard
35036
35037 \series bold
35038
35039 \backslash
35040 genfrac{left
35041 \series default
35042  
35043 \series bold
35044 bracket}{right
35045 \series default
35046  
35047 \series bold
35048 bracket}{fraction bar thickness}{style}
35049 \begin_inset Newline newline
35050 \end_inset
35051
35052
35053 \begin_inset Phantom HPhantom
35054 status open
35055
35056 \begin_layout Plain Layout
35057
35058 \series bold
35059
35060 \backslash
35061 genfrac
35062 \end_layout
35063
35064 \end_inset
35065
35066 {numerator}{denominator}
35067 \end_layout
35068
35069 \begin_layout Standard
35070 The style is a number in the range of 0
35071 \begin_inset space \thinspace{}
35072 \end_inset
35073
35074 -
35075 \begin_inset space \thinspace{}
35076 \end_inset
35077
35078 3.
35079 \end_layout
35080
35081 \begin_layout Standard
35082 \align center
35083 \begin_inset Tabular
35084 <lyxtabular version="3" rows="5" columns="2">
35085 <features tabularvalignment="middle">
35086 <column alignment="center" valignment="top" width="0">
35087 <column alignment="center" valignment="top" width="0">
35088 <row>
35089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35090 \begin_inset Text
35091
35092 \begin_layout Plain Layout
35093 Number
35094 \end_layout
35095
35096 \end_inset
35097 </cell>
35098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35099 \begin_inset Text
35100
35101 \begin_layout Plain Layout
35102 Style (Size)
35103 \end_layout
35104
35105 \end_inset
35106 </cell>
35107 </row>
35108 <row>
35109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35110 \begin_inset Text
35111
35112 \begin_layout Plain Layout
35113 0
35114 \end_layout
35115
35116 \end_inset
35117 </cell>
35118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35119 \begin_inset Text
35120
35121 \begin_layout Plain Layout
35122 display style formula
35123 \end_layout
35124
35125 \end_inset
35126 </cell>
35127 </row>
35128 <row>
35129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35130 \begin_inset Text
35131
35132 \begin_layout Plain Layout
35133 1
35134 \end_layout
35135
35136 \end_inset
35137 </cell>
35138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35139 \begin_inset Text
35140
35141 \begin_layout Plain Layout
35142 inline formula
35143 \end_layout
35144
35145 \end_inset
35146 </cell>
35147 </row>
35148 <row>
35149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35150 \begin_inset Text
35151
35152 \begin_layout Plain Layout
35153 2
35154 \end_layout
35155
35156 \end_inset
35157 </cell>
35158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35159 \begin_inset Text
35160
35161 \begin_layout Plain Layout
35162 small
35163 \end_layout
35164
35165 \end_inset
35166 </cell>
35167 </row>
35168 <row>
35169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35170 \begin_inset Text
35171
35172 \begin_layout Plain Layout
35173 3
35174 \end_layout
35175
35176 \end_inset
35177 </cell>
35178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35179 \begin_inset Text
35180
35181 \begin_layout Plain Layout
35182 tiny
35183 \end_layout
35184
35185 \end_inset
35186 </cell>
35187 </row>
35188 </lyxtabular>
35189
35190 \end_inset
35191
35192
35193 \end_layout
35194
35195 \begin_layout Standard
35196 When no style is given, the size is adjusted to the surrounding environment
35197  like for the command 
35198 \series bold
35199
35200 \backslash
35201 frac
35202 \series default
35203 .
35204 \end_layout
35205
35206 \begin_layout Standard
35207 When no fraction bar thickness is given, the predefined value of 0.4
35208 \begin_inset space \thinspace{}
35209 \end_inset
35210
35211 pt will be used.
35212 \end_layout
35213
35214 \begin_layout Standard
35215 \begin_inset VSpace medskip
35216 \end_inset
35217
35218 For example, the commands 
35219 \series bold
35220
35221 \backslash
35222 dfrac
35223 \series default
35224  and 
35225 \series bold
35226
35227 \backslash
35228 tbinom
35229 \series default
35230  from 
35231 \begin_inset CommandInset ref
35232 LatexCommand ref
35233 reference "sub:Fractions"
35234
35235 \end_inset
35236
35237  are defined with the commands
35238 \end_layout
35239
35240 \begin_layout Standard
35241
35242 \series bold
35243
35244 \backslash
35245 newcommand{
35246 \backslash
35247 dfrac}[2]{
35248 \backslash
35249 genfrac{}{}{}{0}{#1}{#2}}
35250 \end_layout
35251
35252 \begin_layout Standard
35253 and
35254 \end_layout
35255
35256 \begin_layout Standard
35257
35258 \series bold
35259
35260 \backslash
35261 newcommand{
35262 \backslash
35263 tbinom}[2]{
35264 \backslash
35265 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35266 \end_layout
35267
35268 \begin_layout Standard
35269 \begin_inset VSpace medskip
35270 \end_inset
35271
35272 To define a fraction where the fraction bar thickness can be given as optional
35273  argument, the following line is inserted to the LaTeX-preamble:
35274 \end_layout
35275
35276 \begin_layout Standard
35277
35278 \series bold
35279
35280 \backslash
35281 newcommand{
35282 \backslash
35283 fracS}[3][]{
35284 \backslash
35285 genfrac{}{}{#1}{}{#2}{#3}}
35286 \end_layout
35287
35288 \begin_layout Standard
35289 A test:
35290 \begin_inset Formula \begin{align*}
35291 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35292 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35293 \end{align*}
35294
35295 \end_inset
35296
35297 As one can see, the distance of the numerator and the denominator to the
35298  fraction bar is round about three times the bar thickness.
35299 \end_layout
35300
35301 \begin_layout Subsection
35302 Canceled Formulas
35303 \begin_inset Index idx
35304 status collapsed
35305
35306 \begin_layout Plain Layout
35307 Formula ! canceled
35308 \end_layout
35309
35310 \end_inset
35311
35312
35313 \end_layout
35314
35315 \begin_layout Standard
35316 To cancel formulas or formula parts, the LaTeX-package 
35317 \series bold
35318 cancel
35319 \series default
35320
35321 \begin_inset Index idx
35322 status collapsed
35323
35324 \begin_layout Plain Layout
35325 Packages ! cancel
35326 \end_layout
35327
35328 \end_inset
35329
35330  has to be loaded with the LaTeX-preamble line
35331 \end_layout
35332
35333 \begin_layout Standard
35334
35335 \series bold
35336
35337 \backslash
35338 usepackage[samesize]{cancel}
35339 \end_layout
35340
35341 \begin_layout Standard
35342 \begin_inset ERT
35343 status collapsed
35344
35345 \begin_layout Plain Layout
35346
35347
35348 \backslash
35349 ifcancel 
35350 \end_layout
35351
35352 \end_inset
35353
35354
35355 \begin_inset Note Note
35356 status open
35357
35358 \begin_layout Plain Layout
35359 The following table will only be displayed when the LaTeX-package 
35360 \series bold
35361 cancel
35362 \series default
35363  is installed.
35364 \end_layout
35365
35366 \end_inset
35367
35368
35369 \end_layout
35370
35371 \begin_layout Standard
35372 There are four ways to cancel formulas:
35373 \end_layout
35374
35375 \begin_layout Standard
35376 \align center
35377 \begin_inset Tabular
35378 <lyxtabular version="3" rows="5" columns="2">
35379 <features tabularvalignment="middle">
35380 <column alignment="center" valignment="top" width="0">
35381 <column alignment="center" valignment="top" width="0">
35382 <row>
35383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35384 \begin_inset Text
35385
35386 \begin_layout Plain Layout
35387 Command
35388 \end_layout
35389
35390 \end_inset
35391 </cell>
35392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35393 \begin_inset Text
35394
35395 \begin_layout Plain Layout
35396 Result
35397 \begin_inset Note Note
35398 status collapsed
35399
35400 \begin_layout Plain Layout
35401 The space and
35402 \series bold
35403  
35404 \backslash
35405 raisebox
35406 \series default
35407  are used here as spacer.
35408 \end_layout
35409
35410 \end_inset
35411
35412
35413 \end_layout
35414
35415 \end_inset
35416 </cell>
35417 </row>
35418 <row>
35419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35420 \begin_inset Text
35421
35422 \begin_layout Plain Layout
35423
35424 \backslash
35425 cancel{
35426 \backslash
35427 int
35428 \begin_inset ERT
35429 status collapsed
35430
35431 \begin_layout Plain Layout
35432
35433
35434 \backslash
35435 spce 
35436 \end_layout
35437
35438 \end_inset
35439
35440 A=B
35441 \end_layout
35442
35443 \end_inset
35444 </cell>
35445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35446 \begin_inset Text
35447
35448 \begin_layout Plain Layout
35449 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35450 \end_inset
35451
35452
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 bcancel{
35466 \backslash
35467 int
35468 \begin_inset ERT
35469 status collapsed
35470
35471 \begin_layout Plain Layout
35472
35473
35474 \backslash
35475 spce 
35476 \end_layout
35477
35478 \end_inset
35479
35480 A=B
35481 \end_layout
35482
35483 \end_inset
35484 </cell>
35485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35486 \begin_inset Text
35487
35488 \begin_layout Plain Layout
35489 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35490 \end_inset
35491
35492
35493 \end_layout
35494
35495 \end_inset
35496 </cell>
35497 </row>
35498 <row>
35499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35500 \begin_inset Text
35501
35502 \begin_layout Plain Layout
35503
35504 \backslash
35505 xcancel{
35506 \backslash
35507 int
35508 \begin_inset ERT
35509 status collapsed
35510
35511 \begin_layout Plain Layout
35512
35513
35514 \backslash
35515 spce 
35516 \end_layout
35517
35518 \end_inset
35519
35520 A=B
35521 \end_layout
35522
35523 \end_inset
35524 </cell>
35525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35526 \begin_inset Text
35527
35528 \begin_layout Plain Layout
35529 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35530 \end_inset
35531
35532
35533 \end_layout
35534
35535 \end_inset
35536 </cell>
35537 </row>
35538 <row>
35539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35540 \begin_inset Text
35541
35542 \begin_layout Plain Layout
35543
35544 \backslash
35545 cancelto{1
35546 \begin_inset Formula $\to$
35547 \end_inset
35548
35549
35550 \backslash
35551 {
35552 \backslash
35553 int
35554 \begin_inset ERT
35555 status collapsed
35556
35557 \begin_layout Plain Layout
35558
35559
35560 \backslash
35561 spce 
35562 \end_layout
35563
35564 \end_inset
35565
35566 A=B
35567 \end_layout
35568
35569 \end_inset
35570 </cell>
35571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35572 \begin_inset Text
35573
35574 \begin_layout Plain Layout
35575 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35576 \end_inset
35577
35578
35579 \end_layout
35580
35581 \end_inset
35582 </cell>
35583 </row>
35584 </lyxtabular>
35585
35586 \end_inset
35587
35588
35589 \end_layout
35590
35591 \begin_layout Standard
35592
35593 \series bold
35594
35595 \backslash
35596 cancelto
35597 \series default
35598  is especially suitable to visualize the reduction of fractions within formulas:
35599 \begin_inset Formula \[
35600 \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}}}
35601 \]
35602
35603 \end_inset
35604
35605
35606 \end_layout
35607
35608 \begin_layout Standard
35609 \begin_inset ERT
35610 status collapsed
35611
35612 \begin_layout Plain Layout
35613
35614
35615 \backslash
35616 else 
35617 \end_layout
35618
35619 \end_inset
35620
35621
35622 \begin_inset Note Note
35623 status open
35624
35625 \begin_layout Plain Layout
35626 The following will be displayed when the LaTeX-package 
35627 \series bold
35628 cancel
35629 \series default
35630  is not installed:
35631 \end_layout
35632
35633 \end_inset
35634
35635
35636 \end_layout
35637
35638 \begin_layout Standard
35639 You need to install the LaTeX-package 
35640 \series bold
35641 cancel
35642 \series default
35643  to see the rest of this subsection in the output.
35644 \end_layout
35645
35646 \begin_layout Standard
35647 \begin_inset ERT
35648 status collapsed
35649
35650 \begin_layout Plain Layout
35651
35652
35653 \backslash
35654 fi 
35655 \end_layout
35656
35657 \end_inset
35658
35659
35660 \end_layout
35661
35662 \begin_layout Subsection
35663 Formulas in Section Headings
35664 \begin_inset CommandInset label
35665 LatexCommand label
35666 name "sub:Formulas-in-Section"
35667
35668 \end_inset
35669
35670
35671 \begin_inset Index idx
35672 status collapsed
35673
35674 \begin_layout Plain Layout
35675 Formula ! in section headings
35676 \end_layout
35677
35678 \end_inset
35679
35680
35681 \end_layout
35682
35683 \begin_layout Standard
35684 When formulas are used in section headings, the following has to be taken
35685  into account:
35686 \end_layout
35687
35688 \begin_layout Standard
35689 \begin_inset Note Greyedout
35690 status open
35691
35692 \begin_layout Plain Layout
35693 When 
35694 \series bold
35695 hyperref
35696 \series default
35697
35698 \begin_inset Index idx
35699 status collapsed
35700
35701 \begin_layout Plain Layout
35702 Packages ! hyperref
35703 \end_layout
35704
35705 \end_inset
35706
35707  support is enabled in the document settings dialog under 
35708 \family sans
35709 PDF
35710 \begin_inset space ~
35711 \end_inset
35712
35713 Properties
35714 \family default
35715 , PDF-bookmarks are created for every section heading in the table of contents.
35716  If a section heading contains formulas, they are incorrectly displayed
35717  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35718 s.
35719 \end_layout
35720
35721 \end_inset
35722
35723
35724 \end_layout
35725
35726 \begin_layout Standard
35727 Both problems can be solved by inserting at the end of the section heading
35728  a short title with the menu 
35729 \family sans
35730 Insert\SpecialChar \menuseparator
35731 Short
35732 \begin_inset space ~
35733 \end_inset
35734
35735 Title
35736 \family default
35737 .
35738  Short titles are used as alternative for multiline section headings to
35739  keep the table of contents clearly arranged.
35740  Only the short title appears in the table of contents and therefore also
35741  in the PDF-bookmark.
35742 \end_layout
35743
35744 \begin_layout Standard
35745 When formulas should be used in the table of contents but 
35746 \series bold
35747 hyperref
35748 \series default
35749  is used, one can use the following command in TeX-mode:
35750 \end_layout
35751
35752 \begin_layout Standard
35753
35754 \series bold
35755
35756 \backslash
35757 texorpdfstring{part}{alternative}
35758 \begin_inset Index idx
35759 status collapsed
35760
35761 \begin_layout Plain Layout
35762 Commands ! T ! 
35763 \backslash
35764 texorpdfstring
35765 \end_layout
35766
35767 \end_inset
35768
35769
35770 \end_layout
35771
35772 \begin_layout Standard
35773 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35774  This can be characters, formulas, footnotes, but also cross-references.
35775  The alternative is used instead of the part for the bookmark.
35776 \end_layout
35777
35778 \begin_layout Standard
35779 Here are two example headings:
35780 \begin_inset VSpace -3mm
35781 \end_inset
35782
35783
35784 \begin_inset ERT
35785 status collapsed
35786
35787 \begin_layout Plain Layout
35788
35789
35790 \backslash
35791 boldmath 
35792 \end_layout
35793
35794 \end_inset
35795
35796
35797 \end_layout
35798
35799 \begin_layout Subsubsection
35800 Heading without formula in table of contents 
35801 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35802 \end_inset
35803
35804
35805 \begin_inset Argument
35806 status collapsed
35807
35808 \begin_layout Plain Layout
35809 Heading without formula in table of contents
35810 \end_layout
35811
35812 \end_inset
35813
35814
35815 \end_layout
35816
35817 \begin_layout Subsubsection
35818 Heading with formula in table of contents
35819 \begin_inset ERT
35820 status collapsed
35821
35822 \begin_layout Plain Layout
35823
35824
35825 \backslash
35826 texorpdfstring{
35827 \end_layout
35828
35829 \end_inset
35830
35831  
35832 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35833 \end_inset
35834
35835
35836 \begin_inset ERT
35837 status collapsed
35838
35839 \begin_layout Plain Layout
35840
35841 }{}
35842 \end_layout
35843
35844 \end_inset
35845
35846
35847 \end_layout
35848
35849 \begin_layout Standard
35850 \begin_inset ERT
35851 status collapsed
35852
35853 \begin_layout Plain Layout
35854
35855
35856 \backslash
35857 unboldmath 
35858 \end_layout
35859
35860 \end_inset
35861
35862 In the first heading a short title was used, in the second one 
35863 \series bold
35864
35865 \backslash
35866 texorpdfstring
35867 \series default
35868 .
35869 \end_layout
35870
35871 \begin_layout Standard
35872 To get the same formatting as for the other headings, the complete heading
35873  was set into a 
35874 \series bold
35875 boldmath
35876 \series default
35877  environment
35878 \begin_inset Foot
35879 status collapsed
35880
35881 \begin_layout Plain Layout
35882 see 
35883 \begin_inset CommandInset ref
35884 LatexCommand ref
35885 reference "sub:Bold-Formulas"
35886
35887 \end_inset
35888
35889
35890 \end_layout
35891
35892 \end_inset
35893
35894 .
35895 \end_layout
35896
35897 \begin_layout Subsection
35898 Formulas in multi-column Text
35899 \begin_inset Index idx
35900 status collapsed
35901
35902 \begin_layout Plain Layout
35903 Formula ! in multi-column text
35904 \end_layout
35905
35906 \end_inset
35907
35908
35909 \end_layout
35910
35911 \begin_layout Standard
35912 Formulas in multi-column text are often too wide to fit into a column and
35913  thus need to be set over the whole page width.
35914  This is done by using the LaTeX-package 
35915 \series bold
35916 multicol
35917 \series default
35918
35919 \begin_inset Foot
35920 status collapsed
35921
35922 \begin_layout Plain Layout
35923
35924 \series bold
35925 multicol
35926 \series default
35927  is part of every LaTeX standard installation.
35928 \end_layout
35929
35930 \end_inset
35931
35932
35933 \begin_inset Index idx
35934 status collapsed
35935
35936 \begin_layout Plain Layout
35937 Packages ! multicol
35938 \end_layout
35939
35940 \end_inset
35941
35942 , that is loaded with the LaTeX-preamble line
35943 \end_layout
35944
35945 \begin_layout Standard
35946
35947 \series bold
35948
35949 \backslash
35950 usepackage{multicol}
35951 \end_layout
35952
35953 \begin_layout Standard
35954 \begin_inset Note Greyedout
35955 status open
35956
35957 \begin_layout Plain Layout
35958 Note herby that the setting 
35959 \family sans
35960 Two-column
35961 \begin_inset space ~
35962 \end_inset
35963
35964 document
35965 \family default
35966  in the menu 
35967 \family sans
35968 Document\SpecialChar \menuseparator
35969 Settings
35970 \family default
35971  under 
35972 \family sans
35973 Text
35974 \begin_inset space ~
35975 \end_inset
35976
35977 Layout
35978 \family default
35979 \emph on
35980  
35981 \emph default
35982 must 
35983 \emph on
35984 not
35985 \emph default
35986  be selected.
35987 \end_layout
35988
35989 \end_inset
35990
35991
35992 \end_layout
35993
35994 \begin_layout Standard
35995 Before the multi-column text the command
35996 \end_layout
35997
35998 \begin_layout Standard
35999
36000 \series bold
36001
36002 \backslash
36003 begin{multicols}{column number}
36004 \end_layout
36005
36006 \begin_layout Standard
36007 is written in TeX-mode.
36008  The column number is a number in the range of 2
36009 \begin_inset space \thinspace{}
36010 \end_inset
36011
36012 -
36013 \begin_inset space \thinspace{}
36014 \end_inset
36015
36016 10.
36017  Before the formula the multi-column text is ended by inserting the command
36018 \end_layout
36019
36020 \begin_layout Standard
36021
36022 \series bold
36023
36024 \backslash
36025 end{multicols}
36026 \end_layout
36027
36028 \begin_layout Standard
36029 in TeX-mode.
36030 \end_layout
36031
36032 \begin_layout Standard
36033 Due to the command some space is automatically added before the formula.
36034  To revert this, -6
36035 \begin_inset space \thinspace{}
36036 \end_inset
36037
36038 mm vertical space is inserted before the formula.
36039  When the formula style 
36040 \series bold
36041 Indented
36042 \begin_inset Foot
36043 status collapsed
36044
36045 \begin_layout Plain Layout
36046 formula styles see 
36047 \begin_inset CommandInset ref
36048 LatexCommand ref
36049 reference "sec:Formula-Styles"
36050
36051 \end_inset
36052
36053
36054 \end_layout
36055
36056 \end_inset
36057
36058
36059 \series default
36060  is used, -9
36061 \begin_inset space \thinspace{}
36062 \end_inset
36063
36064 mm space is inserted instead.
36065 \end_layout
36066
36067 \begin_layout Standard
36068 As example a multi-column text with a displayed formula:
36069 \end_layout
36070
36071 \begin_layout Standard
36072
36073 \lang german
36074 \begin_inset ERT
36075 status collapsed
36076
36077 \begin_layout Plain Layout
36078
36079
36080 \backslash
36081 begin{multicols}{2}
36082 \end_layout
36083
36084 \end_inset
36085
36086 Das Spektrum wird fouriertransformiert.
36087  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36088 , Lösungsmittel) zu trennen.
36089  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36090  nun das Aussehen des Ausgangssignals.
36091  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36092  über alle Phasen integrieren muss.
36093  Sei nun 
36094 \begin_inset Formula $S$
36095 \end_inset
36096
36097  unser normiertes Ausgangssignal und 
36098 \begin_inset Formula $P$
36099 \end_inset
36100
36101  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36102 \begin_inset ERT
36103 status collapsed
36104
36105 \begin_layout Plain Layout
36106
36107
36108 \backslash
36109 end{multicols}
36110 \end_layout
36111
36112 \end_inset
36113
36114
36115 \begin_inset VSpace -6mm
36116 \end_inset
36117
36118
36119 \begin_inset Formula \begin{equation}
36120 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36121 \end{equation}
36122
36123 \end_inset
36124
36125
36126 \begin_inset ERT
36127 status collapsed
36128
36129 \begin_layout Plain Layout
36130
36131
36132 \backslash
36133 begin{multicols}{2}
36134 \end_layout
36135
36136 \end_inset
36137
36138 wobei 
36139 \begin_inset Formula $S_{0}$
36140 \end_inset
36141
36142  das Signal ohne Gradient ist und die Normierungsbedingung 
36143 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36144 \end_inset
36145
36146  gilt.
36147  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36148  Direkt nach dem 
36149 \begin_inset Formula $\nicefrac{\pi}{2}$
36150 \end_inset
36151
36152
36153 \begin_inset space \thinspace{}
36154 \end_inset
36155
36156 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36157  das Signal zusätzlich abschwächt.
36158  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36159  
36160 \begin_inset Formula $T_{2}$
36161 \end_inset
36162
36163 -Zeit.
36164 \end_layout
36165
36166 \begin_layout Standard
36167
36168 \lang german
36169 \begin_inset ERT
36170 status collapsed
36171
36172 \begin_layout Plain Layout
36173
36174
36175 \backslash
36176 end{multicols}
36177 \end_layout
36178
36179 \end_inset
36180
36181
36182 \end_layout
36183
36184 \begin_layout Subsection
36185 Formulas with Description of Variables
36186 \begin_inset Index idx
36187 status collapsed
36188
36189 \begin_layout Plain Layout
36190 Formula ! with description of variables
36191 \end_layout
36192
36193 \end_inset
36194
36195
36196 \end_layout
36197
36198 \begin_layout Standard
36199 To describe variables within a formula, like in formula 
36200 \begin_inset CommandInset ref
36201 LatexCommand eqref
36202 reference "eq:within"
36203
36204 \end_inset
36205
36206 , a 2
36207 \series bold
36208 ×
36209 \series default
36210
36211 \begin_inset Formula $n$
36212 \end_inset
36213
36214
36215 \begin_inset space ~
36216 \end_inset
36217
36218 matrix is used with left aligned columns for the 
36219 \begin_inset Formula $n$
36220 \end_inset
36221
36222  used variables.
36223 \begin_inset Foot
36224 status collapsed
36225
36226 \begin_layout Plain Layout
36227 matrices see 
36228 \begin_inset CommandInset ref
36229 LatexCommand ref
36230 reference "sec:Matrices"
36231
36232 \end_inset
36233
36234
36235 \end_layout
36236
36237 \end_inset
36238
36239  To set the description in a smaller size, before the matrix e.
36240 \begin_inset space \thinspace{}
36241 \end_inset
36242
36243 g.
36244 \begin_inset space \space{}
36245 \end_inset
36246
36247 the command 
36248 \series bold
36249
36250 \backslash
36251 footnotesize
36252 \series default
36253  is inserted.
36254 \begin_inset Foot
36255 status collapsed
36256
36257 \begin_layout Plain Layout
36258 font sizes see 
36259 \begin_inset CommandInset ref
36260 LatexCommand ref
36261 reference "sub:Font-Sizes"
36262
36263 \end_inset
36264
36265
36266 \end_layout
36267
36268 \end_inset
36269
36270
36271 \end_layout
36272
36273 \begin_layout Standard
36274 When the formula style 
36275 \series bold
36276 Indented
36277 \begin_inset Foot
36278 status collapsed
36279
36280 \begin_layout Plain Layout
36281 formula styles see 
36282 \begin_inset CommandInset ref
36283 LatexCommand ref
36284 reference "sec:Formula-Styles"
36285
36286 \end_inset
36287
36288
36289 \end_layout
36290
36291 \end_inset
36292
36293
36294 \series default
36295  is used, a 
36296 \series bold
36297
36298 \backslash
36299 hfill
36300 \series default
36301
36302 \begin_inset Foot
36303 status collapsed
36304
36305 \begin_layout Plain Layout
36306
36307 \series bold
36308
36309 \backslash
36310 hfill
36311 \series default
36312  only works in formulas with the style 
36313 \series bold
36314 Indented
36315 \series default
36316 , see 
36317 \begin_inset CommandInset ref
36318 LatexCommand ref
36319 reference "sub:Variable-Space"
36320
36321 \end_inset
36322
36323 .
36324 \end_layout
36325
36326 \end_inset
36327
36328  is inserted before and after the matrix to have the same separation of
36329  the matrix from the equation and the side margin.
36330 \end_layout
36331
36332 \begin_layout Standard
36333 When the formula style 
36334 \series bold
36335 Centered
36336 \series default
36337  is used, the method described in 
36338 \begin_inset CommandInset ref
36339 LatexCommand ref
36340 reference "sub:Flalign-Environment"
36341
36342 \end_inset
36343
36344  is used to indent formulas.
36345  Formula 
36346 \begin_inset CommandInset ref
36347 LatexCommand eqref
36348 reference "eq:within"
36349
36350 \end_inset
36351
36352  consists of five columns whereas in the first two columns contain the equation,
36353  the third the matrix and the last one an empty TeX-brace.
36354 \begin_inset Formula \begin{flalign}
36355 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36356 \rho & \textrm{density}\\
36357 V & \textrm{volume}\\
36358 g & \textrm{gravitational acceleration}
36359 \end{array} &  & {}\label{eq:within}
36360 \end{flalign}
36361
36362 \end_inset
36363
36364
36365 \end_layout
36366
36367 \begin_layout Subsection
36368 Upright small Greek Letters
36369 \begin_inset CommandInset label
36370 LatexCommand label
36371 name "sub:Upright-small-Greek"
36372
36373 \end_inset
36374
36375
36376 \begin_inset Index idx
36377 status collapsed
36378
36379 \begin_layout Plain Layout
36380 Greek letters ! upright
36381 \end_layout
36382
36383 \end_inset
36384
36385
36386 \end_layout
36387
36388 \begin_layout Standard
36389 Most of the math fonts only provide italic small Greek letters.
36390  But for symbols of elementary particles like pions and neutrinos, upright
36391  Greek letters are needed.
36392  The file 
36393 \series bold
36394 upgreek.sty
36395 \series default
36396
36397 \begin_inset Foot
36398 status collapsed
36399
36400 \begin_layout Plain Layout
36401
36402 \series bold
36403 upgreek
36404 \series default
36405  is part of the LaTeX-package 
36406 \series bold
36407 was
36408 \series default
36409
36410 \begin_inset Index idx
36411 status collapsed
36412
36413 \begin_layout Plain Layout
36414 Packages ! was
36415 \begin_inset ERT
36416 status collapsed
36417
36418 \begin_layout Plain Layout
36419
36420
36421 \backslash
36422 vspace{4mm}
36423 \end_layout
36424
36425 \end_inset
36426
36427
36428 \end_layout
36429
36430 \end_inset
36431
36432 .
36433 \end_layout
36434
36435 \end_inset
36436
36437
36438 \begin_inset Index idx
36439 status collapsed
36440
36441 \begin_layout Plain Layout
36442 Packages ! upgreek
36443 \end_layout
36444
36445 \end_inset
36446
36447  that is loaded with the LaTeX-preamble line
36448 \end_layout
36449
36450 \begin_layout Standard
36451
36452 \series bold
36453
36454 \backslash
36455 usepackage{upgreek}
36456 \end_layout
36457
36458 \begin_layout Standard
36459 provides them.
36460  
36461 \begin_inset ERT
36462 status collapsed
36463
36464 \begin_layout Plain Layout
36465
36466
36467 \backslash
36468 ifupgreek 
36469 \end_layout
36470
36471 \end_inset
36472
36473
36474 \begin_inset Note Note
36475 status open
36476
36477 \begin_layout Plain Layout
36478 The following table will only be displayed when the LaTeX-package 
36479 \series bold
36480 upgreek
36481 \series default
36482  is installed:
36483 \end_layout
36484
36485 \end_inset
36486
36487  They are created when the command for a small Greek letters is started
36488  with 
36489 \series bold
36490 up
36491 \series default
36492 .
36493  For example the command 
36494 \series bold
36495
36496 \backslash
36497 uptau
36498 \series default
36499  creates this: 
36500 \begin_inset Formula $\uptau$
36501 \end_inset
36502
36503
36504 \end_layout
36505
36506 \begin_layout Standard
36507 With these commands reactions of elementary particles can be typeset:
36508 \begin_inset Formula \[
36509 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36510 \]
36511
36512 \end_inset
36513
36514
36515 \end_layout
36516
36517 \begin_layout Standard
36518 The upright letters are more bold and wider than the italic ones.
36519  They should therefore not be used for units like 
36520 \begin_inset Quotes eld
36521 \end_inset
36522
36523 µm
36524 \begin_inset Quotes erd
36525 \end_inset
36526
36527 .
36528 \end_layout
36529
36530 \begin_layout Standard
36531 \begin_inset ERT
36532 status collapsed
36533
36534 \begin_layout Plain Layout
36535
36536
36537 \backslash
36538 else 
36539 \end_layout
36540
36541 \end_inset
36542
36543
36544 \begin_inset Note Note
36545 status open
36546
36547 \begin_layout Plain Layout
36548 The following will be displayed when the LaTeX-package 
36549 \series bold
36550 upgreek
36551 \series default
36552  is not installed:
36553 \end_layout
36554
36555 \end_inset
36556
36557
36558 \end_layout
36559
36560 \begin_layout Standard
36561 You need to install the LaTeX-package 
36562 \series bold
36563 upgreek
36564 \series default
36565  to see the rest of this subsection in the output.
36566 \end_layout
36567
36568 \begin_layout Standard
36569 \begin_inset ERT
36570 status collapsed
36571
36572 \begin_layout Plain Layout
36573
36574
36575 \backslash
36576 fi 
36577 \end_layout
36578
36579 \end_inset
36580
36581
36582 \end_layout
36583
36584 \begin_layout Subsection
36585 Text Characters in Formulas
36586 \begin_inset CommandInset label
36587 LatexCommand label
36588 name "sub:Text-Characters-in"
36589
36590 \end_inset
36591
36592
36593 \begin_inset Index idx
36594 status collapsed
36595
36596 \begin_layout Plain Layout
36597 Text ! in formulas
36598 \end_layout
36599
36600 \end_inset
36601
36602
36603 \end_layout
36604
36605 \begin_layout Standard
36606 In some cases you might want to insert text characters directly into formulas.
36607  When for example the centered dot · is often used in formulas like 
36608 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36609 \end_inset
36610
36611 , one would have to insert the command 
36612 \series bold
36613
36614 \backslash
36615 cdot
36616 \series default
36617
36618 \begin_inset Foot
36619 status collapsed
36620
36621 \begin_layout Plain Layout
36622 see 
36623 \begin_inset CommandInset ref
36624 LatexCommand ref
36625 reference "sub:Binary-Operators"
36626
36627 \end_inset
36628
36629
36630 \end_layout
36631
36632 \end_inset
36633
36634  all the time, because this character is defined in all encodings as text
36635  character.
36636  But the encoding can be changed by this LaTeX-preamble line:
36637 \end_layout
36638
36639 \begin_layout Standard
36640
36641 \series bold
36642
36643 \backslash
36644 Declare Inputtext{183}{
36645 \backslash
36646 ifmmode
36647 \backslash
36648 cdot
36649 \backslash
36650 else
36651 \backslash
36652 textperiodcentered
36653 \backslash
36654 f\SpecialChar \textcompwordmark{}
36655 i}
36656 \end_layout
36657
36658 \begin_layout Standard
36659 The character encoding (menu 
36660 \family sans
36661 Document\SpecialChar \menuseparator
36662 Settings\SpecialChar \menuseparator
36663 Language
36664 \family default
36665 ) specifies what character appears when a keyboard key is pressed.
36666  When the key for the character '·' is pressed, internally the command 
36667 \series bold
36668
36669 \backslash
36670 textperiodcentered
36671 \series default
36672  is used.
36673  But this command is not available in a formula so that you would get LaTeX-erro
36674 rs.
36675  With the changed encoding the right command is chosen automatically, depending
36676  on if the character was inserted into a formula or not.
36677 \end_layout
36678
36679 \begin_layout Standard
36680 The encoding of several characters is saved in definition files.
36681  Fore example the encoding 
36682 \series bold
36683 latin9
36684 \series default
36685  is defined in the file 
36686 \series bold
36687 latin9.def
36688 \series default
36689  that is in the installation folder of LaTeX.
36690  Encodings should only be changed via the LaTeX-preamble and not in the
36691  definition files.
36692  Otherwise own documents could not be edited by other LyX users working
36693  on other computers.
36694 \end_layout
36695
36696 \begin_layout Standard
36697 \begin_inset VSpace medskip
36698 \end_inset
36699
36700 Besides the centered dot, in this document the degree sign ° is defined
36701  with the following LaTeX-preamble line so that it can directly be inserted
36702  to a formula:
36703 \end_layout
36704
36705 \begin_layout Standard
36706
36707 \series bold
36708
36709 \backslash
36710 DeclareInputtext{176}{
36711 \backslash
36712 ifmmode^
36713 \backslash
36714 circ
36715 \backslash
36716 else
36717 \backslash
36718 textdegree
36719 \backslash
36720 f\SpecialChar \textcompwordmark{}
36721 i}
36722 \end_layout
36723
36724 \begin_layout Standard
36725 \begin_inset Newpage newpage
36726 \end_inset
36727
36728
36729 \end_layout
36730
36731 \begin_layout Section
36732 \start_of_appendix
36733 Typographic Advice
36734 \begin_inset Index idx
36735 status collapsed
36736
36737 \begin_layout Plain Layout
36738 Typographic advice
36739 \end_layout
36740
36741 \end_inset
36742
36743
36744 \end_layout
36745
36746 \begin_layout Standard
36747 This section is a summary of the most important typographic rules, listed
36748  in ISO norms.
36749 \begin_inset Foot
36750 status collapsed
36751
36752 \begin_layout Plain Layout
36753 This collection was partly taken from the German semi-official dictionary
36754  called 
36755 \begin_inset Quotes eld
36756 \end_inset
36757
36758 Duden
36759 \begin_inset Quotes erd
36760 \end_inset
36761
36762  
36763 \begin_inset CommandInset citation
36764 LatexCommand cite
36765 key "Duden"
36766
36767 \end_inset
36768
36769  that lists some of the ISO rules.
36770  More rules are listed in 
36771 \begin_inset CommandInset citation
36772 LatexCommand cite
36773 key "Checklist"
36774
36775 \end_inset
36776
36777 .
36778 \end_layout
36779
36780 \end_inset
36781
36782
36783 \end_layout
36784
36785 \begin_layout Itemize
36786 Physical units are 
36787 \emph on
36788 always
36789 \emph default
36790  set upright
36791 \begin_inset Foot
36792 status collapsed
36793
36794 \begin_layout Plain Layout
36795 done with font styles, see 
36796 \begin_inset CommandInset ref
36797 LatexCommand ref
36798 reference "sub:Font-Styles"
36799
36800 \end_inset
36801
36802
36803 \end_layout
36804
36805 \end_inset
36806
36807 , no matter if they appear in italic text: 30
36808 \begin_inset space \thinspace{}
36809 \end_inset
36810
36811 km/h
36812 \begin_inset Newline newline
36813 \end_inset
36814
36815 Between the value and the unit is the smallest space, see 
36816 \begin_inset CommandInset ref
36817 LatexCommand ref
36818 reference "sub:Predefined-Space"
36819
36820 \end_inset
36821
36822 .
36823 \begin_inset Newline newline
36824 \end_inset
36825
36826 This convention is automatically fulfilled when the command 
36827 \series bold
36828
36829 \backslash
36830 unittwo
36831 \series default
36832  is used.
36833  When it is entered to a formula, two boxes appear.
36834  In the first one the value is inserted, in the second one the unit, and
36835  one gets as above: 
36836 \begin_inset Formula $\unit[30]{km/h}$
36837 \end_inset
36838
36839
36840 \begin_inset space \thinspace{}
36841 \end_inset
36842
36843 .
36844  Note that 
36845 \series bold
36846
36847 \backslash
36848 unittwo
36849 \series default
36850  is not a real LaTeX command but the command 
36851 \series bold
36852
36853 \backslash
36854 unit[value]{unit}
36855 \series default
36856 , therefore you cannot use it in TeX code.
36857 \end_layout
36858
36859 \begin_layout Itemize
36860 Percent and perthousand signs are set like physical units:
36861 \begin_inset Newline newline
36862 \end_inset
36863
36864 1,2
36865 \begin_inset space \thinspace{}
36866 \end_inset
36867
36868 ‰ alcohol in blood
36869 \end_layout
36870
36871 \begin_layout Itemize
36872 The degree sign follows directly on the value: 15°, but not when it is used
36873  in units: 15
36874 \begin_inset space \thinspace{}
36875 \end_inset
36876
36877 °C
36878 \end_layout
36879
36880 \begin_layout Itemize
36881 In numbers with more than four digits the smallest space is inserted before
36882  every third digit to group them: 
36883 \family roman
36884 \series medium
36885 \shape up
36886 \size normal
36887 \emph off
36888 \bar no
36889 \noun off
36890 \color none
36891 18
36892 \begin_inset space \thinspace{}
36893 \end_inset
36894
36895 473
36896 \begin_inset space \thinspace{}
36897 \end_inset
36898
36899 588
36900 \end_layout
36901
36902 \begin_layout Itemize
36903 For dimensions like 120×90×40
36904 \begin_inset space \thinspace{}
36905 \end_inset
36906
36907 cm the multiplication sign 
36908 \begin_inset Quotes eld
36909 \end_inset
36910
36911 ×
36912 \begin_inset Quotes erd
36913 \end_inset
36914
36915  is used.
36916  It is available either via the command 
36917 \series bold
36918
36919 \backslash
36920 times
36921 \series default
36922  or via the menu 
36923 \family sans
36924 Insert\SpecialChar \menuseparator
36925 Special Character\SpecialChar \menuseparator
36926 Symbols
36927 \family default
36928 .
36929 \end_layout
36930
36931 \begin_layout Itemize
36932 Functions with names consisting of several letters are set upright to avoid
36933  confusions, see 
36934 \begin_inset CommandInset ref
36935 LatexCommand ref
36936 reference "sub:Predefined-Functions"
36937
36938 \end_inset
36939
36940 .
36941 \end_layout
36942
36943 \begin_layout Itemize
36944 Indices consisting of several letters, are set upright: 
36945 \begin_inset Formula $E_{\mathrm{kin}}$
36946 \end_inset
36947
36948
36949 \begin_inset Newline newline
36950 \end_inset
36951
36952 Components of matrices are set italic: 
36953 \begin_inset Formula $\hat{H}_{kl}$
36954 \end_inset
36955
36956
36957 \end_layout
36958
36959 \begin_layout Itemize
36960 The differentiation/integration operator 'd', the Euler's number 'e' and
36961  the imaginary unit 'i' should be set upright, to avoid mixing them up with
36962  other variables.
36963 \end_layout
36964
36965 \begin_layout Itemize
36966 The character that denotes a 
36967 \noun on
36968 Fourier
36969 \noun default
36970  transformation is inserted either by the command 
36971 \series bold
36972
36973 \backslash
36974 mathscr
36975 \begin_inset ERT
36976 status collapsed
36977
36978 \begin_layout Plain Layout
36979
36980
36981 \backslash
36982 spce 
36983 \end_layout
36984
36985 \end_inset
36986
36987 F
36988 \series default
36989  or via the menu 
36990 \family sans
36991 Insert\SpecialChar \menuseparator
36992 Special Character\SpecialChar \menuseparator
36993 Symbols\SpecialChar \menuseparator
36994 Letterlike
36995 \begin_inset space ~
36996 \end_inset
36997
36998 Symbols
36999 \family default
37000
37001 \begin_inset Formula $\mathscr{F}$
37002 \end_inset
37003
37004
37005 \end_layout
37006
37007 \begin_layout Standard
37008 \begin_inset Newpage newpage
37009 \end_inset
37010
37011
37012 \end_layout
37013
37014 \begin_layout Section
37015 Synonyms
37016 \begin_inset Index idx
37017 status collapsed
37018
37019 \begin_layout Plain Layout
37020 Synonyms
37021 \end_layout
37022
37023 \end_inset
37024
37025
37026 \end_layout
37027
37028 \begin_layout Standard
37029 Some characters and symbols can be created with several commands.
37030  Here is a list of the synonym commands:
37031 \end_layout
37032
37033 \begin_layout Standard
37034 \begin_inset VSpace bigskip
37035 \end_inset
37036
37037
37038 \begin_inset space \hfill{}
37039 \end_inset
37040
37041
37042 \begin_inset Tabular
37043 <lyxtabular version="3" rows="12" columns="2">
37044 <features tabularvalignment="middle">
37045 <column alignment="center" valignment="top" width="0pt">
37046 <column alignment="center" valignment="top" width="0pt">
37047 <row>
37048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37049 \begin_inset Text
37050
37051 \begin_layout Plain Layout
37052 Command
37053 \end_layout
37054
37055 \end_inset
37056 </cell>
37057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37058 \begin_inset Text
37059
37060 \begin_layout Plain Layout
37061 equivalent to
37062 \begin_inset Note Note
37063 status collapsed
37064
37065 \begin_layout Plain Layout
37066
37067 \series bold
37068
37069 \backslash
37070 raisebox
37071 \series default
37072  is only used as spacer.
37073 \end_layout
37074
37075 \end_inset
37076
37077
37078 \end_layout
37079
37080 \end_inset
37081 </cell>
37082 </row>
37083 <row>
37084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37085 \begin_inset Text
37086
37087 \begin_layout Plain Layout
37088
37089 \backslash
37090 ast
37091 \end_layout
37092
37093 \end_inset
37094 </cell>
37095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37096 \begin_inset Text
37097
37098 \begin_layout Plain Layout
37099 \begin_inset ERT
37100 status collapsed
37101
37102 \begin_layout Plain Layout
37103
37104
37105 \backslash
37106 raisebox{-1.2mm}{
37107 \end_layout
37108
37109 \end_inset
37110
37111 *
37112 \begin_inset ERT
37113 status collapsed
37114
37115 \begin_layout Plain Layout
37116
37117 }
37118 \end_layout
37119
37120 \end_inset
37121
37122
37123 \end_layout
37124
37125 \end_inset
37126 </cell>
37127 </row>
37128 <row>
37129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37130 \begin_inset Text
37131
37132 \begin_layout Plain Layout
37133
37134 \backslash
37135 choose
37136 \end_layout
37137
37138 \end_inset
37139 </cell>
37140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37141 \begin_inset Text
37142
37143 \begin_layout Plain Layout
37144
37145 \backslash
37146 binom
37147 \end_layout
37148
37149 \end_inset
37150 </cell>
37151 </row>
37152 <row>
37153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37154 \begin_inset Text
37155
37156 \begin_layout Plain Layout
37157
37158 \backslash
37159 geq
37160 \end_layout
37161
37162 \end_inset
37163 </cell>
37164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37165 \begin_inset Text
37166
37167 \begin_layout Plain Layout
37168
37169 \backslash
37170 ge
37171 \end_layout
37172
37173 \end_inset
37174 </cell>
37175 </row>
37176 <row>
37177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37178 \begin_inset Text
37179
37180 \begin_layout Plain Layout
37181
37182 \backslash
37183 lbrace
37184 \end_layout
37185
37186 \end_inset
37187 </cell>
37188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37189 \begin_inset Text
37190
37191 \begin_layout Plain Layout
37192 {
37193 \end_layout
37194
37195 \end_inset
37196 </cell>
37197 </row>
37198 <row>
37199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37200 \begin_inset Text
37201
37202 \begin_layout Plain Layout
37203
37204 \backslash
37205 lbracket
37206 \end_layout
37207
37208 \end_inset
37209 </cell>
37210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37211 \begin_inset Text
37212
37213 \begin_layout Plain Layout
37214 [
37215 \end_layout
37216
37217 \end_inset
37218 </cell>
37219 </row>
37220 <row>
37221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37222 \begin_inset Text
37223
37224 \begin_layout Plain Layout
37225
37226 \backslash
37227 leftarrow
37228 \end_layout
37229
37230 \end_inset
37231 </cell>
37232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37233 \begin_inset Text
37234
37235 \begin_layout Plain Layout
37236
37237 \backslash
37238 gets
37239 \end_layout
37240
37241 \end_inset
37242 </cell>
37243 </row>
37244 <row>
37245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37246 \begin_inset Text
37247
37248 \begin_layout Plain Layout
37249
37250 \backslash
37251 leq
37252 \end_layout
37253
37254 \end_inset
37255 </cell>
37256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37257 \begin_inset Text
37258
37259 \begin_layout Plain Layout
37260
37261 \backslash
37262 le
37263 \end_layout
37264
37265 \end_inset
37266 </cell>
37267 </row>
37268 <row>
37269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37270 \begin_inset Text
37271
37272 \begin_layout Plain Layout
37273
37274 \backslash
37275 lor
37276 \end_layout
37277
37278 \end_inset
37279 </cell>
37280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37281 \begin_inset Text
37282
37283 \begin_layout Plain Layout
37284
37285 \backslash
37286 vee
37287 \end_layout
37288
37289 \end_inset
37290 </cell>
37291 </row>
37292 <row>
37293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37294 \begin_inset Text
37295
37296 \begin_layout Plain Layout
37297
37298 \backslash
37299 neq
37300 \end_layout
37301
37302 \end_inset
37303 </cell>
37304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37305 \begin_inset Text
37306
37307 \begin_layout Plain Layout
37308
37309 \backslash
37310 not=
37311 \end_layout
37312
37313 \end_inset
37314 </cell>
37315 </row>
37316 <row>
37317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37318 \begin_inset Text
37319
37320 \begin_layout Plain Layout
37321
37322 \backslash
37323 slash
37324 \end_layout
37325
37326 \end_inset
37327 </cell>
37328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37329 \begin_inset Text
37330
37331 \begin_layout Plain Layout
37332 /
37333 \end_layout
37334
37335 \end_inset
37336 </cell>
37337 </row>
37338 <row>
37339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37340 \begin_inset Text
37341
37342 \begin_layout Plain Layout
37343
37344 \backslash
37345 vert
37346 \end_layout
37347
37348 \end_inset
37349 </cell>
37350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37351 \begin_inset Text
37352
37353 \begin_layout Plain Layout
37354 |
37355 \end_layout
37356
37357 \end_inset
37358 </cell>
37359 </row>
37360 </lyxtabular>
37361
37362 \end_inset
37363
37364
37365 \begin_inset space \hfill{}
37366 \end_inset
37367
37368
37369 \begin_inset Tabular
37370 <lyxtabular version="3" rows="12" columns="2">
37371 <features tabularvalignment="middle">
37372 <column alignment="center" valignment="top" width="0pt">
37373 <column alignment="center" valignment="top" width="0pt">
37374 <row>
37375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37376 \begin_inset Text
37377
37378 \begin_layout Plain Layout
37379 Command
37380 \end_layout
37381
37382 \end_inset
37383 </cell>
37384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37385 \begin_inset Text
37386
37387 \begin_layout Plain Layout
37388 equivalent to
37389 \end_layout
37390
37391 \end_inset
37392 </cell>
37393 </row>
37394 <row>
37395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37396 \begin_inset Text
37397
37398 \begin_layout Plain Layout
37399
37400 \backslash
37401 backslash
37402 \end_layout
37403
37404 \end_inset
37405 </cell>
37406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37407 \begin_inset Text
37408
37409 \begin_layout Plain Layout
37410
37411 \backslash
37412
37413 \backslash
37414
37415 \end_layout
37416
37417 \end_inset
37418 </cell>
37419 </row>
37420 <row>
37421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37422 \begin_inset Text
37423
37424 \begin_layout Plain Layout
37425
37426 \backslash
37427 dasharrow
37428 \end_layout
37429
37430 \end_inset
37431 </cell>
37432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37433 \begin_inset Text
37434
37435 \begin_layout Plain Layout
37436
37437 \backslash
37438 dashrightarrow
37439 \end_layout
37440
37441 \end_inset
37442 </cell>
37443 </row>
37444 <row>
37445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37446 \begin_inset Text
37447
37448 \begin_layout Plain Layout
37449
37450 \backslash
37451 land
37452 \end_layout
37453
37454 \end_inset
37455 </cell>
37456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37457 \begin_inset Text
37458
37459 \begin_layout Plain Layout
37460
37461 \backslash
37462 wedge
37463 \end_layout
37464
37465 \end_inset
37466 </cell>
37467 </row>
37468 <row>
37469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37470 \begin_inset Text
37471
37472 \begin_layout Plain Layout
37473
37474 \backslash
37475 rbrace
37476 \end_layout
37477
37478 \end_inset
37479 </cell>
37480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37481 \begin_inset Text
37482
37483 \begin_layout Plain Layout
37484 }
37485 \end_layout
37486
37487 \end_inset
37488 </cell>
37489 </row>
37490 <row>
37491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37492 \begin_inset Text
37493
37494 \begin_layout Plain Layout
37495
37496 \backslash
37497 rbracket
37498 \end_layout
37499
37500 \end_inset
37501 </cell>
37502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37503 \begin_inset Text
37504
37505 \begin_layout Plain Layout
37506 ]
37507 \end_layout
37508
37509 \end_inset
37510 </cell>
37511 </row>
37512 <row>
37513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37514 \begin_inset Text
37515
37516 \begin_layout Plain Layout
37517
37518 \backslash
37519 rightarrow
37520 \end_layout
37521
37522 \end_inset
37523 </cell>
37524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37525 \begin_inset Text
37526
37527 \begin_layout Plain Layout
37528
37529 \backslash
37530 to
37531 \end_layout
37532
37533 \end_inset
37534 </cell>
37535 </row>
37536 <row>
37537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37538 \begin_inset Text
37539
37540 \begin_layout Plain Layout
37541
37542 \backslash
37543 lnot
37544 \end_layout
37545
37546 \end_inset
37547 </cell>
37548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37549 \begin_inset Text
37550
37551 \begin_layout Plain Layout
37552
37553 \backslash
37554 neg
37555 \end_layout
37556
37557 \end_inset
37558 </cell>
37559 </row>
37560 <row>
37561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37562 \begin_inset Text
37563
37564 \begin_layout Plain Layout
37565
37566 \backslash
37567 ne
37568 \end_layout
37569
37570 \end_inset
37571 </cell>
37572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37573 \begin_inset Text
37574
37575 \begin_layout Plain Layout
37576
37577 \backslash
37578 not=
37579 \end_layout
37580
37581 \end_inset
37582 </cell>
37583 </row>
37584 <row>
37585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37586 \begin_inset Text
37587
37588 \begin_layout Plain Layout
37589
37590 \backslash
37591 owns
37592 \end_layout
37593
37594 \end_inset
37595 </cell>
37596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37597 \begin_inset Text
37598
37599 \begin_layout Plain Layout
37600
37601 \backslash
37602 ni
37603 \end_layout
37604
37605 \end_inset
37606 </cell>
37607 </row>
37608 <row>
37609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37610 \begin_inset Text
37611
37612 \begin_layout Plain Layout
37613
37614 \backslash
37615 square
37616 \end_layout
37617
37618 \end_inset
37619 </cell>
37620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37621 \begin_inset Text
37622
37623 \begin_layout Plain Layout
37624
37625 \backslash
37626 Box
37627 \end_layout
37628
37629 \end_inset
37630 </cell>
37631 </row>
37632 <row>
37633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37634 \begin_inset Text
37635
37636 \begin_layout Plain Layout
37637
37638 \backslash
37639 Vert
37640 \end_layout
37641
37642 \end_inset
37643 </cell>
37644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37645 \begin_inset Text
37646
37647 \begin_layout Plain Layout
37648
37649 \backslash
37650 |
37651 \end_layout
37652
37653 \end_inset
37654 </cell>
37655 </row>
37656 </lyxtabular>
37657
37658 \end_inset
37659
37660
37661 \begin_inset space \hfill{}
37662 \end_inset
37663
37664
37665 \end_layout
37666
37667 \begin_layout Standard
37668 \begin_inset Newpage newpage
37669 \end_inset
37670
37671
37672 \end_layout
37673
37674 \begin_layout Bibliography
37675 \labelwidthstring References
37676 \begin_inset CommandInset bibitem
37677 LatexCommand bibitem
37678 key "TLC2"
37679
37680 \end_inset
37681
37682
37683 \shape smallcaps
37684 Mittelbach, F.
37685  ; Goossens, M.
37686 \shape default
37687
37688 \shape italic
37689 The LaTeX Companion
37690 \shape default
37691 .
37692  Addison Wesley, 2004
37693 \end_layout
37694
37695 \begin_layout Bibliography
37696 \labelwidthstring References
37697 \begin_inset CommandInset bibitem
37698 LatexCommand bibitem
37699 key "Mathmode"
37700
37701 \end_inset
37702
37703
37704 \begin_inset CommandInset href
37705 LatexCommand href
37706 name "Description"
37707 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37708
37709 \end_inset
37710
37711  of LaTeX's math abilities
37712 \end_layout
37713
37714 \begin_layout Bibliography
37715 \labelwidthstring References
37716 \begin_inset CommandInset bibitem
37717 LatexCommand bibitem
37718 key "AMS"
37719
37720 \end_inset
37721
37722
37723 \begin_inset CommandInset href
37724 LatexCommand href
37725 name "Description"
37726 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37727
37728 \end_inset
37729
37730  of 
37731 \begin_inset ERT
37732 status collapsed
37733
37734 \begin_layout Plain Layout
37735
37736
37737 \backslash
37738 AmS
37739 \end_layout
37740
37741 \end_inset
37742
37743 -LaTeX
37744 \end_layout
37745
37746 \begin_layout Bibliography
37747 \labelwidthstring References
37748 \begin_inset CommandInset bibitem
37749 LatexCommand bibitem
37750 key "Symbols"
37751
37752 \end_inset
37753
37754
37755 \begin_inset CommandInset href
37756 LatexCommand href
37757 name "List"
37758 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37759
37760 \end_inset
37761
37762  of all symbols available with LaTeX-packages
37763 \end_layout
37764
37765 \begin_layout Bibliography
37766 \labelwidthstring References
37767 \begin_inset CommandInset bibitem
37768 LatexCommand bibitem
37769 key "hyperref"
37770
37771 \end_inset
37772
37773
37774 \begin_inset CommandInset href
37775 LatexCommand href
37776 name "Documentation"
37777 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37778
37779 \end_inset
37780
37781  of the LaTeX-package 
37782 \series bold
37783 hyperref
37784 \series default
37785
37786 \begin_inset Index idx
37787 status collapsed
37788
37789 \begin_layout Plain Layout
37790 Packages ! hyperref
37791 \end_layout
37792
37793 \end_inset
37794
37795
37796 \end_layout
37797
37798 \begin_layout Bibliography
37799 \labelwidthstring References
37800 \begin_inset CommandInset bibitem
37801 LatexCommand bibitem
37802 key "mhchem"
37803
37804 \end_inset
37805
37806
37807 \begin_inset CommandInset href
37808 LatexCommand href
37809 name "Documentation"
37810 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37811
37812 \end_inset
37813
37814  of the LaTeX-package 
37815 \series bold
37816 mhchem
37817 \series default
37818
37819 \begin_inset Index idx
37820 status collapsed
37821
37822 \begin_layout Plain Layout
37823 Packages ! mhchem
37824 \end_layout
37825
37826 \end_inset
37827
37828
37829 \end_layout
37830
37831 \begin_layout Bibliography
37832 \labelwidthstring References
37833 \begin_inset CommandInset bibitem
37834 LatexCommand bibitem
37835 key "Mathclap"
37836
37837 \end_inset
37838
37839
37840 \begin_inset CommandInset href
37841 LatexCommand href
37842 name "Description"
37843 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37844
37845 \end_inset
37846
37847  of the command 
37848 \series bold
37849
37850 \backslash
37851 mathclap
37852 \series default
37853 , described in 
37854 \begin_inset CommandInset ref
37855 LatexCommand ref
37856 reference "sub:Operator-Limits"
37857
37858 \end_inset
37859
37860
37861 \begin_inset Index idx
37862 status collapsed
37863
37864 \begin_layout Plain Layout
37865 Commands ! M ! 
37866 \backslash
37867 mathclap
37868 \end_layout
37869
37870 \end_inset
37871
37872
37873 \end_layout
37874
37875 \begin_layout Bibliography
37876 \labelwidthstring References
37877 \begin_inset CommandInset bibitem
37878 LatexCommand bibitem
37879 key "Duden"
37880
37881 \end_inset
37882
37883
37884 \emph on
37885 Duden Band 1
37886 \emph default
37887 .
37888  22.
37889  Auflage, Duden 2001
37890 \end_layout
37891
37892 \begin_layout Bibliography
37893 \labelwidthstring References
37894 \begin_inset CommandInset bibitem
37895 LatexCommand bibitem
37896 key "Checklist"
37897
37898 \end_inset
37899
37900
37901 \begin_inset CommandInset href
37902 LatexCommand href
37903 name "Check list"
37904 target "http://physics.nist.gov/Document/checklist.pdf"
37905
37906 \end_inset
37907
37908  for reviewing manuscripts
37909 \end_layout
37910
37911 \begin_layout Standard
37912 \begin_inset CommandInset index_print
37913 LatexCommand printindex
37914 type "idx"
37915
37916 \end_inset
37917
37918
37919 \end_layout
37920
37921 \end_body
37922 \end_document