]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
36dd725bf701dfdb0aa937a711f68e1a33ba72ba
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
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 \addto\extrasenglish{%
43  \renewcommand*{\equationautorefname}[1]{}
44  \renewcommand{\sectionautorefname}{sec.\negthinspace}
45  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
46  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
47 }
48
49 % don't load packages twice
50 % see first footnote in sec. 9.3
51 \@ifundefined{textcolor}{\usepackage{color}}{}
52
53 % the pages of the TOC are numbered roman
54 % and a PDF-bookmark for the TOC is added
55 \pagenumbering{roman}
56 \let\myTOC\tableofcontents
57 \renewcommand{\tableofcontents}{%
58  \vspace{1cm}
59  \pdfbookmark[1]{\contentsname}{}
60  \myTOC
61  \cleardoublepage
62  \pagenumbering{arabic}}
63
64 % insert additional vertical space of 1.5 mm between footnotes,
65 \let\myFoot\footnote
66 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
67
68 % provides caption formatting
69 \setkomafont{captionlabel}{\bfseries}
70
71 % used in sec. 24.5
72 \usepackage[samesize]{cancel}
73
74 % enables calculation of values
75 \usepackage{calc}
76
77 % for multiple columns used in sec. 24.7
78 \usepackage{multicol}
79
80 % needed in sec. 19.4
81 \usepackage{remreset}
82
83 % for the Fourier transformation symbol
84 \usepackage{mathrsfs}
85
86 % define a color, used in sec.9.3
87 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
88
89 % declare operators (see sec. 10.4 and sec. 15.2)
90 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
91 \DeclareMathOperator{\sgn}{sgn}
92
93 \newcommand{\spce}{\textvisiblespace}
94
95 % example definitions for sec. 20.1 
96 \newcommand{\gr}{\Longrightarrow}
97 \newcommand{\us}[1]{\underline{#1}}
98 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
99 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
100 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
101
102 % example macro from sec. 19.4
103 %\def\tagform@#1{\maketag@@@{|#1|}}
104
105 % macro from sec. 10.2
106 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
107 \def\mathclap {\mathpalette \mathclapinternal}
108 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
109
110
111 % ------------------------------------
112 % used to check for needed LaTeX packages
113 \usepackage{ifthen}
114
115 % check for package eurosym
116 % used for the Euro symbol
117 \newboolean{eurosym}
118 \IfFileExists{eurosym.sty}
119  {\usepackage[gennarrow]{eurosym}
120   \setboolean{eurosym}{true}}
121  {\setboolean{eurosym}{false}}
122
123 % check for package braket
124 % used for physical vectors
125 \newboolean{braket}
126 \IfFileExists{braket.sty}
127  {\usepackage{braket}
128   \setboolean{braket}{true}}
129  {\setboolean{braket}{false}}
130
131 % check for package cancel
132 \newboolean{cancel}
133 \IfFileExists{cancel.sty}
134  {\usepackage{cancel}
135   \setboolean{cancel}{true}}
136  {\setboolean{cancel}{false}}
137
138 % check for package upgreek
139 \newboolean{upgreek}
140 \IfFileExists{upgreek.sty}
141  {\usepackage{upgreek}
142   \setboolean{upgreek}{true}}
143  {\setboolean{upgreek}{false}}
144 \end_preamble
145 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
146 \use_default_options false
147 \maintain_unincluded_children false
148 \language english
149 \language_package default
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_non_tex_fonts 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_css_as_file 0
216 \html_be_strict false
217 \end_header
218
219 \begin_body
220
221 \begin_layout Title
222 LyX's detailed Math manual
223 \end_layout
224
225 \begin_layout Author
226 by the LyX Team
227 \begin_inset Foot
228 status collapsed
229
230 \begin_layout Plain Layout
231 \noindent
232 If you have comments or error corrections, please send them to the LyX Documenta
233 tion mailing list: 
234 \family typewriter
235
236 \begin_inset CommandInset href
237 LatexCommand href
238 name "lyx-docs@lists.lyx.org"
239 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
240 type "mailto:"
241
242 \end_inset
243
244
245 \end_layout
246
247 \end_inset
248
249
250 \begin_inset Note Note
251 status collapsed
252
253 \begin_layout Plain Layout
254 author: Uwe Stöhr
255 \end_layout
256
257 \end_inset
258
259
260 \begin_inset Newline newline
261 \end_inset
262
263
264 \begin_inset Newline newline
265 \end_inset
266
267
268 \family sans
269 Version 2.0.x
270 \end_layout
271
272 \begin_layout Standard
273 \begin_inset CommandInset toc
274 LatexCommand tableofcontents
275
276 \end_inset
277
278
279 \end_layout
280
281 \begin_layout Standard
282 \begin_inset Note Note
283 status open
284
285 \begin_layout Plain Layout
286 To export this document to PDF, PS or DVI the LaTeX-packages 
287 \series bold
288 braket, cancel, eurosym, mathdots, mhchem
289 \series default
290  and 
291 \series bold
292 was
293 \series default
294  should be installed.
295  If they are not installed the document can be exported anyway but the sections
296  where the packages are required will not appear in the output.
297  An exception is 
298 \series bold
299 mhchem
300 \series default
301 ; if it is not installed, this file cannot be exported.
302 \end_layout
303
304 \begin_layout Plain Layout
305 The latest PDF-version of this document can be found here:
306 \begin_inset Newline newline
307 \end_inset
308
309
310 \series bold
311 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
312 \end_layout
313
314 \end_inset
315
316
317 \end_layout
318
319 \begin_layout Standard
320 \begin_inset Newpage newpage
321 \end_inset
322
323
324 \end_layout
325
326 \begin_layout Section
327 Introduction
328 \end_layout
329
330 \begin_layout Standard
331 This document explains LyX's math features and is furthermore a collection
332  of LaTeX-commands used for mathematical characters and constructs.
333  The explanations are designed for the usage of commands.
334  It is therefore required that you have read the section 
335 \family typewriter
336 Mathematical
337 \begin_inset space ~
338 \end_inset
339
340 Formulas
341 \family default
342  of the User's Guide.
343 \end_layout
344
345 \begin_layout Standard
346 Most of the characters and many constructs explained in this manual are
347  also accessible via the menu 
348 \family sans
349 Insert
350 \series bold
351 \SpecialChar \menuseparator
352
353 \series default
354 Math
355 \family default
356  or the 
357 \family sans
358 math
359 \family default
360 \series bold
361  
362 \family sans
363 \series default
364 toolbar
365 \family default
366 .
367  But everybody who has to write lots of formulas will notice that it is
368  much faster to use commands instead of the math toolbar.
369  Therefore this manual is focused on commands but also mentions the correspondin
370 g toolbar buttons when available.
371 \end_layout
372
373 \begin_layout Standard
374 If not specially mentioned the commands are only available within formulas.
375  To be able to use all commands explained in this document, the option 
376 \family sans
377 Use AMS math package
378 \family default
379  must be checked in the document settings (menu 
380 \family sans
381 Document\SpecialChar \menuseparator
382 Settings\SpecialChar \menuseparator
383 Math
384 \begin_inset space ~
385 \end_inset
386
387 Options
388 \family default
389 ).
390 \begin_inset Foot
391 status collapsed
392
393 \begin_layout Plain Layout
394 The option 
395 \family sans
396 Use AMS math package automatically
397 \family default
398  only uses 
399 \begin_inset ERT
400 status collapsed
401
402 \begin_layout Plain Layout
403
404
405 \backslash
406 AmS 
407 \end_layout
408
409 \end_inset
410
411 -math when math constructs are found that are supported by LyX.
412 \end_layout
413
414 \end_inset
415
416
417 \end_layout
418
419 \begin_layout Standard
420 This document doesn't list all 
421 \begin_inset ERT
422 status collapsed
423
424 \begin_layout Plain Layout
425
426
427 \backslash
428 AmS 
429 \end_layout
430
431 \end_inset
432
433 -math commands
434 \begin_inset Foot
435 status collapsed
436
437 \begin_layout Plain Layout
438 A list with all 
439 \begin_inset ERT
440 status collapsed
441
442 \begin_layout Plain Layout
443
444
445 \backslash
446 AmS
447 \end_layout
448
449 \end_inset
450
451 -math commands is in the file 
452 \family sans
453
454 \begin_inset CommandInset href
455 LatexCommand href
456 name "amsguide.ps"
457 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
458
459 \end_inset
460
461
462 \family default
463 , which is part of every LaTeX standard installation.
464 \end_layout
465
466 \end_inset
467
468  for lucidity reasons.
469 \end_layout
470
471 \begin_layout Section
472 General Instructions
473 \end_layout
474
475 \begin_layout Standard
476 To create an inline formula
477 \begin_inset Index idx
478 status collapsed
479
480 \begin_layout Plain Layout
481 Formula ! inline
482 \end_layout
483
484 \end_inset
485
486  that is embedded into a text line, use one of the shortcuts 
487 \begin_inset Info
488 type  "shortcuts"
489 arg   "math-mode"
490 \end_inset
491
492  or the toolbar button 
493 \begin_inset Graphics
494         filename ../images/math-mode.png
495         scale 85
496
497 \end_inset
498
499 .
500 \begin_inset Newline newline
501 \end_inset
502
503 To create a display style formula
504 \begin_inset Index idx
505 status collapsed
506
507 \begin_layout Plain Layout
508 Formula ! display style
509 \end_layout
510
511 \end_inset
512
513  which will appear bigger, has a different format, and will be in a separate
514  paragraph, use one of these shortcuts: 
515 \begin_inset Info
516 type  "shortcuts"
517 arg   "math-display"
518 \end_inset
519
520 .
521 \end_layout
522
523 \begin_layout Standard
524 To change a display style formula to an inline formula, set the cursor into
525  the formula and use one of the shortcuts 
526 \begin_inset Info
527 type  "shortcuts"
528 arg   "math-mode"
529 \end_inset
530
531  or the menu 
532 \family sans
533 Edit\SpecialChar \menuseparator
534 Math\SpecialChar \menuseparator
535 Change formula type
536 \family default
537 .
538  The same way is used to change an inline formula to a display style formula.
539 \end_layout
540
541 \begin_layout Standard
542 To display parts of an inline formula in the size of a display style formula,
543  enter the command 
544 \series bold
545
546 \backslash
547 displaystyle
548 \series default
549
550 \begin_inset Index idx
551 status collapsed
552
553 \begin_layout Plain Layout
554 Commands ! D ! 
555 \backslash
556 displaystyle
557 \end_layout
558
559 \end_inset
560
561  to a formula.
562  Then a new blue box appears in which the desired formula part is inserted.
563 \end_layout
564
565 \begin_layout Standard
566 Only inline formulas are allowed inside tables.
567 \end_layout
568
569 \begin_layout Standard
570 The 
571 \family sans
572 math toolbar
573 \family default
574  can be turned on in the menu 
575 \family sans
576 View\SpecialChar \menuseparator
577 Toolbars
578 \family default
579 .
580  When you click there on 
581 \begin_inset Quotes eld
582 \end_inset
583
584 Math
585 \begin_inset Quotes erd
586 \end_inset
587
588  the toolbar will be shown permanently at the bottom; this state is visualized
589  in the 
590 \family sans
591 Toolbars
592 \family default
593  menu with a checkmark.
594  When you click in this state again on 
595 \begin_inset Quotes eld
596 \end_inset
597
598 Math
599 \begin_inset Quotes erd
600 \end_inset
601
602  in the 
603 \family sans
604 Toolbars
605 \family default
606  menu, the 
607 \family sans
608 math toolbar
609 \family default
610  is only shown when the cursor is within a formula; this state is visualized
611  by the renaming of the menu entry from 
612 \begin_inset Quotes eld
613 \end_inset
614
615 Math
616 \begin_inset Quotes erd
617 \end_inset
618
619  to 
620 \begin_inset Quotes eld
621 \end_inset
622
623 Math
624 \begin_inset space ~
625 \end_inset
626
627 (auto)
628 \begin_inset Quotes erd
629 \end_inset
630
631 .
632 \end_layout
633
634 \begin_layout Standard
635 The TeX-mode
636 \begin_inset Index idx
637 status collapsed
638
639 \begin_layout Plain Layout
640 T@TeX-mode
641 \end_layout
642
643 \end_inset
644
645  is invoked by pressing the toolbar button 
646 \begin_inset Graphics
647         filename ../images/ert-insert.png
648         scale 85
649
650 \end_inset
651
652  or by using the menu 
653 \family sans
654 Insert\SpecialChar \menuseparator
655 Te
656 \begin_inset ERT
657 status collapsed
658
659 \begin_layout Plain Layout
660
661 {}
662 \end_layout
663
664 \end_inset
665
666 X Code
667 \family default
668  (shortcut 
669 \begin_inset Info
670 type  "shortcut"
671 arg   "ert-insert"
672 \end_inset
673
674 ).
675 \begin_inset Note Note
676 status collapsed
677
678 \begin_layout Plain Layout
679 In LyX there are three 
680 \begin_inset Quotes eld
681 \end_inset
682
683 proper names
684 \begin_inset Quotes erd
685 \end_inset
686
687  that appear in the output with sub- and superscript letters: TeX, LaTeX
688  and LyX
689 \end_layout
690
691 \begin_layout Plain Layout
692 To avoid that these names are recognized as proper names, a TeX-brace pair
693  is inserted.
694 \end_layout
695
696 \end_inset
697
698
699 \end_layout
700
701 \begin_layout Standard
702 To change the LaTeX-preamble
703 \begin_inset Index idx
704 status collapsed
705
706 \begin_layout Plain Layout
707 L@LaTeX-preamble
708 \end_layout
709
710 \end_inset
711
712 , use the menu 
713 \family sans
714 Document\SpecialChar \menuseparator
715 Settings\SpecialChar \menuseparator
716 LaT
717 \begin_inset ERT
718 status collapsed
719
720 \begin_layout Plain Layout
721
722 {}
723 \end_layout
724
725 \end_inset
726
727 eX
728 \family default
729  
730 \family sans
731 Preamble
732 \family default
733 .
734 \end_layout
735
736 \begin_layout Standard
737 To edit matrices, case differentiations and multiline formulas subsequently,
738  use the menus 
739 \family sans
740 Edit\SpecialChar \menuseparator
741 Math
742 \family default
743  and 
744 \family sans
745 Edit\SpecialChar \menuseparator
746 Rows
747 \begin_inset space \thinspace{}
748 \end_inset
749
750 &
751 \begin_inset space \thinspace{}
752 \end_inset
753
754 Columns,
755 \family default
756  or the 
757 \family sans
758 table toolbar
759 \family default
760 .
761  When lines and columns are swapped via the menu, the column or line where
762  the cursor is in is exchanged with the column to the right or the line
763  below, respectively.
764  Is the cursor in the last column or row, the exchange is done with the
765  column to the left or the line above.
766 \end_layout
767
768 \begin_layout Standard
769 To write text in formulas
770 \begin_inset Foot
771 status collapsed
772
773 \begin_layout Plain Layout
774 For multiline formulas the command 
775 \series bold
776
777 \backslash
778 intertext
779 \series default
780  is used, see 
781 \begin_inset CommandInset ref
782 LatexCommand ref
783 reference "sub:Text-in-multiline"
784
785 \end_inset
786
787 .
788 \end_layout
789
790 \end_inset
791
792  
793 \emph on
794 mathematical text
795 \emph default
796
797 \begin_inset Index idx
798 status collapsed
799
800 \begin_layout Plain Layout
801 Text ! in formulas
802 \end_layout
803
804 \end_inset
805
806
807 \begin_inset Index idx
808 status collapsed
809
810 \begin_layout Plain Layout
811 Mathematical text
812 \end_layout
813
814 \end_inset
815
816  is used.
817  This mode is invoked with the shortcut 
818 \begin_inset Info
819 type  "shortcut"
820 arg   "font-default"
821 \end_inset
822
823  or by the insertion of the command 
824 \series bold
825
826 \backslash
827 text
828 \series default
829
830 \begin_inset Index idx
831 status collapsed
832
833 \begin_layout Plain Layout
834 Commands ! T ! 
835 \backslash
836 text
837 \end_layout
838
839 \end_inset
840
841 .
842  The text appears black in LyX and can therefore be distinguished from the
843  other formula parts which appear blue.
844  In the output mathematical text is set upright, in contrary to other formula
845  parts.
846 \end_layout
847
848 \begin_layout Subsection*
849 Command Scheme
850 \end_layout
851
852 \begin_layout Standard
853 Most of the LaTeX-commands for math constructs have the following scheme:
854 \end_layout
855
856 \begin_layout Standard
857
858 \series bold
859
860 \backslash
861 commandname[optional
862 \series default
863  
864 \series bold
865 argument]{required
866 \series default
867  
868 \series bold
869 argument}
870 \end_layout
871
872 \begin_layout Standard
873 A command always starts with a backslash 
874 \begin_inset Quotes gld
875 \end_inset
876
877
878 \series bold
879
880 \backslash
881
882 \series default
883
884 \begin_inset Quotes grd
885 \end_inset
886
887 .
888  To omit optional arguments, also omit the associated brackets.
889  The braces around the required arguments are named in this document as
890  TeX-braces
891 \begin_inset Index idx
892 status collapsed
893
894 \begin_layout Plain Layout
895 T@TeX-braces
896 \end_layout
897
898 \end_inset
899
900 .
901  If you add in a formula a left brace to a command name, LyX automatically
902  creates a TeX-brace.
903  In all other cases TeX-braces are created in formulas with the command
904  
905 \series bold
906
907 \backslash
908 {
909 \series default
910 .
911  TeX-braces appear red in LyX, in contrary to normal braces which appear
912  blue.
913  In TeX-mode no command is needed to get TeX-braces.
914  TeX-braces don't appear in the output.
915 \end_layout
916
917 \begin_layout Standard
918 When commands without arguments, like commands for symbols are entered in
919  TeX-mode, a space character must 
920 \emph on
921 always
922 \emph default
923  be behind the command to end it.
924  This space doesn't appear in the output.
925  When the space should appear in the output, the space must be followed
926  by a protected space in normal text.
927 \end_layout
928
929 \begin_layout Standard
930 A protected space is inserted with 
931 \begin_inset Info
932 type  "shortcuts"
933 arg   "command-alternatives space-insert protected ; math-space"
934 \end_inset
935
936 .
937 \end_layout
938
939 \begin_layout Subsection*
940 \begin_inset Newpage newpage
941 \end_inset
942
943 Syntax Explanation
944 \end_layout
945
946 \begin_layout Itemize
947 The symbol
948 \begin_inset Foot
949 status collapsed
950
951 \begin_layout Plain Layout
952 This visible space character can be created with the command 
953 \series bold
954
955 \backslash
956 textvisiblespace
957 \series default
958
959 \begin_inset Index idx
960 status collapsed
961
962 \begin_layout Plain Layout
963 Commands ! T ! 
964 \backslash
965 textvisiblespace
966 \end_layout
967
968 \end_inset
969
970 , inserted in TeX-mode.
971 \end_layout
972
973 \end_inset
974
975  
976 \begin_inset ERT
977 status collapsed
978
979 \begin_layout Plain Layout
980
981
982 \backslash
983 spce 
984 \end_layout
985
986 \end_inset
987
988
989 \begin_inset space ~
990 \end_inset
991
992 denotes a space character to be input.
993 \end_layout
994
995 \begin_layout Itemize
996 An arrow like 
997 \begin_inset Formula $\to$
998 \end_inset
999
1000  denotes the usage of the corresponding arrow key on the keyboard.
1001  The 
1002 \family sans
1003 Tab
1004 \family default
1005  key can often be used instead of 
1006 \begin_inset Formula $\to$
1007 \end_inset
1008
1009  and 
1010 \begin_inset Formula $\downarrow$
1011 \end_inset
1012
1013 , and 
1014 \family sans
1015 Shift+Tab
1016 \family default
1017  instead of 
1018 \begin_inset Formula $\leftarrow$
1019 \end_inset
1020
1021  and 
1022 \begin_inset Formula $\uparrow$
1023 \end_inset
1024
1025 .
1026 \end_layout
1027
1028 \begin_layout Subsection*
1029 Available units
1030 \end_layout
1031
1032 \begin_layout Standard
1033 \align center
1034 \begin_inset Float table
1035 placement H
1036 wide false
1037 sideways false
1038 status open
1039
1040 \begin_layout Plain Layout
1041 \align center
1042 \begin_inset Caption
1043
1044 \begin_layout Plain Layout
1045 \begin_inset CommandInset label
1046 LatexCommand label
1047 name "tab:Available-units"
1048
1049 \end_inset
1050
1051 Available units
1052 \end_layout
1053
1054 \end_inset
1055
1056
1057 \end_layout
1058
1059 \begin_layout Plain Layout
1060 \align center
1061 \begin_inset Tabular
1062 <lyxtabular version="3" rows="13" columns="2">
1063 <features tabularvalignment="middle">
1064 <column alignment="center" valignment="top" width="0">
1065 <column alignment="center" valignment="top" width="0">
1066 <row>
1067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1068 \begin_inset Text
1069
1070 \begin_layout Plain Layout
1071 Unit
1072 \end_layout
1073
1074 \end_inset
1075 </cell>
1076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1077 \begin_inset Text
1078
1079 \begin_layout Plain Layout
1080 Name / Description
1081 \end_layout
1082
1083 \end_inset
1084 </cell>
1085 </row>
1086 <row>
1087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1088 \begin_inset Text
1089
1090 \begin_layout Plain Layout
1091 mm
1092 \end_layout
1093
1094 \end_inset
1095 </cell>
1096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1097 \begin_inset Text
1098
1099 \begin_layout Plain Layout
1100 Millimeter
1101 \end_layout
1102
1103 \end_inset
1104 </cell>
1105 </row>
1106 <row>
1107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1108 \begin_inset Text
1109
1110 \begin_layout Plain Layout
1111 cm
1112 \end_layout
1113
1114 \end_inset
1115 </cell>
1116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1117 \begin_inset Text
1118
1119 \begin_layout Plain Layout
1120 Centimeter
1121 \end_layout
1122
1123 \end_inset
1124 </cell>
1125 </row>
1126 <row>
1127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1128 \begin_inset Text
1129
1130 \begin_layout Plain Layout
1131 in
1132 \end_layout
1133
1134 \end_inset
1135 </cell>
1136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1137 \begin_inset Text
1138
1139 \begin_layout Plain Layout
1140 Inch (1
1141 \begin_inset space \thinspace{}
1142 \end_inset
1143
1144 in = 2,54
1145 \begin_inset space \thinspace{}
1146 \end_inset
1147
1148 cm)
1149 \end_layout
1150
1151 \end_inset
1152 </cell>
1153 </row>
1154 <row>
1155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1156 \begin_inset Text
1157
1158 \begin_layout Plain Layout
1159 pt
1160 \end_layout
1161
1162 \end_inset
1163 </cell>
1164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1165 \begin_inset Text
1166
1167 \begin_layout Plain Layout
1168 Point (72.27
1169 \begin_inset space \thinspace{}
1170 \end_inset
1171
1172 pt = 1
1173 \begin_inset space \thinspace{}
1174 \end_inset
1175
1176 in)
1177 \end_layout
1178
1179 \end_inset
1180 </cell>
1181 </row>
1182 <row>
1183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1184 \begin_inset Text
1185
1186 \begin_layout Plain Layout
1187 pc
1188 \end_layout
1189
1190 \end_inset
1191 </cell>
1192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1193 \begin_inset Text
1194
1195 \begin_layout Plain Layout
1196 Pica (1
1197 \begin_inset space \thinspace{}
1198 \end_inset
1199
1200 pc = 12
1201 \begin_inset space \thinspace{}
1202 \end_inset
1203
1204 pt)
1205 \end_layout
1206
1207 \end_inset
1208 </cell>
1209 </row>
1210 <row>
1211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1212 \begin_inset Text
1213
1214 \begin_layout Plain Layout
1215 sp
1216 \end_layout
1217
1218 \end_inset
1219 </cell>
1220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1221 \begin_inset Text
1222
1223 \begin_layout Plain Layout
1224 scaled point (65536
1225 \begin_inset space \thinspace{}
1226 \end_inset
1227
1228 sp = 1
1229 \begin_inset space \thinspace{}
1230 \end_inset
1231
1232 pt)
1233 \end_layout
1234
1235 \end_inset
1236 </cell>
1237 </row>
1238 <row>
1239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1240 \begin_inset Text
1241
1242 \begin_layout Plain Layout
1243 bp
1244 \end_layout
1245
1246 \end_inset
1247 </cell>
1248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1249 \begin_inset Text
1250
1251 \begin_layout Plain Layout
1252 big point (72
1253 \begin_inset space \thinspace{}
1254 \end_inset
1255
1256 bp = 1
1257 \begin_inset space \thinspace{}
1258 \end_inset
1259
1260 in)
1261 \end_layout
1262
1263 \end_inset
1264 </cell>
1265 </row>
1266 <row>
1267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1268 \begin_inset Text
1269
1270 \begin_layout Plain Layout
1271 dd
1272 \end_layout
1273
1274 \end_inset
1275 </cell>
1276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1277 \begin_inset Text
1278
1279 \begin_layout Plain Layout
1280 Didot (1
1281 \begin_inset space \thinspace{}
1282 \end_inset
1283
1284 dd 
1285 \begin_inset Formula $\approx$
1286 \end_inset
1287
1288  0.376
1289 \begin_inset space \thinspace{}
1290 \end_inset
1291
1292 mm)
1293 \end_layout
1294
1295 \end_inset
1296 </cell>
1297 </row>
1298 <row>
1299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1300 \begin_inset Text
1301
1302 \begin_layout Plain Layout
1303 cc
1304 \end_layout
1305
1306 \end_inset
1307 </cell>
1308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1309 \begin_inset Text
1310
1311 \begin_layout Plain Layout
1312 Cicero (1
1313 \begin_inset space \thinspace{}
1314 \end_inset
1315
1316 cc = 12
1317 \begin_inset space \thinspace{}
1318 \end_inset
1319
1320 dd)
1321 \end_layout
1322
1323 \end_inset
1324 </cell>
1325 </row>
1326 <row>
1327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1328 \begin_inset Text
1329
1330 \begin_layout Plain Layout
1331 ex
1332 \end_layout
1333
1334 \end_inset
1335 </cell>
1336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1337 \begin_inset Text
1338
1339 \begin_layout Plain Layout
1340 Height of letter 
1341 \emph on
1342
1343 \begin_inset Quotes eld
1344 \end_inset
1345
1346 x
1347 \emph default
1348
1349 \begin_inset Quotes erd
1350 \end_inset
1351
1352  in the current font
1353 \end_layout
1354
1355 \end_inset
1356 </cell>
1357 </row>
1358 <row>
1359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1360 \begin_inset Text
1361
1362 \begin_layout Plain Layout
1363 em
1364 \end_layout
1365
1366 \end_inset
1367 </cell>
1368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1369 \begin_inset Text
1370
1371 \begin_layout Plain Layout
1372 width of letter 
1373 \begin_inset Quotes eld
1374 \end_inset
1375
1376
1377 \emph on
1378 M
1379 \emph default
1380
1381 \begin_inset Quotes erd
1382 \end_inset
1383
1384  in the current font
1385 \end_layout
1386
1387 \end_inset
1388 </cell>
1389 </row>
1390 <row>
1391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1392 \begin_inset Text
1393
1394 \begin_layout Plain Layout
1395 mu
1396 \end_layout
1397
1398 \end_inset
1399 </cell>
1400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1401 \begin_inset Text
1402
1403 \begin_layout Plain Layout
1404 math unit (1
1405 \begin_inset space \thinspace{}
1406 \end_inset
1407
1408 mu = 
1409 \begin_inset Formula $\nicefrac{1}{18}$
1410 \end_inset
1411
1412
1413 \begin_inset space \thinspace{}
1414 \end_inset
1415
1416 em)
1417 \end_layout
1418
1419 \end_inset
1420 </cell>
1421 </row>
1422 </lyxtabular>
1423
1424 \end_inset
1425
1426
1427 \end_layout
1428
1429 \end_inset
1430
1431
1432 \end_layout
1433
1434 \begin_layout Standard
1435 \begin_inset Newpage newpage
1436 \end_inset
1437
1438
1439 \end_layout
1440
1441 \begin_layout Section
1442 Basic Functions
1443 \end_layout
1444
1445 \begin_layout Subsection
1446 Exponents
1447 \begin_inset Index idx
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451 Exponents
1452 \end_layout
1453
1454 \end_inset
1455
1456  and Indices
1457 \begin_inset Index idx
1458 status collapsed
1459
1460 \begin_layout Plain Layout
1461 Indices
1462 \end_layout
1463
1464 \end_inset
1465
1466
1467 \begin_inset Index idx
1468 status collapsed
1469
1470 \begin_layout Plain Layout
1471 Superscripts|see
1472 \begin_inset ERT
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476
1477 {
1478 \end_layout
1479
1480 \end_inset
1481
1482 Exponents
1483 \begin_inset ERT
1484 status collapsed
1485
1486 \begin_layout Plain Layout
1487
1488 }
1489 \end_layout
1490
1491 \end_inset
1492
1493
1494 \end_layout
1495
1496 \end_inset
1497
1498
1499 \begin_inset Index idx
1500 status collapsed
1501
1502 \begin_layout Plain Layout
1503 Subscripts|see
1504 \begin_inset ERT
1505 status collapsed
1506
1507 \begin_layout Plain Layout
1508
1509 {
1510 \end_layout
1511
1512 \end_inset
1513
1514 Indices
1515 \begin_inset ERT
1516 status collapsed
1517
1518 \begin_layout Plain Layout
1519
1520 }
1521 \end_layout
1522
1523 \end_inset
1524
1525
1526 \end_layout
1527
1528 \end_inset
1529
1530
1531 \end_layout
1532
1533 \begin_layout Standard
1534 Indices are created with an underscore 
1535 \begin_inset Quotes eld
1536 \end_inset
1537
1538 _
1539 \begin_inset Quotes erd
1540 \end_inset
1541
1542  or via the math toolbar button 
1543 \begin_inset Graphics
1544         filename ../images/math-subscript.png
1545         scale 85
1546
1547 \end_inset
1548
1549 , exponents with a caret 
1550 \begin_inset Quotes eld
1551 \end_inset
1552
1553 ^
1554 \begin_inset Quotes erd
1555 \end_inset
1556
1557  or via the math toolbar button 
1558 \begin_inset Graphics
1559         filename ../images/math-superscript.png
1560         scale 85
1561
1562 \end_inset
1563
1564 .
1565 \end_layout
1566
1567 \begin_layout Standard
1568 \align center
1569 \begin_inset Tabular
1570 <lyxtabular version="3" rows="4" columns="2">
1571 <features tabularvalignment="middle">
1572 <column alignment="center" valignment="top" width="0pt">
1573 <column alignment="center" valignment="top" width="0pt">
1574 <row>
1575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1576 \begin_inset Text
1577
1578 \begin_layout Plain Layout
1579 command
1580 \end_layout
1581
1582 \end_inset
1583 </cell>
1584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1585 \begin_inset Text
1586
1587 \begin_layout Plain Layout
1588 Result
1589 \begin_inset Note Note
1590 status collapsed
1591
1592 \begin_layout Plain Layout
1593
1594 \series bold
1595
1596 \backslash
1597 raisebox
1598 \series default
1599  is only used as spacer.
1600 \end_layout
1601
1602 \end_inset
1603
1604
1605 \end_layout
1606
1607 \end_inset
1608 </cell>
1609 </row>
1610 <row>
1611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1612 \begin_inset Text
1613
1614 \begin_layout Plain Layout
1615 B_V
1616 \end_layout
1617
1618 \end_inset
1619 </cell>
1620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1621 \begin_inset Text
1622
1623 \begin_layout Plain Layout
1624 \begin_inset Formula $B_{V}$
1625 \end_inset
1626
1627
1628 \end_layout
1629
1630 \end_inset
1631 </cell>
1632 </row>
1633 <row>
1634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1635 \begin_inset Text
1636
1637 \begin_layout Plain Layout
1638 B^V
1639 \end_layout
1640
1641 \end_inset
1642 </cell>
1643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1644 \begin_inset Text
1645
1646 \begin_layout Plain Layout
1647 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1648 \end_inset
1649
1650
1651 \end_layout
1652
1653 \end_inset
1654 </cell>
1655 </row>
1656 <row>
1657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1658 \begin_inset Text
1659
1660 \begin_layout Plain Layout
1661 B^
1662 \begin_inset ERT
1663 status collapsed
1664
1665 \begin_layout Plain Layout
1666
1667
1668 \backslash
1669 spce 
1670 \end_layout
1671
1672 \end_inset
1673
1674 A
1675 \end_layout
1676
1677 \end_inset
1678 </cell>
1679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1680 \begin_inset Text
1681
1682 \begin_layout Plain Layout
1683 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1684 \end_inset
1685
1686
1687 \end_layout
1688
1689 \end_inset
1690 </cell>
1691 </row>
1692 </lyxtabular>
1693
1694 \end_inset
1695
1696
1697 \end_layout
1698
1699 \begin_layout Standard
1700 As the caret is in some languages an accent, vowels will be accentuated
1701  in this case and not set as exponents
1702 \begin_inset Foot
1703 status collapsed
1704
1705 \begin_layout Plain Layout
1706 Depending on the used keyboard settings this can also happen for characters
1707  other than vowels.
1708 \end_layout
1709
1710 \end_inset
1711
1712 .
1713  To get exponents in this case, press 
1714 \family sans
1715 Space
1716 \family default
1717  after the caret as in the last example.
1718 \end_layout
1719
1720 \begin_layout Subsection
1721 Fractions
1722 \begin_inset CommandInset label
1723 LatexCommand label
1724 name "sub:Fractions"
1725
1726 \end_inset
1727
1728
1729 \begin_inset Index idx
1730 status collapsed
1731
1732 \begin_layout Plain Layout
1733 Fractions
1734 \end_layout
1735
1736 \end_inset
1737
1738
1739 \end_layout
1740
1741 \begin_layout Standard
1742 Fractions are generated with the command 
1743 \series bold
1744
1745 \backslash
1746 frac
1747 \series default
1748
1749 \begin_inset Index idx
1750 status collapsed
1751
1752 \begin_layout Plain Layout
1753 Commands ! F ! 
1754 \backslash
1755 frac
1756 \end_layout
1757
1758 \end_inset
1759
1760  or via the math toolbar button 
1761 \begin_inset Graphics
1762         filename ../images/math/frac.png
1763         scale 50
1764
1765 \end_inset
1766
1767 .
1768  The font size is adjusted automatically, depending on whether the fraction
1769  is in an inline or display style formula.
1770  With the math toolbar button 
1771 \begin_inset Graphics
1772         filename ../images/math/frac-square.png
1773         scale 85
1774
1775 \end_inset
1776
1777  you can select different fraction types.
1778 \end_layout
1779
1780 \begin_layout Standard
1781 With the command 
1782 \series bold
1783
1784 \backslash
1785 dfrac
1786 \series default
1787
1788 \begin_inset Index idx
1789 status collapsed
1790
1791 \begin_layout Plain Layout
1792 Commands ! D ! 
1793 \backslash
1794 dfrac
1795 \end_layout
1796
1797 \end_inset
1798
1799  a fraction can be created that always has the size of a display style formula.
1800  With 
1801 \series bold
1802
1803 \backslash
1804 tfrac
1805 \series default
1806
1807 \begin_inset Index idx
1808 status collapsed
1809
1810 \begin_layout Plain Layout
1811 Commands ! T ! 
1812 \backslash
1813 tfrac
1814 \end_layout
1815
1816 \end_inset
1817
1818  the fraction appears always with the size of an inline formula.
1819  An example:
1820 \end_layout
1821
1822 \begin_layout Standard
1823 A line with the fraction 
1824 \begin_inset Formula $\frac{1}{2}$
1825 \end_inset
1826
1827  that was created with the command 
1828 \series bold
1829
1830 \backslash
1831 frac
1832 \series default
1833 .
1834 \end_layout
1835
1836 \begin_layout Standard
1837 A line with the fraction 
1838 \begin_inset Formula $\dfrac{1}{2}$
1839 \end_inset
1840
1841  that was created with the command 
1842 \series bold
1843
1844 \backslash
1845 dfrac
1846 \series default
1847 .
1848 \end_layout
1849
1850 \begin_layout Standard
1851 \align center
1852 \begin_inset Tabular
1853 <lyxtabular version="3" rows="4" columns="2">
1854 <features tabularvalignment="middle">
1855 <column alignment="center" valignment="top" width="0pt">
1856 <column alignment="center" valignment="top" width="0pt">
1857 <row>
1858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862 Command
1863 \end_layout
1864
1865 \end_inset
1866 </cell>
1867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1868 \begin_inset Text
1869
1870 \begin_layout Plain Layout
1871 Result
1872 \begin_inset Note Note
1873 status collapsed
1874
1875 \begin_layout Plain Layout
1876
1877 \series bold
1878
1879 \backslash
1880 raisebox
1881 \series default
1882  is only used as spacer.
1883 \end_layout
1884
1885 \end_inset
1886
1887
1888 \end_layout
1889
1890 \end_inset
1891 </cell>
1892 </row>
1893 <row>
1894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1895 \begin_inset Text
1896
1897 \begin_layout Plain Layout
1898
1899 \backslash
1900 frac
1901 \begin_inset ERT
1902 status collapsed
1903
1904 \begin_layout Plain Layout
1905
1906
1907 \backslash
1908 spce 
1909 \end_layout
1910
1911 \end_inset
1912
1913 A
1914 \begin_inset Formula $\downarrow$
1915 \end_inset
1916
1917 B
1918 \end_layout
1919
1920 \end_inset
1921 </cell>
1922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1923 \begin_inset Text
1924
1925 \begin_layout Plain Layout
1926 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1927 \end_inset
1928
1929
1930 \end_layout
1931
1932 \end_inset
1933 </cell>
1934 </row>
1935 <row>
1936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1937 \begin_inset Text
1938
1939 \begin_layout Plain Layout
1940
1941 \backslash
1942 dfrac
1943 \begin_inset ERT
1944 status collapsed
1945
1946 \begin_layout Plain Layout
1947
1948
1949 \backslash
1950 spce 
1951 \end_layout
1952
1953 \end_inset
1954
1955 A
1956 \begin_inset Formula $\downarrow$
1957 \end_inset
1958
1959 B
1960 \end_layout
1961
1962 \end_inset
1963 </cell>
1964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1965 \begin_inset Text
1966
1967 \begin_layout Plain Layout
1968 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1969 \end_inset
1970
1971
1972 \end_layout
1973
1974 \end_inset
1975 </cell>
1976 </row>
1977 <row>
1978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1979 \begin_inset Text
1980
1981 \begin_layout Plain Layout
1982
1983 \backslash
1984 dfrac
1985 \begin_inset ERT
1986 status collapsed
1987
1988 \begin_layout Plain Layout
1989
1990
1991 \backslash
1992 spce 
1993 \end_layout
1994
1995 \end_inset
1996
1997 e^
1998 \backslash
1999 frac
2000 \begin_inset ERT
2001 status collapsed
2002
2003 \begin_layout Plain Layout
2004
2005
2006 \backslash
2007 spce 
2008 \end_layout
2009
2010 \end_inset
2011
2012 1
2013 \begin_inset Formula $\downarrow$
2014 \end_inset
2015
2016 2
2017 \begin_inset Formula $\downarrow\downarrow$
2018 \end_inset
2019
2020 3
2021 \end_layout
2022
2023 \end_inset
2024 </cell>
2025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2026 \begin_inset Text
2027
2028 \begin_layout Plain Layout
2029 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2030 \end_inset
2031
2032
2033 \end_layout
2034
2035 \end_inset
2036 </cell>
2037 </row>
2038 </lyxtabular>
2039
2040 \end_inset
2041
2042
2043 \end_layout
2044
2045 \begin_layout Standard
2046 \begin_inset VSpace bigskip
2047 \end_inset
2048
2049
2050 \begin_inset Newpage newpage
2051 \end_inset
2052
2053 For nested fractions the command 
2054 \series bold
2055
2056 \backslash
2057 cfrac
2058 \series default
2059
2060 \begin_inset Index idx
2061 status collapsed
2062
2063 \begin_layout Plain Layout
2064 Commands ! C ! 
2065 \backslash
2066 cfrac
2067 \end_layout
2068
2069 \end_inset
2070
2071  can be used.
2072  Here is an example:
2073 \begin_inset VSpace -3mm
2074 \end_inset
2075
2076
2077 \end_layout
2078
2079 \begin_layout Standard
2080 \begin_inset Formula 
2081 \begin{align*}
2082 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2083 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2084 \end{align*}
2085
2086 \end_inset
2087
2088
2089 \end_layout
2090
2091 \begin_layout Standard
2092 The command for the example above is:
2093 \end_layout
2094
2095 \begin_layout Standard
2096
2097 \series bold
2098
2099 \backslash
2100 cfrac
2101 \begin_inset ERT
2102 status collapsed
2103
2104 \begin_layout Plain Layout
2105
2106
2107 \backslash
2108 spce 
2109 \end_layout
2110
2111 \end_inset
2112
2113 A
2114 \begin_inset Formula $\downarrow$
2115 \end_inset
2116
2117 B+
2118 \backslash
2119 cfrac
2120 \begin_inset ERT
2121 status collapsed
2122
2123 \begin_layout Plain Layout
2124
2125
2126 \backslash
2127 spce 
2128 \end_layout
2129
2130 \end_inset
2131
2132 C+
2133 \backslash
2134 cfrac
2135 \begin_inset ERT
2136 status collapsed
2137
2138 \begin_layout Plain Layout
2139
2140
2141 \backslash
2142 spce 
2143 \end_layout
2144
2145 \end_inset
2146
2147 E
2148 \begin_inset Formula $\downarrow$
2149 \end_inset
2150
2151 F
2152 \begin_inset Formula $\downarrow$
2153 \end_inset
2154
2155 D
2156 \end_layout
2157
2158 \begin_layout Standard
2159 \begin_inset VSpace medskip
2160 \end_inset
2161
2162
2163 \end_layout
2164
2165 \begin_layout Standard
2166
2167 \series bold
2168
2169 \backslash
2170 cfrac
2171 \series default
2172  sets the fraction always in the size of a displayed formula, also when
2173  it is part of another fraction.
2174 \end_layout
2175
2176 \begin_layout Standard
2177 It is possible to specify the alignment of the numerator.
2178  The command 
2179 \series bold
2180
2181 \backslash
2182 cfracleft
2183 \series default
2184  is used to left align it, the command 
2185 \series bold
2186
2187 \backslash
2188 cfracright
2189 \series default
2190  to right-align it.
2191  
2192 \series bold
2193
2194 \backslash
2195 cfrac
2196 \series default
2197  centers the numerator.
2198  These fractions demonstrate the different alignments:
2199 \end_layout
2200
2201 \begin_layout Standard
2202
2203 \series bold
2204 \begin_inset Formula 
2205 \[
2206 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2207 \]
2208
2209 \end_inset
2210
2211
2212 \end_layout
2213
2214 \begin_layout Standard
2215 \begin_inset Note Greyedout
2216 status open
2217
2218 \begin_layout Plain Layout
2219
2220 \series bold
2221 Note:
2222 \series default
2223  
2224 \series bold
2225
2226 \backslash
2227 cfracleft
2228 \series default
2229  and 
2230 \series bold
2231
2232 \backslash
2233 cfracright
2234 \series default
2235  are no real LaTeX commands but represent the command 
2236 \series bold
2237
2238 \backslash
2239 cfrac[alignment]{numerator}{denominator}
2240 \series default
2241  .
2242  Therefore you cannot use them in TeX code.
2243 \end_layout
2244
2245 \end_inset
2246
2247
2248 \end_layout
2249
2250 \begin_layout Standard
2251 \begin_inset VSpace medskip
2252 \end_inset
2253
2254 It is often advantageous to combine 
2255 \series bold
2256
2257 \backslash
2258 cfrac
2259 \series default
2260  and 
2261 \series bold
2262
2263 \backslash
2264 frac
2265 \series default
2266 :
2267 \begin_inset Formula 
2268 \[
2269 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2270 \]
2271
2272 \end_inset
2273
2274
2275 \end_layout
2276
2277 \begin_layout Standard
2278 For inline fractions with a sloped fraction stroke you can use the command
2279  
2280 \series bold
2281
2282 \backslash
2283 nicefrac
2284 \series default
2285
2286 \begin_inset Index idx
2287 status collapsed
2288
2289 \begin_layout Plain Layout
2290 Commands ! N ! 
2291 \backslash
2292 nicefrac
2293 \end_layout
2294
2295 \end_inset
2296
2297
2298 \begin_inset Formula $\nicefrac{5}{31}$
2299 \end_inset
2300
2301  or 
2302 \series bold
2303
2304 \backslash
2305 unitfrac
2306 \series default
2307
2308 \begin_inset Index idx
2309 status collapsed
2310
2311 \begin_layout Plain Layout
2312 Commands ! U ! 
2313 \backslash
2314 unitfrac
2315 \end_layout
2316
2317 \end_inset
2318
2319
2320 \begin_inset Formula $\unitfrac{5}{31}$
2321 \end_inset
2322
2323  There is furthermore the command 
2324 \series bold
2325
2326 \backslash
2327 unitfracthree
2328 \series default
2329  that offers to write a fraction in combination with a number: 
2330 \begin_inset Formula $\unitfrac[2]{1}{3}$
2331 \end_inset
2332
2333
2334 \end_layout
2335
2336 \begin_layout Standard
2337 \begin_inset Note Greyedout
2338 status open
2339
2340 \begin_layout Plain Layout
2341
2342 \series bold
2343 Note:
2344 \series default
2345  
2346 \series bold
2347
2348 \backslash
2349 unitfracthree
2350 \series default
2351  is not a real LaTeX command but the command
2352 \begin_inset Newline newline
2353 \end_inset
2354
2355
2356 \series bold
2357
2358 \backslash
2359 unitfrac[number]{numerator}{denominator}
2360 \series default
2361  .
2362  Therefore you cannot use it in TeX code.
2363 \end_layout
2364
2365 \end_inset
2366
2367
2368 \end_layout
2369
2370 \begin_layout Standard
2371 How to define own fractions where the fraction stroke can be changed, is
2372  explained in 
2373 \begin_inset CommandInset ref
2374 LatexCommand ref
2375 reference "sub:Self-defined-Fractions"
2376
2377 \end_inset
2378
2379 .
2380 \end_layout
2381
2382 \begin_layout Standard
2383 \begin_inset Newpage newpage
2384 \end_inset
2385
2386
2387 \end_layout
2388
2389 \begin_layout Subsection
2390 Roots
2391 \begin_inset Index idx
2392 status collapsed
2393
2394 \begin_layout Plain Layout
2395 Roots
2396 \end_layout
2397
2398 \end_inset
2399
2400
2401 \end_layout
2402
2403 \begin_layout Standard
2404 Square roots are created with 
2405 \series bold
2406
2407 \backslash
2408 sqrt
2409 \series default
2410
2411 \begin_inset Index idx
2412 status collapsed
2413
2414 \begin_layout Plain Layout
2415 Commands ! S ! 
2416 \backslash
2417 sqrt
2418 \end_layout
2419
2420 \end_inset
2421
2422  or the math toolbar button 
2423 \begin_inset Graphics
2424         filename ../images/math/sqrt.png
2425         scale 85
2426
2427 \end_inset
2428
2429 , all other roots with the command 
2430 \series bold
2431
2432 \backslash
2433 root
2434 \series default
2435
2436 \begin_inset Index idx
2437 status collapsed
2438
2439 \begin_layout Plain Layout
2440 Commands ! R ! 
2441 \backslash
2442 root
2443 \end_layout
2444
2445 \end_inset
2446
2447  or with the math toolbar button 
2448 \begin_inset Graphics
2449         filename ../images/math/root.png
2450         scale 85
2451
2452 \end_inset
2453
2454 .
2455 \end_layout
2456
2457 \begin_layout Standard
2458 \align center
2459 \begin_inset Tabular
2460 <lyxtabular version="3" rows="3" columns="2">
2461 <features tabularvalignment="middle">
2462 <column alignment="center" valignment="top" width="0pt">
2463 <column alignment="center" valignment="top" width="0pt">
2464 <row>
2465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2466 \begin_inset Text
2467
2468 \begin_layout Plain Layout
2469 Command
2470 \end_layout
2471
2472 \end_inset
2473 </cell>
2474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2475 \begin_inset Text
2476
2477 \begin_layout Plain Layout
2478 Result
2479 \begin_inset Note Note
2480 status collapsed
2481
2482 \begin_layout Plain Layout
2483
2484 \series bold
2485
2486 \backslash
2487 raisebox
2488 \series default
2489  is only used as spacer.
2490 \end_layout
2491
2492 \end_inset
2493
2494
2495 \end_layout
2496
2497 \end_inset
2498 </cell>
2499 </row>
2500 <row>
2501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2502 \begin_inset Text
2503
2504 \begin_layout Plain Layout
2505
2506 \backslash
2507 sqrt
2508 \begin_inset ERT
2509 status collapsed
2510
2511 \begin_layout Plain Layout
2512
2513
2514 \backslash
2515 spce 
2516 \end_layout
2517
2518 \end_inset
2519
2520 A-B
2521 \end_layout
2522
2523 \end_inset
2524 </cell>
2525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2526 \begin_inset Text
2527
2528 \begin_layout Plain Layout
2529 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2530 \end_inset
2531
2532
2533 \end_layout
2534
2535 \end_inset
2536 </cell>
2537 </row>
2538 <row>
2539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2540 \begin_inset Text
2541
2542 \begin_layout Plain Layout
2543
2544 \backslash
2545 root
2546 \begin_inset ERT
2547 status collapsed
2548
2549 \begin_layout Plain Layout
2550
2551
2552 \backslash
2553 spce 
2554 \end_layout
2555
2556 \end_inset
2557
2558 3
2559 \begin_inset Formula $\downarrow$
2560 \end_inset
2561
2562 A-B
2563 \end_layout
2564
2565 \end_inset
2566 </cell>
2567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2568 \begin_inset Text
2569
2570 \begin_layout Plain Layout
2571 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2572 \end_inset
2573
2574
2575 \end_layout
2576
2577 \end_inset
2578 </cell>
2579 </row>
2580 </lyxtabular>
2581
2582 \end_inset
2583
2584
2585 \end_layout
2586
2587 \begin_layout Standard
2588 A square root can also be created with 
2589 \series bold
2590
2591 \backslash
2592 root
2593 \series default
2594  when the root index field is left empty.
2595 \end_layout
2596
2597 \begin_layout Standard
2598 With certain indices the distance to the root is too small, like in this
2599  formula: 
2600 \begin_inset Formula $\sqrt[\beta]{B}$
2601 \end_inset
2602
2603
2604 \begin_inset Newline newline
2605 \end_inset
2606
2607 The 
2608 \begin_inset Formula $\beta$
2609 \end_inset
2610
2611  touches the root.
2612  To avoid this, the commands 
2613 \series bold
2614
2615 \backslash
2616 leftroot
2617 \series default
2618
2619 \begin_inset Index idx
2620 status collapsed
2621
2622 \begin_layout Plain Layout
2623 Commands ! L ! 
2624 \backslash
2625 leftroot
2626 \end_layout
2627
2628 \end_inset
2629
2630  and 
2631 \series bold
2632
2633 \backslash
2634 uproot
2635 \series default
2636
2637 \begin_inset Index idx
2638 status collapsed
2639
2640 \begin_layout Plain Layout
2641 Commands ! U ! 
2642 \backslash
2643 uproot
2644 \end_layout
2645
2646 \end_inset
2647
2648  are used with the following scheme:
2649 \end_layout
2650
2651 \begin_layout Standard
2652
2653 \series bold
2654
2655 \backslash
2656 leftroot{distance}
2657 \series default
2658  and 
2659 \series bold
2660
2661 \backslash
2662 uproot{distance}
2663 \end_layout
2664
2665 \begin_layout Standard
2666 Distance is the number of Big Points (unit bp; 
2667 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2668 \end_inset
2669
2670 ), that the index should be moved to the left or top, resp..
2671  The commands are written to the index.
2672  This way the command
2673 \begin_inset Newline newline
2674 \end_inset
2675
2676
2677 \series bold
2678
2679 \backslash
2680 root
2681 \backslash
2682 leftroot{-1
2683 \begin_inset Formula $\to$
2684 \end_inset
2685
2686
2687 \backslash
2688 uproot{2
2689 \begin_inset Formula $\to$
2690 \end_inset
2691
2692
2693 \backslash
2694 beta
2695 \begin_inset ERT
2696 status collapsed
2697
2698 \begin_layout Plain Layout
2699
2700
2701 \backslash
2702 spce 
2703 \end_layout
2704
2705 \end_inset
2706
2707
2708 \begin_inset Formula $\to$
2709 \end_inset
2710
2711 B
2712 \begin_inset Newline newline
2713 \end_inset
2714
2715
2716 \series default
2717 produces a correct typeset formula: 
2718 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2719 \end_inset
2720
2721
2722 \end_layout
2723
2724 \begin_layout Subsection
2725 Binomial Coefficients
2726 \begin_inset Index idx
2727 status collapsed
2728
2729 \begin_layout Plain Layout
2730 Binomial coefficients
2731 \end_layout
2732
2733 \end_inset
2734
2735
2736 \end_layout
2737
2738 \begin_layout Standard
2739 Binomial coefficients are inserted with the command 
2740 \series bold
2741
2742 \backslash
2743 binom
2744 \series default
2745
2746 \begin_inset Index idx
2747 status collapsed
2748
2749 \begin_layout Plain Layout
2750 Commands ! B ! 
2751 \backslash
2752 binom
2753 \end_layout
2754
2755 \end_inset
2756
2757  or with the submenu of the math toolbar button 
2758 \begin_inset Graphics
2759         filename ../images/math/frac-square.png
2760         scale 85
2761
2762 \end_inset
2763
2764 .
2765  As with fractions (
2766 \series bold
2767
2768 \backslash
2769 frac
2770 \series default
2771 ) in addition to 
2772 \series bold
2773
2774 \backslash
2775 binom
2776 \series default
2777  there are the commands 
2778 \series bold
2779
2780 \backslash
2781 dbinom
2782 \series default
2783
2784 \begin_inset Index idx
2785 status collapsed
2786
2787 \begin_layout Plain Layout
2788 Commands ! D ! 
2789 \backslash
2790 dbinom
2791 \end_layout
2792
2793 \end_inset
2794
2795  and 
2796 \series bold
2797
2798 \backslash
2799 tbinom
2800 \series default
2801
2802 \begin_inset Index idx
2803 status collapsed
2804
2805 \begin_layout Plain Layout
2806 Commands ! T ! 
2807 \backslash
2808 tbinom
2809 \end_layout
2810
2811 \end_inset
2812
2813 .
2814  For other brackets around binomial coeficients there are the commands 
2815 \series bold
2816
2817 \backslash
2818 brace
2819 \series default
2820
2821 \begin_inset Index idx
2822 status collapsed
2823
2824 \begin_layout Plain Layout
2825 Commands ! B ! 
2826 \backslash
2827 brace
2828 \end_layout
2829
2830 \end_inset
2831
2832  and 
2833 \series bold
2834
2835 \backslash
2836 brack
2837 \series default
2838
2839 \begin_inset Index idx
2840 status collapsed
2841
2842 \begin_layout Plain Layout
2843 Commands ! B ! 
2844 \backslash
2845 brack
2846 \end_layout
2847
2848 \end_inset
2849
2850 .
2851 \end_layout
2852
2853 \begin_layout Standard
2854 \align center
2855 \begin_inset Tabular
2856 <lyxtabular version="3" rows="6" columns="2">
2857 <features tabularvalignment="middle">
2858 <column alignment="center" valignment="top" width="0pt">
2859 <column alignment="center" valignment="top" width="0pt">
2860 <row>
2861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2862 \begin_inset Text
2863
2864 \begin_layout Plain Layout
2865 Command
2866 \end_layout
2867
2868 \end_inset
2869 </cell>
2870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2871 \begin_inset Text
2872
2873 \begin_layout Plain Layout
2874 Result
2875 \begin_inset Note Note
2876 status collapsed
2877
2878 \begin_layout Plain Layout
2879
2880 \series bold
2881
2882 \backslash
2883 raisebox
2884 \series default
2885  is only used as spacer.
2886 \end_layout
2887
2888 \end_inset
2889
2890
2891 \end_layout
2892
2893 \end_inset
2894 </cell>
2895 </row>
2896 <row>
2897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2898 \begin_inset Text
2899
2900 \begin_layout Plain Layout
2901
2902 \backslash
2903 binom
2904 \begin_inset ERT
2905 status collapsed
2906
2907 \begin_layout Plain Layout
2908
2909
2910 \backslash
2911 spce 
2912 \end_layout
2913
2914 \end_inset
2915
2916 A
2917 \begin_inset Formula $\downarrow$
2918 \end_inset
2919
2920 B
2921 \end_layout
2922
2923 \end_inset
2924 </cell>
2925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2926 \begin_inset Text
2927
2928 \begin_layout Plain Layout
2929 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2930 \end_inset
2931
2932
2933 \end_layout
2934
2935 \end_inset
2936 </cell>
2937 </row>
2938 <row>
2939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2940 \begin_inset Text
2941
2942 \begin_layout Plain Layout
2943
2944 \backslash
2945 dbinom
2946 \begin_inset ERT
2947 status collapsed
2948
2949 \begin_layout Plain Layout
2950
2951
2952 \backslash
2953 spce 
2954 \end_layout
2955
2956 \end_inset
2957
2958 A
2959 \begin_inset Formula $\downarrow$
2960 \end_inset
2961
2962 B
2963 \end_layout
2964
2965 \end_inset
2966 </cell>
2967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2972 \end_inset
2973
2974
2975 \end_layout
2976
2977 \end_inset
2978 </cell>
2979 </row>
2980 <row>
2981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2982 \begin_inset Text
2983
2984 \begin_layout Plain Layout
2985
2986 \backslash
2987 tbinom
2988 \begin_inset ERT
2989 status collapsed
2990
2991 \begin_layout Plain Layout
2992
2993
2994 \backslash
2995 spce 
2996 \end_layout
2997
2998 \end_inset
2999
3000 A
3001 \begin_inset Formula $\downarrow$
3002 \end_inset
3003
3004 B
3005 \end_layout
3006
3007 \end_inset
3008 </cell>
3009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3010 \begin_inset Text
3011
3012 \begin_layout Plain Layout
3013 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
3014 \end_inset
3015
3016
3017 \end_layout
3018
3019 \end_inset
3020 </cell>
3021 </row>
3022 <row>
3023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Plain Layout
3027
3028 \backslash
3029 brack
3030 \begin_inset ERT
3031 status collapsed
3032
3033 \begin_layout Plain Layout
3034
3035
3036 \backslash
3037 spce 
3038 \end_layout
3039
3040 \end_inset
3041
3042 A
3043 \begin_inset Formula $\downarrow$
3044 \end_inset
3045
3046 B
3047 \end_layout
3048
3049 \end_inset
3050 </cell>
3051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3052 \begin_inset Text
3053
3054 \begin_layout Plain Layout
3055 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3056 \end_inset
3057
3058
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 </row>
3064 <row>
3065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3066 \begin_inset Text
3067
3068 \begin_layout Plain Layout
3069
3070 \backslash
3071 brace
3072 \begin_inset ERT
3073 status collapsed
3074
3075 \begin_layout Plain Layout
3076
3077
3078 \backslash
3079 spce 
3080 \end_layout
3081
3082 \end_inset
3083
3084 A
3085 \begin_inset Formula $\downarrow$
3086 \end_inset
3087
3088 B
3089 \end_layout
3090
3091 \end_inset
3092 </cell>
3093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3094 \begin_inset Text
3095
3096 \begin_layout Plain Layout
3097 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3098 \end_inset
3099
3100
3101 \end_layout
3102
3103 \end_inset
3104 </cell>
3105 </row>
3106 </lyxtabular>
3107
3108 \end_inset
3109
3110
3111 \end_layout
3112
3113 \begin_layout Subsection
3114 Case Differentiations
3115 \begin_inset Index idx
3116 status collapsed
3117
3118 \begin_layout Plain Layout
3119 Case differentiations 
3120 \end_layout
3121
3122 \end_inset
3123
3124
3125 \end_layout
3126
3127 \begin_layout Standard
3128 \align center
3129 \begin_inset Tabular
3130 <lyxtabular version="3" rows="3" columns="2">
3131 <features tabularvalignment="middle">
3132 <column alignment="center" valignment="top" width="0pt">
3133 <column alignment="center" valignment="top" width="0pt">
3134 <row>
3135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3136 \begin_inset Text
3137
3138 \begin_layout Plain Layout
3139 Command
3140 \end_layout
3141
3142 \end_inset
3143 </cell>
3144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3145 \begin_inset Text
3146
3147 \begin_layout Plain Layout
3148 Result
3149 \end_layout
3150
3151 \end_inset
3152 </cell>
3153 </row>
3154 <row>
3155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3156 \begin_inset Text
3157
3158 \begin_layout Plain Layout
3159
3160 \backslash
3161 cases
3162 \begin_inset ERT
3163 status collapsed
3164
3165 \begin_layout Plain Layout
3166
3167
3168 \backslash
3169 spce 
3170 \end_layout
3171
3172 \end_inset
3173
3174 A
3175 \begin_inset Formula $\to$
3176 \end_inset
3177
3178 B>0
3179 \begin_inset Index idx
3180 status collapsed
3181
3182 \begin_layout Plain Layout
3183 Commands ! C ! 
3184 \backslash
3185 cases
3186 \end_layout
3187
3188 \end_inset
3189
3190
3191 \end_layout
3192
3193 \end_inset
3194 </cell>
3195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3196 \begin_inset Text
3197
3198 \begin_layout Plain Layout
3199 \begin_inset Formula $\begin{cases}
3200 A & B>0\end{cases}$
3201 \end_inset
3202
3203
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 </row>
3209 <row>
3210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Plain Layout
3214
3215 \backslash
3216 cases
3217 \begin_inset ERT
3218 status collapsed
3219
3220 \begin_layout Plain Layout
3221
3222
3223 \backslash
3224 spce 
3225 \end_layout
3226
3227 \end_inset
3228
3229
3230 \begin_inset Info
3231 type  "shortcut"
3232 arg   "newline-insert newline"
3233 \end_inset
3234
3235
3236 \end_layout
3237
3238 \end_inset
3239 </cell>
3240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244 \begin_inset Formula $\begin{cases}
3245 A & \textrm{for }x>0\\
3246 B & \textrm{for }x=0
3247 \end{cases}$
3248 \end_inset
3249
3250
3251 \end_layout
3252
3253 \end_inset
3254 </cell>
3255 </row>
3256 </lyxtabular>
3257
3258 \end_inset
3259
3260
3261 \end_layout
3262
3263 \begin_layout Standard
3264 After inserting 
3265 \series bold
3266
3267 \backslash
3268 cases
3269 \series default
3270  or pressing the math toolbar button 
3271 \begin_inset Graphics
3272         filename ../images/math/cases.png
3273         scale 85
3274
3275 \end_inset
3276
3277  you can create new lines with the shortcut 
3278 \begin_inset Info
3279 type  "shortcut"
3280 arg   "newline-insert newline"
3281 \end_inset
3282
3283  or the table toolbar button 
3284 \begin_inset Graphics
3285         filename ../images/tabular-feature_append-row.png
3286         scale 85
3287
3288 \end_inset
3289
3290 .
3291 \end_layout
3292
3293 \begin_layout Standard
3294 The command 
3295 \series bold
3296
3297 \backslash
3298 cases
3299 \series default
3300  is also available via the menu 
3301 \family sans
3302 Insert\SpecialChar \menuseparator
3303 Math\SpecialChar \menuseparator
3304 Cases-Environment
3305 \family default
3306 .
3307 \end_layout
3308
3309 \begin_layout Subsection
3310 Negations
3311 \begin_inset Index idx
3312 status collapsed
3313
3314 \begin_layout Plain Layout
3315 Negations
3316 \end_layout
3317
3318 \end_inset
3319
3320
3321 \end_layout
3322
3323 \begin_layout Standard
3324 By inserting 
3325 \series bold
3326
3327 \backslash
3328 not
3329 \series default
3330
3331 \begin_inset Index idx
3332 status collapsed
3333
3334 \begin_layout Plain Layout
3335 Commands ! N ! 
3336 \backslash
3337 not
3338 \end_layout
3339
3340 \end_inset
3341
3342  every character can be displayed canceled.
3343  The characters are quasi accentuated by a slash.
3344 \end_layout
3345
3346 \begin_layout Standard
3347 \align center
3348 \begin_inset Tabular
3349 <lyxtabular version="3" rows="4" columns="2">
3350 <features tabularvalignment="middle">
3351 <column alignment="center" valignment="top" width="0pt">
3352 <column alignment="center" valignment="top" width="0pt">
3353 <row>
3354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3355 \begin_inset Text
3356
3357 \begin_layout Plain Layout
3358 Command
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367 Result
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 </row>
3373 <row>
3374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378
3379 \backslash
3380 not=
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389 \begin_inset Formula $\not=$
3390 \end_inset
3391
3392
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 </row>
3398 <row>
3399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403
3404 \backslash
3405 not 
3406 \backslash
3407 le
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3413 \begin_inset Text
3414
3415 \begin_layout Plain Layout
3416 \begin_inset Formula $\not\le$
3417 \end_inset
3418
3419
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 </row>
3425 <row>
3426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430
3431 \backslash
3432 not 
3433 \backslash
3434 parallel
3435 \end_layout
3436
3437 \end_inset
3438 </cell>
3439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443 \begin_inset Formula $\not\parallel$
3444 \end_inset
3445
3446
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 </row>
3452 </lyxtabular>
3453
3454 \end_inset
3455
3456
3457 \end_layout
3458
3459 \begin_layout Standard
3460 The last example shows that not all negations look good.
3461  Therefore there are special commands for some negations (see 
3462 \begin_inset CommandInset ref
3463 LatexCommand ref
3464 reference "sub:Mathematical-Symbols"
3465
3466 \end_inset
3467
3468  and 
3469 \begin_inset CommandInset ref
3470 LatexCommand ref
3471 reference "sec:Relations"
3472
3473 \end_inset
3474
3475 ).
3476 \end_layout
3477
3478 \begin_layout Subsection
3479 Placeholders
3480 \begin_inset CommandInset label
3481 LatexCommand label
3482 name "sub:Placeholders"
3483
3484 \end_inset
3485
3486
3487 \begin_inset Index idx
3488 status collapsed
3489
3490 \begin_layout Plain Layout
3491 Placeholders
3492 \end_layout
3493
3494 \end_inset
3495
3496
3497 \begin_inset Index idx
3498 status collapsed
3499
3500 \begin_layout Plain Layout
3501 Chemical characters ! Isotopes
3502 \end_layout
3503
3504 \end_inset
3505
3506
3507 \begin_inset Index idx
3508 status collapsed
3509
3510 \begin_layout Plain Layout
3511 Isotopes|see
3512 \begin_inset ERT
3513 status collapsed
3514
3515 \begin_layout Plain Layout
3516
3517 {
3518 \end_layout
3519
3520 \end_inset
3521
3522 Chemical characters
3523 \begin_inset ERT
3524 status collapsed
3525
3526 \begin_layout Plain Layout
3527
3528 }
3529 \end_layout
3530
3531 \end_inset
3532
3533
3534 \end_layout
3535
3536 \end_inset
3537
3538
3539 \end_layout
3540
3541 \begin_layout Standard
3542 When displaying e.
3543 \begin_inset space \thinspace{}
3544 \end_inset
3545
3546 g.
3547 \begin_inset space \space{}
3548 \end_inset
3549
3550 isotopes
3551 \begin_inset Foot
3552 status collapsed
3553
3554 \begin_layout Plain Layout
3555 Typesetting isotopes and chemical symbols is described in 
3556 \begin_inset CommandInset ref
3557 LatexCommand ref
3558 reference "sub:Chemical-Symbols-and"
3559
3560 \end_inset
3561
3562 .
3563 \end_layout
3564
3565 \end_inset
3566
3567  the following problem occurs:
3568 \end_layout
3569
3570 \begin_layout Standard
3571 \align center
3572 \begin_inset Tabular
3573 <lyxtabular version="3" rows="2" columns="2">
3574 <features tabularvalignment="middle">
3575 <column alignment="center" valignment="top" width="0pt">
3576 <column alignment="center" valignment="top" width="0pt">
3577 <row>
3578 <cell alignment="center" valignment="top" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Plain Layout
3582 Indices created with sub- and superscripts:
3583 \end_layout
3584
3585 \end_inset
3586 </cell>
3587 <cell alignment="center" valignment="top" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Plain Layout
3591 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3592 \end_inset
3593
3594
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 </row>
3600 <row>
3601 <cell alignment="center" valignment="top" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605 correct indices:
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 <cell alignment="center" valignment="top" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3615 \end_inset
3616
3617
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 </row>
3623 </lyxtabular>
3624
3625 \end_inset
3626
3627
3628 \begin_inset Note Note
3629 status collapsed
3630
3631 \begin_layout Plain Layout
3632
3633 \series bold
3634
3635 \backslash
3636 raisebox
3637 \series default
3638  is only used as spacer.
3639 \end_layout
3640
3641 \end_inset
3642
3643
3644 \end_layout
3645
3646 \begin_layout Standard
3647 The shorter index is by default placed below or above the first character
3648  of the longer index.
3649  To avoid this there is the command 
3650 \series bold
3651
3652 \backslash
3653 phantom
3654 \series default
3655
3656 \begin_inset Index idx
3657 status collapsed
3658
3659 \begin_layout Plain Layout
3660 Commands ! P ! 
3661 \backslash
3662 phantom
3663 \end_layout
3664
3665 \end_inset
3666
3667  or the math toolbar button
3668 \begin_inset space \thinspace{}
3669 \end_inset
3670
3671
3672 \begin_inset Foot
3673 status collapsed
3674
3675 \begin_layout Plain Layout
3676 can be found in the submenu of the toolbar button 
3677 \begin_inset Graphics
3678         filename ../images/math/space.png
3679         scale 85
3680
3681 \end_inset
3682
3683
3684 \end_layout
3685
3686 \end_inset
3687
3688  
3689 \begin_inset Graphics
3690         filename ../images/math/phantom.png
3691         scale 85
3692
3693 \end_inset
3694
3695  that creates one or more phantom characters.
3696  When inserting 
3697 \series bold
3698
3699 \backslash
3700 phantom
3701 \series default
3702  a small blue box appears that is superposed with two red arrows.
3703  The arrows indicate that the complete width and height of the box content
3704  will be created as placeholder.
3705  Phantom characters are accordingly placeholders with the size of the characters.
3706 \end_layout
3707
3708 \begin_layout Standard
3709 \align center
3710 \begin_inset Tabular
3711 <lyxtabular version="3" rows="4" columns="2">
3712 <features tabularvalignment="middle">
3713 <column alignment="center" valignment="top" width="0">
3714 <column alignment="center" valignment="top" width="0">
3715 <row>
3716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 Command
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729 Result
3730 \begin_inset Note Note
3731 status collapsed
3732
3733 \begin_layout Plain Layout
3734
3735 \series bold
3736
3737 \backslash
3738 raisebox
3739 \series default
3740  is only used as spacer.
3741 \end_layout
3742
3743 \end_inset
3744
3745
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 </row>
3751 <row>
3752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Plain Layout
3756 ^19
3757 \begin_inset ERT
3758 status collapsed
3759
3760 \begin_layout Plain Layout
3761
3762
3763 \backslash
3764 spce 
3765 \end_layout
3766
3767 \end_inset
3768
3769 _
3770 \backslash
3771 phantom
3772 \begin_inset ERT
3773 status collapsed
3774
3775 \begin_layout Plain Layout
3776
3777
3778 \backslash
3779 spce 
3780 \end_layout
3781
3782 \end_inset
3783
3784 1
3785 \begin_inset Formula $\to$
3786 \end_inset
3787
3788 9
3789 \begin_inset ERT
3790 status collapsed
3791
3792 \begin_layout Plain Layout
3793
3794
3795 \backslash
3796 spce 
3797 \end_layout
3798
3799 \end_inset
3800
3801 F
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3811 \end_inset
3812
3813
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 </row>
3819 <row>
3820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3821 \begin_inset Text
3822
3823 \begin_layout Plain Layout
3824 ^235
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 _
3838 \backslash
3839 phantom
3840 \begin_inset ERT
3841 status collapsed
3842
3843 \begin_layout Plain Layout
3844
3845
3846 \backslash
3847 spce 
3848 \end_layout
3849
3850 \end_inset
3851
3852 23
3853 \begin_inset Formula $\to$
3854 \end_inset
3855
3856 9
3857 \begin_inset ERT
3858 status collapsed
3859
3860 \begin_layout Plain Layout
3861
3862
3863 \backslash
3864 spce 
3865 \end_layout
3866
3867 \end_inset
3868
3869 F
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3879 \end_inset
3880
3881
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 </row>
3887 <row>
3888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3889 \begin_inset Text
3890
3891 \begin_layout Plain Layout
3892
3893 \backslash
3894 Lambda^
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
3908 \backslash
3909 phantom
3910 \begin_inset ERT
3911 status collapsed
3912
3913 \begin_layout Plain Layout
3914
3915
3916 \backslash
3917 spce 
3918 \end_layout
3919
3920 \end_inset
3921
3922 ii
3923 \begin_inset Formula $\to$
3924 \end_inset
3925
3926 t
3927 \begin_inset ERT
3928 status collapsed
3929
3930 \begin_layout Plain Layout
3931
3932
3933 \backslash
3934 spce 
3935 \end_layout
3936
3937 \end_inset
3938
3939 _MMt
3940 \end_layout
3941
3942 \end_inset
3943 </cell>
3944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3945 \begin_inset Text
3946
3947 \begin_layout Plain Layout
3948 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3949 \end_inset
3950
3951
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 </row>
3957 </lyxtabular>
3958
3959 \end_inset
3960
3961
3962 \end_layout
3963
3964 \begin_layout Standard
3965 Furthermore there are the commands 
3966 \series bold
3967
3968 \backslash
3969 vphantom
3970 \series default
3971
3972 \begin_inset Index idx
3973 status collapsed
3974
3975 \begin_layout Plain Layout
3976 Commands ! V ! 
3977 \backslash
3978 vphantom
3979 \end_layout
3980
3981 \end_inset
3982
3983  (toolbar button 
3984 \begin_inset space ~
3985 \end_inset
3986
3987
3988 \begin_inset Graphics
3989         filename ../images/math/vphantom.png
3990         scale 85
3991
3992 \end_inset
3993
3994 ) and 
3995 \series bold
3996
3997 \backslash
3998 hphantom
3999 \series default
4000
4001 \begin_inset Index idx
4002 status collapsed
4003
4004 \begin_layout Plain Layout
4005 Commands ! H ! 
4006 \backslash
4007 hphantom
4008 \end_layout
4009
4010 \end_inset
4011
4012  (toolbar button 
4013 \begin_inset space ~
4014 \end_inset
4015
4016
4017 \begin_inset Graphics
4018         filename ../images/math/hphantom.png
4019         scale 85
4020
4021 \end_inset
4022
4023 ).
4024  
4025 \series bold
4026
4027 \backslash
4028 hphantom
4029 \series default
4030  creates only space for the maximal height of the characters in the box
4031  but not for its width.
4032  
4033 \series bold
4034
4035 \backslash
4036 vphantom
4037 \series default
4038  creates only space for the width of the box content.
4039  Therefore  the boxes of both commands have only one red arrow.
4040 \end_layout
4041
4042 \begin_layout Standard
4043 For example the command 
4044 \series bold
4045
4046 \backslash
4047 vphantom
4048 \series default
4049
4050 \begin_inset ERT
4051 status collapsed
4052
4053 \begin_layout Plain Layout
4054
4055
4056 \backslash
4057 spce 
4058 \end_layout
4059
4060 \end_inset
4061
4062
4063 \series bold
4064 a
4065 \backslash
4066 int
4067 \series default
4068  creates space for the height of the integral sign,
4069 \begin_inset Foot
4070 status collapsed
4071
4072 \begin_layout Plain Layout
4073 The command 
4074 \series bold
4075
4076 \backslash
4077 int
4078 \series default
4079  creates an integral sign, see 
4080 \begin_inset CommandInset ref
4081 LatexCommand ref
4082 reference "sub:Big-Operators"
4083
4084 \end_inset
4085
4086 .
4087 \end_layout
4088
4089 \end_inset
4090
4091  because this is the larger character.
4092  An example application is in 
4093 \begin_inset CommandInset ref
4094 LatexCommand ref
4095 reference "sub:Multiline-Brackets"
4096
4097 \end_inset
4098
4099 .
4100 \end_layout
4101
4102 \begin_layout Standard
4103 Placeholders can also be used for text when they are inserted via the menu
4104  
4105 \family sans
4106 Insert\SpecialChar \menuseparator
4107 Formatting\SpecialChar \menuseparator
4108 Phantom
4109 \family default
4110 :
4111 \end_layout
4112
4113 \begin_layout Standard
4114 This is a sentence.
4115 \begin_inset Newline newline
4116 \end_inset
4117
4118
4119 \begin_inset Phantom Phantom
4120 status open
4121
4122 \begin_layout Plain Layout
4123 This
4124 \end_layout
4125
4126 \end_inset
4127
4128  is a sentence.
4129 \end_layout
4130
4131 \begin_layout Subsection
4132 Lines
4133 \begin_inset Index idx
4134 status collapsed
4135
4136 \begin_layout Plain Layout
4137 Lines
4138 \end_layout
4139
4140 \end_inset
4141
4142
4143 \begin_inset Index idx
4144 status collapsed
4145
4146 \begin_layout Plain Layout
4147 Formula ! underlined
4148 \end_layout
4149
4150 \end_inset
4151
4152
4153 \end_layout
4154
4155 \begin_layout Standard
4156 \align center
4157 \begin_inset Tabular
4158 <lyxtabular version="3" rows="4" columns="2">
4159 <features tabularvalignment="middle">
4160 <column alignment="center" valignment="top" width="0pt">
4161 <column alignment="center" valignment="top" width="0pt">
4162 <row>
4163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 Command
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4173 \begin_inset Text
4174
4175 \begin_layout Plain Layout
4176 Result
4177 \begin_inset Note Note
4178 status collapsed
4179
4180 \begin_layout Plain Layout
4181
4182 \series bold
4183
4184 \backslash
4185 raisebox
4186 \series default
4187  is only used as spacer.
4188 \end_layout
4189
4190 \end_inset
4191
4192
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 </row>
4198 <row>
4199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203
4204 \backslash
4205 overline
4206 \begin_inset ERT
4207 status collapsed
4208
4209 \begin_layout Plain Layout
4210
4211
4212 \backslash
4213 spce 
4214 \end_layout
4215
4216 \end_inset
4217
4218 A+B
4219 \begin_inset Index idx
4220 status collapsed
4221
4222 \begin_layout Plain Layout
4223 Commands ! O ! 
4224 \backslash
4225 overline
4226 \end_layout
4227
4228 \end_inset
4229
4230
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4240 \end_inset
4241
4242
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 </row>
4248 <row>
4249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253
4254 \backslash
4255 underline
4256 \begin_inset ERT
4257 status collapsed
4258
4259 \begin_layout Plain Layout
4260
4261
4262 \backslash
4263 spce 
4264 \end_layout
4265
4266 \end_inset
4267
4268 A+B
4269 \begin_inset Index idx
4270 status collapsed
4271
4272 \begin_layout Plain Layout
4273 Commands ! U ! 
4274 \backslash
4275 underline
4276 \end_layout
4277
4278 \end_inset
4279
4280
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4290 \end_inset
4291
4292
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 </row>
4298 <row>
4299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Plain Layout
4303
4304 \backslash
4305 overline
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
4319 \backslash
4320 underline
4321 \begin_inset ERT
4322 status collapsed
4323
4324 \begin_layout Plain Layout
4325
4326
4327 \backslash
4328 spce 
4329 \end_layout
4330
4331 \end_inset
4332
4333 A+B
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4343 \end_inset
4344
4345
4346 \end_layout
4347
4348 \end_inset
4349 </cell>
4350 </row>
4351 </lyxtabular>
4352
4353 \end_inset
4354
4355
4356 \end_layout
4357
4358 \begin_layout Standard
4359 In the last example it doesn't matter if first 
4360 \series bold
4361
4362 \backslash
4363 overline
4364 \series default
4365  or 
4366 \series bold
4367
4368 \backslash
4369 underline
4370 \series default
4371  is inserted.
4372 \end_layout
4373
4374 \begin_layout Standard
4375 To double underline use 
4376 \series bold
4377
4378 \backslash
4379 underline
4380 \series default
4381  twice.
4382 \end_layout
4383
4384 \begin_layout Standard
4385 It is possible to place up to 6 lines above or below characters.
4386 \end_layout
4387
4388 \begin_layout Standard
4389 \begin_inset VSpace bigskip
4390 \end_inset
4391
4392 Custom lines can be created using the command 
4393 \series bold
4394
4395 \backslash
4396 rule
4397 \series default
4398
4399 \begin_inset Index idx
4400 status collapsed
4401
4402 \begin_layout Plain Layout
4403 Commands ! R ! 
4404 \backslash
4405 rule
4406 \end_layout
4407
4408 \end_inset
4409
4410  which has the following scheme:
4411 \end_layout
4412
4413 \begin_layout Standard
4414
4415 \series bold
4416
4417 \backslash
4418 rule[vertical offset]{length}{thickness}
4419 \end_layout
4420
4421 \begin_layout Standard
4422 The optional vertical offset shifts the line upwards (or downwards, when
4423  the value is negative).
4424  The units listed in 
4425 \begin_inset CommandInset ref
4426 LatexCommand ref
4427 reference "tab:Available-units"
4428
4429 \end_inset
4430
4431  can be used for the values.
4432  Here are two example lines created with the commands
4433 \begin_inset Newline newline
4434 \end_inset
4435
4436
4437 \series bold
4438
4439 \backslash
4440 rule[-2ex]{3cm}{2pt}
4441 \series default
4442  and 
4443 \series bold
4444
4445 \backslash
4446 rule{2cm}{1pt}
4447 \series default
4448 :
4449 \end_layout
4450
4451 \begin_layout Standard
4452 This is a sentence 
4453 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4454 \end_inset
4455
4456  with two lines.
4457 \end_layout
4458
4459 \begin_layout Standard
4460
4461 \series bold
4462
4463 \backslash
4464 rule
4465 \series default
4466  can also be used for text when a line is inserted via the menu 
4467 \family sans
4468 Insert\SpecialChar \menuseparator
4469 Formatting\SpecialChar \menuseparator
4470 Horizontal
4471 \begin_inset space ~
4472 \end_inset
4473
4474 Line
4475 \family default
4476 :
4477 \end_layout
4478
4479 \begin_layout Standard
4480 This is a sentence 
4481 \begin_inset CommandInset line
4482 LatexCommand rule
4483 offset "0.5ex"
4484 width "3cm"
4485 height "1pt"
4486
4487 \end_inset
4488
4489  with one line.
4490 \end_layout
4491
4492 \begin_layout Subsection
4493 Ellipses
4494 \begin_inset CommandInset label
4495 LatexCommand label
4496 name "sub:Ellipses"
4497
4498 \end_inset
4499
4500
4501 \begin_inset Index idx
4502 status collapsed
4503
4504 \begin_layout Plain Layout
4505 Ellipses
4506 \end_layout
4507
4508 \end_inset
4509
4510
4511 \end_layout
4512
4513 \begin_layout Standard
4514 There are different types of ellipses available.
4515 \begin_inset Foot
4516 status collapsed
4517
4518 \begin_layout Plain Layout
4519 In the math toolbar in the submenu of the button 
4520 \begin_inset Graphics
4521         filename ../images/math/ldots.png
4522         scale 85
4523
4524 \end_inset
4525
4526
4527 \end_layout
4528
4529 \end_inset
4530
4531  For listings dots at the baseline are used (
4532 \series bold
4533
4534 \backslash
4535 ldots
4536 \series default
4537
4538 \begin_inset Index idx
4539 status collapsed
4540
4541 \begin_layout Plain Layout
4542 Commands ! L ! 
4543 \backslash
4544 ldots
4545 \end_layout
4546
4547 \end_inset
4548
4549 ), while for operations dots are needed that are on the same height as the
4550  operators (
4551 \series bold
4552
4553 \backslash
4554 cdots
4555 \series default
4556
4557 \begin_inset Index idx
4558 status collapsed
4559
4560 \begin_layout Plain Layout
4561 Commands ! C ! 
4562 \backslash
4563 cdots
4564 \end_layout
4565
4566 \end_inset
4567
4568 ).
4569  When using the command 
4570 \series bold
4571
4572 \backslash
4573 dots
4574 \series default
4575
4576 \begin_inset Index idx
4577 status collapsed
4578
4579 \begin_layout Plain Layout
4580 Commands ! D ! 
4581 \backslash
4582 dots
4583 \end_layout
4584
4585 \end_inset
4586
4587 , LaTeX decides on the basis of the next character what type is used.
4588 \end_layout
4589
4590 \begin_layout Standard
4591 \align center
4592 \begin_inset Tabular
4593 <lyxtabular version="3" rows="9" columns="2">
4594 <features tabularvalignment="middle">
4595 <column alignment="center" valignment="top" width="0pt">
4596 <column alignment="center" valignment="top" width="0pt">
4597 <row>
4598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602 Command
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611 Result
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 </row>
4617 <row>
4618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622 A_1
4623 \begin_inset ERT
4624 status collapsed
4625
4626 \begin_layout Plain Layout
4627
4628
4629 \backslash
4630 spce 
4631 \end_layout
4632
4633 \end_inset
4634
4635 ,
4636 \backslash
4637 dots
4638 \begin_inset ERT
4639 status collapsed
4640
4641 \begin_layout Plain Layout
4642
4643
4644 \backslash
4645 spce 
4646 \end_layout
4647
4648 \end_inset
4649
4650 ,A_n
4651 \end_layout
4652
4653 \end_inset
4654 </cell>
4655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659 \begin_inset Formula $A_{1},\dots,A_{n}$
4660 \end_inset
4661
4662
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 </row>
4668 <row>
4669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673 A_1
4674 \begin_inset ERT
4675 status collapsed
4676
4677 \begin_layout Plain Layout
4678
4679
4680 \backslash
4681 spce 
4682 \end_layout
4683
4684 \end_inset
4685
4686 +
4687 \backslash
4688 dots
4689 \begin_inset ERT
4690 status collapsed
4691
4692 \begin_layout Plain Layout
4693
4694
4695 \backslash
4696 spce 
4697 \end_layout
4698
4699 \end_inset
4700
4701 +A_n
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710 \begin_inset Formula $A_{1}+\dots+A_{n}$
4711 \end_inset
4712
4713
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 </row>
4719 <row>
4720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4721 \begin_inset Text
4722
4723 \begin_layout Plain Layout
4724 A_1
4725 \begin_inset ERT
4726 status collapsed
4727
4728 \begin_layout Plain Layout
4729
4730
4731 \backslash
4732 spce 
4733 \end_layout
4734
4735 \end_inset
4736
4737 ,
4738 \backslash
4739 ldots
4740 \begin_inset ERT
4741 status collapsed
4742
4743 \begin_layout Plain Layout
4744
4745
4746 \backslash
4747 spce 
4748 \end_layout
4749
4750 \end_inset
4751
4752 ,A_n
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 \begin_inset Formula $A_{1},\ldots,A_{n}$
4762 \end_inset
4763
4764
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 </row>
4770 <row>
4771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775 A_1
4776 \begin_inset ERT
4777 status collapsed
4778
4779 \begin_layout Plain Layout
4780
4781
4782 \backslash
4783 spce 
4784 \end_layout
4785
4786 \end_inset
4787
4788 +
4789 \backslash
4790 cdots
4791 \begin_inset ERT
4792 status collapsed
4793
4794 \begin_layout Plain Layout
4795
4796
4797 \backslash
4798 spce 
4799 \end_layout
4800
4801 \end_inset
4802
4803 +A_n
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4813 \end_inset
4814
4815
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 </row>
4821 <row>
4822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826
4827 \backslash
4828 vdots
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837 \begin_inset Formula $\vdots$
4838 \end_inset
4839
4840
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 </row>
4846 <row>
4847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4848 \begin_inset Text
4849
4850 \begin_layout Plain Layout
4851
4852 \backslash
4853 ddots
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 \begin_inset Formula $\ddots$
4863 \end_inset
4864
4865
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 </row>
4871 <row>
4872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4873 \begin_inset Text
4874
4875 \begin_layout Plain Layout
4876
4877 \backslash
4878 iddots
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4884 \begin_inset Text
4885
4886 \begin_layout Plain Layout
4887 \begin_inset Formula $\iddots$
4888 \end_inset
4889
4890
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 </row>
4896 <row>
4897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901 3×3
4902 \begin_inset space \thinspace{}
4903 \end_inset
4904
4905 matrix with the different dots
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914 \begin_inset Formula $\begin{array}{ccc}
4915 A_{11} & \cdots & A_{1m}\\
4916 \vdots & \ddots & \vdots\\
4917 A_{n1} & \cdots & A_{nm}
4918 \end{array}$
4919 \end_inset
4920
4921
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 </row>
4927 </lyxtabular>
4928
4929 \end_inset
4930
4931
4932 \end_layout
4933
4934 \begin_layout Standard
4935 The ellipses available in menu 
4936 \family sans
4937 Insert\SpecialChar \menuseparator
4938 Special
4939 \begin_inset space ~
4940 \end_inset
4941
4942 Character
4943 \family default
4944  are 
4945 \series bold
4946
4947 \backslash
4948 ldots
4949 \series default
4950 .
4951 \end_layout
4952
4953 \begin_layout Standard
4954 \begin_inset VSpace medskip
4955 \end_inset
4956
4957 To use 
4958 \series bold
4959
4960 \backslash
4961 iddots
4962 \series default
4963 , one of the options 
4964 \family sans
4965 Use mathdots package (automatically)
4966 \family default
4967  must be set in the document settings under 
4968 \family sans
4969 Math
4970 \begin_inset space ~
4971 \end_inset
4972
4973 Options
4974 \family default
4975 .
4976 \begin_inset Newline newline
4977 \end_inset
4978
4979 Using the option 
4980 \family sans
4981 Use mathdots package
4982 \family default
4983  will improve the appearance of all dots in the documents if their font
4984  style or size is not the default.
4985 \end_layout
4986
4987 \begin_layout Standard
4988 \begin_inset VSpace medskip
4989 \end_inset
4990
4991 Specially for matrices there are ellipses that span over several columns.
4992  They are created with the command 
4993 \series bold
4994
4995 \backslash
4996 hdotsfor
4997 \series default
4998
4999 \begin_inset Index idx
5000 status collapsed
5001
5002 \begin_layout Plain Layout
5003 Commands ! H ! 
5004 \backslash
5005 hdotsfor
5006 \end_layout
5007
5008 \end_inset
5009
5010 , that has the following scheme:
5011 \end_layout
5012
5013 \begin_layout Standard
5014
5015 \series bold
5016
5017 \backslash
5018 hdotsfor[distance]{number of columns}
5019 \end_layout
5020
5021 \begin_layout Standard
5022 The number of columns specifies how many columns should be spanned.
5023  Distance is a factor for the distance between the dots.
5024 \end_layout
5025
5026 \begin_layout Standard
5027 In the following matrix the command 
5028 \series bold
5029
5030 \backslash
5031 hdotsfor[2]{4}
5032 \series default
5033  was inserted in the first box of the second line, to get an ellipsis with
5034  a dot distance twice as long as with the command 
5035 \series bold
5036
5037 \backslash
5038 dots
5039 \series default
5040 :
5041 \begin_inset Formula 
5042 \[
5043 \left(\begin{array}{cccc}
5044 A & B & C & D\\
5045 \hdotsfor[2]{4}\\
5046 q & w & e & r
5047 \end{array}\right)
5048 \]
5049
5050 \end_inset
5051
5052 Note that the matrix fields that should be spanned must be empty, otherwise
5053  you get LaTeX-errors.
5054 \end_layout
5055
5056 \begin_layout Standard
5057 \begin_inset VSpace bigskip
5058 \end_inset
5059
5060 Furthermore you can fill with the command 
5061 \series bold
5062
5063 \backslash
5064 dotfill
5065 \series default
5066
5067 \begin_inset Index idx
5068 status collapsed
5069
5070 \begin_layout Plain Layout
5071 Commands ! D ! 
5072 \backslash
5073 dotfill
5074 \end_layout
5075
5076 \end_inset
5077
5078  the rest of a line with dots.
5079  The effect of these commands is the same as with 
5080 \series bold
5081
5082 \backslash
5083 hfill
5084 \series default
5085 , see 
5086 \begin_inset CommandInset ref
5087 LatexCommand ref
5088 reference "sub:Variable-Space"
5089
5090 \end_inset
5091
5092 .
5093 \end_layout
5094
5095 \begin_layout Standard
5096 For example the command 
5097 \series bold
5098 A
5099 \backslash
5100 dotfill
5101 \begin_inset ERT
5102 status collapsed
5103
5104 \begin_layout Plain Layout
5105
5106
5107 \backslash
5108 spce 
5109 \end_layout
5110
5111 \end_inset
5112
5113 B
5114 \series default
5115  produces
5116 \end_layout
5117
5118 \begin_layout Standard
5119 \begin_inset Formula $A\dotfill B$
5120 \end_inset
5121
5122
5123 \end_layout
5124
5125 \begin_layout Standard
5126 Similar to
5127 \series bold
5128  
5129 \backslash
5130 dotfill
5131 \series default
5132  there is for a line the command 
5133 \series bold
5134
5135 \backslash
5136 hrulefill
5137 \series default
5138
5139 \begin_inset Index idx
5140 status collapsed
5141
5142 \begin_layout Plain Layout
5143 Commands ! H ! 
5144 \backslash
5145 hrulefill
5146 \end_layout
5147
5148 \end_inset
5149
5150 :
5151 \end_layout
5152
5153 \begin_layout Standard
5154 \begin_inset Formula $A\hrulefill B$
5155 \end_inset
5156
5157
5158 \end_layout
5159
5160 \begin_layout Standard
5161 To use the commands for text, they have to be inserted in TeX-mode.
5162 \end_layout
5163
5164 \begin_layout Section
5165 Matrices
5166 \begin_inset CommandInset label
5167 LatexCommand label
5168 name "sec:Matrices"
5169
5170 \end_inset
5171
5172
5173 \begin_inset Index idx
5174 status collapsed
5175
5176 \begin_layout Plain Layout
5177 Matrices
5178 \end_layout
5179
5180 \end_inset
5181
5182
5183 \end_layout
5184
5185 \begin_layout Standard
5186 Matrices can be inserted via the math toolbar button 
5187 \begin_inset Graphics
5188         filename ../images/dialog-show_mathmatrix.png
5189         scale 85
5190
5191 \end_inset
5192
5193  or the menu 
5194 \family sans
5195 Insert\SpecialChar \menuseparator
5196 Math\SpecialChar \menuseparator
5197 Matrix
5198 \family default
5199 .
5200  In the matrix dialog you can specify the number of columns and rows, the
5201  alignment and the decoration.
5202  The vertical alignment is only of importance for matrices in inline formulas:
5203 \end_layout
5204
5205 \begin_layout Standard
5206 The first matrix is top 
5207 \begin_inset Formula $\begin{array}[t]{cccc}
5208 A & D & G & J\\
5209 B & E & H & K\\
5210 C & F & I & L
5211 \end{array}$
5212 \end_inset
5213
5214 , the second middle 
5215 \begin_inset Formula $\begin{array}{cccc}
5216 A & D & G & J\\
5217 B & E & H & K\\
5218 C & F & I & L
5219 \end{array}$
5220 \end_inset
5221
5222  and the third bottom 
5223 \begin_inset Formula $\begin{array}[b]{cccc}
5224 A & D & G & J\\
5225 B & E & H & K\\
5226 C & F & I & L
5227 \end{array}$
5228 \end_inset
5229
5230  aligned.
5231 \end_layout
5232
5233 \begin_layout Standard
5234 The horizontal alignment specifies how the column entries should be aligned.
5235  It is set by entering a letter for every column.
5236  
5237 \emph on
5238 l
5239 \emph default
5240  denotes left aligned, 
5241 \emph on
5242 c
5243 \emph default
5244  centered and 
5245 \emph on
5246 r
5247 \emph default
5248  right aligned.
5249  To create for example a 4
5250 \series bold
5251 ×
5252 \series default
5253 4
5254 \begin_inset space ~
5255 \end_inset
5256
5257 matrix where the first column is left aligned, the second and third are
5258  centered and the last one is right aligned, one enters for the horizontal
5259  alignment 
5260 \series bold
5261 lccr
5262 \series default
5263 .
5264  Normally in a matrix all columns are centered, therefore the default for
5265  every column is a 
5266 \series bold
5267 c
5268 \series default
5269 .
5270 \end_layout
5271
5272 \begin_layout Standard
5273 Horizontal alignment:
5274 \end_layout
5275
5276 \begin_layout Standard
5277
5278 \series bold
5279 lll
5280 \series default
5281  : 
5282 \begin_inset Formula $\begin{array}{lll}
5283 10000 & D & G\\
5284 B & 10000 & H\\
5285 C & F & 10000
5286 \end{array}$
5287 \end_inset
5288
5289  , 
5290 \series bold
5291 ccc
5292 \series default
5293  : 
5294 \begin_inset Formula $\begin{array}{ccc}
5295 10000 & D & G\\
5296 B & 10000 & H\\
5297 C & F & 10000
5298 \end{array}$
5299 \end_inset
5300
5301  , 
5302 \series bold
5303 rrr
5304 \series default
5305  : 
5306 \begin_inset Formula $\begin{array}{rrr}
5307 10000 & D & G\\
5308 B & 10000 & H\\
5309 C & F & 10000
5310 \end{array}$
5311 \end_inset
5312
5313
5314 \end_layout
5315
5316 \begin_layout Standard
5317 To add or delete rows and columns subsequently, the math toolbar buttons
5318  
5319 \begin_inset Graphics
5320         filename ../images/tabular-feature_append-row.png
5321         scale 85
5322
5323 \end_inset
5324
5325
5326 \begin_inset Graphics
5327         filename ../images/tabular-feature_delete-row.png
5328         scale 85
5329
5330 \end_inset
5331
5332 , etc.
5333 \begin_inset space \thinspace{}
5334 \end_inset
5335
5336 , or the menu 
5337 \family sans
5338 Edit\SpecialChar \menuseparator
5339 Rows & Columns
5340 \family default
5341  can be used.
5342  New rows can also be created with 
5343 \begin_inset Info
5344 type  "shortcut"
5345 arg   "newline-insert newline"
5346 \end_inset
5347
5348 .
5349 \end_layout
5350
5351 \begin_layout Standard
5352 \begin_inset VSpace bigskip
5353 \end_inset
5354
5355 The 
5356 \family sans
5357 Decoration
5358 \family default
5359  adds parentheses in the selected style around the matrix.
5360  Alternatively, parentheses can can either be created with the commands
5361  
5362 \series bold
5363
5364 \backslash
5365 left
5366 \series default
5367
5368 \begin_inset Index idx
5369 status collapsed
5370
5371 \begin_layout Plain Layout
5372 Commands ! L ! 
5373 \backslash
5374 left
5375 \end_layout
5376
5377 \end_inset
5378
5379  and 
5380 \series bold
5381
5382 \backslash
5383 right
5384 \series default
5385
5386 \begin_inset Index idx
5387 status collapsed
5388
5389 \begin_layout Plain Layout
5390 Commands ! R ! 
5391 \backslash
5392 right
5393 \end_layout
5394
5395 \end_inset
5396
5397  (shortcut 
5398 \family sans
5399 Alt+M
5400 \begin_inset space ~
5401 \end_inset
5402
5403 Parenthesis
5404 \family default
5405 ), see 
5406 \begin_inset CommandInset ref
5407 LatexCommand ref
5408 reference "sub:Automatic-Bracket-Size"
5409
5410 \end_inset
5411
5412 , or by using the following commands:
5413 \begin_inset VSpace medskip
5414 \end_inset
5415
5416
5417 \end_layout
5418
5419 \begin_layout Standard
5420 \begin_inset space \hfill{}
5421 \end_inset
5422
5423
5424 \begin_inset Tabular
5425 <lyxtabular version="3" rows="4" columns="2">
5426 <features tabularvalignment="middle">
5427 <column alignment="center" valignment="top" width="0">
5428 <column alignment="center" valignment="top" width="0">
5429 <row>
5430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434 Command
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443 Result
5444 \begin_inset Note Note
5445 status collapsed
5446
5447 \begin_layout Plain Layout
5448
5449 \series bold
5450
5451 \backslash
5452 raisebox
5453 \series default
5454  is only used as spacer.
5455 \end_layout
5456
5457 \end_inset
5458
5459
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 </row>
5465 <row>
5466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5467 \begin_inset Text
5468
5469 \begin_layout Plain Layout
5470
5471 \backslash
5472 bmatrix
5473 \begin_inset ERT
5474 status collapsed
5475
5476 \begin_layout Plain Layout
5477
5478
5479 \backslash
5480 spce 
5481 \end_layout
5482
5483 \end_inset
5484
5485 2
5486 \series bold
5487 ×
5488 \series default
5489 2
5490 \begin_inset space \thinspace{}
5491 \end_inset
5492
5493 matrix
5494 \end_layout
5495
5496 \end_inset
5497 </cell>
5498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5499 \begin_inset Text
5500
5501 \begin_layout Plain Layout
5502 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5503 0 & \textrm{-}\mathrm{i}\\
5504 \mathrm{i} & 0
5505 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5506 \end_inset
5507
5508
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 </row>
5514 <row>
5515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5516 \begin_inset Text
5517
5518 \begin_layout Plain Layout
5519
5520 \backslash
5521 Bmatrix
5522 \begin_inset ERT
5523 status collapsed
5524
5525 \begin_layout Plain Layout
5526
5527
5528 \backslash
5529 spce 
5530 \end_layout
5531
5532 \end_inset
5533
5534 2
5535 \series bold
5536 ×
5537 \series default
5538 2
5539 \begin_inset space \thinspace{}
5540 \end_inset
5541
5542 matrix
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5552 0 & \textrm{-}\mathrm{i}\\
5553 \mathrm{i} & 0
5554 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5555 \end_inset
5556
5557
5558 \end_layout
5559
5560 \end_inset
5561 </cell>
5562 </row>
5563 <row>
5564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568
5569 \backslash
5570 pmatrix
5571 \begin_inset ERT
5572 status collapsed
5573
5574 \begin_layout Plain Layout
5575
5576
5577 \backslash
5578 spce 
5579 \end_layout
5580
5581 \end_inset
5582
5583 2
5584 \series bold
5585 ×
5586 \series default
5587 2
5588 \begin_inset space \thinspace{}
5589 \end_inset
5590
5591 matrix
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5597 \begin_inset Text
5598
5599 \begin_layout Plain Layout
5600 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5601 0 & \textrm{-}\mathrm{i}\\
5602 \mathrm{i} & 0
5603 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5604 \end_inset
5605
5606
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 </row>
5612 </lyxtabular>
5613
5614 \end_inset
5615
5616
5617 \begin_inset space \hfill{}
5618 \end_inset
5619
5620
5621 \begin_inset Tabular
5622 <lyxtabular version="3" rows="4" columns="2">
5623 <features tabularvalignment="middle">
5624 <column alignment="center" valignment="top" width="0">
5625 <column alignment="center" valignment="top" width="0">
5626 <row>
5627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631 Command
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5637 \begin_inset Text
5638
5639 \begin_layout Plain Layout
5640 Result
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 </row>
5646 <row>
5647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651
5652 \backslash
5653 vmatrix
5654 \begin_inset ERT
5655 status collapsed
5656
5657 \begin_layout Plain Layout
5658
5659
5660 \backslash
5661 spce 
5662 \end_layout
5663
5664 \end_inset
5665
5666 2
5667 \series bold
5668 ×
5669 \series default
5670 2
5671 \begin_inset space \thinspace{}
5672 \end_inset
5673
5674 matrix
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5684 0 & \textrm{-}\mathrm{i}\\
5685 \mathrm{i} & 0
5686 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5687 \end_inset
5688
5689
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 </row>
5695 <row>
5696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Plain Layout
5700
5701 \backslash
5702 Vmatrix
5703 \begin_inset ERT
5704 status collapsed
5705
5706 \begin_layout Plain Layout
5707
5708
5709 \backslash
5710 spce 
5711 \end_layout
5712
5713 \end_inset
5714
5715 2
5716 \series bold
5717 ×
5718 \series default
5719 2
5720 \begin_inset space \thinspace{}
5721 \end_inset
5722
5723 matrix
5724 \end_layout
5725
5726 \end_inset
5727 </cell>
5728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5729 \begin_inset Text
5730
5731 \begin_layout Plain Layout
5732 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5733 0 & \textrm{-}\mathrm{i}\\
5734 \mathrm{i} & 0
5735 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5736 \end_inset
5737
5738
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 </row>
5744 <row>
5745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749
5750 \backslash
5751 matrix
5752 \begin_inset ERT
5753 status collapsed
5754
5755 \begin_layout Plain Layout
5756
5757
5758 \backslash
5759 spce 
5760 \end_layout
5761
5762 \end_inset
5763
5764 2
5765 \series bold
5766 ×
5767 \series default
5768 2
5769 \begin_inset space \thinspace{}
5770 \end_inset
5771
5772 matrix
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Plain Layout
5781 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5782 0 & \textrm{-}\mathrm{i}\\
5783 \mathrm{i} & 0
5784 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5785 \end_inset
5786
5787
5788 \end_layout
5789
5790 \end_inset
5791 </cell>
5792 </row>
5793 </lyxtabular>
5794
5795 \end_inset
5796
5797
5798 \begin_inset space \hfill{}
5799 \end_inset
5800
5801
5802 \end_layout
5803
5804 \begin_layout Standard
5805 \begin_inset VSpace medskip
5806 \end_inset
5807
5808 When e.
5809 \begin_inset space \thinspace{}
5810 \end_inset
5811
5812 g.
5813 \begin_inset space \space{}
5814 \end_inset
5815
5816
5817 \series bold
5818
5819 \backslash
5820 vmatrix
5821 \series default
5822  is inserted, a blue box appears between two vertical lines where the matrix
5823  is inserted.
5824 \begin_inset Newline newline
5825 \end_inset
5826
5827 Note that decorated matrices ignore the vertical alignment.
5828 \end_layout
5829
5830 \begin_layout Standard
5831 \begin_inset Note Greyedout
5832 status open
5833
5834 \begin_layout Plain Layout
5835
5836 \series bold
5837 Note:
5838 \series default
5839  LaTeX limits the number of matrix columns with decorations to 10.
5840  If you need more than 10
5841 \begin_inset space ~
5842 \end_inset
5843
5844 columns, you have to add this line to the document preamble:
5845 \end_layout
5846
5847 \begin_layout Plain Layout
5848
5849 \series bold
5850
5851 \backslash
5852 setcounter{MaxMatrixCols}{number}
5853 \end_layout
5854
5855 \begin_layout Plain Layout
5856 where 
5857 \emph on
5858 number
5859 \emph default
5860  is the number of columns between 11 and 99.
5861 \end_layout
5862
5863 \end_inset
5864
5865
5866 \end_layout
5867
5868 \begin_layout Standard
5869 \begin_inset VSpace bigskip
5870 \end_inset
5871
5872 As all multiline formulas are matrices, the length 
5873 \series bold
5874
5875 \backslash
5876 arraycolsep
5877 \series default
5878
5879 \begin_inset Index idx
5880 status collapsed
5881
5882 \begin_layout Plain Layout
5883 Commands ! A ! 
5884 \backslash
5885 arraycolsep
5886 \end_layout
5887
5888 \end_inset
5889
5890  that is described in 
5891 \begin_inset CommandInset ref
5892 LatexCommand ref
5893 reference "sub:Column-Separation"
5894
5895 \end_inset
5896
5897  can also be used to change the column separation of matrices.
5898 \end_layout
5899
5900 \begin_layout Standard
5901 To change the row separation, the command 
5902 \series bold
5903
5904 \backslash
5905 arraystretch
5906 \series default
5907
5908 \begin_inset Index idx
5909 status collapsed
5910
5911 \begin_layout Plain Layout
5912 Commands ! A ! 
5913 \backslash
5914 arraystretch
5915 \end_layout
5916
5917 \end_inset
5918
5919  is used.
5920  It is used as follows:
5921 \end_layout
5922
5923 \begin_layout Standard
5924
5925 \series bold
5926
5927 \backslash
5928 renewcommand{
5929 \backslash
5930 arraystretch}{stretch factor}
5931 \begin_inset Index idx
5932 status collapsed
5933
5934 \begin_layout Plain Layout
5935 Commands ! R ! 
5936 \backslash
5937 renewcommand
5938 \end_layout
5939
5940 \end_inset
5941
5942
5943 \end_layout
5944
5945 \begin_layout Standard
5946 The command 
5947 \series bold
5948
5949 \backslash
5950 renewcommand
5951 \series default
5952  assigns the stretch factor to the predefined command 
5953 \series bold
5954
5955 \backslash
5956 arraystretch
5957 \series default
5958 .
5959  To double e.
5960 \begin_inset space \thinspace{}
5961 \end_inset
5962
5963 g.
5964 \begin_inset space \space{}
5965 \end_inset
5966
5967 the row separation, use the factor 2.
5968  This is then used for all following matrices.
5969  To go back to the original separation, assign the factor 1 to 
5970 \series bold
5971
5972 \backslash
5973 arraystretch
5974 \series default
5975 .
5976 \end_layout
5977
5978 \begin_layout Standard
5979 To set matrices into a text line, the command 
5980 \series bold
5981
5982 \backslash
5983 smallmatrix
5984 \series default
5985
5986 \begin_inset Index idx
5987 status collapsed
5988
5989 \begin_layout Plain Layout
5990 Commands ! S ! 
5991 \backslash
5992 smallmatrix
5993 \end_layout
5994
5995 \end_inset
5996
5997  is used.
5998  When it is inserted a blue box with two dashed lines appears.
5999  In this box the matrix is inserted.
6000 \end_layout
6001
6002 \begin_layout Standard
6003 This is a matrix 
6004 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
6005 C & D
6006 \end{smallmatrix}\right)$
6007 \end_inset
6008
6009  in a text line.
6010 \end_layout
6011
6012 \begin_layout Section
6013 Brackets and Delimiters
6014 \begin_inset Index idx
6015 status collapsed
6016
6017 \begin_layout Plain Layout
6018 Brackets
6019 \end_layout
6020
6021 \end_inset
6022
6023
6024 \begin_inset Index idx
6025 status collapsed
6026
6027 \begin_layout Plain Layout
6028 Delimiters
6029 \end_layout
6030
6031 \end_inset
6032
6033
6034 \end_layout
6035
6036 \begin_layout Subsection
6037 Vertical Brackets and Delimiters
6038 \begin_inset Index idx
6039 status collapsed
6040
6041 \begin_layout Plain Layout
6042 Brackets ! vertical
6043 \end_layout
6044
6045 \end_inset
6046
6047
6048 \end_layout
6049
6050 \begin_layout Standard
6051 \begin_inset space \hfill{}
6052 \end_inset
6053
6054
6055 \begin_inset Tabular
6056 <lyxtabular version="3" rows="9" columns="2">
6057 <features tabularvalignment="middle">
6058 <column alignment="center" valignment="top" width="0pt">
6059 <column alignment="center" valignment="top" width="0pt">
6060 <row>
6061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6062 \begin_inset Text
6063
6064 \begin_layout Plain Layout
6065 Command
6066 \end_layout
6067
6068 \end_inset
6069 </cell>
6070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6071 \begin_inset Text
6072
6073 \begin_layout Plain Layout
6074 Result
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 </row>
6080 <row>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 (
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Plain Layout
6094 \begin_inset Formula $($
6095 \end_inset
6096
6097
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 </row>
6103 <row>
6104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108 {
6109 \end_layout
6110
6111 \end_inset
6112 </cell>
6113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Plain Layout
6117 \begin_inset Formula $\{$
6118 \end_inset
6119
6120
6121 \end_layout
6122
6123 \end_inset
6124 </cell>
6125 </row>
6126 <row>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 [
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Plain Layout
6140 \begin_inset Formula $[$
6141 \end_inset
6142
6143
6144 \end_layout
6145
6146 \end_inset
6147 </cell>
6148 </row>
6149 <row>
6150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6151 \begin_inset Text
6152
6153 \begin_layout Plain Layout
6154
6155 \backslash
6156 langle
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165 \begin_inset Formula $\langle$
6166 \end_inset
6167
6168
6169 \end_layout
6170
6171 \end_inset
6172 </cell>
6173 </row>
6174 <row>
6175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6176 \begin_inset Text
6177
6178 \begin_layout Plain Layout
6179
6180 \backslash
6181 lceil
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Plain Layout
6190 \begin_inset Formula $\lceil$
6191 \end_inset
6192
6193
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 </row>
6199 <row>
6200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Plain Layout
6204
6205 \backslash
6206 lfloor
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 \begin_inset Formula $\lfloor$
6216 \end_inset
6217
6218
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 </row>
6224 <row>
6225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Plain Layout
6229 /
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6235 \begin_inset Text
6236
6237 \begin_layout Plain Layout
6238 \begin_inset Formula $/$
6239 \end_inset
6240
6241
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 </row>
6247 <row>
6248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252 |
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6258 \begin_inset Text
6259
6260 \begin_layout Plain Layout
6261 \begin_inset Formula $|$
6262 \end_inset
6263
6264
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 </row>
6270 </lyxtabular>
6271
6272 \end_inset
6273
6274
6275 \begin_inset space \hfill{}
6276 \end_inset
6277
6278
6279 \begin_inset Tabular
6280 <lyxtabular version="3" rows="9" columns="2">
6281 <features tabularvalignment="middle">
6282 <column alignment="center" valignment="top" width="0pt">
6283 <column alignment="center" valignment="top" width="0pt">
6284 <row>
6285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Plain Layout
6289 Command
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Plain Layout
6298 Result
6299 \end_layout
6300
6301 \end_inset
6302 </cell>
6303 </row>
6304 <row>
6305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 )
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318 \begin_inset Formula $)$
6319 \end_inset
6320
6321
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 </row>
6327 <row>
6328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332 }
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Plain Layout
6341 \begin_inset Formula $\}$
6342 \end_inset
6343
6344
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 </row>
6350 <row>
6351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6352 \begin_inset Text
6353
6354 \begin_layout Plain Layout
6355 ]
6356 \end_layout
6357
6358 \end_inset
6359 </cell>
6360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6361 \begin_inset Text
6362
6363 \begin_layout Plain Layout
6364 \begin_inset Formula $]$
6365 \end_inset
6366
6367
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 </row>
6373 <row>
6374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Plain Layout
6378
6379 \backslash
6380 rangle
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 \begin_inset Formula $\rangle$
6390 \end_inset
6391
6392
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 </row>
6398 <row>
6399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403
6404 \backslash
6405 rceil
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6411 \begin_inset Text
6412
6413 \begin_layout Plain Layout
6414 \begin_inset Formula $\rceil$
6415 \end_inset
6416
6417
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 </row>
6423 <row>
6424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428
6429 \backslash
6430 rfloor
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6436 \begin_inset Text
6437
6438 \begin_layout Plain Layout
6439 \begin_inset Formula $\rfloor$
6440 \end_inset
6441
6442
6443 \end_layout
6444
6445 \end_inset
6446 </cell>
6447 </row>
6448 <row>
6449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Plain Layout
6453
6454 \backslash
6455
6456 \backslash
6457
6458 \end_layout
6459
6460 \end_inset
6461 </cell>
6462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6463 \begin_inset Text
6464
6465 \begin_layout Plain Layout
6466 \begin_inset Formula $\backslash$
6467 \end_inset
6468
6469
6470 \end_layout
6471
6472 \end_inset
6473 </cell>
6474 </row>
6475 <row>
6476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6477 \begin_inset Text
6478
6479 \begin_layout Plain Layout
6480
6481 \backslash
6482 |
6483 \end_layout
6484
6485 \end_inset
6486 </cell>
6487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6488 \begin_inset Text
6489
6490 \begin_layout Plain Layout
6491 \begin_inset Formula $\|$
6492 \end_inset
6493
6494
6495 \end_layout
6496
6497 \end_inset
6498 </cell>
6499 </row>
6500 </lyxtabular>
6501
6502 \end_inset
6503
6504
6505 \begin_inset space \hfill{}
6506 \end_inset
6507
6508
6509 \end_layout
6510
6511 \begin_layout Standard
6512
6513 \series medium
6514 \begin_inset Note Greyedout
6515 status open
6516
6517 \begin_layout Plain Layout
6518
6519 \series bold
6520 Note:
6521 \series default
6522  In TeX-mode the command 
6523 \series bold
6524
6525 \backslash
6526 textbackslash
6527 \series default
6528
6529 \begin_inset Index idx
6530 status collapsed
6531
6532 \begin_layout Plain Layout
6533 Commands ! T ! 
6534 \backslash
6535 textbackslash
6536 \end_layout
6537
6538 \end_inset
6539
6540  must be used for the backslash, because the command 
6541 \series bold
6542
6543 \backslash
6544
6545 \backslash
6546
6547 \series default
6548  produces a line break there.
6549 \end_layout
6550
6551 \end_inset
6552
6553
6554 \end_layout
6555
6556 \begin_layout Standard
6557 For all characters listed above the size can be adjusted with the commands
6558  described in the following two subsections.
6559  When using these commands, the characters < and > can directly be used
6560  instead of the commands 
6561 \series bold
6562
6563 \backslash
6564 langle
6565 \series default
6566  and 
6567 \series bold
6568
6569 \backslash
6570 rangle
6571 \series default
6572 .
6573 \end_layout
6574
6575 \begin_layout Subsubsection
6576 Manual Bracket Size
6577 \begin_inset CommandInset label
6578 LatexCommand label
6579 name "sub:Manual-Bracket-Size"
6580
6581 \end_inset
6582
6583
6584 \begin_inset Index idx
6585 status collapsed
6586
6587 \begin_layout Plain Layout
6588 Bracket size ! manual
6589 \end_layout
6590
6591 \end_inset
6592
6593
6594 \end_layout
6595
6596 \begin_layout Standard
6597 The bracket size can be specified manually by the LaTeX-commands 
6598 \series bold
6599
6600 \backslash
6601 big
6602 \series default
6603
6604 \begin_inset Index idx
6605 status collapsed
6606
6607 \begin_layout Plain Layout
6608 Commands ! B ! 
6609 \backslash
6610 big
6611 \end_layout
6612
6613 \end_inset
6614
6615
6616 \series bold
6617
6618 \backslash
6619 Big
6620 \series default
6621
6622 \series bold
6623
6624 \backslash
6625 bigg
6626 \series default
6627  and 
6628 \series bold
6629
6630 \backslash
6631 Bigg
6632 \series default
6633 .
6634  
6635 \series bold
6636
6637 \backslash
6638 big
6639 \series default
6640  denotes the smallest and 
6641 \series bold
6642
6643 \backslash
6644 Bigg
6645 \series default
6646  the largest bracket size.
6647 \end_layout
6648
6649 \begin_layout Standard
6650 These commands are used to emphasize levels of brackets:
6651 \end_layout
6652
6653 \begin_layout Standard
6654 \align center
6655 \begin_inset Tabular
6656 <lyxtabular version="3" rows="2" columns="2">
6657 <features tabularvalignment="middle">
6658 <column alignment="center" valignment="top" width="0pt">
6659 <column alignment="center" valignment="top" width="0pt">
6660 <row>
6661 <cell alignment="center" valignment="top" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665 all brackets in the same size:
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 <cell alignment="center" valignment="top" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6675 \end_inset
6676
6677
6678 \end_layout
6679
6680 \end_inset
6681 </cell>
6682 </row>
6683 <row>
6684 <cell alignment="center" valignment="top" usebox="none">
6685 \begin_inset Text
6686
6687 \begin_layout Plain Layout
6688 this looks better:
6689 \end_layout
6690
6691 \end_inset
6692 </cell>
6693 <cell alignment="center" valignment="top" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Plain Layout
6697 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6698 \end_inset
6699
6700
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 </row>
6706 </lyxtabular>
6707
6708 \end_inset
6709
6710
6711 \begin_inset Note Note
6712 status collapsed
6713
6714 \begin_layout Plain Layout
6715
6716 \series bold
6717
6718 \backslash
6719 raisebox
6720 \series default
6721  is only used as spacer.
6722 \end_layout
6723
6724 \end_inset
6725
6726
6727 \end_layout
6728
6729 \begin_layout Standard
6730 For the second formula the command 
6731 \series bold
6732
6733 \backslash
6734 Big((A+B)(A-B)
6735 \backslash
6736 Big)^
6737 \begin_inset ERT
6738 status collapsed
6739
6740 \begin_layout Plain Layout
6741
6742
6743 \backslash
6744 spce 
6745 \end_layout
6746
6747 \end_inset
6748
6749 C
6750 \series default
6751  has been used.
6752 \end_layout
6753
6754 \begin_layout Standard
6755 Here is an overview about all bracket sizes:
6756 \end_layout
6757
6758 \begin_layout Standard
6759 \align center
6760
6761 \backslash
6762 Bigg(
6763 \backslash
6764 exp
6765 \backslash
6766 bigg<
6767 \backslash
6768 Big[
6769 \backslash
6770 big{
6771 \backslash
6772 ln(3x)
6773 \backslash
6774 big}^2
6775 \begin_inset ERT
6776 status collapsed
6777
6778 \begin_layout Plain Layout
6779
6780
6781 \backslash
6782 spce 
6783 \end_layout
6784
6785 \end_inset
6786
6787
6788 \backslash
6789 sin(x)
6790 \backslash
6791 Big]^
6792 \begin_inset ERT
6793 status collapsed
6794
6795 \begin_layout Plain Layout
6796
6797
6798 \backslash
6799 spce 
6800 \end_layout
6801
6802 \end_inset
6803
6804 A
6805 \begin_inset ERT
6806 status collapsed
6807
6808 \begin_layout Plain Layout
6809
6810
6811 \backslash
6812 spce 
6813 \end_layout
6814
6815 \end_inset
6816
6817
6818 \backslash
6819 bigg>
6820 \backslash
6821 Bigg)^0,5
6822 \end_layout
6823
6824 \begin_layout Standard
6825 \align center
6826 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6827 \end_inset
6828
6829
6830 \end_layout
6831
6832 \begin_layout Standard
6833 Besides the 
6834 \series bold
6835
6836 \backslash
6837 big
6838 \series default
6839 -commands there is the variant 
6840 \series bold
6841
6842 \backslash
6843 bigm
6844 \series default
6845
6846 \begin_inset Index idx
6847 status collapsed
6848
6849 \begin_layout Plain Layout
6850 Commands ! B ! 
6851 \backslash
6852 bigm
6853 \end_layout
6854
6855 \end_inset
6856
6857  that adds a bit more space between the bracket and its content, and the
6858  variant 
6859 \series bold
6860
6861 \backslash
6862 bigl
6863 \series default
6864 -
6865 \series bold
6866
6867 \backslash
6868 bigr
6869 \series default
6870
6871 \begin_inset Index idx
6872 status collapsed
6873
6874 \begin_layout Plain Layout
6875 Commands ! B ! 
6876 \backslash
6877 bigl - 
6878 \backslash
6879 bigr
6880 \end_layout
6881
6882 \end_inset
6883
6884 , that don't add additional space.
6885  The 
6886 \emph on
6887 l
6888 \emph default
6889  at the end of the command 
6890 \series bold
6891
6892 \backslash
6893 bigl
6894 \series default
6895  is for a left bracket; for a right bracket this will be replaced by an
6896  
6897 \emph on
6898 r
6899 \emph default
6900 .
6901  A left or right bracket can each be an opening or closing bracket.
6902 \end_layout
6903
6904 \begin_layout Standard
6905 In the following table is a comparison of the variants:
6906 \end_layout
6907
6908 \begin_layout Standard
6909 \align center
6910 \begin_inset Tabular
6911 <lyxtabular version="3" rows="5" columns="2">
6912 <features tabularvalignment="middle">
6913 <column alignment="center" valignment="middle" width="0">
6914 <column alignment="center" valignment="middle" width="0">
6915 <row>
6916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920 Command
6921 \end_layout
6922
6923 \end_inset
6924 </cell>
6925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929 Result
6930 \begin_inset Note Note
6931 status collapsed
6932
6933 \begin_layout Plain Layout
6934
6935 \series bold
6936
6937 \backslash
6938 raisebox
6939 \series default
6940  is only used as spacer.
6941 \end_layout
6942
6943 \end_inset
6944
6945
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 </row>
6951 <row>
6952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956
6957 \backslash
6958 Bigm(
6959 \backslash
6960 bigm(
6961 \backslash
6962 ln(3x)
6963 \backslash
6964 bigm)^2
6965 \series bold
6966
6967 \begin_inset ERT
6968 status collapsed
6969
6970 \begin_layout Plain Layout
6971
6972
6973 \backslash
6974 spce 
6975 \end_layout
6976
6977 \end_inset
6978
6979
6980 \series default
6981
6982 \backslash
6983 Bigm)
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6993 \end_inset
6994
6995
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 </row>
7001 <row>
7002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006
7007 \backslash
7008 Big(
7009 \backslash
7010 big(
7011 \backslash
7012 ln(3x)
7013 \backslash
7014 big)^2
7015 \series bold
7016
7017 \begin_inset ERT
7018 status collapsed
7019
7020 \begin_layout Plain Layout
7021
7022
7023 \backslash
7024 spce 
7025 \end_layout
7026
7027 \end_inset
7028
7029
7030 \series default
7031
7032 \backslash
7033 Big)
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7039 \begin_inset Text
7040
7041 \begin_layout Plain Layout
7042 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7043 \end_inset
7044
7045
7046 \end_layout
7047
7048 \end_inset
7049 </cell>
7050 </row>
7051 <row>
7052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7053 \begin_inset Text
7054
7055 \begin_layout Plain Layout
7056
7057 \backslash
7058 Bigl(
7059 \backslash
7060 bigl(
7061 \backslash
7062 ln(3x)
7063 \backslash
7064 bigr)^2
7065 \series bold
7066
7067 \begin_inset ERT
7068 status collapsed
7069
7070 \begin_layout Plain Layout
7071
7072
7073 \backslash
7074 spce 
7075 \end_layout
7076
7077 \end_inset
7078
7079
7080 \series default
7081
7082 \backslash
7083 Bigr)
7084 \end_layout
7085
7086 \end_inset
7087 </cell>
7088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7089 \begin_inset Text
7090
7091 \begin_layout Plain Layout
7092 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7093 \end_inset
7094
7095
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 </row>
7101 <row>
7102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Plain Layout
7106
7107 \backslash
7108 bigl)
7109 \backslash
7110 ln(3x)
7111 \backslash
7112 bigr(
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Plain Layout
7121 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7122 \end_inset
7123
7124
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 </row>
7130 </lyxtabular>
7131
7132 \end_inset
7133
7134
7135 \end_layout
7136
7137 \begin_layout Subsubsection
7138 Automatic Bracket Size
7139 \begin_inset CommandInset label
7140 LatexCommand label
7141 name "sub:Automatic-Bracket-Size"
7142
7143 \end_inset
7144
7145
7146 \begin_inset Index idx
7147 status collapsed
7148
7149 \begin_layout Plain Layout
7150 Bracket size ! automatic
7151 \end_layout
7152
7153 \end_inset
7154
7155
7156 \end_layout
7157
7158 \begin_layout Standard
7159 Brackets with variable size can be inserted with the commands 
7160 \series bold
7161
7162 \backslash
7163 left
7164 \series default
7165
7166 \begin_inset Index idx
7167 status collapsed
7168
7169 \begin_layout Plain Layout
7170 Commands ! L ! 
7171 \backslash
7172 left
7173 \end_layout
7174
7175 \end_inset
7176
7177  and 
7178 \series bold
7179
7180 \backslash
7181 right
7182 \series default
7183
7184 \begin_inset Index idx
7185 status collapsed
7186
7187 \begin_layout Plain Layout
7188 Commands ! R ! 
7189 \backslash
7190 right
7191 \end_layout
7192
7193 \end_inset
7194
7195  or via the math toolbar button 
7196 \begin_inset Graphics
7197         filename ../images/dialog-show_mathdelimiter.png
7198         scale 85
7199
7200 \end_inset
7201
7202 .
7203  Directly behind 
7204 \series bold
7205
7206 \backslash
7207 left
7208 \series default
7209  and 
7210 \series bold
7211
7212 \backslash
7213 right
7214 \series default
7215  the wanted bracket must be inserted.
7216  The bracket size will then automatically be calculated for the output.
7217 \end_layout
7218
7219 \begin_layout Standard
7220 \align center
7221 normal bracket: The command 
7222 \series bold
7223
7224 \backslash
7225 ln(
7226 \backslash
7227 frac
7228 \begin_inset ERT
7229 status collapsed
7230
7231 \begin_layout Plain Layout
7232
7233
7234 \backslash
7235 spce 
7236 \end_layout
7237
7238 \end_inset
7239
7240 A
7241 \begin_inset Formula $\downarrow$
7242 \end_inset
7243
7244 C
7245 \begin_inset ERT
7246 status collapsed
7247
7248 \begin_layout Plain Layout
7249
7250
7251 \backslash
7252 spce 
7253 \end_layout
7254
7255 \end_inset
7256
7257 )
7258 \series default
7259  creates
7260 \begin_inset Formula 
7261 \[
7262 \ln(\frac{A}{C})
7263 \]
7264
7265 \end_inset
7266
7267
7268 \end_layout
7269
7270 \begin_layout Standard
7271 \align center
7272 multiline bracket: The command 
7273 \series bold
7274
7275 \backslash
7276 ln
7277 \backslash
7278 left(
7279 \backslash
7280 frac
7281 \begin_inset ERT
7282 status collapsed
7283
7284 \begin_layout Plain Layout
7285
7286
7287 \backslash
7288 spce 
7289 \end_layout
7290
7291 \end_inset
7292
7293 A
7294 \begin_inset Formula $\downarrow$
7295 \end_inset
7296
7297 C
7298 \begin_inset ERT
7299 status collapsed
7300
7301 \begin_layout Plain Layout
7302
7303
7304 \backslash
7305 spce 
7306 \end_layout
7307
7308 \end_inset
7309
7310
7311 \backslash
7312 right)
7313 \series default
7314  creates
7315 \begin_inset Formula 
7316 \[
7317 \ln\left(\frac{A}{C}\right)
7318 \]
7319
7320 \end_inset
7321
7322
7323 \end_layout
7324
7325 \begin_layout Standard
7326 Instead of 
7327 \series bold
7328
7329 \backslash
7330 left
7331 \series default
7332  and 
7333 \series bold
7334
7335 \backslash
7336 right
7337 \series default
7338  the shortcut 
7339 \family sans
7340 Alt+M
7341 \begin_inset space ~
7342 \end_inset
7343
7344 Bracket
7345 \family default
7346  can be used.
7347  This has the advantage that you can see in LyX immediately the real bracket
7348  size and that the matching right bracket will be created too.
7349 \begin_inset Newline newline
7350 \end_inset
7351
7352 The command for the last example would then be: 
7353 \series bold
7354
7355 \backslash
7356 ln Alt+M
7357 \series default
7358  
7359 \series bold
7360 (
7361 \backslash
7362 frac
7363 \begin_inset ERT
7364 status collapsed
7365
7366 \begin_layout Plain Layout
7367
7368
7369 \backslash
7370 spce 
7371 \end_layout
7372
7373 \end_inset
7374
7375 A
7376 \begin_inset Formula $\downarrow$
7377 \end_inset
7378
7379 C
7380 \end_layout
7381
7382 \begin_layout Standard
7383 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7384  For example the command 
7385 \series bold
7386
7387 \backslash
7388 left.
7389 \backslash
7390 frac
7391 \begin_inset ERT
7392 status collapsed
7393
7394 \begin_layout Plain Layout
7395
7396
7397 \backslash
7398 spce 
7399 \end_layout
7400
7401 \end_inset
7402
7403 A
7404 \begin_inset Formula $\downarrow$
7405 \end_inset
7406
7407 B
7408 \begin_inset ERT
7409 status collapsed
7410
7411 \begin_layout Plain Layout
7412
7413
7414 \backslash
7415 spce 
7416 \end_layout
7417
7418 \end_inset
7419
7420
7421 \backslash
7422 right}
7423 \series default
7424  creates:
7425 \series bold
7426
7427 \begin_inset Formula 
7428 \[
7429 \left.\frac{A}{B}\right\} 
7430 \]
7431
7432 \end_inset
7433
7434
7435 \series default
7436 The commands 
7437 \series bold
7438
7439 \backslash
7440 left
7441 \series default
7442  and 
7443 \series bold
7444
7445 \backslash
7446 right
7447 \series default
7448  will be converted by LyX to brackets in the right size when the document
7449  is reloaded and an omitted bracket will appear as dashed line.
7450 \end_layout
7451
7452 \begin_layout Standard
7453 \begin_inset VSpace bigskip
7454 \end_inset
7455
7456 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7457  the command 
7458 \series bold
7459
7460 \backslash
7461 middle
7462 \series default
7463
7464 \begin_inset Index idx
7465 status collapsed
7466
7467 \begin_layout Plain Layout
7468 Commands ! M ! 
7469 \backslash
7470 middle
7471 \end_layout
7472
7473 \end_inset
7474
7475  is additionally available for all brackets and limits.
7476  With this command the height of the following character is adapted to the
7477  one of the surrounding brackets, what is e.
7478 \begin_inset space \thinspace{}
7479 \end_inset
7480
7481 g.
7482 \begin_inset space \space{}
7483 \end_inset
7484
7485 needed for physical vectors:
7486 \begin_inset Formula 
7487 \[
7488 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7489 \]
7490
7491 \end_inset
7492
7493 For physical vectors there is a special LaTeX-package, described in 
7494 \begin_inset CommandInset ref
7495 LatexCommand ref
7496 reference "sub:Physical-Vectors"
7497
7498 \end_inset
7499
7500 .
7501 \end_layout
7502
7503 \begin_layout Subsection
7504 Horizontal Brackets
7505 \begin_inset Index idx
7506 status collapsed
7507
7508 \begin_layout Plain Layout
7509 Brackets ! horizontal
7510 \end_layout
7511
7512 \end_inset
7513
7514
7515 \end_layout
7516
7517 \begin_layout Standard
7518 \align center
7519 \begin_inset Tabular
7520 <lyxtabular version="3" rows="4" columns="2">
7521 <features tabularvalignment="middle">
7522 <column alignment="center" valignment="top" width="0pt">
7523 <column alignment="center" valignment="top" width="0pt">
7524 <row>
7525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529 Command
7530 \begin_inset Note Note
7531 status collapsed
7532
7533 \begin_layout Plain Layout
7534
7535 \series bold
7536
7537 \backslash
7538 raisebox
7539 \series default
7540  is only used as spacer.
7541 \end_layout
7542
7543 \end_inset
7544
7545
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Plain Layout
7554 Result
7555 \end_layout
7556
7557 \end_inset
7558 </cell>
7559 </row>
7560 <row>
7561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7562 \begin_inset Text
7563
7564 \begin_layout Plain Layout
7565 \begin_inset ERT
7566 status collapsed
7567
7568 \begin_layout Plain Layout
7569
7570
7571 \backslash
7572 raisebox{2.3mm}{
7573 \end_layout
7574
7575 \end_inset
7576
7577
7578 \backslash
7579 overbrace
7580 \begin_inset ERT
7581 status collapsed
7582
7583 \begin_layout Plain Layout
7584
7585
7586 \backslash
7587 spce 
7588 \end_layout
7589
7590 \end_inset
7591
7592 A+B
7593 \begin_inset ERT
7594 status collapsed
7595
7596 \begin_layout Plain Layout
7597
7598
7599 \backslash
7600 spce 
7601 \end_layout
7602
7603 \end_inset
7604
7605 ^
7606 \begin_inset ERT
7607 status collapsed
7608
7609 \begin_layout Plain Layout
7610
7611
7612 \backslash
7613 spce 
7614 \end_layout
7615
7616 \end_inset
7617
7618 3
7619 \begin_inset ERT
7620 status collapsed
7621
7622 \begin_layout Plain Layout
7623
7624 }
7625 \end_layout
7626
7627 \end_inset
7628
7629
7630 \begin_inset Index idx
7631 status collapsed
7632
7633 \begin_layout Plain Layout
7634 Commands ! O ! 
7635 \backslash
7636 overbrace
7637 \end_layout
7638
7639 \end_inset
7640
7641
7642 \end_layout
7643
7644 \end_inset
7645 </cell>
7646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650 \begin_inset Formula $\overbrace{A+B}^{3}$
7651 \end_inset
7652
7653
7654 \end_layout
7655
7656 \end_inset
7657 </cell>
7658 </row>
7659 <row>
7660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664 \begin_inset ERT
7665 status collapsed
7666
7667 \begin_layout Plain Layout
7668
7669
7670 \backslash
7671 raisebox{-2.2mm}{
7672 \end_layout
7673
7674 \end_inset
7675
7676
7677 \backslash
7678 underbrace
7679 \begin_inset ERT
7680 status collapsed
7681
7682 \begin_layout Plain Layout
7683
7684
7685 \backslash
7686 spce 
7687 \end_layout
7688
7689 \end_inset
7690
7691 A+B
7692 \begin_inset ERT
7693 status collapsed
7694
7695 \begin_layout Plain Layout
7696
7697
7698 \backslash
7699 spce 
7700 \end_layout
7701
7702 \end_inset
7703
7704 _5
7705 \begin_inset ERT
7706 status collapsed
7707
7708 \begin_layout Plain Layout
7709
7710 }
7711 \end_layout
7712
7713 \end_inset
7714
7715
7716 \begin_inset Index idx
7717 status collapsed
7718
7719 \begin_layout Plain Layout
7720 Commands ! U ! 
7721 \backslash
7722 underbrace
7723 \end_layout
7724
7725 \end_inset
7726
7727
7728 \end_layout
7729
7730 \end_inset
7731 </cell>
7732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7733 \begin_inset Text
7734
7735 \begin_layout Plain Layout
7736 \begin_inset Formula $\underbrace{A+B}_{5}$
7737 \end_inset
7738
7739
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 </row>
7745 <row>
7746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7747 \begin_inset Text
7748
7749 \begin_layout Plain Layout
7750
7751 \backslash
7752 overbrace
7753 \begin_inset ERT
7754 status collapsed
7755
7756 \begin_layout Plain Layout
7757
7758
7759 \backslash
7760 spce 
7761 \end_layout
7762
7763 \end_inset
7764
7765
7766 \backslash
7767 underbrace
7768 \begin_inset ERT
7769 status collapsed
7770
7771 \begin_layout Plain Layout
7772
7773
7774 \backslash
7775 spce 
7776 \end_layout
7777
7778 \end_inset
7779
7780 A+B_w
7781 \begin_inset ERT
7782 status collapsed
7783
7784 \begin_layout Plain Layout
7785
7786
7787 \backslash
7788 spce 
7789 \end_layout
7790
7791 \end_inset
7792
7793
7794 \begin_inset ERT
7795 status collapsed
7796
7797 \begin_layout Plain Layout
7798
7799
7800 \backslash
7801 spce 
7802 \end_layout
7803
7804 \end_inset
7805
7806 _7
7807 \begin_inset ERT
7808 status collapsed
7809
7810 \begin_layout Plain Layout
7811
7812
7813 \backslash
7814 spce 
7815 \end_layout
7816
7817 \end_inset
7818
7819
7820 \begin_inset ERT
7821 status collapsed
7822
7823 \begin_layout Plain Layout
7824
7825
7826 \backslash
7827 spce 
7828 \end_layout
7829
7830 \end_inset
7831
7832 ^
7833 \begin_inset ERT
7834 status collapsed
7835
7836 \begin_layout Plain Layout
7837
7838
7839 \backslash
7840 spce 
7841 \end_layout
7842
7843 \end_inset
7844
7845 C
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7855 \end_inset
7856
7857
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 </row>
7863 </lyxtabular>
7864
7865 \end_inset
7866
7867
7868 \end_layout
7869
7870 \begin_layout Standard
7871 In the last example it doesn't matter if 
7872 \series bold
7873
7874 \backslash
7875 overbrace
7876 \series default
7877  or 
7878 \series bold
7879
7880 \backslash
7881 underbrace
7882 \series default
7883  is inserted at first.
7884 \end_layout
7885
7886 \begin_layout Standard
7887 \begin_inset VSpace bigskip
7888 \end_inset
7889
7890 When brackets are needed that overlap each other, multiline formulas, as
7891  described in 
7892 \begin_inset CommandInset ref
7893 LatexCommand ref
7894 reference "sec:Multiline-Formulas"
7895
7896 \end_inset
7897
7898 , must be used:
7899 \begin_inset Formula 
7900 \begin{eqnarray*}
7901 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7902  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7903 \end{eqnarray*}
7904
7905 \end_inset
7906
7907 In the first row the formula is inserted together with the first brace.
7908  It is hereby important that the space command
7909 \begin_inset Foot
7910 status collapsed
7911
7912 \begin_layout Plain Layout
7913 Space commands are explained in 
7914 \begin_inset CommandInset ref
7915 LatexCommand ref
7916 reference "sub:Predefined-Space"
7917
7918 \end_inset
7919
7920 .
7921 \end_layout
7922
7923 \end_inset
7924
7925  
7926 \series bold
7927
7928 \backslash
7929 :
7930 \series default
7931  is inserted before the first 
7932 \begin_inset Formula $d$
7933 \end_inset
7934
7935 , because the brace that ends behind the 
7936 \begin_inset Formula $q$
7937 \end_inset
7938
7939  prevents that the following 
7940 \begin_inset Quotes eld
7941 \end_inset
7942
7943 +
7944 \begin_inset Quotes erd
7945 \end_inset
7946
7947  is surrounded by space.
7948 \begin_inset Foot
7949 status collapsed
7950
7951 \begin_layout Plain Layout
7952 because a bracket is not handled as a character, see 
7953 \begin_inset CommandInset ref
7954 LatexCommand ref
7955 reference "sub:Binary-Operators"
7956
7957 \end_inset
7958
7959
7960 \end_layout
7961
7962 \end_inset
7963
7964  In the second row the second brace is inserted.
7965  As it should begin before the 
7966 \begin_inset Formula $b$
7967 \end_inset
7968
7969 , first the command 
7970 \series bold
7971
7972 \backslash
7973 hphantom{gggg+
7974 \backslash
7975 :}
7976 \series default
7977  is inserted.
7978 \begin_inset Foot
7979 status collapsed
7980
7981 \begin_layout Plain Layout
7982 more about 
7983 \series bold
7984
7985 \backslash
7986 hphantom
7987 \series default
7988  see 
7989 \begin_inset CommandInset ref
7990 LatexCommand ref
7991 reference "sub:Placeholders"
7992
7993 \end_inset
7994
7995
7996 \end_layout
7997
7998 \end_inset
7999
8000  This space is needed because the 
8001 \begin_inset Quotes eld
8002 \end_inset
8003
8004 +
8005 \begin_inset Quotes erd
8006 \end_inset
8007
8008  is also surrounded by space in the formula.
8009  The brace is placed under the command 
8010 \series bold
8011
8012 \backslash
8013 hphantom{bbqq+dddd}
8014 \series default
8015 .
8016 \end_layout
8017
8018 \begin_layout Standard
8019 It gets more complicated when brackets overlap each other, like in the following
8020  example:
8021 \begin_inset ERT
8022 status collapsed
8023
8024 \begin_layout Plain Layout
8025
8026
8027 \backslash
8028 setlength{
8029 \backslash
8030 jot}{-6pt}
8031 \end_layout
8032
8033 \end_inset
8034
8035
8036 \begin_inset Formula 
8037 \begin{eqnarray*}
8038  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8039 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8040 \end{eqnarray*}
8041
8042 \end_inset
8043
8044
8045 \begin_inset ERT
8046 status collapsed
8047
8048 \begin_layout Plain Layout
8049
8050
8051 \backslash
8052 setlength{
8053 \backslash
8054 jot}{3pt}
8055 \end_layout
8056
8057 \end_inset
8058
8059 The first formula row is the same as the second row of the previous example,
8060  with the difference that the brace is above.
8061  The second row contains the formula together with the second brace.
8062  To avoid that there is space between the upper brace in the first row and
8063  the formula, the row spacing needs to be reduced.
8064  This is not easily possible due to a bug in LyX
8065 \begin_inset Foot
8066 status collapsed
8067
8068 \begin_layout Plain Layout
8069 \begin_inset CommandInset href
8070 LatexCommand href
8071 name "LyX-bug #1505"
8072 target "http://www.lyx.org/trac/ticket/1505"
8073
8074 \end_inset
8075
8076
8077 \end_layout
8078
8079 \end_inset
8080
8081 .
8082  As a solution for the problem, the global formula row separation 
8083 \series bold
8084
8085 \backslash
8086 jot
8087 \series default
8088
8089 \begin_inset Index idx
8090 status collapsed
8091
8092 \begin_layout Plain Layout
8093 Commands ! J ! 
8094 \backslash
8095 jot
8096 \end_layout
8097
8098 \end_inset
8099
8100  must be changed to -6
8101 \begin_inset space \thinspace{}
8102 \end_inset
8103
8104 pt before the formula with the command 
8105 \series bold
8106
8107 \backslash
8108 setlength{
8109 \backslash
8110 jot}{-6pt}
8111 \series default
8112  in TeX-mode.
8113  
8114 \series bold
8115
8116 \backslash
8117 jot
8118 \series default
8119  is set back after the formula to the standard value of 3
8120 \begin_inset space \thinspace{}
8121 \end_inset
8122
8123 pt using the same command.
8124  More about the row separation in formulas is explained in 
8125 \begin_inset CommandInset ref
8126 LatexCommand ref
8127 reference "sub:Line-Separation"
8128
8129 \end_inset
8130
8131 .
8132 \end_layout
8133
8134 \begin_layout Section
8135 Arrows
8136 \begin_inset Index idx
8137 status collapsed
8138
8139 \begin_layout Plain Layout
8140 Arrows
8141 \end_layout
8142
8143 \end_inset
8144
8145
8146 \end_layout
8147
8148 \begin_layout Standard
8149 Arrows can be inserted via the math toolbar button 
8150 \begin_inset Graphics
8151         filename ../images/math/leftarrow.png
8152         scale 85
8153
8154 \end_inset
8155
8156  or the commands listed in the following subsections.
8157 \end_layout
8158
8159 \begin_layout Subsection
8160 Horizontal Arrows
8161 \begin_inset Index idx
8162 status collapsed
8163
8164 \begin_layout Plain Layout
8165 Arrows ! horizontal
8166 \end_layout
8167
8168 \end_inset
8169
8170
8171 \end_layout
8172
8173 \begin_layout Standard
8174 \begin_inset space \hfill{}
8175 \end_inset
8176
8177
8178 \begin_inset Tabular
8179 <lyxtabular version="3" rows="8" columns="2">
8180 <features tabularvalignment="middle">
8181 <column alignment="center" valignment="top" width="0pt">
8182 <column alignment="center" valignment="top" width="0pt">
8183 <row>
8184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 Command
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 Result
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 </row>
8203 <row>
8204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208
8209 \backslash
8210 gets
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 \begin_inset Formula $\gets$
8220 \end_inset
8221
8222
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 </row>
8228 <row>
8229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233
8234 \backslash
8235 Leftarrow
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244 \begin_inset Formula $\Leftarrow$
8245 \end_inset
8246
8247
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 </row>
8253 <row>
8254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8255 \begin_inset Text
8256
8257 \begin_layout Plain Layout
8258
8259 \backslash
8260 longleftarrow
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269 \begin_inset Formula $\longleftarrow$
8270 \end_inset
8271
8272
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 </row>
8278 <row>
8279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283
8284 \backslash
8285 Longleftarrow
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294 \begin_inset Formula $\Longleftarrow$
8295 \end_inset
8296
8297
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 </row>
8303 <row>
8304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308
8309 \backslash
8310 leftharpoonup
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319 \begin_inset Formula $\leftharpoonup$
8320 \end_inset
8321
8322
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 </row>
8328 <row>
8329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333
8334 \backslash
8335 leftharpoondown
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 \begin_inset Formula $\leftharpoondown$
8345 \end_inset
8346
8347
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 </row>
8353 <row>
8354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358
8359 \backslash
8360 hookleftarrow
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 \begin_inset Formula $\hookleftarrow$
8370 \end_inset
8371
8372
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 </row>
8378 </lyxtabular>
8379
8380 \end_inset
8381
8382
8383 \begin_inset space \hfill{}
8384 \end_inset
8385
8386
8387 \begin_inset Tabular
8388 <lyxtabular version="3" rows="8" columns="2">
8389 <features tabularvalignment="middle">
8390 <column alignment="center" valignment="top" width="0pt">
8391 <column alignment="center" valignment="top" width="0pt">
8392 <row>
8393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397 Command
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 Result
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 </row>
8412 <row>
8413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417
8418 \backslash
8419 to
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428 \begin_inset Formula $\to$
8429 \end_inset
8430
8431
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 </row>
8437 <row>
8438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442
8443 \backslash
8444 Rightarrow
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453 \begin_inset Formula $\Rightarrow$
8454 \end_inset
8455
8456
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 </row>
8462 <row>
8463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467
8468 \backslash
8469 longrightarrow
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 \begin_inset Formula $\longrightarrow$
8479 \end_inset
8480
8481
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 </row>
8487 <row>
8488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492
8493 \backslash
8494 Longrightarrow
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 \begin_inset Formula $\Longrightarrow$
8504 \end_inset
8505
8506
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 </row>
8512 <row>
8513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517
8518 \backslash
8519 rightharpoonup
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528 \begin_inset Formula $\rightharpoonup$
8529 \end_inset
8530
8531
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 </row>
8537 <row>
8538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542
8543 \backslash
8544 rightharpoondown
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553 \begin_inset Formula $\rightharpoondown$
8554 \end_inset
8555
8556
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 </row>
8562 <row>
8563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567
8568 \backslash
8569 hookrightarrow
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578 \begin_inset Formula $\hookrightarrow$
8579 \end_inset
8580
8581
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 </row>
8587 </lyxtabular>
8588
8589 \end_inset
8590
8591
8592 \begin_inset space \hfill{}
8593 \end_inset
8594
8595
8596 \end_layout
8597
8598 \begin_layout Standard
8599 \begin_inset space \hfill{}
8600 \end_inset
8601
8602
8603 \begin_inset Tabular
8604 <lyxtabular version="3" rows="6" columns="2">
8605 <features tabularvalignment="middle">
8606 <column alignment="center" valignment="top" width="0pt">
8607 <column alignment="center" valignment="top" width="0pt">
8608 <row>
8609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 Command
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 Result
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 </row>
8628 <row>
8629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633
8634 \backslash
8635 leftrightarrow
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644 \begin_inset Formula $\leftrightarrow$
8645 \end_inset
8646
8647
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 </row>
8653 <row>
8654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658
8659 \backslash
8660 Leftrightarrow
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 \begin_inset Formula $\Leftrightarrow$
8670 \end_inset
8671
8672
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 </row>
8678 <row>
8679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683
8684 \backslash
8685 longleftrightarrow
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 \begin_inset Formula $\longleftrightarrow$
8695 \end_inset
8696
8697
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 </row>
8703 <row>
8704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708
8709 \backslash
8710 Longleftrightarrow
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 \begin_inset Formula $\Longleftrightarrow$
8720 \end_inset
8721
8722
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 </row>
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
8734 \backslash
8735 rightleftharpoons
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 \begin_inset Formula $\rightleftharpoons$
8745 \end_inset
8746
8747
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 </row>
8753 </lyxtabular>
8754
8755 \end_inset
8756
8757
8758 \begin_inset space \hspace{}
8759 \length 25pt
8760 \end_inset
8761
8762
8763 \begin_inset space \hfill{}
8764 \end_inset
8765
8766
8767 \begin_inset Tabular
8768 <lyxtabular version="3" rows="5" columns="2">
8769 <features tabularvalignment="middle">
8770 <column alignment="center" valignment="top" width="0pt">
8771 <column alignment="center" valignment="top" width="0pt">
8772 <row>
8773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777 Command
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786 Result
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 </row>
8792 <row>
8793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797
8798 \backslash
8799 mapsto
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808 \begin_inset Formula $\mapsto$
8809 \end_inset
8810
8811
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 </row>
8817 <row>
8818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822
8823 \backslash
8824 longmapsto
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833 \begin_inset Formula $\longmapsto$
8834 \end_inset
8835
8836
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 </row>
8842 <row>
8843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8844 \begin_inset Text
8845
8846 \begin_layout Plain Layout
8847
8848 \backslash
8849 leadsto
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858 \begin_inset Formula $\leadsto$
8859 \end_inset
8860
8861
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 </row>
8867 <row>
8868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872
8873 \backslash
8874 dasharrow
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883 \begin_inset Formula $\dasharrow$
8884 \end_inset
8885
8886
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 </row>
8892 </lyxtabular>
8893
8894 \end_inset
8895
8896
8897 \begin_inset space \hfill{}
8898 \end_inset
8899
8900
8901 \end_layout
8902
8903 \begin_layout Standard
8904 \begin_inset VSpace medskip
8905 \end_inset
8906
8907 Arrows used as accents like e.
8908 \begin_inset space \thinspace{}
8909 \end_inset
8910
8911 g.
8912 \begin_inset space \space{}
8913 \end_inset
8914
8915 vector arrows are listed in 
8916 \begin_inset CommandInset ref
8917 LatexCommand ref
8918 reference "sec:Accents"
8919
8920 \end_inset
8921
8922 .
8923 \end_layout
8924
8925 \begin_layout Standard
8926 \begin_inset VSpace bigskip
8927 \end_inset
8928
8929 Furthermore there are the labeled arrows
8930 \begin_inset Index idx
8931 status collapsed
8932
8933 \begin_layout Plain Layout
8934 Arrows ! labeled
8935 \end_layout
8936
8937 \end_inset
8938
8939  
8940 \series bold
8941
8942 \backslash
8943 xleftarrow
8944 \series default
8945
8946 \begin_inset Index idx
8947 status collapsed
8948
8949 \begin_layout Plain Layout
8950 Commands ! X ! 
8951 \backslash
8952 xleftarrow
8953 \end_layout
8954
8955 \end_inset
8956
8957  and 
8958 \series bold
8959
8960 \backslash
8961 xrightarrow
8962 \series default
8963
8964 \begin_inset Index idx
8965 status collapsed
8966
8967 \begin_layout Plain Layout
8968 Commands ! X ! 
8969 \backslash
8970 xrightarrow
8971 \begin_inset ERT
8972 status collapsed
8973
8974 \begin_layout Plain Layout
8975
8976
8977 \backslash
8978 vspace{4mm}
8979 \end_layout
8980
8981 \end_inset
8982
8983
8984 \end_layout
8985
8986 \end_inset
8987
8988 .
8989  When inserting one of these commands in a formula, an arrow with two blue
8990  boxes appear where the label can be inserted.
8991  The length of the arrow adapts to the label width.
8992 \end_layout
8993
8994 \begin_layout Standard
8995 \align center
8996 \begin_inset Tabular
8997 <lyxtabular version="3" rows="3" columns="2">
8998 <features tabularvalignment="middle">
8999 <column alignment="center" valignment="top" width="0pt">
9000 <column alignment="center" valignment="top" width="0pt">
9001 <row>
9002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 Command
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015 Result
9016 \begin_inset Note Note
9017 status collapsed
9018
9019 \begin_layout Plain Layout
9020
9021 \series bold
9022
9023 \backslash
9024 raisebox
9025 \series default
9026  is only used as spacer.
9027 \end_layout
9028
9029 \end_inset
9030
9031
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 </row>
9037 <row>
9038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 F(a)
9043 \backslash
9044 xleftarrow
9045 \begin_inset ERT
9046 status collapsed
9047
9048 \begin_layout Plain Layout
9049
9050
9051 \backslash
9052 spce 
9053 \end_layout
9054
9055 \end_inset
9056
9057 x=a
9058 \begin_inset Formula $\downarrow$
9059 \end_inset
9060
9061 x>0
9062 \begin_inset Formula $\to$
9063 \end_inset
9064
9065 F(x)
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9075 \end_inset
9076
9077
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 </row>
9083 <row>
9084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088 F(x)
9089 \backslash
9090 xrightarrow
9091 \begin_inset ERT
9092 status collapsed
9093
9094 \begin_layout Plain Layout
9095
9096
9097 \backslash
9098 spce 
9099 \end_layout
9100
9101 \end_inset
9102
9103 x=a
9104 \begin_inset Formula $\downarrow$
9105 \end_inset
9106
9107 x>0
9108 \begin_inset Formula $\to$
9109 \end_inset
9110
9111 F(a)
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9121 \end_inset
9122
9123
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 </row>
9129 </lyxtabular>
9130
9131 \end_inset
9132
9133
9134 \end_layout
9135
9136 \begin_layout Subsection
9137 Vertical and diagonal Arrows
9138 \begin_inset Index idx
9139 status collapsed
9140
9141 \begin_layout Plain Layout
9142 Arrows ! diagonal
9143 \end_layout
9144
9145 \end_inset
9146
9147
9148 \begin_inset Index idx
9149 status collapsed
9150
9151 \begin_layout Plain Layout
9152 Arrows ! vertical
9153 \end_layout
9154
9155 \end_inset
9156
9157
9158 \end_layout
9159
9160 \begin_layout Standard
9161 \begin_inset space \hfill{}
9162 \end_inset
9163
9164
9165 \begin_inset Tabular
9166 <lyxtabular version="3" rows="7" columns="2">
9167 <features tabularvalignment="middle">
9168 <column alignment="center" valignment="top" width="0pt">
9169 <column alignment="center" valignment="top" width="0pt">
9170 <row>
9171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 Command
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184 Result
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 </row>
9190 <row>
9191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195
9196 \backslash
9197 uparrow
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 \begin_inset Formula $\uparrow$
9207 \end_inset
9208
9209
9210 \end_layout
9211
9212 \end_inset
9213 </cell>
9214 </row>
9215 <row>
9216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220
9221 \backslash
9222 Uparrow
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Plain Layout
9231 \begin_inset Formula $\Uparrow$
9232 \end_inset
9233
9234
9235 \end_layout
9236
9237 \end_inset
9238 </cell>
9239 </row>
9240 <row>
9241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245
9246 \backslash
9247 updownarrow
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256 \begin_inset Formula $\updownarrow$
9257 \end_inset
9258
9259
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 </row>
9265 <row>
9266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270
9271 \backslash
9272 Updownarrow
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281 \begin_inset Formula $\Updownarrow$
9282 \end_inset
9283
9284
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 </row>
9290 <row>
9291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295
9296 \backslash
9297 Downarrow
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306 \begin_inset Formula $\Downarrow$
9307 \end_inset
9308
9309
9310 \end_layout
9311
9312 \end_inset
9313 </cell>
9314 </row>
9315 <row>
9316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320
9321 \backslash
9322 downarrow
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Plain Layout
9331 \begin_inset Formula $\downarrow$
9332 \end_inset
9333
9334
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 </row>
9340 </lyxtabular>
9341
9342 \end_inset
9343
9344
9345 \begin_inset space \hfill{}
9346 \end_inset
9347
9348
9349 \begin_inset Tabular
9350 <lyxtabular version="3" rows="5" columns="2">
9351 <features tabularvalignment="middle">
9352 <column alignment="center" valignment="top" width="0pt">
9353 <column alignment="center" valignment="top" width="0pt">
9354 <row>
9355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359 Command
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368 Result
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 </row>
9374 <row>
9375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379
9380 \backslash
9381 nearrow
9382 \end_layout
9383
9384 \end_inset
9385 </cell>
9386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9387 \begin_inset Text
9388
9389 \begin_layout Plain Layout
9390 \begin_inset Formula $\nearrow$
9391 \end_inset
9392
9393
9394 \end_layout
9395
9396 \end_inset
9397 </cell>
9398 </row>
9399 <row>
9400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9401 \begin_inset Text
9402
9403 \begin_layout Plain Layout
9404
9405 \backslash
9406 searrow
9407 \end_layout
9408
9409 \end_inset
9410 </cell>
9411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9412 \begin_inset Text
9413
9414 \begin_layout Plain Layout
9415 \begin_inset Formula $\searrow$
9416 \end_inset
9417
9418
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 </row>
9424 <row>
9425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429
9430 \backslash
9431 swarrow
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 \begin_inset Formula $\swarrow$
9441 \end_inset
9442
9443
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 </row>
9449 <row>
9450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454
9455 \backslash
9456 nwarrow
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9462 \begin_inset Text
9463
9464 \begin_layout Plain Layout
9465 \begin_inset Formula $\nwarrow$
9466 \end_inset
9467
9468
9469 \end_layout
9470
9471 \end_inset
9472 </cell>
9473 </row>
9474 </lyxtabular>
9475
9476 \end_inset
9477
9478
9479 \begin_inset space \hfill{}
9480 \end_inset
9481
9482
9483 \end_layout
9484
9485 \begin_layout Standard
9486 \begin_inset VSpace medskip
9487 \end_inset
9488
9489 Vertical arrows can be used also as delimiters together with the commands
9490  described in 
9491 \begin_inset CommandInset ref
9492 LatexCommand ref
9493 reference "sub:Manual-Bracket-Size"
9494
9495 \end_inset
9496
9497  and 
9498 \begin_inset CommandInset ref
9499 LatexCommand ref
9500 reference "sub:Automatic-Bracket-Size"
9501
9502 \end_inset
9503
9504 .
9505 \end_layout
9506
9507 \begin_layout Section
9508 Accents
9509 \begin_inset CommandInset label
9510 LatexCommand label
9511 name "sec:Accents"
9512
9513 \end_inset
9514
9515
9516 \begin_inset Index idx
9517 status collapsed
9518
9519 \begin_layout Plain Layout
9520 Accents
9521 \end_layout
9522
9523 \end_inset
9524
9525
9526 \end_layout
9527
9528 \begin_layout Standard
9529 Accents can be inserted via the math toolbar button 
9530 \begin_inset Graphics
9531         filename ../images/math/hat.png
9532         scale 85
9533
9534 \end_inset
9535
9536  or the commands listed in the following subsections.
9537 \end_layout
9538
9539 \begin_layout Subsection
9540 Accents for one Character
9541 \begin_inset ERT
9542 status collapsed
9543
9544 \begin_layout Plain Layout
9545
9546
9547 \backslash
9548 texorpdfstring{
9549 \end_layout
9550
9551 \end_inset
9552
9553
9554 \begin_inset Foot
9555 status collapsed
9556
9557 \begin_layout Plain Layout
9558 accents in text see 
9559 \begin_inset CommandInset ref
9560 LatexCommand ref
9561 reference "sub:Accents-in-Text"
9562
9563 \end_inset
9564
9565
9566 \end_layout
9567
9568 \end_inset
9569
9570
9571 \begin_inset ERT
9572 status collapsed
9573
9574 \begin_layout Plain Layout
9575
9576 }{}
9577 \end_layout
9578
9579 \end_inset
9580
9581
9582 \begin_inset Note Note
9583 status collapsed
9584
9585 \begin_layout Plain Layout
9586
9587 \series bold
9588
9589 \backslash
9590 texorpdfstring
9591 \series default
9592  is used to avoid that the footnote appears in the PDF-bookmark.
9593 \end_layout
9594
9595 \begin_layout Plain Layout
9596 More about 
9597 \series bold
9598
9599 \backslash
9600 texorpdfstring
9601 \series default
9602  is in section 
9603 \begin_inset CommandInset ref
9604 LatexCommand ref
9605 reference "sub:Formulas-in-Section"
9606
9607 \end_inset
9608
9609 .
9610 \end_layout
9611
9612 \end_inset
9613
9614
9615 \begin_inset CommandInset label
9616 LatexCommand label
9617 name "sub:Accents-for-one"
9618
9619 \end_inset
9620
9621
9622 \begin_inset Index idx
9623 status collapsed
9624
9625 \begin_layout Plain Layout
9626 Accents ! for one character
9627 \end_layout
9628
9629 \end_inset
9630
9631
9632 \end_layout
9633
9634 \begin_layout Standard
9635 \begin_inset space \hfill{}
9636 \end_inset
9637
9638
9639 \begin_inset Tabular
9640 <lyxtabular version="3" rows="8" columns="2">
9641 <features tabularvalignment="middle">
9642 <column alignment="center" valignment="top" width="0pt">
9643 <column alignment="center" valignment="top" width="0pt">
9644 <row>
9645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9646 \begin_inset Text
9647
9648 \begin_layout Plain Layout
9649 Command
9650 \end_layout
9651
9652 \end_inset
9653 </cell>
9654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9655 \begin_inset Text
9656
9657 \begin_layout Plain Layout
9658 Result
9659 \begin_inset Note Note
9660 status collapsed
9661
9662 \begin_layout Plain Layout
9663
9664 \series bold
9665
9666 \backslash
9667 raisebox
9668 \series default
9669  is only used as spacer.
9670 \end_layout
9671
9672 \end_inset
9673
9674
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 </row>
9680 <row>
9681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685
9686 \backslash
9687 dot
9688 \begin_inset ERT
9689 status collapsed
9690
9691 \begin_layout Plain Layout
9692
9693
9694 \backslash
9695 spce 
9696 \end_layout
9697
9698 \end_inset
9699
9700 A
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9710 \end_inset
9711
9712
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 </row>
9718 <row>
9719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9720 \begin_inset Text
9721
9722 \begin_layout Plain Layout
9723
9724 \backslash
9725 ddot
9726 \begin_inset ERT
9727 status collapsed
9728
9729 \begin_layout Plain Layout
9730
9731
9732 \backslash
9733 spce 
9734 \end_layout
9735
9736 \end_inset
9737
9738 A
9739 \end_layout
9740
9741 \end_inset
9742 </cell>
9743 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9744 \begin_inset Text
9745
9746 \begin_layout Plain Layout
9747 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9748 \end_inset
9749
9750
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 </row>
9756 <row>
9757 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761
9762 \backslash
9763 dddot
9764 \begin_inset ERT
9765 status collapsed
9766
9767 \begin_layout Plain Layout
9768
9769
9770 \backslash
9771 spce 
9772 \end_layout
9773
9774 \end_inset
9775
9776 A
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9782 \begin_inset Text
9783
9784 \begin_layout Plain Layout
9785 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9786 \end_inset
9787
9788
9789 \end_layout
9790
9791 \end_inset
9792 </cell>
9793 </row>
9794 <row>
9795 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Plain Layout
9799
9800 \backslash
9801 ddddot
9802 \begin_inset ERT
9803 status collapsed
9804
9805 \begin_layout Plain Layout
9806
9807
9808 \backslash
9809 spce 
9810 \end_layout
9811
9812 \end_inset
9813
9814 A
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9824 \end_inset
9825
9826
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 </row>
9832 <row>
9833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837
9838 \backslash
9839 vec
9840 \begin_inset ERT
9841 status collapsed
9842
9843 \begin_layout Plain Layout
9844
9845
9846 \backslash
9847 spce 
9848 \end_layout
9849
9850 \end_inset
9851
9852 A
9853 \begin_inset Index idx
9854 status collapsed
9855
9856 \begin_layout Plain Layout
9857 Vectors
9858 \end_layout
9859
9860 \end_inset
9861
9862
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9872 \end_inset
9873
9874
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 </row>
9880 <row>
9881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \backslash
9887 bar
9888 \begin_inset ERT
9889 status collapsed
9890
9891 \begin_layout Plain Layout
9892
9893
9894 \backslash
9895 spce 
9896 \end_layout
9897
9898 \end_inset
9899
9900 A
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9906 \begin_inset Text
9907
9908 \begin_layout Plain Layout
9909 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9910 \end_inset
9911
9912
9913 \end_layout
9914
9915 \end_inset
9916 </cell>
9917 </row>
9918 <row>
9919 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9920 \begin_inset Text
9921
9922 \begin_layout Plain Layout
9923
9924 \backslash
9925 mathring
9926 \begin_inset ERT
9927 status collapsed
9928
9929 \begin_layout Plain Layout
9930
9931
9932 \backslash
9933 spce 
9934 \end_layout
9935
9936 \end_inset
9937
9938 A
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9948 \end_inset
9949
9950
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 </row>
9956 </lyxtabular>
9957
9958 \end_inset
9959
9960
9961 \begin_inset space \hfill{}
9962 \end_inset
9963
9964
9965 \begin_inset Tabular
9966 <lyxtabular version="3" rows="7" columns="2">
9967 <features tabularvalignment="middle">
9968 <column alignment="center" valignment="top" width="0pt">
9969 <column alignment="center" valignment="top" width="0pt">
9970 <row>
9971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975 Command
9976 \end_layout
9977
9978 \end_inset
9979 </cell>
9980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984 Result
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 </row>
9990 <row>
9991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9992 \begin_inset Text
9993
9994 \begin_layout Plain Layout
9995
9996 \backslash
9997 tilde
9998 \begin_inset ERT
9999 status collapsed
10000
10001 \begin_layout Plain Layout
10002
10003
10004 \backslash
10005 spce 
10006 \end_layout
10007
10008 \end_inset
10009
10010 A
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10020 \end_inset
10021
10022
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 </row>
10028 <row>
10029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Plain Layout
10033
10034 \backslash
10035 hat
10036 \begin_inset ERT
10037 status collapsed
10038
10039 \begin_layout Plain Layout
10040
10041
10042 \backslash
10043 spce 
10044 \end_layout
10045
10046 \end_inset
10047
10048 A
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10058 \end_inset
10059
10060
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 </row>
10066 <row>
10067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071
10072 \backslash
10073 check
10074 \begin_inset ERT
10075 status collapsed
10076
10077 \begin_layout Plain Layout
10078
10079
10080 \backslash
10081 spce 
10082 \end_layout
10083
10084 \end_inset
10085
10086 A
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10096 \end_inset
10097
10098
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 </row>
10104 <row>
10105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10106 \begin_inset Text
10107
10108 \begin_layout Plain Layout
10109
10110 \backslash
10111 acute
10112 \begin_inset ERT
10113 status collapsed
10114
10115 \begin_layout Plain Layout
10116
10117
10118 \backslash
10119 spce 
10120 \end_layout
10121
10122 \end_inset
10123
10124 A
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10134 \end_inset
10135
10136
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 </row>
10142 <row>
10143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147
10148 \backslash
10149 grave
10150 \begin_inset ERT
10151 status collapsed
10152
10153 \begin_layout Plain Layout
10154
10155
10156 \backslash
10157 spce 
10158 \end_layout
10159
10160 \end_inset
10161
10162 A
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10172 \end_inset
10173
10174
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 </row>
10180 <row>
10181 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185
10186 \backslash
10187 breve
10188 \begin_inset ERT
10189 status collapsed
10190
10191 \begin_layout Plain Layout
10192
10193
10194 \backslash
10195 spce 
10196 \end_layout
10197
10198 \end_inset
10199
10200 A
10201 \end_layout
10202
10203 \end_inset
10204 </cell>
10205 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10210 \end_inset
10211
10212
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 </row>
10218 </lyxtabular>
10219
10220 \end_inset
10221
10222
10223 \begin_inset space \hfill{}
10224 \end_inset
10225
10226
10227 \end_layout
10228
10229 \begin_layout Standard
10230 \begin_inset VSpace bigskip
10231 \end_inset
10232
10233
10234 \end_layout
10235
10236 \begin_layout Standard
10237 You can directly insert accents like é to formulas.
10238  LyX will transform them to the corresponding accent command.
10239  For umlauts
10240 \begin_inset Index idx
10241 status collapsed
10242
10243 \begin_layout Plain Layout
10244 Umlauts
10245 \end_layout
10246
10247 \end_inset
10248
10249  it is better to insert a quotation mark before the vowel.
10250  These two characters are then treated by LaTeX as 
10251 \emph on
10252 one
10253 \emph default
10254  character when the formula part with the umlaut is marked as German.
10255  In contrary to 
10256 \series bold
10257
10258 \backslash
10259 ddot
10260 \series default
10261 , with this method 
10262 \begin_inset Quotes eld
10263 \end_inset
10264
10265 real
10266 \begin_inset Quotes erd
10267 \end_inset
10268
10269  umlauts are created as demonstrated in the following example:
10270 \end_layout
10271
10272 \begin_layout Standard
10273 \begin_inset VSpace -2mm
10274 \end_inset
10275
10276
10277 \end_layout
10278
10279 \begin_layout Standard
10280 \align center
10281 \begin_inset Tabular
10282 <lyxtabular version="3" rows="3" columns="2">
10283 <features tabularvalignment="middle">
10284 <column alignment="center" valignment="top" width="0">
10285 <column alignment="center" valignment="top" width="0">
10286 <row>
10287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291 Command
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300 Result
10301 \begin_inset Note Note
10302 status collapsed
10303
10304 \begin_layout Plain Layout
10305
10306 \series bold
10307
10308 \backslash
10309 raisebox
10310 \series default
10311  and the 0
10312 \begin_inset space \thinspace{}
10313 \end_inset
10314
10315 pt space are only used as spacer.
10316 \end_layout
10317
10318 \end_inset
10319
10320
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 </row>
10326 <row>
10327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331
10332 \lang ngerman
10333 \begin_inset Quotes grd
10334 \end_inset
10335
10336 i
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345 \begin_inset space \hspace{}
10346 \length 0pt
10347 \end_inset
10348
10349
10350 \lang ngerman
10351
10352 \begin_inset Formula $"i$
10353 \end_inset
10354
10355
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 </row>
10361 <row>
10362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366
10367 \backslash
10368 ddot
10369 \begin_inset ERT
10370 status collapsed
10371
10372 \begin_layout Plain Layout
10373
10374
10375 \backslash
10376 spce 
10377 \end_layout
10378
10379 \end_inset
10380
10381 i
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10387 \begin_inset Text
10388
10389 \begin_layout Plain Layout
10390 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10391 \end_inset
10392
10393
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 </row>
10399 </lyxtabular>
10400
10401 \end_inset
10402
10403
10404 \end_layout
10405
10406 \begin_layout Standard
10407 Another advantage to 
10408 \series bold
10409
10410 \backslash
10411 ddot
10412 \series default
10413  is that umlauts can directly be converted to mathematical text because
10414  the accent commands above are 
10415 \emph on
10416 not allowed
10417 \emph default
10418  
10419 \emph on
10420 in mathematical text
10421 \emph default
10422 .
10423  To convert an accented character to mathematical text, only the character
10424  under the accent may be converted.
10425  This applies also for all other conversions, e.
10426 \begin_inset space \thinspace{}
10427 \end_inset
10428
10429 g.
10430 \begin_inset space \space{}
10431 \end_inset
10432
10433 to italic or bold.
10434 \end_layout
10435
10436 \begin_layout Standard
10437 In mathematical text, umlauts and other accented characters can directly
10438  be inserted.
10439 \end_layout
10440
10441 \begin_layout Subsection
10442 Accents for Operators
10443 \begin_inset Index idx
10444 status collapsed
10445
10446 \begin_layout Plain Layout
10447 Accents ! for operators
10448 \end_layout
10449
10450 \end_inset
10451
10452
10453 \end_layout
10454
10455 \begin_layout Standard
10456 With the commands 
10457 \series bold
10458
10459 \backslash
10460 overset
10461 \series default
10462
10463 \begin_inset Index idx
10464 status collapsed
10465
10466 \begin_layout Plain Layout
10467 Commands ! O ! 
10468 \backslash
10469 overset
10470 \end_layout
10471
10472 \end_inset
10473
10474  and 
10475 \series bold
10476
10477 \backslash
10478 underset
10479 \series default
10480
10481 \begin_inset Index idx
10482 status collapsed
10483
10484 \begin_layout Plain Layout
10485 Commands ! U ! 
10486 \backslash
10487 underset
10488 \end_layout
10489
10490 \end_inset
10491
10492  characters can be placed above or below an operator, respectively, to accent
10493  it.
10494  With the command 
10495 \series bold
10496
10497 \backslash
10498 sideset
10499 \series default
10500
10501 \begin_inset Index idx
10502 status collapsed
10503
10504 \begin_layout Plain Layout
10505 Commands ! S ! 
10506 \backslash
10507 sideset
10508 \end_layout
10509
10510 \end_inset
10511
10512  characters can be set before and behind an operator.
10513  The command scheme is:
10514 \end_layout
10515
10516 \begin_layout Standard
10517
10518 \series bold
10519
10520 \backslash
10521 sideset{character
10522 \series default
10523  
10524 \series bold
10525 before}{character
10526 \series default
10527  
10528 \series bold
10529 behind}
10530 \end_layout
10531
10532 \begin_layout Standard
10533
10534 \series bold
10535
10536 \backslash
10537 sideset
10538 \series default
10539  must always be before the operator that should be accented.
10540  You can accent with several characters and even with other operators and
10541  symbols.
10542  To place with 
10543 \series bold
10544
10545 \backslash
10546 sideset
10547 \series default
10548  for example only characters behind an operator, write nothing between the
10549  first braces but don't omit the braces.
10550 \end_layout
10551
10552 \begin_layout Standard
10553 For example the command 
10554 \series bold
10555
10556 \backslash
10557 sideset{
10558 \begin_inset Formula $\to$
10559 \end_inset
10560
10561
10562 \backslash
10563 {
10564 \series default
10565 '
10566 \series bold
10567
10568 \begin_inset Formula $\to$
10569 \end_inset
10570
10571
10572 \backslash
10573 sum_k=1
10574 \begin_inset ERT
10575 status collapsed
10576
10577 \begin_layout Plain Layout
10578
10579
10580 \backslash
10581 spce 
10582 \end_layout
10583
10584 \end_inset
10585
10586
10587 \series default
10588 ^
10589 \series bold
10590 n
10591 \series default
10592  produces:
10593 \begin_inset Formula 
10594 \[
10595 \sideset{}{'}\sum_{k=1}^{n}
10596 \]
10597
10598 \end_inset
10599
10600
10601 \end_layout
10602
10603 \begin_layout Standard
10604 The command 
10605 \series bold
10606
10607 \backslash
10608 overset
10609 \begin_inset ERT
10610 status collapsed
10611
10612 \begin_layout Plain Layout
10613
10614
10615 \backslash
10616 spce 
10617 \end_layout
10618
10619 \end_inset
10620
10621
10622 \backslash
10623 maltese
10624 \begin_inset ERT
10625 status collapsed
10626
10627 \begin_layout Plain Layout
10628
10629
10630 \backslash
10631 spce 
10632 \end_layout
10633
10634 \end_inset
10635
10636
10637 \series default
10638
10639 \begin_inset Formula $\uparrow$
10640 \end_inset
10641
10642
10643 \series bold
10644 a
10645 \series default
10646  produces:
10647 \begin_inset Formula 
10648 \[
10649 \overset{a}{\maltese}
10650 \]
10651
10652 \end_inset
10653
10654 As seen in the last example, with 
10655 \series bold
10656
10657 \backslash
10658 overset
10659 \series default
10660  and 
10661 \series bold
10662
10663 \backslash
10664 underset
10665 \series default
10666  symbols and characters can also be accented; with 
10667 \series bold
10668
10669 \backslash
10670 sideset
10671 \series default
10672  this is not possible.
10673 \end_layout
10674
10675 \begin_layout Subsection
10676 Accents for several Characters
10677 \begin_inset Index idx
10678 status collapsed
10679
10680 \begin_layout Plain Layout
10681 Accents ! for several characters
10682 \end_layout
10683
10684 \end_inset
10685
10686
10687 \end_layout
10688
10689 \begin_layout Standard
10690 \begin_inset space \hfill{}
10691 \end_inset
10692
10693
10694 \begin_inset Tabular
10695 <lyxtabular version="3" rows="5" columns="2">
10696 <features tabularvalignment="middle">
10697 <column alignment="center" valignment="top" width="0pt">
10698 <column alignment="center" valignment="top" width="0pt">
10699 <row>
10700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704 Command
10705 \end_layout
10706
10707 \end_inset
10708 </cell>
10709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10710 \begin_inset Text
10711
10712 \begin_layout Plain Layout
10713 Result
10714 \begin_inset Note Note
10715 status collapsed
10716
10717 \begin_layout Plain Layout
10718
10719 \series bold
10720
10721 \backslash
10722 raisebox
10723 \series default
10724  is only used as spacer.
10725 \end_layout
10726
10727 \end_inset
10728
10729
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 </row>
10735 <row>
10736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740
10741 \backslash
10742 overleftarrow
10743 \begin_inset ERT
10744 status collapsed
10745
10746 \begin_layout Plain Layout
10747
10748
10749 \backslash
10750 spce 
10751 \end_layout
10752
10753 \end_inset
10754
10755 A=B
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10765 \end_inset
10766
10767
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 </row>
10773 <row>
10774 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Plain Layout
10778
10779 \backslash
10780 underleftarrow
10781 \begin_inset ERT
10782 status collapsed
10783
10784 \begin_layout Plain Layout
10785
10786
10787 \backslash
10788 spce 
10789 \end_layout
10790
10791 \end_inset
10792
10793 A=B
10794 \end_layout
10795
10796 \end_inset
10797 </cell>
10798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10803 \end_inset
10804
10805
10806 \end_layout
10807
10808 \end_inset
10809 </cell>
10810 </row>
10811 <row>
10812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Plain Layout
10816
10817 \backslash
10818 overleftrightarrow
10819 \begin_inset ERT
10820 status collapsed
10821
10822 \begin_layout Plain Layout
10823
10824
10825 \backslash
10826 spce 
10827 \end_layout
10828
10829 \end_inset
10830
10831 A=B
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10841 \end_inset
10842
10843
10844 \end_layout
10845
10846 \end_inset
10847 </cell>
10848 </row>
10849 <row>
10850 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10851 \begin_inset Text
10852
10853 \begin_layout Plain Layout
10854
10855 \backslash
10856 underleftrightarrow
10857 \begin_inset ERT
10858 status collapsed
10859
10860 \begin_layout Plain Layout
10861
10862
10863 \backslash
10864 spce 
10865 \end_layout
10866
10867 \end_inset
10868
10869 A=B
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10875 \begin_inset Text
10876
10877 \begin_layout Plain Layout
10878 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10879 \end_inset
10880
10881
10882 \end_layout
10883
10884 \end_inset
10885 </cell>
10886 </row>
10887 </lyxtabular>
10888
10889 \end_inset
10890
10891
10892 \begin_inset space \hfill{}
10893 \end_inset
10894
10895
10896 \begin_inset Tabular
10897 <lyxtabular version="3" rows="5" columns="2">
10898 <features tabularvalignment="middle">
10899 <column alignment="center" valignment="top" width="0pt">
10900 <column alignment="center" valignment="top" width="0pt">
10901 <row>
10902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906 Command
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915 Result
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 </row>
10921 <row>
10922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926
10927 \backslash
10928 overrightarrow
10929 \begin_inset ERT
10930 status collapsed
10931
10932 \begin_layout Plain Layout
10933
10934
10935 \backslash
10936 spce 
10937 \end_layout
10938
10939 \end_inset
10940
10941 A=B
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10951 \end_inset
10952
10953
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 </row>
10959 <row>
10960 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964
10965 \backslash
10966 underrightarrow
10967 \begin_inset ERT
10968 status collapsed
10969
10970 \begin_layout Plain Layout
10971
10972
10973 \backslash
10974 spce 
10975 \end_layout
10976
10977 \end_inset
10978
10979 A=B
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10989 \end_inset
10990
10991
10992 \end_layout
10993
10994 \end_inset
10995 </cell>
10996 </row>
10997 <row>
10998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002
11003 \backslash
11004 widetilde
11005 \begin_inset ERT
11006 status collapsed
11007
11008 \begin_layout Plain Layout
11009
11010
11011 \backslash
11012 spce 
11013 \end_layout
11014
11015 \end_inset
11016
11017 A=B
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11027 \end_inset
11028
11029
11030 \end_layout
11031
11032 \end_inset
11033 </cell>
11034 </row>
11035 <row>
11036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040
11041 \backslash
11042 widehat
11043 \begin_inset ERT
11044 status collapsed
11045
11046 \begin_layout Plain Layout
11047
11048
11049 \backslash
11050 spce 
11051 \end_layout
11052
11053 \end_inset
11054
11055 A=B
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11065 \end_inset
11066
11067
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 </row>
11073 </lyxtabular>
11074
11075 \end_inset
11076
11077
11078 \begin_inset space \hfill{}
11079 \end_inset
11080
11081
11082 \end_layout
11083
11084 \begin_layout Standard
11085 \begin_inset VSpace medskip
11086 \end_inset
11087
11088 With these commands as many characters as you like can be accented.
11089  But the accents 
11090 \series bold
11091
11092 \backslash
11093 widetilde
11094 \series default
11095  and 
11096 \series bold
11097
11098 \backslash
11099 widehat
11100 \series default
11101  will only be set in the output with a length of three characters, as shown
11102  in the following example:
11103 \begin_inset Formula 
11104 \[
11105 \widetilde{A+B=C-D}
11106 \]
11107
11108 \end_inset
11109
11110
11111 \end_layout
11112
11113 \begin_layout Standard
11114 With the commands 
11115 \series bold
11116
11117 \backslash
11118 overset
11119 \series default
11120
11121 \begin_inset Index idx
11122 status collapsed
11123
11124 \begin_layout Plain Layout
11125 Commands ! O ! 
11126 \backslash
11127 overset
11128 \end_layout
11129
11130 \end_inset
11131
11132  and 
11133 \series bold
11134
11135 \backslash
11136 underset
11137 \series default
11138
11139 \begin_inset Index idx
11140 status collapsed
11141
11142 \begin_layout Plain Layout
11143 Commands ! U ! 
11144 \backslash
11145 underset
11146 \end_layout
11147
11148 \end_inset
11149
11150  described in the previous subsection it is also possible to accent several
11151  characters.
11152  The command 
11153 \series bold
11154
11155 \backslash
11156 underset
11157 \begin_inset ERT
11158 status collapsed
11159
11160 \begin_layout Plain Layout
11161
11162
11163 \backslash
11164 spce 
11165 \end_layout
11166
11167 \end_inset
11168
11169 A=B
11170 \begin_inset Formula $\downarrow$
11171 \end_inset
11172
11173 ***
11174 \series default
11175  creates:
11176 \begin_inset Formula 
11177 \[
11178 \underset{***}{A=B}
11179 \]
11180
11181 \end_inset
11182
11183
11184 \end_layout
11185
11186 \begin_layout Section
11187 Space
11188 \begin_inset CommandInset label
11189 LatexCommand label
11190 name "sub:Space"
11191
11192 \end_inset
11193
11194
11195 \begin_inset Index idx
11196 status collapsed
11197
11198 \begin_layout Plain Layout
11199 Space ! horizontal
11200 \end_layout
11201
11202 \end_inset
11203
11204
11205 \end_layout
11206
11207 \begin_layout Subsection
11208 Predefined Space
11209 \begin_inset CommandInset label
11210 LatexCommand label
11211 name "sub:Predefined-Space"
11212
11213 \end_inset
11214
11215
11216 \begin_inset Index idx
11217 status collapsed
11218
11219 \begin_layout Plain Layout
11220 Space ! horizontal ! predefined
11221 \end_layout
11222
11223 \end_inset
11224
11225
11226 \end_layout
11227
11228 \begin_layout Standard
11229 Sometimes it is necessary to insert horizontal space into a formula.
11230  This is done by inserting a protected space (shortcut 
11231 \begin_inset Info
11232 type  "shortcut"
11233 arg   "command-alternatives space-insert protected ; math-space"
11234 \end_inset
11235
11236 ).
11237  A 
11238 \begin_inset Quotes eld
11239 \end_inset
11240
11241
11242 \color blue
11243
11244 \begin_inset ERT
11245 status collapsed
11246
11247 \begin_layout Plain Layout
11248
11249
11250 \backslash
11251 spce 
11252 \end_layout
11253
11254 \end_inset
11255
11256
11257 \color inherit
11258
11259 \begin_inset Quotes erd
11260 \end_inset
11261
11262  appears and by pressing 
11263 \family sans
11264 Space
11265 \family default
11266  several times one can select one of eight different space sizes.
11267  The spaces can also be inserted using the math toolbar button 
11268 \begin_inset Graphics
11269         filename ../images/math/space.png
11270         scale 85
11271
11272 \end_inset
11273
11274  or special commands.
11275  Independent from the inserted command, one can select the size again by
11276  pressing 
11277 \family sans
11278 Space
11279 \family default
11280  afterwards.
11281 \end_layout
11282
11283 \begin_layout Standard
11284 \noindent
11285 \align center
11286 \begin_inset VSpace -5mm
11287 \end_inset
11288
11289
11290 \begin_inset Tabular
11291 <lyxtabular version="3" rows="3" columns="7">
11292 <features tabularvalignment="middle">
11293 <column alignment="center" valignment="middle" width="6.8cm">
11294 <column alignment="center" valignment="top" width="0">
11295 <column alignment="center" valignment="top" width="0">
11296 <column alignment="center" valignment="top" width="0">
11297 <column alignment="center" valignment="top" width="0">
11298 <column alignment="center" valignment="top" width="0">
11299 <column alignment="center" valignment="top" width="0">
11300 <row>
11301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11302 \begin_inset Text
11303
11304 \begin_layout Plain Layout
11305 Command
11306 \end_layout
11307
11308 \end_inset
11309 </cell>
11310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314
11315 \backslash
11316 ,
11317 \end_layout
11318
11319 \end_inset
11320 </cell>
11321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11322 \begin_inset Text
11323
11324 \begin_layout Plain Layout
11325
11326 \backslash
11327 :
11328 \end_layout
11329
11330 \end_inset
11331 </cell>
11332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336
11337 \backslash
11338 ;
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Plain Layout
11347
11348 \backslash
11349 quad
11350 \end_layout
11351
11352 \end_inset
11353 </cell>
11354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11355 \begin_inset Text
11356
11357 \begin_layout Plain Layout
11358
11359 \backslash
11360 qquad
11361 \end_layout
11362
11363 \end_inset
11364 </cell>
11365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11366 \begin_inset Text
11367
11368 \begin_layout Plain Layout
11369
11370 \backslash
11371 !
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 </row>
11377 <row>
11378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 Number of 
11383 \family sans
11384 Space
11385 \family default
11386  keystrokes after inserting the protected space
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395 0
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404 1
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11410 \begin_inset Text
11411
11412 \begin_layout Plain Layout
11413 2
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422 3
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431 4
11432 \end_layout
11433
11434 \end_inset
11435 </cell>
11436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440 5
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 </row>
11446 <row>
11447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Plain Layout
11451 Result
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460 \begin_inset Formula $A\, B$
11461 \end_inset
11462
11463
11464 \end_layout
11465
11466 \end_inset
11467 </cell>
11468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472 \begin_inset Formula $A\: B$
11473 \end_inset
11474
11475
11476 \end_layout
11477
11478 \end_inset
11479 </cell>
11480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11481 \begin_inset Text
11482
11483 \begin_layout Plain Layout
11484 \begin_inset Formula $A\; B$
11485 \end_inset
11486
11487
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11493 \begin_inset Text
11494
11495 \begin_layout Plain Layout
11496 \begin_inset Formula $A\quad B$
11497 \end_inset
11498
11499
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 \begin_inset Formula $A\qquad B$
11509 \end_inset
11510
11511
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 \begin_inset Formula $A\! B$
11521 \end_inset
11522
11523
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 </row>
11529 </lyxtabular>
11530
11531 \end_inset
11532
11533
11534 \end_layout
11535
11536 \begin_layout Standard
11537 The last size seem to produce no space.
11538  It is displayed red in LyX contrary to the other sizes, because it is a
11539  negative space.
11540  There are two more negative spaces:
11541 \end_layout
11542
11543 \begin_layout Standard
11544 \align center
11545 \begin_inset Tabular
11546 <lyxtabular version="3" rows="3" columns="3">
11547 <features tabularvalignment="middle">
11548 <column alignment="center" valignment="middle" width="6.8cm">
11549 <column alignment="center" valignment="top" width="0pt">
11550 <column alignment="center" valignment="top" width="0pt">
11551 <row>
11552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11553 \begin_inset Text
11554
11555 \begin_layout Plain Layout
11556 Command
11557 \end_layout
11558
11559 \end_inset
11560 </cell>
11561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11562 \begin_inset Text
11563
11564 \begin_layout Plain Layout
11565
11566 \backslash
11567 negmedspace
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11573 \begin_inset Text
11574
11575 \begin_layout Plain Layout
11576
11577 \backslash
11578 negthickspace
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 </row>
11584 <row>
11585 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 Number of 
11590 \family sans
11591 Space
11592 \family default
11593  keystrokes after inserting the protected space
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602 6
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 7
11612 \end_layout
11613
11614 \end_inset
11615 </cell>
11616 </row>
11617 <row>
11618 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622 Result
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Plain Layout
11631 \begin_inset Formula $A\negmedspace B$
11632 \end_inset
11633
11634
11635 \end_layout
11636
11637 \end_inset
11638 </cell>
11639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11640 \begin_inset Text
11641
11642 \begin_layout Plain Layout
11643 \begin_inset Formula $A\negthickspace B$
11644 \end_inset
11645
11646
11647 \end_layout
11648
11649 \end_inset
11650 </cell>
11651 </row>
11652 </lyxtabular>
11653
11654 \end_inset
11655
11656
11657 \end_layout
11658
11659 \begin_layout Standard
11660 Negative spaces can lead to characters overlapping each other.
11661  Thus they can be used to enforce ligatures, which are e.
11662 \begin_inset space \thinspace{}
11663 \end_inset
11664
11665 g.
11666 \begin_inset space \space{}
11667 \end_inset
11668
11669 useful for summation operators:
11670 \end_layout
11671
11672 \begin_layout Standard
11673 \align center
11674 \begin_inset Tabular
11675 <lyxtabular version="3" rows="3" columns="2">
11676 <features tabularvalignment="middle">
11677 <column alignment="center" valignment="top" width="0">
11678 <column alignment="center" valignment="top" width="0">
11679 <row>
11680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11681 \begin_inset Text
11682
11683 \begin_layout Plain Layout
11684 Command
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11690 \begin_inset Text
11691
11692 \begin_layout Plain Layout
11693 Result
11694 \begin_inset Note Note
11695 status collapsed
11696
11697 \begin_layout Plain Layout
11698
11699 \series bold
11700
11701 \backslash
11702 raisebox
11703 \series default
11704  is only used as spacer.
11705 \end_layout
11706
11707 \end_inset
11708
11709
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 </row>
11715 <row>
11716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720
11721 \backslash
11722 sum
11723 \backslash
11724 sum
11725 \begin_inset ERT
11726 status collapsed
11727
11728 \begin_layout Plain Layout
11729
11730
11731 \backslash
11732 spce 
11733 \end_layout
11734
11735 \end_inset
11736
11737 f_kl
11738 \end_layout
11739
11740 \end_inset
11741 </cell>
11742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11743 \begin_inset Text
11744
11745 \begin_layout Plain Layout
11746 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11747 \end_inset
11748
11749
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 </row>
11755 <row>
11756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760
11761 \backslash
11762 sum
11763 \backslash
11764 negmedspace
11765 \backslash
11766 sum
11767 \begin_inset ERT
11768 status collapsed
11769
11770 \begin_layout Plain Layout
11771
11772
11773 \backslash
11774 spce 
11775 \end_layout
11776
11777 \end_inset
11778
11779 f_kl
11780 \end_layout
11781
11782 \end_inset
11783 </cell>
11784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11785 \begin_inset Text
11786
11787 \begin_layout Plain Layout
11788 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11789 \end_inset
11790
11791
11792 \end_layout
11793
11794 \end_inset
11795 </cell>
11796 </row>
11797 </lyxtabular>
11798
11799 \end_inset
11800
11801
11802 \end_layout
11803
11804 \begin_layout Standard
11805 Relations like for example equal signs, are always surrounded by space.
11806  To suppress this, the equal sign is placed into a TeX-brace.
11807  The following example demonstrates this:
11808 \end_layout
11809
11810 \begin_layout Standard
11811 \align center
11812 \begin_inset Tabular
11813 <lyxtabular version="3" rows="2" columns="2">
11814 <features tabularvalignment="middle">
11815 <column alignment="center" valignment="top" width="0pt">
11816 <column alignment="center" valignment="top" width="0pt">
11817 <row>
11818 <cell alignment="center" valignment="top" usebox="none">
11819 \begin_inset Text
11820
11821 \begin_layout Plain Layout
11822 normal equation
11823 \end_layout
11824
11825 \end_inset
11826 </cell>
11827 <cell alignment="center" valignment="top" usebox="none">
11828 \begin_inset Text
11829
11830 \begin_layout Plain Layout
11831 \begin_inset Formula $A=B$
11832 \end_inset
11833
11834
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 </row>
11840 <row>
11841 <cell alignment="center" valignment="top" usebox="none">
11842 \begin_inset Text
11843
11844 \begin_layout Plain Layout
11845 \begin_inset Note Note
11846 status collapsed
11847
11848 \begin_layout Plain Layout
11849
11850 \series bold
11851
11852 \backslash
11853 raisebox
11854 \series default
11855  is only used as spacer.
11856 \end_layout
11857
11858 \end_inset
11859
11860
11861 \begin_inset Formula $\raisebox{5mm}{}$
11862 \end_inset
11863
11864 equation without space
11865 \end_layout
11866
11867 \end_inset
11868 </cell>
11869 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11870 \begin_inset Text
11871
11872 \begin_layout Plain Layout
11873 \begin_inset Formula $A{=}B$
11874 \end_inset
11875
11876
11877 \end_layout
11878
11879 \end_inset
11880 </cell>
11881 </row>
11882 </lyxtabular>
11883
11884 \end_inset
11885
11886
11887 \end_layout
11888
11889 \begin_layout Standard
11890 \noindent
11891 The command for the last formula is: 
11892 \series bold
11893 A
11894 \backslash
11895 {=
11896 \begin_inset Formula $\to$
11897 \end_inset
11898
11899 B
11900 \end_layout
11901
11902 \begin_layout Standard
11903 \begin_inset VSpace bigskip
11904 \end_inset
11905
11906 Spaces are needed for physical units, because the space between the value
11907  and the unit is the smallest one and not a normal space.
11908  For units in text, the smallest space is inserted via the menu 
11909 \family sans
11910 Insert\SpecialChar \menuseparator
11911 Formatting\SpecialChar \menuseparator
11912 Thin
11913 \begin_inset space ~
11914 \end_inset
11915
11916 Space
11917 \family default
11918  (shortcut 
11919 \begin_inset Info
11920 type  "shortcut"
11921 arg   "space-insert thin"
11922 \end_inset
11923
11924 ).
11925 \end_layout
11926
11927 \begin_layout Standard
11928 An example to visualize the difference:
11929 \end_layout
11930
11931 \begin_layout Standard
11932 \begin_inset Tabular
11933 <lyxtabular version="3" rows="2" columns="2">
11934 <features tabularvalignment="middle">
11935 <column alignment="left" valignment="top" width="0">
11936 <column alignment="left" valignment="top" width="0">
11937 <row>
11938 <cell alignment="center" valignment="top" usebox="none">
11939 \begin_inset Text
11940
11941 \begin_layout Plain Layout
11942 24 kW
11943 \begin_inset Formula $\cdot$
11944 \end_inset
11945
11946 h
11947 \end_layout
11948
11949 \end_inset
11950 </cell>
11951 <cell alignment="center" valignment="top" usebox="none">
11952 \begin_inset Text
11953
11954 \begin_layout Plain Layout
11955 space between value and unit
11956 \end_layout
11957
11958 \end_inset
11959 </cell>
11960 </row>
11961 <row>
11962 <cell alignment="center" valignment="top" usebox="none">
11963 \begin_inset Text
11964
11965 \begin_layout Plain Layout
11966 24
11967 \begin_inset space \thinspace{}
11968 \end_inset
11969
11970 kW
11971 \begin_inset Formula $\cdot$
11972 \end_inset
11973
11974 h
11975 \end_layout
11976
11977 \end_inset
11978 </cell>
11979 <cell alignment="center" valignment="top" usebox="none">
11980 \begin_inset Text
11981
11982 \begin_layout Plain Layout
11983 smallest space between value and unit
11984 \end_layout
11985
11986 \end_inset
11987 </cell>
11988 </row>
11989 </lyxtabular>
11990
11991 \end_inset
11992
11993
11994 \end_layout
11995
11996 \begin_layout Subsection
11997 Variable Space
11998 \begin_inset ERT
11999 status collapsed
12000
12001 \begin_layout Plain Layout
12002
12003
12004 \backslash
12005 texorpdfstring{
12006 \end_layout
12007
12008 \end_inset
12009
12010
12011 \begin_inset Foot
12012 status collapsed
12013
12014 \begin_layout Plain Layout
12015 for vertical space in formulas see 
12016 \begin_inset CommandInset ref
12017 LatexCommand ref
12018 reference "sub:Line-Separation"
12019
12020 \end_inset
12021
12022
12023 \end_layout
12024
12025 \end_inset
12026
12027
12028 \begin_inset ERT
12029 status collapsed
12030
12031 \begin_layout Plain Layout
12032
12033 }{}
12034 \end_layout
12035
12036 \end_inset
12037
12038
12039 \begin_inset Note Note
12040 status collapsed
12041
12042 \begin_layout Plain Layout
12043
12044 \backslash
12045 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12046 \end_layout
12047
12048 \begin_layout Plain Layout
12049 More about 
12050 \backslash
12051 texorpdfstring is in section 
12052 \begin_inset CommandInset ref
12053 LatexCommand ref
12054 reference "sub:Formulas-in-Section"
12055
12056 \end_inset
12057
12058 .
12059 \end_layout
12060
12061 \end_inset
12062
12063
12064 \begin_inset CommandInset label
12065 LatexCommand label
12066 name "sub:Variable-Space"
12067
12068 \end_inset
12069
12070
12071 \begin_inset Index idx
12072 status collapsed
12073
12074 \begin_layout Plain Layout
12075 Space ! horizontal ! variable
12076 \end_layout
12077
12078 \end_inset
12079
12080
12081 \end_layout
12082
12083 \begin_layout Standard
12084 Space with a defined length can be inserted with the command 
12085 \series bold
12086
12087 \backslash
12088 hspace
12089 \series default
12090
12091 \begin_inset Index idx
12092 status collapsed
12093
12094 \begin_layout Plain Layout
12095 Commands ! H ! 
12096 \backslash
12097 hspace
12098 \end_layout
12099
12100 \end_inset
12101
12102 .
12103  Then a long 
12104 \begin_inset Quotes eld
12105 \end_inset
12106
12107
12108 \color blue
12109
12110 \begin_inset ERT
12111 status collapsed
12112
12113 \begin_layout Plain Layout
12114
12115
12116 \backslash
12117 spce 
12118 \end_layout
12119
12120 \end_inset
12121
12122
12123 \color inherit
12124
12125 \begin_inset Quotes erd
12126 \end_inset
12127
12128  appears.
12129  The length can be specified by left-clicking on the 
12130 \begin_inset Quotes eld
12131 \end_inset
12132
12133
12134 \color blue
12135
12136 \begin_inset ERT
12137 status collapsed
12138
12139 \begin_layout Plain Layout
12140
12141
12142 \backslash
12143 spce 
12144 \end_layout
12145
12146 \end_inset
12147
12148
12149 \color inherit
12150
12151 \begin_inset Quotes erd
12152 \end_inset
12153
12154 .
12155  The length may also be negative.
12156  To insert as much space as is available, the command 
12157 \series bold
12158
12159 \backslash
12160 hfill
12161 \series default
12162
12163 \begin_inset Index idx
12164 status collapsed
12165
12166 \begin_layout Plain Layout
12167 Commands ! H ! 
12168 \backslash
12169 hfill
12170 \end_layout
12171
12172 \end_inset
12173
12174  is used.
12175 \end_layout
12176
12177 \begin_layout Standard
12178 \begin_inset VSpace -1mm
12179 \end_inset
12180
12181
12182 \end_layout
12183
12184 \begin_layout Standard
12185 \align center
12186 \begin_inset Tabular
12187 <lyxtabular version="3" rows="4" columns="2">
12188 <features tabularvalignment="middle">
12189 <column alignment="center" valignment="top" width="0">
12190 <column alignment="center" valignment="top" width="0">
12191 <row>
12192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12193 \begin_inset Text
12194
12195 \begin_layout Plain Layout
12196 Command (
12197 \backslash
12198 hspace length)
12199 \end_layout
12200
12201 \end_inset
12202 </cell>
12203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12204 \begin_inset Text
12205
12206 \begin_layout Plain Layout
12207 Result
12208 \end_layout
12209
12210 \end_inset
12211 </cell>
12212 </row>
12213 <row>
12214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12215 \begin_inset Text
12216
12217 \begin_layout Plain Layout
12218 A=B
12219 \backslash
12220 hspace
12221 \begin_inset ERT
12222 status collapsed
12223
12224 \begin_layout Plain Layout
12225
12226
12227 \backslash
12228 spce 
12229 \end_layout
12230
12231 \end_inset
12232
12233
12234 \begin_inset Formula $\to$
12235 \end_inset
12236
12237 A
12238 \backslash
12239 not=C (3
12240 \begin_inset space \thinspace{}
12241 \end_inset
12242
12243 cm)
12244 \end_layout
12245
12246 \end_inset
12247 </cell>
12248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12249 \begin_inset Text
12250
12251 \begin_layout Plain Layout
12252 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12253 \end_inset
12254
12255
12256 \end_layout
12257
12258 \end_inset
12259 </cell>
12260 </row>
12261 <row>
12262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12263 \begin_inset Text
12264
12265 \begin_layout Plain Layout
12266 A
12267 \backslash
12268 hspace
12269 \begin_inset ERT
12270 status collapsed
12271
12272 \begin_layout Plain Layout
12273
12274
12275 \backslash
12276 spce 
12277 \end_layout
12278
12279 \end_inset
12280
12281
12282 \begin_inset Formula $\to$
12283 \end_inset
12284
12285 A
12286 \backslash
12287 not=A (-1
12288 \begin_inset space \thinspace{}
12289 \end_inset
12290
12291 mm)
12292 \end_layout
12293
12294 \end_inset
12295 </cell>
12296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12297 \begin_inset Text
12298
12299 \begin_layout Plain Layout
12300 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12301 \end_inset
12302
12303
12304 \end_layout
12305
12306 \end_inset
12307 </cell>
12308 </row>
12309 <row>
12310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12311 \begin_inset Text
12312
12313 \begin_layout Plain Layout
12314 A=A
12315 \backslash
12316 hfill
12317 \begin_inset ERT
12318 status collapsed
12319
12320 \begin_layout Plain Layout
12321
12322
12323 \backslash
12324 spce 
12325 \end_layout
12326
12327 \end_inset
12328
12329 B=B
12330 \end_layout
12331
12332 \end_inset
12333 </cell>
12334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12335 \begin_inset Text
12336
12337 \begin_layout Plain Layout
12338 \begin_inset Formula $A=A\hfill B=B$
12339 \end_inset
12340
12341
12342 \end_layout
12343
12344 \end_inset
12345 </cell>
12346 </row>
12347 </lyxtabular>
12348
12349 \end_inset
12350
12351
12352 \end_layout
12353
12354 \begin_layout Standard
12355 In the last example the available space is given by the longest column entry
12356  of the table.
12357  In an inline formula the space depends on the length of the line in which
12358  
12359 \series bold
12360
12361 \backslash
12362 hfill
12363 \series default
12364  is inserted.
12365  Thus, when the line uses the full width, no space will be created.
12366  
12367 \series bold
12368
12369 \backslash
12370 hfill
12371 \series default
12372  only has an effect on displayed formulas when the formula style 
12373 \series bold
12374 Indented
12375 \series default
12376  is used.
12377  (Formula styles are explained in 
12378 \begin_inset CommandInset ref
12379 LatexCommand ref
12380 reference "sec:Formula-Styles"
12381
12382 \end_inset
12383
12384 .)
12385 \end_layout
12386
12387 \begin_layout Standard
12388 Besides 
12389 \series bold
12390
12391 \backslash
12392 hfill
12393 \series default
12394 , there are the commands 
12395 \series bold
12396
12397 \backslash
12398 dotfill
12399 \series default
12400  and 
12401 \series bold
12402
12403 \backslash
12404 hrulefill
12405 \series default
12406  that fill the space with a pattern, see 
12407 \begin_inset CommandInset ref
12408 LatexCommand ref
12409 reference "sub:Ellipses"
12410
12411 \end_inset
12412
12413  for an example.
12414 \end_layout
12415
12416 \begin_layout Standard
12417 For text, variable space can be inserted via the menu 
12418 \family sans
12419 Insert\SpecialChar \menuseparator
12420 Formatting\SpecialChar \menuseparator
12421 Horizontal
12422 \begin_inset space ~
12423 \end_inset
12424
12425 Space
12426 \family default
12427 :
12428 \end_layout
12429
12430 \begin_layout Standard
12431 This is a line with
12432 \begin_inset space \hspace{}
12433 \length 2cm
12434 \end_inset
12435
12436 2
12437 \begin_inset space \thinspace{}
12438 \end_inset
12439
12440 cm space.
12441 \end_layout
12442
12443 \begin_layout Standard
12444 This is a line with
12445 \begin_inset space \hfill{}
12446 \end_inset
12447
12448 maximum space.
12449 \end_layout
12450
12451 \begin_layout Subsection
12452 Space besides inline Formulas
12453 \begin_inset Index idx
12454 status collapsed
12455
12456 \begin_layout Plain Layout
12457 Space ! besides inline formulas
12458 \end_layout
12459
12460 \end_inset
12461
12462
12463 \end_layout
12464
12465 \begin_layout Standard
12466 The space that surrounds inline formulas can be adjusted with the length
12467  
12468 \series bold
12469
12470 \backslash
12471 mathsurround
12472 \series default
12473
12474 \begin_inset Index idx
12475 status collapsed
12476
12477 \begin_layout Plain Layout
12478 Commands ! M ! 
12479 \backslash
12480 mathsurround
12481 \end_layout
12482
12483 \end_inset
12484
12485 .
12486  The value of a length is set with the command 
12487 \series bold
12488
12489 \backslash
12490 setlength
12491 \series default
12492
12493 \begin_inset Index idx
12494 status collapsed
12495
12496 \begin_layout Plain Layout
12497 Commands ! S ! 
12498 \backslash
12499 setlength
12500 \end_layout
12501
12502 \end_inset
12503
12504  which has the following scheme:
12505 \end_layout
12506
12507 \begin_layout Standard
12508
12509 \series bold
12510
12511 \backslash
12512 setlength{length name}{value}
12513 \end_layout
12514
12515 \begin_layout Standard
12516 To set 
12517 \series bold
12518
12519 \backslash
12520 mathsurround
12521 \series default
12522  to the value 5
12523 \begin_inset space \thinspace{}
12524 \end_inset
12525
12526 mm, the command
12527 \end_layout
12528
12529 \begin_layout Standard
12530
12531 \series bold
12532
12533 \backslash
12534 setlength{
12535 \backslash
12536 mathsurround}{5mm}
12537 \end_layout
12538
12539 \begin_layout Standard
12540 is inserted in TeX-mode.
12541  5
12542 \begin_inset space \thinspace{}
12543 \end_inset
12544
12545 mm space will now be set around all inline formulas:
12546 \begin_inset ERT
12547 status collapsed
12548
12549 \begin_layout Plain Layout
12550
12551
12552 \backslash
12553 setlength{
12554 \backslash
12555 mathsurround}{5mm}
12556 \end_layout
12557
12558 \end_inset
12559
12560
12561 \end_layout
12562
12563 \begin_layout Standard
12564 This is a line with an inline formula 
12565 \begin_inset Formula $A=B$
12566 \end_inset
12567
12568  with 5
12569 \begin_inset space \thinspace{}
12570 \end_inset
12571
12572 mm surrounding space.
12573 \begin_inset ERT
12574 status collapsed
12575
12576 \begin_layout Plain Layout
12577
12578
12579 \backslash
12580 setlength{
12581 \backslash
12582 mathsurround}{0pt}
12583 \end_layout
12584
12585 \end_inset
12586
12587
12588 \end_layout
12589
12590 \begin_layout Standard
12591 To return to the predefined value, 
12592 \series bold
12593
12594 \backslash
12595 mathsurround
12596 \series default
12597  is set to the value 0
12598 \begin_inset space \thinspace{}
12599 \end_inset
12600
12601 pt.
12602 \end_layout
12603
12604 \begin_layout Section
12605 Boxes and Frames
12606 \begin_inset Index idx
12607 status collapsed
12608
12609 \begin_layout Plain Layout
12610 Boxes
12611 \end_layout
12612
12613 \end_inset
12614
12615
12616 \begin_inset Index idx
12617 status collapsed
12618
12619 \begin_layout Plain Layout
12620 Frames | see
12621 \begin_inset ERT
12622 status collapsed
12623
12624 \begin_layout Plain Layout
12625
12626 {
12627 \end_layout
12628
12629 \end_inset
12630
12631 Boxes
12632 \begin_inset ERT
12633 status collapsed
12634
12635 \begin_layout Plain Layout
12636
12637 }
12638 \end_layout
12639
12640 \end_inset
12641
12642
12643 \end_layout
12644
12645 \end_inset
12646
12647
12648 \end_layout
12649
12650 \begin_layout Standard
12651 Boxes for text are described in chapter 
12652 \family typewriter
12653 Boxes
12654 \family default
12655  in the 
12656 \family typewriter
12657 Embedded
12658 \begin_inset space ~
12659 \end_inset
12660
12661 Objects
12662 \family default
12663  manual.
12664 \end_layout
12665
12666 \begin_layout Subsection
12667 Boxes with Frame
12668 \begin_inset CommandInset label
12669 LatexCommand label
12670 name "sub:Boxes-with-Frame"
12671
12672 \end_inset
12673
12674
12675 \begin_inset Index idx
12676 status collapsed
12677
12678 \begin_layout Plain Layout
12679 Boxes ! with frame
12680 \end_layout
12681
12682 \end_inset
12683
12684
12685 \end_layout
12686
12687 \begin_layout Standard
12688 It is possible to frame a formula or part of one with the commands 
12689 \series bold
12690
12691 \backslash
12692 fbox
12693 \series default
12694
12695 \begin_inset Index idx
12696 status collapsed
12697
12698 \begin_layout Plain Layout
12699 Commands ! F ! 
12700 \backslash
12701 fbox
12702 \end_layout
12703
12704 \end_inset
12705
12706  and 
12707 \series bold
12708
12709 \backslash
12710 boxed
12711 \series default
12712
12713 \begin_inset Index idx
12714 status collapsed
12715
12716 \begin_layout Plain Layout
12717 Commands ! B ! 
12718 \backslash
12719 boxed
12720 \end_layout
12721
12722 \end_inset
12723
12724 .
12725 \end_layout
12726
12727 \begin_layout Standard
12728 When one of these commands is inserted in a formula, a blue box appears
12729  within a frame to enter formula parts.
12730  For 
12731 \series bold
12732
12733 \backslash
12734 fbox
12735 \series default
12736  an additional formula has to be created by 
12737 \family sans
12738 Ctrl+M
12739 \family default
12740  within this box, because the box content will otherwise be treated as mathemati
12741 cal text.
12742  When 
12743 \series bold
12744
12745 \backslash
12746 boxed
12747 \series default
12748  is used, a new formula is automatically created inside the frame.
12749 \end_layout
12750
12751 \begin_layout Standard
12752 The command 
12753 \series bold
12754
12755 \backslash
12756 fbox
12757 \series default
12758  is not suitable to frame displayed formulas because the formula will always
12759  be set in the size of the text.
12760  
12761 \series bold
12762
12763 \backslash
12764 boxed
12765 \series default
12766  is in contrary not suitable to frame inline formulas, because the formula
12767  will always be set in the size of a displayed formula.
12768 \end_layout
12769
12770 \begin_layout Standard
12771 An extension to 
12772 \series bold
12773
12774 \backslash
12775 fbox
12776 \series default
12777  is the command 
12778 \series bold
12779
12780 \backslash
12781 framebox
12782 \series default
12783
12784 \begin_inset Index idx
12785 status collapsed
12786
12787 \begin_layout Plain Layout
12788 Commands ! F ! 
12789 \backslash
12790 framebox
12791 \end_layout
12792
12793 \end_inset
12794
12795  where additionally the frame width and the alignment can be specified.
12796  
12797 \series bold
12798
12799 \backslash
12800 framebox
12801 \series default
12802  is used in the following scheme:
12803 \end_layout
12804
12805 \begin_layout Standard
12806
12807 \series bold
12808
12809 \backslash
12810 framebox[frame width][position]{box content}
12811 \end_layout
12812
12813 \begin_layout Standard
12814 The position can either be 
12815 \emph on
12816 l
12817 \emph default
12818  or 
12819 \emph on
12820 r
12821 \emph default
12822 .
12823  
12824 \emph on
12825 l
12826 \emph default
12827  left aligns, 
12828 \emph on
12829 r
12830 \emph default
12831  right aligns the formula in the box.
12832  When no position is given, the formula will be centered.
12833 \begin_inset Newline newline
12834 \end_inset
12835
12836 If no width is given, also no position can be given.
12837  In this case the frame width is adjusted to the box content like for 
12838 \series bold
12839
12840 \backslash
12841 fbox
12842 \series default
12843 .
12844 \end_layout
12845
12846 \begin_layout Standard
12847 When the command 
12848 \series bold
12849
12850 \backslash
12851 framebox
12852 \series default
12853  is inserted, a box appears containing three blue boxes.
12854  The first two boxes are surrounded by brackets and denote the two optional
12855  arguments.
12856  The third box is for formula parts like for 
12857 \series bold
12858
12859 \backslash
12860 fbox
12861 \series default
12862 .
12863 \end_layout
12864
12865 \begin_layout Standard
12866 \align center
12867 \begin_inset Tabular
12868 <lyxtabular version="3" rows="5" columns="2">
12869 <features tabularvalignment="middle">
12870 <column alignment="center" valignment="top" width="0">
12871 <column alignment="center" valignment="top" width="0">
12872 <row>
12873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12874 \begin_inset Text
12875
12876 \begin_layout Plain Layout
12877 Command
12878 \end_layout
12879
12880 \end_inset
12881 </cell>
12882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12883 \begin_inset Text
12884
12885 \begin_layout Plain Layout
12886 Result
12887 \begin_inset Note Note
12888 status collapsed
12889
12890 \begin_layout Plain Layout
12891
12892 \series bold
12893
12894 \backslash
12895 raisebox
12896 \series default
12897  is only used as spacer.
12898 \end_layout
12899
12900 \end_inset
12901
12902
12903 \end_layout
12904
12905 \end_inset
12906 </cell>
12907 </row>
12908 <row>
12909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12910 \begin_inset Text
12911
12912 \begin_layout Plain Layout
12913
12914 \backslash
12915 fbox
12916 \begin_inset ERT
12917 status collapsed
12918
12919 \begin_layout Plain Layout
12920
12921
12922 \backslash
12923 spce 
12924 \end_layout
12925
12926 \end_inset
12927
12928
12929 \family sans
12930 Ctrl+M
12931 \family default
12932  
12933 \backslash
12934 int
12935 \begin_inset ERT
12936 status collapsed
12937
12938 \begin_layout Plain Layout
12939
12940
12941 \backslash
12942 spce 
12943 \end_layout
12944
12945 \end_inset
12946
12947 A=B
12948 \end_layout
12949
12950 \end_inset
12951 </cell>
12952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12953 \begin_inset Text
12954
12955 \begin_layout Plain Layout
12956 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12957 \end_inset
12958
12959
12960 \end_layout
12961
12962 \end_inset
12963 </cell>
12964 </row>
12965 <row>
12966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12967 \begin_inset Text
12968
12969 \begin_layout Plain Layout
12970
12971 \backslash
12972 boxed
12973 \begin_inset ERT
12974 status collapsed
12975
12976 \begin_layout Plain Layout
12977
12978
12979 \backslash
12980 spce 
12981 \end_layout
12982
12983 \end_inset
12984
12985
12986 \backslash
12987 int
12988 \begin_inset ERT
12989 status collapsed
12990
12991 \begin_layout Plain Layout
12992
12993
12994 \backslash
12995 spce 
12996 \end_layout
12997
12998 \end_inset
12999
13000 A=B
13001 \end_layout
13002
13003 \end_inset
13004 </cell>
13005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13006 \begin_inset Text
13007
13008 \begin_layout Plain Layout
13009 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13010 \end_inset
13011
13012
13013 \end_layout
13014
13015 \end_inset
13016 </cell>
13017 </row>
13018 <row>
13019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13020 \begin_inset Text
13021
13022 \begin_layout Plain Layout
13023 A+
13024 \backslash
13025 fbox
13026 \begin_inset ERT
13027 status collapsed
13028
13029 \begin_layout Plain Layout
13030
13031
13032 \backslash
13033 spce 
13034 \end_layout
13035
13036 \end_inset
13037
13038 B
13039 \end_layout
13040
13041 \end_inset
13042 </cell>
13043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13044 \begin_inset Text
13045
13046 \begin_layout Plain Layout
13047 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13048 \end_inset
13049
13050
13051 \end_layout
13052
13053 \end_inset
13054 </cell>
13055 </row>
13056 <row>
13057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13058 \begin_inset Text
13059
13060 \begin_layout Plain Layout
13061
13062 \backslash
13063 framebox
13064 \begin_inset ERT
13065 status collapsed
13066
13067 \begin_layout Plain Layout
13068
13069
13070 \backslash
13071 spce 
13072 \end_layout
13073
13074 \end_inset
13075
13076 20mm
13077 \begin_inset Formula $\to$
13078 \end_inset
13079
13080
13081 \begin_inset Formula $\to$
13082 \end_inset
13083
13084
13085 \family sans
13086 Ctrl+M
13087 \family default
13088  
13089 \backslash
13090 frac
13091 \begin_inset ERT
13092 status collapsed
13093
13094 \begin_layout Plain Layout
13095
13096
13097 \backslash
13098 spce 
13099 \end_layout
13100
13101 \end_inset
13102
13103 A
13104 \begin_inset Formula $\downarrow$
13105 \end_inset
13106
13107 B
13108 \end_layout
13109
13110 \end_inset
13111 </cell>
13112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13113 \begin_inset Text
13114
13115 \begin_layout Plain Layout
13116 \begin_inset Formula $\raisebox{6mm}{}$
13117 \end_inset
13118
13119
13120 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13121 \end_inset
13122
13123
13124 \begin_inset Formula $\raisebox{-4mm}{}$
13125 \end_inset
13126
13127
13128 \end_layout
13129
13130 \end_inset
13131 </cell>
13132 </row>
13133 </lyxtabular>
13134
13135 \end_inset
13136
13137
13138 \end_layout
13139
13140 \begin_layout Standard
13141 The frame thickness can also be adjusted.
13142  To do this the following commands have to be inserted in TeX-mode before
13143  the formula
13144 \end_layout
13145
13146 \begin_layout Standard
13147
13148 \series bold
13149
13150 \backslash
13151 fboxrule
13152 \series default
13153  
13154 \series bold
13155
13156 \begin_inset Quotes eld
13157 \end_inset
13158
13159 thickness
13160 \begin_inset Quotes erd
13161 \end_inset
13162
13163
13164 \series default
13165  
13166 \series bold
13167
13168 \backslash
13169 fboxsep
13170 \series default
13171  
13172 \series bold
13173
13174 \begin_inset Quotes eld
13175 \end_inset
13176
13177 distance
13178 \begin_inset Quotes erd
13179 \end_inset
13180
13181
13182 \end_layout
13183
13184 \begin_layout Standard
13185 \begin_inset Quotes eld
13186 \end_inset
13187
13188 distance
13189 \begin_inset Quotes erd
13190 \end_inset
13191
13192  specifies the minimal distance between the frame and the first character
13193  in the box.
13194  An example for this is the following framed formula:
13195 \begin_inset ERT
13196 status collapsed
13197
13198 \begin_layout Plain Layout
13199
13200
13201 \backslash
13202 fboxrule 2mm 
13203 \backslash
13204 fboxsep 3mm
13205 \end_layout
13206
13207 \end_inset
13208
13209
13210 \begin_inset Formula 
13211 \[
13212 \boxed{A+B=C}
13213 \]
13214
13215 \end_inset
13216
13217 Before this formula the commands
13218 \end_layout
13219
13220 \begin_layout Standard
13221
13222 \series bold
13223
13224 \backslash
13225 fboxrule
13226 \series default
13227  
13228 \series bold
13229 2mm
13230 \series default
13231  
13232 \series bold
13233
13234 \backslash
13235 fboxsep
13236 \series default
13237  
13238 \series bold
13239 3mm
13240 \end_layout
13241
13242 \begin_layout Standard
13243 were inserted in TeX-mode.
13244  The given values are used for all following boxes.
13245 \end_layout
13246
13247 \begin_layout Standard
13248 To return to the standard frame size, the command
13249 \end_layout
13250
13251 \begin_layout Standard
13252
13253 \series bold
13254
13255 \backslash
13256 fboxrule
13257 \series default
13258  
13259 \series bold
13260 0.4pt
13261 \series default
13262  
13263 \series bold
13264
13265 \backslash
13266 fboxsep
13267 \series default
13268  
13269 \series bold
13270 3pt
13271 \series default
13272
13273 \begin_inset ERT
13274 status collapsed
13275
13276 \begin_layout Plain Layout
13277
13278
13279 \backslash
13280 fboxrule 0.4pt 
13281 \backslash
13282 fboxsep 3pt
13283 \end_layout
13284
13285 \end_inset
13286
13287
13288 \end_layout
13289
13290 \begin_layout Standard
13291 is inserted in TeX-mode before the next formula.
13292 \end_layout
13293
13294 \begin_layout Subsection
13295 Boxes without Frame
13296 \begin_inset CommandInset label
13297 LatexCommand label
13298 name "sub:Boxes-without-Frame"
13299
13300 \end_inset
13301
13302
13303 \begin_inset Index idx
13304 status collapsed
13305
13306 \begin_layout Plain Layout
13307 Boxes ! without frame
13308 \end_layout
13309
13310 \end_inset
13311
13312
13313 \end_layout
13314
13315 \begin_layout Standard
13316 For boxes without a frame there are the following box commands: 
13317 \series bold
13318
13319 \backslash
13320 mbox
13321 \series default
13322
13323 \begin_inset Index idx
13324 status collapsed
13325
13326 \begin_layout Plain Layout
13327 Commands ! M ! 
13328 \backslash
13329 mbox
13330 \end_layout
13331
13332 \end_inset
13333
13334
13335 \series bold
13336
13337 \backslash
13338 makebox
13339 \series default
13340
13341 \begin_inset Index idx
13342 status collapsed
13343
13344 \begin_layout Plain Layout
13345 Commands ! M ! 
13346 \backslash
13347 makebox
13348 \end_layout
13349
13350 \end_inset
13351
13352  and 
13353 \series bold
13354
13355 \backslash
13356 raisebox
13357 \series default
13358
13359 \begin_inset Index idx
13360 status collapsed
13361
13362 \begin_layout Plain Layout
13363 Commands ! R ! 
13364 \backslash
13365 raisebox
13366 \end_layout
13367
13368 \end_inset
13369
13370
13371 \end_layout
13372
13373 \begin_layout Standard
13374 With 
13375 \series bold
13376
13377 \backslash
13378 raisebox
13379 \series default
13380  a box can be super- or subscripted.
13381  But in contrary to normal super- and subscripting, the characters in the
13382  box keep their font size.
13383  
13384 \series bold
13385
13386 \backslash
13387 raisebox
13388 \series default
13389  is used in the following scheme:
13390 \end_layout
13391
13392 \begin_layout Standard
13393
13394 \series bold
13395
13396 \backslash
13397 raisebox{height}{box content}
13398 \end_layout
13399
13400 \begin_layout Standard
13401 When the box should contain a formula, an extra formula is needed like for
13402  
13403 \series bold
13404
13405 \backslash
13406 fbox
13407 \series default
13408 .
13409  
13410 \series medium
13411
13412 \begin_inset Note Greyedout
13413 status open
13414
13415 \begin_layout Plain Layout
13416
13417 \series bold
13418 Note:
13419 \series default
13420  For 
13421 \series bold
13422
13423 \backslash
13424 raisebox
13425 \series default
13426  this extra formula is created by pressing 
13427 \family sans
13428 Ctrl+M
13429 \family default
13430  twice instead of once because LyX doesn't yet support 
13431 \series bold
13432
13433 \backslash
13434 raisebox
13435 \series default
13436  directly.
13437 \end_layout
13438
13439 \end_inset
13440
13441
13442 \end_layout
13443
13444 \begin_layout Standard
13445 \align center
13446 \begin_inset Tabular
13447 <lyxtabular version="3" rows="4" columns="2">
13448 <features tabularvalignment="middle">
13449 <column alignment="center" valignment="top" width="0">
13450 <column alignment="center" valignment="top" width="0">
13451 <row>
13452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13453 \begin_inset Text
13454
13455 \begin_layout Plain Layout
13456 Command
13457 \end_layout
13458
13459 \end_inset
13460 </cell>
13461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13462 \begin_inset Text
13463
13464 \begin_layout Plain Layout
13465 Result
13466 \end_layout
13467
13468 \end_inset
13469 </cell>
13470 </row>
13471 <row>
13472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13473 \begin_inset Text
13474
13475 \begin_layout Plain Layout
13476 H
13477 \backslash
13478 raisebox{2mm
13479 \begin_inset Formula $\to$
13480 \end_inset
13481
13482
13483 \backslash
13484 {al
13485 \begin_inset Formula $\to$
13486 \end_inset
13487
13488  lo
13489 \end_layout
13490
13491 \end_inset
13492 </cell>
13493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13494 \begin_inset Text
13495
13496 \begin_layout Plain Layout
13497 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13498 \end_inset
13499
13500
13501 \end_layout
13502
13503 \end_inset
13504 </cell>
13505 </row>
13506 <row>
13507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13508 \begin_inset Text
13509
13510 \begin_layout Plain Layout
13511 H
13512 \backslash
13513 raisebox{-2mm
13514 \begin_inset Formula $\to$
13515 \end_inset
13516
13517
13518 \backslash
13519 {al
13520 \begin_inset Formula $\to$
13521 \end_inset
13522
13523 lo
13524 \end_layout
13525
13526 \end_inset
13527 </cell>
13528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13529 \begin_inset Text
13530
13531 \begin_layout Plain Layout
13532 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13533 \end_inset
13534
13535
13536 \end_layout
13537
13538 \end_inset
13539 </cell>
13540 </row>
13541 <row>
13542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13543 \begin_inset Text
13544
13545 \begin_layout Plain Layout
13546 A=
13547 \backslash
13548 raisebox{-2mm
13549 \begin_inset Formula $\to$
13550 \end_inset
13551
13552
13553 \backslash
13554 {
13555 \family sans
13556 Ctrl+M
13557 \family default
13558  
13559 \family sans
13560 Ctrl+M
13561 \family default
13562  
13563 \backslash
13564 sqrt
13565 \begin_inset ERT
13566 status collapsed
13567
13568 \begin_layout Plain Layout
13569
13570
13571 \backslash
13572 spce 
13573 \end_layout
13574
13575 \end_inset
13576
13577
13578 \end_layout
13579
13580 \end_inset
13581 </cell>
13582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13583 \begin_inset Text
13584
13585 \begin_layout Plain Layout
13586 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13587 \end_inset
13588
13589
13590 \end_layout
13591
13592 \end_inset
13593 </cell>
13594 </row>
13595 </lyxtabular>
13596
13597 \end_inset
13598
13599
13600 \end_layout
13601
13602 \begin_layout Standard
13603 The command 
13604 \series bold
13605
13606 \backslash
13607 mbox
13608 \series default
13609  is equivalent to 
13610 \series bold
13611
13612 \backslash
13613 fbox
13614 \series default
13615  and 
13616 \series bold
13617
13618 \backslash
13619 makebox
13620 \series default
13621  is equivalent to 
13622 \series bold
13623
13624 \backslash
13625 framebox
13626 \series default
13627 , with the difference that there is no frame.
13628 \end_layout
13629
13630 \begin_layout Subsection
13631 Colored Boxes
13632 \begin_inset CommandInset label
13633 LatexCommand label
13634 name "sub:Colored-Boxes"
13635
13636 \end_inset
13637
13638
13639 \begin_inset Index idx
13640 status collapsed
13641
13642 \begin_layout Plain Layout
13643 Boxes ! colored
13644 \end_layout
13645
13646 \end_inset
13647
13648
13649 \end_layout
13650
13651 \begin_layout Standard
13652 To be able to use all commands explained in this section, the LaTeX-package
13653  
13654 \series bold
13655 color
13656 \series default
13657
13658 \begin_inset Foot
13659 status collapsed
13660
13661 \begin_layout Plain Layout
13662 The LaTeX-package 
13663 \series bold
13664 color
13665 \series default
13666  is part of every LaTeX standard installation.
13667 \end_layout
13668
13669 \end_inset
13670
13671
13672 \begin_inset Index idx
13673 status collapsed
13674
13675 \begin_layout Plain Layout
13676 Packages ! color
13677 \end_layout
13678
13679 \end_inset
13680
13681  has to be loaded in the LaTeX-preamble with the line
13682 \begin_inset Foot
13683 status collapsed
13684
13685 \begin_layout Plain Layout
13686 When text is colored somewhere in the document with a predefined color,
13687  LyX loads the LaTeX-package 
13688 \series bold
13689 color
13690 \series default
13691  automatically.
13692  Thus it is possible that the package is loaded twice, but this does not
13693  cause problems.
13694 \end_layout
13695
13696 \end_inset
13697
13698
13699 \begin_inset Note Note
13700 status collapsed
13701
13702 \begin_layout Plain Layout
13703 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13704 amble.
13705 \end_layout
13706
13707 \end_inset
13708
13709
13710 \end_layout
13711
13712 \begin_layout Standard
13713
13714 \series bold
13715
13716 \backslash
13717 usepackage{color}
13718 \end_layout
13719
13720 \begin_layout Standard
13721 \begin_inset VSpace medskip
13722 \end_inset
13723
13724 To color boxes, the command 
13725 \series bold
13726
13727 \backslash
13728 colorbox
13729 \series default
13730
13731 \begin_inset Index idx
13732 status collapsed
13733
13734 \begin_layout Plain Layout
13735 Commands ! C ! 
13736 \backslash
13737 colorbox
13738 \end_layout
13739
13740 \end_inset
13741
13742  is used in the following scheme:
13743 \end_layout
13744
13745 \begin_layout Standard
13746
13747 \series bold
13748
13749 \backslash
13750 colorbox{color}{box content}
13751 \end_layout
13752
13753 \begin_layout Standard
13754 The box content can also be a box and a 
13755 \series bold
13756
13757 \backslash
13758 colorbox
13759 \series default
13760  can also be part of another box (see the 2nd and 3rd example).
13761  When the box should contain a formula, an extra formula has to be created,
13762  the same way as for 
13763 \series bold
13764
13765 \backslash
13766 raisebox
13767 \series default
13768 .
13769 \begin_inset Foot
13770 status collapsed
13771
13772 \begin_layout Plain Layout
13773 This also applies for the command 
13774 \series bold
13775
13776 \backslash
13777 fcolorbox
13778 \series default
13779 .
13780 \end_layout
13781
13782 \end_inset
13783
13784
13785 \end_layout
13786
13787 \begin_layout Standard
13788 One of the following predefined colors can be chosen:
13789 \end_layout
13790
13791 \begin_layout Standard
13792
13793 \series bold
13794 black
13795 \series default
13796
13797 \series bold
13798 blue
13799 \series default
13800
13801 \series bold
13802 cyan
13803 \series default
13804
13805 \series bold
13806 green
13807 \series default
13808
13809 \series bold
13810 magenta
13811 \series default
13812
13813 \series bold
13814 red
13815 \series default
13816
13817 \series bold
13818 white
13819 \series default
13820  and 
13821 \series bold
13822 yellow
13823 \end_layout
13824
13825 \begin_layout Standard
13826 \align center
13827 \begin_inset Tabular
13828 <lyxtabular version="3" rows="4" columns="2">
13829 <features tabularvalignment="middle">
13830 <column alignment="center" valignment="top" width="0">
13831 <column alignment="center" valignment="top" width="0">
13832 <row>
13833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13834 \begin_inset Text
13835
13836 \begin_layout Plain Layout
13837 Command
13838 \end_layout
13839
13840 \end_inset
13841 </cell>
13842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13843 \begin_inset Text
13844
13845 \begin_layout Plain Layout
13846 Result
13847 \begin_inset Note Note
13848 status collapsed
13849
13850 \begin_layout Plain Layout
13851
13852 \series bold
13853
13854 \backslash
13855 raisebox
13856 \series default
13857  is only used as spacer.
13858 \end_layout
13859
13860 \end_inset
13861
13862
13863 \end_layout
13864
13865 \end_inset
13866 </cell>
13867 </row>
13868 <row>
13869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13870 \begin_inset Text
13871
13872 \begin_layout Plain Layout
13873
13874 \backslash
13875 colorbox{yellow
13876 \begin_inset Formula $\to$
13877 \end_inset
13878
13879
13880 \backslash
13881 {A=B
13882 \end_layout
13883
13884 \end_inset
13885 </cell>
13886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13887 \begin_inset Text
13888
13889 \begin_layout Plain Layout
13890 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13891 \end_inset
13892
13893
13894 \end_layout
13895
13896 \end_inset
13897 </cell>
13898 </row>
13899 <row>
13900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13901 \begin_inset Text
13902
13903 \begin_layout Plain Layout
13904
13905 \backslash
13906 colorbox{green
13907 \begin_inset Formula $\to$
13908 \end_inset
13909
13910
13911 \backslash
13912 {
13913 \backslash
13914 fbox
13915 \begin_inset ERT
13916 status collapsed
13917
13918 \begin_layout Plain Layout
13919
13920
13921 \backslash
13922 spce 
13923 \end_layout
13924
13925 \end_inset
13926
13927 A=B
13928 \end_layout
13929
13930 \end_inset
13931 </cell>
13932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13933 \begin_inset Text
13934
13935 \begin_layout Plain Layout
13936 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13937 \end_inset
13938
13939
13940 \end_layout
13941
13942 \end_inset
13943 </cell>
13944 </row>
13945 <row>
13946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13947 \begin_inset Text
13948
13949 \begin_layout Plain Layout
13950
13951 \backslash
13952 fbox
13953 \begin_inset ERT
13954 status collapsed
13955
13956 \begin_layout Plain Layout
13957
13958
13959 \backslash
13960 spce 
13961 \end_layout
13962
13963 \end_inset
13964
13965
13966 \backslash
13967 colorbox{green
13968 \begin_inset Formula $\to$
13969 \end_inset
13970
13971
13972 \backslash
13973 {
13974 \family sans
13975 Ctrl+M
13976 \family default
13977  
13978 \family sans
13979 Ctrl+M
13980 \family default
13981  
13982 \backslash
13983 int
13984 \begin_inset ERT
13985 status collapsed
13986
13987 \begin_layout Plain Layout
13988
13989
13990 \backslash
13991 spce 
13992 \end_layout
13993
13994 \end_inset
13995
13996 C=D
13997 \end_layout
13998
13999 \end_inset
14000 </cell>
14001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14002 \begin_inset Text
14003
14004 \begin_layout Plain Layout
14005 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14006 \end_inset
14007
14008
14009 \end_layout
14010
14011 \end_inset
14012 </cell>
14013 </row>
14014 </lyxtabular>
14015
14016 \end_inset
14017
14018
14019 \end_layout
14020
14021 \begin_layout Standard
14022
14023 \series bold
14024
14025 \backslash
14026 colorbox
14027 \series default
14028  only colors the box but not the characters in the box.
14029  To color all characters, the whole formula is highlighted and the desired
14030  color is chosen in the 
14031 \family sans
14032 Text
14033 \begin_inset space ~
14034 \end_inset
14035
14036 Style
14037 \family default
14038  dialog.
14039  The dialog can be called with the toolbar button 
14040 \begin_inset Graphics
14041         filename ../images/dialog-show_character.png
14042         scale 85
14043
14044 \end_inset
14045
14046  or the menu 
14047 \family sans
14048 Edit\SpecialChar \menuseparator
14049 Text
14050 \begin_inset space ~
14051 \end_inset
14052
14053 Style\SpecialChar \menuseparator
14054 Customized
14055 \family default
14056 .
14057  The formula number then has the same color as the formula.
14058  When the formula number should get another color than the formula characters,
14059  the color must be changed within the formula.
14060 \end_layout
14061
14062 \begin_layout Standard
14063 An example:
14064 \end_layout
14065
14066 \begin_layout Standard
14067
14068 \color red
14069 \begin_inset Formula 
14070 \begin{equation}
14071 \int A=B\label{eq:red}
14072 \end{equation}
14073
14074 \end_inset
14075
14076
14077 \color green
14078
14079 \begin_inset Formula 
14080 \begin{equation}
14081 \textcolor{red}{\int A=B}\label{eq:redgreen}
14082 \end{equation}
14083
14084 \end_inset
14085
14086
14087 \end_layout
14088
14089 \begin_layout Standard
14090 Formula 
14091 \begin_inset CommandInset ref
14092 LatexCommand eqref
14093 reference "eq:red"
14094
14095 \end_inset
14096
14097  is completely colored red.
14098 \begin_inset Newline newline
14099 \end_inset
14100
14101 Formula 
14102 \begin_inset CommandInset ref
14103 LatexCommand eqref
14104 reference "eq:redgreen"
14105
14106 \end_inset
14107
14108  was first completely colored green to set the color for the formula number.
14109  Subsequently the formula characters were colored red.
14110 \end_layout
14111
14112 \begin_layout Standard
14113 \begin_inset VSpace bigskip
14114 \end_inset
14115
14116 To color the frame different than the rest of the box, the command 
14117 \series bold
14118
14119 \backslash
14120 fcolorbox
14121 \series default
14122
14123 \begin_inset Index idx
14124 status collapsed
14125
14126 \begin_layout Plain Layout
14127 Commands ! F ! 
14128 \backslash
14129 fcolorbox
14130 \end_layout
14131
14132 \end_inset
14133
14134  is used in the following scheme:
14135 \end_layout
14136
14137 \begin_layout Standard
14138
14139 \series bold
14140
14141 \backslash
14142 fcolorbox{frame color}{color}{box content}
14143 \end_layout
14144
14145 \begin_layout Standard
14146 So 
14147 \series bold
14148
14149 \backslash
14150 fcolorbox
14151 \series default
14152  is an extension of the command 
14153 \series bold
14154
14155 \backslash
14156 colorbox
14157 \series default
14158 .
14159  The frame width is set, like for 
14160 \series bold
14161
14162 \backslash
14163 framebox
14164 \series default
14165 , with 
14166 \series bold
14167
14168 \backslash
14169 fboxrule
14170 \series default
14171  and 
14172 \series bold
14173
14174 \backslash
14175 fboxsep
14176 \series default
14177 .
14178  An example:
14179 \begin_inset ERT
14180 status collapsed
14181
14182 \begin_layout Plain Layout
14183
14184
14185 \backslash
14186 fboxrule 1mm 
14187 \backslash
14188 fboxsep 1mm
14189 \end_layout
14190
14191 \end_inset
14192
14193
14194 \begin_inset Formula 
14195 \[
14196 \fcolorbox{cyan}{magenta}{A=B}
14197 \]
14198
14199 \end_inset
14200
14201
14202 \begin_inset ERT
14203 status collapsed
14204
14205 \begin_layout Plain Layout
14206
14207
14208 \backslash
14209 fboxrule 0.4pt 
14210 \backslash
14211 fboxsep 3pt
14212 \end_layout
14213
14214 \end_inset
14215
14216
14217 \end_layout
14218
14219 \begin_layout Standard
14220 This formula was created with the command
14221 \begin_inset Newline newline
14222 \end_inset
14223
14224
14225 \series bold
14226
14227 \backslash
14228 fcolorbox{cyan
14229 \begin_inset Formula $\to$
14230 \end_inset
14231
14232
14233 \backslash
14234 {magenta
14235 \begin_inset Formula $\to$
14236 \end_inset
14237
14238
14239 \backslash
14240 {A=B
14241 \series default
14242 .
14243 \end_layout
14244
14245 \begin_layout Standard
14246 \begin_inset VSpace bigskip
14247 \end_inset
14248
14249 To use other colors than the predefined ones, they have to be defined first.
14250 \end_layout
14251
14252 \begin_layout Standard
14253 One can for example define the color 
14254 \begin_inset Quotes eld
14255 \end_inset
14256
14257
14258 \series bold
14259 darkgreen
14260 \series default
14261
14262 \begin_inset Quotes erd
14263 \end_inset
14264
14265  with the LaTeX-preamble line:
14266 \end_layout
14267
14268 \begin_layout Standard
14269
14270 \series bold
14271
14272 \backslash
14273 definecolor{darkgreen}{cmyk}{0.5,
14274 \series default
14275  
14276 \series bold
14277 0,
14278 \series default
14279  
14280 \series bold
14281 1,
14282 \series default
14283  
14284 \series bold
14285 0.5}
14286 \series default
14287
14288 \begin_inset Index idx
14289 status collapsed
14290
14291 \begin_layout Plain Layout
14292 Commands ! D ! 
14293 \backslash
14294 definecolor
14295 \end_layout
14296
14297 \end_inset
14298
14299
14300 \end_layout
14301
14302 \begin_layout Standard
14303
14304 \series bold
14305 cmyk
14306 \series default
14307  is the color space that denotes the colors 
14308 \series bold
14309 cyan
14310 \series default
14311
14312 \series bold
14313 magenta
14314 \series default
14315
14316 \series bold
14317 yellow
14318 \series default
14319  and 
14320 \series bold
14321 black
14322 \series default
14323 .
14324  The four comma separated numbers are the portion factor for the corresponding
14325  colors of the color space.
14326  The factors can be in the range of 0
14327 \begin_inset space \thinspace{}
14328 \end_inset
14329
14330 -
14331 \begin_inset space \thinspace{}
14332 \end_inset
14333
14334 1.
14335  Instead of 
14336 \series bold
14337 cmyk
14338 \series default
14339  also the color space 
14340 \series bold
14341 rgb
14342 \series default
14343  can be used for definitions.
14344  
14345 \series bold
14346 rgb
14347 \series default
14348  denotes 
14349 \series bold
14350 red
14351 \series default
14352
14353 \series bold
14354 green
14355 \series default
14356  and 
14357 \series bold
14358 blue
14359 \series default
14360 , so that there are in this case three portion factors for the corresponding
14361  colors.
14362  Furthermore there is the color space 
14363 \series bold
14364 gray
14365 \series default
14366  with one portion factor for the gray value.
14367 \end_layout
14368
14369 \begin_layout Standard
14370 As example a framed box with the new defined color 
14371 \series bold
14372 darkgreen
14373 \series default
14374  where the characters have been colored 
14375 \series bold
14376 yellow
14377 \series default
14378 :
14379 \begin_inset Formula 
14380 \begin{equation}
14381 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14382 \end{equation}
14383
14384 \end_inset
14385
14386
14387 \end_layout
14388
14389 \begin_layout Standard
14390 Self-defined colors can also be used for text with the help of the command
14391  
14392 \series bold
14393
14394 \backslash
14395 textcolor
14396 \series default
14397 :
14398 \begin_inset Index idx
14399 status collapsed
14400
14401 \begin_layout Plain Layout
14402 Text ! colored
14403 \end_layout
14404
14405 \end_inset
14406
14407
14408 \end_layout
14409
14410 \begin_layout Standard
14411 \begin_inset ERT
14412 status collapsed
14413
14414 \begin_layout Plain Layout
14415
14416
14417 \backslash
14418 textcolor{darkgreen}{
14419 \end_layout
14420
14421 \end_inset
14422
14423 This sentence is 
14424 \begin_inset Quotes eld
14425 \end_inset
14426
14427 darkgreen
14428 \begin_inset Quotes erd
14429 \end_inset
14430
14431 .
14432 \begin_inset ERT
14433 status collapsed
14434
14435 \begin_layout Plain Layout
14436
14437 }
14438 \end_layout
14439
14440 \end_inset
14441
14442
14443 \end_layout
14444
14445 \begin_layout Standard
14446
14447 \series bold
14448
14449 \backslash
14450 textcolor
14451 \series default
14452
14453 \begin_inset Index idx
14454 status collapsed
14455
14456 \begin_layout Plain Layout
14457 Commands ! T ! 
14458 \backslash
14459 textcolor
14460 \end_layout
14461
14462 \end_inset
14463
14464  is used in the scheme 
14465 \series bold
14466
14467 \backslash
14468 textcolor{color}{characters to color}
14469 \series default
14470 .
14471 \end_layout
14472
14473 \begin_layout Subsection
14474 Paragraph Boxes
14475 \begin_inset CommandInset label
14476 LatexCommand label
14477 name "sub:Paragraph-Boxes"
14478
14479 \end_inset
14480
14481
14482 \begin_inset Index idx
14483 status collapsed
14484
14485 \begin_layout Plain Layout
14486 Boxes ! as paragraph
14487 \end_layout
14488
14489 \end_inset
14490
14491
14492 \end_layout
14493
14494 \begin_layout Standard
14495 A box that can contain several lines and paragraphs, a so-called paragraph
14496  box (parbox), can be created with the menu 
14497 \family sans
14498 Insert\SpecialChar \menuseparator
14499 Box
14500 \family default
14501  or the toolbar button 
14502 \begin_inset Graphics
14503         filename ../images/box-insert.png
14504         scale 85
14505
14506 \end_inset
14507
14508 .
14509 \end_layout
14510
14511 \begin_layout Standard
14512 The following example shows a framed parbox in a line:
14513 \end_layout
14514
14515 \begin_layout Standard
14516 \begin_inset VSpace medskip
14517 \end_inset
14518
14519 This is a line 
14520 \begin_inset Box Boxed
14521 position "c"
14522 hor_pos "c"
14523 has_inner_box 1
14524 inner_pos "t"
14525 use_parbox 1
14526 use_makebox 0
14527 width "5cm"
14528 special "none"
14529 height "1in"
14530 height_special "totalheight"
14531 status open
14532
14533 \begin_layout Plain Layout
14534 This is a paragraph box.
14535  It is exactly 5
14536 \begin_inset space \thinspace{}
14537 \end_inset
14538
14539 cm long and can also contain formulas: 
14540 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14541 \end_inset
14542
14543
14544 \end_layout
14545
14546 \end_inset
14547
14548  with a parbox.
14549 \end_layout
14550
14551 \begin_layout Standard
14552 \begin_inset VSpace medskip
14553 \end_inset
14554
14555
14556 \end_layout
14557
14558 \begin_layout Standard
14559 Such a box is created by right-clicking on the gray box inset.
14560  A dialog pops up showing the box properties.
14561  In our case set: 
14562 \emph on
14563 Decoration
14564 \emph default
14565 : Rectangular box, 
14566 \emph on
14567 Inner Box
14568 \emph default
14569 : Parbox, 
14570 \emph on
14571 Width
14572 \emph default
14573 : 5
14574 \begin_inset space \thinspace{}
14575 \end_inset
14576
14577 cm, 
14578 \emph on
14579 Vertical Box Alignment
14580 \emph default
14581 : Middle
14582 \end_layout
14583
14584 \begin_layout Standard
14585 \begin_inset VSpace medskip
14586 \end_inset
14587
14588 In LaTeX a parbox is created with the command 
14589 \series bold
14590
14591 \backslash
14592 parbox
14593 \series default
14594
14595 \begin_inset Index idx
14596 status collapsed
14597
14598 \begin_layout Plain Layout
14599 Commands ! P ! 
14600 \backslash
14601 parbox
14602 \end_layout
14603
14604 \end_inset
14605
14606  which has the following scheme:
14607 \end_layout
14608
14609 \begin_layout Standard
14610
14611 \series bold
14612
14613 \backslash
14614 parbox[position]{width}{box content}
14615 \end_layout
14616
14617 \begin_layout Standard
14618 The positions 
14619 \emph on
14620 b
14621 \emph default
14622  and 
14623 \emph on
14624 t
14625 \emph default
14626  are possible.
14627  
14628 \emph on
14629 b
14630 \emph default
14631  for 
14632 \begin_inset Quotes eld
14633 \end_inset
14634
14635 bottom
14636 \begin_inset Quotes erd
14637 \end_inset
14638
14639  means that the box is aligned within the surrounding text with its last
14640  line.
14641  With 
14642 \emph on
14643 t
14644 \emph default
14645  for 
14646 \begin_inset Quotes eld
14647 \end_inset
14648
14649 top
14650 \begin_inset Quotes erd
14651 \end_inset
14652
14653  this is done with the first line.
14654  When no position is given, the box will be vertically centered, see section
14655  
14656 \emph on
14657 Boxes
14658 \emph default
14659  of the 
14660 \emph on
14661 Embedded
14662 \begin_inset space ~
14663 \end_inset
14664
14665 Objects
14666 \emph default
14667  manual for examples.
14668 \end_layout
14669
14670 \begin_layout Standard
14671 \begin_inset VSpace bigskip
14672 \end_inset
14673
14674 To frame formulas completely, including the formula number, the formula
14675  must be set into a parbox.
14676  To do this, the command 
14677 \series bold
14678
14679 \backslash
14680 fbox{
14681 \backslash
14682 parbox{
14683 \backslash
14684 linewidth-2
14685 \backslash
14686 fboxsep-2
14687 \backslash
14688 fboxrule}{
14689 \series default
14690  is inserted in TeX-mode before the formula.
14691  
14692 \series bold
14693
14694 \backslash
14695 linewidth
14696 \series default
14697
14698 \begin_inset Index idx
14699 status collapsed
14700
14701 \begin_layout Plain Layout
14702 Commands ! L ! 
14703 \backslash
14704 linewidth
14705 \end_layout
14706
14707 \end_inset
14708
14709  is hereby the line width set for the document.
14710  Because the frame is outside the parbox, 2
14711 \begin_inset space \thinspace{}
14712 \end_inset
14713
14714 times the frame separation and the frame thickness must be subtracted from
14715  the line width.
14716  As this is not automatically done by LyX due to a bug
14717 \begin_inset Foot
14718 status collapsed
14719
14720 \begin_layout Plain Layout
14721 \begin_inset CommandInset href
14722 LatexCommand href
14723 name "LyX-bug #4483"
14724 target "http://www.lyx.org/trac/ticket/4483"
14725
14726 \end_inset
14727
14728
14729 \end_layout
14730
14731 \end_inset
14732
14733 , TeX-mode has to be used.
14734  To be able to multiply and subtract in arguments, the LaTeX-package 
14735 \series bold
14736 calc
14737 \series default
14738
14739 \begin_inset Foot
14740 status collapsed
14741
14742 \begin_layout Plain Layout
14743
14744 \series bold
14745 calc
14746 \series default
14747  is part of every LaTeX standard installation.
14748 \end_layout
14749
14750 \end_inset
14751
14752
14753 \begin_inset Index idx
14754 status collapsed
14755
14756 \begin_layout Plain Layout
14757 Packages ! calc
14758 \end_layout
14759
14760 \end_inset
14761
14762  must be loaded in the LaTeX-preamble with the line
14763 \end_layout
14764
14765 \begin_layout Standard
14766
14767 \series bold
14768
14769 \backslash
14770 usepackage{calc}
14771 \end_layout
14772
14773 \begin_layout Standard
14774 Behind the formula both boxes are closed by entering 
14775 \series bold
14776 }}
14777 \series default
14778  in TeX-mode.
14779  Here is an example:
14780 \begin_inset ERT
14781 status collapsed
14782
14783 \begin_layout Plain Layout
14784
14785
14786 \backslash
14787 fboxsep 5mm 
14788 \backslash
14789 fboxrule 5mm
14790 \end_layout
14791
14792 \end_inset
14793
14794
14795 \end_layout
14796
14797 \begin_layout Standard
14798 \begin_inset ERT
14799 status collapsed
14800
14801 \begin_layout Plain Layout
14802
14803
14804 \backslash
14805 fbox{
14806 \backslash
14807 parbox{
14808 \backslash
14809 linewidth-2
14810 \backslash
14811 fboxsep-2
14812 \backslash
14813 fboxrule}{
14814 \end_layout
14815
14816 \end_inset
14817
14818
14819 \begin_inset Formula 
14820 \begin{equation}
14821 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14822 \end{equation}
14823
14824 \end_inset
14825
14826
14827 \begin_inset ERT
14828 status collapsed
14829
14830 \begin_layout Plain Layout
14831
14832 }}
14833 \end_layout
14834
14835 \end_inset
14836
14837
14838 \begin_inset ERT
14839 status collapsed
14840
14841 \begin_layout Plain Layout
14842
14843
14844 \backslash
14845 fboxrule 0.4pt 
14846 \backslash
14847 fboxsep 3pt
14848 \end_layout
14849
14850 \end_inset
14851
14852
14853 \end_layout
14854
14855 \begin_layout Standard
14856 \begin_inset VSpace medskip
14857 \end_inset
14858
14859 As a parbox is used as the argument of 
14860 \series bold
14861
14862 \backslash
14863 fbox
14864 \series default
14865 , there is in this case no difference between 
14866 \series bold
14867
14868 \backslash
14869 fbox
14870 \series default
14871  and 
14872 \series bold
14873
14874 \backslash
14875 boxed
14876 \series default
14877 .
14878 \end_layout
14879
14880 \begin_layout Standard
14881 \begin_inset VSpace bigskip
14882 \end_inset
14883
14884 Paragraph boxes are very useful to comment formulas directly.
14885  To do this, 
14886 \series bold
14887
14888 \backslash
14889 parbox
14890 \series default
14891  is used in combination with the command 
14892 \series bold
14893
14894 \backslash
14895 tag
14896 \series default
14897 .
14898  (more about 
14899 \series bold
14900
14901 \backslash
14902 tag
14903 \series default
14904  see 
14905 \begin_inset CommandInset ref
14906 LatexCommand ref
14907 reference "sub:User-defined-Numbering"
14908
14909 \end_inset
14910
14911 )
14912 \end_layout
14913
14914 \begin_layout Standard
14915 An example of a formula commented with 
14916 \series bold
14917
14918 \backslash
14919 parbox
14920 \series default
14921 :
14922 \end_layout
14923
14924 \begin_layout Standard
14925 \begin_inset ERT
14926 status collapsed
14927
14928 \begin_layout Plain Layout
14929
14930
14931 \backslash
14932 [5x-7b=3b
14933 \backslash
14934 tag*{
14935 \backslash
14936 parbox{5cm}{
14937 \end_layout
14938
14939 \end_inset
14940
14941 This is a description.
14942  It is distinctly separated from the formula and multiline.
14943 \begin_inset ERT
14944 status collapsed
14945
14946 \begin_layout Plain Layout
14947
14948 }}
14949 \backslash
14950 ]
14951 \end_layout
14952
14953 \end_inset
14954
14955
14956 \end_layout
14957
14958 \begin_layout Standard
14959 Such a formula must be inserted completely in TeX-mode because LyX does
14960  not yet support the command 
14961 \series bold
14962
14963 \backslash
14964 parbox
14965 \series default
14966  in formulas.
14967  The formula is created with the following command sequence:
14968 \end_layout
14969
14970 \begin_layout Standard
14971 The command 
14972 \series bold
14973
14974 \backslash
14975 [5x-7b=3b
14976 \backslash
14977 tag*
14978 \backslash
14979 {
14980 \backslash
14981 parbox{5cm}{
14982 \series default
14983  is inserted in TeX-mode.
14984 \begin_inset Foot
14985 status collapsed
14986
14987 \begin_layout Plain Layout
14988 When the formula style 
14989 \series bold
14990 Indented
14991 \series default
14992  is used, 
14993 \series bold
14994
14995 \backslash
14996 tag*
14997 \backslash
14998 {
14999 \series default
15000  can also be replaced by 
15001 \series bold
15002
15003 \backslash
15004 hfill
15005 \series default
15006 .
15007  (formula styles see 
15008 \begin_inset CommandInset ref
15009 LatexCommand ref
15010 reference "sec:Formula-Styles"
15011
15012 \end_inset
15013
15014 )
15015 \end_layout
15016
15017 \end_inset
15018
15019  Then the description follows as normal text and finally 
15020 \series bold
15021 }}
15022 \backslash
15023 ]
15024 \series default
15025  is inserted in TeX-mode.
15026  The commands 
15027 \series bold
15028
15029 \backslash
15030 [
15031 \series default
15032  and 
15033 \series bold
15034
15035 \backslash
15036 ]
15037 \series default
15038  hereby create a displayed formula.
15039 \end_layout
15040
15041 \begin_layout Standard
15042 The advantages of 
15043 \series bold
15044
15045 \backslash
15046 parbox
15047 \series default
15048  can be seen in this example that was 
15049 \begin_inset Quotes eld
15050 \end_inset
15051
15052 commented
15053 \begin_inset Quotes erd
15054 \end_inset
15055
15056  using the mathematical textmode:
15057 \begin_inset Formula 
15058 \[
15059 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
15060 \]
15061
15062 \end_inset
15063
15064
15065 \end_layout
15066
15067 \begin_layout Section
15068 Operators
15069 \begin_inset Index idx
15070 status collapsed
15071
15072 \begin_layout Plain Layout
15073 Operators
15074 \end_layout
15075
15076 \end_inset
15077
15078
15079 \end_layout
15080
15081 \begin_layout Subsection
15082 Big Operators
15083 \begin_inset CommandInset label
15084 LatexCommand label
15085 name "sub:Big-Operators"
15086
15087 \end_inset
15088
15089
15090 \begin_inset Index idx
15091 status collapsed
15092
15093 \begin_layout Plain Layout
15094 Operators ! big
15095 \end_layout
15096
15097 \end_inset
15098
15099
15100 \begin_inset Index idx
15101 status collapsed
15102
15103 \begin_layout Plain Layout
15104 Sums
15105 \end_layout
15106
15107 \end_inset
15108
15109
15110 \begin_inset Index idx
15111 status collapsed
15112
15113 \begin_layout Plain Layout
15114 Integrals
15115 \end_layout
15116
15117 \end_inset
15118
15119
15120 \end_layout
15121
15122 \begin_layout Standard
15123 To be able to use all integral operators listed here, the option 
15124 \family sans
15125 Use esint package automatically
15126 \family default
15127  must be set in the document settings under 
15128 \family sans
15129 Math
15130 \begin_inset space ~
15131 \end_inset
15132
15133 Options
15134 \family default
15135 .
15136 \end_layout
15137
15138 \begin_layout Standard
15139 \begin_inset space \hfill{}
15140 \end_inset
15141
15142
15143 \begin_inset Tabular
15144 <lyxtabular version="3" rows="11" columns="2">
15145 <features tabularvalignment="middle">
15146 <column alignment="center" valignment="top" width="0pt">
15147 <column alignment="center" valignment="top" width="0pt">
15148 <row>
15149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15150 \begin_inset Text
15151
15152 \begin_layout Plain Layout
15153 Command
15154 \end_layout
15155
15156 \end_inset
15157 </cell>
15158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15159 \begin_inset Text
15160
15161 \begin_layout Plain Layout
15162 Result
15163 \end_layout
15164
15165 \end_inset
15166 </cell>
15167 </row>
15168 <row>
15169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15170 \begin_inset Text
15171
15172 \begin_layout Plain Layout
15173
15174 \backslash
15175 int
15176 \begin_inset Index idx
15177 status collapsed
15178
15179 \begin_layout Plain Layout
15180 Commands ! I ! 
15181 \backslash
15182 int
15183 \end_layout
15184
15185 \end_inset
15186
15187
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196 \begin_inset Formula $\int$
15197 \end_inset
15198
15199
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 </row>
15205 <row>
15206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210
15211 \backslash
15212 oint
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Plain Layout
15221 \begin_inset Formula $\oint$
15222 \end_inset
15223
15224
15225 \end_layout
15226
15227 \end_inset
15228 </cell>
15229 </row>
15230 <row>
15231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15232 \begin_inset Text
15233
15234 \begin_layout Plain Layout
15235
15236 \backslash
15237 ointctrclockwise
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15243 \begin_inset Text
15244
15245 \begin_layout Plain Layout
15246 \begin_inset Formula $\ointctrclockwise$
15247 \end_inset
15248
15249
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 </row>
15255 <row>
15256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Plain Layout
15260
15261 \backslash
15262 ointclockwise
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Plain Layout
15271 \begin_inset Formula $\ointclockwise$
15272 \end_inset
15273
15274
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 </row>
15280 <row>
15281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Plain Layout
15285
15286 \backslash
15287 sqint
15288 \end_layout
15289
15290 \end_inset
15291 </cell>
15292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15293 \begin_inset Text
15294
15295 \begin_layout Plain Layout
15296 \begin_inset Formula $\sqint$
15297 \end_inset
15298
15299
15300 \end_layout
15301
15302 \end_inset
15303 </cell>
15304 </row>
15305 <row>
15306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15307 \begin_inset Text
15308
15309 \begin_layout Plain Layout
15310
15311 \backslash
15312 fint
15313 \end_layout
15314
15315 \end_inset
15316 </cell>
15317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15318 \begin_inset Text
15319
15320 \begin_layout Plain Layout
15321  
15322 \begin_inset Formula $\fint$
15323 \end_inset
15324
15325
15326 \end_layout
15327
15328 \end_inset
15329 </cell>
15330 </row>
15331 <row>
15332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15333 \begin_inset Text
15334
15335 \begin_layout Plain Layout
15336
15337 \backslash
15338 landupint
15339 \end_layout
15340
15341 \end_inset
15342 </cell>
15343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15344 \begin_inset Text
15345
15346 \begin_layout Plain Layout
15347  
15348 \begin_inset Formula $\landupint$
15349 \end_inset
15350
15351
15352 \end_layout
15353
15354 \end_inset
15355 </cell>
15356 </row>
15357 <row>
15358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15359 \begin_inset Text
15360
15361 \begin_layout Plain Layout
15362
15363 \backslash
15364 landdownint
15365 \end_layout
15366
15367 \end_inset
15368 </cell>
15369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15370 \begin_inset Text
15371
15372 \begin_layout Plain Layout
15373  
15374 \begin_inset Formula $\landdownint$
15375 \end_inset
15376
15377
15378 \end_layout
15379
15380 \end_inset
15381 </cell>
15382 </row>
15383 <row>
15384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15385 \begin_inset Text
15386
15387 \begin_layout Plain Layout
15388
15389 \backslash
15390 bigcap
15391 \end_layout
15392
15393 \end_inset
15394 </cell>
15395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15396 \begin_inset Text
15397
15398 \begin_layout Plain Layout
15399 \begin_inset Formula $\bigcap$
15400 \end_inset
15401
15402
15403 \end_layout
15404
15405 \end_inset
15406 </cell>
15407 </row>
15408 <row>
15409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15410 \begin_inset Text
15411
15412 \begin_layout Plain Layout
15413
15414 \backslash
15415 bigcup
15416 \end_layout
15417
15418 \end_inset
15419 </cell>
15420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15421 \begin_inset Text
15422
15423 \begin_layout Plain Layout
15424 \begin_inset Formula $\bigcup$
15425 \end_inset
15426
15427
15428 \end_layout
15429
15430 \end_inset
15431 </cell>
15432 </row>
15433 </lyxtabular>
15434
15435 \end_inset
15436
15437
15438 \begin_inset space \hfill{}
15439 \end_inset
15440
15441
15442 \begin_inset Tabular
15443 <lyxtabular version="3" rows="11" columns="2">
15444 <features tabularvalignment="middle">
15445 <column alignment="center" valignment="top" width="0pt">
15446 <column alignment="center" valignment="top" width="0pt">
15447 <row>
15448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15449 \begin_inset Text
15450
15451 \begin_layout Plain Layout
15452 Command
15453 \end_layout
15454
15455 \end_inset
15456 </cell>
15457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15458 \begin_inset Text
15459
15460 \begin_layout Plain Layout
15461 Result
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 </row>
15467 <row>
15468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15469 \begin_inset Text
15470
15471 \begin_layout Plain Layout
15472
15473 \backslash
15474 sum
15475 \begin_inset Index idx
15476 status collapsed
15477
15478 \begin_layout Plain Layout
15479 Commands ! S ! 
15480 \backslash
15481 sum
15482 \end_layout
15483
15484 \end_inset
15485
15486
15487 \end_layout
15488
15489 \end_inset
15490 </cell>
15491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15492 \begin_inset Text
15493
15494 \begin_layout Plain Layout
15495 \begin_inset Formula $\sum$
15496 \end_inset
15497
15498
15499 \end_layout
15500
15501 \end_inset
15502 </cell>
15503 </row>
15504 <row>
15505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15506 \begin_inset Text
15507
15508 \begin_layout Plain Layout
15509
15510 \backslash
15511 prod
15512 \begin_inset Index idx
15513 status collapsed
15514
15515 \begin_layout Plain Layout
15516 Commands ! P ! 
15517 \backslash
15518 prod
15519 \end_layout
15520
15521 \end_inset
15522
15523
15524 \end_layout
15525
15526 \end_inset
15527 </cell>
15528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15529 \begin_inset Text
15530
15531 \begin_layout Plain Layout
15532 \begin_inset Formula $\prod$
15533 \end_inset
15534
15535
15536 \end_layout
15537
15538 \end_inset
15539 </cell>
15540 </row>
15541 <row>
15542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15543 \begin_inset Text
15544
15545 \begin_layout Plain Layout
15546
15547 \backslash
15548 coprod
15549 \end_layout
15550
15551 \end_inset
15552 </cell>
15553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15554 \begin_inset Text
15555
15556 \begin_layout Plain Layout
15557 \begin_inset Formula $\coprod$
15558 \end_inset
15559
15560
15561 \end_layout
15562
15563 \end_inset
15564 </cell>
15565 </row>
15566 <row>
15567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15568 \begin_inset Text
15569
15570 \begin_layout Plain Layout
15571
15572 \backslash
15573 bigodot
15574 \end_layout
15575
15576 \end_inset
15577 </cell>
15578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15579 \begin_inset Text
15580
15581 \begin_layout Plain Layout
15582 \begin_inset Formula $\bigodot$
15583 \end_inset
15584
15585
15586 \end_layout
15587
15588 \end_inset
15589 </cell>
15590 </row>
15591 <row>
15592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15593 \begin_inset Text
15594
15595 \begin_layout Plain Layout
15596
15597 \backslash
15598 bigotimes
15599 \end_layout
15600
15601 \end_inset
15602 </cell>
15603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15604 \begin_inset Text
15605
15606 \begin_layout Plain Layout
15607 \begin_inset Formula $\bigotimes$
15608 \end_inset
15609
15610
15611 \end_layout
15612
15613 \end_inset
15614 </cell>
15615 </row>
15616 <row>
15617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15618 \begin_inset Text
15619
15620 \begin_layout Plain Layout
15621
15622 \backslash
15623 bigoplus
15624 \end_layout
15625
15626 \end_inset
15627 </cell>
15628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15629 \begin_inset Text
15630
15631 \begin_layout Plain Layout
15632 \begin_inset Formula $\bigoplus$
15633 \end_inset
15634
15635
15636 \end_layout
15637
15638 \end_inset
15639 </cell>
15640 </row>
15641 <row>
15642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15643 \begin_inset Text
15644
15645 \begin_layout Plain Layout
15646
15647 \backslash
15648 bigwedge
15649 \end_layout
15650
15651 \end_inset
15652 </cell>
15653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15654 \begin_inset Text
15655
15656 \begin_layout Plain Layout
15657 \begin_inset Formula $\bigwedge$
15658 \end_inset
15659
15660
15661 \end_layout
15662
15663 \end_inset
15664 </cell>
15665 </row>
15666 <row>
15667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15668 \begin_inset Text
15669
15670 \begin_layout Plain Layout
15671
15672 \backslash
15673 bigvee
15674 \end_layout
15675
15676 \end_inset
15677 </cell>
15678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15679 \begin_inset Text
15680
15681 \begin_layout Plain Layout
15682 \begin_inset Formula $\bigvee$
15683 \end_inset
15684
15685
15686 \end_layout
15687
15688 \end_inset
15689 </cell>
15690 </row>
15691 <row>
15692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15693 \begin_inset Text
15694
15695 \begin_layout Plain Layout
15696
15697 \backslash
15698 bigsqcup
15699 \end_layout
15700
15701 \end_inset
15702 </cell>
15703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15704 \begin_inset Text
15705
15706 \begin_layout Plain Layout
15707 \begin_inset Formula $\bigsqcup$
15708 \end_inset
15709
15710
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 </row>
15716 <row>
15717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15718 \begin_inset Text
15719
15720 \begin_layout Plain Layout
15721
15722 \backslash
15723 biguplus
15724 \end_layout
15725
15726 \end_inset
15727 </cell>
15728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15729 \begin_inset Text
15730
15731 \begin_layout Plain Layout
15732 \begin_inset Formula $\biguplus$
15733 \end_inset
15734
15735
15736 \end_layout
15737
15738 \end_inset
15739 </cell>
15740 </row>
15741 </lyxtabular>
15742
15743 \end_inset
15744
15745
15746 \begin_inset space \hfill{}
15747 \end_inset
15748
15749
15750 \end_layout
15751
15752 \begin_layout Standard
15753 All big operators can also be inserted via the math toolbar button 
15754 \begin_inset Graphics
15755         filename ../images/math/intop.png
15756         scale 85
15757
15758 \end_inset
15759
15760 .
15761 \end_layout
15762
15763 \begin_layout Standard
15764 The operators are called big because they are bigger than the sometimes
15765  equal looking binary operators.
15766  All big operators can have limits as described in the next subsection.
15767 \end_layout
15768
15769 \begin_layout Standard
15770 For all integral operators there is a second version available, ending in
15771  
15772 \series bold
15773 op
15774 \series default
15775
15776 \series bold
15777
15778 \backslash
15779 intop
15780 \series default
15781
15782 \series bold
15783
15784 \backslash
15785 ointop
15786 \series default
15787  etc..
15788  These operators are different from 
15789 \series bold
15790
15791 \backslash
15792 int
15793 \series default
15794  etc.
15795 \begin_inset space \space{}
15796 \end_inset
15797
15798 in the style the operator limits are displayed, see 
15799 \begin_inset CommandInset ref
15800 LatexCommand ref
15801 reference "sub:Operator-Limits"
15802
15803 \end_inset
15804
15805 .
15806  
15807 \end_layout
15808
15809 \begin_layout Subsubsection*
15810 Advice for Integrals
15811 \end_layout
15812
15813 \begin_layout Standard
15814 The letter 
15815 \emph on
15816 d
15817 \emph default
15818  in an integral is an operator, that therefore has to be set upright.
15819  This is done by highlighting the 
15820 \emph on
15821 d
15822 \emph default
15823  and using the keyboard shortcut 
15824 \begin_inset Info
15825 type  "shortcut"
15826 arg   "font-roman"
15827 \end_inset
15828
15829
15830 \begin_inset Foot
15831 status collapsed
15832
15833 \begin_layout Plain Layout
15834 Font styles
15835 \series bold
15836  
15837 \series default
15838 see 
15839 \begin_inset CommandInset ref
15840 LatexCommand ref
15841 reference "sub:Font-Styles"
15842
15843 \end_inset
15844
15845
15846 \end_layout
15847
15848 \end_inset
15849
15850 .
15851  Finally the smallest space is inserted before the 
15852 \emph on
15853 d
15854 \emph default
15855 , as this is usual for operators.
15856  An example:
15857 \end_layout
15858
15859 \begin_layout Standard
15860 incorrect: 
15861 \begin_inset Formula $\int A(x)dx$
15862 \end_inset
15863
15864
15865 \begin_inset Newline newline
15866 \end_inset
15867
15868
15869 \begin_inset Phantom HPhantom
15870 status open
15871
15872 \begin_layout Plain Layout
15873 in
15874 \end_layout
15875
15876 \end_inset
15877
15878 correct: 
15879 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15880 \end_inset
15881
15882
15883 \end_layout
15884
15885 \begin_layout Standard
15886 For multiple integrals there are the following commands:
15887 \begin_inset VSpace medskip
15888 \end_inset
15889
15890
15891 \end_layout
15892
15893 \begin_layout Standard
15894 \begin_inset space \hfill{}
15895 \end_inset
15896
15897
15898 \begin_inset Tabular
15899 <lyxtabular version="3" rows="4" columns="2">
15900 <features tabularvalignment="middle">
15901 <column alignment="center" valignment="top" width="0">
15902 <column alignment="center" valignment="top" width="0">
15903 <row>
15904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908 Command
15909 \end_layout
15910
15911 \end_inset
15912 </cell>
15913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15914 \begin_inset Text
15915
15916 \begin_layout Plain Layout
15917 Result
15918 \begin_inset Note Note
15919 status collapsed
15920
15921 \begin_layout Plain Layout
15922
15923 \series bold
15924
15925 \backslash
15926 raisebox
15927 \series default
15928  is only used as spacer.
15929 \end_layout
15930
15931 \end_inset
15932
15933
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 </row>
15939 <row>
15940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Plain Layout
15944
15945 \backslash
15946 iint
15947 \end_layout
15948
15949 \end_inset
15950 </cell>
15951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15952 \begin_inset Text
15953
15954 \begin_layout Plain Layout
15955 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15956 \end_inset
15957
15958
15959 \end_layout
15960
15961 \end_inset
15962 </cell>
15963 </row>
15964 <row>
15965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15966 \begin_inset Text
15967
15968 \begin_layout Plain Layout
15969
15970 \backslash
15971 oiint
15972 \end_layout
15973
15974 \end_inset
15975 </cell>
15976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15977 \begin_inset Text
15978
15979 \begin_layout Plain Layout
15980 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15981 \end_inset
15982
15983
15984 \end_layout
15985
15986 \end_inset
15987 </cell>
15988 </row>
15989 <row>
15990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994
15995 \backslash
15996 sqiint
15997 \end_layout
15998
15999 \end_inset
16000 </cell>
16001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16002 \begin_inset Text
16003
16004 \begin_layout Plain Layout
16005 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
16006 \end_inset
16007
16008
16009 \end_layout
16010
16011 \end_inset
16012 </cell>
16013 </row>
16014 </lyxtabular>
16015
16016 \end_inset
16017
16018
16019 \begin_inset space \hfill{}
16020 \end_inset
16021
16022
16023 \begin_inset Tabular
16024 <lyxtabular version="3" rows="4" columns="2">
16025 <features tabularvalignment="middle">
16026 <column alignment="center" valignment="top" width="0">
16027 <column alignment="center" valignment="top" width="0">
16028 <row>
16029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16030 \begin_inset Text
16031
16032 \begin_layout Plain Layout
16033 Command
16034 \end_layout
16035
16036 \end_inset
16037 </cell>
16038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16039 \begin_inset Text
16040
16041 \begin_layout Plain Layout
16042 Result
16043 \end_layout
16044
16045 \end_inset
16046 </cell>
16047 </row>
16048 <row>
16049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053
16054 \backslash
16055 iiint
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16065 \end_inset
16066
16067
16068 \end_layout
16069
16070 \end_inset
16071 </cell>
16072 </row>
16073 <row>
16074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16075 \begin_inset Text
16076
16077 \begin_layout Plain Layout
16078
16079 \backslash
16080 iiiint
16081 \end_layout
16082
16083 \end_inset
16084 </cell>
16085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Plain Layout
16089 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16090 \end_inset
16091
16092
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 </row>
16098 <row>
16099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16100 \begin_inset Text
16101
16102 \begin_layout Plain Layout
16103
16104 \backslash
16105 dotsint
16106 \end_layout
16107
16108 \end_inset
16109 </cell>
16110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16111 \begin_inset Text
16112
16113 \begin_layout Plain Layout
16114 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16115 \end_inset
16116
16117
16118 \end_layout
16119
16120 \end_inset
16121 </cell>
16122 </row>
16123 </lyxtabular>
16124
16125 \end_inset
16126
16127
16128 \begin_inset space \hfill{}
16129 \end_inset
16130
16131
16132 \end_layout
16133
16134 \begin_layout Subsection
16135 Operator Limits
16136 \begin_inset CommandInset label
16137 LatexCommand label
16138 name "sub:Operator-Limits"
16139
16140 \end_inset
16141
16142
16143 \begin_inset Index idx
16144 status collapsed
16145
16146 \begin_layout Plain Layout
16147 Operators ! Limits
16148 \end_layout
16149
16150 \end_inset
16151
16152
16153 \end_layout
16154
16155 \begin_layout Standard
16156 Limits are created by super- and subscripts:
16157 \end_layout
16158
16159 \begin_layout Standard
16160 \align center
16161 \begin_inset Tabular
16162 <lyxtabular version="3" rows="2" columns="2">
16163 <features tabularvalignment="middle">
16164 <column alignment="center" valignment="top" width="0pt">
16165 <column alignment="center" valignment="top" width="0pt">
16166 <row>
16167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16168 \begin_inset Text
16169
16170 \begin_layout Plain Layout
16171 Command
16172 \end_layout
16173
16174 \end_inset
16175 </cell>
16176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16177 \begin_inset Text
16178
16179 \begin_layout Plain Layout
16180 Result
16181 \begin_inset Note Note
16182 status collapsed
16183
16184 \begin_layout Plain Layout
16185
16186 \series bold
16187
16188 \backslash
16189 raisebox
16190 \series default
16191  is only used as spacer.
16192 \end_layout
16193
16194 \end_inset
16195
16196
16197 \end_layout
16198
16199 \end_inset
16200 </cell>
16201 </row>
16202 <row>
16203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16204 \begin_inset Text
16205
16206 \begin_layout Plain Layout
16207
16208 \backslash
16209 prod^
16210 \backslash
16211 infty
16212 \begin_inset ERT
16213 status collapsed
16214
16215 \begin_layout Plain Layout
16216
16217
16218 \backslash
16219 spce 
16220 \end_layout
16221
16222 \end_inset
16223
16224
16225 \begin_inset Formula $\to$
16226 \end_inset
16227
16228 _0
16229 \begin_inset Formula $\to$
16230 \end_inset
16231
16232 A(x)
16233 \end_layout
16234
16235 \end_inset
16236 </cell>
16237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16238 \begin_inset Text
16239
16240 \begin_layout Plain Layout
16241 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16242 \end_inset
16243
16244
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 </row>
16250 </lyxtabular>
16251
16252 \end_inset
16253
16254
16255 \end_layout
16256
16257 \begin_layout Standard
16258 Limits of inline formulas are set right beside the operator.
16259  Limits in displayed formulas are set above or below the operator, except
16260  for integral limits.
16261 \end_layout
16262
16263 \begin_layout Standard
16264 To force that the limits are set beside the operator, the cursor is set
16265  directly behind the operator and the limits type is changed with the menu
16266  
16267 \family sans
16268 Edit\SpecialChar \menuseparator
16269 Math\SpecialChar \menuseparator
16270 Change Limits Type
16271 \family default
16272  to 
16273 \family sans
16274 \series bold
16275 Inline
16276 \family default
16277 \series default
16278  (shortcut 
16279 \begin_inset Info
16280 type  "shortcut"
16281 arg   "math-limits"
16282 \end_inset
16283
16284 ).
16285  An example:
16286 \end_layout
16287
16288 \begin_layout Standard
16289 The default limits type is this:
16290 \begin_inset Formula 
16291 \[
16292 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16293 \]
16294
16295 \end_inset
16296
16297 This is how it looks when the limits type was changed to 
16298 \family sans
16299 \series bold
16300 Inline
16301 \family default
16302 \series default
16303 :
16304 \begin_inset Formula 
16305 \[
16306 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16307 \]
16308
16309 \end_inset
16310
16311 For integrals, except those ending with 
16312 \series bold
16313 op
16314 \series default
16315  like 
16316 \series bold
16317
16318 \backslash
16319 intop
16320 \series default
16321
16322 \series bold
16323
16324 \backslash
16325 ointop
16326 \series default
16327  etc., the limits are by default set beside the operator.
16328  But for multiple integrals the limits are often set below the operator.
16329  In the following example the limits type was therefore set to 
16330 \series bold
16331 Display
16332 \series default
16333  and so set below the integrals:
16334 \begin_inset Formula 
16335 \begin{equation}
16336 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16337 \end{equation}
16338
16339 \end_inset
16340
16341
16342 \end_layout
16343
16344 \begin_layout Standard
16345 \begin_inset VSpace medskip
16346 \end_inset
16347
16348 To specify conditions for limits, the commands 
16349 \series bold
16350
16351 \backslash
16352 subarray
16353 \series default
16354
16355 \begin_inset Index idx
16356 status collapsed
16357
16358 \begin_layout Plain Layout
16359 Commands ! S ! 
16360 \backslash
16361 subarray
16362 \end_layout
16363
16364 \end_inset
16365
16366  and 
16367 \series bold
16368
16369 \backslash
16370 substack
16371 \series default
16372
16373 \begin_inset Index idx
16374 status collapsed
16375
16376 \begin_layout Plain Layout
16377 Commands ! S ! 
16378 \backslash
16379 substack
16380 \end_layout
16381
16382 \end_inset
16383
16384  are used.
16385  To create for example this expression 
16386 \begin_inset Formula 
16387 \begin{equation}
16388 \sum_{\begin{subarray}{c}
16389 0<k<1000\\
16390 \\
16391 k\,\in\,\mathbb{N}
16392 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16393 \end{equation}
16394
16395 \end_inset
16396
16397
16398 \end_layout
16399
16400 \begin_layout Standard
16401 the following has to be done:
16402 \begin_inset Newline newline
16403 \end_inset
16404
16405 First the command 
16406 \series bold
16407
16408 \backslash
16409 sum
16410 \series default
16411 ^
16412 \series bold
16413 n
16414 \begin_inset ERT
16415 status collapsed
16416
16417 \begin_layout Plain Layout
16418
16419
16420 \backslash
16421 spce 
16422 \end_layout
16423
16424 \end_inset
16425
16426 _
16427 \series default
16428  is typed in.
16429  One is now in a blue box under the summation operator and insert there
16430  the command 
16431 \series bold
16432
16433 \backslash
16434 subarray
16435 \begin_inset ERT
16436 status collapsed
16437
16438 \begin_layout Plain Layout
16439
16440
16441 \backslash
16442 spce 
16443 \end_layout
16444
16445 \end_inset
16446
16447
16448 \series default
16449 .
16450  The blue box is now within a purple box and now several lines can be written
16451  among each other.
16452  A new line is created by inserting a line break (
16453 \begin_inset Info
16454 type  "shortcut"
16455 arg   "newline-insert newline"
16456 \end_inset
16457
16458 ).
16459  When now
16460 \begin_inset Newline newline
16461 \end_inset
16462
16463
16464 \series bold
16465 0<k<1000 Ctrl+Return
16466 \begin_inset Newline newline
16467 \end_inset
16468
16469
16470 \series default
16471 is typed in, a new box appears below for the new line.
16472 \end_layout
16473
16474 \begin_layout Standard
16475 The alignment of the lines can be changed to left aligned with the 
16476 \family sans
16477 table
16478 \family default
16479  
16480 \family sans
16481 toolbar
16482 \family default
16483  or the menu 
16484 \family sans
16485 Edit\SpecialChar \menuseparator
16486 Rows &Columns
16487 \family default
16488 .
16489  To get right alignment, 
16490 \series bold
16491
16492 \backslash
16493 hfill
16494 \begin_inset ERT
16495 status collapsed
16496
16497 \begin_layout Plain Layout
16498
16499
16500 \backslash
16501 spce 
16502 \end_layout
16503
16504 \end_inset
16505
16506
16507 \series default
16508  is inserted at the beginning of the line.
16509 \end_layout
16510
16511 \begin_layout Standard
16512 The command 
16513 \series bold
16514
16515 \backslash
16516 substack
16517 \series default
16518  is equivalent to 
16519 \series bold
16520
16521 \backslash
16522 subarray
16523 \series default
16524  with the difference that the lines are always centered.
16525 \end_layout
16526
16527 \begin_layout Standard
16528 \begin_inset VSpace bigskip
16529 \end_inset
16530
16531 Like in formula 
16532 \begin_inset CommandInset ref
16533 LatexCommand eqref
16534 reference "eq:substack"
16535
16536 \end_inset
16537
16538  there can be too much space beside an operator, because the characters
16539  following the operator are set beside the limits.
16540 \end_layout
16541
16542 \begin_layout Standard
16543 To avoid this, the following macro can be used in the LaTeX-preamble:
16544 \end_layout
16545
16546 \begin_layout Standard
16547
16548 \series bold
16549
16550 \backslash
16551 def
16552 \backslash
16553 clap#1{
16554 \backslash
16555 hbox to 0pt{
16556 \backslash
16557 hss #1
16558 \backslash
16559 hss}}
16560 \begin_inset Newline newline
16561 \end_inset
16562
16563
16564 \backslash
16565 def
16566 \backslash
16567 mathclap {
16568 \backslash
16569 mathpalette 
16570 \backslash
16571 mathclapinternal}
16572 \begin_inset Newline newline
16573 \end_inset
16574
16575
16576 \backslash
16577 def
16578 \backslash
16579 mathclapinternal #1#2{
16580 \backslash
16581 clap{$
16582 \backslash
16583 mathsurround =0pt #1{#2}$}}
16584 \end_layout
16585
16586 \begin_layout Standard
16587 This defines the command 
16588 \series bold
16589
16590 \backslash
16591 mathclap
16592 \series default
16593
16594 \begin_inset Index idx
16595 status collapsed
16596
16597 \begin_layout Plain Layout
16598 Commands ! M ! 
16599 \backslash
16600 mathclap
16601 \end_layout
16602
16603 \end_inset
16604
16605  that sets the width of the limit to 0
16606 \begin_inset space \thinspace{}
16607 \end_inset
16608
16609 pt.
16610  The command scheme is
16611 \end_layout
16612
16613 \begin_layout Standard
16614
16615 \series bold
16616
16617 \backslash
16618 mathclap{limit}
16619 \end_layout
16620
16621 \begin_layout Standard
16622 where the limit can consist of several conditions.
16623 \end_layout
16624
16625 \begin_layout Standard
16626 Applied on formula 
16627 \begin_inset CommandInset ref
16628 LatexCommand eqref
16629 reference "eq:substack"
16630
16631 \end_inset
16632
16633 , one uses the command
16634 \end_layout
16635
16636 \begin_layout Standard
16637
16638 \series bold
16639
16640 \backslash
16641 sum_
16642 \backslash
16643 mathclap{
16644 \backslash
16645 substack
16646 \begin_inset ERT
16647 status collapsed
16648
16649 \begin_layout Plain Layout
16650
16651
16652 \backslash
16653 spce 
16654 \end_layout
16655
16656 \end_inset
16657
16658 0<k<1000 Ctrl+Return
16659 \end_layout
16660
16661 \begin_layout Standard
16662 to create the lower limit.
16663  The summand is now directly behind the summation operator:
16664 \begin_inset Formula 
16665 \[
16666 \sum_{\mathclap{\substack{0<k<1000\\
16667 \\
16668 k\,\in\,\mathbb{N}
16669 }
16670 }}^{n}k^{-2}
16671 \]
16672
16673 \end_inset
16674
16675
16676 \end_layout
16677
16678 \begin_layout Standard
16679 \begin_inset VSpace bigskip
16680 \end_inset
16681
16682 How to use one limit for several operators is described in 
16683 \begin_inset CommandInset ref
16684 LatexCommand ref
16685 reference "sub:Self-defined-Operators"
16686
16687 \end_inset
16688
16689 .
16690 \end_layout
16691
16692 \begin_layout Standard
16693 \begin_inset Newpage newpage
16694 \end_inset
16695
16696
16697 \end_layout
16698
16699 \begin_layout Subsection
16700 Binary Operators
16701 \begin_inset CommandInset label
16702 LatexCommand label
16703 name "sub:Binary-Operators"
16704
16705 \end_inset
16706
16707
16708 \begin_inset Index idx
16709 status collapsed
16710
16711 \begin_layout Plain Layout
16712 Operators ! binary
16713 \end_layout
16714
16715 \end_inset
16716
16717
16718 \end_layout
16719
16720 \begin_layout Standard
16721 Binary operators are surrounded by space when there is a character before
16722  and after them.
16723 \begin_inset VSpace medskip
16724 \end_inset
16725
16726
16727 \end_layout
16728
16729 \begin_layout Standard
16730 \begin_inset space \hfill{}
16731 \end_inset
16732
16733
16734 \begin_inset Tabular
16735 <lyxtabular version="3" rows="13" columns="2">
16736 <features tabularvalignment="middle">
16737 <column alignment="center" valignment="top" width="0pt">
16738 <column alignment="center" valignment="top" width="0pt">
16739 <row>
16740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744 Command
16745 \begin_inset Note Note
16746 status collapsed
16747
16748 \begin_layout Plain Layout
16749
16750 \series bold
16751
16752 \backslash
16753 raisebox
16754 \series default
16755  is only used as spacer.
16756 \end_layout
16757
16758 \end_inset
16759
16760
16761 \end_layout
16762
16763 \end_inset
16764 </cell>
16765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16766 \begin_inset Text
16767
16768 \begin_layout Plain Layout
16769 Result
16770 \end_layout
16771
16772 \end_inset
16773 </cell>
16774 </row>
16775 <row>
16776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Plain Layout
16780 +
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Plain Layout
16789 \begin_inset Formula $+$
16790 \end_inset
16791
16792
16793 \end_layout
16794
16795 \end_inset
16796 </cell>
16797 </row>
16798 <row>
16799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Plain Layout
16803 -
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 $-$
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 pm
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 $\pm$
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 mp
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 $\mp$
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
16877 \backslash
16878 cdot
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16884 \begin_inset Text
16885
16886 \begin_layout Plain Layout
16887 \begin_inset Formula $\cdot$
16888 \end_inset
16889
16890
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 </row>
16896 <row>
16897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901
16902 \backslash
16903 times
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16909 \begin_inset Text
16910
16911 \begin_layout Plain Layout
16912 \begin_inset Formula $\times$
16913 \end_inset
16914
16915
16916 \end_layout
16917
16918 \end_inset
16919 </cell>
16920 </row>
16921 <row>
16922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16923 \begin_inset Text
16924
16925 \begin_layout Plain Layout
16926
16927 \backslash
16928 div
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16934 \begin_inset Text
16935
16936 \begin_layout Plain Layout
16937 \begin_inset Formula $\div$
16938 \end_inset
16939
16940
16941 \end_layout
16942
16943 \end_inset
16944 </cell>
16945 </row>
16946 <row>
16947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951 \begin_inset ERT
16952 status collapsed
16953
16954 \begin_layout Plain Layout
16955
16956
16957 \backslash
16958 raisebox{-1.2mm}{
16959 \end_layout
16960
16961 \end_inset
16962
16963 *
16964 \begin_inset ERT
16965 status collapsed
16966
16967 \begin_layout Plain Layout
16968
16969 }
16970 \end_layout
16971
16972 \end_inset
16973
16974
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 $*$
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" leftline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997
16998 \backslash
16999 star
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008 \begin_inset Formula $\star$
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 </row>
17017 <row>
17018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17019 \begin_inset Text
17020
17021 \begin_layout Plain Layout
17022
17023 \backslash
17024 circ
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Plain Layout
17033 \begin_inset Formula $\circ$
17034 \end_inset
17035
17036
17037 \end_layout
17038
17039 \end_inset
17040 </cell>
17041 </row>
17042 <row>
17043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17044 \begin_inset Text
17045
17046 \begin_layout Plain Layout
17047
17048 \backslash
17049 diamond
17050 \end_layout
17051
17052 \end_inset
17053 </cell>
17054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058 \begin_inset Formula $\diamond$
17059 \end_inset
17060
17061
17062 \end_layout
17063
17064 \end_inset
17065 </cell>
17066 </row>
17067 <row>
17068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072
17073 \backslash
17074 bullet
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083 \begin_inset Formula $\bullet$
17084 \end_inset
17085
17086
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 </row>
17092 </lyxtabular>
17093
17094 \end_inset
17095
17096
17097 \begin_inset space \hfill{}
17098 \end_inset
17099
17100
17101 \begin_inset Tabular
17102 <lyxtabular version="3" rows="13" columns="2">
17103 <features tabularvalignment="middle">
17104 <column alignment="center" valignment="top" width="0pt">
17105 <column alignment="center" valignment="top" width="0pt">
17106 <row>
17107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17108 \begin_inset Text
17109
17110 \begin_layout Plain Layout
17111 Command
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120 Result
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 nabla
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 $\nabla$
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 bigtriangledown
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 $\bigtriangledown$
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 bigtriangleup
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 $\bigtriangleup$
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 Box
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 $\Box$
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 cap 
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 $\cap$
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 cup
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 $\cup$
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 dagger
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 $\dagger$
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 ddagger
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 $\ddagger$
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" leftline="true" usebox="none">
17328 \begin_inset Text
17329
17330 \begin_layout Plain Layout
17331
17332 \backslash
17333 wr
17334 \end_layout
17335
17336 \end_inset
17337 </cell>
17338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17339 \begin_inset Text
17340
17341 \begin_layout Plain Layout
17342 \begin_inset Formula $\wr$
17343 \end_inset
17344
17345
17346 \end_layout
17347
17348 \end_inset
17349 </cell>
17350 </row>
17351 <row>
17352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17353 \begin_inset Text
17354
17355 \begin_layout Plain Layout
17356
17357 \backslash
17358 bigcirc
17359 \end_layout
17360
17361 \end_inset
17362 </cell>
17363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17364 \begin_inset Text
17365
17366 \begin_layout Plain Layout
17367 \begin_inset Formula $\bigcirc$
17368 \end_inset
17369
17370
17371 \end_layout
17372
17373 \end_inset
17374 </cell>
17375 </row>
17376 <row>
17377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17378 \begin_inset Text
17379
17380 \begin_layout Plain Layout
17381
17382 \backslash
17383 wedge
17384 \end_layout
17385
17386 \end_inset
17387 </cell>
17388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392 \begin_inset Formula $\wedge$
17393 \end_inset
17394
17395
17396 \end_layout
17397
17398 \end_inset
17399 </cell>
17400 </row>
17401 <row>
17402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17403 \begin_inset Text
17404
17405 \begin_layout Plain Layout
17406
17407 \backslash
17408 vee
17409 \end_layout
17410
17411 \end_inset
17412 </cell>
17413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17414 \begin_inset Text
17415
17416 \begin_layout Plain Layout
17417 \begin_inset Formula $\vee$
17418 \end_inset
17419
17420
17421 \end_layout
17422
17423 \end_inset
17424 </cell>
17425 </row>
17426 </lyxtabular>
17427
17428 \end_inset
17429
17430
17431 \begin_inset space \hfill{}
17432 \end_inset
17433
17434
17435 \begin_inset Tabular
17436 <lyxtabular version="3" rows="13" columns="2">
17437 <features tabularvalignment="middle">
17438 <column alignment="center" valignment="top" width="0pt">
17439 <column alignment="center" valignment="top" width="0pt">
17440 <row>
17441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17442 \begin_inset Text
17443
17444 \begin_layout Plain Layout
17445 Command
17446 \end_layout
17447
17448 \end_inset
17449 </cell>
17450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17451 \begin_inset Text
17452
17453 \begin_layout Plain Layout
17454 Result
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 oplus
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 $\oplus$
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 ominus
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 $\ominus$
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 otimes
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 $\otimes$
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 oslash
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 $\oslash$
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 odot
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 $\odot$
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 amalg
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 $\amalg$
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 uplus
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 $\uplus$
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 setminus
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 $\setminus$
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" leftline="true" usebox="none">
17662 \begin_inset Text
17663
17664 \begin_layout Plain Layout
17665
17666 \backslash
17667 sqcap
17668 \end_layout
17669
17670 \end_inset
17671 </cell>
17672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17673 \begin_inset Text
17674
17675 \begin_layout Plain Layout
17676 \begin_inset Formula $\sqcap$
17677 \end_inset
17678
17679
17680 \end_layout
17681
17682 \end_inset
17683 </cell>
17684 </row>
17685 <row>
17686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17687 \begin_inset Text
17688
17689 \begin_layout Plain Layout
17690
17691 \backslash
17692 sqcup
17693 \end_layout
17694
17695 \end_inset
17696 </cell>
17697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17698 \begin_inset Text
17699
17700 \begin_layout Plain Layout
17701 \begin_inset Formula $\sqcup$
17702 \end_inset
17703
17704
17705 \end_layout
17706
17707 \end_inset
17708 </cell>
17709 </row>
17710 <row>
17711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17712 \begin_inset Text
17713
17714 \begin_layout Plain Layout
17715
17716 \backslash
17717 triangleleft
17718 \end_layout
17719
17720 \end_inset
17721 </cell>
17722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17723 \begin_inset Text
17724
17725 \begin_layout Plain Layout
17726 \begin_inset Formula $\triangleleft$
17727 \end_inset
17728
17729
17730 \end_layout
17731
17732 \end_inset
17733 </cell>
17734 </row>
17735 <row>
17736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17737 \begin_inset Text
17738
17739 \begin_layout Plain Layout
17740
17741 \backslash
17742 triangleright
17743 \end_layout
17744
17745 \end_inset
17746 </cell>
17747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17748 \begin_inset Text
17749
17750 \begin_layout Plain Layout
17751 \begin_inset Formula $\triangleright$
17752 \end_inset
17753
17754
17755 \end_layout
17756
17757 \end_inset
17758 </cell>
17759 </row>
17760 </lyxtabular>
17761
17762 \end_inset
17763
17764
17765 \begin_inset space \hfill{}
17766 \end_inset
17767
17768
17769 \end_layout
17770
17771 \begin_layout Standard
17772 All binary operators can also be inserted via the math toolbar button 
17773 \begin_inset Graphics
17774         filename ../images/math/pm.png
17775         scale 85
17776
17777 \end_inset
17778
17779 .
17780 \end_layout
17781
17782 \begin_layout Standard
17783 To typeset the Laplace operator also 
17784 \series bold
17785
17786 \backslash
17787 Delta
17788 \series default
17789  or 
17790 \series bold
17791
17792 \backslash
17793 nabla
17794 \series default
17795 ^
17796 \series bold
17797 2
17798 \series default
17799  (
17800 \begin_inset Formula $\nabla^{2}$
17801 \end_inset
17802
17803 ) can be used instead of 
17804 \series bold
17805
17806 \backslash
17807 bigtriangleup
17808 \series default
17809  .
17810 \end_layout
17811
17812 \begin_layout Standard
17813 The character 
17814 \family sans
17815 Menu Separator
17816 \family default
17817  from the menu 
17818 \family sans
17819 Insert\SpecialChar \menuseparator
17820 Special Character
17821 \family default
17822  is the operator 
17823 \series bold
17824
17825 \backslash
17826 triangleright
17827 \series default
17828 .
17829 \end_layout
17830
17831 \begin_layout Subsection
17832 Self-defined Operators
17833 \begin_inset CommandInset label
17834 LatexCommand label
17835 name "sub:Self-defined-Operators"
17836
17837 \end_inset
17838
17839
17840 \begin_inset Index idx
17841 status collapsed
17842
17843 \begin_layout Plain Layout
17844 Operators ! self-defined
17845 \end_layout
17846
17847 \end_inset
17848
17849
17850 \end_layout
17851
17852 \begin_layout Standard
17853 With the help of the command 
17854 \series bold
17855
17856 \backslash
17857 DeclareMathOperator
17858 \series default
17859
17860 \begin_inset Index idx
17861 status collapsed
17862
17863 \begin_layout Plain Layout
17864 Commands ! D ! 
17865 \backslash
17866 dbinom@
17867 \backslash
17868 DeclareMathOperator
17869 \end_layout
17870
17871 \end_inset
17872
17873  custom operators can be defined in the LaTeX-preamble.
17874  Its command scheme is:
17875 \end_layout
17876
17877 \begin_layout Standard
17878
17879 \series bold
17880
17881 \backslash
17882 DeclareMathOperator{new command}{display}
17883 \end_layout
17884
17885 \begin_layout Standard
17886 Display can be characters or symbols that define how the operator looks
17887  in the output.
17888  To define a big operator a * is set behind the command.
17889  All self-defined big operators can have limits as described in 
17890 \begin_inset CommandInset ref
17891 LatexCommand ref
17892 reference "sub:Operator-Limits"
17893
17894 \end_inset
17895
17896 .
17897 \end_layout
17898
17899 \begin_layout Standard
17900 For example the LaTeX-preamble line
17901 \end_layout
17902
17903 \begin_layout Standard
17904
17905 \series bold
17906
17907 \backslash
17908 DeclareMathOperator*{
17909 \backslash
17910 Lozenge}{
17911 \backslash
17912 blacklozenge}
17913 \end_layout
17914
17915 \begin_layout Standard
17916 defines the command 
17917 \series bold
17918
17919 \backslash
17920 Lozenge
17921 \series default
17922 , that inserts a big operator consisting of the lozenge symbol from 
17923 \begin_inset CommandInset ref
17924 LatexCommand ref
17925 reference "sub:Miscellaneous-Symbols"
17926
17927 \end_inset
17928
17929 :
17930 \begin_inset Formula 
17931 \[
17932 \Lozenge_{n=1}^{\infty}
17933 \]
17934
17935 \end_inset
17936
17937 The command for this formula is: 
17938 \series bold
17939
17940 \backslash
17941 Lozenge
17942 \series default
17943 ^
17944 \series bold
17945
17946 \backslash
17947 infty
17948 \begin_inset Formula $\to$
17949 \end_inset
17950
17951 _n=1
17952 \end_layout
17953
17954 \begin_layout Standard
17955 \begin_inset VSpace bigskip
17956 \end_inset
17957
17958 When self-defined operators are not used several times in the document,
17959  they can also be defined with the commands 
17960 \series bold
17961
17962 \backslash
17963 mathop
17964 \series default
17965
17966 \begin_inset Index idx
17967 status collapsed
17968
17969 \begin_layout Plain Layout
17970 Commands ! M ! 
17971 \backslash
17972 mathop
17973 \end_layout
17974
17975 \end_inset
17976
17977  and 
17978 \series bold
17979
17980 \backslash
17981 mathbin
17982 \series default
17983
17984 \begin_inset Index idx
17985 status collapsed
17986
17987 \begin_layout Plain Layout
17988 Commands ! M ! 
17989 \backslash
17990 mathbin
17991 \end_layout
17992
17993 \end_inset
17994
17995 , which have the following scheme:
17996 \end_layout
17997
17998 \begin_layout Standard
17999
18000 \series bold
18001
18002 \backslash
18003 mathop{display}
18004 \series default
18005  and 
18006 \series bold
18007
18008 \backslash
18009 mathbin{display}
18010 \end_layout
18011
18012 \begin_layout Standard
18013
18014 \series bold
18015
18016 \backslash
18017 mathop
18018 \series default
18019  defines big operators, 
18020 \series bold
18021
18022 \backslash
18023 mathbin
18024 \series default
18025  binary operators.
18026 \end_layout
18027
18028 \begin_layout Standard
18029
18030 \series bold
18031
18032 \backslash
18033 mathop
18034 \series default
18035  can e.
18036 \begin_inset space \thinspace{}
18037 \end_inset
18038
18039 g.
18040 \begin_inset space \space{}
18041 \end_inset
18042
18043 be used to use one limit for several operators:
18044 \end_layout
18045
18046 \begin_layout Standard
18047 \begin_inset Formula 
18048 \[
18049 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18050 \]
18051
18052 \end_inset
18053
18054
18055 \end_layout
18056
18057 \begin_layout Standard
18058 The command for the formula above is:
18059 \begin_inset Newline newline
18060 \end_inset
18061
18062
18063 \series bold
18064
18065 \backslash
18066 mathop{
18067 \backslash
18068 sum
18069 \backslash
18070 negmedspace
18071 \backslash
18072 sum
18073 \series default
18074
18075 \begin_inset ERT
18076 status collapsed
18077
18078 \begin_layout Plain Layout
18079
18080
18081 \backslash
18082 spce 
18083 \end_layout
18084
18085 \end_inset
18086
18087
18088 \series bold
18089
18090 \begin_inset Formula $\to$
18091 \end_inset
18092
18093 ^N
18094 \series default
18095
18096 \begin_inset ERT
18097 status collapsed
18098
18099 \begin_layout Plain Layout
18100
18101
18102 \backslash
18103 spce 
18104 \end_layout
18105
18106 \end_inset
18107
18108
18109 \series bold
18110 _i,j=1
18111 \end_layout
18112
18113 \begin_layout Section
18114 Fonts
18115 \begin_inset Index idx
18116 status collapsed
18117
18118 \begin_layout Plain Layout
18119 Fonts
18120 \end_layout
18121
18122 \end_inset
18123
18124
18125 \end_layout
18126
18127 \begin_layout Subsection
18128 Font Styles
18129 \begin_inset CommandInset label
18130 LatexCommand label
18131 name "sub:Font-Styles"
18132
18133 \end_inset
18134
18135
18136 \begin_inset Index idx
18137 status collapsed
18138
18139 \begin_layout Plain Layout
18140 Font ! style
18141 \end_layout
18142
18143 \end_inset
18144
18145
18146 \end_layout
18147
18148 \begin_layout Standard
18149 Latin letters in formulas can be set in one of the following font styles:
18150 \begin_inset VSpace -2mm
18151 \end_inset
18152
18153
18154 \end_layout
18155
18156 \begin_layout Standard
18157 \align center
18158 \begin_inset Tabular
18159 <lyxtabular version="3" rows="7" columns="3">
18160 <features tabularvalignment="middle">
18161 <column alignment="center" valignment="top" width="0">
18162 <column alignment="center" valignment="top" width="0">
18163 <column alignment="center" valignment="top" width="0">
18164 <row>
18165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18166 \begin_inset Text
18167
18168 \begin_layout Plain Layout
18169 Command
18170 \end_layout
18171
18172 \end_inset
18173 </cell>
18174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18175 \begin_inset Text
18176
18177 \begin_layout Plain Layout
18178 Result
18179 \end_layout
18180
18181 \end_inset
18182 </cell>
18183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18184 \begin_inset Text
18185
18186 \begin_layout Plain Layout
18187 shortcut
18188 \end_layout
18189
18190 \end_inset
18191 </cell>
18192 </row>
18193 <row>
18194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18195 \begin_inset Text
18196
18197 \begin_layout Plain Layout
18198
18199 \backslash
18200 mathbb
18201 \series bold
18202
18203 \begin_inset ERT
18204 status collapsed
18205
18206 \begin_layout Plain Layout
18207
18208
18209 \backslash
18210 spce 
18211 \end_layout
18212
18213 \end_inset
18214
18215
18216 \series default
18217 ABC
18218 \end_layout
18219
18220 \end_inset
18221 </cell>
18222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18223 \begin_inset Text
18224
18225 \begin_layout Plain Layout
18226 \begin_inset Formula $\mathbb{ABC}$
18227 \end_inset
18228
18229
18230 \end_layout
18231
18232 \end_inset
18233 </cell>
18234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18235 \begin_inset Text
18236
18237 \begin_layout Plain Layout
18238 \begin_inset Info
18239 type  "shortcuts"
18240 arg   "font-noun"
18241 \end_inset
18242
18243
18244 \end_layout
18245
18246 \end_inset
18247 </cell>
18248 </row>
18249 <row>
18250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18251 \begin_inset Text
18252
18253 \begin_layout Plain Layout
18254
18255 \backslash
18256 mathbf
18257 \series bold
18258
18259 \begin_inset ERT
18260 status collapsed
18261
18262 \begin_layout Plain Layout
18263
18264
18265 \backslash
18266 spce 
18267 \end_layout
18268
18269 \end_inset
18270
18271
18272 \series default
18273 AbC
18274 \end_layout
18275
18276 \end_inset
18277 </cell>
18278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18279 \begin_inset Text
18280
18281 \begin_layout Plain Layout
18282 \begin_inset Formula $\mathbf{AbC}$
18283 \end_inset
18284
18285
18286 \end_layout
18287
18288 \end_inset
18289 </cell>
18290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18291 \begin_inset Text
18292
18293 \begin_layout Plain Layout
18294 \begin_inset Info
18295 type  "shortcuts"
18296 arg   "font-bold"
18297 \end_inset
18298
18299
18300 \end_layout
18301
18302 \end_inset
18303 </cell>
18304 </row>
18305 <row>
18306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18307 \begin_inset Text
18308
18309 \begin_layout Plain Layout
18310
18311 \backslash
18312 boldsymbol
18313 \series bold
18314
18315 \begin_inset ERT
18316 status collapsed
18317
18318 \begin_layout Plain Layout
18319
18320
18321 \backslash
18322 spce 
18323 \end_layout
18324
18325 \end_inset
18326
18327
18328 \series default
18329 AbC
18330 \end_layout
18331
18332 \end_inset
18333 </cell>
18334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18335 \begin_inset Text
18336
18337 \begin_layout Plain Layout
18338 \begin_inset Formula $\boldsymbol{AbC}$
18339 \end_inset
18340
18341
18342 \end_layout
18343
18344 \end_inset
18345 </cell>
18346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18347 \begin_inset Text
18348
18349 \begin_layout Plain Layout
18350 \begin_inset Info
18351 type  "shortcuts"
18352 arg   "font-boldsymbol"
18353 \end_inset
18354
18355
18356 \end_layout
18357
18358 \end_inset
18359 </cell>
18360 </row>
18361 <row>
18362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18363 \begin_inset Text
18364
18365 \begin_layout Plain Layout
18366
18367 \backslash
18368 mathcal
18369 \series bold
18370
18371 \begin_inset ERT
18372 status collapsed
18373
18374 \begin_layout Plain Layout
18375
18376
18377 \backslash
18378 spce 
18379 \end_layout
18380
18381 \end_inset
18382
18383
18384 \series default
18385 ABC
18386 \end_layout
18387
18388 \end_inset
18389 </cell>
18390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18391 \begin_inset Text
18392
18393 \begin_layout Plain Layout
18394 \begin_inset Formula $\mathcal{ABC}$
18395 \end_inset
18396
18397
18398 \end_layout
18399
18400 \end_inset
18401 </cell>
18402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18403 \begin_inset Text
18404
18405 \begin_layout Plain Layout
18406 \begin_inset Info
18407 type  "shortcuts"
18408 arg   "font-emph"
18409 \end_inset
18410
18411
18412 \end_layout
18413
18414 \end_inset
18415 </cell>
18416 </row>
18417 <row>
18418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18419 \begin_inset Text
18420
18421 \begin_layout Plain Layout
18422
18423 \backslash
18424 mathfrak
18425 \series bold
18426
18427 \begin_inset ERT
18428 status collapsed
18429
18430 \begin_layout Plain Layout
18431
18432
18433 \backslash
18434 spce 
18435 \end_layout
18436
18437 \end_inset
18438
18439
18440 \series default
18441 AbC
18442 \end_layout
18443
18444 \end_inset
18445 </cell>
18446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18447 \begin_inset Text
18448
18449 \begin_layout Plain Layout
18450 \begin_inset Formula $\mathfrak{AbC}$
18451 \end_inset
18452
18453
18454 \end_layout
18455
18456 \end_inset
18457 </cell>
18458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18459 \begin_inset Text
18460
18461 \begin_layout Plain Layout
18462 -
18463 \end_layout
18464
18465 \end_inset
18466 </cell>
18467 </row>
18468 <row>
18469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18470 \begin_inset Text
18471
18472 \begin_layout Plain Layout
18473
18474 \backslash
18475 mathscr
18476 \series bold
18477
18478 \begin_inset ERT
18479 status collapsed
18480
18481 \begin_layout Plain Layout
18482
18483
18484 \backslash
18485 spce 
18486 \end_layout
18487
18488 \end_inset
18489
18490
18491 \series default
18492 AbC
18493 \end_layout
18494
18495 \end_inset
18496 </cell>
18497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18498 \begin_inset Text
18499
18500 \begin_layout Plain Layout
18501 \begin_inset Formula $\mathscr{AbC}$
18502 \end_inset
18503
18504
18505 \end_layout
18506
18507 \end_inset
18508 </cell>
18509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18510 \begin_inset Text
18511
18512 \begin_layout Plain Layout
18513 -
18514 \end_layout
18515
18516 \end_inset
18517 </cell>
18518 </row>
18519 </lyxtabular>
18520
18521 \end_inset
18522
18523
18524 \end_layout
18525
18526 \begin_layout Standard
18527 \align center
18528 \begin_inset Tabular
18529 <lyxtabular version="3" rows="5" columns="3">
18530 <features tabularvalignment="middle">
18531 <column alignment="center" valignment="top" width="0">
18532 <column alignment="center" valignment="top" width="0">
18533 <column alignment="center" valignment="top" width="0">
18534 <row>
18535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18536 \begin_inset Text
18537
18538 \begin_layout Plain Layout
18539 Command
18540 \end_layout
18541
18542 \end_inset
18543 </cell>
18544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18545 \begin_inset Text
18546
18547 \begin_layout Plain Layout
18548 Result
18549 \end_layout
18550
18551 \end_inset
18552 </cell>
18553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18554 \begin_inset Text
18555
18556 \begin_layout Plain Layout
18557 shortcut
18558 \end_layout
18559
18560 \end_inset
18561 </cell>
18562 </row>
18563 <row>
18564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18565 \begin_inset Text
18566
18567 \begin_layout Plain Layout
18568
18569 \backslash
18570 mathit
18571 \series bold
18572
18573 \begin_inset ERT
18574 status collapsed
18575
18576 \begin_layout Plain Layout
18577
18578
18579 \backslash
18580 spce 
18581 \end_layout
18582
18583 \end_inset
18584
18585
18586 \series default
18587 AbC
18588 \end_layout
18589
18590 \end_inset
18591 </cell>
18592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18593 \begin_inset Text
18594
18595 \begin_layout Plain Layout
18596 \begin_inset Formula $\mathit{AbC}$
18597 \end_inset
18598
18599
18600 \end_layout
18601
18602 \end_inset
18603 </cell>
18604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18605 \begin_inset Text
18606
18607 \begin_layout Plain Layout
18608 -
18609 \end_layout
18610
18611 \end_inset
18612 </cell>
18613 </row>
18614 <row>
18615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18616 \begin_inset Text
18617
18618 \begin_layout Plain Layout
18619
18620 \backslash
18621 mathrm
18622 \series bold
18623
18624 \begin_inset ERT
18625 status collapsed
18626
18627 \begin_layout Plain Layout
18628
18629
18630 \backslash
18631 spce 
18632 \end_layout
18633
18634 \end_inset
18635
18636
18637 \series default
18638 AbC
18639 \end_layout
18640
18641 \end_inset
18642 </cell>
18643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18644 \begin_inset Text
18645
18646 \begin_layout Plain Layout
18647 \begin_inset Formula $\mathrm{AbC}$
18648 \end_inset
18649
18650
18651 \end_layout
18652
18653 \end_inset
18654 </cell>
18655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18656 \begin_inset Text
18657
18658 \begin_layout Plain Layout
18659 \begin_inset Info
18660 type  "shortcuts"
18661 arg   "font-roman"
18662 \end_inset
18663
18664
18665 \end_layout
18666
18667 \end_inset
18668 </cell>
18669 </row>
18670 <row>
18671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18672 \begin_inset Text
18673
18674 \begin_layout Plain Layout
18675
18676 \backslash
18677 mathsf
18678 \series bold
18679
18680 \begin_inset ERT
18681 status collapsed
18682
18683 \begin_layout Plain Layout
18684
18685
18686 \backslash
18687 spce 
18688 \end_layout
18689
18690 \end_inset
18691
18692
18693 \series default
18694 AbC
18695 \end_layout
18696
18697 \end_inset
18698 </cell>
18699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18700 \begin_inset Text
18701
18702 \begin_layout Plain Layout
18703 \begin_inset Formula $\mathsf{AbC}$
18704 \end_inset
18705
18706
18707 \end_layout
18708
18709 \end_inset
18710 </cell>
18711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18712 \begin_inset Text
18713
18714 \begin_layout Plain Layout
18715 \begin_inset Info
18716 type  "shortcuts"
18717 arg   "font-sans"
18718 \end_inset
18719
18720
18721 \end_layout
18722
18723 \end_inset
18724 </cell>
18725 </row>
18726 <row>
18727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18728 \begin_inset Text
18729
18730 \begin_layout Plain Layout
18731
18732 \backslash
18733 mathtt
18734 \series bold
18735
18736 \begin_inset ERT
18737 status collapsed
18738
18739 \begin_layout Plain Layout
18740
18741
18742 \backslash
18743 spce 
18744 \end_layout
18745
18746 \end_inset
18747
18748
18749 \series default
18750 AbC
18751 \end_layout
18752
18753 \end_inset
18754 </cell>
18755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18756 \begin_inset Text
18757
18758 \begin_layout Plain Layout
18759 \begin_inset Formula $\mathtt{AbC}$
18760 \end_inset
18761
18762
18763 \end_layout
18764
18765 \end_inset
18766 </cell>
18767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18768 \begin_inset Text
18769
18770 \begin_layout Plain Layout
18771 \begin_inset Info
18772 type  "shortcuts"
18773 arg   "font-typewriter"
18774 \end_inset
18775
18776
18777 \end_layout
18778
18779 \end_inset
18780 </cell>
18781 </row>
18782 </lyxtabular>
18783
18784 \end_inset
18785
18786
18787 \end_layout
18788
18789 \begin_layout Standard
18790 \begin_inset Note Greyedout
18791 status open
18792
18793 \begin_layout Plain Layout
18794
18795 \series bold
18796 Note:
18797 \series default
18798  The styles 
18799 \series bold
18800
18801 \backslash
18802 mathbb
18803 \series default
18804  and 
18805 \series bold
18806
18807 \backslash
18808 mathcal
18809 \series default
18810  can only be used for big letters.
18811 \end_layout
18812
18813 \end_inset
18814
18815
18816 \end_layout
18817
18818 \begin_layout Standard
18819 Predefined is the style 
18820 \series bold
18821
18822 \backslash
18823 mathnormal
18824 \series default
18825 .
18826 \end_layout
18827
18828 \begin_layout Standard
18829 The style commands work also for letters in mathematical constructs:
18830 \begin_inset Formula 
18831 \[
18832 \mathfrak{A=\frac{b}{C}}
18833 \]
18834
18835 \end_inset
18836
18837
18838 \end_layout
18839
18840 \begin_layout Standard
18841 Characters in mathematical text don't appear in a math font style but in
18842  the text font style 
18843 \series bold
18844
18845 \backslash
18846 textrm
18847 \series default
18848 .
18849  That their style can't be set correctly via the text style dialog is a
18850  bug in LyX.
18851 \begin_inset Foot
18852 status collapsed
18853
18854 \begin_layout Plain Layout
18855 \begin_inset CommandInset href
18856 LatexCommand href
18857 name "LyX-bug #4629"
18858 target "http://www.lyx.org/trac/ticket/4629"
18859
18860 \end_inset
18861
18862
18863 \end_layout
18864
18865 \end_inset
18866
18867
18868 \end_layout
18869
18870 \begin_layout Standard
18871 Instead of the style commands the dialog 
18872 \family sans
18873 Edit\SpecialChar \menuseparator
18874 Math\SpecialChar \menuseparator
18875 Text Style
18876 \family default
18877  or the toolbar button 
18878 \begin_inset Graphics
18879         filename ../images/math/font.png
18880         scale 85
18881
18882 \end_inset
18883
18884  can be used.
18885 \end_layout
18886
18887 \begin_layout Subsection
18888 Bold Formulas
18889 \begin_inset CommandInset label
18890 LatexCommand label
18891 name "sub:Bold-Formulas"
18892
18893 \end_inset
18894
18895
18896 \begin_inset Index idx
18897 status collapsed
18898
18899 \begin_layout Plain Layout
18900 Formula ! bold
18901 \end_layout
18902
18903 \end_inset
18904
18905
18906 \end_layout
18907
18908 \begin_layout Standard
18909 To make a complete formula bold, the command 
18910 \series bold
18911
18912 \backslash
18913 mathbf
18914 \series default
18915  from the previous subsection cannot be used, because it doesn't work for
18916  small Greek letters.
18917  Furthermore it prints Latin letters always upright, like in the following
18918  equation:
18919 \end_layout
18920
18921 \begin_layout Standard
18922 \begin_inset Formula 
18923 \[
18924 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18925 \]
18926
18927 \end_inset
18928
18929
18930 \end_layout
18931
18932 \begin_layout Standard
18933 To display the formula correctly, the command 
18934 \series bold
18935
18936 \backslash
18937 boldsymbol
18938 \series default
18939  is used:
18940 \begin_inset Formula 
18941 \[
18942 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18943 \]
18944
18945 \end_inset
18946
18947 It is also possible to set the formula in a 
18948 \series bold
18949 boldmath environment
18950 \series default
18951 .
18952  This environment is created by inserting the command 
18953 \series bold
18954
18955 \backslash
18956 boldmath
18957 \series default
18958
18959 \begin_inset Index idx
18960 status collapsed
18961
18962 \begin_layout Plain Layout
18963 Commands ! B ! 
18964 \backslash
18965 boldmath
18966 \end_layout
18967
18968 \end_inset
18969
18970  in TeX-mode.
18971  To end the environment, the command 
18972 \series bold
18973
18974 \backslash
18975 unboldmath
18976 \series default
18977
18978 \begin_inset Index idx
18979 status collapsed
18980
18981 \begin_layout Plain Layout
18982 Commands ! U ! 
18983 \backslash
18984 unboldmath
18985 \end_layout
18986
18987 \end_inset
18988
18989  is inserted in TeX-mode.
18990 \begin_inset ERT
18991 status collapsed
18992
18993 \begin_layout Plain Layout
18994
18995
18996 \backslash
18997 boldmath 
18998 \end_layout
18999
19000 \end_inset
19001
19002
19003 \begin_inset Formula 
19004 \[
19005 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
19006 \]
19007
19008 \end_inset
19009
19010
19011 \begin_inset ERT
19012 status collapsed
19013
19014 \begin_layout Plain Layout
19015
19016
19017 \backslash
19018 unboldmath 
19019 \end_layout
19020
19021 \end_inset
19022
19023
19024 \end_layout
19025
19026 \begin_layout Subsection
19027 Colored Formulas
19028 \begin_inset Index idx
19029 status collapsed
19030
19031 \begin_layout Plain Layout
19032 Formula ! colored
19033 \end_layout
19034
19035 \end_inset
19036
19037
19038 \end_layout
19039
19040 \begin_layout Standard
19041 Formulas can be colored like normal text: Highlight a formula or a formula
19042  part and use the 
19043 \family sans
19044 Text Style
19045 \family default
19046  dialog.
19047  Here is a formula in magenta:
19048 \begin_inset Formula 
19049 \[
19050 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19051 \]
19052
19053 \end_inset
19054
19055
19056 \end_layout
19057
19058 \begin_layout Standard
19059 You can also define your own colors as described in 
19060 \begin_inset CommandInset ref
19061 LatexCommand ref
19062 reference "sub:Colored-Boxes"
19063
19064 \end_inset
19065
19066 .
19067  They can be used with the TeX code command 
19068 \series bold
19069
19070 \backslash
19071 textcolor
19072 \series default
19073
19074 \begin_inset Index idx
19075 status collapsed
19076
19077 \begin_layout Plain Layout
19078 Commands ! T ! 
19079 \backslash
19080 textcolor
19081 \end_layout
19082
19083 \end_inset
19084
19085  in the scheme
19086 \end_layout
19087
19088 \begin_layout Standard
19089
19090 \series bold
19091
19092 \backslash
19093 textcolor{color}{characters or formula}
19094 \end_layout
19095
19096 \begin_layout Standard
19097 The following example was colored completely dark green and partly red:
19098 \end_layout
19099
19100 \begin_layout Standard
19101 \begin_inset ERT
19102 status collapsed
19103
19104 \begin_layout Plain Layout
19105
19106
19107 \backslash
19108 textcolor{darkgreen}{
19109 \end_layout
19110
19111 \end_inset
19112
19113
19114 \begin_inset Formula 
19115 \[
19116 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19117 \]
19118
19119 \end_inset
19120
19121
19122 \begin_inset ERT
19123 status collapsed
19124
19125 \begin_layout Plain Layout
19126
19127 }
19128 \end_layout
19129
19130 \end_inset
19131
19132
19133 \end_layout
19134
19135 \begin_layout Standard
19136 Due to a bug in LyX only complete formulas can be colored with self-defined
19137  colors.
19138 \begin_inset Foot
19139 status collapsed
19140
19141 \begin_layout Plain Layout
19142 \begin_inset CommandInset href
19143 LatexCommand href
19144 name "LyX-bug #5269"
19145 target "http://www.lyx.org/trac/ticket/5269"
19146
19147 \end_inset
19148
19149
19150 \end_layout
19151
19152 \end_inset
19153
19154
19155 \end_layout
19156
19157 \begin_layout Subsection
19158 Font Sizes
19159 \begin_inset CommandInset label
19160 LatexCommand label
19161 name "sub:Font-Sizes"
19162
19163 \end_inset
19164
19165
19166 \begin_inset Index idx
19167 status collapsed
19168
19169 \begin_layout Plain Layout
19170 Font ! size
19171 \end_layout
19172
19173 \end_inset
19174
19175
19176 \end_layout
19177
19178 \begin_layout Standard
19179 For characters in formulas there are, analog to characters in text, the
19180  following size commands:
19181 \end_layout
19182
19183 \begin_layout Standard
19184
19185 \series bold
19186
19187 \backslash
19188 Huge
19189 \series default
19190
19191 \series bold
19192
19193 \backslash
19194 huge
19195 \series default
19196
19197 \series bold
19198
19199 \backslash
19200 LARGE
19201 \series default
19202
19203 \series bold
19204
19205 \backslash
19206 Large
19207 \series default
19208
19209 \series bold
19210
19211 \backslash
19212 large
19213 \series default
19214
19215 \series bold
19216
19217 \backslash
19218 normalsize
19219 \series default
19220
19221 \series bold
19222
19223 \backslash
19224 small
19225 \series default
19226 ,
19227 \begin_inset Newline newline
19228 \end_inset
19229
19230
19231 \series bold
19232
19233 \backslash
19234 footnotesize
19235 \series default
19236
19237 \series bold
19238
19239 \backslash
19240 scriptsize
19241 \series default
19242  and 
19243 \series bold
19244
19245 \backslash
19246 tiny
19247 \end_layout
19248
19249 \begin_layout Standard
19250 The size produced by the commands depends on the document font size, which
19251  corresponds to the command 
19252 \series bold
19253
19254 \backslash
19255 normalsize
19256 \series default
19257 .
19258  The other commands produce smaller or larger sizes than 
19259 \series bold
19260
19261 \backslash
19262 normalsize
19263 \series default
19264 .
19265  The font size can however not exceed a certain value.
19266  Is for example the document font size 12
19267 \begin_inset space \thinspace{}
19268 \end_inset
19269
19270 pt, the command 
19271 \series bold
19272
19273 \backslash
19274 Huge
19275 \series default
19276  switches to the same size as 
19277 \series bold
19278
19279 \backslash
19280 huge
19281 \series default
19282 .
19283  
19284 \end_layout
19285
19286 \begin_layout Standard
19287 A size command is inserted in TeX-mode before the formula and sets the size
19288  for all following formula and text characters.
19289  To switch back to the initial size, the command 
19290 \series bold
19291
19292 \backslash
19293 normalsize
19294 \series default
19295  is inserted behind the formula in TeX-mode.
19296 \end_layout
19297
19298 \begin_layout Standard
19299 Within a formula the size can be changed using the following size commands:
19300 \end_layout
19301
19302 \begin_layout Standard
19303 \noindent
19304 \align center
19305 \begin_inset Tabular
19306 <lyxtabular version="3" rows="5" columns="2">
19307 <features tabularvalignment="middle">
19308 <column alignment="center" valignment="top" width="0">
19309 <column alignment="center" valignment="top" width="0">
19310 <row>
19311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315 Command
19316 \end_layout
19317
19318 \end_inset
19319 </cell>
19320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19321 \begin_inset Text
19322
19323 \begin_layout Plain Layout
19324 Result
19325 \begin_inset Note Note
19326 status collapsed
19327
19328 \begin_layout Plain Layout
19329
19330 \series bold
19331
19332 \backslash
19333 raisebox
19334 \series default
19335  is only used as spacer.
19336 \end_layout
19337
19338 \end_inset
19339
19340
19341 \end_layout
19342
19343 \end_inset
19344 </cell>
19345 </row>
19346 <row>
19347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19348 \begin_inset Text
19349
19350 \begin_layout Plain Layout
19351
19352 \backslash
19353 displaystyle
19354 \begin_inset Index idx
19355 status collapsed
19356
19357 \begin_layout Plain Layout
19358 Commands ! D ! 
19359 \backslash
19360 displaystyle
19361 \end_layout
19362
19363 \end_inset
19364
19365
19366 \end_layout
19367
19368 \end_inset
19369 </cell>
19370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19371 \begin_inset Text
19372
19373 \begin_layout Plain Layout
19374 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19375 \end_inset
19376
19377
19378 \end_layout
19379
19380 \end_inset
19381 </cell>
19382 </row>
19383 <row>
19384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19385 \begin_inset Text
19386
19387 \begin_layout Plain Layout
19388
19389 \backslash
19390 textstyle
19391 \end_layout
19392
19393 \end_inset
19394 </cell>
19395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19396 \begin_inset Text
19397
19398 \begin_layout Plain Layout
19399 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19400 \end_inset
19401
19402
19403 \end_layout
19404
19405 \end_inset
19406 </cell>
19407 </row>
19408 <row>
19409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19410 \begin_inset Text
19411
19412 \begin_layout Plain Layout
19413
19414 \backslash
19415 scriptstyle
19416 \end_layout
19417
19418 \end_inset
19419 </cell>
19420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19421 \begin_inset Text
19422
19423 \begin_layout Plain Layout
19424 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19425 \end_inset
19426
19427
19428 \end_layout
19429
19430 \end_inset
19431 </cell>
19432 </row>
19433 <row>
19434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19435 \begin_inset Text
19436
19437 \begin_layout Plain Layout
19438
19439 \backslash
19440 scriptscriptstyle
19441 \end_layout
19442
19443 \end_inset
19444 </cell>
19445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19446 \begin_inset Text
19447
19448 \begin_layout Plain Layout
19449 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19450 \end_inset
19451
19452
19453 \end_layout
19454
19455 \end_inset
19456 </cell>
19457 </row>
19458 </lyxtabular>
19459
19460 \end_inset
19461
19462
19463 \end_layout
19464
19465 \begin_layout Standard
19466 After entering these commands, a blue box appears in which the formula parts
19467  are inserted.
19468 \end_layout
19469
19470 \begin_layout Standard
19471 There is a further method to change the font size, that though only works
19472  for symbols or letters in mathematical text.
19473  To use it, one of the above text size commands is inserted in mathematical
19474  text.
19475  All following characters until the end of the mathematical text or until
19476  another size command will have the selected size.
19477  Two examples:
19478 \begin_inset VSpace -2mm
19479 \end_inset
19480
19481
19482 \end_layout
19483
19484 \begin_layout Standard
19485 \begin_inset ERT
19486 status collapsed
19487
19488 \begin_layout Plain Layout
19489
19490
19491 \backslash
19492 huge 
19493 \end_layout
19494
19495 \end_inset
19496
19497
19498 \begin_inset Formula 
19499 \[
19500 A=\frac{B}{c}\cdot\maltese
19501 \]
19502
19503 \end_inset
19504
19505
19506 \begin_inset Formula 
19507 \[
19508 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19509 \]
19510
19511 \end_inset
19512
19513
19514 \begin_inset ERT
19515 status collapsed
19516
19517 \begin_layout Plain Layout
19518
19519
19520 \backslash
19521 normalsize 
19522 \end_layout
19523
19524 \end_inset
19525
19526
19527 \end_layout
19528
19529 \begin_layout Standard
19530 \begin_inset VSpace medskip
19531 \end_inset
19532
19533 Before both formulas the command 
19534 \series bold
19535
19536 \backslash
19537 huge
19538 \series default
19539  was inserted.
19540  The command for the second formula is:
19541 \begin_inset Newline newline
19542 \end_inset
19543
19544
19545 \series bold
19546
19547 \backslash
19548 maltese
19549 \begin_inset ERT
19550 status collapsed
19551
19552 \begin_layout Plain Layout
19553
19554
19555 \backslash
19556 spce 
19557 \end_layout
19558
19559 \end_inset
19560
19561 A Alt+M M 
19562 \backslash
19563 Large
19564 \begin_inset ERT
19565 status collapsed
19566
19567 \begin_layout Plain Layout
19568
19569
19570 \backslash
19571 spce 
19572 \end_layout
19573
19574 \end_inset
19575
19576
19577 \backslash
19578 maltese
19579 \begin_inset ERT
19580 status collapsed
19581
19582 \begin_layout Plain Layout
19583
19584
19585 \backslash
19586 spce 
19587 \end_layout
19588
19589 \end_inset
19590
19591
19592 \backslash
19593 textit
19594 \begin_inset ERT
19595 status collapsed
19596
19597 \begin_layout Plain Layout
19598
19599
19600 \backslash
19601 spce 
19602 \end_layout
19603
19604 \end_inset
19605
19606 A
19607 \begin_inset Formula $\to$
19608 \end_inset
19609
19610
19611 \begin_inset Formula $\to$
19612 \end_inset
19613
19614
19615 \begin_inset Newline newline
19616 \end_inset
19617
19618
19619 \begin_inset space \hspace*{}
19620 \length 1cm
19621 \end_inset
19622
19623 Alt+M
19624 \series default
19625  
19626 \series bold
19627
19628 \backslash
19629 tiny
19630 \begin_inset ERT
19631 status collapsed
19632
19633 \begin_layout Plain Layout
19634
19635
19636 \backslash
19637 spce 
19638 \end_layout
19639
19640 \end_inset
19641
19642
19643 \backslash
19644 maltese
19645 \begin_inset ERT
19646 status collapsed
19647
19648 \begin_layout Plain Layout
19649
19650
19651 \backslash
19652 spce 
19653 \end_layout
19654
19655 \end_inset
19656
19657
19658 \backslash
19659 textit
19660 \begin_inset ERT
19661 status collapsed
19662
19663 \begin_layout Plain Layout
19664
19665
19666 \backslash
19667 spce 
19668 \end_layout
19669
19670 \end_inset
19671
19672 A
19673 \end_layout
19674
19675 \begin_layout Standard
19676 If a symbol cannot be displayed in different sizes, it will always be displayed
19677  in the default size.
19678 \end_layout
19679
19680 \begin_layout Section
19681 Greek Letters
19682 \begin_inset Index idx
19683 status collapsed
19684
19685 \begin_layout Plain Layout
19686 Greek letters
19687 \end_layout
19688
19689 \end_inset
19690
19691
19692 \end_layout
19693
19694 \begin_layout Standard
19695 Greek letters can also be inserted via the toolbar button 
19696 \begin_inset Graphics
19697         filename ../images/math/alpha.png
19698         scale 85
19699
19700 \end_inset
19701
19702 .
19703  All international typesetting norms purport that Greek letters in math
19704  have to be typeset italic/slanted.
19705  In some languages, like French or Russian, they are nevertheless sometimes
19706  typeset upright.
19707 \end_layout
19708
19709 \begin_layout Subsection
19710 Small Letters
19711 \begin_inset Index idx
19712 status collapsed
19713
19714 \begin_layout Plain Layout
19715 Greek letters ! small
19716 \end_layout
19717
19718 \end_inset
19719
19720
19721 \end_layout
19722
19723 \begin_layout Standard
19724 \begin_inset space \hfill{}
19725 \end_inset
19726
19727
19728 \begin_inset Tabular
19729 <lyxtabular version="3" rows="11" columns="2">
19730 <features tabularvalignment="middle">
19731 <column alignment="center" valignment="top" width="0pt">
19732 <column alignment="center" valignment="top" width="0pt">
19733 <row>
19734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19735 \begin_inset Text
19736
19737 \begin_layout Plain Layout
19738 Command
19739 \end_layout
19740
19741 \end_inset
19742 </cell>
19743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19744 \begin_inset Text
19745
19746 \begin_layout Plain Layout
19747 Result
19748 \end_layout
19749
19750 \end_inset
19751 </cell>
19752 </row>
19753 <row>
19754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19755 \begin_inset Text
19756
19757 \begin_layout Plain Layout
19758
19759 \backslash
19760 alpha
19761 \end_layout
19762
19763 \end_inset
19764 </cell>
19765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19766 \begin_inset Text
19767
19768 \begin_layout Plain Layout
19769 \begin_inset Formula $\alpha$
19770 \end_inset
19771
19772
19773 \end_layout
19774
19775 \end_inset
19776 </cell>
19777 </row>
19778 <row>
19779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19780 \begin_inset Text
19781
19782 \begin_layout Plain Layout
19783
19784 \backslash
19785 beta
19786 \end_layout
19787
19788 \end_inset
19789 </cell>
19790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19791 \begin_inset Text
19792
19793 \begin_layout Plain Layout
19794 \begin_inset Formula $\beta$
19795 \end_inset
19796
19797
19798 \end_layout
19799
19800 \end_inset
19801 </cell>
19802 </row>
19803 <row>
19804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19805 \begin_inset Text
19806
19807 \begin_layout Plain Layout
19808
19809 \backslash
19810 gamma
19811 \end_layout
19812
19813 \end_inset
19814 </cell>
19815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19816 \begin_inset Text
19817
19818 \begin_layout Plain Layout
19819 \begin_inset Formula $\gamma$
19820 \end_inset
19821
19822
19823 \end_layout
19824
19825 \end_inset
19826 </cell>
19827 </row>
19828 <row>
19829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19830 \begin_inset Text
19831
19832 \begin_layout Plain Layout
19833
19834 \backslash
19835 delta
19836 \end_layout
19837
19838 \end_inset
19839 </cell>
19840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19841 \begin_inset Text
19842
19843 \begin_layout Plain Layout
19844 \begin_inset Formula $\delta$
19845 \end_inset
19846
19847
19848 \end_layout
19849
19850 \end_inset
19851 </cell>
19852 </row>
19853 <row>
19854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19855 \begin_inset Text
19856
19857 \begin_layout Plain Layout
19858
19859 \backslash
19860 epsilon
19861 \end_layout
19862
19863 \end_inset
19864 </cell>
19865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19866 \begin_inset Text
19867
19868 \begin_layout Plain Layout
19869 \begin_inset Formula $\epsilon$
19870 \end_inset
19871
19872
19873 \end_layout
19874
19875 \end_inset
19876 </cell>
19877 </row>
19878 <row>
19879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19880 \begin_inset Text
19881
19882 \begin_layout Plain Layout
19883
19884 \backslash
19885 varepsilon
19886 \end_layout
19887
19888 \end_inset
19889 </cell>
19890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19891 \begin_inset Text
19892
19893 \begin_layout Plain Layout
19894 \begin_inset Formula $\varepsilon$
19895 \end_inset
19896
19897
19898 \end_layout
19899
19900 \end_inset
19901 </cell>
19902 </row>
19903 <row>
19904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19905 \begin_inset Text
19906
19907 \begin_layout Plain Layout
19908
19909 \backslash
19910 zeta
19911 \end_layout
19912
19913 \end_inset
19914 </cell>
19915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19916 \begin_inset Text
19917
19918 \begin_layout Plain Layout
19919 \begin_inset Formula $\zeta$
19920 \end_inset
19921
19922
19923 \end_layout
19924
19925 \end_inset
19926 </cell>
19927 </row>
19928 <row>
19929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19930 \begin_inset Text
19931
19932 \begin_layout Plain Layout
19933
19934 \backslash
19935 eta
19936 \end_layout
19937
19938 \end_inset
19939 </cell>
19940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19941 \begin_inset Text
19942
19943 \begin_layout Plain Layout
19944 \begin_inset Formula $\eta$
19945 \end_inset
19946
19947
19948 \end_layout
19949
19950 \end_inset
19951 </cell>
19952 </row>
19953 <row>
19954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19955 \begin_inset Text
19956
19957 \begin_layout Plain Layout
19958
19959 \backslash
19960 theta
19961 \end_layout
19962
19963 \end_inset
19964 </cell>
19965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19966 \begin_inset Text
19967
19968 \begin_layout Plain Layout
19969 \begin_inset Formula $\theta$
19970 \end_inset
19971
19972
19973 \end_layout
19974
19975 \end_inset
19976 </cell>
19977 </row>
19978 <row>
19979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19980 \begin_inset Text
19981
19982 \begin_layout Plain Layout
19983
19984 \backslash
19985 vartheta
19986 \end_layout
19987
19988 \end_inset
19989 </cell>
19990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19991 \begin_inset Text
19992
19993 \begin_layout Plain Layout
19994 \begin_inset Formula $\vartheta$
19995 \end_inset
19996
19997
19998 \end_layout
19999
20000 \end_inset
20001 </cell>
20002 </row>
20003 </lyxtabular>
20004
20005 \end_inset
20006
20007
20008 \begin_inset space \hfill{}
20009 \end_inset
20010
20011
20012 \begin_inset Tabular
20013 <lyxtabular version="3" rows="12" columns="2">
20014 <features tabularvalignment="middle">
20015 <column alignment="center" valignment="top" width="0pt">
20016 <column alignment="center" valignment="top" width="0pt">
20017 <row>
20018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20019 \begin_inset Text
20020
20021 \begin_layout Plain Layout
20022 Command
20023 \end_layout
20024
20025 \end_inset
20026 </cell>
20027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20028 \begin_inset Text
20029
20030 \begin_layout Plain Layout
20031 Result
20032 \end_layout
20033
20034 \end_inset
20035 </cell>
20036 </row>
20037 <row>
20038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042
20043 \backslash
20044 iota
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20050 \begin_inset Text
20051
20052 \begin_layout Plain Layout
20053 \begin_inset Formula $\iota$
20054 \end_inset
20055
20056
20057 \end_layout
20058
20059 \end_inset
20060 </cell>
20061 </row>
20062 <row>
20063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20064 \begin_inset Text
20065
20066 \begin_layout Plain Layout
20067
20068 \backslash
20069 kappa
20070 \end_layout
20071
20072 \end_inset
20073 </cell>
20074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20075 \begin_inset Text
20076
20077 \begin_layout Plain Layout
20078 \begin_inset Formula $\kappa$
20079 \end_inset
20080
20081
20082 \end_layout
20083
20084 \end_inset
20085 </cell>
20086 </row>
20087 <row>
20088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20089 \begin_inset Text
20090
20091 \begin_layout Plain Layout
20092
20093 \backslash
20094 varkappa
20095 \end_layout
20096
20097 \end_inset
20098 </cell>
20099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20100 \begin_inset Text
20101
20102 \begin_layout Plain Layout
20103 \begin_inset Formula $\varkappa$
20104 \end_inset
20105
20106
20107 \end_layout
20108
20109 \end_inset
20110 </cell>
20111 </row>
20112 <row>
20113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20114 \begin_inset Text
20115
20116 \begin_layout Plain Layout
20117
20118 \backslash
20119 lambda
20120 \end_layout
20121
20122 \end_inset
20123 </cell>
20124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20125 \begin_inset Text
20126
20127 \begin_layout Plain Layout
20128 \begin_inset Formula $\lambda$
20129 \end_inset
20130
20131
20132 \end_layout
20133
20134 \end_inset
20135 </cell>
20136 </row>
20137 <row>
20138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20139 \begin_inset Text
20140
20141 \begin_layout Plain Layout
20142
20143 \backslash
20144 mu
20145 \end_layout
20146
20147 \end_inset
20148 </cell>
20149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20150 \begin_inset Text
20151
20152 \begin_layout Plain Layout
20153 \begin_inset Formula $\mu$
20154 \end_inset
20155
20156
20157 \end_layout
20158
20159 \end_inset
20160 </cell>
20161 </row>
20162 <row>
20163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20164 \begin_inset Text
20165
20166 \begin_layout Plain Layout
20167
20168 \backslash
20169 nu
20170 \end_layout
20171
20172 \end_inset
20173 </cell>
20174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20175 \begin_inset Text
20176
20177 \begin_layout Plain Layout
20178 \begin_inset Formula $\nu$
20179 \end_inset
20180
20181
20182 \end_layout
20183
20184 \end_inset
20185 </cell>
20186 </row>
20187 <row>
20188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20189 \begin_inset Text
20190
20191 \begin_layout Plain Layout
20192
20193 \backslash
20194 xi
20195 \end_layout
20196
20197 \end_inset
20198 </cell>
20199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20200 \begin_inset Text
20201
20202 \begin_layout Plain Layout
20203 \begin_inset Formula $\xi$
20204 \end_inset
20205
20206
20207 \end_layout
20208
20209 \end_inset
20210 </cell>
20211 </row>
20212 <row>
20213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20214 \begin_inset Text
20215
20216 \begin_layout Plain Layout
20217 o
20218 \end_layout
20219
20220 \end_inset
20221 </cell>
20222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20223 \begin_inset Text
20224
20225 \begin_layout Plain Layout
20226 \begin_inset Formula $o$
20227 \end_inset
20228
20229
20230 \end_layout
20231
20232 \end_inset
20233 </cell>
20234 </row>
20235 <row>
20236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20237 \begin_inset Text
20238
20239 \begin_layout Plain Layout
20240
20241 \backslash
20242 pi
20243 \end_layout
20244
20245 \end_inset
20246 </cell>
20247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20248 \begin_inset Text
20249
20250 \begin_layout Plain Layout
20251 \begin_inset Formula $\pi$
20252 \end_inset
20253
20254
20255 \end_layout
20256
20257 \end_inset
20258 </cell>
20259 </row>
20260 <row>
20261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20262 \begin_inset Text
20263
20264 \begin_layout Plain Layout
20265
20266 \backslash
20267 varpi
20268 \end_layout
20269
20270 \end_inset
20271 </cell>
20272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20273 \begin_inset Text
20274
20275 \begin_layout Plain Layout
20276 \begin_inset Formula $\varpi$
20277 \end_inset
20278
20279
20280 \end_layout
20281
20282 \end_inset
20283 </cell>
20284 </row>
20285 <row>
20286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20287 \begin_inset Text
20288
20289 \begin_layout Plain Layout
20290
20291 \backslash
20292 rho
20293 \end_layout
20294
20295 \end_inset
20296 </cell>
20297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20298 \begin_inset Text
20299
20300 \begin_layout Plain Layout
20301 \begin_inset Formula $\rho$
20302 \end_inset
20303
20304
20305 \end_layout
20306
20307 \end_inset
20308 </cell>
20309 </row>
20310 </lyxtabular>
20311
20312 \end_inset
20313
20314
20315 \begin_inset space \hfill{}
20316 \end_inset
20317
20318
20319 \begin_inset Tabular
20320 <lyxtabular version="3" rows="11" columns="2">
20321 <features tabularvalignment="middle">
20322 <column alignment="center" valignment="top" width="0pt">
20323 <column alignment="center" valignment="top" width="0pt">
20324 <row>
20325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20326 \begin_inset Text
20327
20328 \begin_layout Plain Layout
20329 Command
20330 \end_layout
20331
20332 \end_inset
20333 </cell>
20334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20335 \begin_inset Text
20336
20337 \begin_layout Plain Layout
20338 Result
20339 \end_layout
20340
20341 \end_inset
20342 </cell>
20343 </row>
20344 <row>
20345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20346 \begin_inset Text
20347
20348 \begin_layout Plain Layout
20349
20350 \backslash
20351 varrho
20352 \end_layout
20353
20354 \end_inset
20355 </cell>
20356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20357 \begin_inset Text
20358
20359 \begin_layout Plain Layout
20360 \begin_inset Formula $\varrho$
20361 \end_inset
20362
20363
20364 \end_layout
20365
20366 \end_inset
20367 </cell>
20368 </row>
20369 <row>
20370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20371 \begin_inset Text
20372
20373 \begin_layout Plain Layout
20374
20375 \backslash
20376 sigma
20377 \end_layout
20378
20379 \end_inset
20380 </cell>
20381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20382 \begin_inset Text
20383
20384 \begin_layout Plain Layout
20385 \begin_inset Formula $\sigma$
20386 \end_inset
20387
20388
20389 \end_layout
20390
20391 \end_inset
20392 </cell>
20393 </row>
20394 <row>
20395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20396 \begin_inset Text
20397
20398 \begin_layout Plain Layout
20399
20400 \backslash
20401 varsigma
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20407 \begin_inset Text
20408
20409 \begin_layout Plain Layout
20410 \begin_inset Formula $\varsigma$
20411 \end_inset
20412
20413
20414 \end_layout
20415
20416 \end_inset
20417 </cell>
20418 </row>
20419 <row>
20420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20421 \begin_inset Text
20422
20423 \begin_layout Plain Layout
20424
20425 \backslash
20426 tau
20427 \end_layout
20428
20429 \end_inset
20430 </cell>
20431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20432 \begin_inset Text
20433
20434 \begin_layout Plain Layout
20435 \begin_inset Formula $\tau$
20436 \end_inset
20437
20438
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 </row>
20444 <row>
20445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20446 \begin_inset Text
20447
20448 \begin_layout Plain Layout
20449
20450 \backslash
20451 upsilon
20452 \end_layout
20453
20454 \end_inset
20455 </cell>
20456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Plain Layout
20460 \begin_inset Formula $\upsilon$
20461 \end_inset
20462
20463
20464 \end_layout
20465
20466 \end_inset
20467 </cell>
20468 </row>
20469 <row>
20470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20471 \begin_inset Text
20472
20473 \begin_layout Plain Layout
20474
20475 \backslash
20476 phi
20477 \end_layout
20478
20479 \end_inset
20480 </cell>
20481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485 \begin_inset Formula $\phi$
20486 \end_inset
20487
20488
20489 \end_layout
20490
20491 \end_inset
20492 </cell>
20493 </row>
20494 <row>
20495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499
20500 \backslash
20501 varphi
20502 \end_layout
20503
20504 \end_inset
20505 </cell>
20506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Plain Layout
20510 \begin_inset Formula $\varphi$
20511 \end_inset
20512
20513
20514 \end_layout
20515
20516 \end_inset
20517 </cell>
20518 </row>
20519 <row>
20520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20521 \begin_inset Text
20522
20523 \begin_layout Plain Layout
20524
20525 \backslash
20526 chi
20527 \end_layout
20528
20529 \end_inset
20530 </cell>
20531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535 \begin_inset Formula $\chi$
20536 \end_inset
20537
20538
20539 \end_layout
20540
20541 \end_inset
20542 </cell>
20543 </row>
20544 <row>
20545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20546 \begin_inset Text
20547
20548 \begin_layout Plain Layout
20549
20550 \backslash
20551 psi
20552 \end_layout
20553
20554 \end_inset
20555 </cell>
20556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20557 \begin_inset Text
20558
20559 \begin_layout Plain Layout
20560 \begin_inset Formula $\psi$
20561 \end_inset
20562
20563
20564 \end_layout
20565
20566 \end_inset
20567 </cell>
20568 </row>
20569 <row>
20570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20571 \begin_inset Text
20572
20573 \begin_layout Plain Layout
20574
20575 \backslash
20576 omega
20577 \end_layout
20578
20579 \end_inset
20580 </cell>
20581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20582 \begin_inset Text
20583
20584 \begin_layout Plain Layout
20585 \begin_inset Formula $\omega$
20586 \end_inset
20587
20588
20589 \end_layout
20590
20591 \end_inset
20592 </cell>
20593 </row>
20594 </lyxtabular>
20595
20596 \end_inset
20597
20598
20599 \begin_inset space \hfill{}
20600 \end_inset
20601
20602
20603 \end_layout
20604
20605 \begin_layout Standard
20606 \begin_inset VSpace medskip
20607 \end_inset
20608
20609
20610 \end_layout
20611
20612 \begin_layout Standard
20613 How to create special upright Greek letters is explained in 
20614 \begin_inset CommandInset ref
20615 LatexCommand ref
20616 reference "sub:Upright-small-Greek"
20617
20618 \end_inset
20619
20620 .
20621 \end_layout
20622
20623 \begin_layout Subsection
20624 Big Letters
20625 \begin_inset Index idx
20626 status collapsed
20627
20628 \begin_layout Plain Layout
20629 Greek letters ! big
20630 \end_layout
20631
20632 \end_inset
20633
20634
20635 \end_layout
20636
20637 \begin_layout Standard
20638 \begin_inset space \hfill{}
20639 \end_inset
20640
20641
20642 \begin_inset Tabular
20643 <lyxtabular version="3" rows="7" columns="2">
20644 <features tabularvalignment="middle">
20645 <column alignment="center" valignment="top" width="0pt">
20646 <column alignment="center" valignment="top" width="0pt">
20647 <row>
20648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20649 \begin_inset Text
20650
20651 \begin_layout Plain Layout
20652 Command
20653 \end_layout
20654
20655 \end_inset
20656 </cell>
20657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20658 \begin_inset Text
20659
20660 \begin_layout Plain Layout
20661 Result
20662 \end_layout
20663
20664 \end_inset
20665 </cell>
20666 </row>
20667 <row>
20668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20669 \begin_inset Text
20670
20671 \begin_layout Plain Layout
20672
20673 \backslash
20674 Gamma
20675 \end_layout
20676
20677 \end_inset
20678 </cell>
20679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20680 \begin_inset Text
20681
20682 \begin_layout Plain Layout
20683 \begin_inset Formula $\Gamma$
20684 \end_inset
20685
20686
20687 \end_layout
20688
20689 \end_inset
20690 </cell>
20691 </row>
20692 <row>
20693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20694 \begin_inset Text
20695
20696 \begin_layout Plain Layout
20697
20698 \backslash
20699 Delta
20700 \end_layout
20701
20702 \end_inset
20703 </cell>
20704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20705 \begin_inset Text
20706
20707 \begin_layout Plain Layout
20708 \begin_inset Formula $\Delta$
20709 \end_inset
20710
20711
20712 \end_layout
20713
20714 \end_inset
20715 </cell>
20716 </row>
20717 <row>
20718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20719 \begin_inset Text
20720
20721 \begin_layout Plain Layout
20722
20723 \backslash
20724 Theta
20725 \end_layout
20726
20727 \end_inset
20728 </cell>
20729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20730 \begin_inset Text
20731
20732 \begin_layout Plain Layout
20733 \begin_inset Formula $\Theta$
20734 \end_inset
20735
20736
20737 \end_layout
20738
20739 \end_inset
20740 </cell>
20741 </row>
20742 <row>
20743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20744 \begin_inset Text
20745
20746 \begin_layout Plain Layout
20747
20748 \backslash
20749 Lambda
20750 \end_layout
20751
20752 \end_inset
20753 </cell>
20754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20755 \begin_inset Text
20756
20757 \begin_layout Plain Layout
20758 \begin_inset Formula $\Lambda$
20759 \end_inset
20760
20761
20762 \end_layout
20763
20764 \end_inset
20765 </cell>
20766 </row>
20767 <row>
20768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20769 \begin_inset Text
20770
20771 \begin_layout Plain Layout
20772
20773 \backslash
20774 Xi
20775 \end_layout
20776
20777 \end_inset
20778 </cell>
20779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20780 \begin_inset Text
20781
20782 \begin_layout Plain Layout
20783 \begin_inset Formula $\Xi$
20784 \end_inset
20785
20786
20787 \end_layout
20788
20789 \end_inset
20790 </cell>
20791 </row>
20792 <row>
20793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20794 \begin_inset Text
20795
20796 \begin_layout Plain Layout
20797
20798 \backslash
20799 Pi
20800 \end_layout
20801
20802 \end_inset
20803 </cell>
20804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20805 \begin_inset Text
20806
20807 \begin_layout Plain Layout
20808 \begin_inset Formula $\Pi$
20809 \end_inset
20810
20811
20812 \end_layout
20813
20814 \end_inset
20815 </cell>
20816 </row>
20817 </lyxtabular>
20818
20819 \end_inset
20820
20821
20822 \begin_inset space \hfill{}
20823 \end_inset
20824
20825
20826 \begin_inset Tabular
20827 <lyxtabular version="3" rows="6" columns="2">
20828 <features tabularvalignment="middle">
20829 <column alignment="center" valignment="top" width="0pt">
20830 <column alignment="center" valignment="top" width="0pt">
20831 <row>
20832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20833 \begin_inset Text
20834
20835 \begin_layout Plain Layout
20836 Command
20837 \end_layout
20838
20839 \end_inset
20840 </cell>
20841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20842 \begin_inset Text
20843
20844 \begin_layout Plain Layout
20845 Result
20846 \end_layout
20847
20848 \end_inset
20849 </cell>
20850 </row>
20851 <row>
20852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20853 \begin_inset Text
20854
20855 \begin_layout Plain Layout
20856
20857 \backslash
20858 Sigma
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20864 \begin_inset Text
20865
20866 \begin_layout Plain Layout
20867 \begin_inset Formula $\Sigma$
20868 \end_inset
20869
20870
20871 \end_layout
20872
20873 \end_inset
20874 </cell>
20875 </row>
20876 <row>
20877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20878 \begin_inset Text
20879
20880 \begin_layout Plain Layout
20881
20882 \backslash
20883 Upsilon
20884 \end_layout
20885
20886 \end_inset
20887 </cell>
20888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20889 \begin_inset Text
20890
20891 \begin_layout Plain Layout
20892 \begin_inset Formula $\Upsilon$
20893 \end_inset
20894
20895
20896 \end_layout
20897
20898 \end_inset
20899 </cell>
20900 </row>
20901 <row>
20902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20903 \begin_inset Text
20904
20905 \begin_layout Plain Layout
20906
20907 \backslash
20908 Phi
20909 \end_layout
20910
20911 \end_inset
20912 </cell>
20913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20914 \begin_inset Text
20915
20916 \begin_layout Plain Layout
20917 \begin_inset Formula $\Phi$
20918 \end_inset
20919
20920
20921 \end_layout
20922
20923 \end_inset
20924 </cell>
20925 </row>
20926 <row>
20927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20928 \begin_inset Text
20929
20930 \begin_layout Plain Layout
20931
20932 \backslash
20933 Psi
20934 \end_layout
20935
20936 \end_inset
20937 </cell>
20938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20939 \begin_inset Text
20940
20941 \begin_layout Plain Layout
20942 \begin_inset Formula $\Psi$
20943 \end_inset
20944
20945
20946 \end_layout
20947
20948 \end_inset
20949 </cell>
20950 </row>
20951 <row>
20952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20953 \begin_inset Text
20954
20955 \begin_layout Plain Layout
20956
20957 \backslash
20958 Omega
20959 \end_layout
20960
20961 \end_inset
20962 </cell>
20963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20964 \begin_inset Text
20965
20966 \begin_layout Plain Layout
20967 \begin_inset Formula $\Omega$
20968 \end_inset
20969
20970
20971 \end_layout
20972
20973 \end_inset
20974 </cell>
20975 </row>
20976 </lyxtabular>
20977
20978 \end_inset
20979
20980
20981 \begin_inset space \hfill{}
20982 \end_inset
20983
20984
20985 \end_layout
20986
20987 \begin_layout Standard
20988 \begin_inset VSpace medskip
20989 \end_inset
20990
20991 That the big Greek letters appear upright is caused by a design bug when
20992  TeX was developed.
20993  To get correct italic big letters, begin every command with 
20994 \series bold
20995 var
20996 \series default
20997 .
20998  For example the command 
20999 \series bold
21000
21001 \backslash
21002 varGamma
21003 \series default
21004  produces 
21005 \begin_inset Formula $\varGamma$
21006 \end_inset
21007
21008 .
21009  Another way is to load the package 
21010 \series bold
21011 fixmath
21012 \series default
21013
21014 \begin_inset Foot
21015 status collapsed
21016
21017 \begin_layout Plain Layout
21018
21019 \series bold
21020 fixmath
21021 \series default
21022  is part of the LaTeX-package 
21023 \series bold
21024 was
21025 \series default
21026
21027 \begin_inset Index idx
21028 status collapsed
21029
21030 \begin_layout Plain Layout
21031 Packages ! was
21032 \begin_inset ERT
21033 status collapsed
21034
21035 \begin_layout Plain Layout
21036
21037
21038 \backslash
21039 vspace{4mm}
21040 \end_layout
21041
21042 \end_inset
21043
21044
21045 \end_layout
21046
21047 \end_inset
21048
21049 .
21050 \end_layout
21051
21052 \end_inset
21053
21054
21055 \begin_inset Index idx
21056 status collapsed
21057
21058 \begin_layout Plain Layout
21059 Packages ! fixmath
21060 \end_layout
21061
21062 \end_inset
21063
21064  with the LaTeX-preamble line
21065 \end_layout
21066
21067 \begin_layout Standard
21068
21069 \series bold
21070
21071 \backslash
21072 usepackage{fixmath}
21073 \end_layout
21074
21075 \begin_layout Standard
21076 Then all big Greek letters in a document will automatically be typeset italic.
21077 \end_layout
21078
21079 \begin_layout Subsection
21080 Bold Letters
21081 \begin_inset Index idx
21082 status collapsed
21083
21084 \begin_layout Plain Layout
21085 Greek letters ! bold
21086 \end_layout
21087
21088 \end_inset
21089
21090
21091 \end_layout
21092
21093 \begin_layout Standard
21094 Greek letters cannot be set with different font styles like Latin letters.
21095  They can only be made bold with the command 
21096 \series bold
21097
21098 \backslash
21099 boldsymbol
21100 \series default
21101
21102 \begin_inset Index idx
21103 status collapsed
21104
21105 \begin_layout Plain Layout
21106 Commands ! B ! 
21107 \backslash
21108 boldsymbol
21109 \end_layout
21110
21111 \end_inset
21112
21113 .
21114 \end_layout
21115
21116 \begin_layout Standard
21117 \align center
21118 \begin_inset Tabular
21119 <lyxtabular version="3" rows="3" columns="2">
21120 <features tabularvalignment="middle">
21121 <column alignment="center" valignment="top" width="0">
21122 <column alignment="center" valignment="top" width="0">
21123 <row>
21124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21125 \begin_inset Text
21126
21127 \begin_layout Plain Layout
21128 Command
21129 \end_layout
21130
21131 \end_inset
21132 </cell>
21133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21134 \begin_inset Text
21135
21136 \begin_layout Plain Layout
21137 Result
21138 \end_layout
21139
21140 \end_inset
21141 </cell>
21142 </row>
21143 <row>
21144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21145 \begin_inset Text
21146
21147 \begin_layout Plain Layout
21148
21149 \backslash
21150 Upsilon
21151 \backslash
21152 boldsymbol
21153 \backslash
21154 Upsilon
21155 \end_layout
21156
21157 \end_inset
21158 </cell>
21159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21160 \begin_inset Text
21161
21162 \begin_layout Plain Layout
21163 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21164 \end_inset
21165
21166
21167 \end_layout
21168
21169 \end_inset
21170 </cell>
21171 </row>
21172 <row>
21173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21174 \begin_inset Text
21175
21176 \begin_layout Plain Layout
21177
21178 \backslash
21179 theta
21180 \backslash
21181 boldsymbol
21182 \backslash
21183 theta
21184 \end_layout
21185
21186 \end_inset
21187 </cell>
21188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21189 \begin_inset Text
21190
21191 \begin_layout Plain Layout
21192 \begin_inset Formula $\theta\boldsymbol{\theta}$
21193 \end_inset
21194
21195
21196 \end_layout
21197
21198 \end_inset
21199 </cell>
21200 </row>
21201 </lyxtabular>
21202
21203 \end_inset
21204
21205
21206 \end_layout
21207
21208 \begin_layout Standard
21209 \begin_inset Newpage newpage
21210 \end_inset
21211
21212
21213 \end_layout
21214
21215 \begin_layout Section
21216 Symbols
21217 \begin_inset ERT
21218 status collapsed
21219
21220 \begin_layout Plain Layout
21221
21222
21223 \backslash
21224 texorpdfstring{
21225 \end_layout
21226
21227 \end_inset
21228
21229
21230 \begin_inset Foot
21231 status collapsed
21232
21233 \begin_layout Plain Layout
21234 A list with all symbols of most of the LaTeX-packages can be found in 
21235 \begin_inset CommandInset citation
21236 LatexCommand cite
21237 key "Symbols"
21238
21239 \end_inset
21240
21241 .
21242 \end_layout
21243
21244 \end_inset
21245
21246
21247 \begin_inset ERT
21248 status collapsed
21249
21250 \begin_layout Plain Layout
21251
21252 }{}
21253 \end_layout
21254
21255 \end_inset
21256
21257
21258 \begin_inset Note Note
21259 status collapsed
21260
21261 \begin_layout Plain Layout
21262
21263 \backslash
21264 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21265 \end_layout
21266
21267 \begin_layout Plain Layout
21268 More about 
21269 \backslash
21270 texorpdfstring is in section 
21271 \begin_inset CommandInset ref
21272 LatexCommand ref
21273 reference "sub:Formulas-in-Section"
21274
21275 \end_inset
21276
21277 .
21278 \end_layout
21279
21280 \end_inset
21281
21282
21283 \begin_inset Index idx
21284 status collapsed
21285
21286 \begin_layout Plain Layout
21287 Symbols
21288 \end_layout
21289
21290 \end_inset
21291
21292
21293 \end_layout
21294
21295 \begin_layout Standard
21296 Many of the symbols listed in this section can also be inserted via the
21297  toolbar buttons 
21298 \begin_inset Graphics
21299         filename ../images/math/nabla.png
21300         scale 85
21301
21302 \end_inset
21303
21304  and 
21305 \begin_inset Graphics
21306         filename ../images/math/digamma.png
21307         scale 85
21308
21309 \end_inset
21310
21311 .
21312 \end_layout
21313
21314 \begin_layout Subsection
21315 Mathematical Symbols
21316 \begin_inset CommandInset label
21317 LatexCommand label
21318 name "sub:Mathematical-Symbols"
21319
21320 \end_inset
21321
21322
21323 \begin_inset Index idx
21324 status collapsed
21325
21326 \begin_layout Plain Layout
21327 Symbols ! mathematical
21328 \end_layout
21329
21330 \end_inset
21331
21332
21333 \end_layout
21334
21335 \begin_layout Standard
21336 \begin_inset space \hfill{}
21337 \end_inset
21338
21339
21340 \begin_inset Tabular
21341 <lyxtabular version="3" rows="10" columns="2">
21342 <features tabularvalignment="middle">
21343 <column alignment="center" valignment="top" width="0pt">
21344 <column alignment="center" valignment="top" width="0pt">
21345 <row>
21346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21347 \begin_inset Text
21348
21349 \begin_layout Plain Layout
21350 Command
21351 \end_layout
21352
21353 \end_inset
21354 </cell>
21355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21356 \begin_inset Text
21357
21358 \begin_layout Plain Layout
21359 Result
21360 \end_layout
21361
21362 \end_inset
21363 </cell>
21364 </row>
21365 <row>
21366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21367 \begin_inset Text
21368
21369 \begin_layout Plain Layout
21370
21371 \backslash
21372 neg
21373 \end_layout
21374
21375 \end_inset
21376 </cell>
21377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21378 \begin_inset Text
21379
21380 \begin_layout Plain Layout
21381 \begin_inset Formula $\neg$
21382 \end_inset
21383
21384
21385 \end_layout
21386
21387 \end_inset
21388 </cell>
21389 </row>
21390 <row>
21391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21392 \begin_inset Text
21393
21394 \begin_layout Plain Layout
21395
21396 \backslash
21397 Im
21398 \end_layout
21399
21400 \end_inset
21401 </cell>
21402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21403 \begin_inset Text
21404
21405 \begin_layout Plain Layout
21406 \begin_inset Formula $\Im$
21407 \end_inset
21408
21409
21410 \end_layout
21411
21412 \end_inset
21413 </cell>
21414 </row>
21415 <row>
21416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21417 \begin_inset Text
21418
21419 \begin_layout Plain Layout
21420
21421 \backslash
21422 Re
21423 \end_layout
21424
21425 \end_inset
21426 </cell>
21427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21428 \begin_inset Text
21429
21430 \begin_layout Plain Layout
21431 \begin_inset Formula $\Re$
21432 \end_inset
21433
21434
21435 \end_layout
21436
21437 \end_inset
21438 </cell>
21439 </row>
21440 <row>
21441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21442 \begin_inset Text
21443
21444 \begin_layout Plain Layout
21445
21446 \backslash
21447 aleph
21448 \end_layout
21449
21450 \end_inset
21451 </cell>
21452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21453 \begin_inset Text
21454
21455 \begin_layout Plain Layout
21456 \begin_inset Formula $\aleph$
21457 \end_inset
21458
21459
21460 \end_layout
21461
21462 \end_inset
21463 </cell>
21464 </row>
21465 <row>
21466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21467 \begin_inset Text
21468
21469 \begin_layout Plain Layout
21470
21471 \backslash
21472 partial
21473 \end_layout
21474
21475 \end_inset
21476 </cell>
21477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21478 \begin_inset Text
21479
21480 \begin_layout Plain Layout
21481 \begin_inset Formula $\partial$
21482 \end_inset
21483
21484
21485 \end_layout
21486
21487 \end_inset
21488 </cell>
21489 </row>
21490 <row>
21491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21492 \begin_inset Text
21493
21494 \begin_layout Plain Layout
21495
21496 \backslash
21497 infty
21498 \end_layout
21499
21500 \end_inset
21501 </cell>
21502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21503 \begin_inset Text
21504
21505 \begin_layout Plain Layout
21506 \begin_inset Formula $\infty$
21507 \end_inset
21508
21509
21510 \end_layout
21511
21512 \end_inset
21513 </cell>
21514 </row>
21515 <row>
21516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21517 \begin_inset Text
21518
21519 \begin_layout Plain Layout
21520
21521 \backslash
21522 wp
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21528 \begin_inset Text
21529
21530 \begin_layout Plain Layout
21531 \begin_inset Formula $\wp$
21532 \end_inset
21533
21534
21535 \end_layout
21536
21537 \end_inset
21538 </cell>
21539 </row>
21540 <row>
21541 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21542 \begin_inset Text
21543
21544 \begin_layout Plain Layout
21545
21546 \backslash
21547 imath
21548 \end_layout
21549
21550 \end_inset
21551 </cell>
21552 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21553 \begin_inset Text
21554
21555 \begin_layout Plain Layout
21556 \begin_inset Formula $\imath$
21557 \end_inset
21558
21559
21560 \end_layout
21561
21562 \end_inset
21563 </cell>
21564 </row>
21565 <row>
21566 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21567 \begin_inset Text
21568
21569 \begin_layout Plain Layout
21570
21571 \backslash
21572 jmath
21573 \end_layout
21574
21575 \end_inset
21576 </cell>
21577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21578 \begin_inset Text
21579
21580 \begin_layout Plain Layout
21581 \begin_inset Formula $\jmath$
21582 \end_inset
21583
21584
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 </row>
21590 </lyxtabular>
21591
21592 \end_inset
21593
21594
21595 \begin_inset space \hfill{}
21596 \end_inset
21597
21598
21599 \begin_inset Tabular
21600 <lyxtabular version="3" rows="10" columns="2">
21601 <features tabularvalignment="middle">
21602 <column alignment="center" valignment="top" width="0pt">
21603 <column alignment="center" valignment="top" width="0pt">
21604 <row>
21605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21606 \begin_inset Text
21607
21608 \begin_layout Plain Layout
21609 Command
21610 \end_layout
21611
21612 \end_inset
21613 </cell>
21614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21615 \begin_inset Text
21616
21617 \begin_layout Plain Layout
21618 Result
21619 \begin_inset Note Note
21620 status collapsed
21621
21622 \begin_layout Plain Layout
21623
21624 \series bold
21625
21626 \backslash
21627 raisebox
21628 \series default
21629  is only used as spacer.
21630 \end_layout
21631
21632 \end_inset
21633
21634
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 </row>
21640 <row>
21641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21642 \begin_inset Text
21643
21644 \begin_layout Plain Layout
21645
21646 \backslash
21647 forall
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21653 \begin_inset Text
21654
21655 \begin_layout Plain Layout
21656 \begin_inset Formula $\forall$
21657 \end_inset
21658
21659
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 </row>
21665 <row>
21666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21667 \begin_inset Text
21668
21669 \begin_layout Plain Layout
21670
21671 \backslash
21672 exists
21673 \end_layout
21674
21675 \end_inset
21676 </cell>
21677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21678 \begin_inset Text
21679
21680 \begin_layout Plain Layout
21681 \begin_inset Formula $\exists$
21682 \end_inset
21683
21684
21685 \end_layout
21686
21687 \end_inset
21688 </cell>
21689 </row>
21690 <row>
21691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21692 \begin_inset Text
21693
21694 \begin_layout Plain Layout
21695
21696 \backslash
21697 nexists
21698 \end_layout
21699
21700 \end_inset
21701 </cell>
21702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21703 \begin_inset Text
21704
21705 \begin_layout Plain Layout
21706 \begin_inset Formula $\nexists$
21707 \end_inset
21708
21709
21710 \end_layout
21711
21712 \end_inset
21713 </cell>
21714 </row>
21715 <row>
21716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21717 \begin_inset Text
21718
21719 \begin_layout Plain Layout
21720
21721 \backslash
21722 emptyset
21723 \end_layout
21724
21725 \end_inset
21726 </cell>
21727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21728 \begin_inset Text
21729
21730 \begin_layout Plain Layout
21731 \begin_inset Formula $\emptyset$
21732 \end_inset
21733
21734
21735 \end_layout
21736
21737 \end_inset
21738 </cell>
21739 </row>
21740 <row>
21741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21742 \begin_inset Text
21743
21744 \begin_layout Plain Layout
21745
21746 \backslash
21747 varnothing
21748 \end_layout
21749
21750 \end_inset
21751 </cell>
21752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21753 \begin_inset Text
21754
21755 \begin_layout Plain Layout
21756 \begin_inset Formula $\varnothing$
21757 \end_inset
21758
21759
21760 \end_layout
21761
21762 \end_inset
21763 </cell>
21764 </row>
21765 <row>
21766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770
21771 \backslash
21772 dag
21773 \end_layout
21774
21775 \end_inset
21776 </cell>
21777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21778 \begin_inset Text
21779
21780 \begin_layout Plain Layout
21781 \begin_inset Formula $\dag$
21782 \end_inset
21783
21784
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 </row>
21790 <row>
21791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795
21796 \backslash
21797 ddag
21798 \end_layout
21799
21800 \end_inset
21801 </cell>
21802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21803 \begin_inset Text
21804
21805 \begin_layout Plain Layout
21806 \begin_inset Formula $\ddag$
21807 \end_inset
21808
21809
21810 \end_layout
21811
21812 \end_inset
21813 </cell>
21814 </row>
21815 <row>
21816 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21817 \begin_inset Text
21818
21819 \begin_layout Plain Layout
21820
21821 \backslash
21822 complement
21823 \end_layout
21824
21825 \end_inset
21826 </cell>
21827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21828 \begin_inset Text
21829
21830 \begin_layout Plain Layout
21831 \begin_inset ERT
21832 status collapsed
21833
21834 \begin_layout Plain Layout
21835
21836
21837 \backslash
21838 raisebox{-0.8mm}{
21839 \end_layout
21840
21841 \end_inset
21842
21843
21844 \begin_inset Formula $\complement$
21845 \end_inset
21846
21847
21848 \begin_inset ERT
21849 status collapsed
21850
21851 \begin_layout Plain Layout
21852
21853 }
21854 \end_layout
21855
21856 \end_inset
21857
21858
21859 \end_layout
21860
21861 \end_inset
21862 </cell>
21863 </row>
21864 <row>
21865 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869
21870 \backslash
21871 Bbbk
21872 \end_layout
21873
21874 \end_inset
21875 </cell>
21876 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21877 \begin_inset Text
21878
21879 \begin_layout Plain Layout
21880 \begin_inset Formula $\Bbbk$
21881 \end_inset
21882
21883
21884 \end_layout
21885
21886 \end_inset
21887 </cell>
21888 </row>
21889 </lyxtabular>
21890
21891 \end_inset
21892
21893
21894 \begin_inset space \hfill{}
21895 \end_inset
21896
21897
21898 \begin_inset Tabular
21899 <lyxtabular version="3" rows="10" columns="2">
21900 <features tabularvalignment="middle">
21901 <column alignment="center" valignment="top" width="0pt">
21902 <column alignment="center" valignment="top" width="0pt">
21903 <row>
21904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21905 \begin_inset Text
21906
21907 \begin_layout Plain Layout
21908 Command
21909 \end_layout
21910
21911 \end_inset
21912 </cell>
21913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21914 \begin_inset Text
21915
21916 \begin_layout Plain Layout
21917 Result
21918 \end_layout
21919
21920 \end_inset
21921 </cell>
21922 </row>
21923 <row>
21924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21925 \begin_inset Text
21926
21927 \begin_layout Plain Layout
21928
21929 \backslash
21930 prime
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21936 \begin_inset Text
21937
21938 \begin_layout Plain Layout
21939 \begin_inset Formula $\prime$
21940 \end_inset
21941
21942
21943 \end_layout
21944
21945 \end_inset
21946 </cell>
21947 </row>
21948 <row>
21949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21950 \begin_inset Text
21951
21952 \begin_layout Plain Layout
21953
21954 \backslash
21955 backprime
21956 \end_layout
21957
21958 \end_inset
21959 </cell>
21960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21961 \begin_inset Text
21962
21963 \begin_layout Plain Layout
21964 \begin_inset Formula $\backprime$
21965 \end_inset
21966
21967
21968 \end_layout
21969
21970 \end_inset
21971 </cell>
21972 </row>
21973 <row>
21974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21975 \begin_inset Text
21976
21977 \begin_layout Plain Layout
21978
21979 \backslash
21980 mho
21981 \end_layout
21982
21983 \end_inset
21984 </cell>
21985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21986 \begin_inset Text
21987
21988 \begin_layout Plain Layout
21989 \begin_inset Formula $\mho$
21990 \end_inset
21991
21992
21993 \end_layout
21994
21995 \end_inset
21996 </cell>
21997 </row>
21998 <row>
21999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22000 \begin_inset Text
22001
22002 \begin_layout Plain Layout
22003
22004 \backslash
22005 triangle
22006 \end_layout
22007
22008 \end_inset
22009 </cell>
22010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014 \begin_inset Formula $\triangle$
22015 \end_inset
22016
22017
22018 \end_layout
22019
22020 \end_inset
22021 </cell>
22022 </row>
22023 <row>
22024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22025 \begin_inset Text
22026
22027 \begin_layout Plain Layout
22028
22029 \backslash
22030 angle
22031 \end_layout
22032
22033 \end_inset
22034 </cell>
22035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22036 \begin_inset Text
22037
22038 \begin_layout Plain Layout
22039 \begin_inset Formula $\angle$
22040 \end_inset
22041
22042
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 </row>
22048 <row>
22049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22050 \begin_inset Text
22051
22052 \begin_layout Plain Layout
22053
22054 \backslash
22055 measuredangle
22056 \end_layout
22057
22058 \end_inset
22059 </cell>
22060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22061 \begin_inset Text
22062
22063 \begin_layout Plain Layout
22064 \begin_inset Formula $\measuredangle$
22065 \end_inset
22066
22067
22068 \end_layout
22069
22070 \end_inset
22071 </cell>
22072 </row>
22073 <row>
22074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22075 \begin_inset Text
22076
22077 \begin_layout Plain Layout
22078
22079 \backslash
22080 sphericalangle
22081 \end_layout
22082
22083 \end_inset
22084 </cell>
22085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089 \begin_inset Formula $\sphericalangle$
22090 \end_inset
22091
22092
22093 \end_layout
22094
22095 \end_inset
22096 </cell>
22097 </row>
22098 <row>
22099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22100 \begin_inset Text
22101
22102 \begin_layout Plain Layout
22103
22104 \backslash
22105 top
22106 \end_layout
22107
22108 \end_inset
22109 </cell>
22110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22111 \begin_inset Text
22112
22113 \begin_layout Plain Layout
22114 \begin_inset Formula $\top$
22115 \end_inset
22116
22117
22118 \end_layout
22119
22120 \end_inset
22121 </cell>
22122 </row>
22123 <row>
22124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22125 \begin_inset Text
22126
22127 \begin_layout Plain Layout
22128
22129 \backslash
22130 bot
22131 \end_layout
22132
22133 \end_inset
22134 </cell>
22135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22136 \begin_inset Text
22137
22138 \begin_layout Plain Layout
22139 \begin_inset Formula $\bot$
22140 \end_inset
22141
22142
22143 \end_layout
22144
22145 \end_inset
22146 </cell>
22147 </row>
22148 </lyxtabular>
22149
22150 \end_inset
22151
22152
22153 \begin_inset space \hfill{}
22154 \end_inset
22155
22156
22157 \end_layout
22158
22159 \begin_layout Subsection
22160 Miscellaneous Symbols
22161 \begin_inset CommandInset label
22162 LatexCommand label
22163 name "sub:Miscellaneous-Symbols"
22164
22165 \end_inset
22166
22167
22168 \begin_inset Index idx
22169 status collapsed
22170
22171 \begin_layout Plain Layout
22172 Symbols ! miscellaneous
22173 \end_layout
22174
22175 \end_inset
22176
22177
22178 \end_layout
22179
22180 \begin_layout Standard
22181 \noindent
22182 \align center
22183 \begin_inset Tabular
22184 <lyxtabular version="3" rows="10" columns="2">
22185 <features tabularvalignment="middle">
22186 <column alignment="center" valignment="top" width="0pt">
22187 <column alignment="center" valignment="top" width="0pt">
22188 <row>
22189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193 Command
22194 \end_layout
22195
22196 \end_inset
22197 </cell>
22198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22199 \begin_inset Text
22200
22201 \begin_layout Plain Layout
22202 Result
22203 \end_layout
22204
22205 \end_inset
22206 </cell>
22207 </row>
22208 <row>
22209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22210 \begin_inset Text
22211
22212 \begin_layout Plain Layout
22213
22214 \backslash
22215 flat
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22221 \begin_inset Text
22222
22223 \begin_layout Plain Layout
22224 \begin_inset Formula $\flat$
22225 \end_inset
22226
22227
22228 \end_layout
22229
22230 \end_inset
22231 </cell>
22232 </row>
22233 <row>
22234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22235 \begin_inset Text
22236
22237 \begin_layout Plain Layout
22238
22239 \backslash
22240 natural
22241 \end_layout
22242
22243 \end_inset
22244 </cell>
22245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22246 \begin_inset Text
22247
22248 \begin_layout Plain Layout
22249 \begin_inset Formula $\natural$
22250 \end_inset
22251
22252
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 </row>
22258 <row>
22259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22260 \begin_inset Text
22261
22262 \begin_layout Plain Layout
22263
22264 \backslash
22265 sharp
22266 \end_layout
22267
22268 \end_inset
22269 </cell>
22270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22271 \begin_inset Text
22272
22273 \begin_layout Plain Layout
22274 \begin_inset Formula $\sharp$
22275 \end_inset
22276
22277
22278 \end_layout
22279
22280 \end_inset
22281 </cell>
22282 </row>
22283 <row>
22284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22285 \begin_inset Text
22286
22287 \begin_layout Plain Layout
22288
22289 \backslash
22290 surd
22291 \end_layout
22292
22293 \end_inset
22294 </cell>
22295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22296 \begin_inset Text
22297
22298 \begin_layout Plain Layout
22299 \begin_inset Formula $\surd$
22300 \end_inset
22301
22302
22303 \end_layout
22304
22305 \end_inset
22306 </cell>
22307 </row>
22308 <row>
22309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22310 \begin_inset Text
22311
22312 \begin_layout Plain Layout
22313
22314 \backslash
22315 checkmark
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22321 \begin_inset Text
22322
22323 \begin_layout Plain Layout
22324 \begin_inset Formula $\checkmark$
22325 \end_inset
22326
22327
22328 \end_layout
22329
22330 \end_inset
22331 </cell>
22332 </row>
22333 <row>
22334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338
22339 \backslash
22340 yen
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22346 \begin_inset Text
22347
22348 \begin_layout Plain Layout
22349 \begin_inset Formula $\yen$
22350 \end_inset
22351
22352
22353 \end_layout
22354
22355 \end_inset
22356 </cell>
22357 </row>
22358 <row>
22359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22360 \begin_inset Text
22361
22362 \begin_layout Plain Layout
22363
22364 \backslash
22365 pounds
22366 \end_layout
22367
22368 \end_inset
22369 </cell>
22370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22371 \begin_inset Text
22372
22373 \begin_layout Plain Layout
22374 \begin_inset Formula $\pounds$
22375 \end_inset
22376
22377
22378 \end_layout
22379
22380 \end_inset
22381 </cell>
22382 </row>
22383 <row>
22384 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22385 \begin_inset Text
22386
22387 \begin_layout Plain Layout
22388 $
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22394 \begin_inset Text
22395
22396 \begin_layout Plain Layout
22397 \begin_inset Formula $\$$
22398 \end_inset
22399
22400
22401 \end_layout
22402
22403 \end_inset
22404 </cell>
22405 </row>
22406 <row>
22407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22408 \begin_inset Text
22409
22410 \begin_layout Plain Layout
22411 §
22412 \end_layout
22413
22414 \end_inset
22415 </cell>
22416 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22417 \begin_inset Text
22418
22419 \begin_layout Plain Layout
22420 \begin_inset Formula $§$
22421 \end_inset
22422
22423
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 </row>
22429 </lyxtabular>
22430
22431 \end_inset
22432
22433
22434 \begin_inset Tabular
22435 <lyxtabular version="3" rows="10" columns="2">
22436 <features tabularvalignment="middle">
22437 <column alignment="center" valignment="top" width="0">
22438 <column alignment="center" valignment="top" width="0">
22439 <row>
22440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22441 \begin_inset Text
22442
22443 \begin_layout Plain Layout
22444 Command
22445 \end_layout
22446
22447 \end_inset
22448 </cell>
22449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22450 \begin_inset Text
22451
22452 \begin_layout Plain Layout
22453 Result
22454 \end_layout
22455
22456 \end_inset
22457 </cell>
22458 </row>
22459 <row>
22460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22461 \begin_inset Text
22462
22463 \begin_layout Plain Layout
22464
22465 \backslash
22466 hbar
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475 \begin_inset Formula $\hbar$
22476 \end_inset
22477
22478
22479 \end_layout
22480
22481 \end_inset
22482 </cell>
22483 </row>
22484 <row>
22485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22486 \begin_inset Text
22487
22488 \begin_layout Plain Layout
22489
22490 \backslash
22491 hslash
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500 \begin_inset Formula $\hslash$
22501 \end_inset
22502
22503
22504 \end_layout
22505
22506 \end_inset
22507 </cell>
22508 </row>
22509 <row>
22510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22511 \begin_inset Text
22512
22513 \begin_layout Plain Layout
22514
22515 \backslash
22516 clubsuit
22517 \end_layout
22518
22519 \end_inset
22520 </cell>
22521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22522 \begin_inset Text
22523
22524 \begin_layout Plain Layout
22525 \begin_inset Formula $\clubsuit$
22526 \end_inset
22527
22528
22529 \end_layout
22530
22531 \end_inset
22532 </cell>
22533 </row>
22534 <row>
22535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539
22540 \backslash
22541 spadesuit
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550 \begin_inset Formula $\spadesuit$
22551 \end_inset
22552
22553
22554 \end_layout
22555
22556 \end_inset
22557 </cell>
22558 </row>
22559 <row>
22560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22561 \begin_inset Text
22562
22563 \begin_layout Plain Layout
22564
22565 \backslash
22566 bigstar
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575 \begin_inset Formula $\bigstar$
22576 \end_inset
22577
22578
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 </row>
22584 <row>
22585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589
22590 \backslash
22591 blacklozenge
22592 \end_layout
22593
22594 \end_inset
22595 </cell>
22596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600 \begin_inset Formula $\blacklozenge$
22601 \end_inset
22602
22603
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 </row>
22609 <row>
22610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614
22615 \backslash
22616 blacktriangle
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625 \begin_inset Formula $\blacktriangle$
22626 \end_inset
22627
22628
22629 \end_layout
22630
22631 \end_inset
22632 </cell>
22633 </row>
22634 <row>
22635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22636 \begin_inset Text
22637
22638 \begin_layout Plain Layout
22639
22640 \backslash
22641 blacktiangledown
22642 \end_layout
22643
22644 \end_inset
22645 </cell>
22646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22647 \begin_inset Text
22648
22649 \begin_layout Plain Layout
22650 \begin_inset Formula $\blacktriangledown$
22651 \end_inset
22652
22653
22654 \end_layout
22655
22656 \end_inset
22657 </cell>
22658 </row>
22659 <row>
22660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22661 \begin_inset Text
22662
22663 \begin_layout Plain Layout
22664
22665 \backslash
22666 bullet
22667 \end_layout
22668
22669 \end_inset
22670 </cell>
22671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22672 \begin_inset Text
22673
22674 \begin_layout Plain Layout
22675 \begin_inset Formula $\bullet$
22676 \end_inset
22677
22678
22679 \end_layout
22680
22681 \end_inset
22682 </cell>
22683 </row>
22684 </lyxtabular>
22685
22686 \end_inset
22687
22688
22689 \begin_inset Tabular
22690 <lyxtabular version="3" rows="10" columns="2">
22691 <features tabularvalignment="middle">
22692 <column alignment="center" valignment="top" width="0pt">
22693 <column alignment="center" valignment="top" width="0pt">
22694 <row>
22695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22696 \begin_inset Text
22697
22698 \begin_layout Plain Layout
22699 Command
22700 \end_layout
22701
22702 \end_inset
22703 </cell>
22704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22705 \begin_inset Text
22706
22707 \begin_layout Plain Layout
22708 Result
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 </row>
22714 <row>
22715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719
22720 \backslash
22721 diamondsuit
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730 \begin_inset Formula $\diamondsuit$
22731 \end_inset
22732
22733
22734 \end_layout
22735
22736 \end_inset
22737 </cell>
22738 </row>
22739 <row>
22740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22741 \begin_inset Text
22742
22743 \begin_layout Plain Layout
22744
22745 \backslash
22746 Diamond
22747 \end_layout
22748
22749 \end_inset
22750 </cell>
22751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755 \begin_inset Formula $\Diamond$
22756 \end_inset
22757
22758
22759 \end_layout
22760
22761 \end_inset
22762 </cell>
22763 </row>
22764 <row>
22765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22766 \begin_inset Text
22767
22768 \begin_layout Plain Layout
22769
22770 \backslash
22771 heartsuit
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780 \begin_inset Formula $\heartsuit$
22781 \end_inset
22782
22783
22784 \end_layout
22785
22786 \end_inset
22787 </cell>
22788 </row>
22789 <row>
22790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Plain Layout
22794
22795 \backslash
22796 P
22797 \end_layout
22798
22799 \end_inset
22800 </cell>
22801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22802 \begin_inset Text
22803
22804 \begin_layout Plain Layout
22805 \begin_inset Formula $\P$
22806 \end_inset
22807
22808
22809 \end_layout
22810
22811 \end_inset
22812 </cell>
22813 </row>
22814 <row>
22815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22816 \begin_inset Text
22817
22818 \begin_layout Plain Layout
22819
22820 \backslash
22821 copyright
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830 \begin_inset Formula $\copyright$
22831 \end_inset
22832
22833
22834 \end_layout
22835
22836 \end_inset
22837 </cell>
22838 </row>
22839 <row>
22840 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22841 \begin_inset Text
22842
22843 \begin_layout Plain Layout
22844
22845 \backslash
22846 circledR
22847 \end_layout
22848
22849 \end_inset
22850 </cell>
22851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22852 \begin_inset Text
22853
22854 \begin_layout Plain Layout
22855 \begin_inset Formula $\circledR$
22856 \end_inset
22857
22858
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 </row>
22864 <row>
22865 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22866 \begin_inset Text
22867
22868 \begin_layout Plain Layout
22869
22870 \backslash
22871 maltese
22872 \end_layout
22873
22874 \end_inset
22875 </cell>
22876 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22877 \begin_inset Text
22878
22879 \begin_layout Plain Layout
22880 \begin_inset Formula $\maltese$
22881 \end_inset
22882
22883
22884 \end_layout
22885
22886 \end_inset
22887 </cell>
22888 </row>
22889 <row>
22890 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22891 \begin_inset Text
22892
22893 \begin_layout Plain Layout
22894
22895 \backslash
22896 diagup
22897 \end_layout
22898
22899 \end_inset
22900 </cell>
22901 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22902 \begin_inset Text
22903
22904 \begin_layout Plain Layout
22905 \begin_inset Formula $\diagup$
22906 \end_inset
22907
22908
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 </row>
22914 <row>
22915 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22916 \begin_inset Text
22917
22918 \begin_layout Plain Layout
22919
22920 \backslash
22921 diagdown
22922 \end_layout
22923
22924 \end_inset
22925 </cell>
22926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22927 \begin_inset Text
22928
22929 \begin_layout Plain Layout
22930 \begin_inset Formula $\diagdown$
22931 \end_inset
22932
22933
22934 \end_layout
22935
22936 \end_inset
22937 </cell>
22938 </row>
22939 </lyxtabular>
22940
22941 \end_inset
22942
22943
22944 \end_layout
22945
22946 \begin_layout Standard
22947 \begin_inset VSpace medskip
22948 \end_inset
22949
22950 More symbols are listed in 
22951 \begin_inset CommandInset ref
22952 LatexCommand ref
22953 reference "sub:Miscellaneous-special-Characters"
22954
22955 \end_inset
22956
22957 .
22958 \end_layout
22959
22960 \begin_layout Standard
22961 Some symbols can be displayed in different sizes, see 
22962 \begin_inset CommandInset ref
22963 LatexCommand ref
22964 reference "sub:Font-Sizes"
22965
22966 \end_inset
22967
22968 .
22969 \end_layout
22970
22971 \begin_layout Subsection
22972 The Euro-Symbol €
22973 \begin_inset Index idx
22974 status collapsed
22975
22976 \begin_layout Plain Layout
22977 Symbols ! Euro-symbol
22978 \end_layout
22979
22980 \end_inset
22981
22982
22983 \begin_inset Index idx
22984 status collapsed
22985
22986 \begin_layout Plain Layout
22987
22988 \backslash
22989 @
22990 \begin_inset ERT
22991 status collapsed
22992
22993 \begin_layout Plain Layout
22994
22995
22996 \backslash
22997 officialeuro
22998 \end_layout
22999
23000 \end_inset
23001
23002
23003 \end_layout
23004
23005 \end_inset
23006
23007
23008 \end_layout
23009
23010 \begin_layout Standard
23011 To use the Euro symbol in formulas, the LaTeX-package 
23012 \series bold
23013 eurosym
23014 \series default
23015
23016 \begin_inset Index idx
23017 status collapsed
23018
23019 \begin_layout Plain Layout
23020 Packages ! eurosym
23021 \end_layout
23022
23023 \end_inset
23024
23025  must be installed and loaded with the LaTeX-preamble line
23026 \end_layout
23027
23028 \begin_layout Standard
23029
23030 \series bold
23031
23032 \backslash
23033 usepackage[gennarrow]{eurosym}
23034 \end_layout
23035
23036 \begin_layout Standard
23037 The Euro symbol can now be inserted with the command 
23038 \series bold
23039
23040 \backslash
23041 euro
23042 \series default
23043
23044 \begin_inset Index idx
23045 status collapsed
23046
23047 \begin_layout Plain Layout
23048 Commands ! E ! 
23049 \backslash
23050 euro
23051 \end_layout
23052
23053 \end_inset
23054
23055 .
23056 \end_layout
23057
23058 \begin_layout Standard
23059 The Euro symbol can directly be inserted with the € key in mathematical
23060  text, without having 
23061 \series bold
23062 eurosym
23063 \series default
23064  installed.
23065  When 
23066 \series bold
23067 eurosym
23068 \series default
23069  is installed, 
23070 \series bold
23071
23072 \backslash
23073 euro
23074 \series default
23075  can also be inserted in TeX-mode.
23076  The official currency symbol can then be inserted with the command 
23077 \series bold
23078
23079 \backslash
23080 officialeuro
23081 \series default
23082
23083 \begin_inset Index idx
23084 status collapsed
23085
23086 \begin_layout Plain Layout
23087 Commands ! O ! 
23088 \backslash
23089 officialeuro
23090 \end_layout
23091
23092 \end_inset
23093
23094 , that is only available in TeX-mode.
23095 \end_layout
23096
23097 \begin_layout Standard
23098 \begin_inset ERT
23099 status collapsed
23100
23101 \begin_layout Plain Layout
23102
23103
23104 \backslash
23105 ifeurosym 
23106 \end_layout
23107
23108 \end_inset
23109
23110
23111 \begin_inset Note Note
23112 status open
23113
23114 \begin_layout Plain Layout
23115 The following table will only be displayed when the LaTeX-package 
23116 \series bold
23117 eurosym
23118 \series default
23119  is installed.
23120 \end_layout
23121
23122 \end_inset
23123
23124
23125 \end_layout
23126
23127 \begin_layout Standard
23128 An overview about the different Euro symbols:
23129 \end_layout
23130
23131 \begin_layout Standard
23132 \align center
23133 \begin_inset Tabular
23134 <lyxtabular version="3" rows="4" columns="3">
23135 <features tabularvalignment="middle">
23136 <column alignment="center" valignment="top" width="0pt">
23137 <column alignment="center" valignment="top" width="0pt">
23138 <column alignment="center" valignment="top" width="0pt">
23139 <row>
23140 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23141 \begin_inset Text
23142
23143 \begin_layout Plain Layout
23144
23145 \end_layout
23146
23147 \end_inset
23148 </cell>
23149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23150 \begin_inset Text
23151
23152 \begin_layout Plain Layout
23153 Command 
23154 \end_layout
23155
23156 \end_inset
23157 </cell>
23158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162 Result
23163 \end_layout
23164
23165 \end_inset
23166 </cell>
23167 </row>
23168 <row>
23169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23170 \begin_inset Text
23171
23172 \begin_layout Plain Layout
23173 formula
23174 \end_layout
23175
23176 \end_inset
23177 </cell>
23178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23179 \begin_inset Text
23180
23181 \begin_layout Plain Layout
23182
23183 \backslash
23184 euro
23185 \end_layout
23186
23187 \end_inset
23188 </cell>
23189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23190 \begin_inset Text
23191
23192 \begin_layout Plain Layout
23193 \begin_inset Formula $\euro$
23194 \end_inset
23195
23196
23197 \end_layout
23198
23199 \end_inset
23200 </cell>
23201 </row>
23202 <row>
23203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23204 \begin_inset Text
23205
23206 \begin_layout Plain Layout
23207 mathematical text
23208 \end_layout
23209
23210 \end_inset
23211 </cell>
23212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23213 \begin_inset Text
23214
23215 \begin_layout Plain Layout
23216
23217 \end_layout
23218
23219 \end_inset
23220 </cell>
23221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225 \begin_inset Formula $\mbox{€}$
23226 \end_inset
23227
23228
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 </row>
23234 <row>
23235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23236 \begin_inset Text
23237
23238 \begin_layout Plain Layout
23239 TeX-mode
23240 \end_layout
23241
23242 \end_inset
23243 </cell>
23244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23245 \begin_inset Text
23246
23247 \begin_layout Plain Layout
23248
23249 \backslash
23250 officialeuro
23251 \end_layout
23252
23253 \end_inset
23254 </cell>
23255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23256 \begin_inset Text
23257
23258 \begin_layout Plain Layout
23259 \begin_inset ERT
23260 status collapsed
23261
23262 \begin_layout Plain Layout
23263
23264
23265 \backslash
23266 officialeuro
23267 \end_layout
23268
23269 \end_inset
23270
23271
23272 \end_layout
23273
23274 \end_inset
23275 </cell>
23276 </row>
23277 </lyxtabular>
23278
23279 \end_inset
23280
23281
23282 \end_layout
23283
23284 \begin_layout Standard
23285 \begin_inset ERT
23286 status collapsed
23287
23288 \begin_layout Plain Layout
23289
23290
23291 \backslash
23292 else 
23293 \end_layout
23294
23295 \end_inset
23296
23297
23298 \begin_inset Note Note
23299 status open
23300
23301 \begin_layout Plain Layout
23302 The following will be displayed when the LaTeX-package 
23303 \series bold
23304 eurosym
23305 \series default
23306  is not installed:
23307 \end_layout
23308
23309 \end_inset
23310
23311
23312 \end_layout
23313
23314 \begin_layout Standard
23315 You need to install the LaTeX-package 
23316 \series bold
23317 eurosym
23318 \series default
23319  to see the rest of this subsection in the output.
23320 \end_layout
23321
23322 \begin_layout Standard
23323 \begin_inset ERT
23324 status collapsed
23325
23326 \begin_layout Plain Layout
23327
23328
23329 \backslash
23330 fi 
23331 \end_layout
23332
23333 \end_inset
23334
23335
23336 \end_layout
23337
23338 \begin_layout Section
23339 Relations
23340 \begin_inset CommandInset label
23341 LatexCommand label
23342 name "sec:Relations"
23343
23344 \end_inset
23345
23346
23347 \begin_inset Index idx
23348 status collapsed
23349
23350 \begin_layout Plain Layout
23351 Relations
23352 \end_layout
23353
23354 \end_inset
23355
23356
23357 \begin_inset Index idx
23358 status collapsed
23359
23360 \begin_layout Plain Layout
23361 Comparisons|see
23362 \begin_inset ERT
23363 status collapsed
23364
23365 \begin_layout Plain Layout
23366
23367 {
23368 \end_layout
23369
23370 \end_inset
23371
23372 Relations
23373 \begin_inset ERT
23374 status collapsed
23375
23376 \begin_layout Plain Layout
23377
23378 }
23379 \end_layout
23380
23381 \end_inset
23382
23383
23384 \end_layout
23385
23386 \end_inset
23387
23388
23389 \end_layout
23390
23391 \begin_layout Standard
23392 All relations can also be inserted via the toolbar button 
23393 \begin_inset Graphics
23394         filename ../images/math/leq.png
23395         scale 85
23396
23397 \end_inset
23398
23399 .
23400 \end_layout
23401
23402 \begin_layout Standard
23403 \begin_inset space \hfill{}
23404 \end_inset
23405
23406
23407 \begin_inset Tabular
23408 <lyxtabular version="3" rows="17" columns="2">
23409 <features tabularvalignment="middle">
23410 <column alignment="center" valignment="top" width="0pt">
23411 <column alignment="center" valignment="top" width="0pt">
23412 <row>
23413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417 Command
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23423 \begin_inset Text
23424
23425 \begin_layout Plain Layout
23426 Result
23427 \end_layout
23428
23429 \end_inset
23430 </cell>
23431 </row>
23432 <row>
23433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23434 \begin_inset Text
23435
23436 \begin_layout Plain Layout
23437 <
23438 \end_layout
23439
23440 \end_inset
23441 </cell>
23442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23443 \begin_inset Text
23444
23445 \begin_layout Plain Layout
23446 \begin_inset Formula $<$
23447 \end_inset
23448
23449
23450 \end_layout
23451
23452 \end_inset
23453 </cell>
23454 </row>
23455 <row>
23456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23457 \begin_inset Text
23458
23459 \begin_layout Plain Layout
23460
23461 \backslash
23462 le
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23468 \begin_inset Text
23469
23470 \begin_layout Plain Layout
23471 \begin_inset Formula $\le$
23472 \end_inset
23473
23474
23475 \end_layout
23476
23477 \end_inset
23478 </cell>
23479 </row>
23480 <row>
23481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23482 \begin_inset Text
23483
23484 \begin_layout Plain Layout
23485
23486 \backslash
23487 ll
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23493 \begin_inset Text
23494
23495 \begin_layout Plain Layout
23496 \begin_inset Formula $\ll$
23497 \end_inset
23498
23499
23500 \end_layout
23501
23502 \end_inset
23503 </cell>
23504 </row>
23505 <row>
23506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23507 \begin_inset Text
23508
23509 \begin_layout Plain Layout
23510
23511 \backslash
23512 prec
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23518 \begin_inset Text
23519
23520 \begin_layout Plain Layout
23521 \begin_inset Formula $\prec$
23522 \end_inset
23523
23524
23525 \end_layout
23526
23527 \end_inset
23528 </cell>
23529 </row>
23530 <row>
23531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23532 \begin_inset Text
23533
23534 \begin_layout Plain Layout
23535
23536 \backslash
23537 preceq
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23543 \begin_inset Text
23544
23545 \begin_layout Plain Layout
23546 \begin_inset Formula $\preceq$
23547 \end_inset
23548
23549
23550 \end_layout
23551
23552 \end_inset
23553 </cell>
23554 </row>
23555 <row>
23556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23557 \begin_inset Text
23558
23559 \begin_layout Plain Layout
23560
23561 \backslash
23562 subset
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23568 \begin_inset Text
23569
23570 \begin_layout Plain Layout
23571 \begin_inset Formula $\subset$
23572 \end_inset
23573
23574
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 </row>
23580 <row>
23581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585
23586 \backslash
23587 subseteq
23588 \end_layout
23589
23590 \end_inset
23591 </cell>
23592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23593 \begin_inset Text
23594
23595 \begin_layout Plain Layout
23596 \begin_inset Formula $\subseteq$
23597 \end_inset
23598
23599
23600 \end_layout
23601
23602 \end_inset
23603 </cell>
23604 </row>
23605 <row>
23606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23607 \begin_inset Text
23608
23609 \begin_layout Plain Layout
23610
23611 \backslash
23612 sqsubseteq
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621 \begin_inset Formula $\sqsubseteq$
23622 \end_inset
23623
23624
23625 \end_layout
23626
23627 \end_inset
23628 </cell>
23629 </row>
23630 <row>
23631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23632 \begin_inset Text
23633
23634 \begin_layout Plain Layout
23635
23636 \backslash
23637 in
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23643 \begin_inset Text
23644
23645 \begin_layout Plain Layout
23646 \begin_inset Formula $\in$
23647 \end_inset
23648
23649
23650 \end_layout
23651
23652 \end_inset
23653 </cell>
23654 </row>
23655 <row>
23656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23657 \begin_inset Text
23658
23659 \begin_layout Plain Layout
23660
23661 \backslash
23662 vdash
23663 \end_layout
23664
23665 \end_inset
23666 </cell>
23667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23668 \begin_inset Text
23669
23670 \begin_layout Plain Layout
23671 \begin_inset Formula $\vdash$
23672 \end_inset
23673
23674
23675 \end_layout
23676
23677 \end_inset
23678 </cell>
23679 </row>
23680 <row>
23681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23682 \begin_inset Text
23683
23684 \begin_layout Plain Layout
23685
23686 \backslash
23687 smile
23688 \end_layout
23689
23690 \end_inset
23691 </cell>
23692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23693 \begin_inset Text
23694
23695 \begin_layout Plain Layout
23696 \begin_inset Formula $\smile$
23697 \end_inset
23698
23699
23700 \end_layout
23701
23702 \end_inset
23703 </cell>
23704 </row>
23705 <row>
23706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23707 \begin_inset Text
23708
23709 \begin_layout Plain Layout
23710
23711 \backslash
23712 lhd
23713 \end_layout
23714
23715 \end_inset
23716 </cell>
23717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23718 \begin_inset Text
23719
23720 \begin_layout Plain Layout
23721 \begin_inset Formula $\lhd$
23722 \end_inset
23723
23724
23725 \end_layout
23726
23727 \end_inset
23728 </cell>
23729 </row>
23730 <row>
23731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23732 \begin_inset Text
23733
23734 \begin_layout Plain Layout
23735
23736 \backslash
23737 unlhd
23738 \end_layout
23739
23740 \end_inset
23741 </cell>
23742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23743 \begin_inset Text
23744
23745 \begin_layout Plain Layout
23746 \begin_inset Formula $\unlhd$
23747 \end_inset
23748
23749
23750 \end_layout
23751
23752 \end_inset
23753 </cell>
23754 </row>
23755 <row>
23756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760
23761 \backslash
23762 gtrless
23763 \end_layout
23764
23765 \end_inset
23766 </cell>
23767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23768 \begin_inset Text
23769
23770 \begin_layout Plain Layout
23771 \begin_inset Formula $\gtrless$
23772 \end_inset
23773
23774
23775 \end_layout
23776
23777 \end_inset
23778 </cell>
23779 </row>
23780 <row>
23781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23782 \begin_inset Text
23783
23784 \begin_layout Plain Layout
23785
23786 \backslash
23787 mid
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23793 \begin_inset Text
23794
23795 \begin_layout Plain Layout
23796 \begin_inset Formula $\mid$
23797 \end_inset
23798
23799
23800 \end_layout
23801
23802 \end_inset
23803 </cell>
23804 </row>
23805 <row>
23806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810
23811 \backslash
23812 nmid
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23818 \begin_inset Text
23819
23820 \begin_layout Plain Layout
23821 \begin_inset Formula $\nmid$
23822 \end_inset
23823
23824
23825 \end_layout
23826
23827 \end_inset
23828 </cell>
23829 </row>
23830 </lyxtabular>
23831
23832 \end_inset
23833
23834
23835 \begin_inset space \hfill{}
23836 \end_inset
23837
23838
23839 \begin_inset Tabular
23840 <lyxtabular version="3" rows="17" columns="2">
23841 <features tabularvalignment="middle">
23842 <column alignment="center" valignment="top" width="0pt">
23843 <column alignment="center" valignment="top" width="0pt">
23844 <row>
23845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23846 \begin_inset Text
23847
23848 \begin_layout Plain Layout
23849 Command
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23855 \begin_inset Text
23856
23857 \begin_layout Plain Layout
23858 Result
23859 \end_layout
23860
23861 \end_inset
23862 </cell>
23863 </row>
23864 <row>
23865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23866 \begin_inset Text
23867
23868 \begin_layout Plain Layout
23869 =
23870 \end_layout
23871
23872 \end_inset
23873 </cell>
23874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23875 \begin_inset Text
23876
23877 \begin_layout Plain Layout
23878 \begin_inset Formula $=$
23879 \end_inset
23880
23881
23882 \end_layout
23883
23884 \end_inset
23885 </cell>
23886 </row>
23887 <row>
23888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23889 \begin_inset Text
23890
23891 \begin_layout Plain Layout
23892
23893 \backslash
23894 not=
23895 \end_layout
23896
23897 \end_inset
23898 </cell>
23899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23900 \begin_inset Text
23901
23902 \begin_layout Plain Layout
23903 \begin_inset Formula $\not=$
23904 \end_inset
23905
23906
23907 \end_layout
23908
23909 \end_inset
23910 </cell>
23911 </row>
23912 <row>
23913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23914 \begin_inset Text
23915
23916 \begin_layout Plain Layout
23917
23918 \backslash
23919 equiv
23920 \end_layout
23921
23922 \end_inset
23923 </cell>
23924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23925 \begin_inset Text
23926
23927 \begin_layout Plain Layout
23928 \begin_inset Formula $\equiv$
23929 \end_inset
23930
23931
23932 \end_layout
23933
23934 \end_inset
23935 </cell>
23936 </row>
23937 <row>
23938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23939 \begin_inset Text
23940
23941 \begin_layout Plain Layout
23942
23943 \backslash
23944 sim
23945 \end_layout
23946
23947 \end_inset
23948 </cell>
23949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23950 \begin_inset Text
23951
23952 \begin_layout Plain Layout
23953 \begin_inset Formula $\sim$
23954 \end_inset
23955
23956
23957 \end_layout
23958
23959 \end_inset
23960 </cell>
23961 </row>
23962 <row>
23963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23964 \begin_inset Text
23965
23966 \begin_layout Plain Layout
23967
23968 \backslash
23969 simeq
23970 \end_layout
23971
23972 \end_inset
23973 </cell>
23974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23975 \begin_inset Text
23976
23977 \begin_layout Plain Layout
23978 \begin_inset Formula $\simeq$
23979 \end_inset
23980
23981
23982 \end_layout
23983
23984 \end_inset
23985 </cell>
23986 </row>
23987 <row>
23988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23989 \begin_inset Text
23990
23991 \begin_layout Plain Layout
23992
23993 \backslash
23994 approx
23995 \end_layout
23996
23997 \end_inset
23998 </cell>
23999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24000 \begin_inset Text
24001
24002 \begin_layout Plain Layout
24003 \begin_inset Formula $\approx$
24004 \end_inset
24005
24006
24007 \end_layout
24008
24009 \end_inset
24010 </cell>
24011 </row>
24012 <row>
24013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24014 \begin_inset Text
24015
24016 \begin_layout Plain Layout
24017
24018 \backslash
24019 cong
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028 \begin_inset Formula $\cong$
24029 \end_inset
24030
24031
24032 \end_layout
24033
24034 \end_inset
24035 </cell>
24036 </row>
24037 <row>
24038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24039 \begin_inset Text
24040
24041 \begin_layout Plain Layout
24042
24043 \backslash
24044 bowtie
24045 \end_layout
24046
24047 \end_inset
24048 </cell>
24049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24050 \begin_inset Text
24051
24052 \begin_layout Plain Layout
24053 \begin_inset Formula $\bowtie$
24054 \end_inset
24055
24056
24057 \end_layout
24058
24059 \end_inset
24060 </cell>
24061 </row>
24062 <row>
24063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24064 \begin_inset Text
24065
24066 \begin_layout Plain Layout
24067
24068 \backslash
24069 notin
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24075 \begin_inset Text
24076
24077 \begin_layout Plain Layout
24078 \begin_inset Formula $\notin$
24079 \end_inset
24080
24081
24082 \end_layout
24083
24084 \end_inset
24085 </cell>
24086 </row>
24087 <row>
24088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24089 \begin_inset Text
24090
24091 \begin_layout Plain Layout
24092
24093 \backslash
24094 perp
24095 \end_layout
24096
24097 \end_inset
24098 </cell>
24099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24100 \begin_inset Text
24101
24102 \begin_layout Plain Layout
24103 \begin_inset Formula $\perp$
24104 \end_inset
24105
24106
24107 \end_layout
24108
24109 \end_inset
24110 </cell>
24111 </row>
24112 <row>
24113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24114 \begin_inset Text
24115
24116 \begin_layout Plain Layout
24117
24118 \backslash
24119 propto
24120 \end_layout
24121
24122 \end_inset
24123 </cell>
24124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24125 \begin_inset Text
24126
24127 \begin_layout Plain Layout
24128 \begin_inset Formula $\propto$
24129 \end_inset
24130
24131
24132 \end_layout
24133
24134 \end_inset
24135 </cell>
24136 </row>
24137 <row>
24138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24139 \begin_inset Text
24140
24141 \begin_layout Plain Layout
24142
24143 \backslash
24144 asymp
24145 \end_layout
24146
24147 \end_inset
24148 </cell>
24149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24150 \begin_inset Text
24151
24152 \begin_layout Plain Layout
24153 \begin_inset Formula $\asymp$
24154 \end_inset
24155
24156
24157 \end_layout
24158
24159 \end_inset
24160 </cell>
24161 </row>
24162 <row>
24163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24164 \begin_inset Text
24165
24166 \begin_layout Plain Layout
24167
24168 \backslash
24169 doteq
24170 \end_layout
24171
24172 \end_inset
24173 </cell>
24174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24175 \begin_inset Text
24176
24177 \begin_layout Plain Layout
24178 \begin_inset Formula $\doteq$
24179 \end_inset
24180
24181
24182 \end_layout
24183
24184 \end_inset
24185 </cell>
24186 </row>
24187 <row>
24188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24189 \begin_inset Text
24190
24191 \begin_layout Plain Layout
24192
24193 \backslash
24194 circeq
24195 \end_layout
24196
24197 \end_inset
24198 </cell>
24199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24200 \begin_inset Text
24201
24202 \begin_layout Plain Layout
24203 \begin_inset Formula $\circeq$
24204 \end_inset
24205
24206
24207 \end_layout
24208
24209 \end_inset
24210 </cell>
24211 </row>
24212 <row>
24213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24214 \begin_inset Text
24215
24216 \begin_layout Plain Layout
24217
24218 \backslash
24219 models
24220 \end_layout
24221
24222 \end_inset
24223 </cell>
24224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24225 \begin_inset Text
24226
24227 \begin_layout Plain Layout
24228 \begin_inset Formula $\models$
24229 \end_inset
24230
24231
24232 \end_layout
24233
24234 \end_inset
24235 </cell>
24236 </row>
24237 <row>
24238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24239 \begin_inset Text
24240
24241 \begin_layout Plain Layout
24242
24243 \backslash
24244 widehat=
24245 \end_layout
24246
24247 \end_inset
24248 </cell>
24249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24250 \begin_inset Text
24251
24252 \begin_layout Plain Layout
24253 \begin_inset Formula $\widehat{=}$
24254 \end_inset
24255
24256
24257 \end_layout
24258
24259 \end_inset
24260 </cell>
24261 </row>
24262 </lyxtabular>
24263
24264 \end_inset
24265
24266
24267 \begin_inset space \hfill{}
24268 \end_inset
24269
24270
24271 \begin_inset Tabular
24272 <lyxtabular version="3" rows="17" columns="2">
24273 <features tabularvalignment="middle">
24274 <column alignment="center" valignment="top" width="0pt">
24275 <column alignment="center" valignment="top" width="0pt">
24276 <row>
24277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24278 \begin_inset Text
24279
24280 \begin_layout Plain Layout
24281 Command
24282 \end_layout
24283
24284 \end_inset
24285 </cell>
24286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24287 \begin_inset Text
24288
24289 \begin_layout Plain Layout
24290 Result
24291 \end_layout
24292
24293 \end_inset
24294 </cell>
24295 </row>
24296 <row>
24297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24298 \begin_inset Text
24299
24300 \begin_layout Plain Layout
24301 >
24302 \end_layout
24303
24304 \end_inset
24305 </cell>
24306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24307 \begin_inset Text
24308
24309 \begin_layout Plain Layout
24310 \begin_inset Formula $>$
24311 \end_inset
24312
24313
24314 \end_layout
24315
24316 \end_inset
24317 </cell>
24318 </row>
24319 <row>
24320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24321 \begin_inset Text
24322
24323 \begin_layout Plain Layout
24324
24325 \backslash
24326 ge
24327 \end_layout
24328
24329 \end_inset
24330 </cell>
24331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24332 \begin_inset Text
24333
24334 \begin_layout Plain Layout
24335 \begin_inset Formula $\ge$
24336 \end_inset
24337
24338
24339 \end_layout
24340
24341 \end_inset
24342 </cell>
24343 </row>
24344 <row>
24345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24346 \begin_inset Text
24347
24348 \begin_layout Plain Layout
24349
24350 \backslash
24351 gg
24352 \end_layout
24353
24354 \end_inset
24355 </cell>
24356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24357 \begin_inset Text
24358
24359 \begin_layout Plain Layout
24360 \begin_inset Formula $\gg$
24361 \end_inset
24362
24363
24364 \end_layout
24365
24366 \end_inset
24367 </cell>
24368 </row>
24369 <row>
24370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24371 \begin_inset Text
24372
24373 \begin_layout Plain Layout
24374
24375 \backslash
24376 succ
24377 \end_layout
24378
24379 \end_inset
24380 </cell>
24381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24382 \begin_inset Text
24383
24384 \begin_layout Plain Layout
24385 \begin_inset Formula $\succ$
24386 \end_inset
24387
24388
24389 \end_layout
24390
24391 \end_inset
24392 </cell>
24393 </row>
24394 <row>
24395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24396 \begin_inset Text
24397
24398 \begin_layout Plain Layout
24399
24400 \backslash
24401 succeq
24402 \end_layout
24403
24404 \end_inset
24405 </cell>
24406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24407 \begin_inset Text
24408
24409 \begin_layout Plain Layout
24410 \begin_inset Formula $\succeq$
24411 \end_inset
24412
24413
24414 \end_layout
24415
24416 \end_inset
24417 </cell>
24418 </row>
24419 <row>
24420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24421 \begin_inset Text
24422
24423 \begin_layout Plain Layout
24424
24425 \backslash
24426 supset
24427 \end_layout
24428
24429 \end_inset
24430 </cell>
24431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24432 \begin_inset Text
24433
24434 \begin_layout Plain Layout
24435 \begin_inset Formula $\supset$
24436 \end_inset
24437
24438
24439 \end_layout
24440
24441 \end_inset
24442 </cell>
24443 </row>
24444 <row>
24445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24446 \begin_inset Text
24447
24448 \begin_layout Plain Layout
24449
24450 \backslash
24451 supseteq
24452 \end_layout
24453
24454 \end_inset
24455 </cell>
24456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24457 \begin_inset Text
24458
24459 \begin_layout Plain Layout
24460 \begin_inset Formula $\supseteq$
24461 \end_inset
24462
24463
24464 \end_layout
24465
24466 \end_inset
24467 </cell>
24468 </row>
24469 <row>
24470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24471 \begin_inset Text
24472
24473 \begin_layout Plain Layout
24474
24475 \backslash
24476 sqsupseteq
24477 \end_layout
24478
24479 \end_inset
24480 </cell>
24481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24482 \begin_inset Text
24483
24484 \begin_layout Plain Layout
24485 \begin_inset Formula $\sqsupseteq$
24486 \end_inset
24487
24488
24489 \end_layout
24490
24491 \end_inset
24492 </cell>
24493 </row>
24494 <row>
24495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24496 \begin_inset Text
24497
24498 \begin_layout Plain Layout
24499
24500 \backslash
24501 ni
24502 \end_layout
24503
24504 \end_inset
24505 </cell>
24506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24507 \begin_inset Text
24508
24509 \begin_layout Plain Layout
24510 \begin_inset Formula $\ni$
24511 \end_inset
24512
24513
24514 \end_layout
24515
24516 \end_inset
24517 </cell>
24518 </row>
24519 <row>
24520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24521 \begin_inset Text
24522
24523 \begin_layout Plain Layout
24524
24525 \backslash
24526 dashv
24527 \end_layout
24528
24529 \end_inset
24530 </cell>
24531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24532 \begin_inset Text
24533
24534 \begin_layout Plain Layout
24535 \begin_inset Formula $\dashv$
24536 \end_inset
24537
24538
24539 \end_layout
24540
24541 \end_inset
24542 </cell>
24543 </row>
24544 <row>
24545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24546 \begin_inset Text
24547
24548 \begin_layout Plain Layout
24549
24550 \backslash
24551 frown
24552 \end_layout
24553
24554 \end_inset
24555 </cell>
24556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24557 \begin_inset Text
24558
24559 \begin_layout Plain Layout
24560 \begin_inset Formula $\frown$
24561 \end_inset
24562
24563
24564 \end_layout
24565
24566 \end_inset
24567 </cell>
24568 </row>
24569 <row>
24570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24571 \begin_inset Text
24572
24573 \begin_layout Plain Layout
24574
24575 \backslash
24576 rhd
24577 \end_layout
24578
24579 \end_inset
24580 </cell>
24581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24582 \begin_inset Text
24583
24584 \begin_layout Plain Layout
24585 \begin_inset Formula $\rhd$
24586 \end_inset
24587
24588
24589 \end_layout
24590
24591 \end_inset
24592 </cell>
24593 </row>
24594 <row>
24595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24596 \begin_inset Text
24597
24598 \begin_layout Plain Layout
24599
24600 \backslash
24601 unrhd
24602 \end_layout
24603
24604 \end_inset
24605 </cell>
24606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24607 \begin_inset Text
24608
24609 \begin_layout Plain Layout
24610 \begin_inset Formula $\unrhd$
24611 \end_inset
24612
24613
24614 \end_layout
24615
24616 \end_inset
24617 </cell>
24618 </row>
24619 <row>
24620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24621 \begin_inset Text
24622
24623 \begin_layout Plain Layout
24624
24625 \backslash
24626 lessgtr
24627 \end_layout
24628
24629 \end_inset
24630 </cell>
24631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24632 \begin_inset Text
24633
24634 \begin_layout Plain Layout
24635 \begin_inset Formula $\lessgtr$
24636 \end_inset
24637
24638
24639 \end_layout
24640
24641 \end_inset
24642 </cell>
24643 </row>
24644 <row>
24645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24646 \begin_inset Text
24647
24648 \begin_layout Plain Layout
24649
24650 \backslash
24651 parallel
24652 \end_layout
24653
24654 \end_inset
24655 </cell>
24656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24657 \begin_inset Text
24658
24659 \begin_layout Plain Layout
24660 \begin_inset Formula $\parallel$
24661 \end_inset
24662
24663
24664 \end_layout
24665
24666 \end_inset
24667 </cell>
24668 </row>
24669 <row>
24670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24671 \begin_inset Text
24672
24673 \begin_layout Plain Layout
24674
24675 \backslash
24676 nparallel
24677 \end_layout
24678
24679 \end_inset
24680 </cell>
24681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24682 \begin_inset Text
24683
24684 \begin_layout Plain Layout
24685 \begin_inset Formula $\nparallel$
24686 \end_inset
24687
24688
24689 \end_layout
24690
24691 \end_inset
24692 </cell>
24693 </row>
24694 </lyxtabular>
24695
24696 \end_inset
24697
24698
24699 \begin_inset space \hfill{}
24700 \end_inset
24701
24702
24703 \end_layout
24704
24705 \begin_layout Standard
24706 \begin_inset VSpace medskip
24707 \end_inset
24708
24709 The characters 
24710 \series bold
24711
24712 \backslash
24713 lhd
24714 \series default
24715  and 
24716 \series bold
24717
24718 \backslash
24719 rhd
24720 \series default
24721  are bigger than the equal looking operators 
24722 \series bold
24723
24724 \backslash
24725 triangleleft
24726 \series default
24727  and 
24728 \series bold
24729
24730 \backslash
24731 triangleright
24732 \series default
24733 , respectively.
24734 \end_layout
24735
24736 \begin_layout Standard
24737 Relations are, in contrary to symbols, always surrounded by space.
24738 \end_layout
24739
24740 \begin_layout Standard
24741 Relations with labels can be created with the command 
24742 \series bold
24743
24744 \backslash
24745 stackrel
24746 \series default
24747
24748 \begin_inset Index idx
24749 status collapsed
24750
24751 \begin_layout Plain Layout
24752 Commands ! S ! 
24753 \backslash
24754 stackrel
24755 \end_layout
24756
24757 \end_inset
24758
24759 :
24760 \end_layout
24761
24762 \begin_layout Standard
24763 \align center
24764 \begin_inset Tabular
24765 <lyxtabular version="3" rows="2" columns="2">
24766 <features tabularvalignment="middle">
24767 <column alignment="center" valignment="top" width="0">
24768 <column alignment="center" valignment="top" width="0">
24769 <row>
24770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24771 \begin_inset Text
24772
24773 \begin_layout Plain Layout
24774 Command
24775 \end_layout
24776
24777 \end_inset
24778 </cell>
24779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24780 \begin_inset Text
24781
24782 \begin_layout Plain Layout
24783 Result
24784 \begin_inset Note Note
24785 status collapsed
24786
24787 \begin_layout Plain Layout
24788
24789 \series bold
24790
24791 \backslash
24792 raisebox
24793 \series default
24794  is only used as spacer.
24795 \end_layout
24796
24797 \end_inset
24798
24799
24800 \end_layout
24801
24802 \end_inset
24803 </cell>
24804 </row>
24805 <row>
24806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24807 \begin_inset Text
24808
24809 \begin_layout Plain Layout
24810 A(r)
24811 \backslash
24812 stackrel
24813 \begin_inset ERT
24814 status collapsed
24815
24816 \begin_layout Plain Layout
24817
24818
24819 \backslash
24820 spce 
24821 \end_layout
24822
24823 \end_inset
24824
24825 r
24826 \backslash
24827 to
24828 \backslash
24829 infty
24830 \begin_inset ERT
24831 status collapsed
24832
24833 \begin_layout Plain Layout
24834
24835
24836 \backslash
24837 spce 
24838 \end_layout
24839
24840 \end_inset
24841
24842
24843 \begin_inset Formula $\downarrow$
24844 \end_inset
24845
24846
24847 \backslash
24848 approx
24849 \begin_inset ERT
24850 status collapsed
24851
24852 \begin_layout Plain Layout
24853
24854
24855 \backslash
24856 spce 
24857 \end_layout
24858
24859 \end_inset
24860
24861
24862 \begin_inset ERT
24863 status collapsed
24864
24865 \begin_layout Plain Layout
24866
24867
24868 \backslash
24869 spce 
24870 \end_layout
24871
24872 \end_inset
24873
24874 B
24875 \end_layout
24876
24877 \end_inset
24878 </cell>
24879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24880 \begin_inset Text
24881
24882 \begin_layout Plain Layout
24883 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24884 \end_inset
24885
24886
24887 \end_layout
24888
24889 \end_inset
24890 </cell>
24891 </row>
24892 </lyxtabular>
24893
24894 \end_inset
24895
24896
24897 \end_layout
24898
24899 \begin_layout Section
24900 Functions
24901 \end_layout
24902
24903 \begin_layout Subsection
24904 Predefined Functions
24905 \begin_inset CommandInset label
24906 LatexCommand label
24907 name "sub:Predefined-Functions"
24908
24909 \end_inset
24910
24911
24912 \begin_inset Index idx
24913 status collapsed
24914
24915 \begin_layout Plain Layout
24916 Functions ! predefined
24917 \end_layout
24918
24919 \end_inset
24920
24921
24922 \end_layout
24923
24924 \begin_layout Standard
24925 In general, variables are set 
24926 \emph on
24927 italic
24928 \emph default
24929  in mathematical expressions, but not function names, because 
24930 \begin_inset Formula $sin$
24931 \end_inset
24932
24933  could be misunderstood as 
24934 \begin_inset Formula $s\cdot i\cdot n$
24935 \end_inset
24936
24937 .
24938  Therefore there are predefined functionswhich are additionally a bit separated
24939  from prefactors.
24940  They are inserted as commands starting with a backslash before their name.
24941 \end_layout
24942
24943 \begin_layout Standard
24944 \align center
24945 \begin_inset Tabular
24946 <lyxtabular version="3" rows="2" columns="4">
24947 <features tabularvalignment="middle">
24948 <column alignment="center" valignment="top" width="0pt">
24949 <column alignment="center" valignment="top" width="0pt">
24950 <column alignment="center" valignment="top" width="0pt">
24951 <column alignment="center" valignment="top" width="0pt">
24952 <row>
24953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24954 \begin_inset Text
24955
24956 \begin_layout Plain Layout
24957 Command
24958 \end_layout
24959
24960 \end_inset
24961 </cell>
24962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24963 \begin_inset Text
24964
24965 \begin_layout Plain Layout
24966 Result
24967 \end_layout
24968
24969 \end_inset
24970 </cell>
24971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24972 \begin_inset Text
24973
24974 \begin_layout Plain Layout
24975 Command
24976 \end_layout
24977
24978 \end_inset
24979 </cell>
24980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24981 \begin_inset Text
24982
24983 \begin_layout Plain Layout
24984 Result
24985 \end_layout
24986
24987 \end_inset
24988 </cell>
24989 </row>
24990 <row>
24991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24992 \begin_inset Text
24993
24994 \begin_layout Plain Layout
24995 Asin(x)+B
24996 \end_layout
24997
24998 \end_inset
24999 </cell>
25000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25001 \begin_inset Text
25002
25003 \begin_layout Plain Layout
25004 \begin_inset Formula $Asin(x)+B$
25005 \end_inset
25006
25007
25008 \end_layout
25009
25010 \end_inset
25011 </cell>
25012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25013 \begin_inset Text
25014
25015 \begin_layout Plain Layout
25016 A
25017 \backslash
25018 sin(x)+B
25019 \end_layout
25020
25021 \end_inset
25022 </cell>
25023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25024 \begin_inset Text
25025
25026 \begin_layout Plain Layout
25027 \begin_inset Formula $A\sin(x)+B$
25028 \end_inset
25029
25030
25031 \end_layout
25032
25033 \end_inset
25034 </cell>
25035 </row>
25036 </lyxtabular>
25037
25038 \end_inset
25039
25040
25041 \end_layout
25042
25043 \begin_layout Standard
25044 The following functions are predefined:
25045 \end_layout
25046
25047 \begin_layout Standard
25048 \begin_inset VSpace -2mm
25049 \end_inset
25050
25051
25052 \end_layout
25053
25054 \begin_layout Standard
25055 \align center
25056 \begin_inset Tabular
25057 <lyxtabular version="3" rows="9" columns="4">
25058 <features tabularvalignment="middle">
25059 <column alignment="center" valignment="top" width="0pt">
25060 <column alignment="center" valignment="top" width="0pt">
25061 <column alignment="center" valignment="top" width="0pt">
25062 <column alignment="center" valignment="top" width="0pt">
25063 <row>
25064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25065 \begin_inset Text
25066
25067 \begin_layout Plain Layout
25068 Command
25069 \end_layout
25070
25071 \end_inset
25072 </cell>
25073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25074 \begin_inset Text
25075
25076 \begin_layout Plain Layout
25077 Command
25078 \end_layout
25079
25080 \end_inset
25081 </cell>
25082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25083 \begin_inset Text
25084
25085 \begin_layout Plain Layout
25086 Command
25087 \end_layout
25088
25089 \end_inset
25090 </cell>
25091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25092 \begin_inset Text
25093
25094 \begin_layout Plain Layout
25095 Command
25096 \end_layout
25097
25098 \end_inset
25099 </cell>
25100 </row>
25101 <row>
25102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25103 \begin_inset Text
25104
25105 \begin_layout Plain Layout
25106
25107 \backslash
25108 sin
25109 \end_layout
25110
25111 \end_inset
25112 </cell>
25113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25114 \begin_inset Text
25115
25116 \begin_layout Plain Layout
25117
25118 \backslash
25119 sinh
25120 \end_layout
25121
25122 \end_inset
25123 </cell>
25124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25125 \begin_inset Text
25126
25127 \begin_layout Plain Layout
25128
25129 \backslash
25130 arcsin
25131 \end_layout
25132
25133 \end_inset
25134 </cell>
25135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25136 \begin_inset Text
25137
25138 \begin_layout Plain Layout
25139
25140 \backslash
25141 sup
25142 \end_layout
25143
25144 \end_inset
25145 </cell>
25146 </row>
25147 <row>
25148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25149 \begin_inset Text
25150
25151 \begin_layout Plain Layout
25152
25153 \backslash
25154 cos
25155 \end_layout
25156
25157 \end_inset
25158 </cell>
25159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25160 \begin_inset Text
25161
25162 \begin_layout Plain Layout
25163
25164 \backslash
25165 cosh
25166 \end_layout
25167
25168 \end_inset
25169 </cell>
25170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25171 \begin_inset Text
25172
25173 \begin_layout Plain Layout
25174
25175 \backslash
25176 arccos
25177 \end_layout
25178
25179 \end_inset
25180 </cell>
25181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25182 \begin_inset Text
25183
25184 \begin_layout Plain Layout
25185
25186 \backslash
25187 inf
25188 \end_layout
25189
25190 \end_inset
25191 </cell>
25192 </row>
25193 <row>
25194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25195 \begin_inset Text
25196
25197 \begin_layout Plain Layout
25198
25199 \backslash
25200 tan
25201 \end_layout
25202
25203 \end_inset
25204 </cell>
25205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25206 \begin_inset Text
25207
25208 \begin_layout Plain Layout
25209
25210 \backslash
25211 tanh
25212 \end_layout
25213
25214 \end_inset
25215 </cell>
25216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25217 \begin_inset Text
25218
25219 \begin_layout Plain Layout
25220
25221 \backslash
25222 arctan
25223 \end_layout
25224
25225 \end_inset
25226 </cell>
25227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25228 \begin_inset Text
25229
25230 \begin_layout Plain Layout
25231
25232 \backslash
25233 lim
25234 \end_layout
25235
25236 \end_inset
25237 </cell>
25238 </row>
25239 <row>
25240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25241 \begin_inset Text
25242
25243 \begin_layout Plain Layout
25244
25245 \backslash
25246 cot
25247 \end_layout
25248
25249 \end_inset
25250 </cell>
25251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25252 \begin_inset Text
25253
25254 \begin_layout Plain Layout
25255
25256 \backslash
25257 coth
25258 \end_layout
25259
25260 \end_inset
25261 </cell>
25262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25263 \begin_inset Text
25264
25265 \begin_layout Plain Layout
25266
25267 \backslash
25268 arg
25269 \end_layout
25270
25271 \end_inset
25272 </cell>
25273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25274 \begin_inset Text
25275
25276 \begin_layout Plain Layout
25277
25278 \backslash
25279 liminf
25280 \end_layout
25281
25282 \end_inset
25283 </cell>
25284 </row>
25285 <row>
25286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25287 \begin_inset Text
25288
25289 \begin_layout Plain Layout
25290
25291 \backslash
25292 sec
25293 \end_layout
25294
25295 \end_inset
25296 </cell>
25297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25298 \begin_inset Text
25299
25300 \begin_layout Plain Layout
25301
25302 \backslash
25303 min
25304 \end_layout
25305
25306 \end_inset
25307 </cell>
25308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25309 \begin_inset Text
25310
25311 \begin_layout Plain Layout
25312
25313 \backslash
25314 deg
25315 \end_layout
25316
25317 \end_inset
25318 </cell>
25319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25320 \begin_inset Text
25321
25322 \begin_layout Plain Layout
25323
25324 \backslash
25325 limsup
25326 \end_layout
25327
25328 \end_inset
25329 </cell>
25330 </row>
25331 <row>
25332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25333 \begin_inset Text
25334
25335 \begin_layout Plain Layout
25336
25337 \backslash
25338 csc
25339 \end_layout
25340
25341 \end_inset
25342 </cell>
25343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25344 \begin_inset Text
25345
25346 \begin_layout Plain Layout
25347
25348 \backslash
25349 max
25350 \end_layout
25351
25352 \end_inset
25353 </cell>
25354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25355 \begin_inset Text
25356
25357 \begin_layout Plain Layout
25358
25359 \backslash
25360 det
25361 \end_layout
25362
25363 \end_inset
25364 </cell>
25365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25366 \begin_inset Text
25367
25368 \begin_layout Plain Layout
25369
25370 \backslash
25371 Pr
25372 \end_layout
25373
25374 \end_inset
25375 </cell>
25376 </row>
25377 <row>
25378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25379 \begin_inset Text
25380
25381 \begin_layout Plain Layout
25382
25383 \backslash
25384 ln
25385 \end_layout
25386
25387 \end_inset
25388 </cell>
25389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25390 \begin_inset Text
25391
25392 \begin_layout Plain Layout
25393
25394 \backslash
25395 exp
25396 \end_layout
25397
25398 \end_inset
25399 </cell>
25400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25401 \begin_inset Text
25402
25403 \begin_layout Plain Layout
25404
25405 \backslash
25406 dim
25407 \end_layout
25408
25409 \end_inset
25410 </cell>
25411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25412 \begin_inset Text
25413
25414 \begin_layout Plain Layout
25415
25416 \backslash
25417 hom
25418 \end_layout
25419
25420 \end_inset
25421 </cell>
25422 </row>
25423 <row>
25424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25425 \begin_inset Text
25426
25427 \begin_layout Plain Layout
25428
25429 \backslash
25430 lg
25431 \end_layout
25432
25433 \end_inset
25434 </cell>
25435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25436 \begin_inset Text
25437
25438 \begin_layout Plain Layout
25439
25440 \backslash
25441 log
25442 \end_layout
25443
25444 \end_inset
25445 </cell>
25446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25447 \begin_inset Text
25448
25449 \begin_layout Plain Layout
25450
25451 \backslash
25452 ker
25453 \end_layout
25454
25455 \end_inset
25456 </cell>
25457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25458 \begin_inset Text
25459
25460 \begin_layout Plain Layout
25461
25462 \backslash
25463 gcd
25464 \end_layout
25465
25466 \end_inset
25467 </cell>
25468 </row>
25469 </lyxtabular>
25470
25471 \end_inset
25472
25473
25474 \end_layout
25475
25476 \begin_layout Standard
25477 They can also be inserted with the math toolbar button 
25478 \begin_inset Graphics
25479         filename ../images/math/functions.png
25480         scale 85
25481
25482 \end_inset
25483
25484 .
25485 \end_layout
25486
25487 \begin_layout Subsection
25488 Self-defined Functions
25489 \begin_inset Index idx
25490 status collapsed
25491
25492 \begin_layout Plain Layout
25493 Functions ! self-defined
25494 \end_layout
25495
25496 \end_inset
25497
25498
25499 \end_layout
25500
25501 \begin_layout Standard
25502 To use a function that is not predefined, like for example the sign function
25503  sgn(x), there are two possibilities:
25504 \end_layout
25505
25506 \begin_layout Itemize
25507 Define the function by inserting the following line to the LaTeX-preamble
25508 \begin_inset Foot
25509 status collapsed
25510
25511 \begin_layout Plain Layout
25512 For more about 
25513 \series bold
25514
25515 \backslash
25516 DeclareMathOperator
25517 \series default
25518  see 
25519 \begin_inset CommandInset ref
25520 LatexCommand ref
25521 reference "sub:Self-defined-Operators"
25522
25523 \end_inset
25524
25525 .
25526 \end_layout
25527
25528 \end_inset
25529
25530
25531 \begin_inset Newline newline
25532 \end_inset
25533
25534
25535 \begin_inset VSpace -3mm
25536 \end_inset
25537
25538
25539 \begin_inset Newline newline
25540 \end_inset
25541
25542
25543 \series bold
25544
25545 \backslash
25546 DeclareMathOperator{
25547 \backslash
25548 sgn}{sgn}
25549 \series default
25550
25551 \begin_inset Index idx
25552 status collapsed
25553
25554 \begin_layout Plain Layout
25555 Commands ! D ! 
25556 \backslash
25557 dbinom@
25558 \backslash
25559 DeclareMathOperator
25560 \end_layout
25561
25562 \end_inset
25563
25564
25565 \begin_inset Newline newline
25566 \end_inset
25567
25568
25569 \begin_inset VSpace -2mm
25570 \end_inset
25571
25572
25573 \begin_inset Newline newline
25574 \end_inset
25575
25576 Now the new defined function can be called with the command 
25577 \series bold
25578
25579 \backslash
25580 sgn
25581 \series default
25582 .
25583 \end_layout
25584
25585 \begin_layout Itemize
25586 Write the formula as usual, mark the formula name, in our example the letters
25587  
25588 \emph on
25589 sgn
25590 \emph default
25591 , and change it to mathematical text.
25592  Finally, a space is inserted between prefactor and function.
25593 \end_layout
25594
25595 \begin_layout Standard
25596 The result is the same with both methods as with a predefined function
25597 \begin_inset Foot
25598 status collapsed
25599
25600 \begin_layout Plain Layout
25601 In LyX self-defined functions are displayed red, predefined ones black.
25602 \end_layout
25603
25604 \end_inset
25605
25606 :
25607 \end_layout
25608
25609 \begin_layout Standard
25610 \align center
25611 \begin_inset Tabular
25612 <lyxtabular version="3" rows="3" columns="2">
25613 <features tabularvalignment="middle">
25614 <column alignment="center" valignment="top" width="0pt">
25615 <column alignment="center" valignment="top" width="0pt">
25616 <row>
25617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25618 \begin_inset Text
25619
25620 \begin_layout Plain Layout
25621 Command
25622 \end_layout
25623
25624 \end_inset
25625 </cell>
25626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25627 \begin_inset Text
25628
25629 \begin_layout Plain Layout
25630 Result
25631 \end_layout
25632
25633 \end_inset
25634 </cell>
25635 </row>
25636 <row>
25637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25638 \begin_inset Text
25639
25640 \begin_layout Plain Layout
25641 A
25642 \backslash
25643 sgn(x)+B
25644 \end_layout
25645
25646 \end_inset
25647 </cell>
25648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25649 \begin_inset Text
25650
25651 \begin_layout Plain Layout
25652 \begin_inset Formula $A\sgn(x)+B$
25653 \end_inset
25654
25655
25656 \end_layout
25657
25658 \end_inset
25659 </cell>
25660 </row>
25661 <row>
25662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25663 \begin_inset Text
25664
25665 \begin_layout Plain Layout
25666 A
25667 \backslash
25668 ,
25669 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25670 \end_inset
25671
25672 (x)+B
25673 \end_layout
25674
25675 \end_inset
25676 </cell>
25677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25678 \begin_inset Text
25679
25680 \begin_layout Plain Layout
25681 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25682 \end_inset
25683
25684
25685 \end_layout
25686
25687 \end_inset
25688 </cell>
25689 </row>
25690 </lyxtabular>
25691
25692 \end_inset
25693
25694
25695 \end_layout
25696
25697 \begin_layout Standard
25698 The first method is more suitable when the self-defined function should
25699  be used several times.
25700 \end_layout
25701
25702 \begin_layout Subsection
25703 Limits
25704 \begin_inset Index idx
25705 status collapsed
25706
25707 \begin_layout Plain Layout
25708 Limits
25709 \end_layout
25710
25711 \end_inset
25712
25713
25714 \end_layout
25715
25716 \begin_layout Standard
25717 For limits, in addition to the commands 
25718 \series bold
25719
25720 \backslash
25721 lim
25722 \series default
25723
25724 \begin_inset Index idx
25725 status collapsed
25726
25727 \begin_layout Plain Layout
25728 Commands ! L ! 
25729 \backslash
25730 lim
25731 \end_layout
25732
25733 \end_inset
25734
25735
25736 \series bold
25737
25738 \backslash
25739 liminf
25740 \series default
25741  and 
25742 \series bold
25743
25744 \backslash
25745 limsup
25746 \series default
25747  the following functions are defined:
25748 \end_layout
25749
25750 \begin_layout Standard
25751 \align center
25752 \begin_inset Tabular
25753 <lyxtabular version="3" rows="5" columns="2">
25754 <features tabularvalignment="middle">
25755 <column alignment="center" valignment="top" width="0">
25756 <column alignment="center" valignment="top" width="0">
25757 <row>
25758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25759 \begin_inset Text
25760
25761 \begin_layout Plain Layout
25762 Command
25763 \end_layout
25764
25765 \end_inset
25766 </cell>
25767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25768 \begin_inset Text
25769
25770 \begin_layout Plain Layout
25771 Result
25772 \begin_inset Note Note
25773 status collapsed
25774
25775 \begin_layout Plain Layout
25776
25777 \series bold
25778
25779 \backslash
25780 raisebox
25781 \series default
25782  is only used as spacer.
25783 \end_layout
25784
25785 \end_inset
25786
25787
25788 \end_layout
25789
25790 \end_inset
25791 </cell>
25792 </row>
25793 <row>
25794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25795 \begin_inset Text
25796
25797 \begin_layout Plain Layout
25798
25799 \backslash
25800 varliminf
25801 \end_layout
25802
25803 \end_inset
25804 </cell>
25805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25806 \begin_inset Text
25807
25808 \begin_layout Plain Layout
25809 \begin_inset Formula $\varliminf$
25810 \end_inset
25811
25812
25813 \end_layout
25814
25815 \end_inset
25816 </cell>
25817 </row>
25818 <row>
25819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25820 \begin_inset Text
25821
25822 \begin_layout Plain Layout
25823
25824 \backslash
25825 varlimsup
25826 \end_layout
25827
25828 \end_inset
25829 </cell>
25830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25831 \begin_inset Text
25832
25833 \begin_layout Plain Layout
25834 \begin_inset Formula $\varlimsup$
25835 \end_inset
25836
25837
25838 \end_layout
25839
25840 \end_inset
25841 </cell>
25842 </row>
25843 <row>
25844 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25845 \begin_inset Text
25846
25847 \begin_layout Plain Layout
25848
25849 \backslash
25850 varprojlim
25851 \end_layout
25852
25853 \end_inset
25854 </cell>
25855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25856 \begin_inset Text
25857
25858 \begin_layout Plain Layout
25859 \begin_inset Formula $\varprojlim$
25860 \end_inset
25861
25862
25863 \end_layout
25864
25865 \end_inset
25866 </cell>
25867 </row>
25868 <row>
25869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25870 \begin_inset Text
25871
25872 \begin_layout Plain Layout
25873
25874 \backslash
25875 varinjlim
25876 \end_layout
25877
25878 \end_inset
25879 </cell>
25880 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25881 \begin_inset Text
25882
25883 \begin_layout Plain Layout
25884 \begin_inset Formula $\varinjlim$
25885 \end_inset
25886
25887
25888 \begin_inset Formula $\raisebox{-2.5mm}{}$
25889 \end_inset
25890
25891
25892 \end_layout
25893
25894 \end_inset
25895 </cell>
25896 </row>
25897 </lyxtabular>
25898
25899 \end_inset
25900
25901
25902 \end_layout
25903
25904 \begin_layout Standard
25905 \begin_inset VSpace medskip
25906 \end_inset
25907
25908 The limit is created by inserting a subscript.
25909  It is set right beside the function in an inline formula:
25910 \end_layout
25911
25912 \begin_layout Standard
25913 \align center
25914 \begin_inset Tabular
25915 <lyxtabular version="3" rows="2" columns="2">
25916 <features tabularvalignment="middle">
25917 <column alignment="center" valignment="top" width="0pt">
25918 <column alignment="center" valignment="top" width="0pt">
25919 <row>
25920 <cell alignment="center" valignment="top" usebox="none">
25921 \begin_inset Text
25922
25923 \begin_layout Plain Layout
25924 Command
25925 \end_layout
25926
25927 \end_inset
25928 </cell>
25929 <cell alignment="center" valignment="top" usebox="none">
25930 \begin_inset Text
25931
25932 \begin_layout Plain Layout
25933 \begin_inset space \hspace{}
25934 \length 1cm
25935 \end_inset
25936
25937 Result
25938 \begin_inset Note Note
25939 status collapsed
25940
25941 \begin_layout Plain Layout
25942 The space and
25943 \series bold
25944  
25945 \backslash
25946 raisebox
25947 \series default
25948  are used here as spacer.
25949 \end_layout
25950
25951 \end_inset
25952
25953
25954 \end_layout
25955
25956 \end_inset
25957 </cell>
25958 </row>
25959 <row>
25960 <cell alignment="center" valignment="top" usebox="none">
25961 \begin_inset Text
25962
25963 \begin_layout Plain Layout
25964
25965 \backslash
25966 lim_x
25967 \backslash
25968 to
25969 \begin_inset ERT
25970 status collapsed
25971
25972 \begin_layout Plain Layout
25973
25974
25975 \backslash
25976 spce 
25977 \end_layout
25978
25979 \end_inset
25980
25981 A
25982 \begin_inset ERT
25983 status collapsed
25984
25985 \begin_layout Plain Layout
25986
25987
25988 \backslash
25989 spce 
25990 \end_layout
25991
25992 \end_inset
25993
25994 x=B
25995 \end_layout
25996
25997 \end_inset
25998 </cell>
25999 <cell alignment="center" valignment="top" usebox="none">
26000 \begin_inset Text
26001
26002 \begin_layout Plain Layout
26003 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
26004 \end_inset
26005
26006
26007 \end_layout
26008
26009 \end_inset
26010 </cell>
26011 </row>
26012 </lyxtabular>
26013
26014 \end_inset
26015
26016
26017 \end_layout
26018
26019 \begin_layout Standard
26020 In a displayed formula the limit is set below the formula, as usual:
26021 \begin_inset Formula 
26022 \[
26023 \lim_{x\to A}x=B
26024 \]
26025
26026 \end_inset
26027
26028
26029 \end_layout
26030
26031 \begin_layout Subsection
26032 Modulo-Functions
26033 \begin_inset Index idx
26034 status collapsed
26035
26036 \begin_layout Plain Layout
26037 Functions ! modulo-
26038 \end_layout
26039
26040 \end_inset
26041
26042
26043 \end_layout
26044
26045 \begin_layout Standard
26046 The modulo-function is special, because it exists in four variants.
26047  The variants in a displayed formula are:
26048 \begin_inset Formula 
26049 \begin{align*}
26050 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26051 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
26052 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
26053 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
26054 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
26055 \end{align*}
26056
26057 \end_inset
26058
26059
26060 \end_layout
26061
26062 \begin_layout Standard
26063 In an inline formula less space is set before the function names for all
26064  variants.
26065  By default the modulo-functions take only the first following character
26066  into account.
26067  To use more than one character, one has to put them into TeX-braces:
26068 \begin_inset Formula 
26069 \begin{align*}
26070 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26071 \mathrm{a\backslash pod\textrm{\spce}bcd} &  & a\pod bcd\\
26072 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26073 \end{align*}
26074
26075 \end_inset
26076
26077
26078 \end_layout
26079
26080 \begin_layout Section
26081 Special Characters
26082 \begin_inset Index idx
26083 status collapsed
26084
26085 \begin_layout Plain Layout
26086 Special characters
26087 \end_layout
26088
26089 \end_inset
26090
26091
26092 \end_layout
26093
26094 \begin_layout Subsection
26095 Special Characters in Mathematical Text
26096 \end_layout
26097
26098 \begin_layout Standard
26099 The following commands can only be used in mathematical text or in TeX-mode:
26100 \end_layout
26101
26102 \begin_layout Standard
26103 \begin_inset space \hfill{}
26104 \end_inset
26105
26106
26107 \begin_inset Tabular
26108 <lyxtabular version="3" rows="8" columns="2">
26109 <features tabularvalignment="middle">
26110 <column alignment="block" valignment="top" width="0">
26111 <column alignment="block" valignment="top" width="0">
26112 <row>
26113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26114 \begin_inset Text
26115
26116 \begin_layout Plain Layout
26117 Command
26118 \end_layout
26119
26120 \end_inset
26121 </cell>
26122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26123 \begin_inset Text
26124
26125 \begin_layout Plain Layout
26126 Result
26127 \end_layout
26128
26129 \end_inset
26130 </cell>
26131 </row>
26132 <row>
26133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26134 \begin_inset Text
26135
26136 \begin_layout Plain Layout
26137
26138 \backslash
26139 oe
26140 \end_layout
26141
26142 \end_inset
26143 </cell>
26144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26145 \begin_inset Text
26146
26147 \begin_layout Plain Layout
26148 \begin_inset Formula $\textrm{œ}$
26149 \end_inset
26150
26151
26152 \end_layout
26153
26154 \end_inset
26155 </cell>
26156 </row>
26157 <row>
26158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26159 \begin_inset Text
26160
26161 \begin_layout Plain Layout
26162
26163 \backslash
26164 OE
26165 \end_layout
26166
26167 \end_inset
26168 </cell>
26169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26170 \begin_inset Text
26171
26172 \begin_layout Plain Layout
26173 \begin_inset Formula $\textrm{Œ}$
26174 \end_inset
26175
26176
26177 \end_layout
26178
26179 \end_inset
26180 </cell>
26181 </row>
26182 <row>
26183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26184 \begin_inset Text
26185
26186 \begin_layout Plain Layout
26187
26188 \backslash
26189 ae
26190 \end_layout
26191
26192 \end_inset
26193 </cell>
26194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26195 \begin_inset Text
26196
26197 \begin_layout Plain Layout
26198 \begin_inset Formula $\textrm{æ}$
26199 \end_inset
26200
26201
26202 \end_layout
26203
26204 \end_inset
26205 </cell>
26206 </row>
26207 <row>
26208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26209 \begin_inset Text
26210
26211 \begin_layout Plain Layout
26212
26213 \backslash
26214 AE
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26220 \begin_inset Text
26221
26222 \begin_layout Plain Layout
26223 \begin_inset Formula $\textrm{Æ}$
26224 \end_inset
26225
26226
26227 \end_layout
26228
26229 \end_inset
26230 </cell>
26231 </row>
26232 <row>
26233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26234 \begin_inset Text
26235
26236 \begin_layout Plain Layout
26237
26238 \backslash
26239 aa
26240 \end_layout
26241
26242 \end_inset
26243 </cell>
26244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26245 \begin_inset Text
26246
26247 \begin_layout Plain Layout
26248 \begin_inset Formula $\textrm{\aa}$
26249 \end_inset
26250
26251
26252 \end_layout
26253
26254 \end_inset
26255 </cell>
26256 </row>
26257 <row>
26258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26259 \begin_inset Text
26260
26261 \begin_layout Plain Layout
26262
26263 \backslash
26264 AA
26265 \begin_inset Index idx
26266 status collapsed
26267
26268 \begin_layout Plain Layout
26269
26270 \backslash
26271 @
26272 \begin_inset ERT
26273 status collapsed
26274
26275 \begin_layout Plain Layout
26276
26277
26278 \backslash
26279 textrm{
26280 \backslash
26281 AA}
26282 \end_layout
26283
26284 \end_inset
26285
26286
26287 \end_layout
26288
26289 \end_inset
26290
26291
26292 \end_layout
26293
26294 \end_inset
26295 </cell>
26296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26297 \begin_inset Text
26298
26299 \begin_layout Plain Layout
26300 \begin_inset Formula $\textrm{Å}$
26301 \end_inset
26302
26303
26304 \end_layout
26305
26306 \end_inset
26307 </cell>
26308 </row>
26309 <row>
26310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26311 \begin_inset Text
26312
26313 \begin_layout Plain Layout
26314
26315 \backslash
26316 i
26317 \end_layout
26318
26319 \end_inset
26320 </cell>
26321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26322 \begin_inset Text
26323
26324 \begin_layout Plain Layout
26325 \begin_inset Formula $\textrm{ı}$
26326 \end_inset
26327
26328
26329 \end_layout
26330
26331 \end_inset
26332 </cell>
26333 </row>
26334 </lyxtabular>
26335
26336 \end_inset
26337
26338
26339 \begin_inset space \hfill{}
26340 \end_inset
26341
26342
26343 \begin_inset Tabular
26344 <lyxtabular version="3" rows="8" columns="2">
26345 <features tabularvalignment="middle">
26346 <column alignment="block" valignment="top" width="0">
26347 <column alignment="center" valignment="top" width="0">
26348 <row>
26349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26350 \begin_inset Text
26351
26352 \begin_layout Plain Layout
26353 command
26354 \begin_inset Note Note
26355 status collapsed
26356
26357 \begin_layout Plain Layout
26358 The space of 0
26359 \begin_inset space \thinspace{}
26360 \end_inset
26361
26362 mm is used for separation, because otherwise the output will be ¡ and ¿
26363  respectively.
26364 \end_layout
26365
26366 \end_inset
26367
26368
26369 \end_layout
26370
26371 \end_inset
26372 </cell>
26373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26374 \begin_inset Text
26375
26376 \begin_layout Plain Layout
26377 Result
26378 \end_layout
26379
26380 \end_inset
26381 </cell>
26382 </row>
26383 <row>
26384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26385 \begin_inset Text
26386
26387 \begin_layout Plain Layout
26388
26389 \backslash
26390 o
26391 \end_layout
26392
26393 \end_inset
26394 </cell>
26395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26396 \begin_inset Text
26397
26398 \begin_layout Plain Layout
26399 \begin_inset Formula $\textrm{ø}$
26400 \end_inset
26401
26402
26403 \end_layout
26404
26405 \end_inset
26406 </cell>
26407 </row>
26408 <row>
26409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26410 \begin_inset Text
26411
26412 \begin_layout Plain Layout
26413
26414 \backslash
26415 O
26416 \end_layout
26417
26418 \end_inset
26419 </cell>
26420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26421 \begin_inset Text
26422
26423 \begin_layout Plain Layout
26424 \begin_inset Formula $\textrm{Ø}$
26425 \end_inset
26426
26427
26428 \end_layout
26429
26430 \end_inset
26431 </cell>
26432 </row>
26433 <row>
26434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26435 \begin_inset Text
26436
26437 \begin_layout Plain Layout
26438
26439 \backslash
26440 l
26441 \end_layout
26442
26443 \end_inset
26444 </cell>
26445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26446 \begin_inset Text
26447
26448 \begin_layout Plain Layout
26449 \begin_inset Formula $\textrm{ł}$
26450 \end_inset
26451
26452
26453 \end_layout
26454
26455 \end_inset
26456 </cell>
26457 </row>
26458 <row>
26459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26460 \begin_inset Text
26461
26462 \begin_layout Plain Layout
26463
26464 \backslash
26465 L
26466 \end_layout
26467
26468 \end_inset
26469 </cell>
26470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26471 \begin_inset Text
26472
26473 \begin_layout Plain Layout
26474 \begin_inset Formula $\textrm{Ł}$
26475 \end_inset
26476
26477
26478 \end_layout
26479
26480 \end_inset
26481 </cell>
26482 </row>
26483 <row>
26484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26485 \begin_inset Text
26486
26487 \begin_layout Plain Layout
26488 !
26489 \begin_inset space \hspace{}
26490 \length 0mm
26491 \end_inset
26492
26493 `
26494 \begin_inset ERT
26495 status collapsed
26496
26497 \begin_layout Plain Layout
26498
26499
26500 \backslash
26501 spce 
26502 \end_layout
26503
26504 \end_inset
26505
26506
26507 \end_layout
26508
26509 \end_inset
26510 </cell>
26511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26512 \begin_inset Text
26513
26514 \begin_layout Plain Layout
26515 \begin_inset Formula $\textrm{!`}$
26516 \end_inset
26517
26518
26519 \end_layout
26520
26521 \end_inset
26522 </cell>
26523 </row>
26524 <row>
26525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26526 \begin_inset Text
26527
26528 \begin_layout Plain Layout
26529 ?
26530 \begin_inset space \hspace{}
26531 \length 0mm
26532 \end_inset
26533
26534 `
26535 \begin_inset ERT
26536 status collapsed
26537
26538 \begin_layout Plain Layout
26539
26540
26541 \backslash
26542 spce 
26543 \end_layout
26544
26545 \end_inset
26546
26547
26548 \end_layout
26549
26550 \end_inset
26551 </cell>
26552 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26553 \begin_inset Text
26554
26555 \begin_layout Plain Layout
26556 \begin_inset Formula $\textrm{?`}$
26557 \end_inset
26558
26559
26560 \end_layout
26561
26562 \end_inset
26563 </cell>
26564 </row>
26565 <row>
26566 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26567 \begin_inset Text
26568
26569 \begin_layout Plain Layout
26570
26571 \backslash
26572 j
26573 \end_layout
26574
26575 \end_inset
26576 </cell>
26577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26578 \begin_inset Text
26579
26580 \begin_layout Plain Layout
26581 \begin_inset Formula $\textrm{ȷ}$
26582 \end_inset
26583
26584
26585 \end_layout
26586
26587 \end_inset
26588 </cell>
26589 </row>
26590 </lyxtabular>
26591
26592 \end_inset
26593
26594
26595 \begin_inset space \hfill{}
26596 \end_inset
26597
26598
26599 \end_layout
26600
26601 \begin_layout Standard
26602 The characters 
26603 \begin_inset Formula $\textrm{\textrm{Å}}$
26604 \end_inset
26605
26606  and 
26607 \begin_inset Formula $\textrm{\textrm{Ø}}$
26608 \end_inset
26609
26610  can also be inserted via the math toolbar button 
26611 \begin_inset Graphics
26612         filename ../images/math/digamma.png
26613         scale 85
26614
26615 \end_inset
26616
26617 .
26618 \end_layout
26619
26620 \begin_layout Standard
26621 An exception are the commands 
26622 \series bold
26623 !
26624 \begin_inset space \hspace{}
26625 \length 0mm
26626 \end_inset
26627
26628 `
26629 \series default
26630  and 
26631 \series bold
26632 ?
26633 \begin_inset space \hspace{}
26634 \length 0mm
26635 \end_inset
26636
26637 `
26638 \series default
26639 , because they can be inserted in LyX directly to text.
26640 \end_layout
26641
26642 \begin_layout Subsection
26643 Accents in Text
26644 \begin_inset CommandInset label
26645 LatexCommand label
26646 name "sub:Accents-in-Text"
26647
26648 \end_inset
26649
26650
26651 \begin_inset Index idx
26652 status collapsed
26653
26654 \begin_layout Plain Layout
26655 Accents ! in text
26656 \end_layout
26657
26658 \end_inset
26659
26660
26661 \end_layout
26662
26663 \begin_layout Standard
26664 With the following commands all letters can be accented.
26665  The commands must be inserted in TeX-mode.
26666 \end_layout
26667
26668 \begin_layout Standard
26669 \begin_inset space \hfill{}
26670 \end_inset
26671
26672
26673 \begin_inset Tabular
26674 <lyxtabular version="3" rows="8" columns="2">
26675 <features tabularvalignment="middle">
26676 <column alignment="block" valignment="top" width="0">
26677 <column alignment="block" valignment="top" width="0">
26678 <row>
26679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26680 \begin_inset Text
26681
26682 \begin_layout Plain Layout
26683 Command
26684 \end_layout
26685
26686 \end_inset
26687 </cell>
26688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26689 \begin_inset Text
26690
26691 \begin_layout Plain Layout
26692 Result
26693 \end_layout
26694
26695 \end_inset
26696 </cell>
26697 </row>
26698 <row>
26699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26700 \begin_inset Text
26701
26702 \begin_layout Plain Layout
26703
26704 \backslash
26705
26706 \begin_inset Quotes grd
26707 \end_inset
26708
26709 e
26710 \end_layout
26711
26712 \end_inset
26713 </cell>
26714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26715 \begin_inset Text
26716
26717 \begin_layout Plain Layout
26718 \begin_inset ERT
26719 status collapsed
26720
26721 \begin_layout Plain Layout
26722
26723
26724 \backslash
26725 "e
26726 \end_layout
26727
26728 \end_inset
26729
26730
26731 \end_layout
26732
26733 \end_inset
26734 </cell>
26735 </row>
26736 <row>
26737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26738 \begin_inset Text
26739
26740 \begin_layout Plain Layout
26741
26742 \backslash
26743 `e
26744 \end_layout
26745
26746 \end_inset
26747 </cell>
26748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26749 \begin_inset Text
26750
26751 \begin_layout Plain Layout
26752 \begin_inset ERT
26753 status collapsed
26754
26755 \begin_layout Plain Layout
26756
26757
26758 \backslash
26759 `e
26760 \end_layout
26761
26762 \end_inset
26763
26764
26765 \end_layout
26766
26767 \end_inset
26768 </cell>
26769 </row>
26770 <row>
26771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26772 \begin_inset Text
26773
26774 \begin_layout Plain Layout
26775
26776 \backslash
26777 ^
26778 \begin_inset ERT
26779 status collapsed
26780
26781 \begin_layout Plain Layout
26782
26783
26784 \backslash
26785 spce 
26786 \end_layout
26787
26788 \end_inset
26789
26790 e
26791 \end_layout
26792
26793 \end_inset
26794 </cell>
26795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26796 \begin_inset Text
26797
26798 \begin_layout Plain Layout
26799 \begin_inset ERT
26800 status collapsed
26801
26802 \begin_layout Plain Layout
26803
26804
26805 \backslash
26806 ^e
26807 \end_layout
26808
26809 \end_inset
26810
26811
26812 \end_layout
26813
26814 \end_inset
26815 </cell>
26816 </row>
26817 <row>
26818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26819 \begin_inset Text
26820
26821 \begin_layout Plain Layout
26822
26823 \backslash
26824 =e
26825 \end_layout
26826
26827 \end_inset
26828 </cell>
26829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26830 \begin_inset Text
26831
26832 \begin_layout Plain Layout
26833 \begin_inset ERT
26834 status collapsed
26835
26836 \begin_layout Plain Layout
26837
26838
26839 \backslash
26840 =e
26841 \end_layout
26842
26843 \end_inset
26844
26845
26846 \end_layout
26847
26848 \end_inset
26849 </cell>
26850 </row>
26851 <row>
26852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26853 \begin_inset Text
26854
26855 \begin_layout Plain Layout
26856
26857 \backslash
26858 u
26859 \begin_inset ERT
26860 status collapsed
26861
26862 \begin_layout Plain Layout
26863
26864
26865 \backslash
26866 spce 
26867 \end_layout
26868
26869 \end_inset
26870
26871 e
26872 \end_layout
26873
26874 \end_inset
26875 </cell>
26876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26877 \begin_inset Text
26878
26879 \begin_layout Plain Layout
26880 \begin_inset ERT
26881 status collapsed
26882
26883 \begin_layout Plain Layout
26884
26885
26886 \backslash
26887 u e
26888 \end_layout
26889
26890 \end_inset
26891
26892
26893 \end_layout
26894
26895 \end_inset
26896 </cell>
26897 </row>
26898 <row>
26899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26900 \begin_inset Text
26901
26902 \begin_layout Plain Layout
26903
26904 \backslash
26905 b
26906 \begin_inset ERT
26907 status collapsed
26908
26909 \begin_layout Plain Layout
26910
26911
26912 \backslash
26913 spce 
26914 \end_layout
26915
26916 \end_inset
26917
26918 e
26919 \end_layout
26920
26921 \end_inset
26922 </cell>
26923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26924 \begin_inset Text
26925
26926 \begin_layout Plain Layout
26927 \begin_inset ERT
26928 status collapsed
26929
26930 \begin_layout Plain Layout
26931
26932
26933 \backslash
26934 b e
26935 \end_layout
26936
26937 \end_inset
26938
26939
26940 \end_layout
26941
26942 \end_inset
26943 </cell>
26944 </row>
26945 <row>
26946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26947 \begin_inset Text
26948
26949 \begin_layout Plain Layout
26950
26951 \backslash
26952 t
26953 \begin_inset ERT
26954 status collapsed
26955
26956 \begin_layout Plain Layout
26957
26958
26959 \backslash
26960 spce 
26961 \end_layout
26962
26963 \end_inset
26964
26965 ee
26966 \end_layout
26967
26968 \end_inset
26969 </cell>
26970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26971 \begin_inset Text
26972
26973 \begin_layout Plain Layout
26974 \begin_inset ERT
26975 status collapsed
26976
26977 \begin_layout Plain Layout
26978
26979
26980 \backslash
26981 t ee
26982 \end_layout
26983
26984 \end_inset
26985
26986
26987 \end_layout
26988
26989 \end_inset
26990 </cell>
26991 </row>
26992 </lyxtabular>
26993
26994 \end_inset
26995
26996
26997 \begin_inset space \hfill{}
26998 \end_inset
26999
27000
27001 \begin_inset Tabular
27002 <lyxtabular version="3" rows="8" columns="2">
27003 <features tabularvalignment="middle">
27004 <column alignment="block" valignment="top" width="0">
27005 <column alignment="center" valignment="top" width="0">
27006 <row>
27007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27008 \begin_inset Text
27009
27010 \begin_layout Plain Layout
27011 Command
27012 \end_layout
27013
27014 \end_inset
27015 </cell>
27016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27017 \begin_inset Text
27018
27019 \begin_layout Plain Layout
27020 Result
27021 \end_layout
27022
27023 \end_inset
27024 </cell>
27025 </row>
27026 <row>
27027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27028 \begin_inset Text
27029
27030 \begin_layout Plain Layout
27031
27032 \backslash
27033 H
27034 \begin_inset ERT
27035 status collapsed
27036
27037 \begin_layout Plain Layout
27038
27039
27040 \backslash
27041 spce 
27042 \end_layout
27043
27044 \end_inset
27045
27046 e
27047 \end_layout
27048
27049 \end_inset
27050 </cell>
27051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27052 \begin_inset Text
27053
27054 \begin_layout Plain Layout
27055 \begin_inset ERT
27056 status collapsed
27057
27058 \begin_layout Plain Layout
27059
27060
27061 \backslash
27062 H e
27063 \end_layout
27064
27065 \end_inset
27066
27067
27068 \end_layout
27069
27070 \end_inset
27071 </cell>
27072 </row>
27073 <row>
27074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27075 \begin_inset Text
27076
27077 \begin_layout Plain Layout
27078
27079 \backslash
27080 'e
27081 \end_layout
27082
27083 \end_inset
27084 </cell>
27085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27086 \begin_inset Text
27087
27088 \begin_layout Plain Layout
27089 \begin_inset ERT
27090 status collapsed
27091
27092 \begin_layout Plain Layout
27093
27094
27095 \backslash
27096 'e
27097 \end_layout
27098
27099 \end_inset
27100
27101
27102 \end_layout
27103
27104 \end_inset
27105 </cell>
27106 </row>
27107 <row>
27108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27109 \begin_inset Text
27110
27111 \begin_layout Plain Layout
27112
27113 \backslash
27114 ~e
27115 \begin_inset Index idx
27116 status collapsed
27117
27118 \begin_layout Plain Layout
27119 Tilde
27120 \end_layout
27121
27122 \end_inset
27123
27124
27125 \end_layout
27126
27127 \end_inset
27128 </cell>
27129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27130 \begin_inset Text
27131
27132 \begin_layout Plain Layout
27133 \begin_inset ERT
27134 status collapsed
27135
27136 \begin_layout Plain Layout
27137
27138
27139 \backslash
27140 ~e
27141 \end_layout
27142
27143 \end_inset
27144
27145
27146 \end_layout
27147
27148 \end_inset
27149 </cell>
27150 </row>
27151 <row>
27152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27153 \begin_inset Text
27154
27155 \begin_layout Plain Layout
27156
27157 \backslash
27158 .e
27159 \end_layout
27160
27161 \end_inset
27162 </cell>
27163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27164 \begin_inset Text
27165
27166 \begin_layout Plain Layout
27167 \begin_inset ERT
27168 status collapsed
27169
27170 \begin_layout Plain Layout
27171
27172
27173 \backslash
27174 .e
27175 \end_layout
27176
27177 \end_inset
27178
27179
27180 \end_layout
27181
27182 \end_inset
27183 </cell>
27184 </row>
27185 <row>
27186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27187 \begin_inset Text
27188
27189 \begin_layout Plain Layout
27190
27191 \backslash
27192 v
27193 \begin_inset ERT
27194 status collapsed
27195
27196 \begin_layout Plain Layout
27197
27198
27199 \backslash
27200 spce 
27201 \end_layout
27202
27203 \end_inset
27204
27205 e
27206 \end_layout
27207
27208 \end_inset
27209 </cell>
27210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27211 \begin_inset Text
27212
27213 \begin_layout Plain Layout
27214 \begin_inset ERT
27215 status collapsed
27216
27217 \begin_layout Plain Layout
27218
27219
27220 \backslash
27221 v e
27222 \end_layout
27223
27224 \end_inset
27225
27226
27227 \end_layout
27228
27229 \end_inset
27230 </cell>
27231 </row>
27232 <row>
27233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27234 \begin_inset Text
27235
27236 \begin_layout Plain Layout
27237
27238 \backslash
27239 d
27240 \begin_inset ERT
27241 status collapsed
27242
27243 \begin_layout Plain Layout
27244
27245
27246 \backslash
27247 spce 
27248 \end_layout
27249
27250 \end_inset
27251
27252 e
27253 \end_layout
27254
27255 \end_inset
27256 </cell>
27257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27258 \begin_inset Text
27259
27260 \begin_layout Plain Layout
27261 \begin_inset ERT
27262 status collapsed
27263
27264 \begin_layout Plain Layout
27265
27266
27267 \backslash
27268 d e
27269 \end_layout
27270
27271 \end_inset
27272
27273
27274 \end_layout
27275
27276 \end_inset
27277 </cell>
27278 </row>
27279 <row>
27280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27281 \begin_inset Text
27282
27283 \begin_layout Plain Layout
27284
27285 \backslash
27286 c
27287 \begin_inset ERT
27288 status collapsed
27289
27290 \begin_layout Plain Layout
27291
27292
27293 \backslash
27294 spce 
27295 \end_layout
27296
27297 \end_inset
27298
27299 e
27300 \end_layout
27301
27302 \end_inset
27303 </cell>
27304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27305 \begin_inset Text
27306
27307 \begin_layout Plain Layout
27308 \begin_inset ERT
27309 status collapsed
27310
27311 \begin_layout Plain Layout
27312
27313
27314 \backslash
27315 c e
27316 \end_layout
27317
27318 \end_inset
27319
27320
27321 \end_layout
27322
27323 \end_inset
27324 </cell>
27325 </row>
27326 </lyxtabular>
27327
27328 \end_inset
27329
27330
27331 \begin_inset space \hfill{}
27332 \end_inset
27333
27334
27335 \end_layout
27336
27337 \begin_layout Standard
27338 \begin_inset VSpace medskip
27339 \end_inset
27340
27341 With the command 
27342 \series bold
27343
27344 \backslash
27345 t
27346 \series default
27347  also two different characters can be accented.
27348  The command 
27349 \series bold
27350
27351 \backslash
27352 t
27353 \begin_inset ERT
27354 status collapsed
27355
27356 \begin_layout Plain Layout
27357
27358
27359 \backslash
27360 spce 
27361 \end_layout
27362
27363 \end_inset
27364
27365 sz
27366 \series default
27367  creates: 
27368 \begin_inset ERT
27369 status collapsed
27370
27371 \begin_layout Plain Layout
27372
27373
27374 \backslash
27375 t sz
27376 \end_layout
27377
27378 \end_inset
27379
27380
27381 \end_layout
27382
27383 \begin_layout Standard
27384 The accents 
27385 \series bold
27386 `
27387 \series default
27388  , 
27389 \series bold
27390 '
27391 \series default
27392  and 
27393 \series bold
27394 ^
27395 \series default
27396  can in combination with vowels directly be inserted with the keyboard without
27397  using TeX-mode.
27398  The same applies for the tilde
27399 \begin_inset Foot
27400 status collapsed
27401
27402 \begin_layout Plain Layout
27403 This only applies for keyboards where the tilde is defined as accent.
27404 \end_layout
27405
27406 \end_inset
27407
27408  
27409 \series bold
27410 ~
27411 \series default
27412  in combination with 
27413 \emph on
27414 a
27415 \emph default
27416  , 
27417 \emph on
27418 n
27419 \emph default
27420  , or 
27421 \emph on
27422 o
27423 \emph default
27424 .
27425 \end_layout
27426
27427 \begin_layout Standard
27428 The commands 
27429 \series bold
27430
27431 \backslash
27432 b
27433 \series default
27434  , 
27435 \series bold
27436
27437 \backslash
27438 c
27439 \series default
27440  , 
27441 \series bold
27442
27443 \backslash
27444 d
27445 \series default
27446  , 
27447 \series bold
27448
27449 \backslash
27450 H
27451 \series default
27452  , 
27453 \series bold
27454
27455 \backslash
27456 t
27457 \series default
27458  , 
27459 \series bold
27460
27461 \backslash
27462 u
27463 \series default
27464  , 
27465 \series bold
27466
27467 \backslash
27468 v
27469 \series default
27470  and accents that are inserted directly with the keyboard are also available
27471  in mathematical text.
27472  For the other accents there are special math commands to be used in formulas,
27473  see 
27474 \begin_inset CommandInset ref
27475 LatexCommand ref
27476 reference "sub:Accents-for-one"
27477
27478 \end_inset
27479
27480 .
27481 \end_layout
27482
27483 \begin_layout Standard
27484 \begin_inset VSpace bigskip
27485 \end_inset
27486
27487 Furthermore, with the command 
27488 \series bold
27489
27490 \backslash
27491 textcircled
27492 \series default
27493
27494 \begin_inset Index idx
27495 status collapsed
27496
27497 \begin_layout Plain Layout
27498 Commands ! T ! 
27499 \backslash
27500 textcircled
27501 \end_layout
27502
27503 \end_inset
27504
27505  all numbers and letters can be set into a circle, quasi accented with a
27506  circle, similar to the copyright symbol.
27507 \end_layout
27508
27509 \begin_layout Standard
27510 \align center
27511 \begin_inset Tabular
27512 <lyxtabular version="3" rows="3" columns="2">
27513 <features tabularvalignment="middle">
27514 <column alignment="center" valignment="top" width="0">
27515 <column alignment="center" valignment="top" width="0">
27516 <row>
27517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27518 \begin_inset Text
27519
27520 \begin_layout Plain Layout
27521 Command
27522 \end_layout
27523
27524 \end_inset
27525 </cell>
27526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27527 \begin_inset Text
27528
27529 \begin_layout Plain Layout
27530 Result
27531 \begin_inset Note Note
27532 status collapsed
27533
27534 \begin_layout Plain Layout
27535
27536 \series bold
27537
27538 \backslash
27539 raisebox
27540 \series default
27541  is only used as spacer.
27542 \end_layout
27543
27544 \end_inset
27545
27546
27547 \end_layout
27548
27549 \end_inset
27550 </cell>
27551 </row>
27552 <row>
27553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27554 \begin_inset Text
27555
27556 \begin_layout Plain Layout
27557
27558 \backslash
27559 textcircled{w}
27560 \end_layout
27561
27562 \end_inset
27563 </cell>
27564 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27565 \begin_inset Text
27566
27567 \begin_layout Plain Layout
27568 \begin_inset ERT
27569 status collapsed
27570
27571 \begin_layout Plain Layout
27572
27573
27574 \backslash
27575 textcircled{w}
27576 \end_layout
27577
27578 \end_inset
27579
27580
27581 \end_layout
27582
27583 \end_inset
27584 </cell>
27585 </row>
27586 <row>
27587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27588 \begin_inset Text
27589
27590 \begin_layout Plain Layout
27591
27592 \backslash
27593 Large 
27594 \backslash
27595 textcircled{
27596 \backslash
27597 normalsize
27598 \backslash
27599 protect
27600 \backslash
27601 raisebox{-1.5pt}{W}}
27602 \end_layout
27603
27604 \end_inset
27605 </cell>
27606 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27607 \begin_inset Text
27608
27609 \begin_layout Plain Layout
27610 \begin_inset Formula $\raisebox{4.5mm}{}$
27611 \end_inset
27612
27613
27614 \begin_inset ERT
27615 status collapsed
27616
27617 \begin_layout Plain Layout
27618
27619
27620 \backslash
27621 Large 
27622 \backslash
27623 textcircled{
27624 \backslash
27625 normalsize
27626 \backslash
27627 protect
27628 \backslash
27629 raisebox{-1.5pt}W}
27630 \end_layout
27631
27632 \end_inset
27633
27634
27635 \begin_inset Formula $\raisebox{-2mm}{}$
27636 \end_inset
27637
27638
27639 \end_layout
27640
27641 \end_inset
27642 </cell>
27643 </row>
27644 </lyxtabular>
27645
27646 \end_inset
27647
27648
27649 \end_layout
27650
27651 \begin_layout Standard
27652 One has to take care that the character fits in the circle.
27653  
27654 \series bold
27655
27656 \backslash
27657 Large
27658 \series default
27659
27660 \begin_inset Foot
27661 status collapsed
27662
27663 \begin_layout Plain Layout
27664 see 
27665 \begin_inset CommandInset ref
27666 LatexCommand ref
27667 reference "sub:Font-Sizes"
27668
27669 \end_inset
27670
27671
27672 \end_layout
27673
27674 \end_inset
27675
27676  specifies thereby the size of the circle.
27677  With the help of 
27678 \series bold
27679
27680 \backslash
27681 raisebox
27682 \series default
27683
27684 \begin_inset Foot
27685 status collapsed
27686
27687 \begin_layout Plain Layout
27688 see 
27689 \begin_inset CommandInset ref
27690 LatexCommand ref
27691 reference "sub:Boxes-without-Frame"
27692
27693 \end_inset
27694
27695
27696 \end_layout
27697
27698 \end_inset
27699
27700  the character can be centered.
27701 \end_layout
27702
27703 \begin_layout Subsection
27704 Old-style Figures
27705 \begin_inset Index idx
27706 status collapsed
27707
27708 \begin_layout Plain Layout
27709 Old-style Figures
27710 \end_layout
27711
27712 \end_inset
27713
27714
27715 \end_layout
27716
27717 \begin_layout Standard
27718 Old-style figures (also known as old-style numerals) are created with the
27719  command 
27720 \series bold
27721
27722 \backslash
27723 oldstylenums
27724 \series default
27725
27726 \begin_inset Index idx
27727 status collapsed
27728
27729 \begin_layout Plain Layout
27730 Commands ! O ! 
27731 \backslash
27732 oldstylenums
27733 \end_layout
27734
27735 \end_inset
27736
27737 .
27738  The command can be used in formulas and in TeX-mode.
27739  The command scheme is:
27740 \end_layout
27741
27742 \begin_layout Standard
27743
27744 \series bold
27745
27746 \backslash
27747 oldstylenums{number}
27748 \end_layout
27749
27750 \begin_layout Standard
27751 The command 
27752 \series bold
27753
27754 \backslash
27755 oldstylenums{0123456789
27756 \series default
27757  produces: 
27758 \begin_inset Formula $\oldstylenums{0123456789}$
27759 \end_inset
27760
27761
27762 \end_layout
27763
27764 \begin_layout Subsection
27765 Miscellaneous special Characters
27766 \begin_inset CommandInset label
27767 LatexCommand label
27768 name "sub:Miscellaneous-special-Characters"
27769
27770 \end_inset
27771
27772
27773 \begin_inset Index idx
27774 status collapsed
27775
27776 \begin_layout Plain Layout
27777 Special characters ! miscellaneous
27778 \end_layout
27779
27780 \end_inset
27781
27782
27783 \end_layout
27784
27785 \begin_layout Standard
27786 The following characters can only be inserted to formulas by using commands:
27787 \end_layout
27788
27789 \begin_layout Standard
27790 \align center
27791 \begin_inset Tabular
27792 <lyxtabular version="3" rows="4" columns="2">
27793 <features tabularvalignment="middle">
27794 <column alignment="center" valignment="top" width="0">
27795 <column alignment="center" valignment="top" width="0">
27796 <row>
27797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27798 \begin_inset Text
27799
27800 \begin_layout Plain Layout
27801 Command
27802 \end_layout
27803
27804 \end_inset
27805 </cell>
27806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27807 \begin_inset Text
27808
27809 \begin_layout Plain Layout
27810 Result
27811 \end_layout
27812
27813 \end_inset
27814 </cell>
27815 </row>
27816 <row>
27817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27818 \begin_inset Text
27819
27820 \begin_layout Plain Layout
27821
27822 \backslash
27823 ^
27824 \begin_inset ERT
27825 status collapsed
27826
27827 \begin_layout Plain Layout
27828
27829
27830 \backslash
27831 spce 
27832 \end_layout
27833
27834 \end_inset
27835
27836
27837 \end_layout
27838
27839 \end_inset
27840 </cell>
27841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27842 \begin_inset Text
27843
27844 \begin_layout Plain Layout
27845 \begin_inset Formula $\mathcircumflex$
27846 \end_inset
27847
27848
27849 \end_layout
27850
27851 \end_inset
27852 </cell>
27853 </row>
27854 <row>
27855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27856 \begin_inset Text
27857
27858 \begin_layout Plain Layout
27859
27860 \backslash
27861 _
27862 \end_layout
27863
27864 \end_inset
27865 </cell>
27866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27867 \begin_inset Text
27868
27869 \begin_layout Plain Layout
27870 \begin_inset Formula $\_$
27871 \end_inset
27872
27873
27874 \end_layout
27875
27876 \end_inset
27877 </cell>
27878 </row>
27879 <row>
27880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27881 \begin_inset Text
27882
27883 \begin_layout Plain Layout
27884 ^
27885 \begin_inset ERT
27886 status collapsed
27887
27888 \begin_layout Plain Layout
27889
27890
27891 \backslash
27892 spce 
27893 \end_layout
27894
27895 \end_inset
27896
27897
27898 \backslash
27899 circ
27900 \begin_inset Index idx
27901 status collapsed
27902
27903 \begin_layout Plain Layout
27904
27905 \backslash
27906
27907 \end_layout
27908
27909 \end_inset
27910
27911
27912 \end_layout
27913
27914 \end_inset
27915 </cell>
27916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27917 \begin_inset Text
27918
27919 \begin_layout Plain Layout
27920 \begin_inset Formula $^{\circ}$
27921 \end_inset
27922
27923
27924 \end_layout
27925
27926 \end_inset
27927 </cell>
27928 </row>
27929 </lyxtabular>
27930
27931 \end_inset
27932
27933
27934 \end_layout
27935
27936 \begin_layout Standard
27937 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27938  contains the following line
27939 \begin_inset Foot
27940 status collapsed
27941
27942 \begin_layout Plain Layout
27943 More about this is described in 
27944 \begin_inset CommandInset ref
27945 LatexCommand ref
27946 reference "sub:Text-Characters-in"
27947
27948 \end_inset
27949
27950 .
27951 \end_layout
27952
27953 \end_inset
27954
27955 :
27956 \end_layout
27957
27958 \begin_layout Standard
27959
27960 \series bold
27961
27962 \backslash
27963 DeclareInputtext{176}{
27964 \backslash
27965 ifmmode^
27966 \backslash
27967 circ
27968 \backslash
27969 else
27970 \backslash
27971 textdegree
27972 \backslash
27973 fi}
27974 \end_layout
27975
27976 \begin_layout Standard
27977 \begin_inset Newpage newpage
27978 \end_inset
27979
27980
27981 \end_layout
27982
27983 \begin_layout Section
27984 Formula Styles
27985 \begin_inset CommandInset label
27986 LatexCommand label
27987 name "sec:Formula-Styles"
27988
27989 \end_inset
27990
27991
27992 \begin_inset Index idx
27993 status collapsed
27994
27995 \begin_layout Plain Layout
27996 Formula ! styles
27997 \end_layout
27998
27999 \end_inset
28000
28001
28002 \end_layout
28003
28004 \begin_layout Itemize
28005 There are two different alignment styles:
28006 \end_layout
28007
28008 \begin_deeper
28009 \begin_layout Description
28010 Centered is the predefined standard
28011 \end_layout
28012
28013 \begin_layout Description
28014 Indented for this the option 
28015 \series bold
28016 fleqn
28017 \series default
28018  must be inserted in the menu 
28019 \family sans
28020 Document\SpecialChar \menuseparator
28021 Settings
28022 \family default
28023  under 
28024 \family sans
28025 Document
28026 \begin_inset space ~
28027 \end_inset
28028
28029 Class
28030 \end_layout
28031
28032 \begin_layout Standard
28033 When 
28034 \series bold
28035 Indented
28036 \series default
28037  is used, the indentation can be adjusted with the length 
28038 \series bold
28039
28040 \backslash
28041 mathindent
28042 \series default
28043
28044 \begin_inset Index idx
28045 status collapsed
28046
28047 \begin_layout Plain Layout
28048 Commands ! M ! 
28049 \backslash
28050 mathindent
28051 \end_layout
28052
28053 \end_inset
28054
28055 .
28056  Should the distance be 15
28057 \begin_inset space \thinspace{}
28058 \end_inset
28059
28060 mm, the following command line is inserted in the LaTeX-preamble
28061 \end_layout
28062
28063 \begin_layout Standard
28064
28065 \series bold
28066
28067 \backslash
28068 setlength{
28069 \backslash
28070 mathindent}{15mm}
28071 \end_layout
28072
28073 \begin_layout Standard
28074 When no length is specified, the predefined value of 30
28075 \begin_inset space \thinspace{}
28076 \end_inset
28077
28078 pt will be used.
28079 \end_layout
28080
28081 \end_deeper
28082 \begin_layout Itemize
28083 And two different numbering styles:
28084 \end_layout
28085
28086 \begin_deeper
28087 \begin_layout Description
28088 Right is the predefined standard
28089 \end_layout
28090
28091 \begin_layout Description
28092 Left for this the option 
28093 \series bold
28094 leqno
28095 \series default
28096  must be inserted in the menu 
28097 \family sans
28098 Document\SpecialChar \menuseparator
28099 Settings
28100 \family default
28101  under 
28102 \family sans
28103 Document
28104 \begin_inset space ~
28105 \end_inset
28106
28107 Class
28108 \end_layout
28109
28110 \end_deeper
28111 \begin_layout Standard
28112
28113 \series bold
28114 fleqn
28115 \series default
28116  and 
28117 \series bold
28118 leqno
28119 \series default
28120  can also be used together.
28121  In this case both options are inserted, separated by a comma.
28122 \end_layout
28123
28124 \begin_layout Standard
28125 The chosen styles are used for all displayed formulas of the document.
28126  When both, centered and indented formulas should be created in a document,
28127  the style 
28128 \series bold
28129 Centered
28130 \series default
28131  is used.
28132  The indented formulas are then set in a flalign environment, see 
28133 \begin_inset CommandInset ref
28134 LatexCommand ref
28135 reference "sub:Flalign-Environment"
28136
28137 \end_inset
28138
28139 .
28140 \end_layout
28141
28142 \begin_layout Section
28143 Multiline Formulas
28144 \begin_inset CommandInset label
28145 LatexCommand label
28146 name "sec:Multiline-Formulas"
28147
28148 \end_inset
28149
28150
28151 \begin_inset Index idx
28152 status collapsed
28153
28154 \begin_layout Plain Layout
28155 Formula ! multiline
28156 \end_layout
28157
28158 \end_inset
28159
28160
28161 \end_layout
28162
28163 \begin_layout Subsection
28164 General
28165 \end_layout
28166
28167 \begin_layout Standard
28168 In LyX multiline formulas are created by pressing 
28169 \series bold
28170
28171 \begin_inset Info
28172 type  "shortcut"
28173 arg   "newline-insert newline"
28174 \end_inset
28175
28176
28177 \series default
28178  inside a formula.
28179  This creates either an 
28180 \series bold
28181 eqnarray environment
28182 \series default
28183  that is described in 
28184 \begin_inset CommandInset ref
28185 LatexCommand ref
28186 reference "sub:Eqnarray-Environment"
28187
28188 \end_inset
28189
28190  or, when the option 
28191 \family sans
28192 Use AMS math package
28193 \family default
28194  in the document settings is selected, an 
28195 \series bold
28196 align environment
28197 \series default
28198  that is described in 
28199 \begin_inset CommandInset ref
28200 LatexCommand ref
28201 reference "sub:Standard-align-Environment"
28202
28203 \end_inset
28204
28205 .
28206  The align environment is recommended because it provides in any case a
28207  typographically correct output.
28208 \end_layout
28209
28210 \begin_layout Standard
28211 There are other multiline formula environments that can be created via the
28212  menu 
28213 \family sans
28214 Insert\SpecialChar \menuseparator
28215 Math
28216 \family default
28217 .
28218  These environments are described in the following sections.
28219 \end_layout
28220
28221 \begin_layout Standard
28222 In all multiline formula environments a new line is created by pressing
28223  
28224 \begin_inset Info
28225 type  "shortcut"
28226 arg   "newline-insert newline"
28227 \end_inset
28228
28229 .
28230  To add or delete lines, the math toolbar buttons 
28231 \begin_inset Graphics
28232         filename ../images/tabular-feature_append-row.png
28233         scale 85
28234
28235 \end_inset
28236
28237  or 
28238 \begin_inset Graphics
28239         filename ../images/tabular-feature_delete-row.png
28240         scale 85
28241
28242 \end_inset
28243
28244 , respectively, or the menu 
28245 \family sans
28246 Edit\SpecialChar \menuseparator
28247 Rows & Columns
28248 \family default
28249  can be used.
28250 \end_layout
28251
28252 \begin_layout Subsubsection
28253 Line Separation
28254 \begin_inset CommandInset label
28255 LatexCommand label
28256 name "sub:Line-Separation"
28257
28258 \end_inset
28259
28260
28261 \begin_inset Index idx
28262 status collapsed
28263
28264 \begin_layout Plain Layout
28265 Formula ! multiline ! Line separation
28266 \end_layout
28267
28268 \end_inset
28269
28270
28271 \end_layout
28272
28273 \begin_layout Standard
28274 There is sometimes not enough space in multiline formulas between the lines:
28275 \begin_inset Formula 
28276 \begin{eqnarray*}
28277 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}\\
28278 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
28279 \end{eqnarray*}
28280
28281 \end_inset
28282
28283
28284 \end_layout
28285
28286 \begin_layout Standard
28287 In LaTeX additional line space is specified as optional argument of the
28288  new line command.
28289  This is not yet possible in LyX
28290 \begin_inset Foot
28291 status collapsed
28292
28293 \begin_layout Plain Layout
28294 see 
28295 \begin_inset CommandInset href
28296 LatexCommand href
28297 name "LyX-bug #1505"
28298 target "http://www.lyx.org/trac/ticket/1505"
28299
28300 \end_inset
28301
28302
28303 \end_layout
28304
28305 \end_inset
28306
28307 , therefore the whole formula must be inserted in TeX-mode.
28308  To add in our example space, the command 
28309 \series bold
28310
28311 \backslash
28312
28313 \backslash
28314 [3mm]
28315 \series default
28316  is inserted at the end of the first line.
28317  One gets: 
28318 \begin_inset ERT
28319 status collapsed
28320
28321 \begin_layout Plain Layout
28322
28323
28324 \backslash
28325 begin{eqnarray*}
28326 \end_layout
28327
28328 \begin_layout Plain Layout
28329
28330 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28331  = & 
28332 \backslash
28333 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28334 \backslash
28335
28336 \backslash
28337 [3mm]
28338 \end_layout
28339
28340 \begin_layout Plain Layout
28341
28342 4x^{2}
28343 \backslash
28344 left(B^{2}+x_{0}^{2}
28345 \backslash
28346 right)+4x_{0}x
28347 \backslash
28348 left(D-B^{2}
28349 \backslash
28350 right)+B^{2}
28351 \backslash
28352 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28353 \backslash
28354 right) & = & 0
28355 \end_layout
28356
28357 \begin_layout Plain Layout
28358
28359
28360 \backslash
28361 end{eqnarray*}
28362 \end_layout
28363
28364 \end_inset
28365
28366
28367 \end_layout
28368
28369 \begin_layout Standard
28370 \begin_inset VSpace bigskip
28371 \end_inset
28372
28373 To set the line separation for all lines in a formula, the length 
28374 \series bold
28375
28376 \backslash
28377 jot
28378 \series default
28379
28380 \begin_inset Index idx
28381 status collapsed
28382
28383 \begin_layout Plain Layout
28384 Commands ! J ! 
28385 \backslash
28386 jot
28387 \end_layout
28388
28389 \end_inset
28390
28391  is changed.
28392  The definition is: 
28393 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
28394 \end_inset
28395
28396 .
28397  Predefined for 
28398 \series bold
28399
28400 \backslash
28401 jot
28402 \series default
28403  is the value 3
28404 \begin_inset space \thinspace{}
28405 \end_inset
28406
28407 pt.
28408  To create 3
28409 \begin_inset space \thinspace{}
28410 \end_inset
28411
28412 mm additional line separation as in the previous example, the command
28413 \end_layout
28414
28415 \begin_layout Standard
28416
28417 \series bold
28418
28419 \backslash
28420 setlength{
28421 \backslash
28422 jot}{3mm+3pt}
28423 \end_layout
28424
28425 \begin_layout Standard
28426 is inserted in TeX-mode before the formula.
28427  This requires that the LaTeX-package 
28428 \series bold
28429 calc
28430 \series default
28431
28432 \begin_inset Foot
28433 status collapsed
28434
28435 \begin_layout Plain Layout
28436
28437 \series bold
28438 calc
28439 \series default
28440  is part of every LaTeX standard installation.
28441 \end_layout
28442
28443 \end_inset
28444
28445
28446 \begin_inset Index idx
28447 status collapsed
28448
28449 \begin_layout Plain Layout
28450 Packages ! calc
28451 \end_layout
28452
28453 \end_inset
28454
28455  was loaded in LaTeX-preamble with the line
28456 \end_layout
28457
28458 \begin_layout Standard
28459
28460 \series bold
28461
28462 \backslash
28463 usepackage{calc}
28464 \end_layout
28465
28466 \begin_layout Standard
28467 One gets: 
28468 \begin_inset ERT
28469 status collapsed
28470
28471 \begin_layout Plain Layout
28472
28473
28474 \backslash
28475 setlength{
28476 \backslash
28477 jot}{3mm+3pt}
28478 \end_layout
28479
28480 \end_inset
28481
28482
28483 \begin_inset Formula 
28484 \begin{eqnarray*}
28485 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}\\
28486 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
28487 \end{eqnarray*}
28488
28489 \end_inset
28490
28491
28492 \end_layout
28493
28494 \begin_layout Standard
28495 \begin_inset ERT
28496 status collapsed
28497
28498 \begin_layout Plain Layout
28499
28500
28501 \backslash
28502 setlength{
28503 \backslash
28504 jot}{3pt}
28505 \end_layout
28506
28507 \end_inset
28508
28509  To get back to the predefined distance, 
28510 \series bold
28511
28512 \backslash
28513 jot
28514 \series default
28515  is set to the value 3
28516 \begin_inset space \thinspace{}
28517 \end_inset
28518
28519 pt.
28520 \end_layout
28521
28522 \begin_layout Subsubsection
28523 Column Separation
28524 \begin_inset CommandInset label
28525 LatexCommand label
28526 name "sub:Column-Separation"
28527
28528 \end_inset
28529
28530
28531 \begin_inset Index idx
28532 status collapsed
28533
28534 \begin_layout Plain Layout
28535 Formula ! multiline ! Column separation
28536 \end_layout
28537
28538 \end_inset
28539
28540
28541 \end_layout
28542
28543 \begin_layout Standard
28544 Multiline formulas form a matrix.
28545  A formula in the eqnarray environment is for example a matrix with three
28546  columns.
28547  By changing the column separation in this environment, the space beside
28548  the relation sign can be changed.
28549 \end_layout
28550
28551 \begin_layout Standard
28552 The column separation is specified with the length 
28553 \series bold
28554
28555 \backslash
28556 arraycolsep
28557 \series default
28558
28559 \begin_inset Index idx
28560 status collapsed
28561
28562 \begin_layout Plain Layout
28563 Commands ! A ! 
28564 \backslash
28565 arraycolsep
28566 \end_layout
28567
28568 \end_inset
28569
28570  according to:
28571 \begin_inset Newline newline
28572 \end_inset
28573
28574 column separation = 2
28575 \begin_inset space \thinspace{}
28576 \end_inset
28577
28578
28579 \series bold
28580
28581 \backslash
28582 arraycolsep
28583 \series default
28584
28585 \begin_inset Newline newline
28586 \end_inset
28587
28588 Thus, the command
28589 \end_layout
28590
28591 \begin_layout Standard
28592
28593 \series bold
28594
28595 \backslash
28596 setlength{
28597 \backslash
28598 arraycolsep}{1cm}
28599 \end_layout
28600
28601 \begin_layout Standard
28602 inserted in TeX-mode, sets for all following formulas a column separation
28603  of 2
28604 \begin_inset space \thinspace{}
28605 \end_inset
28606
28607 cm.
28608  To get back to the predefined distance, 
28609 \series bold
28610
28611 \backslash
28612 arraycolsep
28613 \series default
28614  is set to 5
28615 \begin_inset space \thinspace{}
28616 \end_inset
28617
28618 pt.
28619 \end_layout
28620
28621 \begin_layout Standard
28622 A formula with 2
28623 \begin_inset space \thinspace{}
28624 \end_inset
28625
28626 cm column separation:
28627 \begin_inset ERT
28628 status collapsed
28629
28630 \begin_layout Plain Layout
28631
28632
28633 \backslash
28634 setlength{
28635 \backslash
28636 arraycolsep}{1cm}
28637 \end_layout
28638
28639 \end_inset
28640
28641
28642 \begin_inset Formula 
28643 \begin{eqnarray*}
28644 A & = & B\\
28645 C & \ne & A
28646 \end{eqnarray*}
28647
28648 \end_inset
28649
28650 A formula with the predefined column separation for matrices of 10
28651 \begin_inset space \thinspace{}
28652 \end_inset
28653
28654 pt:
28655 \begin_inset ERT
28656 status collapsed
28657
28658 \begin_layout Plain Layout
28659
28660
28661 \backslash
28662 setlength{
28663 \backslash
28664 arraycolsep}{5pt}
28665 \end_layout
28666
28667 \end_inset
28668
28669
28670 \begin_inset Formula 
28671 \begin{eqnarray*}
28672 A & = & B\\
28673 C & \ne & A
28674 \end{eqnarray*}
28675
28676 \end_inset
28677
28678
28679 \end_layout
28680
28681 \begin_layout Subsubsection
28682 Long Formulas
28683 \begin_inset Index idx
28684 status collapsed
28685
28686 \begin_layout Plain Layout
28687 Formula ! long
28688 \end_layout
28689
28690 \end_inset
28691
28692
28693 \end_layout
28694
28695 \begin_layout Standard
28696 Long formulas can be typeset using these methods:
28697 \end_layout
28698
28699 \begin_layout Itemize
28700 When one side of the equation is much shorter than the line width, this
28701  one is chosen for the left side and the right side is typeset over two
28702  lines:
28703 \begin_inset Formula 
28704 \begin{eqnarray}
28705 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 \\
28706  &  & -\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}
28707 \end{eqnarray}
28708
28709 \end_inset
28710
28711 The minus sign at the beginning of the second line does normally not appear
28712  as an operator because it is the first character of the line.
28713  Thus it would not be surrounded by space and could not be distinguished
28714  from the fraction bar.
28715  To avoid this, 3
28716 \begin_inset space \thinspace{}
28717 \end_inset
28718
28719 pt space was inserted behind the minus sign with the command 
28720 \series bold
28721
28722 \backslash
28723 hspace
28724 \series default
28725 .
28726 \begin_inset Foot
28727 status collapsed
28728
28729 \begin_layout Plain Layout
28730 for more about 
28731 \series bold
28732
28733 \backslash
28734 hspace
28735 \series default
28736  see 
28737 \begin_inset CommandInset ref
28738 LatexCommand ref
28739 reference "sub:Variable-Space"
28740
28741 \end_inset
28742
28743
28744 \end_layout
28745
28746 \end_inset
28747
28748
28749 \begin_inset Index idx
28750 status collapsed
28751
28752 \begin_layout Plain Layout
28753 Commands ! H ! 
28754 \backslash
28755 hspace
28756 \end_layout
28757
28758 \end_inset
28759
28760
28761 \end_layout
28762
28763 \begin_layout Itemize
28764 When both sides of the equation are too long, the command 
28765 \series bold
28766
28767 \backslash
28768 lefteqn
28769 \series default
28770
28771 \begin_inset Index idx
28772 status collapsed
28773
28774 \begin_layout Plain Layout
28775 Commands ! L ! 
28776 \backslash
28777 lefteqn
28778 \end_layout
28779
28780 \end_inset
28781
28782  is used.
28783  It is inserted in the first column of the first line and causes all further
28784  insertions to overwrite the following columns:
28785 \begin_inset Formula 
28786 \begin{eqnarray}
28787 \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 \\
28788  &  & -\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 \\
28789  &  & =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}
28790 \end{eqnarray}
28791
28792 \end_inset
28793
28794 After the insertion of 
28795 \series bold
28796
28797 \backslash
28798 lefteqn
28799 \series default
28800 , the cursor is in a purple box that is a bit shifted to the left from the
28801  blue one.
28802  In this the formula is inserted.
28803 \begin_inset Newline newline
28804 \end_inset
28805
28806 The content of the further lines is inserted to the second or another formula
28807  column.
28808  The greater the column number where it was inserted, the larger the indentation.
28809 \begin_inset VSpace medskip
28810 \end_inset
28811
28812
28813 \begin_inset Newline newline
28814 \end_inset
28815
28816
28817 \begin_inset Note Greyedout
28818 status open
28819
28820 \begin_layout Plain Layout
28821 Note the following when using 
28822 \series bold
28823
28824 \backslash
28825 lefteqn
28826 \series default
28827 :
28828 \end_layout
28829
28830 \begin_layout Itemize
28831 The formula doesn't use the full page width.
28832  When e.
28833 \begin_inset space \thinspace{}
28834 \end_inset
28835
28836 g.
28837 \begin_inset space \space{}
28838 \end_inset
28839
28840 the term 
28841 \begin_inset Formula $-B^{2}$
28842 \end_inset
28843
28844  is added to the first line in the above example, it would have been outside
28845  the page margin.
28846  To better use the width, negative space can be inserted at the beginning
28847  of the first line.
28848 \end_layout
28849
28850 \begin_layout Itemize
28851 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28852  line.
28853 \begin_inset Foot
28854 status collapsed
28855
28856 \begin_layout Plain Layout
28857 \begin_inset CommandInset href
28858 LatexCommand href
28859 name "LyX-bug #1429"
28860 target "http://www.lyx.org/trac/ticket/1429"
28861
28862 \end_inset
28863
28864
28865 \end_layout
28866
28867 \end_inset
28868
28869  One can only set the cursor at the beginning of the line and move it with
28870  the arrow keys.
28871 \end_layout
28872
28873 \end_inset
28874
28875
28876 \end_layout
28877
28878 \begin_layout Itemize
28879 Other methods to set long formulas are offered by the environments described
28880  in 
28881 \begin_inset CommandInset ref
28882 LatexCommand ref
28883 reference "sub:Multline-Environment"
28884
28885 \end_inset
28886
28887  and 
28888 \begin_inset CommandInset ref
28889 LatexCommand ref
28890 reference "sub:Multiline-Formula-Parts"
28891
28892 \end_inset
28893
28894 .
28895 \end_layout
28896
28897 \begin_layout Subsubsection
28898 Multiline Brackets
28899 \begin_inset CommandInset label
28900 LatexCommand label
28901 name "sub:Multiline-Brackets"
28902
28903 \end_inset
28904
28905
28906 \begin_inset Index idx
28907 status collapsed
28908
28909 \begin_layout Plain Layout
28910 Brackets ! for multiline expressions
28911 \end_layout
28912
28913 \end_inset
28914
28915
28916 \end_layout
28917
28918 \begin_layout Standard
28919 For brackets spanning multiple lines the following problem occurs:
28920 \begin_inset Formula 
28921 \begin{eqnarray*}
28922 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28923  &  & \left.\cdots+B-D\right]
28924 \end{eqnarray*}
28925
28926 \end_inset
28927
28928
28929 \end_layout
28930
28931 \begin_layout Standard
28932 The closing bracket is smaller than the opening bracket because brackets
28933  with variable size may not span multiple lines.
28934 \end_layout
28935
28936 \begin_layout Standard
28937 To set the bracket size for the second line correctly, the first line is
28938  ended with 
28939 \series bold
28940
28941 \backslash
28942 right.
28943 \series default
28944
28945 \begin_inset Index idx
28946 status collapsed
28947
28948 \begin_layout Plain Layout
28949 Commands ! R ! 
28950 \backslash
28951 right
28952 \end_layout
28953
28954 \end_inset
28955
28956  and the second line with 
28957 \series bold
28958
28959 \backslash
28960 left.
28961 \begin_inset Foot
28962 status collapsed
28963
28964 \begin_layout Plain Layout
28965 for more about 
28966 \series bold
28967
28968 \backslash
28969 left
28970 \series default
28971  and 
28972 \series bold
28973
28974 \backslash
28975 right
28976 \series default
28977  see 
28978 \begin_inset CommandInset ref
28979 LatexCommand ref
28980 reference "sub:Automatic-Bracket-Size"
28981
28982 \end_inset
28983
28984
28985 \end_layout
28986
28987 \end_inset
28988
28989
28990 \series default
28991
28992 \begin_inset Index idx
28993 status collapsed
28994
28995 \begin_layout Plain Layout
28996 Commands ! L ! 
28997 \backslash
28998 left
28999 \end_layout
29000
29001 \end_inset
29002
29003 .
29004  After 
29005 \series bold
29006
29007 \backslash
29008 left.
29009
29010 \series default
29011  the command 
29012 \series bold
29013
29014 \backslash
29015 vphantom
29016 \series default
29017
29018 \begin_inset ERT
29019 status collapsed
29020
29021 \begin_layout Plain Layout
29022
29023
29024 \backslash
29025 spce 
29026 \end_layout
29027
29028 \end_inset
29029
29030
29031 \series bold
29032
29033 \backslash
29034 prod
29035 \series default
29036 ^
29037 \begin_inset ERT
29038 status collapsed
29039
29040 \begin_layout Plain Layout
29041
29042
29043 \backslash
29044 spce 
29045 \end_layout
29046
29047 \end_inset
29048
29049
29050 \series bold
29051
29052 \backslash
29053 infty
29054 \series default
29055
29056 \begin_inset ERT
29057 status collapsed
29058
29059 \begin_layout Plain Layout
29060
29061
29062 \backslash
29063 spce 
29064 \end_layout
29065
29066 \end_inset
29067
29068
29069 \series bold
29070
29071 \begin_inset Formula $\downarrow$
29072 \end_inset
29073
29074 _R=1}
29075 \series default
29076
29077 \begin_inset Index idx
29078 status collapsed
29079
29080 \begin_layout Plain Layout
29081 Commands ! V ! 
29082 \backslash
29083 vphantom
29084 \end_layout
29085
29086 \end_inset
29087
29088  is inserted, because the multiplication operator with its limits is the
29089  largest symbol in the first line and this should be the size for the bracket
29090  in the second line.
29091 \end_layout
29092
29093 \begin_layout Standard
29094 The result is this:
29095 \begin_inset Formula 
29096 \begin{eqnarray*}
29097 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29098  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29099 \end{eqnarray*}
29100
29101 \end_inset
29102
29103
29104 \end_layout
29105
29106 \begin_layout Subsection
29107 Align Environments
29108 \end_layout
29109
29110 \begin_layout Standard
29111 Align environments can be used for every kind of multiline formulas.
29112  They are especially useful to set several formulas side by side.
29113 \end_layout
29114
29115 \begin_layout Standard
29116 Align environments consist of columns.
29117  The odd columns are right aligned, the even ones left aligned.
29118  Every line in an Align environment can be numbered.
29119 \end_layout
29120
29121 \begin_layout Standard
29122 Align environments are created via the menu 
29123 \family sans
29124 Insert\SpecialChar \menuseparator
29125 Math
29126 \family default
29127 .
29128  With the menu 
29129 \family sans
29130 Edit\SpecialChar \menuseparator
29131 Math\SpecialChar \menuseparator
29132 Change Formula Type
29133 \family default
29134  already existing formulas can be converted to Align environments.
29135 \end_layout
29136
29137 \begin_layout Standard
29138 To add or delete columns, the math toolbar buttons 
29139 \begin_inset Graphics
29140         filename ../images/tabular-feature_append-column.png
29141         scale 85
29142
29143 \end_inset
29144
29145  or 
29146 \begin_inset Graphics
29147         filename ../images/tabular-feature_delete-column.png
29148         scale 85
29149
29150 \end_inset
29151
29152 , respectively, or the menu 
29153 \family sans
29154 Edit\SpecialChar \menuseparator
29155 Rows & Columns
29156 \family default
29157  can be used.
29158 \end_layout
29159
29160 \begin_layout Subsubsection
29161 Standard align Environment
29162 \begin_inset CommandInset label
29163 LatexCommand label
29164 name "sub:Standard-align-Environment"
29165
29166 \end_inset
29167
29168
29169 \begin_inset Index idx
29170 status collapsed
29171
29172 \begin_layout Plain Layout
29173 Formula ! multiline ! align environment
29174 \end_layout
29175
29176 \end_inset
29177
29178
29179 \end_layout
29180
29181 \begin_layout Standard
29182 This Align environment is created by presssing 
29183 \begin_inset Info
29184 type  "shortcut"
29185 arg   "newline-insert newline"
29186 \end_inset
29187
29188  in a formula or by the menu 
29189 \family sans
29190 Insert\SpecialChar \menuseparator
29191 Math\SpecialChar \menuseparator
29192 AMS align Environment
29193 \family default
29194 .
29195 \end_layout
29196
29197 \begin_layout Standard
29198 An example for two formulas set side by side, that are created with a four
29199  column align environment:
29200 \begin_inset Formula 
29201 \begin{align*}
29202 A & =\sin(B) & C & =D\\
29203 C & \ne A & B & \ne D
29204 \end{align*}
29205
29206 \end_inset
29207
29208 As it can be seen, the formulas in this environment are placed so as if
29209  there would be a 
29210 \series bold
29211
29212 \backslash
29213 hfill
29214 \begin_inset Foot
29215 status collapsed
29216
29217 \begin_layout Plain Layout
29218 more about 
29219 \series bold
29220
29221 \backslash
29222 hfill
29223 \series default
29224  see 
29225 \begin_inset CommandInset ref
29226 LatexCommand ref
29227 reference "sub:Variable-Space"
29228
29229 \end_inset
29230
29231
29232 \end_layout
29233
29234 \end_inset
29235
29236
29237 \series default
29238  before the first and after every even column.
29239  When the formula style 
29240 \series bold
29241 Indented
29242 \begin_inset Foot
29243 status collapsed
29244
29245 \begin_layout Plain Layout
29246 formula styles see 
29247 \begin_inset CommandInset ref
29248 LatexCommand ref
29249 reference "sec:Formula-Styles"
29250
29251 \end_inset
29252
29253
29254 \end_layout
29255
29256 \end_inset
29257
29258
29259 \series default
29260  is used, the formula is set without the 
29261 \series bold
29262
29263 \backslash
29264 hfill
29265 \series default
29266  before the first column.
29267 \end_layout
29268
29269 \begin_layout Subsubsection
29270 Alignat Environment
29271 \begin_inset Index idx
29272 status collapsed
29273
29274 \begin_layout Plain Layout
29275 Formula ! multiline ! alignat environment
29276 \end_layout
29277
29278 \end_inset
29279
29280
29281 \end_layout
29282
29283 \begin_layout Standard
29284 The alignat environment has no predefined column separation.
29285  It can be inserted manually with the spaces that are described 
29286 \begin_inset CommandInset ref
29287 LatexCommand ref
29288 reference "sub:Space"
29289
29290 \end_inset
29291
29292 .
29293 \end_layout
29294
29295 \begin_layout Standard
29296 The above example in the alignat environment where 1
29297 \begin_inset space \thinspace{}
29298 \end_inset
29299
29300 cm space was inserted at the beginning of the second formula:
29301 \begin_inset Formula 
29302 \begin{alignat*}{2}
29303 A & =\sin(B) & \hspace{1cm}C & =D\\
29304 C & \ne A & B & \ne D
29305 \end{alignat*}
29306
29307 \end_inset
29308
29309 Because the column separation can be set separately for every column, this
29310  environment is especially suitable to set three and more formulas side
29311  by side.
29312 \end_layout
29313
29314 \begin_layout Subsubsection
29315 Flalign Environment
29316 \begin_inset CommandInset label
29317 LatexCommand label
29318 name "sub:Flalign-Environment"
29319
29320 \end_inset
29321
29322
29323 \begin_inset Index idx
29324 status collapsed
29325
29326 \begin_layout Plain Layout
29327 Formula ! multiline ! flalign environment
29328 \end_layout
29329
29330 \end_inset
29331
29332
29333 \end_layout
29334
29335 \begin_layout Standard
29336 In this environment the first two columns are always set as much as possible
29337  to the left and the last two ones to the right.
29338  An example:
29339 \begin_inset Formula 
29340 \begin{flalign*}
29341 A & =1 & B & =2 & C & =3\\
29342 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29343 \end{flalign*}
29344
29345 \end_inset
29346
29347
29348 \end_layout
29349
29350 \begin_layout Standard
29351 By creating a flalign environment with an odd number of columns where an
29352  empty TeX-brace is inserted to the last column, several formulas in a document
29353  can be set to the left, although the formula style 
29354 \series bold
29355 Centered
29356 \series default
29357  is used.
29358  As example the indented formula 
29359 \begin_inset CommandInset ref
29360 LatexCommand eqref
29361 reference "eq:VolInt"
29362
29363 \end_inset
29364
29365 :
29366 \begin_inset Formula 
29367 \begin{flalign}
29368 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29369 \end{flalign}
29370
29371 \end_inset
29372
29373 The first two columns contain the formula.
29374  To indent it as with the formula style 
29375 \series bold
29376 Indented
29377 \series default
29378 , 30
29379 \begin_inset space \thinspace{}
29380 \end_inset
29381
29382 pt space was inserted at the beginning of the first column.
29383 \end_layout
29384
29385 \begin_layout Subsection
29386 Eqnarray Environment
29387 \begin_inset CommandInset label
29388 LatexCommand label
29389 name "sub:Eqnarray-Environment"
29390
29391 \end_inset
29392
29393
29394 \begin_inset Index idx
29395 status collapsed
29396
29397 \begin_layout Plain Layout
29398 Formula ! multiline ! eqnarray environment
29399 \end_layout
29400
29401 \end_inset
29402
29403
29404 \end_layout
29405
29406 \begin_layout Standard
29407 When this environment has been created, three blue boxes appear.
29408  The content of the first box is right aligned, the content of the last
29409  one left aligned.
29410  The content of the middle box appears centered and a bit smaller, because
29411  it is designed to insert there only relation characters.
29412 \begin_inset Formula 
29413 \begin{eqnarray*}
29414 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29415 AB & AB & AB\\
29416 A & = & A
29417 \end{eqnarray*}
29418
29419 \end_inset
29420
29421
29422 \end_layout
29423
29424 \begin_layout Subsection
29425 Gather Environment
29426 \begin_inset Index idx
29427 status collapsed
29428
29429 \begin_layout Plain Layout
29430 Formula ! multiline ! gather environment
29431 \end_layout
29432
29433 \end_inset
29434
29435
29436 \end_layout
29437
29438 \begin_layout Standard
29439 This environment consists of only one centered column.
29440  Every line can be numbered.
29441 \begin_inset Formula 
29442 \begin{gather}
29443 A=1\\
29444 X=\textrm{-}1
29445 \end{gather}
29446
29447 \end_inset
29448
29449
29450 \end_layout
29451
29452 \begin_layout Subsection
29453 Multline Environment
29454 \begin_inset CommandInset label
29455 LatexCommand label
29456 name "sub:Multline-Environment"
29457
29458 \end_inset
29459
29460
29461 \begin_inset Index idx
29462 status collapsed
29463
29464 \begin_layout Plain Layout
29465 Formula ! multiline ! multline environment
29466 \end_layout
29467
29468 \end_inset
29469
29470
29471 \end_layout
29472
29473 \begin_layout Standard
29474 The multline environment consists, like the gather environment, of only
29475  one column.
29476  But the first line is left aligned, the last one right aligned.
29477  All other lines are centered.
29478  Therefore this environment is suitable for long formulas.
29479  As example formula 
29480 \begin_inset CommandInset ref
29481 LatexCommand eqref
29482 reference "eq:lefteqn"
29483
29484 \end_inset
29485
29486  in the multline environment:
29487 \begin_inset Formula 
29488 \begin{multline}
29489 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}\\
29490 -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}\\
29491 =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}}
29492 \end{multline}
29493
29494 \end_inset
29495
29496
29497 \end_layout
29498
29499 \begin_layout Standard
29500 In the output only the last (first) line of a multline environment appears
29501  numbered when the document numbering is right (left).
29502 \begin_inset Foot
29503 status collapsed
29504
29505 \begin_layout Plain Layout
29506 numbering styles see 
29507 \begin_inset CommandInset ref
29508 LatexCommand ref
29509 reference "sec:Formula-Styles"
29510
29511 \end_inset
29512
29513
29514 \end_layout
29515
29516 \end_inset
29517
29518
29519 \end_layout
29520
29521 \begin_layout Standard
29522 With the commands 
29523 \series bold
29524
29525 \backslash
29526 shoveright
29527 \series default
29528
29529 \begin_inset Index idx
29530 status collapsed
29531
29532 \begin_layout Plain Layout
29533 Commands ! S ! 
29534 \backslash
29535 shoveright
29536 \end_layout
29537
29538 \end_inset
29539
29540  and 
29541 \series bold
29542
29543 \backslash
29544 shoveleft
29545 \series default
29546
29547 \begin_inset Index idx
29548 status collapsed
29549
29550 \begin_layout Plain Layout
29551 Commands ! S ! 
29552 \backslash
29553 shoveleft
29554 \end_layout
29555
29556 \end_inset
29557
29558  a centered line can be right or left aligned, respectively.
29559  The commands are used as follows:
29560 \end_layout
29561
29562 \begin_layout Standard
29563
29564 \series bold
29565
29566 \backslash
29567 shoveright{line content}
29568 \series default
29569  and 
29570 \series bold
29571
29572 \backslash
29573 shoveleft{line content}
29574 \end_layout
29575
29576 \begin_layout Standard
29577 \begin_inset VSpace medskip
29578 \end_inset
29579
29580 The length 
29581 \series bold
29582
29583 \backslash
29584 multlinegap
29585 \series default
29586
29587 \begin_inset Index idx
29588 status collapsed
29589
29590 \begin_layout Plain Layout
29591 Commands ! M ! 
29592 \backslash
29593 multlinegap
29594 \end_layout
29595
29596 \end_inset
29597
29598  specifies the distance of the first line from the left page margin.
29599  Predefined is the length 0
29600 \begin_inset space \thinspace{}
29601 \end_inset
29602
29603 pt.
29604 \end_layout
29605
29606 \begin_layout Standard
29607 As example the above formula where the command
29608 \end_layout
29609
29610 \begin_layout Standard
29611
29612 \series bold
29613
29614 \backslash
29615 setlength{
29616 \backslash
29617 multlinegap}{2cm}
29618 \end_layout
29619
29620 \begin_layout Standard
29621 was inserted in TeX-mode before:
29622 \begin_inset ERT
29623 status collapsed
29624
29625 \begin_layout Plain Layout
29626
29627
29628 \backslash
29629 setlength{
29630 \backslash
29631 multlinegap}{2cm}
29632 \end_layout
29633
29634 \end_inset
29635
29636
29637 \begin_inset Formula 
29638 \begin{multline}
29639 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}\\
29640 \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}}\\
29641 =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}}
29642 \end{multline}
29643
29644 \end_inset
29645
29646
29647 \begin_inset ERT
29648 status collapsed
29649
29650 \begin_layout Plain Layout
29651
29652
29653 \backslash
29654 setlength{
29655 \backslash
29656 multlinegap}{0pt}
29657 \end_layout
29658
29659 \end_inset
29660
29661 The second line was left aligned using 
29662 \series bold
29663
29664 \backslash
29665 shoveleft
29666 \series default
29667 .
29668 \end_layout
29669
29670 \begin_layout Subsection
29671 Multiline Formula Parts
29672 \begin_inset CommandInset label
29673 LatexCommand label
29674 name "sub:Multiline-Formula-Parts"
29675
29676 \end_inset
29677
29678
29679 \begin_inset Index idx
29680 status collapsed
29681
29682 \begin_layout Plain Layout
29683 Formula ! multiline ! formula parts
29684 \end_layout
29685
29686 \end_inset
29687
29688
29689 \end_layout
29690
29691 \begin_layout Standard
29692 To display only parts of a formula with multiple lines, one of the following
29693  environments is used: 
29694 \series bold
29695 aligned
29696 \series default
29697
29698 \series bold
29699 alignedat
29700 \series default
29701
29702 \series bold
29703 gathered
29704 \series default
29705  or 
29706 \series bold
29707 split
29708 \series default
29709 .
29710  They can be inserted via the menu 
29711 \family sans
29712 Insert\SpecialChar \menuseparator
29713 Math
29714 \family default
29715  or by using the commands described in this section.
29716 \end_layout
29717
29718 \begin_layout Standard
29719 The first three have the same properties as the corresponding multiline
29720  formula environments, but it is possible to set further formula parts beside
29721  them.
29722  An example:
29723 \begin_inset Formula 
29724 \[
29725 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29726 \Delta E\Delta t & \ge\frac{\hbar}{2}
29727 \end{aligned}
29728 \right\} \textrm{Uncertainty relations}
29729 \]
29730
29731 \end_inset
29732
29733
29734 \end_layout
29735
29736 \begin_layout Standard
29737 To get this formula, a displayed formula is created where the command 
29738 \series bold
29739
29740 \backslash
29741 aligned
29742 \series default
29743
29744 \begin_inset Index idx
29745 status collapsed
29746
29747 \begin_layout Plain Layout
29748 Commands ! A ! 
29749 \backslash
29750 aligned
29751 \end_layout
29752
29753 \end_inset
29754
29755  is inserted.
29756  A purple box appears around the blue formula box where now columns and
29757  lines can be added.
29758  Outside the multiline environment other formula parts can be set, like
29759  the brace.
29760 \end_layout
29761
29762 \begin_layout Standard
29763 The aligned environment is also suitable for long formulas whose lines are
29764  horizontally aligned.
29765  Using aligned in a displayed formula has the advantage that the formula
29766  number is vertically centered behind the lines.
29767  As example formula 
29768 \begin_inset CommandInset ref
29769 LatexCommand eqref
29770 reference "eq:shortlong"
29771
29772 \end_inset
29773
29774  in the aligned environment:
29775 \begin_inset Formula 
29776 \begin{equation}
29777 \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}|}\\
29778  & -\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}|}
29779 \end{aligned}
29780 \end{equation}
29781
29782 \end_inset
29783
29784
29785 \end_layout
29786
29787 \begin_layout Standard
29788 To use the environments 
29789 \series bold
29790 alignedat
29791 \series default
29792
29793 \series bold
29794 gathered
29795 \series default
29796 , or 
29797 \series bold
29798 split
29799 \series default
29800 , the command 
29801 \series bold
29802
29803 \backslash
29804 alignedat
29805 \series default
29806 ,
29807 \begin_inset Index idx
29808 status collapsed
29809
29810 \begin_layout Plain Layout
29811 Commands ! A ! 
29812 \backslash
29813 alignedat
29814 \end_layout
29815
29816 \end_inset
29817
29818  
29819 \series bold
29820
29821 \backslash
29822 gathered
29823 \series default
29824
29825 \begin_inset Index idx
29826 status collapsed
29827
29828 \begin_layout Plain Layout
29829 Commands ! G ! 
29830 \backslash
29831 gathered
29832 \end_layout
29833
29834 \end_inset
29835
29836 , or 
29837 \series bold
29838
29839 \backslash
29840 split
29841 \series default
29842
29843 \begin_inset Index idx
29844 status collapsed
29845
29846 \begin_layout Plain Layout
29847 Commands ! S ! 
29848 \backslash
29849 split
29850 \end_layout
29851
29852 \end_inset
29853
29854  are inserted, respectively.
29855  The split environment has the same properties as the aligned environment
29856  but it can only have two columns.
29857 \end_layout
29858
29859 \begin_layout Subsection
29860 Text in multiline Formulas
29861 \begin_inset CommandInset label
29862 LatexCommand label
29863 name "sub:Text-in-multiline"
29864
29865 \end_inset
29866
29867
29868 \begin_inset Index idx
29869 status collapsed
29870
29871 \begin_layout Plain Layout
29872 Text ! in formulas
29873 \end_layout
29874
29875 \end_inset
29876
29877
29878 \begin_inset Index idx
29879 status collapsed
29880
29881 \begin_layout Plain Layout
29882 Formula ! multiline ! text
29883 \end_layout
29884
29885 \end_inset
29886
29887
29888 \end_layout
29889
29890 \begin_layout Standard
29891 In the Align environments, and the multline and gather environment, text
29892  can be inserted that will appear in a separate line and doesn't affect
29893  the column alignment.
29894  To do this, the command 
29895 \series bold
29896
29897 \backslash
29898 intertext
29899 \series default
29900
29901 \begin_inset Index idx
29902 status collapsed
29903
29904 \begin_layout Plain Layout
29905 Commands ! I ! 
29906 \backslash
29907 intertext
29908 \end_layout
29909
29910 \end_inset
29911
29912  is used in the following scheme:
29913 \end_layout
29914
29915 \begin_layout Standard
29916
29917 \series bold
29918
29919 \backslash
29920 intertext{text}
29921 \end_layout
29922
29923 \begin_layout Standard
29924 The text should not be longer than a line because it cannot be hyphenated.
29925  As LyX doesn't yet support 
29926 \series bold
29927
29928 \backslash
29929 intertext
29930 \series default
29931  directly, the text is written as mathematical text.
29932  
29933 \series bold
29934
29935 \backslash
29936 intertext
29937 \series default
29938  must hereby be at the beginning of a line and appears in the output above
29939  this line.
29940  An example where the text was inserted at the beginning of the second line:
29941 \begin_inset Formula 
29942 \begin{align}
29943 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29944 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29945 \end{align}
29946
29947 \end_inset
29948
29949
29950 \end_layout
29951
29952 \begin_layout Standard
29953 \begin_inset Newpage newpage
29954 \end_inset
29955
29956
29957 \end_layout
29958
29959 \begin_layout Section
29960 Formula Numbering
29961 \begin_inset Index idx
29962 status collapsed
29963
29964 \begin_layout Plain Layout
29965 Formula numbering
29966 \end_layout
29967
29968 \end_inset
29969
29970
29971 \begin_inset Index idx
29972 status collapsed
29973
29974 \begin_layout Plain Layout
29975 Formula ! numbering|see
29976 \begin_inset ERT
29977 status collapsed
29978
29979 \begin_layout Plain Layout
29980
29981 {
29982 \end_layout
29983
29984 \end_inset
29985
29986 Formula numbering
29987 \begin_inset ERT
29988 status collapsed
29989
29990 \begin_layout Plain Layout
29991
29992 }
29993 \end_layout
29994
29995 \end_inset
29996
29997
29998 \end_layout
29999
30000 \end_inset
30001
30002
30003 \end_layout
30004
30005 \begin_layout Subsection
30006 General
30007 \end_layout
30008
30009 \begin_layout Standard
30010 Numbered formulas can be created with the menu 
30011 \family sans
30012 Insert\SpecialChar \menuseparator
30013 Math\SpecialChar \menuseparator
30014 Numbered
30015 \begin_inset space ~
30016 \end_inset
30017
30018 Formula
30019 \family default
30020  (shortcut 
30021 \family sans
30022 Ctrl+Alt
30023 \begin_inset space ~
30024 \end_inset
30025
30026 N
30027 \family default
30028 ).
30029  Existing formulas can be numbered with the menu 
30030 \family sans
30031 Edit\SpecialChar \menuseparator
30032 Math\SpecialChar \menuseparator
30033 Toggle
30034 \begin_inset space ~
30035 \end_inset
30036
30037 Numbering
30038 \family default
30039  (shortcut 
30040 \begin_inset Info
30041 type  "shortcut"
30042 arg   "math-number-toggle"
30043 \end_inset
30044
30045 ).
30046  The formula number is displayed in LyX behind the formula as a number sign
30047  in parentheses.
30048  The number sign is replaced in the output by the formula number.
30049 \end_layout
30050
30051 \begin_layout Standard
30052 When numbering is turned on in multiline formulas, all lines will be numbered.
30053  But the numbering can be controlled with the menu 
30054 \family sans
30055 Edit\SpecialChar \menuseparator
30056 Math\SpecialChar \menuseparator
30057 Toggle
30058 \begin_inset space ~
30059 \end_inset
30060
30061 Numbering
30062 \begin_inset space ~
30063 \end_inset
30064
30065 of
30066 \begin_inset space ~
30067 \end_inset
30068
30069 Line
30070 \family default
30071  (shortcut 
30072 \begin_inset Info
30073 type  "shortcut"
30074 arg   "math-number-line-toggle"
30075 \end_inset
30076
30077 ) for every line.
30078 \end_layout
30079
30080 \begin_layout Standard
30081 Except for inline formulas, all formulas can be numbered with two different
30082  styles, see 
30083 \begin_inset CommandInset ref
30084 LatexCommand ref
30085 reference "sec:Formula-Styles"
30086
30087 \end_inset
30088
30089 .
30090 \end_layout
30091
30092 \begin_layout Subsection
30093 Cross-References
30094 \begin_inset Index idx
30095 status collapsed
30096
30097 \begin_layout Plain Layout
30098 Cross-references ! to formulas
30099 \end_layout
30100
30101 \end_inset
30102
30103
30104 \end_layout
30105
30106 \begin_layout Standard
30107 All labeled formulas can be cross-referenced.
30108  A label is added by the menu 
30109 \family sans
30110 Insert\SpecialChar \menuseparator
30111 Label
30112 \family default
30113  or the toolbar button 
30114 \begin_inset Graphics
30115         filename ../images/label-insert.png
30116         scale 85
30117
30118 \end_inset
30119
30120 .
30121  The cursor must hereby be inside a displayed formula.
30122  Alternatively you can right-click on the formula and choose 
30123 \family sans
30124 Equation Label
30125 \family default
30126 .
30127  A dialog pops up displaying the prefix 
30128 \series bold
30129 eq:
30130 \series default
30131  in a text field.
30132  The label is inserted there behind the prefix.
30133  The predefined prefix means 
30134 \begin_inset Quotes eld
30135 \end_inset
30136
30137 equation
30138 \begin_inset Quotes erd
30139 \end_inset
30140
30141  and makes it easier to find labels in large documents because it marks
30142  it as formula label to divide it from e.
30143 \begin_inset space \thinspace{}
30144 \end_inset
30145
30146 g.
30147 \begin_inset space \space{}
30148 \end_inset
30149
30150 section labels.
30151  To change a label, the menu 
30152 \family sans
30153 Insert\SpecialChar \menuseparator
30154 Label
30155 \family default
30156  is used again or you right-click on a formula and then on 
30157 \family sans
30158 Equation Label
30159 \family default
30160 .
30161 \end_layout
30162
30163 \begin_layout Standard
30164 The name of the label is displayed in LyX within two parentheses behind
30165  formula.
30166  A formula with a label is always numbered.
30167 \end_layout
30168
30169 \begin_layout Standard
30170 Cross-references are inserted via the menu 
30171 \family sans
30172 Insert\SpecialChar \menuseparator
30173 Cross-Reference
30174 \family default
30175  or with the toolbar button 
30176 \begin_inset Graphics
30177         filename ../images/dialog-show-new-inset_ref.png
30178         scale 85
30179
30180 \end_inset
30181
30182 .
30183  A formula cross-reference appears in the output as formula number.
30184  When in the cross-reference dialog window the format 
30185 \series bold
30186 (<reference>)
30187 \series default
30188  is chosen, the cross-reference appears in the output as formula number
30189  in parentheses.
30190 \begin_inset Newline newline
30191 \end_inset
30192
30193 By right-clicking on a cross-reference in LyX, one jumps to the formula
30194  that is referenced.
30195 \end_layout
30196
30197 \begin_layout Standard
30198 Here are as examples cross-references to formulas of the following subsections:
30199 \begin_inset Note Note
30200 status open
30201
30202 \begin_layout Plain Layout
30203 Note the different cross-reference types.
30204 \end_layout
30205
30206 \end_inset
30207
30208
30209 \end_layout
30210
30211 \begin_layout Standard
30212 The equations 
30213 \begin_inset CommandInset ref
30214 LatexCommand eqref
30215 reference "eq:tag"
30216
30217 \end_inset
30218
30219  and 
30220 \begin_inset CommandInset ref
30221 LatexCommand eqref
30222 reference "eq:c"
30223
30224 \end_inset
30225
30226  are equivalent.
30227  In (
30228 \begin_inset CommandInset ref
30229 LatexCommand ref
30230 reference "eq:Lat"
30231
30232 \end_inset
30233
30234 ) big Latin letters are used for the numbering in contrary to (
30235 \begin_inset CommandInset ref
30236 LatexCommand ref
30237 reference "eq:Rom"
30238
30239 \end_inset
30240
30241 ).
30242 \end_layout
30243
30244 \begin_layout Standard
30245 \begin_inset VSpace medskip
30246 \end_inset
30247
30248 When the argument of 
30249 \series bold
30250
30251 \backslash
30252 tag
30253 \begin_inset Foot
30254 status collapsed
30255
30256 \begin_layout Plain Layout
30257
30258 \series bold
30259
30260 \backslash
30261 tag
30262 \series default
30263  is described in 
30264 \begin_inset CommandInset ref
30265 LatexCommand ref
30266 reference "sub:User-defined-Numbering"
30267
30268 \end_inset
30269
30270 .
30271 \end_layout
30272
30273 \end_inset
30274
30275
30276 \series default
30277  contains a box like in 
30278 \begin_inset CommandInset ref
30279 LatexCommand ref
30280 reference "sub:Paragraph-Boxes"
30281
30282 \end_inset
30283
30284 , the formula cannot be referenced.
30285 \end_layout
30286
30287 \begin_layout Subsection
30288 Subnumbering
30289 \begin_inset Index idx
30290 status collapsed
30291
30292 \begin_layout Plain Layout
30293 Formula numbering ! subnumbering
30294 \end_layout
30295
30296 \end_inset
30297
30298
30299 \end_layout
30300
30301 \begin_layout Standard
30302 With the help of the commands 
30303 \series bold
30304
30305 \backslash
30306 begin{subequations}
30307 \series default
30308  and 
30309 \series bold
30310
30311 \backslash
30312 end{subequations}
30313 \series default
30314  formulas can be subnumbered.
30315  Both commands are inserted in TeX-mode.
30316 \end_layout
30317
30318 \begin_layout Standard
30319 An example:
30320 \begin_inset Formula 
30321 \begin{equation}
30322 A=C-B\label{eq:a}
30323 \end{equation}
30324
30325 \end_inset
30326
30327
30328 \begin_inset ERT
30329 status collapsed
30330
30331 \begin_layout Plain Layout
30332
30333
30334 \backslash
30335 addtocounter{equation}{-1}
30336 \end_layout
30337
30338 \end_inset
30339
30340
30341 \begin_inset ERT
30342 status collapsed
30343
30344 \begin_layout Plain Layout
30345
30346
30347 \backslash
30348 begin{subequations}
30349 \end_layout
30350
30351 \end_inset
30352
30353
30354 \begin_inset VSpace -5mm
30355 \end_inset
30356
30357
30358 \begin_inset Formula 
30359 \begin{equation}
30360 B=C-A\label{eq:b}
30361 \end{equation}
30362
30363 \end_inset
30364
30365
30366 \begin_inset Formula 
30367 \begin{equation}
30368 C=A+B\label{eq:c}
30369 \end{equation}
30370
30371 \end_inset
30372
30373
30374 \end_layout
30375
30376 \begin_layout Standard
30377 \begin_inset ERT
30378 status collapsed
30379
30380 \begin_layout Plain Layout
30381
30382
30383 \backslash
30384 end{subequations}
30385 \end_layout
30386
30387 \end_inset
30388
30389
30390 \end_layout
30391
30392 \begin_layout Standard
30393 To create the example, the following is done:
30394 \end_layout
30395
30396 \begin_layout Enumerate
30397 first formula is inserted
30398 \end_layout
30399
30400 \begin_layout Enumerate
30401
30402 \series bold
30403
30404 \backslash
30405 addtocounter{equation}{-1} 
30406 \backslash
30407 begin{subequations}
30408 \begin_inset Index idx
30409 status collapsed
30410
30411 \begin_layout Plain Layout
30412 Commands ! A ! 
30413 \backslash
30414 addtocounter
30415 \end_layout
30416
30417 \end_inset
30418
30419
30420 \begin_inset Newline newline
30421 \end_inset
30422
30423
30424 \series default
30425 is inserted after the first formula
30426 \end_layout
30427
30428 \begin_layout Enumerate
30429 second formula is inserted
30430 \end_layout
30431
30432 \begin_layout Enumerate
30433 third formula is inserted
30434 \end_layout
30435
30436 \begin_layout Enumerate
30437
30438 \series bold
30439
30440 \backslash
30441 end{subequations}
30442 \series default
30443  is inserted after the third formula
30444 \end_layout
30445
30446 \begin_layout Standard
30447 Every formula between the commands 
30448 \series bold
30449
30450 \backslash
30451 begin
30452 \series default
30453  and 
30454 \series bold
30455
30456 \backslash
30457 end
30458 \series default
30459  is subnumbered as a, b, 
30460 \begin_inset Newline linebreak
30461 \end_inset
30462
30463 c, \SpecialChar \ldots{}
30464  For multiline formulas every line will be subnumbered.
30465  All subnumbered formulas are treated as 
30466 \emph on
30467 one
30468 \emph default
30469  numbered formula.
30470  But as every numbered formula increases the counter 
30471 \series bold
30472 equation
30473 \series default
30474  by one, the command 
30475 \series bold
30476
30477 \backslash
30478 addtocounter
30479 \series default
30480  is needed to decrease it.
30481  Otherwise the formulas 
30482 \begin_inset CommandInset ref
30483 LatexCommand eqref
30484 reference "eq:a"
30485
30486 \end_inset
30487
30488
30489 \begin_inset CommandInset ref
30490 LatexCommand eqref
30491 reference "eq:b"
30492
30493 \end_inset
30494
30495
30496 \begin_inset CommandInset ref
30497 LatexCommand eqref
30498 reference "eq:c"
30499
30500 \end_inset
30501
30502  would be numbered as 
30503 \begin_inset CommandInset ref
30504 LatexCommand eqref
30505 reference "eq:a"
30506
30507 \end_inset
30508
30509
30510 \begin_inset CommandInset ref
30511 LatexCommand eqref
30512 reference "eq:d"
30513
30514 \end_inset
30515
30516
30517 \begin_inset CommandInset ref
30518 LatexCommand eqref
30519 reference "eq:f"
30520
30521 \end_inset
30522
30523 .
30524 \end_layout
30525
30526 \begin_layout Standard
30527 By inserting the commands in TeX-mode, a space is created between the first
30528  two formulas.
30529  To revert this -5
30530 \begin_inset space \thinspace{}
30531 \end_inset
30532
30533 mm vertical space is inserted after the command 
30534 \series bold
30535
30536 \backslash
30537 begin{subequations}
30538 \series default
30539 .
30540  When the formula style 
30541 \series bold
30542 Indented
30543 \begin_inset Foot
30544 status collapsed
30545
30546 \begin_layout Plain Layout
30547 formula styles see 
30548 \begin_inset CommandInset ref
30549 LatexCommand ref
30550 reference "sec:Formula-Styles"
30551
30552 \end_inset
30553
30554
30555 \end_layout
30556
30557 \end_inset
30558
30559
30560 \series default
30561  is used, -7
30562 \begin_inset space \thinspace{}
30563 \end_inset
30564
30565 mm space is inserted instead.
30566 \end_layout
30567
30568 \begin_layout Standard
30569 Here is an example for a multiline formula where the numbering was turned
30570  off for the second line:
30571 \begin_inset ERT
30572 status collapsed
30573
30574 \begin_layout Plain Layout
30575
30576
30577 \backslash
30578 begin{subequations}
30579 \end_layout
30580
30581 \end_inset
30582
30583
30584 \begin_inset Formula 
30585 \begin{eqnarray}
30586 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30587  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30588  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30589 \end{eqnarray}
30590
30591 \end_inset
30592
30593
30594 \begin_inset ERT
30595 status collapsed
30596
30597 \begin_layout Plain Layout
30598
30599
30600 \backslash
30601 end{subequations}
30602 \end_layout
30603
30604 \end_inset
30605
30606
30607 \end_layout
30608
30609 \begin_layout Subsection
30610 User-defined Numbering
30611 \begin_inset CommandInset label
30612 LatexCommand label
30613 name "sub:User-defined-Numbering"
30614
30615 \end_inset
30616
30617
30618 \begin_inset Index idx
30619 status collapsed
30620
30621 \begin_layout Plain Layout
30622 Formula numbering ! user-defined
30623 \end_layout
30624
30625 \end_inset
30626
30627
30628 \end_layout
30629
30630 \begin_layout Standard
30631 \begin_inset Index idx
30632 status collapsed
30633
30634 \begin_layout Plain Layout
30635 Formula numbering ! self-defined delimiters
30636 \end_layout
30637
30638 \end_inset
30639
30640 With the standard numbering parentheses are set around the formula number.
30641  To replace the parentheses for example by vertical bars, the following
30642  line is added to the LaTeX-preamble:
30643 \end_layout
30644
30645 \begin_layout Standard
30646
30647 \series bold
30648
30649 \backslash
30650 def
30651 \backslash
30652 tagform@#1{
30653 \backslash
30654 maketag@@@{|#1|}}
30655 \series default
30656
30657 \begin_inset Note Note
30658 status collapsed
30659
30660 \begin_layout Plain Layout
30661 This macro is already declared in the LaTeX-preamble for testing.
30662  To activate it, remove the percent sign at the beginning.
30663 \end_layout
30664
30665 \end_inset
30666
30667
30668 \end_layout
30669
30670 \begin_layout Standard
30671 To use other characters, the vertical bars besides the 
30672 \series bold
30673 #1
30674 \series default
30675  are replaced by one ore more characters.
30676  To get only the formula number the vertical bars are omitted.
30677 \end_layout
30678
30679 \begin_layout Standard
30680 \begin_inset VSpace bigskip
30681 \end_inset
30682
30683 When there should be an expression of your choice instead of the consecutive
30684  formula number in parentheses behind the formula, the command 
30685 \series bold
30686
30687 \backslash
30688 tag
30689 \series default
30690
30691 \begin_inset Index idx
30692 status collapsed
30693
30694 \begin_layout Plain Layout
30695 Commands ! T ! 
30696 \backslash
30697 tag
30698 \end_layout
30699
30700 \end_inset
30701
30702  is used:
30703 \begin_inset Formula 
30704 \begin{equation}
30705 A+B=C\tag{something}\label{eq:tag}
30706 \end{equation}
30707
30708 \end_inset
30709
30710 In this example the command 
30711 \series bold
30712
30713 \backslash
30714 tag
30715 \begin_inset ERT
30716 status collapsed
30717
30718 \begin_layout Plain Layout
30719
30720
30721 \backslash
30722 spce 
30723 \end_layout
30724
30725 \end_inset
30726
30727 something
30728 \series default
30729  was inserted in the formula.
30730 \end_layout
30731
30732 \begin_layout Standard
30733 When the command 
30734 \series bold
30735
30736 \backslash
30737 tag*
30738 \begin_inset ERT
30739 status collapsed
30740
30741 \begin_layout Plain Layout
30742
30743
30744 \backslash
30745 spce 
30746 \end_layout
30747
30748 \end_inset
30749
30750 something
30751 \series default
30752  is inserted instead, the star prevents the parentheses around the expression:
30753 \begin_inset Formula 
30754 \[
30755 A+B=C\tag*{something}
30756 \]
30757
30758 \end_inset
30759
30760
30761 \end_layout
30762
30763 \begin_layout Standard
30764 \begin_inset VSpace bigskip
30765 \end_inset
30766
30767 To restart the formula numbering with new document parts or sections, the
30768  following command is used:
30769 \end_layout
30770
30771 \begin_layout Standard
30772
30773 \series bold
30774
30775 \backslash
30776 @addtoreset{equation}{part}
30777 \series default
30778
30779 \begin_inset Index idx
30780 status collapsed
30781
30782 \begin_layout Plain Layout
30783 Commands ! 
30784 \begin_inset ERT
30785 status collapsed
30786
30787 \begin_layout Plain Layout
30788
30789 "
30790 \end_layout
30791
30792 \end_inset
30793
30794 @
30795 \begin_inset ERT
30796 status collapsed
30797
30798 \begin_layout Plain Layout
30799
30800 "
30801 \end_layout
30802
30803 \end_inset
30804
30805  ! 
30806 \backslash
30807
30808 \begin_inset ERT
30809 status collapsed
30810
30811 \begin_layout Plain Layout
30812
30813 "
30814 \end_layout
30815
30816 \end_inset
30817
30818 @
30819 \begin_inset ERT
30820 status collapsed
30821
30822 \begin_layout Plain Layout
30823
30824 "
30825 \end_layout
30826
30827 \end_inset
30828
30829 addtoreset
30830 \end_layout
30831
30832 \end_inset
30833
30834
30835 \begin_inset Newline newline
30836 \end_inset
30837
30838 resp.
30839 \begin_inset Newline newline
30840 \end_inset
30841
30842
30843 \series bold
30844
30845 \backslash
30846 @addtoreset{equation}{section}
30847 \end_layout
30848
30849 \begin_layout Standard
30850 To be able to use these commands in TeX-mode, the 
30851 \begin_inset Quotes eld
30852 \end_inset
30853
30854 @
30855 \begin_inset Quotes erd
30856 \end_inset
30857
30858  character has to be made 
30859 \begin_inset Quotes eld
30860 \end_inset
30861
30862 active
30863 \begin_inset Quotes erd
30864 \end_inset
30865
30866  for LaTeX using the command 
30867 \series bold
30868
30869 \backslash
30870 makeatletter.
30871
30872 \series default
30873  The command 
30874 \series bold
30875
30876 \backslash
30877 makeatother
30878 \series default
30879  reverts this.
30880  So the command sequence in TeX-mode is:
30881 \end_layout
30882
30883 \begin_layout Standard
30884
30885 \series bold
30886
30887 \backslash
30888 makeatletter
30889 \begin_inset Newline newline
30890 \end_inset
30891
30892
30893 \backslash
30894 @addtoreset{equation}{section}
30895 \begin_inset Newline newline
30896 \end_inset
30897
30898
30899 \backslash
30900 makeatother
30901 \end_layout
30902
30903 \begin_layout Standard
30904 In the LaTeX-preamble 
30905 \series bold
30906
30907 \backslash
30908 makeatletter
30909 \series default
30910  and 
30911 \series bold
30912
30913 \backslash
30914 makeatother
30915 \series default
30916  can be omitted as they are automatically internally inserted by LyX.
30917 \end_layout
30918
30919 \begin_layout Standard
30920 To revert 
30921 \series bold
30922
30923 \backslash
30924 @addtoreset
30925 \series default
30926 , the file 
30927 \series bold
30928 remreset.sty
30929 \series default
30930
30931 \begin_inset Foot
30932 status collapsed
30933
30934 \begin_layout Plain Layout
30935
30936 \series bold
30937 remreset
30938 \series default
30939  is part of the LaTeX-package 
30940 \series bold
30941 carlisle
30942 \series default
30943
30944 \begin_inset Index idx
30945 status collapsed
30946
30947 \begin_layout Plain Layout
30948 Packages ! carlisle
30949 \end_layout
30950
30951 \end_inset
30952
30953  that is part of every LaTeX standard installation.
30954 \end_layout
30955
30956 \end_inset
30957
30958
30959 \begin_inset Index idx
30960 status collapsed
30961
30962 \begin_layout Plain Layout
30963 Packages ! remreset
30964 \end_layout
30965
30966 \end_inset
30967
30968  has to be loaded in the LaTeX-preamble with the line
30969 \end_layout
30970
30971 \begin_layout Standard
30972
30973 \series bold
30974
30975 \backslash
30976 usepackage{remreset}
30977 \end_layout
30978
30979 \begin_layout Standard
30980 Then the command 
30981 \series bold
30982
30983 \backslash
30984 @removefromreset
30985 \series default
30986
30987 \begin_inset Index idx
30988 status collapsed
30989
30990 \begin_layout Plain Layout
30991 Commands ! 
30992 \begin_inset ERT
30993 status collapsed
30994
30995 \begin_layout Plain Layout
30996
30997 "
30998 \end_layout
30999
31000 \end_inset
31001
31002 @
31003 \begin_inset ERT
31004 status collapsed
31005
31006 \begin_layout Plain Layout
31007
31008 "
31009 \end_layout
31010
31011 \end_inset
31012
31013  ! 
31014 \backslash
31015
31016 \begin_inset ERT
31017 status collapsed
31018
31019 \begin_layout Plain Layout
31020
31021 "
31022 \end_layout
31023
31024 \end_inset
31025
31026 @
31027 \begin_inset ERT
31028 status collapsed
31029
31030 \begin_layout Plain Layout
31031
31032 "
31033 \end_layout
31034
31035 \end_inset
31036
31037 removefromreset
31038 \end_layout
31039
31040 \end_inset
31041
31042  can be used with the same scheme as 
31043 \series bold
31044
31045 \backslash
31046 @addtoreset
31047 \series default
31048 .
31049 \end_layout
31050
31051 \begin_layout Standard
31052 \begin_inset VSpace bigskip
31053 \end_inset
31054
31055 Sometimes formulas should be numbered in the following form:
31056 \end_layout
31057
31058 \begin_layout Standard
31059
31060 \family typewriter
31061 (section number.formula number)
31062 \end_layout
31063
31064 \begin_layout Standard
31065 The formula number should start with every section with 
31066 \begin_inset Quotes eld
31067 \end_inset
31068
31069 1
31070 \begin_inset Quotes erd
31071 \end_inset
31072
31073 .
31074 \end_layout
31075
31076 \begin_layout Standard
31077 For this case there is the command 
31078 \series bold
31079
31080 \backslash
31081 numberwithin
31082 \series default
31083
31084 \begin_inset Index idx
31085 status collapsed
31086
31087 \begin_layout Plain Layout
31088 Commands ! N ! 
31089 \backslash
31090 numberwithin
31091 \end_layout
31092
31093 \end_inset
31094
31095 , which is used with the following scheme:
31096 \end_layout
31097
31098 \begin_layout Standard
31099
31100 \series bold
31101
31102 \backslash
31103 numberwithin{counter}{sectioning}
31104 \end_layout
31105
31106 \begin_layout Standard
31107 Counter denotes what kind of numbering is affected, sectioning denotes what
31108  number is before the dot.
31109 \end_layout
31110
31111 \begin_layout Standard
31112 Thus in our case the following LaTeX-preamble or TeX code line is used:
31113 \end_layout
31114
31115 \begin_layout Standard
31116
31117 \series bold
31118
31119 \backslash
31120 numberwithin{equation}{section}
31121 \end_layout
31122
31123 \begin_layout Standard
31124 This is the result:
31125 \begin_inset ERT
31126 status collapsed
31127
31128 \begin_layout Plain Layout
31129
31130
31131 \backslash
31132 numberwithin{equation}{section}
31133 \end_layout
31134
31135 \end_inset
31136
31137
31138 \begin_inset Formula 
31139 \begin{equation}
31140 A+B=C
31141 \end{equation}
31142
31143 \end_inset
31144
31145
31146 \end_layout
31147
31148 \begin_layout Standard
31149 To number e.
31150 \begin_inset space \thinspace{}
31151 \end_inset
31152
31153 g.
31154 \begin_inset space \space{}
31155 \end_inset
31156
31157 tables so that the number of the part is the sectioning,
31158 \begin_inset Newline newline
31159 \end_inset
31160
31161
31162 \series bold
31163
31164 \backslash
31165 numberwithin{table}{part}
31166 \series default
31167  is used.
31168 \end_layout
31169
31170 \begin_layout Standard
31171 To go back to the standard numbering or to prevent this kind of numbering
31172  when it is defined by the document class, the following command is inserted
31173  as TeX code or to the LaTeX-preamble:
31174 \end_layout
31175
31176 \begin_layout Standard
31177
31178 \series bold
31179
31180 \backslash
31181 renewcommand{
31182 \backslash
31183 theequation}{
31184 \backslash
31185 arabic{equation}}
31186 \begin_inset Index idx
31187 status collapsed
31188
31189 \begin_layout Plain Layout
31190 Commands ! A ! 
31191 \backslash
31192 arabic
31193 \end_layout
31194
31195 \end_inset
31196
31197
31198 \series default
31199
31200 \begin_inset ERT
31201 status collapsed
31202
31203 \begin_layout Plain Layout
31204
31205
31206 \backslash
31207 renewcommand{
31208 \backslash
31209 theequation}{
31210 \backslash
31211 arabic{equation}}
31212 \end_layout
31213
31214 \end_inset
31215
31216
31217 \series bold
31218
31219 \begin_inset Newline newline
31220 \end_inset
31221
31222
31223 \series default
31224 or
31225 \series bold
31226
31227 \begin_inset Newline newline
31228 \end_inset
31229
31230
31231 \backslash
31232 renewcommand{
31233 \backslash
31234 thetable}{
31235 \backslash
31236 arabic{table}}
31237 \end_layout
31238
31239 \begin_layout Standard
31240
31241 \series bold
31242
31243 \backslash
31244 numberwithin
31245 \series default
31246  uses internally the command 
31247 \series bold
31248
31249 \backslash
31250 @addtoreset
31251 \series default
31252 , described above, that also needs to be reverted.
31253 \begin_inset ERT
31254 status collapsed
31255
31256 \begin_layout Plain Layout
31257
31258
31259 \backslash
31260 makeatletter
31261 \end_layout
31262
31263 \begin_layout Plain Layout
31264
31265
31266 \backslash
31267 @removefromreset{equation}{section}
31268 \end_layout
31269
31270 \begin_layout Plain Layout
31271
31272
31273 \backslash
31274 makeatother
31275 \end_layout
31276
31277 \end_inset
31278
31279
31280 \end_layout
31281
31282 \begin_layout Subsection
31283 Numbering with Roman Numbers and Letters
31284 \begin_inset Index idx
31285 status collapsed
31286
31287 \begin_layout Plain Layout
31288 Formula numbering ! with letters
31289 \end_layout
31290
31291 \end_inset
31292
31293
31294 \begin_inset Index idx
31295 status collapsed
31296
31297 \begin_layout Plain Layout
31298 Formula numbering ! with Roman numbers
31299 \end_layout
31300
31301 \end_inset
31302
31303
31304 \end_layout
31305
31306 \begin_layout Standard
31307 Formulas can also be numbered with Roman numbers and Latin letters.
31308  To number for example with small Roman numbers, the command
31309 \end_layout
31310
31311 \begin_layout Standard
31312
31313 \series bold
31314
31315 \backslash
31316 renewcommand{
31317 \backslash
31318 theequation}{
31319 \backslash
31320 roman{equation}}
31321 \end_layout
31322
31323 \begin_layout Standard
31324 is inserted before the formula in TeX-mode.
31325  
31326 \series bold
31327
31328 \backslash
31329 renewcommand
31330 \series default
31331
31332 \begin_inset Index idx
31333 status collapsed
31334
31335 \begin_layout Plain Layout
31336 Commands ! R ! 
31337 \backslash
31338 renewcommand
31339 \end_layout
31340
31341 \end_inset
31342
31343  redefines the predefined command 
31344 \series bold
31345
31346 \backslash
31347 theequation
31348 \series default
31349  to the command 
31350 \series bold
31351
31352 \backslash
31353 roman{equation}
31354 \series default
31355 .
31356 \begin_inset Foot
31357 status collapsed
31358
31359 \begin_layout Plain Layout
31360 The command 
31361 \series bold
31362
31363 \backslash
31364 renewcommand
31365 \series default
31366  has the same scheme like the command 
31367 \series bold
31368
31369 \backslash
31370 newcommand
31371 \series default
31372  that is described in 
31373 \begin_inset CommandInset ref
31374 LatexCommand ref
31375 reference "sub:The-Command-newcommand"
31376
31377 \end_inset
31378
31379 .
31380 \end_layout
31381
31382 \end_inset
31383
31384  
31385 \series bold
31386 equation
31387 \series default
31388  is the formula counter.
31389  When the command 
31390 \series bold
31391
31392 \backslash
31393 the
31394 \series default
31395  is used as prefix for a counter, the value of the counter is output as
31396  Arabic number.
31397  When a formula is numbered, LaTeX sets internally the command 
31398 \series bold
31399
31400 \backslash
31401 theequation
31402 \series default
31403  behind the formula.
31404  
31405 \series bold
31406
31407 \backslash
31408 roman{equation}
31409 \begin_inset Index idx
31410 status collapsed
31411
31412 \begin_layout Plain Layout
31413 Commands ! R ! 
31414 \backslash
31415 roman
31416 \end_layout
31417
31418 \end_inset
31419
31420
31421 \series default
31422  outputs the counter as small Roman number.
31423 \end_layout
31424
31425 \begin_layout Standard
31426 All formulas behind the command 
31427 \series bold
31428
31429 \backslash
31430 renew
31431 \series default
31432 c
31433 \series bold
31434 ommand
31435 \series default
31436  are now numbered Roman.
31437  To switch to numbering with big Roman numbers, the command is inserted
31438  again, but 
31439 \series bold
31440
31441 \backslash
31442 roman
31443 \series default
31444  is replaced by 
31445 \series bold
31446
31447 \backslash
31448 Roman
31449 \series default
31450
31451 \begin_inset Index idx
31452 status collapsed
31453
31454 \begin_layout Plain Layout
31455 Commands ! R ! 
31456 \backslash
31457 roman@
31458 \backslash
31459 Roman
31460 \end_layout
31461
31462 \end_inset
31463
31464 .
31465  To 
31466 \begin_inset Quotes eld
31467 \end_inset
31468
31469 number
31470 \begin_inset Quotes erd
31471 \end_inset
31472
31473  with small Latin letters there is the command 
31474 \series bold
31475
31476 \backslash
31477 alph
31478 \series default
31479
31480 \begin_inset Index idx
31481 status collapsed
31482
31483 \begin_layout Plain Layout
31484 Commands ! A ! 
31485 \backslash
31486 alph
31487 \end_layout
31488
31489 \end_inset
31490
31491 , for big ones there is the command 
31492 \series bold
31493
31494 \backslash
31495 Alph
31496 \series default
31497
31498 \begin_inset Index idx
31499 status collapsed
31500
31501 \begin_layout Plain Layout
31502 Commands ! A ! 
31503 \backslash
31504 alph@
31505 \backslash
31506 Alph
31507 \end_layout
31508
31509 \end_inset
31510
31511 .
31512 \end_layout
31513
31514 \begin_layout Standard
31515 \begin_inset Note Greyedout
31516 status open
31517
31518 \begin_layout Plain Layout
31519
31520 \series bold
31521 \color none
31522 Note:
31523 \series default
31524  Only maximal 26
31525 \begin_inset space ~
31526 \end_inset
31527
31528 formulas can be numbered with Latin letters in one document.
31529 \end_layout
31530
31531 \end_inset
31532
31533
31534 \end_layout
31535
31536 \begin_layout Standard
31537 \begin_inset ERT
31538 status collapsed
31539
31540 \begin_layout Plain Layout
31541
31542
31543 \backslash
31544 renewcommand{
31545 \backslash
31546 theequation}{
31547 \backslash
31548 roman{equation}}
31549 \end_layout
31550
31551 \end_inset
31552
31553
31554 \end_layout
31555
31556 \begin_layout Standard
31557 \begin_inset Formula 
31558 \begin{equation}
31559 A=\textrm{small roman}
31560 \end{equation}
31561
31562 \end_inset
31563
31564
31565 \begin_inset ERT
31566 status collapsed
31567
31568 \begin_layout Plain Layout
31569
31570
31571 \backslash
31572 renewcommand{
31573 \backslash
31574 theequation}{
31575 \backslash
31576 Roman{equation}}
31577 \end_layout
31578
31579 \end_inset
31580
31581
31582 \begin_inset Formula 
31583 \begin{equation}
31584 B=\textrm{big Roman}\label{eq:Rom}
31585 \end{equation}
31586
31587 \end_inset
31588
31589
31590 \begin_inset ERT
31591 status collapsed
31592
31593 \begin_layout Plain Layout
31594
31595
31596 \backslash
31597 renewcommand{
31598 \backslash
31599 theequation}{
31600 \backslash
31601 alph{equation}}
31602 \end_layout
31603
31604 \end_inset
31605
31606
31607 \begin_inset Formula 
31608 \begin{equation}
31609 C=\textrm{small Latin}
31610 \end{equation}
31611
31612 \end_inset
31613
31614
31615 \begin_inset ERT
31616 status collapsed
31617
31618 \begin_layout Plain Layout
31619
31620
31621 \backslash
31622 renewcommand{
31623 \backslash
31624 theequation}{
31625 \backslash
31626 Alph{equation}}
31627 \end_layout
31628
31629 \end_inset
31630
31631
31632 \begin_inset Formula 
31633 \begin{equation}
31634 D=\textrm{big Latin}\label{eq:Lat}
31635 \end{equation}
31636
31637 \end_inset
31638
31639
31640 \end_layout
31641
31642 \begin_layout Standard
31643 To switch back to the default numbering, insert the command:
31644 \end_layout
31645
31646 \begin_layout Standard
31647
31648 \series bold
31649
31650 \backslash
31651 renewcommand{
31652 \backslash
31653 theequation}{
31654 \backslash
31655 arabic{equation}}
31656 \begin_inset Index idx
31657 status collapsed
31658
31659 \begin_layout Plain Layout
31660 Commands ! A ! 
31661 \backslash
31662 arabic
31663 \end_layout
31664
31665 \end_inset
31666
31667
31668 \end_layout
31669
31670 \begin_layout Standard
31671 \begin_inset ERT
31672 status collapsed
31673
31674 \begin_layout Plain Layout
31675
31676
31677 \backslash
31678 renewcommand{
31679 \backslash
31680 theequation}{
31681 \backslash
31682 arabic{equation}}
31683 \end_layout
31684
31685 \end_inset
31686
31687
31688 \begin_inset Formula 
31689 \begin{equation}
31690 E=\textrm{Arabic}
31691 \end{equation}
31692
31693 \end_inset
31694
31695
31696 \end_layout
31697
31698 \begin_layout Standard
31699 \begin_inset VSpace medskip
31700 \end_inset
31701
31702 As you see, formulas are numbered serially independent from the numbering
31703  style.
31704  When then numbering should start with 
31705 \begin_inset Quotes eld
31706 \end_inset
31707
31708 1
31709 \begin_inset Quotes erd
31710 \end_inset
31711
31712  when the style is changed, new equation counters have to be defined.
31713  A description about this can be found in the file 
31714 \begin_inset CommandInset href
31715 LatexCommand href
31716 name "Formula-numbering.lyx"
31717 target "run:Formula-numbering.lyx"
31718
31719 \end_inset
31720
31721 .
31722 \end_layout
31723
31724 \begin_layout Section
31725 Chemical Symbols and Equations
31726 \begin_inset CommandInset label
31727 LatexCommand label
31728 name "sub:Chemical-Symbols-and"
31729
31730 \end_inset
31731
31732
31733 \begin_inset Index idx
31734 status collapsed
31735
31736 \begin_layout Plain Layout
31737 Chemical characters ! Symbols
31738 \end_layout
31739
31740 \end_inset
31741
31742
31743 \begin_inset Index idx
31744 status collapsed
31745
31746 \begin_layout Plain Layout
31747 Chemical equations
31748 \end_layout
31749
31750 \end_inset
31751
31752
31753 \begin_inset Index idx
31754 status collapsed
31755
31756 \begin_layout Plain Layout
31757 Symbols ! chemical
31758 \end_layout
31759
31760 \end_inset
31761
31762
31763 \end_layout
31764
31765 \begin_layout Standard
31766 An example text from chemistry:
31767 \end_layout
31768
31769 \begin_layout Quote
31770 The 
31771 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31772 \end_inset
31773
31774 -ion reacts with two 
31775 \begin_inset Formula $\mathrm{Na^{+}}$
31776 \end_inset
31777
31778 -ions to sodium sulfate 
31779 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31780 \end_inset
31781
31782 .
31783  The chemical equation for this is:
31784 \begin_inset Formula 
31785 \begin{equation}
31786 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31787 \end{equation}
31788
31789 \end_inset
31790
31791
31792 \end_layout
31793
31794 \begin_layout Standard
31795 This chemical equation can directly be created as formula.
31796  To avoid that the symbols appear italic, everything is highlighted and
31797  changed by the shortcut 
31798 \begin_inset Info
31799 type  "shortcut"
31800 arg   "font-roman"
31801 \end_inset
31802
31803  to the upright font style.
31804 \begin_inset Foot
31805 status collapsed
31806
31807 \begin_layout Plain Layout
31808 font styles
31809 \series bold
31810  
31811 \series default
31812 see 
31813 \begin_inset CommandInset ref
31814 LatexCommand ref
31815 reference "sub:Font-Styles"
31816
31817 \end_inset
31818
31819
31820 \end_layout
31821
31822 \end_inset
31823
31824
31825 \end_layout
31826
31827 \begin_layout Standard
31828 A more convenient way to typeset chemical formulas is to use the command
31829  
31830 \series bold
31831
31832 \backslash
31833 ce
31834 \series default
31835
31836 \begin_inset Index idx
31837 status collapsed
31838
31839 \begin_layout Plain Layout
31840 Commands ! C ! 
31841 \backslash
31842 ce
31843 \end_layout
31844
31845 \end_inset
31846
31847  that is available when the LaTeX-package 
31848 \series bold
31849 mhchem
31850 \series default
31851
31852 \begin_inset Index idx
31853 status collapsed
31854
31855 \begin_layout Plain Layout
31856 Packages ! mhchem
31857 \end_layout
31858
31859 \end_inset
31860
31861  is installed.
31862  After inserting 
31863 \series bold
31864
31865 \backslash
31866 ce
31867 \series default
31868  to a formula a new blue box appears where chemical formulas can be inserted
31869  in an intuitive way.
31870 \end_layout
31871
31872 \begin_layout Standard
31873 \align center
31874 \begin_inset Tabular
31875 <lyxtabular version="3" rows="9" columns="2">
31876 <features tabularvalignment="middle">
31877 <column alignment="center" valignment="top" width="0">
31878 <column alignment="center" valignment="top" width="0">
31879 <row>
31880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31881 \begin_inset Text
31882
31883 \begin_layout Plain Layout
31884 Command
31885 \end_layout
31886
31887 \end_inset
31888 </cell>
31889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31890 \begin_inset Text
31891
31892 \begin_layout Plain Layout
31893 Result
31894 \begin_inset Note Note
31895 status collapsed
31896
31897 \begin_layout Plain Layout
31898
31899 \series bold
31900
31901 \backslash
31902 raisebox
31903 \series default
31904  is only used as spacer.
31905 \end_layout
31906
31907 \end_inset
31908
31909
31910 \end_layout
31911
31912 \end_inset
31913 </cell>
31914 </row>
31915 <row>
31916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31917 \begin_inset Text
31918
31919 \begin_layout Plain Layout
31920
31921 \backslash
31922 ce
31923 \begin_inset ERT
31924 status collapsed
31925
31926 \begin_layout Plain Layout
31927
31928
31929 \backslash
31930 spce 
31931 \end_layout
31932
31933 \end_inset
31934
31935 H2CO3
31936 \end_layout
31937
31938 \end_inset
31939 </cell>
31940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31941 \begin_inset Text
31942
31943 \begin_layout Plain Layout
31944 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31945 \end_inset
31946
31947
31948 \end_layout
31949
31950 \end_inset
31951 </cell>
31952 </row>
31953 <row>
31954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31955 \begin_inset Text
31956
31957 \begin_layout Plain Layout
31958
31959 \backslash
31960 ce
31961 \begin_inset ERT
31962 status collapsed
31963
31964 \begin_layout Plain Layout
31965
31966
31967 \backslash
31968 spce 
31969 \end_layout
31970
31971 \end_inset
31972
31973 SO4^2-
31974 \end_layout
31975
31976 \end_inset
31977 </cell>
31978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31979 \begin_inset Text
31980
31981 \begin_layout Plain Layout
31982 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31983 \end_inset
31984
31985
31986 \end_layout
31987
31988 \end_inset
31989 </cell>
31990 </row>
31991 <row>
31992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31993 \begin_inset Text
31994
31995 \begin_layout Plain Layout
31996
31997 \backslash
31998 ce
31999 \begin_inset ERT
32000 status collapsed
32001
32002 \begin_layout Plain Layout
32003
32004
32005 \backslash
32006 spce 
32007 \end_layout
32008
32009 \end_inset
32010
32011 (NH4)2S
32012 \end_layout
32013
32014 \end_inset
32015 </cell>
32016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32017 \begin_inset Text
32018
32019 \begin_layout Plain Layout
32020 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32021 \end_inset
32022
32023
32024 \end_layout
32025
32026 \end_inset
32027 </cell>
32028 </row>
32029 <row>
32030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32031 \begin_inset Text
32032
32033 \begin_layout Plain Layout
32034
32035 \backslash
32036 ce
32037 \begin_inset ERT
32038 status collapsed
32039
32040 \begin_layout Plain Layout
32041
32042
32043 \backslash
32044 spce 
32045 \end_layout
32046
32047 \end_inset
32048
32049 KCr(SO4)2.12H2O
32050 \end_layout
32051
32052 \end_inset
32053 </cell>
32054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32055 \begin_inset Text
32056
32057 \begin_layout Plain Layout
32058 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32059 \end_inset
32060
32061
32062 \end_layout
32063
32064 \end_inset
32065 </cell>
32066 </row>
32067 <row>
32068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32069 \begin_inset Text
32070
32071 \begin_layout Plain Layout
32072
32073 \backslash
32074 ce
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 A-B
32088 \backslash
32089 dbond
32090 \begin_inset ERT
32091 status collapsed
32092
32093 \begin_layout Plain Layout
32094
32095
32096 \backslash
32097 spce 
32098 \end_layout
32099
32100 \end_inset
32101
32102 C
32103 \backslash
32104 tbond
32105 \begin_inset ERT
32106 status collapsed
32107
32108 \begin_layout Plain Layout
32109
32110
32111 \backslash
32112 spce 
32113 \end_layout
32114
32115 \end_inset
32116
32117 D
32118 \end_layout
32119
32120 \end_inset
32121 </cell>
32122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32123 \begin_inset Text
32124
32125 \begin_layout Plain Layout
32126 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32127 \end_inset
32128
32129
32130 \end_layout
32131
32132 \end_inset
32133 </cell>
32134 </row>
32135 <row>
32136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32137 \begin_inset Text
32138
32139 \begin_layout Plain Layout
32140
32141 \backslash
32142 ce
32143 \begin_inset ERT
32144 status collapsed
32145
32146 \begin_layout Plain Layout
32147
32148
32149 \backslash
32150 spce 
32151 \end_layout
32152
32153 \end_inset
32154
32155 ^227
32156 \begin_inset Formula $\downarrow$
32157 \end_inset
32158
32159 _90
32160 \begin_inset Formula $\to$
32161 \end_inset
32162
32163 Th+
32164 \end_layout
32165
32166 \end_inset
32167 </cell>
32168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32169 \begin_inset Text
32170
32171 \begin_layout Plain Layout
32172 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32173 \end_inset
32174
32175
32176 \end_layout
32177
32178 \end_inset
32179 </cell>
32180 </row>
32181 <row>
32182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32183 \begin_inset Text
32184
32185 \begin_layout Plain Layout
32186
32187 \backslash
32188 ce
32189 \begin_inset ERT
32190 status collapsed
32191
32192 \begin_layout Plain Layout
32193
32194
32195 \backslash
32196 spce 
32197 \end_layout
32198
32199 \end_inset
32200
32201 CO2
32202 \begin_inset ERT
32203 status collapsed
32204
32205 \begin_layout Plain Layout
32206
32207
32208 \backslash
32209 spce 
32210 \end_layout
32211
32212 \end_inset
32213
32214 +
32215 \begin_inset ERT
32216 status collapsed
32217
32218 \begin_layout Plain Layout
32219
32220
32221 \backslash
32222 spce 
32223 \end_layout
32224
32225 \end_inset
32226
32227 C
32228 \begin_inset ERT
32229 status collapsed
32230
32231 \begin_layout Plain Layout
32232
32233
32234 \backslash
32235 spce 
32236 \end_layout
32237
32238 \end_inset
32239
32240 <=>
32241 \begin_inset ERT
32242 status collapsed
32243
32244 \begin_layout Plain Layout
32245
32246
32247 \backslash
32248 spce 
32249 \end_layout
32250
32251 \end_inset
32252
32253 2CO
32254 \end_layout
32255
32256 \end_inset
32257 </cell>
32258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32259 \begin_inset Text
32260
32261 \begin_layout Plain Layout
32262 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32263 \end_inset
32264
32265
32266 \end_layout
32267
32268 \end_inset
32269 </cell>
32270 </row>
32271 <row>
32272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32273 \begin_inset Text
32274
32275 \begin_layout Plain Layout
32276
32277 \backslash
32278 ce
32279 \begin_inset ERT
32280 status collapsed
32281
32282 \begin_layout Plain Layout
32283
32284
32285 \backslash
32286 spce 
32287 \end_layout
32288
32289 \end_inset
32290
32291 CO2
32292 \begin_inset ERT
32293 status collapsed
32294
32295 \begin_layout Plain Layout
32296
32297
32298 \backslash
32299 spce 
32300 \end_layout
32301
32302 \end_inset
32303
32304 +
32305 \begin_inset ERT
32306 status collapsed
32307
32308 \begin_layout Plain Layout
32309
32310
32311 \backslash
32312 spce 
32313 \end_layout
32314
32315 \end_inset
32316
32317 C
32318 \begin_inset ERT
32319 status collapsed
32320
32321 \begin_layout Plain Layout
32322
32323
32324 \backslash
32325 spce 
32326 \end_layout
32327
32328 \end_inset
32329
32330 ->[
32331 \backslash
32332 alpha][
32333 \backslash
32334 beta]
32335 \begin_inset ERT
32336 status collapsed
32337
32338 \begin_layout Plain Layout
32339
32340
32341 \backslash
32342 spce 
32343 \end_layout
32344
32345 \end_inset
32346
32347 2CO}
32348 \end_layout
32349
32350 \end_inset
32351 </cell>
32352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32353 \begin_inset Text
32354
32355 \begin_layout Plain Layout
32356 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32357 \end_inset
32358
32359
32360 \end_layout
32361
32362 \end_inset
32363 </cell>
32364 </row>
32365 </lyxtabular>
32366
32367 \end_inset
32368
32369
32370 \end_layout
32371
32372 \begin_layout Standard
32373 \begin_inset Note Greyedout
32374 status open
32375
32376 \begin_layout Plain Layout
32377
32378 \series bold
32379 \color none
32380 Note:
32381 \series default
32382  Inserting a formula to a 
32383 \series bold
32384
32385 \backslash
32386 ce
32387 \series default
32388  box will lead to LaTeX errors.
32389  In this case TeX code has to be used like for 
32390 \series bold
32391
32392 \backslash
32393 ce{$
32394 \backslash
32395 mu
32396 \backslash
32397 hyphen$Cl}
32398 \series default
32399
32400 \begin_inset ERT
32401 status collapsed
32402
32403 \begin_layout Plain Layout
32404
32405
32406 \backslash
32407 ce{$
32408 \backslash
32409 mu
32410 \backslash
32411 hyphen$Cl}
32412 \end_layout
32413
32414 \end_inset
32415
32416  
32417 \end_layout
32418
32419 \end_inset
32420
32421
32422 \end_layout
32423
32424 \begin_layout Standard
32425 \begin_inset Note Greyedout
32426 status open
32427
32428 \begin_layout Plain Layout
32429
32430 \series bold
32431 \color none
32432 Note:
32433 \series default
32434  It is not possible in LyX to use the character ^ to get an up-arrow as
32435  described in the 
32436 \series bold
32437 mhchem
32438 \series default
32439  manual.
32440  One instead uses a negative thin space followed by the command 
32441 \series bold
32442
32443 \backslash
32444 uparrow
32445 \series default
32446
32447 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32448 \end_inset
32449
32450
32451 \end_layout
32452
32453 \end_inset
32454
32455
32456 \end_layout
32457
32458 \begin_layout Standard
32459 Using 
32460 \series bold
32461
32462 \backslash
32463 ce
32464 \series default
32465  the command for equation
32466 \begin_inset space ~
32467 \end_inset
32468
32469
32470 \begin_inset CommandInset ref
32471 LatexCommand eqref
32472 reference "eq:chem-reaction"
32473
32474 \end_inset
32475
32476  is:
32477 \begin_inset Newline newline
32478 \end_inset
32479
32480
32481 \series bold
32482  
32483 \backslash
32484 ce
32485 \begin_inset ERT
32486 status collapsed
32487
32488 \begin_layout Plain Layout
32489
32490
32491 \backslash
32492 spce 
32493 \end_layout
32494
32495 \end_inset
32496
32497 2Na+
32498 \begin_inset ERT
32499 status collapsed
32500
32501 \begin_layout Plain Layout
32502
32503
32504 \backslash
32505 spce 
32506 \end_layout
32507
32508 \end_inset
32509
32510 +
32511 \begin_inset ERT
32512 status collapsed
32513
32514 \begin_layout Plain Layout
32515
32516
32517 \backslash
32518 spce 
32519 \end_layout
32520
32521 \end_inset
32522
32523 SO4^2-
32524 \begin_inset ERT
32525 status collapsed
32526
32527 \begin_layout Plain Layout
32528
32529
32530 \backslash
32531 spce 
32532 \end_layout
32533
32534 \end_inset
32535
32536
32537 \begin_inset ERT
32538 status collapsed
32539
32540 \begin_layout Plain Layout
32541
32542
32543 \backslash
32544 spce 
32545 \end_layout
32546
32547 \end_inset
32548
32549 ->
32550 \begin_inset ERT
32551 status collapsed
32552
32553 \begin_layout Plain Layout
32554
32555
32556 \backslash
32557 spce 
32558 \end_layout
32559
32560 \end_inset
32561
32562 Na2SO4
32563 \end_layout
32564
32565 \begin_layout Standard
32566 To create multiline chemical equations first a multiline formula is created
32567  as described in 
32568 \begin_inset CommandInset ref
32569 LatexCommand ref
32570 reference "sec:Multiline-Formulas"
32571
32572 \end_inset
32573
32574 .
32575  Afterwards the command 
32576 \series bold
32577
32578 \backslash
32579 ce
32580 \series default
32581  is used in every small blue box of the formula.
32582  
32583 \begin_inset CommandInset ref
32584 LatexCommand eqref
32585 reference "eq:TEOS-reaction-1"
32586
32587 \end_inset
32588
32589  and 
32590 \begin_inset CommandInset ref
32591 LatexCommand eqref
32592 reference "eq:TEOS-reaction-2"
32593
32594 \end_inset
32595
32596  are an example of a multi-stage chemical reaction where every equation
32597  has its own number.
32598 \begin_inset Formula 
32599 \begin{eqnarray}
32600 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32601 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32602 \end{eqnarray}
32603
32604 \end_inset
32605
32606
32607 \end_layout
32608
32609 \begin_layout Standard
32610 Besides 
32611 \series bold
32612
32613 \backslash
32614 ce
32615 \series default
32616  the 
32617 \series bold
32618 mhchem
32619 \series default
32620  package provides the command 
32621 \series bold
32622
32623 \backslash
32624 cf
32625 \series default
32626
32627 \begin_inset Index idx
32628 status collapsed
32629
32630 \begin_layout Plain Layout
32631 Commands ! C ! 
32632 \backslash
32633 cf
32634 \end_layout
32635
32636 \end_inset
32637
32638  that has to be used for special cases.
32639  For more information about 
32640 \series bold
32641
32642 \backslash
32643 cf
32644 \series default
32645  and more examples have a look at the documentation of 
32646 \series bold
32647 mhchem
32648 \series default
32649
32650 \begin_inset CommandInset citation
32651 LatexCommand cite
32652 key "mhchem"
32653
32654 \end_inset
32655
32656 .
32657 \end_layout
32658
32659 \begin_layout Section
32660 Diagrams
32661 \end_layout
32662
32663 \begin_layout Standard
32664 LyX supports two types of commutative diagrams: 
32665 \series bold
32666 amscd
32667 \series default
32668  and 
32669 \series bold
32670 xymatrix
32671 \series default
32672  that are explained in the following.
32673 \end_layout
32674
32675 \begin_layout Subsection
32676 Amscd Diagrams
32677 \begin_inset Index idx
32678 status collapsed
32679
32680 \begin_layout Plain Layout
32681 Diagrams ! amscd
32682 \end_layout
32683
32684 \end_inset
32685
32686
32687 \end_layout
32688
32689 \begin_layout Standard
32690 Diagrams of this type visualize relations by vertical and horizontal lines
32691  or arrows:
32692 \begin_inset Formula 
32693 \[
32694 \begin{CD}A@>>>B@>>>C\\
32695 @AAA@.@VVV\\
32696 F@<<<E@<<<D
32697 \end{CD}
32698 \]
32699
32700 \end_inset
32701
32702
32703 \end_layout
32704
32705 \begin_layout Standard
32706 To get them, the command 
32707 \series bold
32708
32709 \backslash
32710 CD
32711 \begin_inset Index idx
32712 status collapsed
32713
32714 \begin_layout Plain Layout
32715 Commands ! C ! 
32716 \backslash
32717 CD
32718 \end_layout
32719
32720 \end_inset
32721
32722
32723 \series default
32724  is inserted to a formula.
32725  A blue box appears with two dashed lines where further commands can be
32726  inserted.
32727  With 
32728 \begin_inset Info
32729 type  "shortcut"
32730 arg   "newline-insert newline"
32731 \end_inset
32732
32733  a new line is created.
32734  Horizontal relations are inserted in odd, vertical in even formula lines.
32735 \end_layout
32736
32737 \begin_layout Standard
32738 To create the relations there are the following commands:
32739 \end_layout
32740
32741 \begin_layout Itemize
32742
32743 \series bold
32744 @<<<
32745 \series default
32746  creates a left arrow, 
32747 \series bold
32748 @>>>
32749 \series default
32750  a right arrow and 
32751 \series bold
32752 @=
32753 \series default
32754  a long equal sign
32755 \end_layout
32756
32757 \begin_layout Itemize
32758
32759 \series bold
32760 @AAA
32761 \series default
32762  creates an up arrow, 
32763 \series bold
32764 @VVV
32765 \series default
32766  a down arrow and 
32767 \series bold
32768 @|
32769 \series default
32770  a vertical equal sign
32771 \end_layout
32772
32773 \begin_layout Itemize
32774
32775 \series bold
32776 @.
32777
32778 \series default
32779  is a placeholder for non-existent relations
32780 \end_layout
32781
32782 \begin_layout Standard
32783 All arrows can be labeled as follows:
32784 \end_layout
32785
32786 \begin_layout Itemize
32787 If text inserted between the first and second < or >, resp., it is placed
32788  above the arrow.
32789  When it is inserted between the second and third one, it appears under
32790  the arrow.
32791 \end_layout
32792
32793 \begin_layout Itemize
32794 When text for vertical arrows is inserted between the first and second A
32795  or V, resp., it is placed left beside the arrow.
32796  When it is inserted between the second and third one, it appears right
32797  beside the arrow.
32798  If the text contains an A or V, these letters must be set into a TeX-brace.
32799 \end_layout
32800
32801 \begin_layout Standard
32802 As example a diagram with all possible relations:
32803 \end_layout
32804
32805 \begin_layout Standard
32806 \begin_inset Formula 
32807 \[
32808 \begin{CD}A@>j>>B@>>k>C@=F\\
32809 @AmAA@.@VV{V}V@|\\
32810 D@<<j<E@>k>>F@=C
32811 \end{CD}
32812 \]
32813
32814 \end_inset
32815
32816
32817 \end_layout
32818
32819 \begin_layout Standard
32820 The command for this is:
32821 \begin_inset Newline newline
32822 \end_inset
32823
32824
32825 \series bold
32826
32827 \backslash
32828 CD
32829 \begin_inset ERT
32830 status collapsed
32831
32832 \begin_layout Plain Layout
32833
32834
32835 \backslash
32836 spce 
32837 \end_layout
32838
32839 \end_inset
32840
32841 A@>j>>B@>>k>C@=F Ctrl+Return
32842 \begin_inset Newline newline
32843 \end_inset
32844
32845
32846 \begin_inset Phantom HPhantom
32847 status open
32848
32849 \begin_layout Plain Layout
32850
32851 \series bold
32852
32853 \backslash
32854 CD
32855 \begin_inset ERT
32856 status collapsed
32857
32858 \begin_layout Plain Layout
32859
32860
32861 \backslash
32862 spce 
32863 \end_layout
32864
32865 \end_inset
32866
32867
32868 \end_layout
32869
32870 \end_inset
32871
32872 @AmAA@.@VV
32873 \backslash
32874 {V
32875 \series default
32876
32877 \begin_inset Formula $\to$
32878 \end_inset
32879
32880
32881 \series bold
32882 V@| Ctrl+Return
32883 \begin_inset Newline newline
32884 \end_inset
32885
32886
32887 \begin_inset Phantom HPhantom
32888 status open
32889
32890 \begin_layout Plain Layout
32891
32892 \series bold
32893
32894 \backslash
32895 CD
32896 \begin_inset ERT
32897 status collapsed
32898
32899 \begin_layout Plain Layout
32900
32901
32902 \backslash
32903 spce 
32904 \end_layout
32905
32906 \end_inset
32907
32908
32909 \end_layout
32910
32911 \end_inset
32912
32913 D@<<j<E@>k>>F@=C
32914 \end_layout
32915
32916 \begin_layout Subsection
32917 Xymatrix Diagrams
32918 \begin_inset Index idx
32919 status collapsed
32920
32921 \begin_layout Plain Layout
32922 Diagrams ! xymatrix
32923 \end_layout
32924
32925 \end_inset
32926
32927
32928 \end_layout
32929
32930 \begin_layout Standard
32931 To be able to use xymatrices, the LaTeX-package 
32932 \series bold
32933 xypic
32934 \series default
32935  must be installed.
32936  A xymatrix is created by inserting the command 
32937 \series bold
32938
32939 \backslash
32940 xymatrix
32941 \series default
32942  in a formula.
32943  Then you are able to add new matrix columns and rows like for normal matrices,
32944  see 
32945 \begin_inset CommandInset ref
32946 LatexCommand ref
32947 reference "sec:Matrices"
32948
32949 \end_inset
32950
32951 .
32952 \end_layout
32953
32954 \begin_layout Standard
32955 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32956  and much more.
32957  All possibilities to create commutative diagrams and decorations are explained
32958  in detail in the 
32959 \emph on
32960 XY-pic manual
32961 \emph default
32962  that you find in the menu 
32963 \family sans
32964 Help\SpecialChar \menuseparator
32965 Specific
32966 \begin_inset space ~
32967 \end_inset
32968
32969 Manuals
32970 \family default
32971 .
32972 \end_layout
32973
32974 \begin_layout Subsection
32975
32976 \noun on
32977 Feynman
32978 \noun default
32979  Diagrams
32980 \begin_inset Index idx
32981 status collapsed
32982
32983 \begin_layout Plain Layout
32984 Diagrams ! Feynman
32985 \end_layout
32986
32987 \end_inset
32988
32989
32990 \end_layout
32991
32992 \begin_layout Standard
32993 To be able to use 
32994 \noun on
32995 Feynman
32996 \noun default
32997 -diagrams, the LaTeX-package 
32998 \series bold
32999 feyn
33000 \series default
33001  must be installed.
33002  A 
33003 \noun on
33004 Feynman
33005 \noun default
33006 -diagram is created by inserting the command 
33007 \series bold
33008
33009 \backslash
33010 Diagram
33011 \series default
33012  in a formula.
33013  Then you are able to add new matrix columns and rows like for normal matrices,
33014  see 
33015 \begin_inset CommandInset ref
33016 LatexCommand ref
33017 reference "sec:Matrices"
33018
33019 \end_inset
33020
33021 .
33022 \end_layout
33023
33024 \begin_layout Standard
33025 Examples how to create 
33026 \noun on
33027 Feynman-
33028 \noun default
33029 diagrams in LyX is given in the 
33030 \emph on
33031 Feynman-diagram manual
33032 \emph default
33033  that you find in the menu 
33034 \family sans
33035 Help\SpecialChar \menuseparator
33036 Specific
33037 \begin_inset space ~
33038 \end_inset
33039
33040 Manuals
33041 \family default
33042 .
33043 \end_layout
33044
33045 \begin_layout Section
33046 User-defined Commands
33047 \begin_inset Index idx
33048 status collapsed
33049
33050 \begin_layout Plain Layout
33051 User-defined commands
33052 \end_layout
33053
33054 \end_inset
33055
33056
33057 \end_layout
33058
33059 \begin_layout Standard
33060 \begin_inset Note Greyedout
33061 status open
33062
33063 \begin_layout Plain Layout
33064
33065 \series bold
33066 Note:
33067 \series default
33068  The names of user-defined commands and macros may only consist of Latin
33069  letters.
33070 \end_layout
33071
33072 \end_inset
33073
33074
33075 \end_layout
33076
33077 \begin_layout Subsection
33078 The Command 
33079 \backslash
33080 newcommand
33081 \begin_inset CommandInset label
33082 LatexCommand label
33083 name "sub:The-Command-newcommand"
33084
33085 \end_inset
33086
33087
33088 \begin_inset Index idx
33089 status collapsed
33090
33091 \begin_layout Plain Layout
33092 User-defined commands ! 
33093 \backslash
33094 newcommand
33095 \end_layout
33096
33097 \end_inset
33098
33099
33100 \begin_inset Index idx
33101 status collapsed
33102
33103 \begin_layout Plain Layout
33104 Commands ! N ! 
33105 \backslash
33106 newcommand
33107 \end_layout
33108
33109 \end_inset
33110
33111
33112 \end_layout
33113
33114 \begin_layout Standard
33115 Many LaTeX-commands are too long to be used frequently.
33116  But it is possible to define with the command 
33117 \series bold
33118
33119 \backslash
33120 newcommand
33121 \series default
33122  new shorter commands.
33123 \end_layout
33124
33125 \begin_layout Standard
33126 The command scheme of 
33127 \series bold
33128
33129 \backslash
33130 newcommand
33131 \series default
33132  is:
33133 \end_layout
33134
33135 \begin_layout Standard
33136
33137 \series bold
33138
33139 \backslash
33140 newcommand{new command name}[number of arguments][optional
33141 \series default
33142  
33143 \series bold
33144 value]
33145 \begin_inset Newline newline
33146 \end_inset
33147
33148
33149 \begin_inset Phantom HPhantom
33150 status open
33151
33152 \begin_layout Plain Layout
33153
33154 \series bold
33155
33156 \backslash
33157 newcommand
33158 \end_layout
33159
33160 \end_inset
33161
33162 {command definition}
33163 \end_layout
33164
33165 \begin_layout Standard
33166 \begin_inset Note Greyedout
33167 status open
33168
33169 \begin_layout Plain Layout
33170
33171 \series bold
33172 Note:
33173 \series default
33174  Assure that the name of the new command is not already used in your document
33175  or by LaTeX-packages that you use.
33176  When you for example define the command 
33177 \series bold
33178
33179 \backslash
33180 le
33181 \series default
33182  for 
33183 \series bold
33184
33185 \backslash
33186 Leftarrow
33187 \series default
33188 , you get an error message because 
33189 \series bold
33190
33191 \backslash
33192 le
33193 \series default
33194  is already defined as command for 
33195 \begin_inset Quotes eld
33196 \end_inset
33197
33198
33199 \begin_inset Formula $\le$
33200 \end_inset
33201
33202
33203 \begin_inset Quotes erd
33204 \end_inset
33205
33206 .
33207 \end_layout
33208
33209 \end_inset
33210
33211
33212 \end_layout
33213
33214 \begin_layout Standard
33215 The number of arguments is an integer in the range 0
33216 \begin_inset space \thinspace{}
33217 \end_inset
33218
33219 -
33220 \begin_inset space \thinspace{}
33221 \end_inset
33222
33223 9 and specifies how many arguments the new command should have.
33224  With the optional value a value for an optional argument can be predefined.
33225  When this is done, the 
33226 \emph on
33227 first
33228 \emph default
33229  
33230 \emph on
33231 a
33232 \emph default
33233 rgument of the new command is automatically an optional one.
33234 \end_layout
33235
33236 \begin_layout Standard
33237 Here are some examples:
33238 \end_layout
33239
33240 \begin_layout Itemize
33241 To define the command 
33242 \series bold
33243
33244 \backslash
33245 gr
33246 \series default
33247  for 
33248 \series bold
33249
33250 \backslash
33251 Longrightarrow
33252 \series default
33253 , the LaTeX-preamble line is:
33254 \begin_inset VSpace medskip
33255 \end_inset
33256
33257
33258 \begin_inset Newline newline
33259 \end_inset
33260
33261
33262 \series bold
33263
33264 \backslash
33265 newcommand{
33266 \backslash
33267 gr}{
33268 \backslash
33269 Longrightarrow}
33270 \end_layout
33271
33272 \begin_layout Itemize
33273 To define the command 
33274 \series bold
33275
33276 \backslash
33277 us
33278 \series default
33279  for 
33280 \series bold
33281
33282 \backslash
33283 underline
33284 \series default
33285 , the argument (that should be underlined) must be taken into account.
33286  For this the preamble line is:
33287 \begin_inset VSpace medskip
33288 \end_inset
33289
33290
33291 \begin_inset Newline newline
33292 \end_inset
33293
33294
33295 \series bold
33296
33297 \backslash
33298 newcommand{
33299 \backslash
33300 us}[1]{
33301 \backslash
33302 underline{#1}}
33303 \series default
33304
33305 \begin_inset VSpace medskip
33306 \end_inset
33307
33308
33309 \begin_inset Newline newline
33310 \end_inset
33311
33312 The character 
33313 \series bold
33314 #
33315 \series default
33316  acts as argument placeholder, the 
33317 \series bold
33318 1
33319 \series default
33320  behind it denotes that it is the placeholder for the first argument.
33321 \end_layout
33322
33323 \begin_layout Itemize
33324 For 
33325 \series bold
33326
33327 \backslash
33328 framebox
33329 \series default
33330  one can e.
33331 \begin_inset space \thinspace{}
33332 \end_inset
33333
33334 g.
33335 \begin_inset space \space{}
33336 \end_inset
33337
33338 define the command 
33339 \series bold
33340
33341 \backslash
33342 fb
33343 \series default
33344 :
33345 \begin_inset VSpace medskip
33346 \end_inset
33347
33348
33349 \begin_inset Newline newline
33350 \end_inset
33351
33352
33353 \series bold
33354
33355 \backslash
33356 newcommand{
33357 \backslash
33358 fb}[3]{
33359 \backslash
33360 framebox#1#2{$#3$}}
33361 \series default
33362
33363 \begin_inset VSpace medskip
33364 \end_inset
33365
33366
33367 \begin_inset Newline newline
33368 \end_inset
33369
33370 The two Dollar signs creates the extra formula needed for 
33371 \series bold
33372
33373 \backslash
33374 framebox
33375 \series default
33376 , see 
33377 \begin_inset CommandInset ref
33378 LatexCommand ref
33379 reference "sub:Boxes-with-Frame"
33380
33381 \end_inset
33382
33383 .
33384 \end_layout
33385
33386 \begin_layout Itemize
33387 To create a new command for 
33388 \series bold
33389
33390 \backslash
33391 fcolorbox
33392 \series default
33393  where the color for the box need not be specified, the argument for the
33394  color is defined optional:
33395 \begin_inset VSpace medskip
33396 \end_inset
33397
33398
33399 \begin_inset Newline newline
33400 \end_inset
33401
33402
33403 \series bold
33404
33405 \backslash
33406 newcommand{
33407 \backslash
33408 cb}[3][white]{
33409 \backslash
33410 fcolorbox{#2}{#1}{$#3$}}
33411 \series default
33412
33413 \begin_inset VSpace medskip
33414 \end_inset
33415
33416
33417 \begin_inset Newline newline
33418 \end_inset
33419
33420 When the color is not specified when using 
33421 \series bold
33422
33423 \backslash
33424 cb
33425 \series default
33426 , the predefined color 
33427 \series bold
33428 white
33429 \series default
33430  will be used.
33431 \end_layout
33432
33433 \begin_layout Standard
33434 A test of the new defined commands:
33435 \end_layout
33436
33437 \begin_layout Standard
33438 \align center
33439 \begin_inset Tabular
33440 <lyxtabular version="3" rows="6" columns="2">
33441 <features tabularvalignment="middle">
33442 <column alignment="center" valignment="top" width="0">
33443 <column alignment="center" valignment="top" width="0">
33444 <row>
33445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33446 \begin_inset Text
33447
33448 \begin_layout Plain Layout
33449 Command
33450 \end_layout
33451
33452 \end_inset
33453 </cell>
33454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33455 \begin_inset Text
33456
33457 \begin_layout Plain Layout
33458 Result
33459 \begin_inset Note Note
33460 status collapsed
33461
33462 \begin_layout Plain Layout
33463
33464 \series bold
33465
33466 \backslash
33467 raisebox
33468 \series default
33469  is only used as spacer.
33470 \end_layout
33471
33472 \end_inset
33473
33474
33475 \end_layout
33476
33477 \end_inset
33478 </cell>
33479 </row>
33480 <row>
33481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33482 \begin_inset Text
33483
33484 \begin_layout Plain Layout
33485 A
33486 \backslash
33487 gr
33488 \begin_inset ERT
33489 status collapsed
33490
33491 \begin_layout Plain Layout
33492
33493
33494 \backslash
33495 spce 
33496 \end_layout
33497
33498 \end_inset
33499
33500 B
33501 \end_layout
33502
33503 \end_inset
33504 </cell>
33505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33506 \begin_inset Text
33507
33508 \begin_layout Plain Layout
33509 \begin_inset Formula $A\gr B$
33510 \end_inset
33511
33512
33513 \end_layout
33514
33515 \end_inset
33516 </cell>
33517 </row>
33518 <row>
33519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33520 \begin_inset Text
33521
33522 \begin_layout Plain Layout
33523
33524 \backslash
33525 us{ABcd
33526 \end_layout
33527
33528 \end_inset
33529 </cell>
33530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33531 \begin_inset Text
33532
33533 \begin_layout Plain Layout
33534 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33535 \end_inset
33536
33537
33538 \end_layout
33539
33540 \end_inset
33541 </cell>
33542 </row>
33543 <row>
33544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33545 \begin_inset Text
33546
33547 \begin_layout Plain Layout
33548
33549 \backslash
33550 fb{[2cm]
33551 \begin_inset Formula $\to$
33552 \end_inset
33553
33554
33555 \backslash
33556 {
33557 \begin_inset Formula $\to$
33558 \end_inset
33559
33560
33561 \backslash
33562 {
33563 \backslash
33564 int
33565 \begin_inset ERT
33566 status collapsed
33567
33568 \begin_layout Plain Layout
33569
33570
33571 \backslash
33572 spce 
33573 \end_layout
33574
33575 \end_inset
33576
33577 A=B
33578 \end_layout
33579
33580 \end_inset
33581 </cell>
33582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33583 \begin_inset Text
33584
33585 \begin_layout Plain Layout
33586 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33587 \end_inset
33588
33589
33590 \end_layout
33591
33592 \end_inset
33593 </cell>
33594 </row>
33595 <row>
33596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33597 \begin_inset Text
33598
33599 \begin_layout Plain Layout
33600
33601 \backslash
33602 cb{red
33603 \begin_inset Formula $\to$
33604 \end_inset
33605
33606
33607 \backslash
33608 {
33609 \backslash
33610 int
33611 \begin_inset ERT
33612 status collapsed
33613
33614 \begin_layout Plain Layout
33615
33616
33617 \backslash
33618 spce 
33619 \end_layout
33620
33621 \end_inset
33622
33623 A=B
33624 \end_layout
33625
33626 \end_inset
33627 </cell>
33628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33629 \begin_inset Text
33630
33631 \begin_layout Plain Layout
33632 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33633 \end_inset
33634
33635
33636 \end_layout
33637
33638 \end_inset
33639 </cell>
33640 </row>
33641 <row>
33642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33643 \begin_inset Text
33644
33645 \begin_layout Plain Layout
33646
33647 \backslash
33648 cb[green]
33649 \backslash
33650 {red
33651 \begin_inset Formula $\to$
33652 \end_inset
33653
33654
33655 \backslash
33656 {
33657 \backslash
33658 int
33659 \begin_inset ERT
33660 status collapsed
33661
33662 \begin_layout Plain Layout
33663
33664
33665 \backslash
33666 spce 
33667 \end_layout
33668
33669 \end_inset
33670
33671 A=B
33672 \end_layout
33673
33674 \end_inset
33675 </cell>
33676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33677 \begin_inset Text
33678
33679 \begin_layout Plain Layout
33680 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33681 \end_inset
33682
33683
33684 \end_layout
33685
33686 \end_inset
33687 </cell>
33688 </row>
33689 </lyxtabular>
33690
33691 \end_inset
33692
33693
33694 \end_layout
33695
33696 \begin_layout Subsection
33697 Math Macros
33698 \begin_inset Index idx
33699 status collapsed
33700
33701 \begin_layout Plain Layout
33702 User-defined commands! Math macros
33703 \end_layout
33704
33705 \end_inset
33706
33707
33708 \begin_inset Index idx
33709 status collapsed
33710
33711 \begin_layout Plain Layout
33712 Macros
33713 \end_layout
33714
33715 \end_inset
33716
33717
33718 \end_layout
33719
33720 \begin_layout Standard
33721 User-defined commands are especially convenient for complex expressions.
33722  When you are for example dealing with a document that has quadratic equations,
33723  the same solution type occurs several times.
33724  The general form of a quadratic equation is
33725 \begin_inset Formula 
33726 \[
33727 0=\lambda^{2}+p\lambda+q
33728 \]
33729
33730 \end_inset
33731
33732 The general form of the solution is
33733 \begin_inset Formula 
33734 \[
33735 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33736 \]
33737
33738 \end_inset
33739
33740
33741 \end_layout
33742
33743 \begin_layout Standard
33744 To define a command for the solution formula where only the three parameters
33745  
33746 \begin_inset Formula $\lambda$
33747 \end_inset
33748
33749
33750 \begin_inset Formula $p$
33751 \end_inset
33752
33753  and 
33754 \begin_inset Formula $q$
33755 \end_inset
33756
33757  need to be specified and the index of 
33758 \begin_inset Formula $\lambda$
33759 \end_inset
33760
33761  can be given optionally, the LaTeX-preamble line is
33762 \begin_inset Newline newline
33763 \end_inset
33764
33765
33766 \series bold
33767
33768 \backslash
33769 newcommand{
33770 \backslash
33771 qG}[4][1,
33772 \backslash
33773 ,2]{#2_{#1}=-
33774 \backslash
33775 frac{#3}{2}
33776 \backslash
33777 pm
33778 \begin_inset Newline newline
33779 \end_inset
33780
33781
33782 \begin_inset Phantom HPhantom
33783 status open
33784
33785 \begin_layout Plain Layout
33786
33787 \series bold
33788
33789 \backslash
33790 newcommand
33791 \end_layout
33792
33793 \end_inset
33794
33795
33796 \backslash
33797 sqrt{
33798 \backslash
33799 frac{#3^{2}}{4}-#4}}
33800 \end_layout
33801
33802 \begin_layout Standard
33803 To create with this the solution formula, the command
33804 \begin_inset Newline newline
33805 \end_inset
33806
33807
33808 \series bold
33809
33810 \backslash
33811 qG{
33812 \backslash
33813 lambda
33814 \begin_inset Formula $\to$
33815 \end_inset
33816
33817
33818 \backslash
33819 {p
33820 \begin_inset Formula $\to$
33821 \end_inset
33822
33823
33824 \backslash
33825 {q
33826 \series default
33827  is inserted to a formula
33828 \series bold
33829 .
33830 \end_layout
33831
33832 \begin_layout Standard
33833 The definition of the new command is unintuitive because one has to know
33834  the schemes of all used LaTeX commands, e.
33835 \begin_inset space \thinspace{}
33836 \end_inset
33837
33838 g.
33839 \begin_inset space \space{}
33840 \end_inset
33841
33842 that a fraction is inserted in LaTeX as 
33843 \series bold
33844
33845 \backslash
33846 frac{numerator}{denominator}
33847 \series default
33848 .
33849  Furthermore one can easily forget a brace in the definition and cannot
33850  see in LyX what the new command is doing.
33851  To avoid these problems LyX offers the possibility to use math macros instead
33852  of the command 
33853 \series bold
33854
33855 \backslash
33856 newcommand
33857 \series default
33858 .
33859 \end_layout
33860
33861 \begin_layout Standard
33862 A math macro is created by using the menu 
33863 \family sans
33864 Insert\SpecialChar \menuseparator
33865 Math\SpecialChar \menuseparator
33866 Macro
33867 \family default
33868  or the toolbar button 
33869 \begin_inset Graphics
33870         filename ../images/math-macro_newmacroname_newcommand.png
33871         scale 85
33872
33873 \end_inset
33874
33875 .
33876  The math macro toolbar appears together with the following box where the
33877  macro is defined:
33878 \begin_inset Newline newline
33879 \end_inset
33880
33881
33882 \begin_inset space \hspace*{\fill}
33883 \end_inset
33884
33885
33886 \begin_inset Graphics
33887         filename clipart/macrobox.png
33888
33889 \end_inset
33890
33891
33892 \begin_inset space \hspace*{\fill}
33893 \end_inset
33894
33895
33896 \begin_inset Newline newline
33897 \end_inset
33898
33899
33900 \begin_inset FormulaMacro
33901 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33902 \end_inset
33903
33904
33905 \backslash
33906 newmacroname is the default name of the macro that should be changed to
33907  something sensible.
33908  The wanted formula is inserted in the first blue box.
33909  An argument placeholder is inserted with the command 
33910 \series bold
33911
33912 \backslash
33913 #argumentnumber
33914 \series default
33915 , e.
33916 \begin_inset space \thinspace{}
33917 \end_inset
33918
33919 g
33920 \begin_inset space \space{}
33921 \end_inset
33922
33923
33924 \series bold
33925
33926 \backslash
33927 #1
33928 \series default
33929  or by using the macro toolbar button 
33930 \begin_inset Graphics
33931         filename ../images/math-macro-add-param.png
33932         scale 85
33933
33934 \end_inset
33935
33936 .
33937  Argument placeholders are displayed red.
33938  A maximum of 9
33939 \begin_inset space ~
33940 \end_inset
33941
33942 arguments are possible.
33943  Optional arguments are created with the toolbar button 
33944 \begin_inset Graphics
33945         filename ../images/math-macro-add-optional-param.png
33946         scale 85
33947
33948 \end_inset
33949
33950 .
33951  The first non-optional argument can be transformed to an optional one with
33952  the toolbar button 
33953 \begin_inset Graphics
33954         filename ../images/math-macro-make-optional.png
33955         scale 85
33956
33957 \end_inset
33958
33959 .
33960  In the second blue box the appearance of the macro in LyX can be defined.
33961  Normally you want to see it as it is defined, so the box is kept empty.
33962  But when you have created a macro that needs lot of space on the screen,
33963  you can insert in the box for example
33964 \begin_inset Newline newline
33965 \end_inset
33966
33967
33968 \series bold
33969 qG: 
33970 \backslash
33971 #1
33972 \series default
33973  
33974 \series bold
33975 ,
33976 \series default
33977  
33978 \series bold
33979
33980 \backslash
33981 #2
33982 \series default
33983  
33984 \series bold
33985 ,
33986 \series default
33987  
33988 \series bold
33989
33990 \backslash
33991 #3, 
33992 \backslash
33993 #4
33994 \begin_inset Newline newline
33995 \end_inset
33996
33997
33998 \series default
33999 For the macro only the arguments with the macro name in front of them will
34000  then be displayed in LyX, leading to a better overview.
34001  The formula appears in the output as defined in the first box.
34002 \begin_inset Newline newline
34003 \end_inset
34004
34005 The appearance of macros in formulas can furthermore be changed for single
34006  macros by setting the cursor in the macro and using the menu 
34007 \family sans
34008 View\SpecialChar \menuseparator
34009 (Un)fold
34010 \begin_inset space ~
34011 \end_inset
34012
34013 Math
34014 \begin_inset space ~
34015 \end_inset
34016
34017 Macro
34018 \family default
34019 .
34020 \end_layout
34021
34022 \begin_layout Standard
34023 To use a macro, the macro name is inserted as command to a formula, in our
34024  case 
34025 \series bold
34026
34027 \backslash
34028 qG
34029 \series default
34030 .
34031  Our macro looks in LyX like this:
34032 \begin_inset Newline newline
34033 \end_inset
34034
34035
34036 \begin_inset space \hspace*{\fill}
34037 \end_inset
34038
34039
34040 \begin_inset Graphics
34041         filename clipart/macrouse.png
34042
34043 \end_inset
34044
34045
34046 \begin_inset space \hspace*{\fill}
34047 \end_inset
34048
34049
34050 \begin_inset Newline newline
34051 \end_inset
34052
34053 Here is our macro example with the arguments 
34054 \begin_inset Formula $x$
34055 \end_inset
34056
34057
34058 \begin_inset Formula $\ln(x)$
34059 \end_inset
34060
34061  and 
34062 \begin_inset Formula $B$
34063 \end_inset
34064
34065 :
34066 \end_layout
34067
34068 \begin_layout Standard
34069 \begin_inset Formula 
34070 \[
34071 \qG x{\ln(x)}B
34072 \]
34073
34074 \end_inset
34075
34076
34077 \end_layout
34078
34079 \begin_layout Standard
34080 LyX offers in the menu 
34081 \family sans
34082 Tools\SpecialChar \menuseparator
34083 Preferences\SpecialChar \menuseparator
34084 Editing\SpecialChar \menuseparator
34085 Control
34086 \family default
34087  different styles to edit macros.
34088  To find the style that suits you the most, choose a style and set the cursor
34089  in a macro formula to see the difference.
34090 \end_layout
34091
34092 \begin_layout Standard
34093 A math macro is transformed internally to a 
34094 \series bold
34095
34096 \backslash
34097 newcommand
34098 \series default
34099  command when exporting the document.
34100  The created 
34101 \series bold
34102
34103 \backslash
34104 newcommand
34105 \series default
34106  command is not placed in the LaTeX-preamble, therefore macros can only
34107  be used in formulas that are in the document below the macro definition
34108  box.
34109 \end_layout
34110
34111 \begin_layout Standard
34112 Math macros can also be directly created from a 
34113 \series bold
34114
34115 \backslash
34116 newcommand
34117 \series default
34118  command.
34119  When writing for example the command
34120 \series bold
34121
34122 \begin_inset Newline newline
34123 \end_inset
34124
34125
34126 \backslash
34127 newcommand{
34128 \backslash
34129 larrow}[2]{
34130 \backslash
34131 xleftarrow[#2]{#1}}
34132 \begin_inset Newline newline
34133 \end_inset
34134
34135
34136 \series default
34137 in LyX as normal text, highlighting it completely and using then the shortcut
34138  
34139 \family sans
34140 Ctrl+M
34141 \family default
34142 , the command will be transformed to a math macro.
34143  Using this method you need to be careful that the 
34144 \series bold
34145
34146 \backslash
34147 newcommand
34148 \series default
34149  command is typed correctly, otherwise you get a faulty macro leading to
34150  LaTeX errors.
34151 \end_layout
34152
34153 \begin_layout Standard
34154 Math macros currently have the problem that further formulas in macro definition
34155 s are handled wrongly.
34156  Therefore the example 
34157 \series bold
34158
34159 \backslash
34160 fb
34161 \series default
34162  from 
34163 \begin_inset CommandInset ref
34164 LatexCommand ref
34165 reference "sub:The-Command-newcommand"
34166
34167 \end_inset
34168
34169  cannot be created as macro.
34170 \end_layout
34171
34172 \begin_layout Standard
34173 When the cursor is in a macro definition box, you will see the macro toolbar
34174  in LyX:
34175 \end_layout
34176
34177 \begin_layout Standard
34178 \begin_inset VSpace defskip
34179 \end_inset
34180
34181
34182 \end_layout
34183
34184 \begin_layout Standard
34185 \begin_inset Graphics
34186         filename clipart/MacroToolbar.png
34187
34188 \end_inset
34189
34190
34191 \begin_inset Index idx
34192 status collapsed
34193
34194 \begin_layout Plain Layout
34195 Macros ! Toolbar
34196 \end_layout
34197
34198 \end_inset
34199
34200
34201 \end_layout
34202
34203 \begin_layout Standard
34204 \begin_inset VSpace defskip
34205 \end_inset
34206
34207
34208 \end_layout
34209
34210 \begin_layout Standard
34211 The macro toolbar contains from left to right the following buttons:
34212 \end_layout
34213
34214 \begin_layout Standard
34215 \begin_inset VSpace defskip
34216 \end_inset
34217
34218
34219 \end_layout
34220
34221 \begin_layout Standard
34222 \begin_inset Tabular
34223 <lyxtabular version="3" rows="9" columns="2">
34224 <features islongtable="true" longtabularalignment="center">
34225 <column alignment="left" valignment="top" width="0">
34226 <column alignment="left" valignment="top" width="85col%">
34227 <row interlinespace="2.5mm">
34228 <cell alignment="center" valignment="top" usebox="none">
34229 \begin_inset Text
34230
34231 \begin_layout Plain Layout
34232 \begin_inset Graphics
34233         filename ../images/math-macro-remove-param.png
34234         rotateOrigin center
34235
34236 \end_inset
34237
34238
34239 \end_layout
34240
34241 \end_inset
34242 </cell>
34243 <cell alignment="center" valignment="top" usebox="none">
34244 \begin_inset Text
34245
34246 \begin_layout Plain Layout
34247
34248 \family sans
34249 Edit\SpecialChar \menuseparator
34250 Math\SpecialChar \menuseparator
34251 Macro
34252 \begin_inset space ~
34253 \end_inset
34254
34255 Definition\SpecialChar \menuseparator
34256 Remove Last Argument
34257 \end_layout
34258
34259 \end_inset
34260 </cell>
34261 </row>
34262 <row interlinespace="2.5mm">
34263 <cell alignment="center" valignment="top" usebox="none">
34264 \begin_inset Text
34265
34266 \begin_layout Plain Layout
34267 \begin_inset Graphics
34268         filename ../images/math-macro-add-param.png
34269         rotateOrigin center
34270
34271 \end_inset
34272
34273
34274 \end_layout
34275
34276 \end_inset
34277 </cell>
34278 <cell alignment="center" valignment="top" usebox="none">
34279 \begin_inset Text
34280
34281 \begin_layout Plain Layout
34282
34283 \family sans
34284 Edit\SpecialChar \menuseparator
34285 Math\SpecialChar \menuseparator
34286 Macro
34287 \begin_inset space ~
34288 \end_inset
34289
34290 Definition\SpecialChar \menuseparator
34291 Append Argument
34292 \end_layout
34293
34294 \end_inset
34295 </cell>
34296 </row>
34297 <row interlinespace="2.5mm">
34298 <cell alignment="center" valignment="top" usebox="none">
34299 \begin_inset Text
34300
34301 \begin_layout Plain Layout
34302 \begin_inset Graphics
34303         filename ../images/math-macro-make-optional.png
34304         rotateOrigin center
34305
34306 \end_inset
34307
34308
34309 \end_layout
34310
34311 \end_inset
34312 </cell>
34313 <cell alignment="center" valignment="top" usebox="none">
34314 \begin_inset Text
34315
34316 \begin_layout Plain Layout
34317
34318 \family sans
34319 Edit\SpecialChar \menuseparator
34320 Math\SpecialChar \menuseparator
34321 Macro
34322 \begin_inset space ~
34323 \end_inset
34324
34325 Definition\SpecialChar \menuseparator
34326 Make First Non-Optional into
34327 \begin_inset Newline newline
34328 \end_inset
34329
34330
34331 \begin_inset Phantom HPhantom
34332 status open
34333
34334 \begin_layout Plain Layout
34335
34336 \family sans
34337 Edit\SpecialChar \menuseparator
34338 Math\SpecialChar \menuseparator
34339 Macro
34340 \begin_inset space ~
34341 \end_inset
34342
34343 Definition\SpecialChar \menuseparator
34344
34345 \end_layout
34346
34347 \end_inset
34348
34349 Optional Argument
34350 \end_layout
34351
34352 \end_inset
34353 </cell>
34354 </row>
34355 <row interlinespace="2.5mm">
34356 <cell alignment="center" valignment="top" usebox="none">
34357 \begin_inset Text
34358
34359 \begin_layout Plain Layout
34360 \begin_inset Graphics
34361         filename ../images/math-macro-make-nonoptional.png
34362         rotateOrigin center
34363
34364 \end_inset
34365
34366
34367 \end_layout
34368
34369 \end_inset
34370 </cell>
34371 <cell alignment="center" valignment="top" usebox="none">
34372 \begin_inset Text
34373
34374 \begin_layout Plain Layout
34375
34376 \family sans
34377 Edit\SpecialChar \menuseparator
34378 Math\SpecialChar \menuseparator
34379 Macro
34380 \begin_inset space ~
34381 \end_inset
34382
34383 Definition\SpecialChar \menuseparator
34384 Make Last Optional into
34385 \begin_inset Newline newline
34386 \end_inset
34387
34388
34389 \begin_inset Phantom HPhantom
34390 status open
34391
34392 \begin_layout Plain Layout
34393
34394 \family sans
34395 Edit\SpecialChar \menuseparator
34396 Math\SpecialChar \menuseparator
34397 Macro
34398 \begin_inset space ~
34399 \end_inset
34400
34401 Definition\SpecialChar \menuseparator
34402
34403 \end_layout
34404
34405 \end_inset
34406
34407 Non-Optional Argument
34408 \end_layout
34409
34410 \end_inset
34411 </cell>
34412 </row>
34413 <row interlinespace="2.5mm">
34414 <cell alignment="center" valignment="top" usebox="none">
34415 \begin_inset Text
34416
34417 \begin_layout Plain Layout
34418 \begin_inset Graphics
34419         filename ../images/math-macro-remove-optional-param.png
34420         rotateOrigin center
34421
34422 \end_inset
34423
34424
34425 \end_layout
34426
34427 \end_inset
34428 </cell>
34429 <cell alignment="center" valignment="top" usebox="none">
34430 \begin_inset Text
34431
34432 \begin_layout Plain Layout
34433
34434 \family sans
34435 Edit\SpecialChar \menuseparator
34436 Math\SpecialChar \menuseparator
34437 Macro
34438 \begin_inset space ~
34439 \end_inset
34440
34441 Definition\SpecialChar \menuseparator
34442 Remove Optional Argument
34443 \end_layout
34444
34445 \end_inset
34446 </cell>
34447 </row>
34448 <row interlinespace="2.5mm">
34449 <cell alignment="center" valignment="top" usebox="none">
34450 \begin_inset Text
34451
34452 \begin_layout Plain Layout
34453 \begin_inset Graphics
34454         filename ../images/math-macro-add-optional-param.png
34455         rotateOrigin center
34456
34457 \end_inset
34458
34459
34460 \end_layout
34461
34462 \end_inset
34463 </cell>
34464 <cell alignment="center" valignment="top" usebox="none">
34465 \begin_inset Text
34466
34467 \begin_layout Plain Layout
34468
34469 \family sans
34470 Edit\SpecialChar \menuseparator
34471 Math\SpecialChar \menuseparator
34472 Macro
34473 \begin_inset space ~
34474 \end_inset
34475
34476 Definition\SpecialChar \menuseparator
34477 Insert Optional Argument
34478 \end_layout
34479
34480 \end_inset
34481 </cell>
34482 </row>
34483 <row interlinespace="2.5mm">
34484 <cell alignment="center" valignment="top" usebox="none">
34485 \begin_inset Text
34486
34487 \begin_layout Plain Layout
34488 \begin_inset Graphics
34489         filename ../images/math-macro-remove-greedy-param.png
34490         rotateOrigin center
34491
34492 \end_inset
34493
34494
34495 \end_layout
34496
34497 \end_inset
34498 </cell>
34499 <cell alignment="center" valignment="top" usebox="none">
34500 \begin_inset Text
34501
34502 \begin_layout Plain Layout
34503
34504 \family sans
34505 Edit\SpecialChar \menuseparator
34506 Math\SpecialChar \menuseparator
34507 Macro
34508 \begin_inset space ~
34509 \end_inset
34510
34511 Definition\SpecialChar \menuseparator
34512 Remove Last Argument
34513 \begin_inset Newline newline
34514 \end_inset
34515
34516
34517 \begin_inset Phantom HPhantom
34518 status open
34519
34520 \begin_layout Plain Layout
34521
34522 \family sans
34523 Edit\SpecialChar \menuseparator
34524 Math\SpecialChar \menuseparator
34525 Macro
34526 \begin_inset space ~
34527 \end_inset
34528
34529 Definition\SpecialChar \menuseparator
34530
34531 \end_layout
34532
34533 \end_inset
34534
34535 Spitting Out To The Right
34536 \end_layout
34537
34538 \end_inset
34539 </cell>
34540 </row>
34541 <row interlinespace="2.5mm">
34542 <cell alignment="center" valignment="top" usebox="none">
34543 \begin_inset Text
34544
34545 \begin_layout Plain Layout
34546 \begin_inset Graphics
34547         filename ../images/math-macro-append-greedy-param.png
34548         rotateOrigin center
34549
34550 \end_inset
34551
34552
34553 \end_layout
34554
34555 \end_inset
34556 </cell>
34557 <cell alignment="center" valignment="top" usebox="none">
34558 \begin_inset Text
34559
34560 \begin_layout Plain Layout
34561
34562 \family sans
34563 Edit\SpecialChar \menuseparator
34564 Math\SpecialChar \menuseparator
34565 Macro
34566 \begin_inset space ~
34567 \end_inset
34568
34569 Definition\SpecialChar \menuseparator
34570 Append Argument
34571 \begin_inset Newline newline
34572 \end_inset
34573
34574
34575 \begin_inset Phantom HPhantom
34576 status open
34577
34578 \begin_layout Plain Layout
34579
34580 \family sans
34581 Edit\SpecialChar \menuseparator
34582 Math\SpecialChar \menuseparator
34583 Macro
34584 \begin_inset space ~
34585 \end_inset
34586
34587 Definition\SpecialChar \menuseparator
34588
34589 \end_layout
34590
34591 \end_inset
34592
34593 Eating From The Right
34594 \end_layout
34595
34596 \end_inset
34597 </cell>
34598 </row>
34599 <row interlinespace="2.5mm">
34600 <cell alignment="center" valignment="top" usebox="none">
34601 \begin_inset Text
34602
34603 \begin_layout Plain Layout
34604 \begin_inset Graphics
34605         filename ../images/math-macro-add-greedy-optional-param.png
34606         rotateOrigin center
34607
34608 \end_inset
34609
34610
34611 \end_layout
34612
34613 \end_inset
34614 </cell>
34615 <cell alignment="center" valignment="top" usebox="none">
34616 \begin_inset Text
34617
34618 \begin_layout Plain Layout
34619
34620 \family sans
34621 Edit\SpecialChar \menuseparator
34622 Math\SpecialChar \menuseparator
34623 Macro
34624 \begin_inset space ~
34625 \end_inset
34626
34627 Definition\SpecialChar \menuseparator
34628 Append Optional Argument
34629 \begin_inset Newline newline
34630 \end_inset
34631
34632
34633 \begin_inset Phantom HPhantom
34634 status open
34635
34636 \begin_layout Plain Layout
34637
34638 \family sans
34639 Edit\SpecialChar \menuseparator
34640 Math\SpecialChar \menuseparator
34641 Macro
34642 \begin_inset space ~
34643 \end_inset
34644
34645 Definition\SpecialChar \menuseparator
34646
34647 \end_layout
34648
34649 \end_inset
34650
34651 Eating From The Right
34652 \end_layout
34653
34654 \end_inset
34655 </cell>
34656 </row>
34657 </lyxtabular>
34658
34659 \end_inset
34660
34661
34662 \end_layout
34663
34664 \begin_layout Section
34665 Computer Algebra Systems
34666 \end_layout
34667
34668 \begin_layout Standard
34669 LyX offers the exchange between mathematical expressions written in LyX's
34670  math editor and external applications or user defined scripts.
34671  Currently supported applications are 
34672 \family sans
34673 Maple
34674 \family default
34675
34676 \family sans
34677 Mathematica
34678 \family default
34679
34680 \family sans
34681 Maxima
34682 \family default
34683  and 
34684 \family sans
34685 Octave
34686 \family default
34687 .
34688  Note that the set of supported mathematical constructs is limited only
34689  to very simple cases.
34690 \end_layout
34691
34692 \begin_layout Subsection
34693 Usage
34694 \end_layout
34695
34696 \begin_layout Standard
34697 Write some expression in a formula, go to the 
34698 \family sans
34699 Edit\SpecialChar \menuseparator
34700 Math\SpecialChar \menuseparator
34701 Use Computer Algebra System
34702 \family default
34703  menu and choose the application you have installed on the computer.
34704  After that the result of computation should show on the right side of the
34705  expression together with the 
34706 \begin_inset Quotes eld
34707 \end_inset
34708
34709 =
34710 \begin_inset Quotes erd
34711 \end_inset
34712
34713  operator.
34714 \end_layout
34715
34716 \begin_layout Standard
34717 Here are few simple examples (with results from 
34718 \family typewriter
34719 Maxima
34720 \family default
34721 ) to show what kind of computations can be performed:
34722 \end_layout
34723
34724 \begin_layout Itemize
34725 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34726 \end_inset
34727
34728
34729 \end_layout
34730
34731 \begin_layout Itemize
34732 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34733 \end_inset
34734
34735
34736 \end_layout
34737
34738 \begin_layout Itemize
34739 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34740 \end_inset
34741
34742
34743 \end_layout
34744
34745 \begin_layout Itemize
34746 \begin_inset Formula $\det\left[\begin{array}{ccc}
34747 1 & 6 & 7\\
34748 2 & 5 & 8\\
34749 3 & 4 & 17
34750 \end{array}\right]=-56$
34751 \end_inset
34752
34753
34754 \end_layout
34755
34756 \begin_layout Itemize
34757 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34758 \end_inset
34759
34760
34761 \end_layout
34762
34763 \begin_layout Subsection
34764 Keyboard shortcut
34765 \end_layout
34766
34767 \begin_layout Standard
34768 Currently there is no keyboard shortcut for calling the algebra applications.
34769  One can easily bind a shortcut to the 
34770 \family sans
34771 math-extern
34772 \family default
34773  LyX function (see the 
34774 \family sans
34775 \emph on
34776 LyX Functions
34777 \family default
34778 \emph default
34779  manual).
34780  One could e.
34781 \begin_inset space \thinspace{}
34782 \end_inset
34783
34784 g.
34785 \begin_inset space ~
34786 \end_inset
34787
34788 bind the 
34789 \family sans
34790 Return
34791 \family default
34792  key inside the math editor.
34793  To bind it to 
34794 \family typewriter
34795 Maxima
34796 \family default
34797  one would use this shortcut definition command:
34798 \end_layout
34799
34800 \begin_layout Standard
34801
34802 \series bold
34803 command-alternatives break-paragraph;math-extern maxima
34804 \end_layout
34805
34806 \begin_layout Standard
34807 \begin_inset Newpage newpage
34808 \end_inset
34809
34810
34811 \end_layout
34812
34813 \begin_layout Section
34814 Tips
34815 \begin_inset Index idx
34816 status collapsed
34817
34818 \begin_layout Plain Layout
34819 Tips
34820 \end_layout
34821
34822 \end_inset
34823
34824
34825 \end_layout
34826
34827 \begin_layout Subsection
34828 Negative Numbers
34829 \begin_inset Index idx
34830 status collapsed
34831
34832 \begin_layout Plain Layout
34833 Numbers ! negative
34834 \end_layout
34835
34836 \end_inset
34837
34838
34839 \end_layout
34840
34841 \begin_layout Standard
34842 Negative numbers often look ugly in formulas because the minus sign before
34843  the number is set with the same length as the minus operator sign.
34844  When writing the negative number in normal text, the minus sign appears
34845  correctly.
34846 \end_layout
34847
34848 \begin_layout Standard
34849 Thus, the problem disappears when converting the minus sign to mathematical
34850  text.
34851 \end_layout
34852
34853 \begin_layout Standard
34854 An example to visualize the problem:
34855 \end_layout
34856
34857 \begin_layout Standard
34858 \align center
34859 \begin_inset Tabular
34860 <lyxtabular version="3" rows="3" columns="2">
34861 <features tabularvalignment="middle">
34862 <column alignment="right" valignment="top" width="0">
34863 <column alignment="left" valignment="top" width="0">
34864 <row>
34865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34866 \begin_inset Text
34867
34868 \begin_layout Plain Layout
34869 normal text:
34870 \end_layout
34871
34872 \end_inset
34873 </cell>
34874 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34875 \begin_inset Text
34876
34877 \begin_layout Plain Layout
34878 x = -2
34879 \end_layout
34880
34881 \end_inset
34882 </cell>
34883 </row>
34884 <row>
34885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34886 \begin_inset Text
34887
34888 \begin_layout Plain Layout
34889 formula:
34890 \end_layout
34891
34892 \end_inset
34893 </cell>
34894 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34895 \begin_inset Text
34896
34897 \begin_layout Plain Layout
34898 \begin_inset Formula $x=-2$
34899 \end_inset
34900
34901
34902 \end_layout
34903
34904 \end_inset
34905 </cell>
34906 </row>
34907 <row>
34908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34909 \begin_inset Text
34910
34911 \begin_layout Plain Layout
34912 solution:
34913 \end_layout
34914
34915 \end_inset
34916 </cell>
34917 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34918 \begin_inset Text
34919
34920 \begin_layout Plain Layout
34921 \begin_inset Formula $x=\textrm{-}2$
34922 \end_inset
34923
34924
34925 \end_layout
34926
34927 \end_inset
34928 </cell>
34929 </row>
34930 </lyxtabular>
34931
34932 \end_inset
34933
34934
34935 \end_layout
34936
34937 \begin_layout Subsection
34938 Comma as decimal Separator
34939 \begin_inset Index idx
34940 status collapsed
34941
34942 \begin_layout Plain Layout
34943 Comma
34944 \end_layout
34945
34946 \end_inset
34947
34948
34949 \end_layout
34950
34951 \begin_layout Standard
34952 In LaTeX a comma inside a formula is used, according to the English convention,
34953  as number group separator.
34954  So there will be space added behind all commas in formulas.
34955 \end_layout
34956
34957 \begin_layout Standard
34958 To avoid this, the comma is highlighted and changed to mathematical text
34959  (shortcut 
34960 \begin_inset Info
34961 type  "shortcut"
34962 arg   "math-mode"
34963 \end_inset
34964
34965 ).
34966 \end_layout
34967
34968 \begin_layout Standard
34969 To use all formula commas in the document as decimal separator, the file
34970  
34971 \series bold
34972 icomma.sty
34973 \series default
34974
34975 \begin_inset Foot
34976 status collapsed
34977
34978 \begin_layout Plain Layout
34979
34980 \series bold
34981 icomma
34982 \series default
34983  is part of the LaTeX-package 
34984 \series bold
34985 was
34986 \series default
34987
34988 \begin_inset Index idx
34989 status collapsed
34990
34991 \begin_layout Plain Layout
34992 Packages ! was
34993 \begin_inset ERT
34994 status collapsed
34995
34996 \begin_layout Plain Layout
34997
34998
34999 \backslash
35000 vspace{4mm}
35001 \end_layout
35002
35003 \end_inset
35004
35005
35006 \end_layout
35007
35008 \end_inset
35009
35010 .
35011 \end_layout
35012
35013 \end_inset
35014
35015
35016 \begin_inset Index idx
35017 status collapsed
35018
35019 \begin_layout Plain Layout
35020 Packages ! icomma
35021 \end_layout
35022
35023 \end_inset
35024
35025  is loaded with the LaTeX-preamble line
35026 \end_layout
35027
35028 \begin_layout Standard
35029
35030 \series bold
35031
35032 \backslash
35033 usepackage{icomma}
35034 \end_layout
35035
35036 \begin_layout Subsection
35037 Physical Vectors
35038 \begin_inset CommandInset label
35039 LatexCommand label
35040 name "sub:Physical-Vectors"
35041
35042 \end_inset
35043
35044
35045 \begin_inset Index idx
35046 status collapsed
35047
35048 \begin_layout Plain Layout
35049 Vectors ! physical
35050 \end_layout
35051
35052 \end_inset
35053
35054
35055 \end_layout
35056
35057 \begin_layout Standard
35058 Predefined vectors are offered by the LaTeX-package 
35059 \series bold
35060 braket
35061 \series default
35062
35063 \begin_inset Index idx
35064 status collapsed
35065
35066 \begin_layout Plain Layout
35067 Packages ! braket
35068 \end_layout
35069
35070 \end_inset
35071
35072  that is loaded with the LaTeX-preamble line
35073 \end_layout
35074
35075 \begin_layout Standard
35076
35077 \series bold
35078
35079 \backslash
35080 usepackage{braket}
35081 \end_layout
35082
35083 \begin_layout Standard
35084 \begin_inset ERT
35085 status collapsed
35086
35087 \begin_layout Plain Layout
35088
35089
35090 \backslash
35091 ifbraket 
35092 \end_layout
35093
35094 \end_inset
35095
35096
35097 \begin_inset Note Note
35098 status open
35099
35100 \begin_layout Plain Layout
35101 The following table will only be displayed when the LaTeX-package 
35102 \series bold
35103 braket
35104 \series default
35105  is installed.
35106 \end_layout
35107
35108 \end_inset
35109
35110
35111 \end_layout
35112
35113 \begin_layout Standard
35114 The following commands are defined:
35115 \end_layout
35116
35117 \begin_layout Standard
35118 \align center
35119 \begin_inset Tabular
35120 <lyxtabular version="3" rows="4" columns="2">
35121 <features tabularvalignment="middle">
35122 <column alignment="center" valignment="top" width="0">
35123 <column alignment="center" valignment="top" width="0">
35124 <row>
35125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35126 \begin_inset Text
35127
35128 \begin_layout Plain Layout
35129 Command
35130 \end_layout
35131
35132 \end_inset
35133 </cell>
35134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35135 \begin_inset Text
35136
35137 \begin_layout Plain Layout
35138 Result
35139 \end_layout
35140
35141 \end_inset
35142 </cell>
35143 </row>
35144 <row>
35145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35146 \begin_inset Text
35147
35148 \begin_layout Plain Layout
35149
35150 \backslash
35151 Bra{
35152 \backslash
35153 psi
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 \begin_inset Formula $\Bra{\psi}$
35163 \end_inset
35164
35165
35166 \end_layout
35167
35168 \end_inset
35169 </cell>
35170 </row>
35171 <row>
35172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35173 \begin_inset Text
35174
35175 \begin_layout Plain Layout
35176
35177 \backslash
35178 Ket{
35179 \backslash
35180 psi
35181 \end_layout
35182
35183 \end_inset
35184 </cell>
35185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35186 \begin_inset Text
35187
35188 \begin_layout Plain Layout
35189 \begin_inset Formula $\Ket{\psi}$
35190 \end_inset
35191
35192
35193 \end_layout
35194
35195 \end_inset
35196 </cell>
35197 </row>
35198 <row>
35199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35200 \begin_inset Text
35201
35202 \begin_layout Plain Layout
35203
35204 \backslash
35205 Braket{
35206 \backslash
35207 psi|
35208 \backslash
35209 phi
35210 \end_layout
35211
35212 \end_inset
35213 </cell>
35214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35215 \begin_inset Text
35216
35217 \begin_layout Plain Layout
35218 \begin_inset Formula $\Braket{\psi|\phi}$
35219 \end_inset
35220
35221
35222 \end_layout
35223
35224 \end_inset
35225 </cell>
35226 </row>
35227 </lyxtabular>
35228
35229 \end_inset
35230
35231
35232 \end_layout
35233
35234 \begin_layout Standard
35235 The command 
35236 \series bold
35237
35238 \backslash
35239 Braket
35240 \series default
35241  assures that all vertical bars are set in the size of the surrounding brackets:
35242 \begin_inset Formula 
35243 \[
35244 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35245 \]
35246
35247 \end_inset
35248
35249
35250 \begin_inset ERT
35251 status collapsed
35252
35253 \begin_layout Plain Layout
35254
35255
35256 \backslash
35257 else 
35258 \end_layout
35259
35260 \end_inset
35261
35262
35263 \begin_inset Note Note
35264 status open
35265
35266 \begin_layout Plain Layout
35267 The following will be displayed when the LaTeX-package 
35268 \series bold
35269 braket
35270 \series default
35271  is not installed:
35272 \end_layout
35273
35274 \end_inset
35275
35276
35277 \end_layout
35278
35279 \begin_layout Standard
35280 You need to install the LaTeX-package 
35281 \series bold
35282 braket
35283 \series default
35284  to see the rest of this subsection in the output.
35285 \end_layout
35286
35287 \begin_layout Standard
35288 \begin_inset ERT
35289 status collapsed
35290
35291 \begin_layout Plain Layout
35292
35293
35294 \backslash
35295 fi 
35296 \end_layout
35297
35298 \end_inset
35299
35300
35301 \end_layout
35302
35303 \begin_layout Standard
35304 The effect of 
35305 \series bold
35306
35307 \backslash
35308 Braket
35309 \series default
35310  can also be achieved using the command 
35311 \series bold
35312
35313 \backslash
35314 middle
35315 \series default
35316 , that is described in 
35317 \begin_inset CommandInset ref
35318 LatexCommand ref
35319 reference "sub:Automatic-Bracket-Size"
35320
35321 \end_inset
35322
35323 .
35324 \end_layout
35325
35326 \begin_layout Subsection
35327 Self-defined Fractions
35328 \begin_inset CommandInset label
35329 LatexCommand label
35330 name "sub:Self-defined-Fractions"
35331
35332 \end_inset
35333
35334
35335 \begin_inset Index idx
35336 status collapsed
35337
35338 \begin_layout Plain Layout
35339 Fractions ! self-defined
35340 \end_layout
35341
35342 \end_inset
35343
35344
35345 \end_layout
35346
35347 \begin_layout Standard
35348 To define custom commands for fractions, the command 
35349 \series bold
35350
35351 \backslash
35352 genfrac
35353 \series default
35354
35355 \begin_inset Index idx
35356 status collapsed
35357
35358 \begin_layout Plain Layout
35359 Commands ! G ! 
35360 \backslash
35361 genfrac
35362 \end_layout
35363
35364 \end_inset
35365
35366  is used in the following scheme:
35367 \end_layout
35368
35369 \begin_layout Standard
35370
35371 \series bold
35372
35373 \backslash
35374 genfrac{left
35375 \series default
35376  
35377 \series bold
35378 bracket}{right
35379 \series default
35380  
35381 \series bold
35382 bracket}{fraction bar thickness}{style}
35383 \begin_inset Newline newline
35384 \end_inset
35385
35386
35387 \begin_inset Phantom HPhantom
35388 status open
35389
35390 \begin_layout Plain Layout
35391
35392 \series bold
35393
35394 \backslash
35395 genfrac
35396 \end_layout
35397
35398 \end_inset
35399
35400 {numerator}{denominator}
35401 \end_layout
35402
35403 \begin_layout Standard
35404 The style is a number in the range of 0
35405 \begin_inset space \thinspace{}
35406 \end_inset
35407
35408 -
35409 \begin_inset space \thinspace{}
35410 \end_inset
35411
35412 3.
35413 \end_layout
35414
35415 \begin_layout Standard
35416 \align center
35417 \begin_inset Tabular
35418 <lyxtabular version="3" rows="5" columns="2">
35419 <features tabularvalignment="middle">
35420 <column alignment="center" valignment="top" width="0">
35421 <column alignment="center" valignment="top" width="0">
35422 <row>
35423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35424 \begin_inset Text
35425
35426 \begin_layout Plain Layout
35427 Number
35428 \end_layout
35429
35430 \end_inset
35431 </cell>
35432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35433 \begin_inset Text
35434
35435 \begin_layout Plain Layout
35436 Style (Size)
35437 \end_layout
35438
35439 \end_inset
35440 </cell>
35441 </row>
35442 <row>
35443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35444 \begin_inset Text
35445
35446 \begin_layout Plain Layout
35447 0
35448 \end_layout
35449
35450 \end_inset
35451 </cell>
35452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35453 \begin_inset Text
35454
35455 \begin_layout Plain Layout
35456 display style formula
35457 \end_layout
35458
35459 \end_inset
35460 </cell>
35461 </row>
35462 <row>
35463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35464 \begin_inset Text
35465
35466 \begin_layout Plain Layout
35467 1
35468 \end_layout
35469
35470 \end_inset
35471 </cell>
35472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35473 \begin_inset Text
35474
35475 \begin_layout Plain Layout
35476 inline formula
35477 \end_layout
35478
35479 \end_inset
35480 </cell>
35481 </row>
35482 <row>
35483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35484 \begin_inset Text
35485
35486 \begin_layout Plain Layout
35487 2
35488 \end_layout
35489
35490 \end_inset
35491 </cell>
35492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35493 \begin_inset Text
35494
35495 \begin_layout Plain Layout
35496 small
35497 \end_layout
35498
35499 \end_inset
35500 </cell>
35501 </row>
35502 <row>
35503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35504 \begin_inset Text
35505
35506 \begin_layout Plain Layout
35507 3
35508 \end_layout
35509
35510 \end_inset
35511 </cell>
35512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35513 \begin_inset Text
35514
35515 \begin_layout Plain Layout
35516 tiny
35517 \end_layout
35518
35519 \end_inset
35520 </cell>
35521 </row>
35522 </lyxtabular>
35523
35524 \end_inset
35525
35526
35527 \end_layout
35528
35529 \begin_layout Standard
35530 When no style is given, the size is adjusted to the surrounding environment
35531  like for the command 
35532 \series bold
35533
35534 \backslash
35535 frac
35536 \series default
35537 .
35538 \end_layout
35539
35540 \begin_layout Standard
35541 When no fraction bar thickness is given, the predefined value of 0.4
35542 \begin_inset space \thinspace{}
35543 \end_inset
35544
35545 pt will be used.
35546 \end_layout
35547
35548 \begin_layout Standard
35549 \begin_inset VSpace medskip
35550 \end_inset
35551
35552 For example, the commands 
35553 \series bold
35554
35555 \backslash
35556 dfrac
35557 \series default
35558  and 
35559 \series bold
35560
35561 \backslash
35562 tbinom
35563 \series default
35564  from 
35565 \begin_inset CommandInset ref
35566 LatexCommand ref
35567 reference "sub:Fractions"
35568
35569 \end_inset
35570
35571  are defined with the commands
35572 \end_layout
35573
35574 \begin_layout Standard
35575
35576 \series bold
35577
35578 \backslash
35579 newcommand{
35580 \backslash
35581 dfrac}[2]{
35582 \backslash
35583 genfrac{}{}{}{0}{#1}{#2}}
35584 \end_layout
35585
35586 \begin_layout Standard
35587 and
35588 \end_layout
35589
35590 \begin_layout Standard
35591
35592 \series bold
35593
35594 \backslash
35595 newcommand{
35596 \backslash
35597 tbinom}[2]{
35598 \backslash
35599 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35600 \end_layout
35601
35602 \begin_layout Standard
35603 \begin_inset VSpace medskip
35604 \end_inset
35605
35606 To define a fraction where the fraction bar thickness can be given as optional
35607  argument, the following line is inserted to the LaTeX-preamble:
35608 \end_layout
35609
35610 \begin_layout Standard
35611
35612 \series bold
35613
35614 \backslash
35615 newcommand{
35616 \backslash
35617 fracS}[3][]{
35618 \backslash
35619 genfrac{}{}{#1}{}{#2}{#3}}
35620 \end_layout
35621
35622 \begin_layout Standard
35623 \begin_inset Newpage newpage
35624 \end_inset
35625
35626
35627 \end_layout
35628
35629 \begin_layout Standard
35630 A test:
35631 \begin_inset Formula 
35632 \begin{align*}
35633 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35634 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35635 \end{align*}
35636
35637 \end_inset
35638
35639 As one can see, the distance of the numerator and the denominator to the
35640  fraction bar is round about three times the bar thickness.
35641 \end_layout
35642
35643 \begin_layout Subsection
35644 Canceled Formulas
35645 \begin_inset Index idx
35646 status collapsed
35647
35648 \begin_layout Plain Layout
35649 Formula ! canceled
35650 \end_layout
35651
35652 \end_inset
35653
35654
35655 \end_layout
35656
35657 \begin_layout Standard
35658 To cancel formulas or formula parts, the LaTeX-package 
35659 \series bold
35660 cancel
35661 \series default
35662
35663 \begin_inset Index idx
35664 status collapsed
35665
35666 \begin_layout Plain Layout
35667 Packages ! cancel
35668 \end_layout
35669
35670 \end_inset
35671
35672  has to be loaded with the LaTeX-preamble line
35673 \end_layout
35674
35675 \begin_layout Standard
35676
35677 \series bold
35678
35679 \backslash
35680 usepackage{cancel}
35681 \end_layout
35682
35683 \begin_layout Standard
35684 \begin_inset ERT
35685 status collapsed
35686
35687 \begin_layout Plain Layout
35688
35689
35690 \backslash
35691 ifcancel 
35692 \end_layout
35693
35694 \end_inset
35695
35696
35697 \begin_inset Note Note
35698 status open
35699
35700 \begin_layout Plain Layout
35701 The following table will only be displayed when the LaTeX-package 
35702 \series bold
35703 cancel
35704 \series default
35705  is installed.
35706 \end_layout
35707
35708 \end_inset
35709
35710
35711 \end_layout
35712
35713 \begin_layout Standard
35714 There are four ways to cancel formulas:
35715 \end_layout
35716
35717 \begin_layout Standard
35718 \align center
35719 \begin_inset Tabular
35720 <lyxtabular version="3" rows="5" columns="2">
35721 <features tabularvalignment="middle">
35722 <column alignment="center" valignment="top" width="0">
35723 <column alignment="center" valignment="top" width="0">
35724 <row>
35725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35726 \begin_inset Text
35727
35728 \begin_layout Plain Layout
35729 Command
35730 \end_layout
35731
35732 \end_inset
35733 </cell>
35734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35735 \begin_inset Text
35736
35737 \begin_layout Plain Layout
35738 Result
35739 \begin_inset Note Note
35740 status collapsed
35741
35742 \begin_layout Plain Layout
35743 The space and
35744 \series bold
35745  
35746 \backslash
35747 raisebox
35748 \series default
35749  are used here as spacer.
35750 \end_layout
35751
35752 \end_inset
35753
35754
35755 \end_layout
35756
35757 \end_inset
35758 </cell>
35759 </row>
35760 <row>
35761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35762 \begin_inset Text
35763
35764 \begin_layout Plain Layout
35765
35766 \backslash
35767 cancel{
35768 \backslash
35769 int
35770 \begin_inset ERT
35771 status collapsed
35772
35773 \begin_layout Plain Layout
35774
35775
35776 \backslash
35777 spce 
35778 \end_layout
35779
35780 \end_inset
35781
35782 A=B
35783 \end_layout
35784
35785 \end_inset
35786 </cell>
35787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35788 \begin_inset Text
35789
35790 \begin_layout Plain Layout
35791 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35792 \end_inset
35793
35794
35795 \end_layout
35796
35797 \end_inset
35798 </cell>
35799 </row>
35800 <row>
35801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35802 \begin_inset Text
35803
35804 \begin_layout Plain Layout
35805
35806 \backslash
35807 bcancel{
35808 \backslash
35809 int
35810 \begin_inset ERT
35811 status collapsed
35812
35813 \begin_layout Plain Layout
35814
35815
35816 \backslash
35817 spce 
35818 \end_layout
35819
35820 \end_inset
35821
35822 A=B
35823 \end_layout
35824
35825 \end_inset
35826 </cell>
35827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35828 \begin_inset Text
35829
35830 \begin_layout Plain Layout
35831 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35832 \end_inset
35833
35834
35835 \end_layout
35836
35837 \end_inset
35838 </cell>
35839 </row>
35840 <row>
35841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35842 \begin_inset Text
35843
35844 \begin_layout Plain Layout
35845
35846 \backslash
35847 xcancel{
35848 \backslash
35849 int
35850 \begin_inset ERT
35851 status collapsed
35852
35853 \begin_layout Plain Layout
35854
35855
35856 \backslash
35857 spce 
35858 \end_layout
35859
35860 \end_inset
35861
35862 A=B
35863 \end_layout
35864
35865 \end_inset
35866 </cell>
35867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35868 \begin_inset Text
35869
35870 \begin_layout Plain Layout
35871 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35872 \end_inset
35873
35874
35875 \end_layout
35876
35877 \end_inset
35878 </cell>
35879 </row>
35880 <row>
35881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35882 \begin_inset Text
35883
35884 \begin_layout Plain Layout
35885
35886 \backslash
35887 cancelto{1
35888 \begin_inset Formula $\to$
35889 \end_inset
35890
35891
35892 \backslash
35893 {
35894 \backslash
35895 int
35896 \begin_inset ERT
35897 status collapsed
35898
35899 \begin_layout Plain Layout
35900
35901
35902 \backslash
35903 spce 
35904 \end_layout
35905
35906 \end_inset
35907
35908 A=B
35909 \end_layout
35910
35911 \end_inset
35912 </cell>
35913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35914 \begin_inset Text
35915
35916 \begin_layout Plain Layout
35917 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35918 \end_inset
35919
35920
35921 \end_layout
35922
35923 \end_inset
35924 </cell>
35925 </row>
35926 </lyxtabular>
35927
35928 \end_inset
35929
35930
35931 \end_layout
35932
35933 \begin_layout Standard
35934
35935 \series bold
35936
35937 \backslash
35938 cancelto
35939 \series default
35940  is especially suitable to visualize the reduction of fractions within formulas:
35941 \begin_inset Formula 
35942 \[
35943 \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}}}
35944 \]
35945
35946 \end_inset
35947
35948
35949 \end_layout
35950
35951 \begin_layout Standard
35952 To change the size of 
35953 \series bold
35954
35955 \backslash
35956 cancelto
35957 \series default
35958 's 
35959 \begin_inset Quotes eld
35960 \end_inset
35961
35962 subscript
35963 \begin_inset Quotes erd
35964 \end_inset
35965
35966  value one can load the package 
35967 \series bold
35968 cancel
35969 \series default
35970  with either the option 
35971 \series bold
35972 samesize
35973 \series default
35974  which leads to the same size as for the canceled value or with the option
35975  
35976 \series bold
35977 Smaller
35978 \series default
35979  which makes is it a bit smaller than the size one gets without using a
35980  package option.
35981  In this document 
35982 \series bold
35983 cancel
35984 \series default
35985  was loaded with this line:
35986 \end_layout
35987
35988 \begin_layout Standard
35989
35990 \series bold
35991
35992 \backslash
35993 usepackage[samesize]{cancel}
35994 \end_layout
35995
35996 \begin_layout Standard
35997 To color the cancellation bar one adds this command as TeX code:
35998 \end_layout
35999
36000 \begin_layout Standard
36001
36002 \series bold
36003
36004 \backslash
36005 renewcommand{
36006 \backslash
36007 CancelColor}{
36008 \backslash
36009 color{red}}
36010 \end_layout
36011
36012 \begin_layout Standard
36013
36014 \series bold
36015 red
36016 \series default
36017  can be replaced by a color of your choice.
36018 \end_layout
36019
36020 \begin_layout Standard
36021 \begin_inset ERT
36022 status collapsed
36023
36024 \begin_layout Plain Layout
36025
36026
36027 \backslash
36028 renewcommand{
36029 \backslash
36030 CancelColor}{
36031 \backslash
36032 color{red}}
36033 \end_layout
36034
36035 \end_inset
36036
36037
36038 \end_layout
36039
36040 \begin_layout Standard
36041 \begin_inset Formula 
36042 \[
36043 \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}}}
36044 \]
36045
36046 \end_inset
36047
36048
36049 \end_layout
36050
36051 \begin_layout Standard
36052 \begin_inset ERT
36053 status collapsed
36054
36055 \begin_layout Plain Layout
36056
36057
36058 \backslash
36059 renewcommand{
36060 \backslash
36061 CancelColor}{
36062 \backslash
36063 color{black}}
36064 \end_layout
36065
36066 \end_inset
36067
36068
36069 \begin_inset Note Note
36070 status open
36071
36072 \begin_layout Plain Layout
36073 reset the color
36074 \end_layout
36075
36076 \end_inset
36077
36078
36079 \end_layout
36080
36081 \begin_layout Standard
36082 For further customizations, see the documentation of the package 
36083 \series bold
36084 cancel
36085 \series default
36086
36087 \begin_inset CommandInset citation
36088 LatexCommand cite
36089 key "cancel"
36090
36091 \end_inset
36092
36093 .
36094 \end_layout
36095
36096 \begin_layout Standard
36097 \begin_inset ERT
36098 status collapsed
36099
36100 \begin_layout Plain Layout
36101
36102
36103 \backslash
36104 else 
36105 \end_layout
36106
36107 \end_inset
36108
36109
36110 \begin_inset Note Note
36111 status open
36112
36113 \begin_layout Plain Layout
36114 The following will be displayed when the LaTeX-package 
36115 \series bold
36116 cancel
36117 \series default
36118  is not installed:
36119 \end_layout
36120
36121 \end_inset
36122
36123
36124 \end_layout
36125
36126 \begin_layout Standard
36127 You need to install the LaTeX-package 
36128 \series bold
36129 cancel
36130 \series default
36131  to see the rest of this subsection in the output.
36132 \end_layout
36133
36134 \begin_layout Standard
36135 \begin_inset ERT
36136 status collapsed
36137
36138 \begin_layout Plain Layout
36139
36140
36141 \backslash
36142 fi 
36143 \end_layout
36144
36145 \end_inset
36146
36147
36148 \end_layout
36149
36150 \begin_layout Subsection
36151 Formulas in Section Headings
36152 \begin_inset CommandInset label
36153 LatexCommand label
36154 name "sub:Formulas-in-Section"
36155
36156 \end_inset
36157
36158
36159 \begin_inset Index idx
36160 status collapsed
36161
36162 \begin_layout Plain Layout
36163 Formula ! in section headings
36164 \end_layout
36165
36166 \end_inset
36167
36168
36169 \end_layout
36170
36171 \begin_layout Standard
36172 When formulas are used in section headings, the following has to be taken
36173  into account:
36174 \end_layout
36175
36176 \begin_layout Standard
36177 \begin_inset Note Greyedout
36178 status open
36179
36180 \begin_layout Plain Layout
36181 When 
36182 \series bold
36183 hyperref
36184 \series default
36185
36186 \begin_inset Index idx
36187 status collapsed
36188
36189 \begin_layout Plain Layout
36190 Packages ! hyperref
36191 \end_layout
36192
36193 \end_inset
36194
36195  support is enabled in the document settings dialog under 
36196 \family sans
36197 PDF
36198 \begin_inset space ~
36199 \end_inset
36200
36201 Properties
36202 \family default
36203 , PDF-bookmarks are created for every section heading in the table of contents.
36204  If a section heading contains formulas, they are incorrectly displayed
36205  in the bookmark text, because formulas in bookmarks infringe the PDF convention
36206 s.
36207 \end_layout
36208
36209 \end_inset
36210
36211
36212 \end_layout
36213
36214 \begin_layout Standard
36215 Both problems can be solved by inserting at the end of the section heading
36216  a short title with the menu 
36217 \family sans
36218 Insert\SpecialChar \menuseparator
36219 Short
36220 \begin_inset space ~
36221 \end_inset
36222
36223 Title
36224 \family default
36225 .
36226  Short titles are used as alternative for multiline section headings to
36227  keep the table of contents clearly arranged.
36228  Only the short title appears in the table of contents and therefore also
36229  in the PDF-bookmark.
36230 \end_layout
36231
36232 \begin_layout Standard
36233 When formulas should be used in the table of contents but 
36234 \series bold
36235 hyperref
36236 \series default
36237  is used, one can use the following command in TeX-mode:
36238 \end_layout
36239
36240 \begin_layout Standard
36241
36242 \series bold
36243
36244 \backslash
36245 texorpdfstring{part}{alternative}
36246 \begin_inset Index idx
36247 status collapsed
36248
36249 \begin_layout Plain Layout
36250 Commands ! T ! 
36251 \backslash
36252 texorpdfstring
36253 \end_layout
36254
36255 \end_inset
36256
36257
36258 \end_layout
36259
36260 \begin_layout Standard
36261 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
36262  This can be characters, formulas, footnotes, but also cross-references.
36263  The alternative is used instead of the part for the bookmark.
36264 \end_layout
36265
36266 \begin_layout Standard
36267 Here are two example headings:
36268 \begin_inset VSpace -3mm
36269 \end_inset
36270
36271
36272 \begin_inset ERT
36273 status collapsed
36274
36275 \begin_layout Plain Layout
36276
36277
36278 \backslash
36279 boldmath 
36280 \end_layout
36281
36282 \end_inset
36283
36284
36285 \end_layout
36286
36287 \begin_layout Subsubsection
36288 Heading without formula in table of contents 
36289 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36290 \end_inset
36291
36292
36293 \begin_inset Argument
36294 status collapsed
36295
36296 \begin_layout Plain Layout
36297 Heading without formula in table of contents
36298 \end_layout
36299
36300 \end_inset
36301
36302
36303 \end_layout
36304
36305 \begin_layout Subsubsection
36306 Heading with formula in table of contents
36307 \begin_inset ERT
36308 status collapsed
36309
36310 \begin_layout Plain Layout
36311
36312
36313 \backslash
36314 texorpdfstring{
36315 \end_layout
36316
36317 \end_inset
36318
36319  
36320 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36321 \end_inset
36322
36323
36324 \begin_inset ERT
36325 status collapsed
36326
36327 \begin_layout Plain Layout
36328
36329 }{}
36330 \end_layout
36331
36332 \end_inset
36333
36334
36335 \end_layout
36336
36337 \begin_layout Standard
36338 \begin_inset ERT
36339 status collapsed
36340
36341 \begin_layout Plain Layout
36342
36343
36344 \backslash
36345 unboldmath 
36346 \end_layout
36347
36348 \end_inset
36349
36350 In the first heading a short title was used, in the second one 
36351 \series bold
36352
36353 \backslash
36354 texorpdfstring
36355 \series default
36356 .
36357 \end_layout
36358
36359 \begin_layout Standard
36360 To get the same formatting as for the other headings, the complete heading
36361  was set into a 
36362 \series bold
36363 boldmath
36364 \series default
36365  environment
36366 \begin_inset Foot
36367 status collapsed
36368
36369 \begin_layout Plain Layout
36370 see 
36371 \begin_inset CommandInset ref
36372 LatexCommand ref
36373 reference "sub:Bold-Formulas"
36374
36375 \end_inset
36376
36377
36378 \end_layout
36379
36380 \end_inset
36381
36382 .
36383 \end_layout
36384
36385 \begin_layout Subsection
36386 Formulas in multi-column Text
36387 \begin_inset Index idx
36388 status collapsed
36389
36390 \begin_layout Plain Layout
36391 Formula ! in multi-column text
36392 \end_layout
36393
36394 \end_inset
36395
36396
36397 \end_layout
36398
36399 \begin_layout Standard
36400 Formulas in multi-column text are often too wide to fit into a column and
36401  thus need to be set over the whole page width.
36402  This is done by using the LaTeX-package 
36403 \series bold
36404 multicol
36405 \series default
36406
36407 \begin_inset Foot
36408 status collapsed
36409
36410 \begin_layout Plain Layout
36411
36412 \series bold
36413 multicol
36414 \series default
36415  is part of every LaTeX standard installation.
36416 \end_layout
36417
36418 \end_inset
36419
36420
36421 \begin_inset Index idx
36422 status collapsed
36423
36424 \begin_layout Plain Layout
36425 Packages ! multicol
36426 \end_layout
36427
36428 \end_inset
36429
36430 , that is loaded with the LaTeX-preamble line
36431 \end_layout
36432
36433 \begin_layout Standard
36434
36435 \series bold
36436
36437 \backslash
36438 usepackage{multicol}
36439 \end_layout
36440
36441 \begin_layout Standard
36442 \begin_inset Note Greyedout
36443 status open
36444
36445 \begin_layout Plain Layout
36446 Note that in this case the setting 
36447 \family sans
36448 Two-column
36449 \begin_inset space ~
36450 \end_inset
36451
36452 document
36453 \family default
36454  in the menu 
36455 \family sans
36456 Document\SpecialChar \menuseparator
36457 Settings
36458 \family default
36459  under 
36460 \family sans
36461 Text
36462 \begin_inset space ~
36463 \end_inset
36464
36465 Layout
36466 \family default
36467 \emph on
36468  
36469 \emph default
36470 must 
36471 \emph on
36472 not
36473 \emph default
36474  be selected.
36475 \end_layout
36476
36477 \end_inset
36478
36479
36480 \end_layout
36481
36482 \begin_layout Standard
36483 Before the multi-column text the command
36484 \end_layout
36485
36486 \begin_layout Standard
36487
36488 \series bold
36489
36490 \backslash
36491 begin{multicols}{column number}
36492 \end_layout
36493
36494 \begin_layout Standard
36495 is written in TeX-mode.
36496  The column number is a number in the range of 2
36497 \begin_inset space \thinspace{}
36498 \end_inset
36499
36500 -
36501 \begin_inset space \thinspace{}
36502 \end_inset
36503
36504 10.
36505  Before the formula the multi-column text is ended by inserting the command
36506 \end_layout
36507
36508 \begin_layout Standard
36509
36510 \series bold
36511
36512 \backslash
36513 end{multicols}
36514 \end_layout
36515
36516 \begin_layout Standard
36517 in TeX-mode.
36518 \end_layout
36519
36520 \begin_layout Standard
36521 Due to the command some space is automatically added before the formula.
36522  To revert this, -6
36523 \begin_inset space \thinspace{}
36524 \end_inset
36525
36526 mm vertical space is inserted before the formula.
36527  When the formula style 
36528 \series bold
36529 Indented
36530 \begin_inset Foot
36531 status collapsed
36532
36533 \begin_layout Plain Layout
36534 formula styles see 
36535 \begin_inset CommandInset ref
36536 LatexCommand ref
36537 reference "sec:Formula-Styles"
36538
36539 \end_inset
36540
36541
36542 \end_layout
36543
36544 \end_inset
36545
36546
36547 \series default
36548  is used, -9
36549 \begin_inset space \thinspace{}
36550 \end_inset
36551
36552 mm space is inserted instead.
36553 \end_layout
36554
36555 \begin_layout Standard
36556 As example a multi-column text with a displayed formula:
36557 \end_layout
36558
36559 \begin_layout Standard
36560
36561 \lang german
36562 \begin_inset ERT
36563 status collapsed
36564
36565 \begin_layout Plain Layout
36566
36567
36568 \backslash
36569 begin{multicols}{2}
36570 \end_layout
36571
36572 \end_inset
36573
36574 Das Spektrum wird fouriertransformiert.
36575  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36576 , Lösungsmittel) zu trennen.
36577  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36578  nun das Aussehen des Ausgangssignals.
36579  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36580  über alle Phasen integrieren muss.
36581  Sei nun 
36582 \begin_inset Formula $S$
36583 \end_inset
36584
36585  unser normiertes Ausgangssignal und 
36586 \begin_inset Formula $P$
36587 \end_inset
36588
36589  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36590 \begin_inset ERT
36591 status collapsed
36592
36593 \begin_layout Plain Layout
36594
36595
36596 \backslash
36597 end{multicols}
36598 \end_layout
36599
36600 \end_inset
36601
36602
36603 \begin_inset VSpace -6mm
36604 \end_inset
36605
36606
36607 \begin_inset Formula 
36608 \begin{equation}
36609 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36610 \end{equation}
36611
36612 \end_inset
36613
36614
36615 \begin_inset ERT
36616 status collapsed
36617
36618 \begin_layout Plain Layout
36619
36620
36621 \backslash
36622 begin{multicols}{2}
36623 \end_layout
36624
36625 \end_inset
36626
36627 wobei 
36628 \begin_inset Formula $S_{0}$
36629 \end_inset
36630
36631  das Signal ohne Gradient ist und die Normierungsbedingung 
36632 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36633 \end_inset
36634
36635  gilt.
36636  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36637  Direkt nach dem 
36638 \begin_inset Formula $\nicefrac{\pi}{2}$
36639 \end_inset
36640
36641
36642 \begin_inset space \thinspace{}
36643 \end_inset
36644
36645 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36646  das Signal zusätzlich abschwächt.
36647  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36648  
36649 \begin_inset Formula $T_{2}$
36650 \end_inset
36651
36652 -Zeit.
36653 \end_layout
36654
36655 \begin_layout Standard
36656
36657 \lang german
36658 \begin_inset ERT
36659 status collapsed
36660
36661 \begin_layout Plain Layout
36662
36663
36664 \backslash
36665 end{multicols}
36666 \end_layout
36667
36668 \end_inset
36669
36670
36671 \end_layout
36672
36673 \begin_layout Subsection
36674 Formulas with Description of Variables
36675 \begin_inset Index idx
36676 status collapsed
36677
36678 \begin_layout Plain Layout
36679 Formula ! with description of variables
36680 \end_layout
36681
36682 \end_inset
36683
36684
36685 \end_layout
36686
36687 \begin_layout Standard
36688 To describe variables within a formula, like in formula 
36689 \begin_inset CommandInset ref
36690 LatexCommand eqref
36691 reference "eq:within"
36692
36693 \end_inset
36694
36695 , a 2
36696 \series bold
36697 ×
36698 \series default
36699
36700 \begin_inset Formula $n$
36701 \end_inset
36702
36703
36704 \begin_inset space ~
36705 \end_inset
36706
36707 matrix is used with left aligned columns for the 
36708 \begin_inset Formula $n$
36709 \end_inset
36710
36711  used variables.
36712 \begin_inset Foot
36713 status collapsed
36714
36715 \begin_layout Plain Layout
36716 matrices see 
36717 \begin_inset CommandInset ref
36718 LatexCommand ref
36719 reference "sec:Matrices"
36720
36721 \end_inset
36722
36723
36724 \end_layout
36725
36726 \end_inset
36727
36728  To set the description in a smaller size, before the matrix e.
36729 \begin_inset space \thinspace{}
36730 \end_inset
36731
36732 g.
36733 \begin_inset space \space{}
36734 \end_inset
36735
36736 the command 
36737 \series bold
36738
36739 \backslash
36740 footnotesize
36741 \series default
36742  is inserted.
36743 \begin_inset Foot
36744 status collapsed
36745
36746 \begin_layout Plain Layout
36747 font sizes see 
36748 \begin_inset CommandInset ref
36749 LatexCommand ref
36750 reference "sub:Font-Sizes"
36751
36752 \end_inset
36753
36754
36755 \end_layout
36756
36757 \end_inset
36758
36759
36760 \end_layout
36761
36762 \begin_layout Standard
36763 When the formula style 
36764 \series bold
36765 Indented
36766 \begin_inset Foot
36767 status collapsed
36768
36769 \begin_layout Plain Layout
36770 formula styles see 
36771 \begin_inset CommandInset ref
36772 LatexCommand ref
36773 reference "sec:Formula-Styles"
36774
36775 \end_inset
36776
36777
36778 \end_layout
36779
36780 \end_inset
36781
36782
36783 \series default
36784  is used, a 
36785 \series bold
36786
36787 \backslash
36788 hfill
36789 \series default
36790
36791 \begin_inset Foot
36792 status collapsed
36793
36794 \begin_layout Plain Layout
36795
36796 \series bold
36797
36798 \backslash
36799 hfill
36800 \series default
36801  only works in formulas with the style 
36802 \series bold
36803 Indented
36804 \series default
36805 , see 
36806 \begin_inset CommandInset ref
36807 LatexCommand ref
36808 reference "sub:Variable-Space"
36809
36810 \end_inset
36811
36812 .
36813 \end_layout
36814
36815 \end_inset
36816
36817  is inserted before and after the matrix to have the same separation of
36818  the matrix from the equation and the side margin.
36819 \end_layout
36820
36821 \begin_layout Standard
36822 When the formula style 
36823 \series bold
36824 Centered
36825 \series default
36826  is used, the method described in 
36827 \begin_inset CommandInset ref
36828 LatexCommand ref
36829 reference "sub:Flalign-Environment"
36830
36831 \end_inset
36832
36833  is used to indent formulas.
36834  Formula 
36835 \begin_inset CommandInset ref
36836 LatexCommand eqref
36837 reference "eq:within"
36838
36839 \end_inset
36840
36841  consists of five columns where in the first two columns contain the equation,
36842  the third the matrix and the last one an empty TeX-brace.
36843 \begin_inset Formula 
36844 \begin{flalign}
36845 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36846 \rho & \textrm{density}\\
36847 V & \textrm{volume}\\
36848 g & \textrm{gravitational acceleration}
36849 \end{array} &  & {}\label{eq:within}
36850 \end{flalign}
36851
36852 \end_inset
36853
36854
36855 \end_layout
36856
36857 \begin_layout Subsection
36858 Upright small Greek Letters
36859 \begin_inset CommandInset label
36860 LatexCommand label
36861 name "sub:Upright-small-Greek"
36862
36863 \end_inset
36864
36865
36866 \begin_inset Index idx
36867 status collapsed
36868
36869 \begin_layout Plain Layout
36870 Greek letters ! upright
36871 \end_layout
36872
36873 \end_inset
36874
36875
36876 \end_layout
36877
36878 \begin_layout Standard
36879 Most of the math fonts only provide italic small Greek letters.
36880  But for symbols of elementary particles like pions and neutrinos, upright
36881  Greek letters are needed.
36882  The file 
36883 \series bold
36884 upgreek.sty
36885 \series default
36886
36887 \begin_inset Foot
36888 status collapsed
36889
36890 \begin_layout Plain Layout
36891
36892 \series bold
36893 upgreek
36894 \series default
36895  is part of the LaTeX-package 
36896 \series bold
36897 was
36898 \series default
36899
36900 \begin_inset Index idx
36901 status collapsed
36902
36903 \begin_layout Plain Layout
36904 Packages ! was
36905 \begin_inset ERT
36906 status collapsed
36907
36908 \begin_layout Plain Layout
36909
36910
36911 \backslash
36912 vspace{4mm}
36913 \end_layout
36914
36915 \end_inset
36916
36917
36918 \end_layout
36919
36920 \end_inset
36921
36922 .
36923 \end_layout
36924
36925 \end_inset
36926
36927
36928 \begin_inset Index idx
36929 status collapsed
36930
36931 \begin_layout Plain Layout
36932 Packages ! upgreek
36933 \end_layout
36934
36935 \end_inset
36936
36937  that is loaded with the LaTeX-preamble line
36938 \end_layout
36939
36940 \begin_layout Standard
36941
36942 \series bold
36943
36944 \backslash
36945 usepackage{upgreek}
36946 \end_layout
36947
36948 \begin_layout Standard
36949 provides them.
36950  
36951 \begin_inset ERT
36952 status collapsed
36953
36954 \begin_layout Plain Layout
36955
36956
36957 \backslash
36958 ifupgreek 
36959 \end_layout
36960
36961 \end_inset
36962
36963
36964 \begin_inset Note Note
36965 status open
36966
36967 \begin_layout Plain Layout
36968 The following table will only be displayed when the LaTeX-package 
36969 \series bold
36970 upgreek
36971 \series default
36972  is installed:
36973 \end_layout
36974
36975 \end_inset
36976
36977  They are created when the command for a small Greek letter is started with
36978  
36979 \series bold
36980 up
36981 \series default
36982 .
36983  For example the command 
36984 \series bold
36985
36986 \backslash
36987 uptau
36988 \series default
36989  creates this: 
36990 \begin_inset Formula $\uptau$
36991 \end_inset
36992
36993
36994 \end_layout
36995
36996 \begin_layout Standard
36997 With these commands reactions of elementary particles can be typeset:
36998 \begin_inset Formula 
36999 \[
37000 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
37001 \]
37002
37003 \end_inset
37004
37005
37006 \end_layout
37007
37008 \begin_layout Standard
37009 The upright letters are more bold and wider than the italic ones.
37010  They should therefore not be used for units like 
37011 \begin_inset Quotes eld
37012 \end_inset
37013
37014 µm
37015 \begin_inset Quotes erd
37016 \end_inset
37017
37018 .
37019 \end_layout
37020
37021 \begin_layout Standard
37022 \begin_inset ERT
37023 status collapsed
37024
37025 \begin_layout Plain Layout
37026
37027
37028 \backslash
37029 else 
37030 \end_layout
37031
37032 \end_inset
37033
37034
37035 \begin_inset Note Note
37036 status open
37037
37038 \begin_layout Plain Layout
37039 The following will be displayed when the LaTeX-package 
37040 \series bold
37041 upgreek
37042 \series default
37043  is not installed:
37044 \end_layout
37045
37046 \end_inset
37047
37048
37049 \end_layout
37050
37051 \begin_layout Standard
37052 You need to install the LaTeX-package 
37053 \series bold
37054 upgreek
37055 \series default
37056  to see the rest of this subsection in the output.
37057 \end_layout
37058
37059 \begin_layout Standard
37060 \begin_inset ERT
37061 status collapsed
37062
37063 \begin_layout Plain Layout
37064
37065
37066 \backslash
37067 fi 
37068 \end_layout
37069
37070 \end_inset
37071
37072
37073 \end_layout
37074
37075 \begin_layout Standard
37076 \begin_inset Newpage newpage
37077 \end_inset
37078
37079
37080 \end_layout
37081
37082 \begin_layout Subsection
37083 Text Characters in Formulas
37084 \begin_inset CommandInset label
37085 LatexCommand label
37086 name "sub:Text-Characters-in"
37087
37088 \end_inset
37089
37090
37091 \begin_inset Index idx
37092 status collapsed
37093
37094 \begin_layout Plain Layout
37095 Text ! in formulas
37096 \end_layout
37097
37098 \end_inset
37099
37100
37101 \end_layout
37102
37103 \begin_layout Standard
37104 In some cases you might want to insert text characters directly into formulas.
37105  When for example the centered dot · is often used in formulas like 
37106 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
37107 \end_inset
37108
37109 , one would have to insert the command 
37110 \series bold
37111
37112 \backslash
37113 cdot
37114 \series default
37115
37116 \begin_inset Foot
37117 status collapsed
37118
37119 \begin_layout Plain Layout
37120 see 
37121 \begin_inset CommandInset ref
37122 LatexCommand ref
37123 reference "sub:Binary-Operators"
37124
37125 \end_inset
37126
37127
37128 \end_layout
37129
37130 \end_inset
37131
37132  all the time, because this character is defined in all encodings as text
37133  character.
37134  But the encoding can be changed by this LaTeX-preamble line:
37135 \end_layout
37136
37137 \begin_layout Standard
37138
37139 \series bold
37140
37141 \backslash
37142 Declare Inputtext{183}{
37143 \backslash
37144 ifmmode
37145 \backslash
37146 cdot
37147 \backslash
37148 else
37149 \backslash
37150 textperiodcentered
37151 \backslash
37152 f\SpecialChar \textcompwordmark{}
37153 i}
37154 \end_layout
37155
37156 \begin_layout Standard
37157 The character encoding (menu 
37158 \family sans
37159 Document\SpecialChar \menuseparator
37160 Settings\SpecialChar \menuseparator
37161 Language
37162 \family default
37163 ) specifies what character appears when a keyboard key is pressed.
37164  When the key for the character '·' is pressed, internally the command 
37165 \series bold
37166
37167 \backslash
37168 textperiodcentered
37169 \series default
37170  is used.
37171  But this command is not available in a formula so that you would get LaTeX-erro
37172 rs.
37173  With the changed encoding the right command is chosen automatically, depending
37174  on if the character was inserted into a formula or not.
37175 \end_layout
37176
37177 \begin_layout Standard
37178 The encoding of several characters is saved in definition files.
37179  For example the encoding 
37180 \series bold
37181 latin9
37182 \series default
37183  is defined in the file 
37184 \series bold
37185 latin9.def
37186 \series default
37187  which is in the installation folder of LaTeX.
37188  Encodings should only be changed via the LaTeX-preamble and not in the
37189  definition files.
37190  Otherwise documents could not be edited by other LyX users working on other
37191  computers.
37192 \end_layout
37193
37194 \begin_layout Standard
37195 \begin_inset VSpace medskip
37196 \end_inset
37197
37198 Besides the centered dot, in this document the degree sign ° is defined
37199  with the following LaTeX-preamble line so that it can be directly inserted
37200  into a formula:
37201 \end_layout
37202
37203 \begin_layout Standard
37204
37205 \series bold
37206
37207 \backslash
37208 DeclareInputtext{176}{
37209 \backslash
37210 ifmmode^
37211 \backslash
37212 circ
37213 \backslash
37214 else
37215 \backslash
37216 textdegree
37217 \backslash
37218 f\SpecialChar \textcompwordmark{}
37219 i}
37220 \end_layout
37221
37222 \begin_layout Standard
37223 \begin_inset Newpage newpage
37224 \end_inset
37225
37226
37227 \end_layout
37228
37229 \begin_layout Section
37230 \start_of_appendix
37231 Typographic Advice
37232 \begin_inset Index idx
37233 status collapsed
37234
37235 \begin_layout Plain Layout
37236 Typographic advice
37237 \end_layout
37238
37239 \end_inset
37240
37241
37242 \end_layout
37243
37244 \begin_layout Standard
37245 This section is a summary of the most important typographic rules, listed
37246  in ISO norms.
37247 \begin_inset Foot
37248 status collapsed
37249
37250 \begin_layout Plain Layout
37251 This collection was partly taken from the German semi-official dictionary
37252  called 
37253 \begin_inset Quotes eld
37254 \end_inset
37255
37256 Duden
37257 \begin_inset Quotes erd
37258 \end_inset
37259
37260  
37261 \begin_inset CommandInset citation
37262 LatexCommand cite
37263 key "Duden"
37264
37265 \end_inset
37266
37267  that lists some of the ISO rules.
37268  More rules are listed in 
37269 \begin_inset CommandInset citation
37270 LatexCommand cite
37271 key "Checklist"
37272
37273 \end_inset
37274
37275 .
37276 \end_layout
37277
37278 \end_inset
37279
37280
37281 \end_layout
37282
37283 \begin_layout Itemize
37284 Physical units are 
37285 \emph on
37286 always
37287 \emph default
37288  set upright
37289 \begin_inset Foot
37290 status collapsed
37291
37292 \begin_layout Plain Layout
37293 done with font styles, see 
37294 \begin_inset CommandInset ref
37295 LatexCommand ref
37296 reference "sub:Font-Styles"
37297
37298 \end_inset
37299
37300
37301 \end_layout
37302
37303 \end_inset
37304
37305 , no matter if they appear in italic text: 30
37306 \begin_inset space \thinspace{}
37307 \end_inset
37308
37309 km/h
37310 \begin_inset Newline newline
37311 \end_inset
37312
37313 Between the value and the unit is the smallest space, see 
37314 \begin_inset CommandInset ref
37315 LatexCommand ref
37316 reference "sub:Predefined-Space"
37317
37318 \end_inset
37319
37320 .
37321 \begin_inset Newline newline
37322 \end_inset
37323
37324 This convention is automatically fulfilled when the command 
37325 \series bold
37326
37327 \backslash
37328 unittwo
37329 \series default
37330  is used.
37331  When it is entered to a formula, two boxes appear.
37332  In the first one the value is inserted, in the second one the unit, and
37333  one gets as above: 
37334 \begin_inset Formula $\unit[30]{km/h}$
37335 \end_inset
37336
37337
37338 \begin_inset space \thinspace{}
37339 \end_inset
37340
37341 .
37342  Note that 
37343 \series bold
37344
37345 \backslash
37346 unittwo
37347 \series default
37348  is not a real LaTeX command but the command 
37349 \series bold
37350
37351 \backslash
37352 unit[value]{unit}
37353 \series default
37354 , therefore you cannot use it in TeX code.
37355 \end_layout
37356
37357 \begin_layout Itemize
37358 Percent and perthousand signs are set like physical units:
37359 \begin_inset Newline newline
37360 \end_inset
37361
37362 1,2
37363 \begin_inset space \thinspace{}
37364 \end_inset
37365
37366 ‰ alcohol in blood
37367 \end_layout
37368
37369 \begin_layout Itemize
37370 The degree sign follows directly on the value: 15°, but not when it is used
37371  in units: 15
37372 \begin_inset space \thinspace{}
37373 \end_inset
37374
37375 °C
37376 \end_layout
37377
37378 \begin_layout Itemize
37379 In numbers with more than four digits the smallest space is inserted before
37380  every third digit to group them: 
37381 \family roman
37382 \series medium
37383 \shape up
37384 \size normal
37385 \emph off
37386 \bar no
37387 \noun off
37388 \color none
37389 18
37390 \begin_inset space \thinspace{}
37391 \end_inset
37392
37393 473
37394 \begin_inset space \thinspace{}
37395 \end_inset
37396
37397 588
37398 \end_layout
37399
37400 \begin_layout Itemize
37401 For dimensions like 120×90×40
37402 \begin_inset space \thinspace{}
37403 \end_inset
37404
37405 cm the multiplication sign 
37406 \begin_inset Quotes eld
37407 \end_inset
37408
37409 ×
37410 \begin_inset Quotes erd
37411 \end_inset
37412
37413  is used.
37414  It is available either via the command 
37415 \series bold
37416
37417 \backslash
37418 times
37419 \series default
37420  or via the menu 
37421 \family sans
37422 Insert\SpecialChar \menuseparator
37423 Special Character\SpecialChar \menuseparator
37424 Symbols
37425 \family default
37426 .
37427 \end_layout
37428
37429 \begin_layout Itemize
37430 Functions with names consisting of several letters are set upright to avoid
37431  confusions, see 
37432 \begin_inset CommandInset ref
37433 LatexCommand ref
37434 reference "sub:Predefined-Functions"
37435
37436 \end_inset
37437
37438 .
37439 \end_layout
37440
37441 \begin_layout Itemize
37442 Indices consisting of several letters, are set upright: 
37443 \begin_inset Formula $E_{\mathrm{kin}}$
37444 \end_inset
37445
37446
37447 \begin_inset Newline newline
37448 \end_inset
37449
37450 Components of matrices are set italic: 
37451 \begin_inset Formula $\hat{H}_{kl}$
37452 \end_inset
37453
37454
37455 \end_layout
37456
37457 \begin_layout Itemize
37458 The differentiation/integration operator 'd', the Euler's number 'e' and
37459  the imaginary unit 'i' should be set upright, to avoid mixing them up with
37460  other variables.
37461 \end_layout
37462
37463 \begin_layout Itemize
37464 The character that denotes a 
37465 \noun on
37466 Fourier
37467 \noun default
37468  transformation is inserted either by the command 
37469 \series bold
37470
37471 \backslash
37472 mathscr
37473 \begin_inset ERT
37474 status collapsed
37475
37476 \begin_layout Plain Layout
37477
37478
37479 \backslash
37480 spce 
37481 \end_layout
37482
37483 \end_inset
37484
37485 F
37486 \series default
37487  or via the menu 
37488 \family sans
37489 Insert\SpecialChar \menuseparator
37490 Special Character\SpecialChar \menuseparator
37491 Symbols\SpecialChar \menuseparator
37492 Letterlike
37493 \begin_inset space ~
37494 \end_inset
37495
37496 Symbols
37497 \family default
37498
37499 \begin_inset Formula $\mathscr{F}$
37500 \end_inset
37501
37502
37503 \end_layout
37504
37505 \begin_layout Standard
37506 \begin_inset Newpage newpage
37507 \end_inset
37508
37509
37510 \end_layout
37511
37512 \begin_layout Section
37513 Synonyms
37514 \begin_inset Index idx
37515 status collapsed
37516
37517 \begin_layout Plain Layout
37518 Synonyms
37519 \end_layout
37520
37521 \end_inset
37522
37523
37524 \end_layout
37525
37526 \begin_layout Standard
37527 Some characters and symbols can be created with several commands.
37528  Here is a list of the synonym commands:
37529 \end_layout
37530
37531 \begin_layout Standard
37532 \begin_inset VSpace bigskip
37533 \end_inset
37534
37535
37536 \begin_inset space \hfill{}
37537 \end_inset
37538
37539
37540 \begin_inset Tabular
37541 <lyxtabular version="3" rows="12" columns="2">
37542 <features tabularvalignment="middle">
37543 <column alignment="center" valignment="top" width="0pt">
37544 <column alignment="center" valignment="top" width="0pt">
37545 <row>
37546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37547 \begin_inset Text
37548
37549 \begin_layout Plain Layout
37550 Command
37551 \end_layout
37552
37553 \end_inset
37554 </cell>
37555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37556 \begin_inset Text
37557
37558 \begin_layout Plain Layout
37559 equivalent to
37560 \begin_inset Note Note
37561 status collapsed
37562
37563 \begin_layout Plain Layout
37564
37565 \series bold
37566
37567 \backslash
37568 raisebox
37569 \series default
37570  is only used as spacer.
37571 \end_layout
37572
37573 \end_inset
37574
37575
37576 \end_layout
37577
37578 \end_inset
37579 </cell>
37580 </row>
37581 <row>
37582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37583 \begin_inset Text
37584
37585 \begin_layout Plain Layout
37586
37587 \backslash
37588 ast
37589 \end_layout
37590
37591 \end_inset
37592 </cell>
37593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37594 \begin_inset Text
37595
37596 \begin_layout Plain Layout
37597 \begin_inset ERT
37598 status collapsed
37599
37600 \begin_layout Plain Layout
37601
37602
37603 \backslash
37604 raisebox{-1.2mm}{
37605 \end_layout
37606
37607 \end_inset
37608
37609 *
37610 \begin_inset ERT
37611 status collapsed
37612
37613 \begin_layout Plain Layout
37614
37615 }
37616 \end_layout
37617
37618 \end_inset
37619
37620
37621 \end_layout
37622
37623 \end_inset
37624 </cell>
37625 </row>
37626 <row>
37627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37628 \begin_inset Text
37629
37630 \begin_layout Plain Layout
37631
37632 \backslash
37633 choose
37634 \end_layout
37635
37636 \end_inset
37637 </cell>
37638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37639 \begin_inset Text
37640
37641 \begin_layout Plain Layout
37642
37643 \backslash
37644 binom
37645 \end_layout
37646
37647 \end_inset
37648 </cell>
37649 </row>
37650 <row>
37651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37652 \begin_inset Text
37653
37654 \begin_layout Plain Layout
37655
37656 \backslash
37657 geq
37658 \end_layout
37659
37660 \end_inset
37661 </cell>
37662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37663 \begin_inset Text
37664
37665 \begin_layout Plain Layout
37666
37667 \backslash
37668 ge
37669 \end_layout
37670
37671 \end_inset
37672 </cell>
37673 </row>
37674 <row>
37675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37676 \begin_inset Text
37677
37678 \begin_layout Plain Layout
37679
37680 \backslash
37681 lbrace
37682 \end_layout
37683
37684 \end_inset
37685 </cell>
37686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37687 \begin_inset Text
37688
37689 \begin_layout Plain Layout
37690 {
37691 \end_layout
37692
37693 \end_inset
37694 </cell>
37695 </row>
37696 <row>
37697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37698 \begin_inset Text
37699
37700 \begin_layout Plain Layout
37701
37702 \backslash
37703 lbracket
37704 \end_layout
37705
37706 \end_inset
37707 </cell>
37708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37709 \begin_inset Text
37710
37711 \begin_layout Plain Layout
37712 [
37713 \end_layout
37714
37715 \end_inset
37716 </cell>
37717 </row>
37718 <row>
37719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37720 \begin_inset Text
37721
37722 \begin_layout Plain Layout
37723
37724 \backslash
37725 leftarrow
37726 \end_layout
37727
37728 \end_inset
37729 </cell>
37730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37731 \begin_inset Text
37732
37733 \begin_layout Plain Layout
37734
37735 \backslash
37736 gets
37737 \end_layout
37738
37739 \end_inset
37740 </cell>
37741 </row>
37742 <row>
37743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37744 \begin_inset Text
37745
37746 \begin_layout Plain Layout
37747
37748 \backslash
37749 leq
37750 \end_layout
37751
37752 \end_inset
37753 </cell>
37754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37755 \begin_inset Text
37756
37757 \begin_layout Plain Layout
37758
37759 \backslash
37760 le
37761 \end_layout
37762
37763 \end_inset
37764 </cell>
37765 </row>
37766 <row>
37767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37768 \begin_inset Text
37769
37770 \begin_layout Plain Layout
37771
37772 \backslash
37773 lor
37774 \end_layout
37775
37776 \end_inset
37777 </cell>
37778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37779 \begin_inset Text
37780
37781 \begin_layout Plain Layout
37782
37783 \backslash
37784 vee
37785 \end_layout
37786
37787 \end_inset
37788 </cell>
37789 </row>
37790 <row>
37791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37792 \begin_inset Text
37793
37794 \begin_layout Plain Layout
37795
37796 \backslash
37797 neq
37798 \end_layout
37799
37800 \end_inset
37801 </cell>
37802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37803 \begin_inset Text
37804
37805 \begin_layout Plain Layout
37806
37807 \backslash
37808 not=
37809 \end_layout
37810
37811 \end_inset
37812 </cell>
37813 </row>
37814 <row>
37815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37816 \begin_inset Text
37817
37818 \begin_layout Plain Layout
37819
37820 \backslash
37821 slash
37822 \end_layout
37823
37824 \end_inset
37825 </cell>
37826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37827 \begin_inset Text
37828
37829 \begin_layout Plain Layout
37830 /
37831 \end_layout
37832
37833 \end_inset
37834 </cell>
37835 </row>
37836 <row>
37837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37838 \begin_inset Text
37839
37840 \begin_layout Plain Layout
37841
37842 \backslash
37843 vert
37844 \end_layout
37845
37846 \end_inset
37847 </cell>
37848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37849 \begin_inset Text
37850
37851 \begin_layout Plain Layout
37852 |
37853 \end_layout
37854
37855 \end_inset
37856 </cell>
37857 </row>
37858 </lyxtabular>
37859
37860 \end_inset
37861
37862
37863 \begin_inset space \hfill{}
37864 \end_inset
37865
37866
37867 \begin_inset Tabular
37868 <lyxtabular version="3" rows="12" columns="2">
37869 <features tabularvalignment="middle">
37870 <column alignment="center" valignment="top" width="0pt">
37871 <column alignment="center" valignment="top" width="0pt">
37872 <row>
37873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37874 \begin_inset Text
37875
37876 \begin_layout Plain Layout
37877 Command
37878 \end_layout
37879
37880 \end_inset
37881 </cell>
37882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37883 \begin_inset Text
37884
37885 \begin_layout Plain Layout
37886 equivalent to
37887 \end_layout
37888
37889 \end_inset
37890 </cell>
37891 </row>
37892 <row>
37893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37894 \begin_inset Text
37895
37896 \begin_layout Plain Layout
37897
37898 \backslash
37899 backslash
37900 \end_layout
37901
37902 \end_inset
37903 </cell>
37904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37905 \begin_inset Text
37906
37907 \begin_layout Plain Layout
37908
37909 \backslash
37910
37911 \backslash
37912
37913 \end_layout
37914
37915 \end_inset
37916 </cell>
37917 </row>
37918 <row>
37919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37920 \begin_inset Text
37921
37922 \begin_layout Plain Layout
37923
37924 \backslash
37925 dasharrow
37926 \end_layout
37927
37928 \end_inset
37929 </cell>
37930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37931 \begin_inset Text
37932
37933 \begin_layout Plain Layout
37934
37935 \backslash
37936 dashrightarrow
37937 \end_layout
37938
37939 \end_inset
37940 </cell>
37941 </row>
37942 <row>
37943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37944 \begin_inset Text
37945
37946 \begin_layout Plain Layout
37947
37948 \backslash
37949 land
37950 \end_layout
37951
37952 \end_inset
37953 </cell>
37954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37955 \begin_inset Text
37956
37957 \begin_layout Plain Layout
37958
37959 \backslash
37960 wedge
37961 \end_layout
37962
37963 \end_inset
37964 </cell>
37965 </row>
37966 <row>
37967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37968 \begin_inset Text
37969
37970 \begin_layout Plain Layout
37971
37972 \backslash
37973 rbrace
37974 \end_layout
37975
37976 \end_inset
37977 </cell>
37978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37979 \begin_inset Text
37980
37981 \begin_layout Plain Layout
37982 }
37983 \end_layout
37984
37985 \end_inset
37986 </cell>
37987 </row>
37988 <row>
37989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37990 \begin_inset Text
37991
37992 \begin_layout Plain Layout
37993
37994 \backslash
37995 rbracket
37996 \end_layout
37997
37998 \end_inset
37999 </cell>
38000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38001 \begin_inset Text
38002
38003 \begin_layout Plain Layout
38004 ]
38005 \end_layout
38006
38007 \end_inset
38008 </cell>
38009 </row>
38010 <row>
38011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38012 \begin_inset Text
38013
38014 \begin_layout Plain Layout
38015
38016 \backslash
38017 rightarrow
38018 \end_layout
38019
38020 \end_inset
38021 </cell>
38022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38023 \begin_inset Text
38024
38025 \begin_layout Plain Layout
38026
38027 \backslash
38028 to
38029 \end_layout
38030
38031 \end_inset
38032 </cell>
38033 </row>
38034 <row>
38035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38036 \begin_inset Text
38037
38038 \begin_layout Plain Layout
38039
38040 \backslash
38041 lnot
38042 \end_layout
38043
38044 \end_inset
38045 </cell>
38046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38047 \begin_inset Text
38048
38049 \begin_layout Plain Layout
38050
38051 \backslash
38052 neg
38053 \end_layout
38054
38055 \end_inset
38056 </cell>
38057 </row>
38058 <row>
38059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38060 \begin_inset Text
38061
38062 \begin_layout Plain Layout
38063
38064 \backslash
38065 ne
38066 \end_layout
38067
38068 \end_inset
38069 </cell>
38070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38071 \begin_inset Text
38072
38073 \begin_layout Plain Layout
38074
38075 \backslash
38076 not=
38077 \end_layout
38078
38079 \end_inset
38080 </cell>
38081 </row>
38082 <row>
38083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38084 \begin_inset Text
38085
38086 \begin_layout Plain Layout
38087
38088 \backslash
38089 owns
38090 \end_layout
38091
38092 \end_inset
38093 </cell>
38094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38095 \begin_inset Text
38096
38097 \begin_layout Plain Layout
38098
38099 \backslash
38100 ni
38101 \end_layout
38102
38103 \end_inset
38104 </cell>
38105 </row>
38106 <row>
38107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38108 \begin_inset Text
38109
38110 \begin_layout Plain Layout
38111
38112 \backslash
38113 square
38114 \end_layout
38115
38116 \end_inset
38117 </cell>
38118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38119 \begin_inset Text
38120
38121 \begin_layout Plain Layout
38122
38123 \backslash
38124 Box
38125 \end_layout
38126
38127 \end_inset
38128 </cell>
38129 </row>
38130 <row>
38131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38132 \begin_inset Text
38133
38134 \begin_layout Plain Layout
38135
38136 \backslash
38137 Vert
38138 \end_layout
38139
38140 \end_inset
38141 </cell>
38142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38143 \begin_inset Text
38144
38145 \begin_layout Plain Layout
38146
38147 \backslash
38148 |
38149 \end_layout
38150
38151 \end_inset
38152 </cell>
38153 </row>
38154 </lyxtabular>
38155
38156 \end_inset
38157
38158
38159 \begin_inset space \hfill{}
38160 \end_inset
38161
38162
38163 \end_layout
38164
38165 \begin_layout Standard
38166 \begin_inset Newpage newpage
38167 \end_inset
38168
38169
38170 \end_layout
38171
38172 \begin_layout Bibliography
38173 \labelwidthstring References
38174 \begin_inset CommandInset bibitem
38175 LatexCommand bibitem
38176 key "TLC2"
38177
38178 \end_inset
38179
38180
38181 \shape smallcaps
38182 Mittelbach, F.
38183  ; Goossens, M.
38184 \shape default
38185
38186 \shape italic
38187 The LaTeX Companion
38188 \shape default
38189 .
38190  Addison Wesley, 2004
38191 \end_layout
38192
38193 \begin_layout Bibliography
38194 \labelwidthstring References
38195 \begin_inset CommandInset bibitem
38196 LatexCommand bibitem
38197 key "Mathmode"
38198
38199 \end_inset
38200
38201
38202 \begin_inset CommandInset href
38203 LatexCommand href
38204 name "Description"
38205 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38206
38207 \end_inset
38208
38209  of LaTeX's math abilities
38210 \end_layout
38211
38212 \begin_layout Bibliography
38213 \labelwidthstring References
38214 \begin_inset CommandInset bibitem
38215 LatexCommand bibitem
38216 key "AMS"
38217
38218 \end_inset
38219
38220
38221 \begin_inset CommandInset href
38222 LatexCommand href
38223 name "Description"
38224 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
38225
38226 \end_inset
38227
38228  of 
38229 \begin_inset ERT
38230 status collapsed
38231
38232 \begin_layout Plain Layout
38233
38234
38235 \backslash
38236 AmS
38237 \end_layout
38238
38239 \end_inset
38240
38241 -LaTeX
38242 \end_layout
38243
38244 \begin_layout Bibliography
38245 \labelwidthstring References
38246 \begin_inset CommandInset bibitem
38247 LatexCommand bibitem
38248 key "Symbols"
38249
38250 \end_inset
38251
38252
38253 \begin_inset CommandInset href
38254 LatexCommand href
38255 name "List"
38256 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38257
38258 \end_inset
38259
38260  of all symbols available with LaTeX-packages
38261 \end_layout
38262
38263 \begin_layout Bibliography
38264 \labelwidthstring References
38265 \begin_inset CommandInset bibitem
38266 LatexCommand bibitem
38267 key "cancel"
38268
38269 \end_inset
38270
38271
38272 \begin_inset CommandInset href
38273 LatexCommand href
38274 name "Documentation"
38275 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38276
38277 \end_inset
38278
38279  of the LaTeX-package 
38280 \series bold
38281 cancel
38282 \series default
38283
38284 \begin_inset Index idx
38285 status collapsed
38286
38287 \begin_layout Plain Layout
38288 Packages ! cancel
38289 \end_layout
38290
38291 \end_inset
38292
38293
38294 \end_layout
38295
38296 \begin_layout Bibliography
38297 \labelwidthstring References
38298 \begin_inset CommandInset bibitem
38299 LatexCommand bibitem
38300 key "hyperref"
38301
38302 \end_inset
38303
38304
38305 \begin_inset CommandInset href
38306 LatexCommand href
38307 name "Documentation"
38308 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38309
38310 \end_inset
38311
38312  of the LaTeX-package 
38313 \series bold
38314 hyperref
38315 \series default
38316
38317 \begin_inset Index idx
38318 status collapsed
38319
38320 \begin_layout Plain Layout
38321 Packages ! hyperref
38322 \end_layout
38323
38324 \end_inset
38325
38326
38327 \end_layout
38328
38329 \begin_layout Bibliography
38330 \labelwidthstring References
38331 \begin_inset CommandInset bibitem
38332 LatexCommand bibitem
38333 key "mhchem"
38334
38335 \end_inset
38336
38337
38338 \begin_inset CommandInset href
38339 LatexCommand href
38340 name "Documentation"
38341 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38342
38343 \end_inset
38344
38345  of the LaTeX-package 
38346 \series bold
38347 mhchem
38348 \series default
38349
38350 \begin_inset Index idx
38351 status collapsed
38352
38353 \begin_layout Plain Layout
38354 Packages ! mhchem
38355 \end_layout
38356
38357 \end_inset
38358
38359
38360 \end_layout
38361
38362 \begin_layout Bibliography
38363 \labelwidthstring References
38364 \begin_inset CommandInset bibitem
38365 LatexCommand bibitem
38366 key "Mathclap"
38367
38368 \end_inset
38369
38370
38371 \begin_inset CommandInset href
38372 LatexCommand href
38373 name "Description"
38374 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38375
38376 \end_inset
38377
38378  of the command 
38379 \series bold
38380
38381 \backslash
38382 mathclap
38383 \series default
38384 , described in 
38385 \begin_inset CommandInset ref
38386 LatexCommand ref
38387 reference "sub:Operator-Limits"
38388
38389 \end_inset
38390
38391
38392 \begin_inset Index idx
38393 status collapsed
38394
38395 \begin_layout Plain Layout
38396 Commands ! M ! 
38397 \backslash
38398 mathclap
38399 \end_layout
38400
38401 \end_inset
38402
38403
38404 \end_layout
38405
38406 \begin_layout Bibliography
38407 \labelwidthstring References
38408 \begin_inset CommandInset bibitem
38409 LatexCommand bibitem
38410 key "Duden"
38411
38412 \end_inset
38413
38414
38415 \emph on
38416 Duden Band 1
38417 \emph default
38418 .
38419  22.
38420  Auflage, Duden 2001
38421 \end_layout
38422
38423 \begin_layout Bibliography
38424 \labelwidthstring References
38425 \begin_inset CommandInset bibitem
38426 LatexCommand bibitem
38427 key "Checklist"
38428
38429 \end_inset
38430
38431
38432 \begin_inset CommandInset href
38433 LatexCommand href
38434 name "Check list"
38435 target "http://physics.nist.gov/Document/checklist.pdf"
38436
38437 \end_inset
38438
38439  for reviewing manuscripts
38440 \end_layout
38441
38442 \begin_layout Standard
38443 \begin_inset CommandInset index_print
38444 LatexCommand printindex
38445 type "idx"
38446
38447 \end_inset
38448
38449
38450 \end_layout
38451
38452 \end_body
38453 \end_document