]> git.lyx.org Git - features.git/blob - lib/doc/Math.lyx
9fa555c7178fff65024e04b327c9565faa44cce5
[features.git] / lib / doc / Math.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 401
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % To be able to enter the character ° and · directly in LyX,
36 % see sec. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \addto\extrasenglish{
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{sec.\negthinspace}
47  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}}
49
50 % don't load packages twice
51 % see first footnote in sec. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % the pages of the TOC are numbered roman
55 % and a PDF-bookmark for the TOC is added
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % insert additional vertical space of 1.5 mm between footnotes,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 \setkomafont{captionlabel}{\bfseries}
71
72 % used in Kap. 22.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values,
76 \usepackage{calc}
77
78 % for multiple table row and column cells
79 \usepackage{multirow}
80 \usepackage{multicol}
81
82 % needed in sec. 19.4
83 \usepackage{remreset}
84
85 % for the Fourier transformation symbol
86 \usepackage{mathrsfs}
87
88 % center multirows (e.g. in sec. 13.3)
89 \renewcommand{\multirowsetup}{\centering}
90
91 % define a color, used in sec.9.3
92 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
93
94 % declare operators (see sec. 10.4 and sec. 15.2)
95 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
96 \DeclareMathOperator{\sgn}{sgn}
97
98 \newcommand{\spce}{\textvisiblespace}
99
100 % example definitions for sec. 20.1 
101 \newcommand{\gr}{\Longrightarrow}
102 \newcommand{\us}[1]{\underline{#1}}
103 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
104 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
105 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
106
107 % example macro from sec. 19.4
108 %\def\tagform@#1{\maketag@@@{|#1|}}
109
110 % macro from sec. 10.2
111 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
112 \def\mathclap {\mathpalette \mathclapinternal}
113 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
114
115 % redefine the greyed out note
116 \renewenvironment{lyxgreyedout}
117  {\textcolor{blue}\bgroup}{\egroup}
118
119 % ------------------------------------
120 % used to check for needed LaTeX packages
121 \usepackage{ifthen}
122
123 % check for package eurosym
124 % used for the Euro symbol
125 \newboolean{eurosym}
126 \IfFileExists{eurosym.sty}
127  {\usepackage[gennarrow]{eurosym}
128   \setboolean{eurosym}{true}}
129  {\setboolean{eurosym}{false}}
130
131 % check for package braket
132 % used for physical vectors
133 \newboolean{braket}
134 \IfFileExists{braket.sty}
135  {\usepackage{braket}
136   \setboolean{braket}{true}}
137  {\setboolean{braket}{false}}
138
139 % check for package cancel
140 \newboolean{cancel}
141 \IfFileExists{cancel.sty}
142  {\usepackage{cancel}
143   \setboolean{cancel}{true}}
144  {\setboolean{cancel}{false}}
145
146 % check for package upgreek
147 \newboolean{upgreek}
148 \IfFileExists{upgreek.sty}
149  {\usepackage{upgreek}
150   \setboolean{upgreek}{true}}
151  {\setboolean{upgreek}{false}}
152 \end_preamble
153 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
154 \use_default_options false
155 \maintain_unincluded_children false
156 \language english
157 \inputencoding auto
158 \fontencoding global
159 \font_roman default
160 \font_sans default
161 \font_typewriter default
162 \font_default_family default
163 \use_xetex false
164 \font_sc false
165 \font_osf false
166 \font_sf_scale 100
167 \font_tt_scale 100
168
169 \graphics default
170 \default_output_format default
171 \output_sync 0
172 \bibtex_command default
173 \index_command default
174 \paperfontsize 12
175 \spacing single
176 \use_hyperref true
177 \pdf_title "LyX's Math Manual"
178 \pdf_author "LyX Team, Uwe Stöhr"
179 \pdf_subject "LyX-documentation about math"
180 \pdf_keywords "LyX, Mathed"
181 \pdf_bookmarks true
182 \pdf_bookmarksnumbered true
183 \pdf_bookmarksopen true
184 \pdf_bookmarksopenlevel 1
185 \pdf_breaklinks false
186 \pdf_pdfborder false
187 \pdf_colorlinks true
188 \pdf_backref false
189 \pdf_pdfusetitle false
190 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
191 \papersize a4paper
192 \use_geometry false
193 \use_amsmath 2
194 \use_esint 1
195 \use_mhchem 1
196 \use_mathdots 1
197 \cite_engine basic
198 \use_bibtopic false
199 \use_indices false
200 \paperorientation portrait
201 \suppress_date false
202 \index Index
203 \shortcut idx
204 \color #008000
205 \end_index
206 \secnumdepth 4
207 \tocdepth 3
208 \paragraph_separation skip
209 \defskip medskip
210 \quotes_language english
211 \papercolumns 1
212 \papersides 2
213 \paperpagestyle plain
214 \bullet 1 0 6 -1
215 \bullet 2 2 35 -1
216 \bullet 3 2 7 -1
217 \tracking_changes false
218 \output_changes false
219 \html_math_output 0
220 \html_be_strict false
221 \end_header
222
223 \begin_body
224
225 \begin_layout Title
226 LyX's detailed Math manual
227 \end_layout
228
229 \begin_layout Author
230 by the LyX Team
231 \begin_inset Foot
232 status collapsed
233
234 \begin_layout Plain Layout
235 \noindent
236 If you have comments or error corrections, please send them to the LyX Documenta
237 tion mailing list: 
238 \family typewriter
239
240 \begin_inset CommandInset href
241 LatexCommand href
242 name "lyx-docs@lists.lyx.org"
243 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
244 type "mailto:"
245
246 \end_inset
247
248
249 \end_layout
250
251 \end_inset
252
253
254 \begin_inset Note Note
255 status collapsed
256
257 \begin_layout Plain Layout
258 author: Uwe Stöhr
259 \end_layout
260
261 \end_inset
262
263
264 \begin_inset Newline newline
265 \end_inset
266
267
268 \begin_inset Newline newline
269 \end_inset
270
271
272 \family sans
273 Version 2.0.x
274 \end_layout
275
276 \begin_layout Standard
277 \begin_inset CommandInset toc
278 LatexCommand tableofcontents
279
280 \end_inset
281
282
283 \end_layout
284
285 \begin_layout Standard
286 \begin_inset Note Note
287 status open
288
289 \begin_layout Plain Layout
290 To export this document to PDF, PS or DVI the LaTeX-packages 
291 \series bold
292 braket, cancel, eurosym,
293 \series default
294  
295 \series bold
296 mhchem, multirow
297 \series default
298  and 
299 \series bold
300 was
301 \series default
302  should be installed.
303  If they are not installed the document can be export anyway but the sections
304  where the packages are required will not appear in the output.
305  An exeption is 
306 \series bold
307 mhchem
308 \series default
309 ; if it is not installed, this file cannot be exported.
310 \end_layout
311
312 \begin_layout Plain Layout
313 The latest PDF-version of this document can be found here:
314 \begin_inset Newline newline
315 \end_inset
316
317
318 \series bold
319 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
320 \end_layout
321
322 \end_inset
323
324
325 \end_layout
326
327 \begin_layout Standard
328 \begin_inset Newpage newpage
329 \end_inset
330
331
332 \end_layout
333
334 \begin_layout Section
335 Introduction
336 \end_layout
337
338 \begin_layout Standard
339 This document explains LyX's math features and is furthermore a collection
340  of LaTeX-commands used for mathematical characters and constructs.
341  The explanations are designed for the usage of commands.
342  It is therefore required that you have read the section 
343 \family typewriter
344 Mathematical
345 \begin_inset space ~
346 \end_inset
347
348 Formulas
349 \family default
350  of the User's Guide.
351 \end_layout
352
353 \begin_layout Standard
354 Most of the characters and many constructs explained in this manual are
355  also accessible via the menu 
356 \family sans
357 Insert
358 \series bold
359 \SpecialChar \menuseparator
360
361 \series default
362 Math
363 \family default
364 , or the 
365 \family sans
366 math
367 \family default
368 \series bold
369  
370 \family sans
371 \series default
372 toolbar
373 \family default
374 .
375  But everybody who has to write lots of formulas will notice that it is
376  much faster to use commands instead of the math toolbar.
377  Therefore this manual is focused on commands but also mentions the correspondin
378 g toolbar buttons when available.
379 \end_layout
380
381 \begin_layout Standard
382 If not specially mentioned the commands are only available within formulas.
383  To be able to use all commands explained in this document, the option 
384 \family sans
385 Use AMS math package
386 \family default
387  must be used in the document settings (menu 
388 \family sans
389 Document\SpecialChar \menuseparator
390 Settings\SpecialChar \menuseparator
391 Math
392 \begin_inset space ~
393 \end_inset
394
395 Options
396 \family default
397 ).
398 \begin_inset Foot
399 status collapsed
400
401 \begin_layout Plain Layout
402 The option 
403 \family sans
404 Use AMS math package automatically
405 \family default
406  only uses 
407 \begin_inset ERT
408 status collapsed
409
410 \begin_layout Plain Layout
411
412
413 \backslash
414 AmS 
415 \end_layout
416
417 \end_inset
418
419 -math when math constructs are found that are supported by LyX.
420 \end_layout
421
422 \end_inset
423
424
425 \end_layout
426
427 \begin_layout Standard
428 This document doesn't list all 
429 \begin_inset ERT
430 status collapsed
431
432 \begin_layout Plain Layout
433
434
435 \backslash
436 AmS 
437 \end_layout
438
439 \end_inset
440
441 -math commands
442 \begin_inset Foot
443 status collapsed
444
445 \begin_layout Plain Layout
446 A list with all 
447 \begin_inset ERT
448 status collapsed
449
450 \begin_layout Plain Layout
451
452
453 \backslash
454 AmS
455 \end_layout
456
457 \end_inset
458
459 -math commands is in the file 
460 \family sans
461
462 \begin_inset CommandInset href
463 LatexCommand href
464 name "amsguide.ps"
465 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
466
467 \end_inset
468
469
470 \family default
471 , which is part of every LaTeX standard installation.
472 \end_layout
473
474 \end_inset
475
476  for lucidity reasons.
477 \end_layout
478
479 \begin_layout Section
480 General Instructions
481 \end_layout
482
483 \begin_layout Standard
484 To create an inline formula
485 \begin_inset Index idx
486 status collapsed
487
488 \begin_layout Plain Layout
489 Formula ! inline
490 \end_layout
491
492 \end_inset
493
494  that is embedded into a text line, use one of the shortcuts 
495 \begin_inset Info
496 type  "shortcuts"
497 arg   "math-mode"
498 \end_inset
499
500  or the toolbar button 
501 \begin_inset Graphics
502         filename ../images/math-mode.png
503         scale 85
504
505 \end_inset
506
507
508 \begin_inset Newline newline
509 \end_inset
510
511 To create a display style formula
512 \begin_inset Index idx
513 status collapsed
514
515 \begin_layout Plain Layout
516 Formula ! display style
517 \end_layout
518
519 \end_inset
520
521  that will appear bigger and in an own paragraph, use one of these shortcuts:
522  
523 \begin_inset Info
524 type  "shortcuts"
525 arg   "math-display"
526 \end_inset
527
528 .
529 \end_layout
530
531 \begin_layout Standard
532 To change a display style formula to an inline formula, set the cursor into
533  the formula and use one of the shortcuts 
534 \begin_inset Info
535 type  "shortcuts"
536 arg   "math-mode"
537 \end_inset
538
539  or the menu 
540 \family sans
541 Edit\SpecialChar \menuseparator
542 Math\SpecialChar \menuseparator
543 Change formula type
544 \family default
545 .
546  The same way is used to change an inline formula to a display style formula.
547 \end_layout
548
549 \begin_layout Standard
550 To display parts of an inline formula in the size of a display style formula,
551  enter the command 
552 \series bold
553
554 \backslash
555 displaystyle
556 \series default
557
558 \begin_inset Index idx
559 status collapsed
560
561 \begin_layout Plain Layout
562 Commands ! D ! 
563 \backslash
564 displaystyle
565 \end_layout
566
567 \end_inset
568
569  to a formula.
570  Then a new blue box appears in which the desired formula part is inserted.
571 \end_layout
572
573 \begin_layout Standard
574 Only inline formulas are allowed inside tables.
575 \end_layout
576
577 \begin_layout Standard
578 The 
579 \family sans
580 math toolbar
581 \family default
582  can be turned on in the menu 
583 \family sans
584 View\SpecialChar \menuseparator
585 Toolbars
586 \family default
587 .
588  When you click there on 
589 \begin_inset Quotes eld
590 \end_inset
591
592 Math
593 \begin_inset Quotes erd
594 \end_inset
595
596  the toolbar will be shown permanently at the bottom; this state is visualized
597  in the 
598 \family sans
599 Toolbars
600 \family default
601  menu with a checkmark.
602  When you click in this state again on 
603 \begin_inset Quotes eld
604 \end_inset
605
606 Math
607 \begin_inset Quotes erd
608 \end_inset
609
610  in the 
611 \family sans
612 Toolbars
613 \family default
614  menu, the 
615 \family sans
616 math toolbar
617 \family default
618  is only shown when the cursor is within a formula; this state is visualized
619  by the renaming of the menu entry from 
620 \begin_inset Quotes eld
621 \end_inset
622
623 Math
624 \begin_inset Quotes erd
625 \end_inset
626
627  to 
628 \begin_inset Quotes eld
629 \end_inset
630
631 Math
632 \begin_inset space ~
633 \end_inset
634
635 (auto)
636 \begin_inset Quotes erd
637 \end_inset
638
639 .
640 \end_layout
641
642 \begin_layout Standard
643 The TeX-mode
644 \begin_inset Index idx
645 status collapsed
646
647 \begin_layout Plain Layout
648 T@TeX-mode
649 \end_layout
650
651 \end_inset
652
653  is invoked by pressing the toolbar button 
654 \begin_inset Graphics
655         filename ../images/ert-insert.png
656         scale 85
657
658 \end_inset
659
660  or by using the menu 
661 \family sans
662 Insert\SpecialChar \menuseparator
663 Te
664 \begin_inset ERT
665 status collapsed
666
667 \begin_layout Plain Layout
668
669 {}
670 \end_layout
671
672 \end_inset
673
674 X Code
675 \family default
676  (shortcut 
677 \begin_inset Info
678 type  "shortcut"
679 arg   "ert-insert"
680 \end_inset
681
682 ).
683 \begin_inset Note Note
684 status collapsed
685
686 \begin_layout Plain Layout
687 In LyX there are three 
688 \begin_inset Quotes eld
689 \end_inset
690
691 proper names
692 \begin_inset Quotes erd
693 \end_inset
694
695  that appear in the output with sub- and superscript letters: TeX, LaTeX
696  and LyX
697 \end_layout
698
699 \begin_layout Plain Layout
700 To avoid that these names are recognized as proper names, a TeX-brace pair
701  is inserted.
702 \end_layout
703
704 \end_inset
705
706
707 \end_layout
708
709 \begin_layout Standard
710 To change the LaTeX-preamble
711 \begin_inset Index idx
712 status collapsed
713
714 \begin_layout Plain Layout
715 L@LaTeX-preamble
716 \end_layout
717
718 \end_inset
719
720 , use the menu 
721 \family sans
722 Document\SpecialChar \menuseparator
723 Settings\SpecialChar \menuseparator
724 LaT
725 \begin_inset ERT
726 status collapsed
727
728 \begin_layout Plain Layout
729
730 {}
731 \end_layout
732
733 \end_inset
734
735 eX
736 \family default
737  
738 \family sans
739 Preamble
740 \family default
741 .
742 \end_layout
743
744 \begin_layout Standard
745 To edit matrices, case differentiations and multiline formulas subsequently,
746  the menus 
747 \family sans
748 Edit\SpecialChar \menuseparator
749 Math
750 \family default
751  and 
752 \family sans
753 Edit\SpecialChar \menuseparator
754 Rows
755 \begin_inset space \thinspace{}
756 \end_inset
757
758 &
759 \begin_inset space \thinspace{}
760 \end_inset
761
762 Columns,
763 \family default
764  or the 
765 \family sans
766 table toolbar
767 \family default
768  can be used.
769  When lines and columns are swapped via the menu, the column or line where
770  the cursor is in is exchanged with the column to the right or the line
771  below, respectively.
772  Is the cursor in the last column or row, the exchange is done with the
773  column to the left or the line above.
774 \end_layout
775
776 \begin_layout Standard
777 To write text in formulas
778 \begin_inset Foot
779 status collapsed
780
781 \begin_layout Plain Layout
782 For multiline formulas the command 
783 \series bold
784
785 \backslash
786 intertext
787 \series default
788  is used, see 
789 \begin_inset CommandInset ref
790 LatexCommand ref
791 reference "sub:Text-in-multiline"
792
793 \end_inset
794
795 .
796 \end_layout
797
798 \end_inset
799
800  
801 \emph on
802 mathematical text
803 \emph default
804
805 \begin_inset Index idx
806 status collapsed
807
808 \begin_layout Plain Layout
809 Text ! in formulas
810 \end_layout
811
812 \end_inset
813
814
815 \begin_inset Index idx
816 status collapsed
817
818 \begin_layout Plain Layout
819 Mathematical text
820 \end_layout
821
822 \end_inset
823
824  is used.
825  This mode is invoked with the shortcut 
826 \begin_inset Info
827 type  "shortcut"
828 arg   "font-default"
829 \end_inset
830
831  or by the insertion of the command 
832 \series bold
833
834 \backslash
835 text
836 \series default
837
838 \begin_inset Index idx
839 status collapsed
840
841 \begin_layout Plain Layout
842 Commands ! T ! 
843 \backslash
844 text
845 \end_layout
846
847 \end_inset
848
849 .
850  The text appears black in LyX and can therefore be distinguished from the
851  other formula parts that appear blue.
852  In the output mathematical text is set upright, in contrary to other formula
853  parts.
854 \end_layout
855
856 \begin_layout Subsection*
857 Command Scheme
858 \end_layout
859
860 \begin_layout Standard
861 Most of the LaTeX-commands for math constructs have the following scheme:
862 \end_layout
863
864 \begin_layout Standard
865
866 \series bold
867
868 \backslash
869 commandname[optional
870 \series default
871  
872 \series bold
873 argument]{required
874 \series default
875  
876 \series bold
877 argument}
878 \end_layout
879
880 \begin_layout Standard
881 A command starts always with a backslash 
882 \begin_inset Quotes gld
883 \end_inset
884
885
886 \series bold
887
888 \backslash
889
890 \series default
891
892 \begin_inset Quotes grd
893 \end_inset
894
895 .
896  To omit optional arguments, also omit the associated brackets.
897  The braces around the required arguments are named in this document as
898  TeX-braces
899 \begin_inset Index idx
900 status collapsed
901
902 \begin_layout Plain Layout
903 T@TeX-braces
904 \end_layout
905
906 \end_inset
907
908 .
909  If you add in a formula a left brace to a command name, LyX creates automatical
910 ly a TeX-brace.
911  In all other cases TeX-braces are created in formulas with the command
912  
913 \series bold
914
915 \backslash
916 {
917 \series default
918 .
919  TeX-braces appear red in LyX, in contrary to normal braces that appear
920  blue.
921  In TeX-mode no command is needed to get TeX-braces.
922  TeX-braces don't appear in the output.
923 \end_layout
924
925 \begin_layout Standard
926 When commands without arguments, like commands for symbols are entered in
927  TeX-mode, a space character must 
928 \emph on
929 always
930 \emph default
931  be behind the command to end it.
932  This space doesn't appear in the output.
933  When the space should appear in the output, the space must be followed
934  by a protected space in normal text.
935 \end_layout
936
937 \begin_layout Standard
938 A protected space is inserted with 
939 \begin_inset Info
940 type  "shortcut"
941 arg   "space-insert protected"
942 \end_inset
943
944 .
945 \end_layout
946
947 \begin_layout Subsection*
948 \begin_inset Newpage newpage
949 \end_inset
950
951 Syntax Explanation
952 \end_layout
953
954 \begin_layout Itemize
955 The symbol
956 \begin_inset Foot
957 status collapsed
958
959 \begin_layout Plain Layout
960 This visible space character can be created with the command 
961 \series bold
962
963 \backslash
964 textvisiblespace
965 \series default
966
967 \begin_inset Index idx
968 status collapsed
969
970 \begin_layout Plain Layout
971 Commands ! T ! 
972 \backslash
973 textvisiblespace
974 \end_layout
975
976 \end_inset
977
978 , inserted in TeX-mode.
979 \end_layout
980
981 \end_inset
982
983  
984 \begin_inset ERT
985 status collapsed
986
987 \begin_layout Plain Layout
988
989
990 \backslash
991 spce 
992 \end_layout
993
994 \end_inset
995
996
997 \begin_inset space ~
998 \end_inset
999
1000 denotes a space character to be input.
1001 \end_layout
1002
1003 \begin_layout Itemize
1004 An arrow like 
1005 \begin_inset Formula $\to$
1006 \end_inset
1007
1008  denotes the usage of the corresponding arrow key on the keyboard.
1009 \end_layout
1010
1011 \begin_layout Subsection*
1012 Available units
1013 \end_layout
1014
1015 \begin_layout Standard
1016 \align center
1017 \begin_inset Float table
1018 placement H
1019 wide false
1020 sideways false
1021 status open
1022
1023 \begin_layout Plain Layout
1024 \align center
1025 \begin_inset Caption
1026
1027 \begin_layout Plain Layout
1028 \begin_inset CommandInset label
1029 LatexCommand label
1030 name "tab:Available-units"
1031
1032 \end_inset
1033
1034 Available units
1035 \end_layout
1036
1037 \end_inset
1038
1039
1040 \end_layout
1041
1042 \begin_layout Plain Layout
1043 \align center
1044 \begin_inset Tabular
1045 <lyxtabular version="3" rows="13" columns="2">
1046 <features tabularvalignment="middle">
1047 <column alignment="center" valignment="top" width="0">
1048 <column alignment="center" valignment="top" width="0">
1049 <row>
1050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1051 \begin_inset Text
1052
1053 \begin_layout Plain Layout
1054 Unit
1055 \end_layout
1056
1057 \end_inset
1058 </cell>
1059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1060 \begin_inset Text
1061
1062 \begin_layout Plain Layout
1063 Name / Description
1064 \end_layout
1065
1066 \end_inset
1067 </cell>
1068 </row>
1069 <row>
1070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1071 \begin_inset Text
1072
1073 \begin_layout Plain Layout
1074 mm
1075 \end_layout
1076
1077 \end_inset
1078 </cell>
1079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1080 \begin_inset Text
1081
1082 \begin_layout Plain Layout
1083 Millimeter
1084 \end_layout
1085
1086 \end_inset
1087 </cell>
1088 </row>
1089 <row>
1090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1091 \begin_inset Text
1092
1093 \begin_layout Plain Layout
1094 cm
1095 \end_layout
1096
1097 \end_inset
1098 </cell>
1099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1100 \begin_inset Text
1101
1102 \begin_layout Plain Layout
1103 Centimeter
1104 \end_layout
1105
1106 \end_inset
1107 </cell>
1108 </row>
1109 <row>
1110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1111 \begin_inset Text
1112
1113 \begin_layout Plain Layout
1114 in
1115 \end_layout
1116
1117 \end_inset
1118 </cell>
1119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1120 \begin_inset Text
1121
1122 \begin_layout Plain Layout
1123 Inch (1
1124 \begin_inset space \thinspace{}
1125 \end_inset
1126
1127 in = 2,54
1128 \begin_inset space \thinspace{}
1129 \end_inset
1130
1131 cm)
1132 \end_layout
1133
1134 \end_inset
1135 </cell>
1136 </row>
1137 <row>
1138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1139 \begin_inset Text
1140
1141 \begin_layout Plain Layout
1142 pt
1143 \end_layout
1144
1145 \end_inset
1146 </cell>
1147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1148 \begin_inset Text
1149
1150 \begin_layout Plain Layout
1151 Point (72.27
1152 \begin_inset space \thinspace{}
1153 \end_inset
1154
1155 pt = 1
1156 \begin_inset space \thinspace{}
1157 \end_inset
1158
1159 in)
1160 \end_layout
1161
1162 \end_inset
1163 </cell>
1164 </row>
1165 <row>
1166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1167 \begin_inset Text
1168
1169 \begin_layout Plain Layout
1170 pc
1171 \end_layout
1172
1173 \end_inset
1174 </cell>
1175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1176 \begin_inset Text
1177
1178 \begin_layout Plain Layout
1179 Pica (1
1180 \begin_inset space \thinspace{}
1181 \end_inset
1182
1183 pc = 12
1184 \begin_inset space \thinspace{}
1185 \end_inset
1186
1187 pt)
1188 \end_layout
1189
1190 \end_inset
1191 </cell>
1192 </row>
1193 <row>
1194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1195 \begin_inset Text
1196
1197 \begin_layout Plain Layout
1198 sp
1199 \end_layout
1200
1201 \end_inset
1202 </cell>
1203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1204 \begin_inset Text
1205
1206 \begin_layout Plain Layout
1207 scaled point (65536
1208 \begin_inset space \thinspace{}
1209 \end_inset
1210
1211 sp = 1
1212 \begin_inset space \thinspace{}
1213 \end_inset
1214
1215 pt)
1216 \end_layout
1217
1218 \end_inset
1219 </cell>
1220 </row>
1221 <row>
1222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1223 \begin_inset Text
1224
1225 \begin_layout Plain Layout
1226 bp
1227 \end_layout
1228
1229 \end_inset
1230 </cell>
1231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1232 \begin_inset Text
1233
1234 \begin_layout Plain Layout
1235 big point (72
1236 \begin_inset space \thinspace{}
1237 \end_inset
1238
1239 bp = 1
1240 \begin_inset space \thinspace{}
1241 \end_inset
1242
1243 in)
1244 \end_layout
1245
1246 \end_inset
1247 </cell>
1248 </row>
1249 <row>
1250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1251 \begin_inset Text
1252
1253 \begin_layout Plain Layout
1254 dd
1255 \end_layout
1256
1257 \end_inset
1258 </cell>
1259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1260 \begin_inset Text
1261
1262 \begin_layout Plain Layout
1263 Didot (1
1264 \begin_inset space \thinspace{}
1265 \end_inset
1266
1267 dd 
1268 \begin_inset Formula $\approx$
1269 \end_inset
1270
1271  0.376
1272 \begin_inset space \thinspace{}
1273 \end_inset
1274
1275 mm)
1276 \end_layout
1277
1278 \end_inset
1279 </cell>
1280 </row>
1281 <row>
1282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1283 \begin_inset Text
1284
1285 \begin_layout Plain Layout
1286 cc
1287 \end_layout
1288
1289 \end_inset
1290 </cell>
1291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1292 \begin_inset Text
1293
1294 \begin_layout Plain Layout
1295 Cicero (1
1296 \begin_inset space \thinspace{}
1297 \end_inset
1298
1299 cc = 12
1300 \begin_inset space \thinspace{}
1301 \end_inset
1302
1303 dd)
1304 \end_layout
1305
1306 \end_inset
1307 </cell>
1308 </row>
1309 <row>
1310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1311 \begin_inset Text
1312
1313 \begin_layout Plain Layout
1314 ex
1315 \end_layout
1316
1317 \end_inset
1318 </cell>
1319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1320 \begin_inset Text
1321
1322 \begin_layout Plain Layout
1323 Height of letter 
1324 \emph on
1325
1326 \begin_inset Quotes eld
1327 \end_inset
1328
1329 x
1330 \emph default
1331
1332 \begin_inset Quotes erd
1333 \end_inset
1334
1335  in the current font
1336 \end_layout
1337
1338 \end_inset
1339 </cell>
1340 </row>
1341 <row>
1342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1343 \begin_inset Text
1344
1345 \begin_layout Plain Layout
1346 em
1347 \end_layout
1348
1349 \end_inset
1350 </cell>
1351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1352 \begin_inset Text
1353
1354 \begin_layout Plain Layout
1355 width of letter 
1356 \begin_inset Quotes eld
1357 \end_inset
1358
1359
1360 \emph on
1361 M
1362 \emph default
1363
1364 \begin_inset Quotes erd
1365 \end_inset
1366
1367  in the current font
1368 \end_layout
1369
1370 \end_inset
1371 </cell>
1372 </row>
1373 <row>
1374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1375 \begin_inset Text
1376
1377 \begin_layout Plain Layout
1378 mu
1379 \end_layout
1380
1381 \end_inset
1382 </cell>
1383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1384 \begin_inset Text
1385
1386 \begin_layout Plain Layout
1387 math unit (1
1388 \begin_inset space \thinspace{}
1389 \end_inset
1390
1391 mu = 
1392 \begin_inset Formula $\nicefrac{1}{18}$
1393 \end_inset
1394
1395
1396 \begin_inset space \thinspace{}
1397 \end_inset
1398
1399 em)
1400 \end_layout
1401
1402 \end_inset
1403 </cell>
1404 </row>
1405 </lyxtabular>
1406
1407 \end_inset
1408
1409
1410 \end_layout
1411
1412 \end_inset
1413
1414
1415 \end_layout
1416
1417 \begin_layout Standard
1418 \begin_inset Newpage newpage
1419 \end_inset
1420
1421
1422 \end_layout
1423
1424 \begin_layout Section
1425 Basic Functions
1426 \end_layout
1427
1428 \begin_layout Subsection
1429 Exponents
1430 \begin_inset Index idx
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434 Exponents
1435 \end_layout
1436
1437 \end_inset
1438
1439  and Indices
1440 \begin_inset Index idx
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444 Indices
1445 \end_layout
1446
1447 \end_inset
1448
1449
1450 \begin_inset Index idx
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454 Superscripts|see
1455 \begin_inset ERT
1456 status collapsed
1457
1458 \begin_layout Plain Layout
1459
1460 {
1461 \end_layout
1462
1463 \end_inset
1464
1465 Exponents
1466 \begin_inset ERT
1467 status collapsed
1468
1469 \begin_layout Plain Layout
1470
1471 }
1472 \end_layout
1473
1474 \end_inset
1475
1476
1477 \end_layout
1478
1479 \end_inset
1480
1481
1482 \begin_inset Index idx
1483 status collapsed
1484
1485 \begin_layout Plain Layout
1486 Subscripts|see
1487 \begin_inset ERT
1488 status collapsed
1489
1490 \begin_layout Plain Layout
1491
1492 {
1493 \end_layout
1494
1495 \end_inset
1496
1497 Indices
1498 \begin_inset ERT
1499 status collapsed
1500
1501 \begin_layout Plain Layout
1502
1503 }
1504 \end_layout
1505
1506 \end_inset
1507
1508
1509 \end_layout
1510
1511 \end_inset
1512
1513
1514 \end_layout
1515
1516 \begin_layout Standard
1517 Indices are created with an underscore 
1518 \begin_inset Quotes eld
1519 \end_inset
1520
1521 _
1522 \begin_inset Quotes erd
1523 \end_inset
1524
1525  or via the math toolbar button 
1526 \begin_inset Graphics
1527         filename ../images/math-subscript.png
1528         scale 85
1529
1530 \end_inset
1531
1532  , exponents with a caret 
1533 \begin_inset Quotes eld
1534 \end_inset
1535
1536 ^
1537 \begin_inset Quotes erd
1538 \end_inset
1539
1540  or via the math toolbar button 
1541 \begin_inset Graphics
1542         filename ../images/math-superscript.png
1543         scale 85
1544
1545 \end_inset
1546
1547 .
1548 \end_layout
1549
1550 \begin_layout Standard
1551 \align center
1552 \begin_inset Tabular
1553 <lyxtabular version="3" rows="4" columns="2">
1554 <features tabularvalignment="middle">
1555 <column alignment="center" valignment="top" width="0pt">
1556 <column alignment="center" valignment="top" width="0pt">
1557 <row>
1558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1559 \begin_inset Text
1560
1561 \begin_layout Plain Layout
1562 command
1563 \end_layout
1564
1565 \end_inset
1566 </cell>
1567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1568 \begin_inset Text
1569
1570 \begin_layout Plain Layout
1571 Result
1572 \begin_inset Note Note
1573 status collapsed
1574
1575 \begin_layout Plain Layout
1576
1577 \series bold
1578
1579 \backslash
1580 raisebox
1581 \series default
1582  is only used as spacer.
1583 \end_layout
1584
1585 \end_inset
1586
1587
1588 \end_layout
1589
1590 \end_inset
1591 </cell>
1592 </row>
1593 <row>
1594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1595 \begin_inset Text
1596
1597 \begin_layout Plain Layout
1598 B_V
1599 \end_layout
1600
1601 \end_inset
1602 </cell>
1603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1604 \begin_inset Text
1605
1606 \begin_layout Plain Layout
1607 \begin_inset Formula $B_{V}$
1608 \end_inset
1609
1610
1611 \end_layout
1612
1613 \end_inset
1614 </cell>
1615 </row>
1616 <row>
1617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1618 \begin_inset Text
1619
1620 \begin_layout Plain Layout
1621 B^V
1622 \end_layout
1623
1624 \end_inset
1625 </cell>
1626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1627 \begin_inset Text
1628
1629 \begin_layout Plain Layout
1630 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1631 \end_inset
1632
1633
1634 \end_layout
1635
1636 \end_inset
1637 </cell>
1638 </row>
1639 <row>
1640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1641 \begin_inset Text
1642
1643 \begin_layout Plain Layout
1644 B^
1645 \begin_inset ERT
1646 status collapsed
1647
1648 \begin_layout Plain Layout
1649
1650
1651 \backslash
1652 spce 
1653 \end_layout
1654
1655 \end_inset
1656
1657 A
1658 \end_layout
1659
1660 \end_inset
1661 </cell>
1662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1663 \begin_inset Text
1664
1665 \begin_layout Plain Layout
1666 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1667 \end_inset
1668
1669
1670 \end_layout
1671
1672 \end_inset
1673 </cell>
1674 </row>
1675 </lyxtabular>
1676
1677 \end_inset
1678
1679
1680 \end_layout
1681
1682 \begin_layout Standard
1683 As the caret is in some languages an accent, vowels will be accentuated
1684  in this case and not set as exponents
1685 \begin_inset Foot
1686 status collapsed
1687
1688 \begin_layout Plain Layout
1689 Depending on the used keyboard settings this can also happen for other character
1690 s than vowels.
1691 \end_layout
1692
1693 \end_inset
1694
1695 .
1696  To get in this case exponents, press 
1697 \family sans
1698 Space
1699 \family default
1700  after the caret as in the last example.
1701 \end_layout
1702
1703 \begin_layout Subsection
1704 Fractions
1705 \begin_inset CommandInset label
1706 LatexCommand label
1707 name "sub:Fractions"
1708
1709 \end_inset
1710
1711
1712 \begin_inset Index idx
1713 status collapsed
1714
1715 \begin_layout Plain Layout
1716 Fractions
1717 \end_layout
1718
1719 \end_inset
1720
1721
1722 \end_layout
1723
1724 \begin_layout Standard
1725 Fractions are generated with the command 
1726 \series bold
1727
1728 \backslash
1729 frac
1730 \series default
1731
1732 \begin_inset Index idx
1733 status collapsed
1734
1735 \begin_layout Plain Layout
1736 Commands ! F ! 
1737 \backslash
1738 frac
1739 \end_layout
1740
1741 \end_inset
1742
1743  or via the math toolbar button 
1744 \begin_inset Graphics
1745         filename ../images/math/frac.png
1746         scale 50
1747
1748 \end_inset
1749
1750 .
1751  The font size is adjusted automatically, depending on whether the fraction
1752  is in an inline or display style formula.
1753  With the math toolbar button 
1754 \begin_inset Graphics
1755         filename ../images/math/frac-square.png
1756         scale 85
1757
1758 \end_inset
1759
1760  you can select different fraction types.
1761 \end_layout
1762
1763 \begin_layout Standard
1764 With the command 
1765 \series bold
1766
1767 \backslash
1768 dfrac
1769 \series default
1770
1771 \begin_inset Index idx
1772 status collapsed
1773
1774 \begin_layout Plain Layout
1775 Commands ! D ! 
1776 \backslash
1777 dfrac
1778 \end_layout
1779
1780 \end_inset
1781
1782  a fraction can be created that has in any case the size of a display style
1783  formula.
1784  With 
1785 \series bold
1786
1787 \backslash
1788 tfrac
1789 \series default
1790
1791 \begin_inset Index idx
1792 status collapsed
1793
1794 \begin_layout Plain Layout
1795 Commands ! T ! 
1796 \backslash
1797 tfrac
1798 \end_layout
1799
1800 \end_inset
1801
1802  the fraction appears always with the size of an inline formula.
1803  An example:
1804 \end_layout
1805
1806 \begin_layout Standard
1807 A line with the fraction 
1808 \begin_inset Formula $\frac{1}{2}$
1809 \end_inset
1810
1811  that was created with the command 
1812 \series bold
1813
1814 \backslash
1815 frac
1816 \series default
1817 .
1818 \end_layout
1819
1820 \begin_layout Standard
1821 A line with the fraction 
1822 \begin_inset Formula $\dfrac{1}{2}$
1823 \end_inset
1824
1825  that was created with the command 
1826 \series bold
1827
1828 \backslash
1829 dfrac
1830 \series default
1831 .
1832 \end_layout
1833
1834 \begin_layout Standard
1835 \align center
1836 \begin_inset Tabular
1837 <lyxtabular version="3" rows="4" columns="2">
1838 <features tabularvalignment="middle">
1839 <column alignment="center" valignment="top" width="0pt">
1840 <column alignment="center" valignment="top" width="0pt">
1841 <row>
1842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1843 \begin_inset Text
1844
1845 \begin_layout Plain Layout
1846 Command
1847 \end_layout
1848
1849 \end_inset
1850 </cell>
1851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1852 \begin_inset Text
1853
1854 \begin_layout Plain Layout
1855 Result
1856 \begin_inset Note Note
1857 status collapsed
1858
1859 \begin_layout Plain Layout
1860
1861 \series bold
1862
1863 \backslash
1864 raisebox
1865 \series default
1866  is only used as spacer.
1867 \end_layout
1868
1869 \end_inset
1870
1871
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 </row>
1877 <row>
1878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1879 \begin_inset Text
1880
1881 \begin_layout Plain Layout
1882
1883 \backslash
1884 frac
1885 \begin_inset ERT
1886 status collapsed
1887
1888 \begin_layout Plain Layout
1889
1890
1891 \backslash
1892 spce 
1893 \end_layout
1894
1895 \end_inset
1896
1897 A
1898 \begin_inset Formula $\downarrow$
1899 \end_inset
1900
1901 B
1902 \end_layout
1903
1904 \end_inset
1905 </cell>
1906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1907 \begin_inset Text
1908
1909 \begin_layout Plain Layout
1910 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1911 \end_inset
1912
1913
1914 \end_layout
1915
1916 \end_inset
1917 </cell>
1918 </row>
1919 <row>
1920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1921 \begin_inset Text
1922
1923 \begin_layout Plain Layout
1924
1925 \backslash
1926 dfrac
1927 \begin_inset ERT
1928 status collapsed
1929
1930 \begin_layout Plain Layout
1931
1932
1933 \backslash
1934 spce 
1935 \end_layout
1936
1937 \end_inset
1938
1939 A
1940 \begin_inset Formula $\downarrow$
1941 \end_inset
1942
1943 B
1944 \end_layout
1945
1946 \end_inset
1947 </cell>
1948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1949 \begin_inset Text
1950
1951 \begin_layout Plain Layout
1952 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1953 \end_inset
1954
1955
1956 \end_layout
1957
1958 \end_inset
1959 </cell>
1960 </row>
1961 <row>
1962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1963 \begin_inset Text
1964
1965 \begin_layout Plain Layout
1966
1967 \backslash
1968 dfrac
1969 \begin_inset ERT
1970 status collapsed
1971
1972 \begin_layout Plain Layout
1973
1974
1975 \backslash
1976 spce 
1977 \end_layout
1978
1979 \end_inset
1980
1981 e^
1982 \begin_inset ERT
1983 status collapsed
1984
1985 \begin_layout Plain Layout
1986
1987
1988 \backslash
1989 spce 
1990 \end_layout
1991
1992 \end_inset
1993
1994
1995 \backslash
1996 frac
1997 \begin_inset ERT
1998 status collapsed
1999
2000 \begin_layout Plain Layout
2001
2002
2003 \backslash
2004 spce 
2005 \end_layout
2006
2007 \end_inset
2008
2009 1
2010 \begin_inset Formula $\downarrow$
2011 \end_inset
2012
2013 2
2014 \begin_inset Formula $\downarrow\downarrow$
2015 \end_inset
2016
2017 3
2018 \end_layout
2019
2020 \end_inset
2021 </cell>
2022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2023 \begin_inset Text
2024
2025 \begin_layout Plain Layout
2026 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2027 \end_inset
2028
2029
2030 \end_layout
2031
2032 \end_inset
2033 </cell>
2034 </row>
2035 </lyxtabular>
2036
2037 \end_inset
2038
2039
2040 \end_layout
2041
2042 \begin_layout Standard
2043 \begin_inset VSpace bigskip
2044 \end_inset
2045
2046
2047 \begin_inset Newpage newpage
2048 \end_inset
2049
2050 For nested fractions the command 
2051 \series bold
2052
2053 \backslash
2054 cfrac
2055 \series default
2056
2057 \begin_inset Index idx
2058 status collapsed
2059
2060 \begin_layout Plain Layout
2061 Commands ! C ! 
2062 \backslash
2063 cfrac
2064 \end_layout
2065
2066 \end_inset
2067
2068  can be used.
2069  Here is an example:
2070 \begin_inset VSpace -3mm
2071 \end_inset
2072
2073
2074 \end_layout
2075
2076 \begin_layout Standard
2077 \begin_inset Formula \begin{align*}
2078 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2079 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2080 \end{align*}
2081
2082 \end_inset
2083
2084
2085 \end_layout
2086
2087 \begin_layout Standard
2088 The command for the example above is:
2089 \end_layout
2090
2091 \begin_layout Standard
2092
2093 \series bold
2094
2095 \backslash
2096 cfrac
2097 \begin_inset ERT
2098 status collapsed
2099
2100 \begin_layout Plain Layout
2101
2102
2103 \backslash
2104 spce 
2105 \end_layout
2106
2107 \end_inset
2108
2109 A
2110 \begin_inset Formula $\downarrow$
2111 \end_inset
2112
2113 B+
2114 \backslash
2115 cfrac
2116 \begin_inset ERT
2117 status collapsed
2118
2119 \begin_layout Plain Layout
2120
2121
2122 \backslash
2123 spce 
2124 \end_layout
2125
2126 \end_inset
2127
2128 C+
2129 \backslash
2130 cfrac
2131 \begin_inset ERT
2132 status collapsed
2133
2134 \begin_layout Plain Layout
2135
2136
2137 \backslash
2138 spce 
2139 \end_layout
2140
2141 \end_inset
2142
2143 E
2144 \begin_inset Formula $\downarrow$
2145 \end_inset
2146
2147 F
2148 \begin_inset Formula $\downarrow$
2149 \end_inset
2150
2151 D
2152 \end_layout
2153
2154 \begin_layout Standard
2155 \begin_inset VSpace medskip
2156 \end_inset
2157
2158
2159 \end_layout
2160
2161 \begin_layout Standard
2162
2163 \series bold
2164
2165 \backslash
2166 cfrac
2167 \series default
2168  sets the fraction always in the size of a displayed formula, also when
2169  it is part of another fraction.
2170 \end_layout
2171
2172 \begin_layout Standard
2173 It is possible to specify the alignment of the numerator.
2174  The command 
2175 \series bold
2176
2177 \backslash
2178 cfracleft
2179 \series default
2180  is used to left align it, the command 
2181 \series bold
2182
2183 \backslash
2184 cfracright
2185 \series default
2186  to right-align it.
2187  
2188 \series bold
2189
2190 \backslash
2191 cfrac
2192 \series default
2193  centers the numerator.
2194  These fractions demonstrate the different alignments:
2195 \end_layout
2196
2197 \begin_layout Standard
2198 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2199 \end_inset
2200
2201
2202 \begin_inset Formula $\cfrac{A}{B+C}$
2203 \end_inset
2204
2205
2206 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2207 \end_inset
2208
2209
2210 \end_layout
2211
2212 \begin_layout Standard
2213 \begin_inset Note Greyedout
2214 status open
2215
2216 \begin_layout Plain Layout
2217
2218 \series bold
2219 Note:
2220 \series default
2221  
2222 \series bold
2223
2224 \backslash
2225 cfracleft
2226 \series default
2227  and 
2228 \series bold
2229
2230 \backslash
2231 cfracright
2232 \series default
2233  are no real LaTeX commands but represent the command 
2234 \series bold
2235
2236 \backslash
2237 cfrac[alignment]{numerator}{denominator}
2238 \series default
2239  .
2240  Therefore you cannot use them in TeX code.
2241 \end_layout
2242
2243 \end_inset
2244
2245
2246 \end_layout
2247
2248 \begin_layout Standard
2249 \begin_inset VSpace medskip
2250 \end_inset
2251
2252 It is often advantageous to combine 
2253 \series bold
2254
2255 \backslash
2256 cfrac
2257 \series default
2258  and 
2259 \series bold
2260
2261 \backslash
2262 frac
2263 \series default
2264 :
2265 \begin_inset Formula \[
2266 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2267
2268 \end_inset
2269
2270
2271 \end_layout
2272
2273 \begin_layout Standard
2274 For inline fractions with a sloped fraction stroke you can use the command
2275  
2276 \series bold
2277
2278 \backslash
2279 nicefrac
2280 \series default
2281
2282 \begin_inset Index idx
2283 status collapsed
2284
2285 \begin_layout Plain Layout
2286 Commands ! N ! 
2287 \backslash
2288 nicefrac
2289 \end_layout
2290
2291 \end_inset
2292
2293
2294 \begin_inset Formula $\nicefrac{5}{31}$
2295 \end_inset
2296
2297  or 
2298 \series bold
2299
2300 \backslash
2301 unitfrac
2302 \series default
2303
2304 \begin_inset Index idx
2305 status collapsed
2306
2307 \begin_layout Plain Layout
2308 Commands ! U ! 
2309 \backslash
2310 unitfrac
2311 \end_layout
2312
2313 \end_inset
2314
2315
2316 \begin_inset Formula $\unitfrac{5}{31}$
2317 \end_inset
2318
2319  There is furthermore the command 
2320 \series bold
2321
2322 \backslash
2323 unitfracthree
2324 \series default
2325  that offers to write a fraction in combination with a number: 
2326 \begin_inset Formula $\unitfrac[2]{1}{3}$
2327 \end_inset
2328
2329
2330 \end_layout
2331
2332 \begin_layout Standard
2333 \begin_inset Note Greyedout
2334 status open
2335
2336 \begin_layout Plain Layout
2337
2338 \series bold
2339 Note:
2340 \series default
2341  
2342 \series bold
2343
2344 \backslash
2345 unitfracthree
2346 \series default
2347  is not a real LaTeX command but the command
2348 \begin_inset Newline newline
2349 \end_inset
2350
2351
2352 \series bold
2353
2354 \backslash
2355 unitfrac[number]{numerator}{denominator}
2356 \series default
2357  .
2358  Therefore you cannot use it in TeX code.
2359 \end_layout
2360
2361 \end_inset
2362
2363
2364 \end_layout
2365
2366 \begin_layout Standard
2367 How to define own fractions where the fraction stroke can be changed, is
2368  explained in 
2369 \begin_inset CommandInset ref
2370 LatexCommand ref
2371 reference "sub:Self-defined-Fractions"
2372
2373 \end_inset
2374
2375 .
2376 \end_layout
2377
2378 \begin_layout Subsection
2379 Roots
2380 \begin_inset Index idx
2381 status collapsed
2382
2383 \begin_layout Plain Layout
2384 Roots
2385 \end_layout
2386
2387 \end_inset
2388
2389
2390 \end_layout
2391
2392 \begin_layout Standard
2393 Square roots are created with 
2394 \series bold
2395
2396 \backslash
2397 sqrt
2398 \series default
2399
2400 \begin_inset Index idx
2401 status collapsed
2402
2403 \begin_layout Plain Layout
2404 Commands ! S ! 
2405 \backslash
2406 sqrt
2407 \end_layout
2408
2409 \end_inset
2410
2411  or the math toolbar button 
2412 \begin_inset Graphics
2413         filename ../images/math/sqrt.png
2414         scale 85
2415
2416 \end_inset
2417
2418 , all other roots with the command 
2419 \series bold
2420
2421 \backslash
2422 root
2423 \series default
2424
2425 \begin_inset Index idx
2426 status collapsed
2427
2428 \begin_layout Plain Layout
2429 Commands ! R ! 
2430 \backslash
2431 root
2432 \end_layout
2433
2434 \end_inset
2435
2436  or with the math toolbar button 
2437 \begin_inset Graphics
2438         filename ../images/math/root.png
2439         scale 85
2440
2441 \end_inset
2442
2443 .
2444 \end_layout
2445
2446 \begin_layout Standard
2447 \align center
2448 \begin_inset Tabular
2449 <lyxtabular version="3" rows="3" columns="2">
2450 <features tabularvalignment="middle">
2451 <column alignment="center" valignment="top" width="0pt">
2452 <column alignment="center" valignment="top" width="0pt">
2453 <row>
2454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2455 \begin_inset Text
2456
2457 \begin_layout Plain Layout
2458 Command
2459 \end_layout
2460
2461 \end_inset
2462 </cell>
2463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2464 \begin_inset Text
2465
2466 \begin_layout Plain Layout
2467 Result
2468 \begin_inset Note Note
2469 status collapsed
2470
2471 \begin_layout Plain Layout
2472
2473 \series bold
2474
2475 \backslash
2476 raisebox
2477 \series default
2478  is only used as spacer.
2479 \end_layout
2480
2481 \end_inset
2482
2483
2484 \end_layout
2485
2486 \end_inset
2487 </cell>
2488 </row>
2489 <row>
2490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2491 \begin_inset Text
2492
2493 \begin_layout Plain Layout
2494
2495 \backslash
2496 sqrt
2497 \begin_inset ERT
2498 status collapsed
2499
2500 \begin_layout Plain Layout
2501
2502
2503 \backslash
2504 spce 
2505 \end_layout
2506
2507 \end_inset
2508
2509 A-B
2510 \end_layout
2511
2512 \end_inset
2513 </cell>
2514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2515 \begin_inset Text
2516
2517 \begin_layout Plain Layout
2518 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2519 \end_inset
2520
2521
2522 \end_layout
2523
2524 \end_inset
2525 </cell>
2526 </row>
2527 <row>
2528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2529 \begin_inset Text
2530
2531 \begin_layout Plain Layout
2532
2533 \backslash
2534 root
2535 \begin_inset ERT
2536 status collapsed
2537
2538 \begin_layout Plain Layout
2539
2540
2541 \backslash
2542 spce 
2543 \end_layout
2544
2545 \end_inset
2546
2547 3
2548 \begin_inset Formula $\downarrow$
2549 \end_inset
2550
2551 A-B
2552 \end_layout
2553
2554 \end_inset
2555 </cell>
2556 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2557 \begin_inset Text
2558
2559 \begin_layout Plain Layout
2560 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2561 \end_inset
2562
2563
2564 \end_layout
2565
2566 \end_inset
2567 </cell>
2568 </row>
2569 </lyxtabular>
2570
2571 \end_inset
2572
2573
2574 \end_layout
2575
2576 \begin_layout Standard
2577 A square root can also be created with 
2578 \series bold
2579
2580 \backslash
2581 root
2582 \series default
2583  when the root index field is left empty.
2584 \end_layout
2585
2586 \begin_layout Standard
2587 With certain indices the distance to the root is too small, like in this
2588  formula: 
2589 \begin_inset Formula $\sqrt[\beta]{B}$
2590 \end_inset
2591
2592
2593 \begin_inset Newline newline
2594 \end_inset
2595
2596 The 
2597 \begin_inset Formula $\beta$
2598 \end_inset
2599
2600  touches the root.
2601  To avoid this, the commands 
2602 \series bold
2603
2604 \backslash
2605 leftroot
2606 \series default
2607
2608 \begin_inset Index idx
2609 status collapsed
2610
2611 \begin_layout Plain Layout
2612 Commands ! L ! 
2613 \backslash
2614 leftroot
2615 \end_layout
2616
2617 \end_inset
2618
2619  and 
2620 \series bold
2621
2622 \backslash
2623 uproot
2624 \series default
2625
2626 \begin_inset Index idx
2627 status collapsed
2628
2629 \begin_layout Plain Layout
2630 Commands ! U ! 
2631 \backslash
2632 uproot
2633 \end_layout
2634
2635 \end_inset
2636
2637  are used with the following scheme:
2638 \end_layout
2639
2640 \begin_layout Standard
2641
2642 \series bold
2643
2644 \backslash
2645 leftroot{distance}
2646 \series default
2647  and 
2648 \series bold
2649
2650 \backslash
2651 uproot{distance}
2652 \end_layout
2653
2654 \begin_layout Standard
2655 Distance is the number of Big Points (unit bp; 
2656 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2657 \end_inset
2658
2659 ), that the index should be moved to the left or top, resp..
2660  The commands are written to the index.
2661  This way the command
2662 \begin_inset Newline newline
2663 \end_inset
2664
2665
2666 \series bold
2667
2668 \backslash
2669 root
2670 \backslash
2671 leftroot{-1
2672 \begin_inset Formula $\to$
2673 \end_inset
2674
2675
2676 \backslash
2677 uproot{2
2678 \begin_inset Formula $\to$
2679 \end_inset
2680
2681
2682 \backslash
2683 beta
2684 \begin_inset ERT
2685 status collapsed
2686
2687 \begin_layout Plain Layout
2688
2689
2690 \backslash
2691 spce 
2692 \end_layout
2693
2694 \end_inset
2695
2696
2697 \begin_inset Formula $\to$
2698 \end_inset
2699
2700 B
2701 \begin_inset Newline newline
2702 \end_inset
2703
2704
2705 \series default
2706 produces a correct typeset formula: 
2707 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2708 \end_inset
2709
2710
2711 \end_layout
2712
2713 \begin_layout Subsection
2714 Binomial Coefficients
2715 \begin_inset Index idx
2716 status collapsed
2717
2718 \begin_layout Plain Layout
2719 Binomial coefficients
2720 \end_layout
2721
2722 \end_inset
2723
2724
2725 \end_layout
2726
2727 \begin_layout Standard
2728 Binomial coefficients are inserted with the command 
2729 \series bold
2730
2731 \backslash
2732 binom
2733 \series default
2734
2735 \begin_inset Index idx
2736 status collapsed
2737
2738 \begin_layout Plain Layout
2739 Commands ! B ! 
2740 \backslash
2741 binom
2742 \end_layout
2743
2744 \end_inset
2745
2746  or with the submenu of the math toolbar button 
2747 \begin_inset Graphics
2748         filename ../images/math/frac-square.png
2749         scale 85
2750
2751 \end_inset
2752
2753 .
2754  Analog to fractions (
2755 \series bold
2756
2757 \backslash
2758 frac
2759 \series default
2760 ) there are besides 
2761 \series bold
2762
2763 \backslash
2764 binom
2765 \series default
2766  the commands 
2767 \series bold
2768
2769 \backslash
2770 dbinom
2771 \series default
2772
2773 \begin_inset Index idx
2774 status collapsed
2775
2776 \begin_layout Plain Layout
2777 Commands ! D ! 
2778 \backslash
2779 dbinom
2780 \end_layout
2781
2782 \end_inset
2783
2784  and 
2785 \series bold
2786
2787 \backslash
2788 tbinom
2789 \series default
2790
2791 \begin_inset Index idx
2792 status collapsed
2793
2794 \begin_layout Plain Layout
2795 Commands ! T ! 
2796 \backslash
2797 tbinom
2798 \end_layout
2799
2800 \end_inset
2801
2802 .
2803  For other brackets around binomial coeficients there are the commands 
2804 \series bold
2805
2806 \backslash
2807 brace
2808 \series default
2809
2810 \begin_inset Index idx
2811 status collapsed
2812
2813 \begin_layout Plain Layout
2814 Commands ! B ! 
2815 \backslash
2816 brace
2817 \end_layout
2818
2819 \end_inset
2820
2821  and 
2822 \series bold
2823
2824 \backslash
2825 brack
2826 \series default
2827
2828 \begin_inset Index idx
2829 status collapsed
2830
2831 \begin_layout Plain Layout
2832 Commands ! B ! 
2833 \backslash
2834 brack
2835 \end_layout
2836
2837 \end_inset
2838
2839 .
2840 \end_layout
2841
2842 \begin_layout Standard
2843 \align center
2844 \begin_inset Tabular
2845 <lyxtabular version="3" rows="6" columns="2">
2846 <features tabularvalignment="middle">
2847 <column alignment="center" valignment="top" width="0pt">
2848 <column alignment="center" valignment="top" width="0pt">
2849 <row>
2850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2851 \begin_inset Text
2852
2853 \begin_layout Plain Layout
2854 Command
2855 \end_layout
2856
2857 \end_inset
2858 </cell>
2859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2860 \begin_inset Text
2861
2862 \begin_layout Plain Layout
2863 Result
2864 \begin_inset Note Note
2865 status collapsed
2866
2867 \begin_layout Plain Layout
2868
2869 \series bold
2870
2871 \backslash
2872 raisebox
2873 \series default
2874  is only used as spacer.
2875 \end_layout
2876
2877 \end_inset
2878
2879
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 </row>
2885 <row>
2886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2887 \begin_inset Text
2888
2889 \begin_layout Plain Layout
2890
2891 \backslash
2892 binom
2893 \begin_inset ERT
2894 status collapsed
2895
2896 \begin_layout Plain Layout
2897
2898
2899 \backslash
2900 spce 
2901 \end_layout
2902
2903 \end_inset
2904
2905 A
2906 \begin_inset Formula $\downarrow$
2907 \end_inset
2908
2909 B
2910 \end_layout
2911
2912 \end_inset
2913 </cell>
2914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2915 \begin_inset Text
2916
2917 \begin_layout Plain Layout
2918 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2919 \end_inset
2920
2921
2922 \end_layout
2923
2924 \end_inset
2925 </cell>
2926 </row>
2927 <row>
2928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2929 \begin_inset Text
2930
2931 \begin_layout Plain Layout
2932
2933 \backslash
2934 dbinom
2935 \begin_inset ERT
2936 status collapsed
2937
2938 \begin_layout Plain Layout
2939
2940
2941 \backslash
2942 spce 
2943 \end_layout
2944
2945 \end_inset
2946
2947 A
2948 \begin_inset Formula $\downarrow$
2949 \end_inset
2950
2951 B
2952 \end_layout
2953
2954 \end_inset
2955 </cell>
2956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2957 \begin_inset Text
2958
2959 \begin_layout Plain Layout
2960 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2961 \end_inset
2962
2963
2964 \end_layout
2965
2966 \end_inset
2967 </cell>
2968 </row>
2969 <row>
2970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2971 \begin_inset Text
2972
2973 \begin_layout Plain Layout
2974
2975 \backslash
2976 tbinom
2977 \begin_inset ERT
2978 status collapsed
2979
2980 \begin_layout Plain Layout
2981
2982
2983 \backslash
2984 spce 
2985 \end_layout
2986
2987 \end_inset
2988
2989 A
2990 \begin_inset Formula $\downarrow$
2991 \end_inset
2992
2993 B
2994 \end_layout
2995
2996 \end_inset
2997 </cell>
2998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2999 \begin_inset Text
3000
3001 \begin_layout Plain Layout
3002 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
3003 \end_inset
3004
3005
3006 \end_layout
3007
3008 \end_inset
3009 </cell>
3010 </row>
3011 <row>
3012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Plain Layout
3016
3017 \backslash
3018 brack
3019 \begin_inset ERT
3020 status collapsed
3021
3022 \begin_layout Plain Layout
3023
3024
3025 \backslash
3026 spce 
3027 \end_layout
3028
3029 \end_inset
3030
3031 A
3032 \begin_inset Formula $\downarrow$
3033 \end_inset
3034
3035 B
3036 \end_layout
3037
3038 \end_inset
3039 </cell>
3040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3041 \begin_inset Text
3042
3043 \begin_layout Plain Layout
3044 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3045 \end_inset
3046
3047
3048 \end_layout
3049
3050 \end_inset
3051 </cell>
3052 </row>
3053 <row>
3054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058
3059 \backslash
3060 brace
3061 \begin_inset ERT
3062 status collapsed
3063
3064 \begin_layout Plain Layout
3065
3066
3067 \backslash
3068 spce 
3069 \end_layout
3070
3071 \end_inset
3072
3073 A
3074 \begin_inset Formula $\downarrow$
3075 \end_inset
3076
3077 B
3078 \end_layout
3079
3080 \end_inset
3081 </cell>
3082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3083 \begin_inset Text
3084
3085 \begin_layout Plain Layout
3086 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3087 \end_inset
3088
3089
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 </row>
3095 </lyxtabular>
3096
3097 \end_inset
3098
3099
3100 \end_layout
3101
3102 \begin_layout Subsection
3103 Case Differentiations
3104 \begin_inset Index idx
3105 status collapsed
3106
3107 \begin_layout Plain Layout
3108 Case differentiations 
3109 \end_layout
3110
3111 \end_inset
3112
3113
3114 \end_layout
3115
3116 \begin_layout Standard
3117 \align center
3118 \begin_inset Tabular
3119 <lyxtabular version="3" rows="3" columns="2">
3120 <features tabularvalignment="middle">
3121 <column alignment="center" valignment="top" width="0pt">
3122 <column alignment="center" valignment="top" width="0pt">
3123 <row>
3124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Plain Layout
3128 Command
3129 \end_layout
3130
3131 \end_inset
3132 </cell>
3133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3134 \begin_inset Text
3135
3136 \begin_layout Plain Layout
3137 Result
3138 \end_layout
3139
3140 \end_inset
3141 </cell>
3142 </row>
3143 <row>
3144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3145 \begin_inset Text
3146
3147 \begin_layout Plain Layout
3148
3149 \backslash
3150 cases
3151 \begin_inset ERT
3152 status collapsed
3153
3154 \begin_layout Plain Layout
3155
3156
3157 \backslash
3158 spce 
3159 \end_layout
3160
3161 \end_inset
3162
3163 A
3164 \begin_inset Formula $\to$
3165 \end_inset
3166
3167 B>0
3168 \begin_inset Index idx
3169 status collapsed
3170
3171 \begin_layout Plain Layout
3172 Commands ! C ! 
3173 \backslash
3174 cases
3175 \end_layout
3176
3177 \end_inset
3178
3179
3180 \end_layout
3181
3182 \end_inset
3183 </cell>
3184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3185 \begin_inset Text
3186
3187 \begin_layout Plain Layout
3188 \begin_inset Formula $\begin{cases}
3189 A & B>0\end{cases}$
3190 \end_inset
3191
3192
3193 \end_layout
3194
3195 \end_inset
3196 </cell>
3197 </row>
3198 <row>
3199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3200 \begin_inset Text
3201
3202 \begin_layout Plain Layout
3203
3204 \backslash
3205 cases
3206 \begin_inset ERT
3207 status collapsed
3208
3209 \begin_layout Plain Layout
3210
3211
3212 \backslash
3213 spce 
3214 \end_layout
3215
3216 \end_inset
3217
3218
3219 \begin_inset Info
3220 type  "shortcut"
3221 arg   "newline-insert newline"
3222 \end_inset
3223
3224
3225 \end_layout
3226
3227 \end_inset
3228 </cell>
3229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233 \begin_inset Formula $\begin{cases}
3234 A & \textrm{for }x>0\\
3235 B & \textrm{for }x=0
3236 \end{cases}$
3237 \end_inset
3238
3239
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 </row>
3245 </lyxtabular>
3246
3247 \end_inset
3248
3249
3250 \end_layout
3251
3252 \begin_layout Standard
3253 After inserting 
3254 \series bold
3255
3256 \backslash
3257 cases
3258 \series default
3259  or the usage of the math toolbar button 
3260 \begin_inset Graphics
3261         filename ../images/math/cases.png
3262         scale 85
3263
3264 \end_inset
3265
3266  you can create new lines with the shortcut 
3267 \begin_inset Info
3268 type  "shortcut"
3269 arg   "newline-insert newline"
3270 \end_inset
3271
3272  or the table toolbar button 
3273 \begin_inset Graphics
3274         filename ../images/tabular-feature_append-row.png
3275         scale 85
3276
3277 \end_inset
3278
3279 .
3280 \end_layout
3281
3282 \begin_layout Standard
3283 The command 
3284 \series bold
3285
3286 \backslash
3287 cases
3288 \series default
3289  is also available via the menu 
3290 \family sans
3291 Insert\SpecialChar \menuseparator
3292 Math\SpecialChar \menuseparator
3293 Cases-Environment
3294 \family default
3295 .
3296 \end_layout
3297
3298 \begin_layout Subsection
3299 Negations
3300 \begin_inset Index idx
3301 status collapsed
3302
3303 \begin_layout Plain Layout
3304 Negations
3305 \end_layout
3306
3307 \end_inset
3308
3309
3310 \end_layout
3311
3312 \begin_layout Standard
3313 By inserting of 
3314 \series bold
3315
3316 \backslash
3317 not
3318 \series default
3319
3320 \begin_inset Index idx
3321 status collapsed
3322
3323 \begin_layout Plain Layout
3324 Commands ! N ! 
3325 \backslash
3326 not
3327 \end_layout
3328
3329 \end_inset
3330
3331  every character can be displayed canceled.
3332  The characters are quasi accentuated by a slash.
3333 \end_layout
3334
3335 \begin_layout Standard
3336 \align center
3337 \begin_inset Tabular
3338 <lyxtabular version="3" rows="4" columns="2">
3339 <features tabularvalignment="middle">
3340 <column alignment="center" valignment="top" width="0pt">
3341 <column alignment="center" valignment="top" width="0pt">
3342 <row>
3343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Plain Layout
3347 Command
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356 Result
3357 \end_layout
3358
3359 \end_inset
3360 </cell>
3361 </row>
3362 <row>
3363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367
3368 \backslash
3369 not=
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378 \begin_inset Formula $\not=$
3379 \end_inset
3380
3381
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 </row>
3387 <row>
3388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392
3393 \backslash
3394 not 
3395 \backslash
3396 le
3397 \end_layout
3398
3399 \end_inset
3400 </cell>
3401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Plain Layout
3405 \begin_inset Formula $\not\le$
3406 \end_inset
3407
3408
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 </row>
3414 <row>
3415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419
3420 \backslash
3421 not 
3422 \backslash
3423 parallel
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432 \begin_inset Formula $\not\parallel$
3433 \end_inset
3434
3435
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 </row>
3441 </lyxtabular>
3442
3443 \end_inset
3444
3445
3446 \end_layout
3447
3448 \begin_layout Standard
3449 The last example shows, that not all negations look good.
3450  Therefore there are for some negations special commands (see 
3451 \begin_inset CommandInset ref
3452 LatexCommand ref
3453 reference "sub:Mathematical-Symbols"
3454
3455 \end_inset
3456
3457  and 
3458 \begin_inset CommandInset ref
3459 LatexCommand ref
3460 reference "sec:Relations"
3461
3462 \end_inset
3463
3464 ).
3465 \end_layout
3466
3467 \begin_layout Subsection
3468 Placeholders
3469 \begin_inset CommandInset label
3470 LatexCommand label
3471 name "sub:Placeholders"
3472
3473 \end_inset
3474
3475
3476 \begin_inset Index idx
3477 status collapsed
3478
3479 \begin_layout Plain Layout
3480 Placeholders
3481 \end_layout
3482
3483 \end_inset
3484
3485
3486 \begin_inset Index idx
3487 status collapsed
3488
3489 \begin_layout Plain Layout
3490 Chemical characters ! Isotopes
3491 \end_layout
3492
3493 \end_inset
3494
3495
3496 \begin_inset Index idx
3497 status collapsed
3498
3499 \begin_layout Plain Layout
3500 Isotopes|see
3501 \begin_inset ERT
3502 status collapsed
3503
3504 \begin_layout Plain Layout
3505
3506 {
3507 \end_layout
3508
3509 \end_inset
3510
3511 Chemical characters
3512 \begin_inset ERT
3513 status collapsed
3514
3515 \begin_layout Plain Layout
3516
3517 }
3518 \end_layout
3519
3520 \end_inset
3521
3522
3523 \end_layout
3524
3525 \end_inset
3526
3527
3528 \end_layout
3529
3530 \begin_layout Standard
3531 When displaying e.
3532 \begin_inset space \thinspace{}
3533 \end_inset
3534
3535 g.
3536 \begin_inset space \space{}
3537 \end_inset
3538
3539 isotopes
3540 \begin_inset Foot
3541 status collapsed
3542
3543 \begin_layout Plain Layout
3544 Typesetting isotopes and chemical symbols is described in 
3545 \begin_inset CommandInset ref
3546 LatexCommand ref
3547 reference "sub:Chemical-Symbols-and"
3548
3549 \end_inset
3550
3551 .
3552 \end_layout
3553
3554 \end_inset
3555
3556  the following problem occurs:
3557 \end_layout
3558
3559 \begin_layout Standard
3560 \align center
3561 \begin_inset Tabular
3562 <lyxtabular version="3" rows="2" columns="2">
3563 <features tabularvalignment="middle">
3564 <column alignment="center" valignment="top" width="0pt">
3565 <column alignment="center" valignment="top" width="0pt">
3566 <row>
3567 <cell alignment="center" valignment="top" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Plain Layout
3571 Indices created with sub- and superscripts:
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell alignment="center" valignment="top" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3581 \end_inset
3582
3583
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 </row>
3589 <row>
3590 <cell alignment="center" valignment="top" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 correct indices:
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 <cell alignment="center" valignment="top" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Plain Layout
3603 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3604 \end_inset
3605
3606
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 </row>
3612 </lyxtabular>
3613
3614 \end_inset
3615
3616
3617 \begin_inset Note Note
3618 status collapsed
3619
3620 \begin_layout Plain Layout
3621
3622 \series bold
3623
3624 \backslash
3625 raisebox
3626 \series default
3627  is only used as spacer.
3628 \end_layout
3629
3630 \end_inset
3631
3632
3633 \end_layout
3634
3635 \begin_layout Standard
3636 The shorter index is by default placed below or above the first character
3637  of the longer index.
3638  To avoid this there is the command 
3639 \series bold
3640
3641 \backslash
3642 phantom
3643 \series default
3644
3645 \begin_inset Index idx
3646 status collapsed
3647
3648 \begin_layout Plain Layout
3649 Commands ! P ! 
3650 \backslash
3651 phantom
3652 \end_layout
3653
3654 \end_inset
3655
3656  or the math toolbar button
3657 \begin_inset space \thinspace{}
3658 \end_inset
3659
3660
3661 \begin_inset Foot
3662 status collapsed
3663
3664 \begin_layout Plain Layout
3665 can be found in the submenu of the toolbar button 
3666 \begin_inset Graphics
3667         filename ../images/math/space.png
3668         scale 85
3669
3670 \end_inset
3671
3672
3673 \end_layout
3674
3675 \end_inset
3676
3677  
3678 \begin_inset Graphics
3679         filename ../images/math/phantom.png
3680         scale 85
3681
3682 \end_inset
3683
3684  that creates one or more phantom characters.
3685  When inserting 
3686 \series bold
3687
3688 \backslash
3689 phantom
3690 \series default
3691  a small blue box appears that is superposed with two red arrows.
3692  The arrows indicate that the complete width and height of the box content
3693  will be created as placeholder.
3694  Phantom characters are accordingly placeholders with the size of the characters.
3695 \end_layout
3696
3697 \begin_layout Standard
3698 \align center
3699 \begin_inset Tabular
3700 <lyxtabular version="3" rows="4" columns="2">
3701 <features tabularvalignment="middle">
3702 <column alignment="center" valignment="top" width="0">
3703 <column alignment="center" valignment="top" width="0">
3704 <row>
3705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 Command
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 Result
3719 \begin_inset Note Note
3720 status collapsed
3721
3722 \begin_layout Plain Layout
3723
3724 \series bold
3725
3726 \backslash
3727 raisebox
3728 \series default
3729  is only used as spacer.
3730 \end_layout
3731
3732 \end_inset
3733
3734
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 </row>
3740 <row>
3741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745 ^19
3746 \begin_inset ERT
3747 status collapsed
3748
3749 \begin_layout Plain Layout
3750
3751
3752 \backslash
3753 spce 
3754 \end_layout
3755
3756 \end_inset
3757
3758 _
3759 \backslash
3760 phantom
3761 \begin_inset ERT
3762 status collapsed
3763
3764 \begin_layout Plain Layout
3765
3766
3767 \backslash
3768 spce 
3769 \end_layout
3770
3771 \end_inset
3772
3773 1
3774 \begin_inset Formula $\to$
3775 \end_inset
3776
3777 9
3778 \begin_inset ERT
3779 status collapsed
3780
3781 \begin_layout Plain Layout
3782
3783
3784 \backslash
3785 spce 
3786 \end_layout
3787
3788 \end_inset
3789
3790 F
3791 \end_layout
3792
3793 \end_inset
3794 </cell>
3795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3796 \begin_inset Text
3797
3798 \begin_layout Plain Layout
3799 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3800 \end_inset
3801
3802
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 </row>
3808 <row>
3809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 ^235
3814 \begin_inset ERT
3815 status collapsed
3816
3817 \begin_layout Plain Layout
3818
3819
3820 \backslash
3821 spce 
3822 \end_layout
3823
3824 \end_inset
3825
3826 _
3827 \backslash
3828 phantom
3829 \begin_inset ERT
3830 status collapsed
3831
3832 \begin_layout Plain Layout
3833
3834
3835 \backslash
3836 spce 
3837 \end_layout
3838
3839 \end_inset
3840
3841 23
3842 \begin_inset Formula $\to$
3843 \end_inset
3844
3845 9
3846 \begin_inset ERT
3847 status collapsed
3848
3849 \begin_layout Plain Layout
3850
3851
3852 \backslash
3853 spce 
3854 \end_layout
3855
3856 \end_inset
3857
3858 F
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3868 \end_inset
3869
3870
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 </row>
3876 <row>
3877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3878 \begin_inset Text
3879
3880 \begin_layout Plain Layout
3881
3882 \backslash
3883 Lambda^
3884 \begin_inset ERT
3885 status collapsed
3886
3887 \begin_layout Plain Layout
3888
3889
3890 \backslash
3891 spce 
3892 \end_layout
3893
3894 \end_inset
3895
3896
3897 \backslash
3898 phantom
3899 \begin_inset ERT
3900 status collapsed
3901
3902 \begin_layout Plain Layout
3903
3904
3905 \backslash
3906 spce 
3907 \end_layout
3908
3909 \end_inset
3910
3911 ii
3912 \begin_inset Formula $\to$
3913 \end_inset
3914
3915 t
3916 \begin_inset ERT
3917 status collapsed
3918
3919 \begin_layout Plain Layout
3920
3921
3922 \backslash
3923 spce 
3924 \end_layout
3925
3926 \end_inset
3927
3928 _MMt
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3938 \end_inset
3939
3940
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 </row>
3946 </lyxtabular>
3947
3948 \end_inset
3949
3950
3951 \end_layout
3952
3953 \begin_layout Standard
3954 Furthermore there are the commands 
3955 \series bold
3956
3957 \backslash
3958 vphantom
3959 \series default
3960
3961 \begin_inset Index idx
3962 status collapsed
3963
3964 \begin_layout Plain Layout
3965 Commands ! V ! 
3966 \backslash
3967 vphantom
3968 \end_layout
3969
3970 \end_inset
3971
3972  (toolbar button 
3973 \begin_inset space ~
3974 \end_inset
3975
3976
3977 \begin_inset Graphics
3978         filename ../images/math/vphantom.png
3979         scale 85
3980
3981 \end_inset
3982
3983 ) and 
3984 \series bold
3985
3986 \backslash
3987 hphantom
3988 \series default
3989
3990 \begin_inset Index idx
3991 status collapsed
3992
3993 \begin_layout Plain Layout
3994 Commands ! H ! 
3995 \backslash
3996 hphantom
3997 \end_layout
3998
3999 \end_inset
4000
4001  (toolbar button 
4002 \begin_inset space ~
4003 \end_inset
4004
4005
4006 \begin_inset Graphics
4007         filename ../images/math/hphantom.png
4008         scale 85
4009
4010 \end_inset
4011
4012 ).
4013  
4014 \series bold
4015
4016 \backslash
4017 hphantom
4018 \series default
4019  creates only space for the maximal height of the characters in the box
4020  but not for its width.
4021  
4022 \series bold
4023
4024 \backslash
4025 vphantom
4026 \series default
4027  creates only space for the width of the box content.
4028  Therefore  the boxes of both commands have only one red arrow.
4029 \end_layout
4030
4031 \begin_layout Standard
4032 For example creates 
4033 \series bold
4034
4035 \backslash
4036 vphantom
4037 \series default
4038
4039 \begin_inset ERT
4040 status collapsed
4041
4042 \begin_layout Plain Layout
4043
4044
4045 \backslash
4046 spce 
4047 \end_layout
4048
4049 \end_inset
4050
4051
4052 \series bold
4053 a
4054 \backslash
4055 int
4056 \series default
4057  space for the height of the integral sign,
4058 \begin_inset Foot
4059 status collapsed
4060
4061 \begin_layout Plain Layout
4062 The command 
4063 \series bold
4064
4065 \backslash
4066 int
4067 \series default
4068  creates an integral sign, see 
4069 \begin_inset CommandInset ref
4070 LatexCommand ref
4071 reference "sub:Big-Operators"
4072
4073 \end_inset
4074
4075 .
4076 \end_layout
4077
4078 \end_inset
4079
4080  because this is the larger character.
4081  An example application is in 
4082 \begin_inset CommandInset ref
4083 LatexCommand ref
4084 reference "sub:Multiline-Brackets"
4085
4086 \end_inset
4087
4088 .
4089 \end_layout
4090
4091 \begin_layout Standard
4092 Placeholders can also be used for text when it is inserted via the menu
4093  
4094 \family sans
4095 Insert\SpecialChar \menuseparator
4096 Formatting\SpecialChar \menuseparator
4097 Phantom
4098 \family default
4099 :
4100 \end_layout
4101
4102 \begin_layout Standard
4103 This is a sentence.
4104 \begin_inset Newline newline
4105 \end_inset
4106
4107
4108 \begin_inset Phantom Phantom
4109 status open
4110
4111 \begin_layout Plain Layout
4112 This
4113 \end_layout
4114
4115 \end_inset
4116
4117  is a sentence.
4118 \end_layout
4119
4120 \begin_layout Subsection
4121 Lines
4122 \begin_inset Index idx
4123 status collapsed
4124
4125 \begin_layout Plain Layout
4126 Lines
4127 \end_layout
4128
4129 \end_inset
4130
4131
4132 \begin_inset Index idx
4133 status collapsed
4134
4135 \begin_layout Plain Layout
4136 Formula ! underlined
4137 \end_layout
4138
4139 \end_inset
4140
4141
4142 \end_layout
4143
4144 \begin_layout Standard
4145 \align center
4146 \begin_inset Tabular
4147 <lyxtabular version="3" rows="4" columns="2">
4148 <features tabularvalignment="middle">
4149 <column alignment="center" valignment="top" width="0pt">
4150 <column alignment="center" valignment="top" width="0pt">
4151 <row>
4152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156 Command
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165 Result
4166 \begin_inset Note Note
4167 status collapsed
4168
4169 \begin_layout Plain Layout
4170
4171 \series bold
4172
4173 \backslash
4174 raisebox
4175 \series default
4176  is only used as spacer.
4177 \end_layout
4178
4179 \end_inset
4180
4181
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 </row>
4187 <row>
4188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192
4193 \backslash
4194 overline
4195 \begin_inset ERT
4196 status collapsed
4197
4198 \begin_layout Plain Layout
4199
4200
4201 \backslash
4202 spce 
4203 \end_layout
4204
4205 \end_inset
4206
4207 A+B
4208 \begin_inset Index idx
4209 status collapsed
4210
4211 \begin_layout Plain Layout
4212 Commands ! O ! 
4213 \backslash
4214 overline
4215 \end_layout
4216
4217 \end_inset
4218
4219
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4229 \end_inset
4230
4231
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 </row>
4237 <row>
4238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242
4243 \backslash
4244 underline
4245 \begin_inset ERT
4246 status collapsed
4247
4248 \begin_layout Plain Layout
4249
4250
4251 \backslash
4252 spce 
4253 \end_layout
4254
4255 \end_inset
4256
4257 A+B
4258 \begin_inset Index idx
4259 status collapsed
4260
4261 \begin_layout Plain Layout
4262 Commands ! U ! 
4263 \backslash
4264 underline
4265 \end_layout
4266
4267 \end_inset
4268
4269
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4279 \end_inset
4280
4281
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 </row>
4287 <row>
4288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292
4293 \backslash
4294 overline
4295 \begin_inset ERT
4296 status collapsed
4297
4298 \begin_layout Plain Layout
4299
4300
4301 \backslash
4302 spce 
4303 \end_layout
4304
4305 \end_inset
4306
4307
4308 \backslash
4309 underline
4310 \begin_inset ERT
4311 status collapsed
4312
4313 \begin_layout Plain Layout
4314
4315
4316 \backslash
4317 spce 
4318 \end_layout
4319
4320 \end_inset
4321
4322 A+B
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4332 \end_inset
4333
4334
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 </row>
4340 </lyxtabular>
4341
4342 \end_inset
4343
4344
4345 \end_layout
4346
4347 \begin_layout Standard
4348 In the last example it doesn't matter if first 
4349 \series bold
4350
4351 \backslash
4352 overline
4353 \series default
4354  or 
4355 \series bold
4356
4357 \backslash
4358 underline
4359 \series default
4360  is inserted.
4361 \end_layout
4362
4363 \begin_layout Standard
4364 To double underline e.
4365 \begin_inset space \thinspace{}
4366 \end_inset
4367
4368 g.
4369 \begin_inset space \space{}
4370 \end_inset
4371
4372 results, one uses 
4373 \series bold
4374
4375 \backslash
4376 underline
4377 \series default
4378  twice.
4379 \end_layout
4380
4381 \begin_layout Standard
4382 It is possible to place up to 6 lines above or below characters.
4383 \end_layout
4384
4385 \begin_layout Standard
4386 \begin_inset VSpace bigskip
4387 \end_inset
4388
4389 Custom lines can be created using the command 
4390 \series bold
4391
4392 \backslash
4393 rule
4394 \series default
4395
4396 \begin_inset Index idx
4397 status collapsed
4398
4399 \begin_layout Plain Layout
4400 Commands ! R ! 
4401 \backslash
4402 rule
4403 \end_layout
4404
4405 \end_inset
4406
4407  which has the following scheme:
4408 \end_layout
4409
4410 \begin_layout Standard
4411
4412 \series bold
4413
4414 \backslash
4415 rule[vertical offset]{length}{thickness}
4416 \end_layout
4417
4418 \begin_layout Standard
4419 The optional vertical offset shifts the line upwards (or downwards, when
4420  the value is negative).
4421  The units listed in 
4422 \begin_inset CommandInset ref
4423 LatexCommand ref
4424 reference "tab:Available-units"
4425
4426 \end_inset
4427
4428  can be used for the values.
4429  Here are two example lines created with the commands
4430 \begin_inset Newline newline
4431 \end_inset
4432
4433
4434 \series bold
4435
4436 \backslash
4437 rule[-2ex]{3cm}{2pt}
4438 \series default
4439  and 
4440 \series bold
4441
4442 \backslash
4443 rule{2cm}{1pt}
4444 \series default
4445 :
4446 \end_layout
4447
4448 \begin_layout Standard
4449 This is a sentence 
4450 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4451 \end_inset
4452
4453  with two lines.
4454 \end_layout
4455
4456 \begin_layout Standard
4457
4458 \series bold
4459
4460 \backslash
4461 rule
4462 \series default
4463  can also be used for text when a line is inserted via the menu 
4464 \family sans
4465 Insert\SpecialChar \menuseparator
4466 Formatting\SpecialChar \menuseparator
4467 Horizontal
4468 \begin_inset space ~
4469 \end_inset
4470
4471 Line
4472 \family default
4473 :
4474 \end_layout
4475
4476 \begin_layout Standard
4477 This is a sentence 
4478 \begin_inset CommandInset line
4479 LatexCommand rule
4480 offset "0.5ex"
4481 width "3cm"
4482 height "1pt"
4483
4484 \end_inset
4485
4486  with one line.
4487 \end_layout
4488
4489 \begin_layout Subsection
4490 Ellipses
4491 \begin_inset CommandInset label
4492 LatexCommand label
4493 name "sub:Ellipses"
4494
4495 \end_inset
4496
4497
4498 \begin_inset Index idx
4499 status collapsed
4500
4501 \begin_layout Plain Layout
4502 Ellipses
4503 \end_layout
4504
4505 \end_inset
4506
4507
4508 \end_layout
4509
4510 \begin_layout Standard
4511 There are different types of ellipses available.
4512 \begin_inset Foot
4513 status collapsed
4514
4515 \begin_layout Plain Layout
4516 In the math toolbar in the submenu of the button 
4517 \begin_inset Graphics
4518         filename ../images/math/ldots.png
4519         scale 85
4520
4521 \end_inset
4522
4523
4524 \end_layout
4525
4526 \end_inset
4527
4528  For listings dots at the baseline are used (
4529 \series bold
4530
4531 \backslash
4532 ldots
4533 \series default
4534
4535 \begin_inset Index idx
4536 status collapsed
4537
4538 \begin_layout Plain Layout
4539 Commands ! L ! 
4540 \backslash
4541 ldots
4542 \end_layout
4543
4544 \end_inset
4545
4546 ), while for operations dots are needed that are on the same height as the
4547  operators (
4548 \series bold
4549
4550 \backslash
4551 cdots
4552 \series default
4553
4554 \begin_inset Index idx
4555 status collapsed
4556
4557 \begin_layout Plain Layout
4558 Commands ! C ! 
4559 \backslash
4560 cdots
4561 \end_layout
4562
4563 \end_inset
4564
4565 ).
4566  When using the command 
4567 \series bold
4568
4569 \backslash
4570 dots
4571 \series default
4572
4573 \begin_inset Index idx
4574 status collapsed
4575
4576 \begin_layout Plain Layout
4577 Commands ! D ! 
4578 \backslash
4579 dots
4580 \end_layout
4581
4582 \end_inset
4583
4584 , LaTeX decides on the basis of the next character what type is used.
4585 \end_layout
4586
4587 \begin_layout Standard
4588 \align center
4589 \begin_inset Tabular
4590 <lyxtabular version="3" rows="8" columns="2">
4591 <features tabularvalignment="middle">
4592 <column alignment="center" valignment="top" width="0pt">
4593 <column alignment="center" valignment="top" width="0pt">
4594 <row>
4595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599 Command
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 Result
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 </row>
4614 <row>
4615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619 A_1
4620 \begin_inset ERT
4621 status collapsed
4622
4623 \begin_layout Plain Layout
4624
4625
4626 \backslash
4627 spce 
4628 \end_layout
4629
4630 \end_inset
4631
4632 ,
4633 \backslash
4634 dots
4635 \begin_inset ERT
4636 status collapsed
4637
4638 \begin_layout Plain Layout
4639
4640
4641 \backslash
4642 spce 
4643 \end_layout
4644
4645 \end_inset
4646
4647 ,A_n
4648 \end_layout
4649
4650 \end_inset
4651 </cell>
4652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656 \begin_inset Formula $A_{1},\dots,A_{n}$
4657 \end_inset
4658
4659
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 </row>
4665 <row>
4666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 A_1
4671 \begin_inset ERT
4672 status collapsed
4673
4674 \begin_layout Plain Layout
4675
4676
4677 \backslash
4678 spce 
4679 \end_layout
4680
4681 \end_inset
4682
4683 +
4684 \backslash
4685 dots
4686 \begin_inset ERT
4687 status collapsed
4688
4689 \begin_layout Plain Layout
4690
4691
4692 \backslash
4693 spce 
4694 \end_layout
4695
4696 \end_inset
4697
4698 +A_n
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 \begin_inset Formula $A_{1}+\dots+A_{n}$
4708 \end_inset
4709
4710
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 </row>
4716 <row>
4717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 A_1
4722 \begin_inset ERT
4723 status collapsed
4724
4725 \begin_layout Plain Layout
4726
4727
4728 \backslash
4729 spce 
4730 \end_layout
4731
4732 \end_inset
4733
4734 ,
4735 \backslash
4736 ldots
4737 \begin_inset ERT
4738 status collapsed
4739
4740 \begin_layout Plain Layout
4741
4742
4743 \backslash
4744 spce 
4745 \end_layout
4746
4747 \end_inset
4748
4749 ,A_n
4750 \end_layout
4751
4752 \end_inset
4753 </cell>
4754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4755 \begin_inset Text
4756
4757 \begin_layout Plain Layout
4758 \begin_inset Formula $A_{1},\ldots,A_{n}$
4759 \end_inset
4760
4761
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 </row>
4767 <row>
4768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772 A_1
4773 \begin_inset ERT
4774 status collapsed
4775
4776 \begin_layout Plain Layout
4777
4778
4779 \backslash
4780 spce 
4781 \end_layout
4782
4783 \end_inset
4784
4785 +
4786 \backslash
4787 cdots
4788 \begin_inset ERT
4789 status collapsed
4790
4791 \begin_layout Plain Layout
4792
4793
4794 \backslash
4795 spce 
4796 \end_layout
4797
4798 \end_inset
4799
4800 +A_n
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Plain Layout
4809 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4810 \end_inset
4811
4812
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 </row>
4818 <row>
4819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823
4824 \backslash
4825 vdots
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834 \begin_inset Formula $\vdots$
4835 \end_inset
4836
4837
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 </row>
4843 <row>
4844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848
4849 \backslash
4850 ddots
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859 \begin_inset Formula $\ddots$
4860 \end_inset
4861
4862
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 </row>
4868 <row>
4869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4870 \begin_inset Text
4871
4872 \begin_layout Plain Layout
4873 3×3
4874 \begin_inset space \thinspace{}
4875 \end_inset
4876
4877 matrix with the different dots
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886 \begin_inset Formula $\begin{array}{ccc}
4887 A_{11} & \cdots & A_{1m}\\
4888 \vdots & \ddots & \vdots\\
4889 A_{n1} & \cdots & A_{nm}
4890 \end{array}$
4891 \end_inset
4892
4893
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 </row>
4899 </lyxtabular>
4900
4901 \end_inset
4902
4903
4904 \end_layout
4905
4906 \begin_layout Standard
4907 The ellipses available in menu 
4908 \family sans
4909 Insert\SpecialChar \menuseparator
4910 Special
4911 \begin_inset space ~
4912 \end_inset
4913
4914 Character
4915 \family default
4916  are 
4917 \series bold
4918
4919 \backslash
4920 ldots
4921 \series default
4922 .
4923 \end_layout
4924
4925 \begin_layout Standard
4926 \begin_inset VSpace medskip
4927 \end_inset
4928
4929 Specially for matrices there are ellipses that span over several columns.
4930  They are created with the command 
4931 \series bold
4932
4933 \backslash
4934 hdotsfor
4935 \series default
4936
4937 \begin_inset Index idx
4938 status collapsed
4939
4940 \begin_layout Plain Layout
4941 Commands ! H ! 
4942 \backslash
4943 hdotsfor
4944 \end_layout
4945
4946 \end_inset
4947
4948 , that has the following scheme:
4949 \end_layout
4950
4951 \begin_layout Standard
4952
4953 \series bold
4954
4955 \backslash
4956 hdotsfor[distance]{number of columns}
4957 \end_layout
4958
4959 \begin_layout Standard
4960 The number of columns specifies how many columns should be spanned.
4961  Distance is a factor for the distance between the dots.
4962 \end_layout
4963
4964 \begin_layout Standard
4965 In the following matrix the command 
4966 \series bold
4967
4968 \backslash
4969 hdotsfor[2]{4}
4970 \series default
4971  was inserted in the first box of the second line, to get an ellipsis with
4972  a dot distance twice as long as with the command 
4973 \series bold
4974
4975 \backslash
4976 dots
4977 \series default
4978 :
4979 \begin_inset Formula \[
4980 \left(\begin{array}{cccc}
4981 A & B & C & D\\
4982 \hdotsfor[2]{4}\\
4983 q & w & e & r
4984 \end{array}\right)\]
4985
4986 \end_inset
4987
4988 Note that the matrix fields that should be spanned must be empty, otherwise
4989  you get LaTeX-errors.
4990 \end_layout
4991
4992 \begin_layout Standard
4993 \begin_inset VSpace bigskip
4994 \end_inset
4995
4996 Furthermore you can fill with the command 
4997 \series bold
4998
4999 \backslash
5000 dotfill
5001 \series default
5002
5003 \begin_inset Index idx
5004 status collapsed
5005
5006 \begin_layout Plain Layout
5007 Commands ! D ! 
5008 \backslash
5009 dotfill
5010 \end_layout
5011
5012 \end_inset
5013
5014  the rest of a line with dots.
5015  The effect of these commands is the same like with 
5016 \series bold
5017
5018 \backslash
5019 hfill
5020 \series default
5021 , see 
5022 \begin_inset CommandInset ref
5023 LatexCommand ref
5024 reference "sub:Variable-Space"
5025
5026 \end_inset
5027
5028 .
5029 \end_layout
5030
5031 \begin_layout Standard
5032 For example the command 
5033 \series bold
5034 A
5035 \backslash
5036 dotfill
5037 \begin_inset ERT
5038 status collapsed
5039
5040 \begin_layout Plain Layout
5041
5042
5043 \backslash
5044 spce 
5045 \end_layout
5046
5047 \end_inset
5048
5049 B
5050 \series default
5051  produces
5052 \end_layout
5053
5054 \begin_layout Standard
5055 \begin_inset Formula $A\dotfill B$
5056 \end_inset
5057
5058
5059 \end_layout
5060
5061 \begin_layout Standard
5062 Analog to
5063 \series bold
5064  
5065 \backslash
5066 dotfill
5067 \series default
5068  there is for a line the command 
5069 \series bold
5070
5071 \backslash
5072 hrulefill
5073 \series default
5074
5075 \begin_inset Index idx
5076 status collapsed
5077
5078 \begin_layout Plain Layout
5079 Commands ! H ! 
5080 \backslash
5081 hrulefill
5082 \end_layout
5083
5084 \end_inset
5085
5086 :
5087 \end_layout
5088
5089 \begin_layout Standard
5090 \begin_inset Formula $A\hrulefill B$
5091 \end_inset
5092
5093
5094 \end_layout
5095
5096 \begin_layout Standard
5097 To use the commands for text, they have to be inserted in TeX-mode.
5098 \end_layout
5099
5100 \begin_layout Section
5101 Matrices
5102 \begin_inset CommandInset label
5103 LatexCommand label
5104 name "sec:Matrices"
5105
5106 \end_inset
5107
5108
5109 \begin_inset Index idx
5110 status collapsed
5111
5112 \begin_layout Plain Layout
5113 Matrices
5114 \end_layout
5115
5116 \end_inset
5117
5118
5119 \end_layout
5120
5121 \begin_layout Standard
5122 Matrices can be inserted via the math toolbar button 
5123 \begin_inset Graphics
5124         filename ../images/dialog-show_mathmatrix.png
5125         scale 85
5126
5127 \end_inset
5128
5129  or the menu 
5130 \family sans
5131 Insert\SpecialChar \menuseparator
5132 Math\SpecialChar \menuseparator
5133 Matrix
5134 \family default
5135 .
5136  You will be asked for the number of matrix columns and rows and the alignment.
5137  The vertical alignment is hereby only of importance for matrices in inline
5138  formulas:
5139 \end_layout
5140
5141 \begin_layout Standard
5142 The first matrix is top 
5143 \begin_inset Formula $\begin{array}[t]{cccc}
5144 A & D & G & J\\
5145 B & E & H & K\\
5146 C & F & I & L
5147 \end{array}$
5148 \end_inset
5149
5150 , the second middle 
5151 \begin_inset Formula $\begin{array}{cccc}
5152 A & D & G & J\\
5153 B & E & H & K\\
5154 C & F & I & L
5155 \end{array}$
5156 \end_inset
5157
5158  and the third bottom 
5159 \begin_inset Formula $\begin{array}[b]{cccc}
5160 A & D & G & J\\
5161 B & E & H & K\\
5162 C & F & I & L
5163 \end{array}$
5164 \end_inset
5165
5166  aligned.
5167 \end_layout
5168
5169 \begin_layout Standard
5170 The horizontal alignment specifies how the column entries should be aligned.
5171  It is set by entering a letter for every column.
5172  
5173 \emph on
5174 l
5175 \emph default
5176  denotes left aligned, 
5177 \emph on
5178 c
5179 \emph default
5180  centered and 
5181 \emph on
5182 r
5183 \emph default
5184  right aligned.
5185  To create for example a 4
5186 \series bold
5187 ×
5188 \series default
5189 4
5190 \begin_inset space ~
5191 \end_inset
5192
5193 matrix where the first column is left aligned, the second and third are
5194  centered and the last one is right aligned, one enters for the horizontal
5195  alignment 
5196 \series bold
5197 lccr
5198 \series default
5199 .
5200  Normally are in a matrix all columns centered, therefore the default is
5201  for every column is a 
5202 \series bold
5203 c
5204 \series default
5205 .
5206 \end_layout
5207
5208 \begin_layout Standard
5209 Horizontal alignment:
5210 \end_layout
5211
5212 \begin_layout Standard
5213
5214 \series bold
5215 lll
5216 \series default
5217  : 
5218 \begin_inset Formula $\begin{array}{lll}
5219 10000 & D & G\\
5220 B & 10000 & H\\
5221 C & F & 10000
5222 \end{array}$
5223 \end_inset
5224
5225  , 
5226 \series bold
5227 ccc
5228 \series default
5229  : 
5230 \begin_inset Formula $\begin{array}{ccc}
5231 10000 & D & G\\
5232 B & 10000 & H\\
5233 C & F & 10000
5234 \end{array}$
5235 \end_inset
5236
5237  , 
5238 \series bold
5239 rrr
5240 \series default
5241  : 
5242 \begin_inset Formula $\begin{array}{rrr}
5243 10000 & D & G\\
5244 B & 10000 & H\\
5245 C & F & 10000
5246 \end{array}$
5247 \end_inset
5248
5249
5250 \end_layout
5251
5252 \begin_layout Standard
5253 To add or delete rows and columns subsequently, the math toolbar buttons
5254  
5255 \begin_inset Graphics
5256         filename ../images/tabular-feature_append-row.png
5257         scale 85
5258
5259 \end_inset
5260
5261
5262 \begin_inset Graphics
5263         filename ../images/tabular-feature_delete-row.png
5264         scale 85
5265
5266 \end_inset
5267
5268 , etc.
5269 \begin_inset space \thinspace{}
5270 \end_inset
5271
5272 , or the menu 
5273 \family sans
5274 Edit\SpecialChar \menuseparator
5275 Rows & Columns
5276 \family default
5277  can be used.
5278  New rows can also be created with 
5279 \begin_inset Info
5280 type  "shortcut"
5281 arg   "newline-insert newline"
5282 \end_inset
5283
5284 .
5285 \end_layout
5286
5287 \begin_layout Standard
5288 \begin_inset VSpace bigskip
5289 \end_inset
5290
5291 Parentheses around a matrix can can either be created with the commands
5292  
5293 \series bold
5294
5295 \backslash
5296 left
5297 \series default
5298
5299 \begin_inset Index idx
5300 status collapsed
5301
5302 \begin_layout Plain Layout
5303 Commands ! L ! 
5304 \backslash
5305 left
5306 \end_layout
5307
5308 \end_inset
5309
5310  and 
5311 \series bold
5312
5313 \backslash
5314 right
5315 \series default
5316
5317 \begin_inset Index idx
5318 status collapsed
5319
5320 \begin_layout Plain Layout
5321 Commands ! R ! 
5322 \backslash
5323 right
5324 \end_layout
5325
5326 \end_inset
5327
5328  (shortcut 
5329 \family sans
5330 Alt+M
5331 \begin_inset space ~
5332 \end_inset
5333
5334 Parenthesis
5335 \family default
5336 ), see 
5337 \begin_inset CommandInset ref
5338 LatexCommand ref
5339 reference "sub:Automatic-Bracket-Size"
5340
5341 \end_inset
5342
5343 , or by using the following commands:
5344 \begin_inset VSpace medskip
5345 \end_inset
5346
5347
5348 \end_layout
5349
5350 \begin_layout Standard
5351 \begin_inset space \hfill{}
5352 \end_inset
5353
5354
5355 \begin_inset Tabular
5356 <lyxtabular version="3" rows="4" columns="2">
5357 <features tabularvalignment="middle">
5358 <column alignment="center" valignment="top" width="0">
5359 <column alignment="center" valignment="top" width="0">
5360 <row>
5361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5362 \begin_inset Text
5363
5364 \begin_layout Plain Layout
5365 Command
5366 \end_layout
5367
5368 \end_inset
5369 </cell>
5370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5371 \begin_inset Text
5372
5373 \begin_layout Plain Layout
5374 Result
5375 \begin_inset Note Note
5376 status collapsed
5377
5378 \begin_layout Plain Layout
5379
5380 \series bold
5381
5382 \backslash
5383 raisebox
5384 \series default
5385  is only used as spacer.
5386 \end_layout
5387
5388 \end_inset
5389
5390
5391 \end_layout
5392
5393 \end_inset
5394 </cell>
5395 </row>
5396 <row>
5397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401
5402 \backslash
5403 bmatrix
5404 \begin_inset ERT
5405 status collapsed
5406
5407 \begin_layout Plain Layout
5408
5409
5410 \backslash
5411 spce 
5412 \end_layout
5413
5414 \end_inset
5415
5416 2
5417 \series bold
5418 ×
5419 \series default
5420 2
5421 \begin_inset space \thinspace{}
5422 \end_inset
5423
5424 matrix
5425 \end_layout
5426
5427 \end_inset
5428 </cell>
5429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5430 \begin_inset Text
5431
5432 \begin_layout Plain Layout
5433 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5434 0 & \textrm{-}\mathrm{i}\\
5435 \mathrm{i} & 0
5436 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5437 \end_inset
5438
5439
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 </row>
5445 <row>
5446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450
5451 \backslash
5452 Bmatrix
5453 \begin_inset ERT
5454 status collapsed
5455
5456 \begin_layout Plain Layout
5457
5458
5459 \backslash
5460 spce 
5461 \end_layout
5462
5463 \end_inset
5464
5465 2
5466 \series bold
5467 ×
5468 \series default
5469 2
5470 \begin_inset space \thinspace{}
5471 \end_inset
5472
5473 matrix
5474 \end_layout
5475
5476 \end_inset
5477 </cell>
5478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5483 0 & \textrm{-}\mathrm{i}\\
5484 \mathrm{i} & 0
5485 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5486 \end_inset
5487
5488
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 </row>
5494 <row>
5495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Plain Layout
5499
5500 \backslash
5501 pmatrix
5502 \begin_inset ERT
5503 status collapsed
5504
5505 \begin_layout Plain Layout
5506
5507
5508 \backslash
5509 spce 
5510 \end_layout
5511
5512 \end_inset
5513
5514 2
5515 \series bold
5516 ×
5517 \series default
5518 2
5519 \begin_inset space \thinspace{}
5520 \end_inset
5521
5522 matrix
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5528 \begin_inset Text
5529
5530 \begin_layout Plain Layout
5531 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5532 0 & \textrm{-}\mathrm{i}\\
5533 \mathrm{i} & 0
5534 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5535 \end_inset
5536
5537
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 </row>
5543 </lyxtabular>
5544
5545 \end_inset
5546
5547
5548 \begin_inset space \hfill{}
5549 \end_inset
5550
5551
5552 \begin_inset Tabular
5553 <lyxtabular version="3" rows="4" columns="2">
5554 <features tabularvalignment="middle">
5555 <column alignment="center" valignment="top" width="0">
5556 <column alignment="center" valignment="top" width="0">
5557 <row>
5558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 Command
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 Result
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 </row>
5577 <row>
5578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582
5583 \backslash
5584 vmatrix
5585 \begin_inset ERT
5586 status collapsed
5587
5588 \begin_layout Plain Layout
5589
5590
5591 \backslash
5592 spce 
5593 \end_layout
5594
5595 \end_inset
5596
5597 2
5598 \series bold
5599 ×
5600 \series default
5601 2
5602 \begin_inset space \thinspace{}
5603 \end_inset
5604
5605 matrix
5606 \end_layout
5607
5608 \end_inset
5609 </cell>
5610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5615 0 & \textrm{-}\mathrm{i}\\
5616 \mathrm{i} & 0
5617 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5618 \end_inset
5619
5620
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 </row>
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
5632 \backslash
5633 Vmatrix
5634 \begin_inset ERT
5635 status collapsed
5636
5637 \begin_layout Plain Layout
5638
5639
5640 \backslash
5641 spce 
5642 \end_layout
5643
5644 \end_inset
5645
5646 2
5647 \series bold
5648 ×
5649 \series default
5650 2
5651 \begin_inset space \thinspace{}
5652 \end_inset
5653
5654 matrix
5655 \end_layout
5656
5657 \end_inset
5658 </cell>
5659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5660 \begin_inset Text
5661
5662 \begin_layout Plain Layout
5663 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5664 0 & \textrm{-}\mathrm{i}\\
5665 \mathrm{i} & 0
5666 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5667 \end_inset
5668
5669
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 </row>
5675 <row>
5676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5677 \begin_inset Text
5678
5679 \begin_layout Plain Layout
5680
5681 \backslash
5682 matrix
5683 \begin_inset ERT
5684 status collapsed
5685
5686 \begin_layout Plain Layout
5687
5688
5689 \backslash
5690 spce 
5691 \end_layout
5692
5693 \end_inset
5694
5695 2
5696 \series bold
5697 ×
5698 \series default
5699 2
5700 \begin_inset space \thinspace{}
5701 \end_inset
5702
5703 matrix
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Plain Layout
5712 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5713 0 & \textrm{-}\mathrm{i}\\
5714 \mathrm{i} & 0
5715 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5716 \end_inset
5717
5718
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 </row>
5724 </lyxtabular>
5725
5726 \end_inset
5727
5728
5729 \begin_inset space \hfill{}
5730 \end_inset
5731
5732
5733 \end_layout
5734
5735 \begin_layout Standard
5736 \begin_inset VSpace medskip
5737 \end_inset
5738
5739 When e.
5740 \begin_inset space \thinspace{}
5741 \end_inset
5742
5743 g.
5744 \begin_inset space \space{}
5745 \end_inset
5746
5747
5748 \series bold
5749
5750 \backslash
5751 vmatrix
5752 \series default
5753  is inserted, a blue box appears between two vertical lines where the matrix
5754  is inserted.
5755 \end_layout
5756
5757 \begin_layout Standard
5758 \begin_inset VSpace bigskip
5759 \end_inset
5760
5761 As all multiline formulas are matrices, the length 
5762 \series bold
5763
5764 \backslash
5765 arraycolsep
5766 \series default
5767
5768 \begin_inset Index idx
5769 status collapsed
5770
5771 \begin_layout Plain Layout
5772 Commands ! A ! 
5773 \backslash
5774 arraycolsep
5775 \end_layout
5776
5777 \end_inset
5778
5779  that is described in 
5780 \begin_inset CommandInset ref
5781 LatexCommand ref
5782 reference "sub:Column-Separation"
5783
5784 \end_inset
5785
5786  can also be used to change the column separation of matrices.
5787 \end_layout
5788
5789 \begin_layout Standard
5790 To change the row separation, the command 
5791 \series bold
5792
5793 \backslash
5794 arraystretch
5795 \series default
5796
5797 \begin_inset Index idx
5798 status collapsed
5799
5800 \begin_layout Plain Layout
5801 Commands ! A ! 
5802 \backslash
5803 arraystretch
5804 \end_layout
5805
5806 \end_inset
5807
5808  is used.
5809  It is used as follows:
5810 \end_layout
5811
5812 \begin_layout Standard
5813
5814 \series bold
5815
5816 \backslash
5817 renewcommand{
5818 \backslash
5819 arraystretch}{stretch factor}
5820 \begin_inset Index idx
5821 status collapsed
5822
5823 \begin_layout Plain Layout
5824 Commands ! R ! 
5825 \backslash
5826 renewcommand
5827 \end_layout
5828
5829 \end_inset
5830
5831
5832 \end_layout
5833
5834 \begin_layout Standard
5835 The command 
5836 \series bold
5837
5838 \backslash
5839 renewcommand
5840 \series default
5841  assigns the stretch factor to the predefined command 
5842 \series bold
5843
5844 \backslash
5845 arraystretch
5846 \series default
5847 .
5848  To double e.
5849 \begin_inset space \thinspace{}
5850 \end_inset
5851
5852 g.
5853 \begin_inset space \space{}
5854 \end_inset
5855
5856 the row separation, use the factor 2.
5857  This is then used for all following matrices.
5858  To go back to the original separation, assign the factor 1 to 
5859 \series bold
5860
5861 \backslash
5862 arraystretch
5863 \series default
5864 .
5865 \end_layout
5866
5867 \begin_layout Standard
5868 To set matrices into a text line, the command 
5869 \series bold
5870
5871 \backslash
5872 smallmatrix
5873 \series default
5874
5875 \begin_inset Index idx
5876 status collapsed
5877
5878 \begin_layout Plain Layout
5879 Commands ! S ! 
5880 \backslash
5881 smallmatrix
5882 \end_layout
5883
5884 \end_inset
5885
5886  is used.
5887  When it is inserted a blue box with two dashed lines appears.
5888  In this box the matrix is inserted.
5889 \end_layout
5890
5891 \begin_layout Standard
5892 This is a matrix 
5893 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5894 C & D
5895 \end{smallmatrix}\right)$
5896 \end_inset
5897
5898  in a text line.
5899 \end_layout
5900
5901 \begin_layout Section
5902 Brackets and Delimiters
5903 \begin_inset Index idx
5904 status collapsed
5905
5906 \begin_layout Plain Layout
5907 Brackets
5908 \end_layout
5909
5910 \end_inset
5911
5912
5913 \begin_inset Index idx
5914 status collapsed
5915
5916 \begin_layout Plain Layout
5917 Delimiters
5918 \end_layout
5919
5920 \end_inset
5921
5922
5923 \end_layout
5924
5925 \begin_layout Subsection
5926 Vertical Brackets and Delimiters
5927 \begin_inset Index idx
5928 status collapsed
5929
5930 \begin_layout Plain Layout
5931 Brackets ! vertical
5932 \end_layout
5933
5934 \end_inset
5935
5936
5937 \end_layout
5938
5939 \begin_layout Standard
5940 \begin_inset space \hfill{}
5941 \end_inset
5942
5943
5944 \begin_inset Tabular
5945 <lyxtabular version="3" rows="9" columns="2">
5946 <features tabularvalignment="middle">
5947 <column alignment="center" valignment="top" width="0pt">
5948 <column alignment="center" valignment="top" width="0pt">
5949 <row>
5950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 Command
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 Result
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 </row>
5969 <row>
5970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5971 \begin_inset Text
5972
5973 \begin_layout Plain Layout
5974 (
5975 \end_layout
5976
5977 \end_inset
5978 </cell>
5979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5980 \begin_inset Text
5981
5982 \begin_layout Plain Layout
5983 \begin_inset Formula $($
5984 \end_inset
5985
5986
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 </row>
5992 <row>
5993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 {
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006 \begin_inset Formula $\{$
6007 \end_inset
6008
6009
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 </row>
6015 <row>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 [
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 \begin_inset Formula $[$
6030 \end_inset
6031
6032
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 </row>
6038 <row>
6039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043
6044 \backslash
6045 langle
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Plain Layout
6054 \begin_inset Formula $\langle$
6055 \end_inset
6056
6057
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 </row>
6063 <row>
6064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6065 \begin_inset Text
6066
6067 \begin_layout Plain Layout
6068
6069 \backslash
6070 lceil
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079 \begin_inset Formula $\lceil$
6080 \end_inset
6081
6082
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 </row>
6088 <row>
6089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6090 \begin_inset Text
6091
6092 \begin_layout Plain Layout
6093
6094 \backslash
6095 lfloor
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 \begin_inset Formula $\lfloor$
6105 \end_inset
6106
6107
6108 \end_layout
6109
6110 \end_inset
6111 </cell>
6112 </row>
6113 <row>
6114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118 /
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127 \begin_inset Formula $/$
6128 \end_inset
6129
6130
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 </row>
6136 <row>
6137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141 |
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150 \begin_inset Formula $|$
6151 \end_inset
6152
6153
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 </row>
6159 </lyxtabular>
6160
6161 \end_inset
6162
6163
6164 \begin_inset space \hfill{}
6165 \end_inset
6166
6167
6168 \begin_inset Tabular
6169 <lyxtabular version="3" rows="9" columns="2">
6170 <features tabularvalignment="middle">
6171 <column alignment="center" valignment="top" width="0pt">
6172 <column alignment="center" valignment="top" width="0pt">
6173 <row>
6174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 Command
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187 Result
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 </row>
6193 <row>
6194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 )
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 \begin_inset Formula $)$
6208 \end_inset
6209
6210
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 </row>
6216 <row>
6217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221 }
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230 \begin_inset Formula $\}$
6231 \end_inset
6232
6233
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 </row>
6239 <row>
6240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6241 \begin_inset Text
6242
6243 \begin_layout Plain Layout
6244 ]
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253 \begin_inset Formula $]$
6254 \end_inset
6255
6256
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 </row>
6262 <row>
6263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267
6268 \backslash
6269 rangle
6270 \end_layout
6271
6272 \end_inset
6273 </cell>
6274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6275 \begin_inset Text
6276
6277 \begin_layout Plain Layout
6278 \begin_inset Formula $\rangle$
6279 \end_inset
6280
6281
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 </row>
6287 <row>
6288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292
6293 \backslash
6294 rceil
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 \begin_inset Formula $\rceil$
6304 \end_inset
6305
6306
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 </row>
6312 <row>
6313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317
6318 \backslash
6319 rfloor
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 \begin_inset Formula $\rfloor$
6329 \end_inset
6330
6331
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 </row>
6337 <row>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342
6343 \backslash
6344
6345 \backslash
6346
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6352 \begin_inset Text
6353
6354 \begin_layout Plain Layout
6355 \begin_inset Formula $\backslash$
6356 \end_inset
6357
6358
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 </row>
6364 <row>
6365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369
6370 \backslash
6371 |
6372 \end_layout
6373
6374 \end_inset
6375 </cell>
6376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 \begin_inset Formula $\|$
6381 \end_inset
6382
6383
6384 \end_layout
6385
6386 \end_inset
6387 </cell>
6388 </row>
6389 </lyxtabular>
6390
6391 \end_inset
6392
6393
6394 \begin_inset space \hfill{}
6395 \end_inset
6396
6397
6398 \end_layout
6399
6400 \begin_layout Standard
6401
6402 \series medium
6403 \begin_inset Note Greyedout
6404 status open
6405
6406 \begin_layout Plain Layout
6407
6408 \series bold
6409 Note:
6410 \series default
6411  In TeX-mode the command 
6412 \series bold
6413
6414 \backslash
6415 textbackslash
6416 \series default
6417
6418 \begin_inset Index idx
6419 status collapsed
6420
6421 \begin_layout Plain Layout
6422 Commands ! T ! 
6423 \backslash
6424 textbackslash
6425 \end_layout
6426
6427 \end_inset
6428
6429  must be used for the backslash, because the command 
6430 \series bold
6431
6432 \backslash
6433
6434 \backslash
6435
6436 \series default
6437  produces there a line break.
6438 \end_layout
6439
6440 \end_inset
6441
6442
6443 \end_layout
6444
6445 \begin_layout Standard
6446 For all characters listed above the size can be adjusted with the commands
6447  described in the following two subsections.
6448  When using these commands, the characters < and > can directly be used
6449  instead of the commands 
6450 \series bold
6451
6452 \backslash
6453 langle
6454 \series default
6455  and 
6456 \series bold
6457
6458 \backslash
6459 rangle
6460 \series default
6461 .
6462 \end_layout
6463
6464 \begin_layout Subsubsection
6465 Manual Bracket Size
6466 \begin_inset CommandInset label
6467 LatexCommand label
6468 name "sub:Manual-Bracket-Size"
6469
6470 \end_inset
6471
6472
6473 \begin_inset Index idx
6474 status collapsed
6475
6476 \begin_layout Plain Layout
6477 Bracket size ! manual
6478 \end_layout
6479
6480 \end_inset
6481
6482
6483 \end_layout
6484
6485 \begin_layout Standard
6486 The bracket size can be specified manually by the LaTeX-commands 
6487 \series bold
6488
6489 \backslash
6490 big
6491 \series default
6492
6493 \begin_inset Index idx
6494 status collapsed
6495
6496 \begin_layout Plain Layout
6497 Commands ! B ! 
6498 \backslash
6499 big
6500 \end_layout
6501
6502 \end_inset
6503
6504
6505 \series bold
6506
6507 \backslash
6508 Big
6509 \series default
6510
6511 \series bold
6512
6513 \backslash
6514 bigg
6515 \series default
6516  and 
6517 \series bold
6518
6519 \backslash
6520 Bigg
6521 \series default
6522 .
6523  
6524 \series bold
6525
6526 \backslash
6527 big
6528 \series default
6529  denotes the smallest and 
6530 \series bold
6531
6532 \backslash
6533 Bigg
6534 \series default
6535  the largest bracket size.
6536 \end_layout
6537
6538 \begin_layout Standard
6539 These commands are used to emphasize levels of brackets:
6540 \end_layout
6541
6542 \begin_layout Standard
6543 \align center
6544 \begin_inset Tabular
6545 <lyxtabular version="3" rows="2" columns="2">
6546 <features tabularvalignment="middle">
6547 <column alignment="center" valignment="top" width="0pt">
6548 <column alignment="center" valignment="top" width="0pt">
6549 <row>
6550 <cell alignment="center" valignment="top" usebox="none">
6551 \begin_inset Text
6552
6553 \begin_layout Plain Layout
6554 all brackets in the same size:
6555 \end_layout
6556
6557 \end_inset
6558 </cell>
6559 <cell alignment="center" valignment="top" usebox="none">
6560 \begin_inset Text
6561
6562 \begin_layout Plain Layout
6563 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6564 \end_inset
6565
6566
6567 \end_layout
6568
6569 \end_inset
6570 </cell>
6571 </row>
6572 <row>
6573 <cell alignment="center" valignment="top" usebox="none">
6574 \begin_inset Text
6575
6576 \begin_layout Plain Layout
6577 this looks better:
6578 \end_layout
6579
6580 \end_inset
6581 </cell>
6582 <cell alignment="center" valignment="top" usebox="none">
6583 \begin_inset Text
6584
6585 \begin_layout Plain Layout
6586 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6587 \end_inset
6588
6589
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 </row>
6595 </lyxtabular>
6596
6597 \end_inset
6598
6599
6600 \begin_inset Note Note
6601 status collapsed
6602
6603 \begin_layout Plain Layout
6604
6605 \series bold
6606
6607 \backslash
6608 raisebox
6609 \series default
6610  is only used as spacer.
6611 \end_layout
6612
6613 \end_inset
6614
6615
6616 \end_layout
6617
6618 \begin_layout Standard
6619 For the second formula the command 
6620 \series bold
6621
6622 \backslash
6623 Big((A+B)(A-B)
6624 \backslash
6625 Big)^
6626 \begin_inset ERT
6627 status collapsed
6628
6629 \begin_layout Plain Layout
6630
6631
6632 \backslash
6633 spce 
6634 \end_layout
6635
6636 \end_inset
6637
6638 C
6639 \series default
6640  has been used.
6641 \end_layout
6642
6643 \begin_layout Standard
6644 Here is an overview about all bracket sizes:
6645 \end_layout
6646
6647 \begin_layout Standard
6648 \align center
6649
6650 \backslash
6651 Bigg(
6652 \backslash
6653 exp
6654 \backslash
6655 bigg<
6656 \backslash
6657 Big[
6658 \backslash
6659 big{
6660 \backslash
6661 ln(3x)
6662 \backslash
6663 big}^2
6664 \begin_inset ERT
6665 status collapsed
6666
6667 \begin_layout Plain Layout
6668
6669
6670 \backslash
6671 spce 
6672 \end_layout
6673
6674 \end_inset
6675
6676
6677 \backslash
6678 sin(x)
6679 \backslash
6680 Big]^
6681 \begin_inset ERT
6682 status collapsed
6683
6684 \begin_layout Plain Layout
6685
6686
6687 \backslash
6688 spce 
6689 \end_layout
6690
6691 \end_inset
6692
6693 A
6694 \begin_inset ERT
6695 status collapsed
6696
6697 \begin_layout Plain Layout
6698
6699
6700 \backslash
6701 spce 
6702 \end_layout
6703
6704 \end_inset
6705
6706
6707 \backslash
6708 bigg>
6709 \backslash
6710 Bigg)^0,5
6711 \end_layout
6712
6713 \begin_layout Standard
6714 \align center
6715 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6716 \end_inset
6717
6718
6719 \end_layout
6720
6721 \begin_layout Standard
6722 Besides the 
6723 \series bold
6724
6725 \backslash
6726 big
6727 \series default
6728 -commands there is the variant 
6729 \series bold
6730
6731 \backslash
6732 bigm
6733 \series default
6734
6735 \begin_inset Index idx
6736 status collapsed
6737
6738 \begin_layout Plain Layout
6739 Commands ! B ! 
6740 \backslash
6741 bigm
6742 \end_layout
6743
6744 \end_inset
6745
6746  that adds a bit more space between the bracket and its content, and the
6747  variant 
6748 \series bold
6749
6750 \backslash
6751 bigl
6752 \series default
6753 -
6754 \series bold
6755
6756 \backslash
6757 bigr
6758 \series default
6759
6760 \begin_inset Index idx
6761 status collapsed
6762
6763 \begin_layout Plain Layout
6764 Commands ! B ! 
6765 \backslash
6766 bigl - 
6767 \backslash
6768 bigr
6769 \end_layout
6770
6771 \end_inset
6772
6773 , that don't add additional space.
6774  The 
6775 \emph on
6776 l
6777 \emph default
6778  at the end of the command 
6779 \series bold
6780
6781 \backslash
6782 bigl
6783 \series default
6784  is for a left bracket; for a right bracket this will be replaced by an
6785  
6786 \emph on
6787 r
6788 \emph default
6789 .
6790  A left or right bracket can each be an opening or closing bracket.
6791 \end_layout
6792
6793 \begin_layout Standard
6794 In the following table is a comparison of the variants:
6795 \end_layout
6796
6797 \begin_layout Standard
6798 \align center
6799 \begin_inset Tabular
6800 <lyxtabular version="3" rows="5" columns="2">
6801 <features tabularvalignment="middle">
6802 <column alignment="center" valignment="middle" width="0">
6803 <column alignment="center" valignment="middle" width="0">
6804 <row>
6805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6806 \begin_inset Text
6807
6808 \begin_layout Plain Layout
6809 Command
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818 Result
6819 \begin_inset Note Note
6820 status collapsed
6821
6822 \begin_layout Plain Layout
6823
6824 \series bold
6825
6826 \backslash
6827 raisebox
6828 \series default
6829  is only used as spacer.
6830 \end_layout
6831
6832 \end_inset
6833
6834
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 </row>
6840 <row>
6841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6842 \begin_inset Text
6843
6844 \begin_layout Plain Layout
6845
6846 \backslash
6847 Bigm(
6848 \backslash
6849 bigm(
6850 \backslash
6851 ln(3x)
6852 \backslash
6853 bigm)^2
6854 \series bold
6855
6856 \begin_inset ERT
6857 status collapsed
6858
6859 \begin_layout Plain Layout
6860
6861
6862 \backslash
6863 spce 
6864 \end_layout
6865
6866 \end_inset
6867
6868
6869 \series default
6870
6871 \backslash
6872 Bigm)
6873 \end_layout
6874
6875 \end_inset
6876 </cell>
6877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6878 \begin_inset Text
6879
6880 \begin_layout Plain Layout
6881 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6882 \end_inset
6883
6884
6885 \end_layout
6886
6887 \end_inset
6888 </cell>
6889 </row>
6890 <row>
6891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6892 \begin_inset Text
6893
6894 \begin_layout Plain Layout
6895
6896 \backslash
6897 Big(
6898 \backslash
6899 big(
6900 \backslash
6901 ln(3x)
6902 \backslash
6903 big)^2
6904 \series bold
6905
6906 \begin_inset ERT
6907 status collapsed
6908
6909 \begin_layout Plain Layout
6910
6911
6912 \backslash
6913 spce 
6914 \end_layout
6915
6916 \end_inset
6917
6918
6919 \series default
6920
6921 \backslash
6922 Big)
6923 \end_layout
6924
6925 \end_inset
6926 </cell>
6927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6928 \begin_inset Text
6929
6930 \begin_layout Plain Layout
6931 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6932 \end_inset
6933
6934
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 </row>
6940 <row>
6941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945
6946 \backslash
6947 Bigl(
6948 \backslash
6949 bigl(
6950 \backslash
6951 ln(3x)
6952 \backslash
6953 bigr)^2
6954 \series bold
6955
6956 \begin_inset ERT
6957 status collapsed
6958
6959 \begin_layout Plain Layout
6960
6961
6962 \backslash
6963 spce 
6964 \end_layout
6965
6966 \end_inset
6967
6968
6969 \series default
6970
6971 \backslash
6972 Bigr)
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6978 \begin_inset Text
6979
6980 \begin_layout Plain Layout
6981 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6982 \end_inset
6983
6984
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 </row>
6990 <row>
6991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995
6996 \backslash
6997 bigl)
6998 \backslash
6999 ln(3x)
7000 \backslash
7001 bigr(
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7007 \begin_inset Text
7008
7009 \begin_layout Plain Layout
7010 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7011 \end_inset
7012
7013
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 </row>
7019 </lyxtabular>
7020
7021 \end_inset
7022
7023
7024 \end_layout
7025
7026 \begin_layout Subsubsection
7027 Automatic Bracket Size
7028 \begin_inset CommandInset label
7029 LatexCommand label
7030 name "sub:Automatic-Bracket-Size"
7031
7032 \end_inset
7033
7034
7035 \begin_inset Index idx
7036 status collapsed
7037
7038 \begin_layout Plain Layout
7039 Bracket size ! automatic
7040 \end_layout
7041
7042 \end_inset
7043
7044
7045 \end_layout
7046
7047 \begin_layout Standard
7048 Brackets with variable size can be inserted with the commands 
7049 \series bold
7050
7051 \backslash
7052 left
7053 \series default
7054
7055 \begin_inset Index idx
7056 status collapsed
7057
7058 \begin_layout Plain Layout
7059 Commands ! L ! 
7060 \backslash
7061 left
7062 \end_layout
7063
7064 \end_inset
7065
7066  and 
7067 \series bold
7068
7069 \backslash
7070 right
7071 \series default
7072
7073 \begin_inset Index idx
7074 status collapsed
7075
7076 \begin_layout Plain Layout
7077 Commands ! R ! 
7078 \backslash
7079 right
7080 \end_layout
7081
7082 \end_inset
7083
7084  or via the math toolbar button 
7085 \begin_inset Graphics
7086         filename ../images/dialog-show_mathdelimiter.png
7087         scale 85
7088
7089 \end_inset
7090
7091 .
7092  Directly behind 
7093 \series bold
7094
7095 \backslash
7096 left
7097 \series default
7098  and 
7099 \series bold
7100
7101 \backslash
7102 right
7103 \series default
7104  the wanted bracket must be inserted.
7105  The bracket size will then automatically be calculated for the output.
7106 \end_layout
7107
7108 \begin_layout Standard
7109 \align center
7110 normal bracket: The command 
7111 \series bold
7112
7113 \backslash
7114 ln(
7115 \backslash
7116 frac
7117 \begin_inset ERT
7118 status collapsed
7119
7120 \begin_layout Plain Layout
7121
7122
7123 \backslash
7124 spce 
7125 \end_layout
7126
7127 \end_inset
7128
7129 A
7130 \begin_inset Formula $\downarrow$
7131 \end_inset
7132
7133 C
7134 \begin_inset ERT
7135 status collapsed
7136
7137 \begin_layout Plain Layout
7138
7139
7140 \backslash
7141 spce 
7142 \end_layout
7143
7144 \end_inset
7145
7146 )
7147 \series default
7148  creates
7149 \begin_inset Formula \[
7150 \ln(\frac{A}{C})\]
7151
7152 \end_inset
7153
7154
7155 \end_layout
7156
7157 \begin_layout Standard
7158 \align center
7159 multiline bracket: The command 
7160 \series bold
7161
7162 \backslash
7163 ln
7164 \backslash
7165 left(
7166 \backslash
7167 frac
7168 \begin_inset ERT
7169 status collapsed
7170
7171 \begin_layout Plain Layout
7172
7173
7174 \backslash
7175 spce 
7176 \end_layout
7177
7178 \end_inset
7179
7180 A
7181 \begin_inset Formula $\downarrow$
7182 \end_inset
7183
7184 C
7185 \begin_inset ERT
7186 status collapsed
7187
7188 \begin_layout Plain Layout
7189
7190
7191 \backslash
7192 spce 
7193 \end_layout
7194
7195 \end_inset
7196
7197
7198 \backslash
7199 right)
7200 \series default
7201  creates
7202 \begin_inset Formula \[
7203 \ln\left(\frac{A}{C}\right)\]
7204
7205 \end_inset
7206
7207
7208 \end_layout
7209
7210 \begin_layout Standard
7211 Instead of 
7212 \series bold
7213
7214 \backslash
7215 left
7216 \series default
7217  and 
7218 \series bold
7219
7220 \backslash
7221 right
7222 \series default
7223  the shortcut 
7224 \family sans
7225 Alt+M
7226 \begin_inset space ~
7227 \end_inset
7228
7229 Bracket
7230 \family default
7231  can be used.
7232  This has the advantage that you can see in LyX immediately the real bracket
7233  size and that the matching right bracket will be created too.
7234 \begin_inset Newline newline
7235 \end_inset
7236
7237 The command for the last example would then be: 
7238 \series bold
7239
7240 \backslash
7241 ln Alt+M
7242 \series default
7243  
7244 \series bold
7245 (
7246 \backslash
7247 frac
7248 \begin_inset ERT
7249 status collapsed
7250
7251 \begin_layout Plain Layout
7252
7253
7254 \backslash
7255 spce 
7256 \end_layout
7257
7258 \end_inset
7259
7260 A
7261 \begin_inset Formula $\downarrow$
7262 \end_inset
7263
7264 C
7265 \end_layout
7266
7267 \begin_layout Standard
7268 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7269  For example the command 
7270 \series bold
7271
7272 \backslash
7273 left.
7274 \backslash
7275 frac
7276 \begin_inset ERT
7277 status collapsed
7278
7279 \begin_layout Plain Layout
7280
7281
7282 \backslash
7283 spce 
7284 \end_layout
7285
7286 \end_inset
7287
7288 A
7289 \begin_inset Formula $\downarrow$
7290 \end_inset
7291
7292 B
7293 \begin_inset ERT
7294 status collapsed
7295
7296 \begin_layout Plain Layout
7297
7298
7299 \backslash
7300 spce 
7301 \end_layout
7302
7303 \end_inset
7304
7305
7306 \backslash
7307 right}
7308 \series default
7309  creates:
7310 \series bold
7311
7312 \begin_inset Formula \[
7313 \left.\frac{A}{B}\right\} \]
7314
7315 \end_inset
7316
7317
7318 \series default
7319 The commands 
7320 \series bold
7321
7322 \backslash
7323 left
7324 \series default
7325  and 
7326 \series bold
7327
7328 \backslash
7329 right
7330 \series default
7331  will be converted by LyX to brackets in the right size when the document
7332  is reloaded and an omitted bracket will appear as dashed line.
7333 \end_layout
7334
7335 \begin_layout Standard
7336 \begin_inset VSpace bigskip
7337 \end_inset
7338
7339 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7340  the command 
7341 \series bold
7342
7343 \backslash
7344 middle
7345 \series default
7346
7347 \begin_inset Index idx
7348 status collapsed
7349
7350 \begin_layout Plain Layout
7351 Commands ! M ! 
7352 \backslash
7353 middle
7354 \end_layout
7355
7356 \end_inset
7357
7358  is additionally available for all brackets and limits.
7359  With this command the height of the following character is adapted to the
7360  one of the surrounding brackets, what is e.
7361 \begin_inset space \thinspace{}
7362 \end_inset
7363
7364 g.
7365 \begin_inset space \space{}
7366 \end_inset
7367
7368 needed for physical vectors:
7369 \begin_inset Formula \[
7370 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7371
7372 \end_inset
7373
7374 For physical vectors there is a special LaTeX-package, described in 
7375 \begin_inset CommandInset ref
7376 LatexCommand ref
7377 reference "sub:Physical-Vectors"
7378
7379 \end_inset
7380
7381 .
7382 \end_layout
7383
7384 \begin_layout Subsection
7385 Horizontal Brackets
7386 \begin_inset Index idx
7387 status collapsed
7388
7389 \begin_layout Plain Layout
7390 Brackets ! horizontal
7391 \end_layout
7392
7393 \end_inset
7394
7395
7396 \end_layout
7397
7398 \begin_layout Standard
7399 \align center
7400 \begin_inset Tabular
7401 <lyxtabular version="3" rows="4" columns="2">
7402 <features tabularvalignment="middle">
7403 <column alignment="center" valignment="top" width="0pt">
7404 <column alignment="center" valignment="top" width="0pt">
7405 <row>
7406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7407 \begin_inset Text
7408
7409 \begin_layout Plain Layout
7410 Command
7411 \begin_inset Note Note
7412 status collapsed
7413
7414 \begin_layout Plain Layout
7415
7416 \series bold
7417
7418 \backslash
7419 raisebox
7420 \series default
7421  is only used as spacer.
7422 \end_layout
7423
7424 \end_inset
7425
7426
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435 Result
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 </row>
7441 <row>
7442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Plain Layout
7446 \begin_inset ERT
7447 status collapsed
7448
7449 \begin_layout Plain Layout
7450
7451
7452 \backslash
7453 raisebox{2.3mm}{
7454 \end_layout
7455
7456 \end_inset
7457
7458
7459 \backslash
7460 overbrace
7461 \begin_inset ERT
7462 status collapsed
7463
7464 \begin_layout Plain Layout
7465
7466
7467 \backslash
7468 spce 
7469 \end_layout
7470
7471 \end_inset
7472
7473 A+B
7474 \begin_inset ERT
7475 status collapsed
7476
7477 \begin_layout Plain Layout
7478
7479
7480 \backslash
7481 spce 
7482 \end_layout
7483
7484 \end_inset
7485
7486 ^
7487 \begin_inset ERT
7488 status collapsed
7489
7490 \begin_layout Plain Layout
7491
7492
7493 \backslash
7494 spce 
7495 \end_layout
7496
7497 \end_inset
7498
7499 3
7500 \begin_inset ERT
7501 status collapsed
7502
7503 \begin_layout Plain Layout
7504
7505 }
7506 \end_layout
7507
7508 \end_inset
7509
7510
7511 \begin_inset Index idx
7512 status collapsed
7513
7514 \begin_layout Plain Layout
7515 Commands ! O ! 
7516 \backslash
7517 overbrace
7518 \end_layout
7519
7520 \end_inset
7521
7522
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531 \begin_inset Formula $\overbrace{A+B}^{3}$
7532 \end_inset
7533
7534
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 </row>
7540 <row>
7541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Plain Layout
7545 \begin_inset ERT
7546 status collapsed
7547
7548 \begin_layout Plain Layout
7549
7550
7551 \backslash
7552 raisebox{-2.2mm}{
7553 \end_layout
7554
7555 \end_inset
7556
7557
7558 \backslash
7559 underbrace
7560 \begin_inset ERT
7561 status collapsed
7562
7563 \begin_layout Plain Layout
7564
7565
7566 \backslash
7567 spce 
7568 \end_layout
7569
7570 \end_inset
7571
7572 A+B
7573 \begin_inset ERT
7574 status collapsed
7575
7576 \begin_layout Plain Layout
7577
7578
7579 \backslash
7580 spce 
7581 \end_layout
7582
7583 \end_inset
7584
7585 _5
7586 \begin_inset ERT
7587 status collapsed
7588
7589 \begin_layout Plain Layout
7590
7591 }
7592 \end_layout
7593
7594 \end_inset
7595
7596
7597 \begin_inset Index idx
7598 status collapsed
7599
7600 \begin_layout Plain Layout
7601 Commands ! U ! 
7602 \backslash
7603 underbrace
7604 \end_layout
7605
7606 \end_inset
7607
7608
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617 \begin_inset Formula $\underbrace{A+B}_{5}$
7618 \end_inset
7619
7620
7621 \end_layout
7622
7623 \end_inset
7624 </cell>
7625 </row>
7626 <row>
7627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Plain Layout
7631
7632 \backslash
7633 overbrace
7634 \begin_inset ERT
7635 status collapsed
7636
7637 \begin_layout Plain Layout
7638
7639
7640 \backslash
7641 spce 
7642 \end_layout
7643
7644 \end_inset
7645
7646
7647 \backslash
7648 underbrace
7649 \begin_inset ERT
7650 status collapsed
7651
7652 \begin_layout Plain Layout
7653
7654
7655 \backslash
7656 spce 
7657 \end_layout
7658
7659 \end_inset
7660
7661 A+B_w
7662 \begin_inset ERT
7663 status collapsed
7664
7665 \begin_layout Plain Layout
7666
7667
7668 \backslash
7669 spce 
7670 \end_layout
7671
7672 \end_inset
7673
7674
7675 \begin_inset ERT
7676 status collapsed
7677
7678 \begin_layout Plain Layout
7679
7680
7681 \backslash
7682 spce 
7683 \end_layout
7684
7685 \end_inset
7686
7687 _7
7688 \begin_inset ERT
7689 status collapsed
7690
7691 \begin_layout Plain Layout
7692
7693
7694 \backslash
7695 spce 
7696 \end_layout
7697
7698 \end_inset
7699
7700
7701 \begin_inset ERT
7702 status collapsed
7703
7704 \begin_layout Plain Layout
7705
7706
7707 \backslash
7708 spce 
7709 \end_layout
7710
7711 \end_inset
7712
7713 ^
7714 \begin_inset ERT
7715 status collapsed
7716
7717 \begin_layout Plain Layout
7718
7719
7720 \backslash
7721 spce 
7722 \end_layout
7723
7724 \end_inset
7725
7726 C
7727 \end_layout
7728
7729 \end_inset
7730 </cell>
7731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7732 \begin_inset Text
7733
7734 \begin_layout Plain Layout
7735 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7736 \end_inset
7737
7738
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 </row>
7744 </lyxtabular>
7745
7746 \end_inset
7747
7748
7749 \end_layout
7750
7751 \begin_layout Standard
7752 In the last example it doesn't matter if 
7753 \series bold
7754
7755 \backslash
7756 overbrace
7757 \series default
7758  or 
7759 \series bold
7760
7761 \backslash
7762 underbrace
7763 \series default
7764  is inserted at first.
7765 \end_layout
7766
7767 \begin_layout Standard
7768 \begin_inset VSpace bigskip
7769 \end_inset
7770
7771 When brackets are needed that overlap each other, multiline formulas, as
7772  described in 
7773 \begin_inset CommandInset ref
7774 LatexCommand ref
7775 reference "sec:Multiline-Formulas"
7776
7777 \end_inset
7778
7779 , must be used:
7780 \begin_inset Formula \begin{eqnarray*}
7781 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7782  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7783 \end{eqnarray*}
7784
7785 \end_inset
7786
7787 In the first row the formula is inserted together with the first brace.
7788  It is hereby important that the space command
7789 \begin_inset Foot
7790 status collapsed
7791
7792 \begin_layout Plain Layout
7793 Space commands are explained in 
7794 \begin_inset CommandInset ref
7795 LatexCommand ref
7796 reference "sub:Predefined-Space"
7797
7798 \end_inset
7799
7800 .
7801 \end_layout
7802
7803 \end_inset
7804
7805  
7806 \series bold
7807
7808 \backslash
7809 :
7810 \series default
7811  is inserted before the first 
7812 \begin_inset Formula $d$
7813 \end_inset
7814
7815 , because the brace that ends behind the 
7816 \begin_inset Formula $q$
7817 \end_inset
7818
7819  prevents that the following 
7820 \begin_inset Quotes eld
7821 \end_inset
7822
7823 +
7824 \begin_inset Quotes erd
7825 \end_inset
7826
7827  is surrounded by space.
7828 \begin_inset Foot
7829 status collapsed
7830
7831 \begin_layout Plain Layout
7832 because a bracket is not handled as character, see 
7833 \begin_inset CommandInset ref
7834 LatexCommand ref
7835 reference "sub:Binary-Operators"
7836
7837 \end_inset
7838
7839
7840 \end_layout
7841
7842 \end_inset
7843
7844  In the second row the second brace is inserted.
7845  As it should begin before the 
7846 \begin_inset Formula $b$
7847 \end_inset
7848
7849 , first the command 
7850 \series bold
7851
7852 \backslash
7853 hphantom{gggg+
7854 \backslash
7855 :}
7856 \series default
7857  is inserted.
7858 \begin_inset Foot
7859 status collapsed
7860
7861 \begin_layout Plain Layout
7862 more about 
7863 \series bold
7864
7865 \backslash
7866 hphantom
7867 \series default
7868  see 
7869 \begin_inset CommandInset ref
7870 LatexCommand ref
7871 reference "sub:Placeholders"
7872
7873 \end_inset
7874
7875
7876 \end_layout
7877
7878 \end_inset
7879
7880  This space is needed because the 
7881 \begin_inset Quotes eld
7882 \end_inset
7883
7884 +
7885 \begin_inset Quotes erd
7886 \end_inset
7887
7888  is also surrounded by space in the formula.
7889  The brace is placed under the command 
7890 \series bold
7891
7892 \backslash
7893 hphantom{bbqq+dddd}
7894 \series default
7895 .
7896 \end_layout
7897
7898 \begin_layout Standard
7899 It gets more complicated when brackets overlap each other, like in the following
7900  example:
7901 \begin_inset ERT
7902 status collapsed
7903
7904 \begin_layout Plain Layout
7905
7906
7907 \backslash
7908 setlength{
7909 \backslash
7910 jot}{-6pt}
7911 \end_layout
7912
7913 \end_inset
7914
7915
7916 \begin_inset Formula \begin{eqnarray*}
7917  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7918 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7919 \end{eqnarray*}
7920
7921 \end_inset
7922
7923
7924 \begin_inset ERT
7925 status collapsed
7926
7927 \begin_layout Plain Layout
7928
7929
7930 \backslash
7931 setlength{
7932 \backslash
7933 jot}{3pt}
7934 \end_layout
7935
7936 \end_inset
7937
7938 The first formula row is the same as the second row of the previous example,
7939  with the difference that the brace is above.
7940  The second row contains the formula together with the second brace.
7941  To avoid that there is space between the upper brace in the first row and
7942  the formula, the row spacing need to be reduced.
7943  This is not easily possible due to a bug in LyX
7944 \begin_inset Foot
7945 status collapsed
7946
7947 \begin_layout Plain Layout
7948 \begin_inset CommandInset href
7949 LatexCommand href
7950 name "LyX-bug #1505"
7951 target "http://www.lyx.org/trac/ticket/1505"
7952
7953 \end_inset
7954
7955
7956 \end_layout
7957
7958 \end_inset
7959
7960 .
7961  As solution for the problem, the global formula row separation 
7962 \series bold
7963
7964 \backslash
7965 jot
7966 \series default
7967
7968 \begin_inset Index idx
7969 status collapsed
7970
7971 \begin_layout Plain Layout
7972 Commands ! J ! 
7973 \backslash
7974 jot
7975 \end_layout
7976
7977 \end_inset
7978
7979  must be changed to -6
7980 \begin_inset space \thinspace{}
7981 \end_inset
7982
7983 pt before the formula with the command 
7984 \series bold
7985
7986 \backslash
7987 setlength{
7988 \backslash
7989 jot}{-6pt}
7990 \series default
7991  in TeX-mode.
7992  
7993 \series bold
7994
7995 \backslash
7996 jot
7997 \series default
7998  is set back after the formula to the standard value of 3
7999 \begin_inset space \thinspace{}
8000 \end_inset
8001
8002 pt using the same command.
8003  More about the row separation in formulas is explained in 
8004 \begin_inset CommandInset ref
8005 LatexCommand ref
8006 reference "sub:Line-Separation"
8007
8008 \end_inset
8009
8010 .
8011 \end_layout
8012
8013 \begin_layout Section
8014 Arrows
8015 \begin_inset Index idx
8016 status collapsed
8017
8018 \begin_layout Plain Layout
8019 Arrows
8020 \end_layout
8021
8022 \end_inset
8023
8024
8025 \end_layout
8026
8027 \begin_layout Standard
8028 Arrows can be inserted via the math toolbar button 
8029 \begin_inset Graphics
8030         filename ../images/math/leftarrow.png
8031         scale 85
8032
8033 \end_inset
8034
8035  or the commands listed in the following subsections.
8036 \end_layout
8037
8038 \begin_layout Standard
8039 \begin_inset Newpage newpage
8040 \end_inset
8041
8042
8043 \end_layout
8044
8045 \begin_layout Subsection
8046 Horizontal Arrows
8047 \begin_inset Index idx
8048 status collapsed
8049
8050 \begin_layout Plain Layout
8051 Arrows ! horizontal
8052 \end_layout
8053
8054 \end_inset
8055
8056
8057 \end_layout
8058
8059 \begin_layout Standard
8060 \begin_inset space \hfill{}
8061 \end_inset
8062
8063
8064 \begin_inset Tabular
8065 <lyxtabular version="3" rows="8" columns="2">
8066 <features tabularvalignment="middle">
8067 <column alignment="center" valignment="top" width="0pt">
8068 <column alignment="center" valignment="top" width="0pt">
8069 <row>
8070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074 Command
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 Result
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 </row>
8089 <row>
8090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094
8095 \backslash
8096 gets
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105 \begin_inset Formula $\gets$
8106 \end_inset
8107
8108
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 </row>
8114 <row>
8115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119
8120 \backslash
8121 Leftarrow
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130 \begin_inset Formula $\Leftarrow$
8131 \end_inset
8132
8133
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 </row>
8139 <row>
8140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144
8145 \backslash
8146 longleftarrow
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155 \begin_inset Formula $\longleftarrow$
8156 \end_inset
8157
8158
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 </row>
8164 <row>
8165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169
8170 \backslash
8171 Longleftarrow
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 \begin_inset Formula $\Longleftarrow$
8181 \end_inset
8182
8183
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 </row>
8189 <row>
8190 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194
8195 \backslash
8196 leftharpoonup
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205 \begin_inset Formula $\leftharpoonup$
8206 \end_inset
8207
8208
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 </row>
8214 <row>
8215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219
8220 \backslash
8221 leftharpoondown
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 \begin_inset Formula $\leftharpoondown$
8231 \end_inset
8232
8233
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 </row>
8239 <row>
8240 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244
8245 \backslash
8246 hookleftarrow
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 \begin_inset Formula $\hookleftarrow$
8256 \end_inset
8257
8258
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 </row>
8264 </lyxtabular>
8265
8266 \end_inset
8267
8268
8269 \begin_inset space \hfill{}
8270 \end_inset
8271
8272
8273 \begin_inset Tabular
8274 <lyxtabular version="3" rows="8" columns="2">
8275 <features tabularvalignment="middle">
8276 <column alignment="center" valignment="top" width="0pt">
8277 <column alignment="center" valignment="top" width="0pt">
8278 <row>
8279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 Command
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 Result
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 </row>
8298 <row>
8299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303
8304 \backslash
8305 to
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 \begin_inset Formula $\to$
8315 \end_inset
8316
8317
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 </row>
8323 <row>
8324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328
8329 \backslash
8330 Rightarrow
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 \begin_inset Formula $\Rightarrow$
8340 \end_inset
8341
8342
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 </row>
8348 <row>
8349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353
8354 \backslash
8355 longrightarrow
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 \begin_inset Formula $\longrightarrow$
8365 \end_inset
8366
8367
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 </row>
8373 <row>
8374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378
8379 \backslash
8380 Longrightarrow
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 \begin_inset Formula $\Longrightarrow$
8390 \end_inset
8391
8392
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 </row>
8398 <row>
8399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403
8404 \backslash
8405 rightharpoonup
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414 \begin_inset Formula $\rightharpoonup$
8415 \end_inset
8416
8417
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 </row>
8423 <row>
8424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428
8429 \backslash
8430 rightharpoondown
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439 \begin_inset Formula $\rightharpoondown$
8440 \end_inset
8441
8442
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 </row>
8448 <row>
8449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453
8454 \backslash
8455 hookrightarrow
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 \begin_inset Formula $\hookrightarrow$
8465 \end_inset
8466
8467
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 </row>
8473 </lyxtabular>
8474
8475 \end_inset
8476
8477
8478 \begin_inset space \hfill{}
8479 \end_inset
8480
8481
8482 \end_layout
8483
8484 \begin_layout Standard
8485 \begin_inset space \hfill{}
8486 \end_inset
8487
8488
8489 \begin_inset Tabular
8490 <lyxtabular version="3" rows="6" columns="2">
8491 <features tabularvalignment="middle">
8492 <column alignment="center" valignment="top" width="0pt">
8493 <column alignment="center" valignment="top" width="0pt">
8494 <row>
8495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 Command
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 Result
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 </row>
8514 <row>
8515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519
8520 \backslash
8521 leftrightarrow
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530 \begin_inset Formula $\leftrightarrow$
8531 \end_inset
8532
8533
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 </row>
8539 <row>
8540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544
8545 \backslash
8546 Leftrightarrow
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555 \begin_inset Formula $\Leftrightarrow$
8556 \end_inset
8557
8558
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 </row>
8564 <row>
8565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569
8570 \backslash
8571 longleftrightarrow
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580 \begin_inset Formula $\longleftrightarrow$
8581 \end_inset
8582
8583
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 </row>
8589 <row>
8590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594
8595 \backslash
8596 Longleftrightarrow
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605 \begin_inset Formula $\Longleftrightarrow$
8606 \end_inset
8607
8608
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 </row>
8614 <row>
8615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619
8620 \backslash
8621 rightleftharpoons
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630 \begin_inset Formula $\rightleftharpoons$
8631 \end_inset
8632
8633
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 </row>
8639 </lyxtabular>
8640
8641 \end_inset
8642
8643
8644 \begin_inset space \hspace{}
8645 \length 25pt
8646 \end_inset
8647
8648
8649 \begin_inset space \hfill{}
8650 \end_inset
8651
8652
8653 \begin_inset Tabular
8654 <lyxtabular version="3" rows="5" columns="2">
8655 <features tabularvalignment="middle">
8656 <column alignment="center" valignment="top" width="0pt">
8657 <column alignment="center" valignment="top" width="0pt">
8658 <row>
8659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 Command
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 Result
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 mapsto
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 $\mapsto$
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 longmapsto
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 $\longmapsto$
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" leftline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733
8734 \backslash
8735 leadsto
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 \begin_inset Formula $\leadsto$
8745 \end_inset
8746
8747
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 </row>
8753 <row>
8754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758
8759 \backslash
8760 dasharrow
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 \begin_inset Formula $\dasharrow$
8770 \end_inset
8771
8772
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 </row>
8778 </lyxtabular>
8779
8780 \end_inset
8781
8782
8783 \begin_inset space \hfill{}
8784 \end_inset
8785
8786
8787 \end_layout
8788
8789 \begin_layout Standard
8790 \begin_inset VSpace medskip
8791 \end_inset
8792
8793 Arrows used as accent like e.
8794 \begin_inset space \thinspace{}
8795 \end_inset
8796
8797 g.
8798 \begin_inset space \space{}
8799 \end_inset
8800
8801 vector arrows are listed in 
8802 \begin_inset CommandInset ref
8803 LatexCommand ref
8804 reference "sec:Accents"
8805
8806 \end_inset
8807
8808 .
8809 \end_layout
8810
8811 \begin_layout Standard
8812 \begin_inset VSpace bigskip
8813 \end_inset
8814
8815 Furthermore there are the labeled arrows
8816 \begin_inset Index idx
8817 status collapsed
8818
8819 \begin_layout Plain Layout
8820 Arrows ! labeled
8821 \end_layout
8822
8823 \end_inset
8824
8825  
8826 \series bold
8827
8828 \backslash
8829 xleftarrow
8830 \series default
8831
8832 \begin_inset Index idx
8833 status collapsed
8834
8835 \begin_layout Plain Layout
8836 Commands ! X ! 
8837 \backslash
8838 xleftarrow
8839 \end_layout
8840
8841 \end_inset
8842
8843  and 
8844 \series bold
8845
8846 \backslash
8847 xrightarrow
8848 \series default
8849
8850 \begin_inset Index idx
8851 status collapsed
8852
8853 \begin_layout Plain Layout
8854 Commands ! X ! 
8855 \backslash
8856 xrightarrow
8857 \begin_inset ERT
8858 status collapsed
8859
8860 \begin_layout Plain Layout
8861
8862
8863 \backslash
8864 vspace{4mm}
8865 \end_layout
8866
8867 \end_inset
8868
8869
8870 \end_layout
8871
8872 \end_inset
8873
8874 .
8875  When inserting one of these commands in a formula, an arrow with two blue
8876  boxes appear where the label can be inserted.
8877  The length of the arrow adapts to the label width.
8878 \end_layout
8879
8880 \begin_layout Standard
8881 \align center
8882 \begin_inset Tabular
8883 <lyxtabular version="3" rows="3" columns="2">
8884 <features tabularvalignment="middle">
8885 <column alignment="center" valignment="top" width="0pt">
8886 <column alignment="center" valignment="top" width="0pt">
8887 <row>
8888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892 Command
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901 Result
8902 \begin_inset Note Note
8903 status collapsed
8904
8905 \begin_layout Plain Layout
8906
8907 \series bold
8908
8909 \backslash
8910 raisebox
8911 \series default
8912  is only used as spacer.
8913 \end_layout
8914
8915 \end_inset
8916
8917
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 </row>
8923 <row>
8924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928 F(a)
8929 \backslash
8930 xleftarrow
8931 \begin_inset ERT
8932 status collapsed
8933
8934 \begin_layout Plain Layout
8935
8936
8937 \backslash
8938 spce 
8939 \end_layout
8940
8941 \end_inset
8942
8943 x=a
8944 \begin_inset Formula $\downarrow$
8945 \end_inset
8946
8947 x>0
8948 \begin_inset Formula $\to$
8949 \end_inset
8950
8951 F(x)
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8961 \end_inset
8962
8963
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 </row>
8969 <row>
8970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 F(x)
8975 \backslash
8976 xrightarrow
8977 \begin_inset ERT
8978 status collapsed
8979
8980 \begin_layout Plain Layout
8981
8982
8983 \backslash
8984 spce 
8985 \end_layout
8986
8987 \end_inset
8988
8989 x=a
8990 \begin_inset Formula $\downarrow$
8991 \end_inset
8992
8993 x>0
8994 \begin_inset Formula $\to$
8995 \end_inset
8996
8997 F(a)
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9007 \end_inset
9008
9009
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 </row>
9015 </lyxtabular>
9016
9017 \end_inset
9018
9019
9020 \end_layout
9021
9022 \begin_layout Subsection
9023 Vertical and diagonal Arrows
9024 \begin_inset Index idx
9025 status collapsed
9026
9027 \begin_layout Plain Layout
9028 Arrows ! diagonal
9029 \end_layout
9030
9031 \end_inset
9032
9033
9034 \begin_inset Index idx
9035 status collapsed
9036
9037 \begin_layout Plain Layout
9038 Arrows ! vertical
9039 \end_layout
9040
9041 \end_inset
9042
9043
9044 \end_layout
9045
9046 \begin_layout Standard
9047 \begin_inset space \hfill{}
9048 \end_inset
9049
9050
9051 \begin_inset Tabular
9052 <lyxtabular version="3" rows="7" columns="2">
9053 <features tabularvalignment="middle">
9054 <column alignment="center" valignment="top" width="0pt">
9055 <column alignment="center" valignment="top" width="0pt">
9056 <row>
9057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061 Command
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 Result
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 </row>
9076 <row>
9077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081
9082 \backslash
9083 uparrow
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 \begin_inset Formula $\uparrow$
9093 \end_inset
9094
9095
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 </row>
9101 <row>
9102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106
9107 \backslash
9108 Uparrow
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117 \begin_inset Formula $\Uparrow$
9118 \end_inset
9119
9120
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 </row>
9126 <row>
9127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131
9132 \backslash
9133 updownarrow
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142 \begin_inset Formula $\updownarrow$
9143 \end_inset
9144
9145
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 </row>
9151 <row>
9152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156
9157 \backslash
9158 Updownarrow
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9164 \begin_inset Text
9165
9166 \begin_layout Plain Layout
9167 \begin_inset Formula $\Updownarrow$
9168 \end_inset
9169
9170
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 </row>
9176 <row>
9177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181
9182 \backslash
9183 Downarrow
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 \begin_inset Formula $\Downarrow$
9193 \end_inset
9194
9195
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 </row>
9201 <row>
9202 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206
9207 \backslash
9208 downarrow
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217 \begin_inset Formula $\downarrow$
9218 \end_inset
9219
9220
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 </row>
9226 </lyxtabular>
9227
9228 \end_inset
9229
9230
9231 \begin_inset space \hfill{}
9232 \end_inset
9233
9234
9235 \begin_inset Tabular
9236 <lyxtabular version="3" rows="5" columns="2">
9237 <features tabularvalignment="middle">
9238 <column alignment="center" valignment="top" width="0pt">
9239 <column alignment="center" valignment="top" width="0pt">
9240 <row>
9241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245 Command
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254 Result
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 </row>
9260 <row>
9261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265
9266 \backslash
9267 nearrow
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276 \begin_inset Formula $\nearrow$
9277 \end_inset
9278
9279
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 </row>
9285 <row>
9286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290
9291 \backslash
9292 searrow
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301 \begin_inset Formula $\searrow$
9302 \end_inset
9303
9304
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 </row>
9310 <row>
9311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315
9316 \backslash
9317 swarrow
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326 \begin_inset Formula $\swarrow$
9327 \end_inset
9328
9329
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 </row>
9335 <row>
9336 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Plain Layout
9340
9341 \backslash
9342 nwarrow
9343 \end_layout
9344
9345 \end_inset
9346 </cell>
9347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351 \begin_inset Formula $\nwarrow$
9352 \end_inset
9353
9354
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 </row>
9360 </lyxtabular>
9361
9362 \end_inset
9363
9364
9365 \begin_inset space \hfill{}
9366 \end_inset
9367
9368
9369 \end_layout
9370
9371 \begin_layout Standard
9372 \begin_inset VSpace medskip
9373 \end_inset
9374
9375 Vertical arrows can be used also as delimiter together with the commands
9376  described in 
9377 \begin_inset CommandInset ref
9378 LatexCommand ref
9379 reference "sub:Manual-Bracket-Size"
9380
9381 \end_inset
9382
9383  and 
9384 \begin_inset CommandInset ref
9385 LatexCommand ref
9386 reference "sub:Automatic-Bracket-Size"
9387
9388 \end_inset
9389
9390 .
9391 \end_layout
9392
9393 \begin_layout Standard
9394 \begin_inset Newpage newpage
9395 \end_inset
9396
9397
9398 \end_layout
9399
9400 \begin_layout Section
9401 Accents
9402 \begin_inset CommandInset label
9403 LatexCommand label
9404 name "sec:Accents"
9405
9406 \end_inset
9407
9408
9409 \begin_inset Index idx
9410 status collapsed
9411
9412 \begin_layout Plain Layout
9413 Accents
9414 \end_layout
9415
9416 \end_inset
9417
9418
9419 \end_layout
9420
9421 \begin_layout Standard
9422 Accents can be inserted via the math toolbar button 
9423 \begin_inset Graphics
9424         filename ../images/math/hat.png
9425         scale 85
9426
9427 \end_inset
9428
9429  or the commands listed in the following subsections.
9430 \end_layout
9431
9432 \begin_layout Subsection
9433 Accents for one Character
9434 \begin_inset ERT
9435 status collapsed
9436
9437 \begin_layout Plain Layout
9438
9439
9440 \backslash
9441 texorpdfstring{
9442 \end_layout
9443
9444 \end_inset
9445
9446
9447 \begin_inset Foot
9448 status collapsed
9449
9450 \begin_layout Plain Layout
9451 accents in text see 
9452 \begin_inset CommandInset ref
9453 LatexCommand ref
9454 reference "sub:Accents-in-Text"
9455
9456 \end_inset
9457
9458
9459 \end_layout
9460
9461 \end_inset
9462
9463
9464 \begin_inset ERT
9465 status collapsed
9466
9467 \begin_layout Plain Layout
9468
9469 }{}
9470 \end_layout
9471
9472 \end_inset
9473
9474
9475 \begin_inset Note Note
9476 status collapsed
9477
9478 \begin_layout Plain Layout
9479
9480 \backslash
9481 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9482 \end_layout
9483
9484 \begin_layout Plain Layout
9485 More about 
9486 \backslash
9487 texorpdfstring is in section 
9488 \begin_inset CommandInset ref
9489 LatexCommand ref
9490 reference "sub:Formulas-in-Section"
9491
9492 \end_inset
9493
9494 .
9495 \end_layout
9496
9497 \end_inset
9498
9499
9500 \begin_inset CommandInset label
9501 LatexCommand label
9502 name "sub:Accents-for-one"
9503
9504 \end_inset
9505
9506
9507 \begin_inset Index idx
9508 status collapsed
9509
9510 \begin_layout Plain Layout
9511 Accents ! for one character
9512 \end_layout
9513
9514 \end_inset
9515
9516
9517 \end_layout
9518
9519 \begin_layout Standard
9520 \begin_inset space \hfill{}
9521 \end_inset
9522
9523
9524 \begin_inset Tabular
9525 <lyxtabular version="3" rows="8" columns="2">
9526 <features tabularvalignment="middle">
9527 <column alignment="center" valignment="top" width="0pt">
9528 <column alignment="center" valignment="top" width="0pt">
9529 <row>
9530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534 Command
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543 Result
9544 \begin_inset Note Note
9545 status collapsed
9546
9547 \begin_layout Plain Layout
9548
9549 \series bold
9550
9551 \backslash
9552 raisebox
9553 \series default
9554  is only used as spacer.
9555 \end_layout
9556
9557 \end_inset
9558
9559
9560 \end_layout
9561
9562 \end_inset
9563 </cell>
9564 </row>
9565 <row>
9566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9567 \begin_inset Text
9568
9569 \begin_layout Plain Layout
9570
9571 \backslash
9572 dot
9573 \begin_inset ERT
9574 status collapsed
9575
9576 \begin_layout Plain Layout
9577
9578
9579 \backslash
9580 spce 
9581 \end_layout
9582
9583 \end_inset
9584
9585 A
9586 \end_layout
9587
9588 \end_inset
9589 </cell>
9590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9591 \begin_inset Text
9592
9593 \begin_layout Plain Layout
9594 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9595 \end_inset
9596
9597
9598 \end_layout
9599
9600 \end_inset
9601 </cell>
9602 </row>
9603 <row>
9604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9605 \begin_inset Text
9606
9607 \begin_layout Plain Layout
9608
9609 \backslash
9610 ddot
9611 \begin_inset ERT
9612 status collapsed
9613
9614 \begin_layout Plain Layout
9615
9616
9617 \backslash
9618 spce 
9619 \end_layout
9620
9621 \end_inset
9622
9623 A
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9629 \begin_inset Text
9630
9631 \begin_layout Plain Layout
9632 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9633 \end_inset
9634
9635
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 </row>
9641 <row>
9642 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9643 \begin_inset Text
9644
9645 \begin_layout Plain Layout
9646
9647 \backslash
9648 dddot
9649 \begin_inset ERT
9650 status collapsed
9651
9652 \begin_layout Plain Layout
9653
9654
9655 \backslash
9656 spce 
9657 \end_layout
9658
9659 \end_inset
9660
9661 A
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Plain Layout
9670 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9671 \end_inset
9672
9673
9674 \end_layout
9675
9676 \end_inset
9677 </cell>
9678 </row>
9679 <row>
9680 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9681 \begin_inset Text
9682
9683 \begin_layout Plain Layout
9684
9685 \backslash
9686 ddddot
9687 \begin_inset ERT
9688 status collapsed
9689
9690 \begin_layout Plain Layout
9691
9692
9693 \backslash
9694 spce 
9695 \end_layout
9696
9697 \end_inset
9698
9699 A
9700 \end_layout
9701
9702 \end_inset
9703 </cell>
9704 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9705 \begin_inset Text
9706
9707 \begin_layout Plain Layout
9708 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9709 \end_inset
9710
9711
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 </row>
9717 <row>
9718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9719 \begin_inset Text
9720
9721 \begin_layout Plain Layout
9722
9723 \backslash
9724 vec
9725 \begin_inset ERT
9726 status collapsed
9727
9728 \begin_layout Plain Layout
9729
9730
9731 \backslash
9732 spce 
9733 \end_layout
9734
9735 \end_inset
9736
9737 A
9738 \begin_inset Index idx
9739 status collapsed
9740
9741 \begin_layout Plain Layout
9742 Vectors
9743 \end_layout
9744
9745 \end_inset
9746
9747
9748 \end_layout
9749
9750 \end_inset
9751 </cell>
9752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9757 \end_inset
9758
9759
9760 \end_layout
9761
9762 \end_inset
9763 </cell>
9764 </row>
9765 <row>
9766 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9767 \begin_inset Text
9768
9769 \begin_layout Plain Layout
9770
9771 \backslash
9772 bar
9773 \begin_inset ERT
9774 status collapsed
9775
9776 \begin_layout Plain Layout
9777
9778
9779 \backslash
9780 spce 
9781 \end_layout
9782
9783 \end_inset
9784
9785 A
9786 \end_layout
9787
9788 \end_inset
9789 </cell>
9790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9791 \begin_inset Text
9792
9793 \begin_layout Plain Layout
9794 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9795 \end_inset
9796
9797
9798 \end_layout
9799
9800 \end_inset
9801 </cell>
9802 </row>
9803 <row>
9804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9805 \begin_inset Text
9806
9807 \begin_layout Plain Layout
9808
9809 \backslash
9810 mathring
9811 \begin_inset ERT
9812 status collapsed
9813
9814 \begin_layout Plain Layout
9815
9816
9817 \backslash
9818 spce 
9819 \end_layout
9820
9821 \end_inset
9822
9823 A
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9829 \begin_inset Text
9830
9831 \begin_layout Plain Layout
9832 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9833 \end_inset
9834
9835
9836 \end_layout
9837
9838 \end_inset
9839 </cell>
9840 </row>
9841 </lyxtabular>
9842
9843 \end_inset
9844
9845
9846 \begin_inset space \hfill{}
9847 \end_inset
9848
9849
9850 \begin_inset Tabular
9851 <lyxtabular version="3" rows="7" columns="2">
9852 <features tabularvalignment="middle">
9853 <column alignment="center" valignment="top" width="0pt">
9854 <column alignment="center" valignment="top" width="0pt">
9855 <row>
9856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9857 \begin_inset Text
9858
9859 \begin_layout Plain Layout
9860 Command
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869 Result
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 </row>
9875 <row>
9876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880
9881 \backslash
9882 tilde
9883 \begin_inset ERT
9884 status collapsed
9885
9886 \begin_layout Plain Layout
9887
9888
9889 \backslash
9890 spce 
9891 \end_layout
9892
9893 \end_inset
9894
9895 A
9896 \end_layout
9897
9898 \end_inset
9899 </cell>
9900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9901 \begin_inset Text
9902
9903 \begin_layout Plain Layout
9904 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9905 \end_inset
9906
9907
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 </row>
9913 <row>
9914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9915 \begin_inset Text
9916
9917 \begin_layout Plain Layout
9918
9919 \backslash
9920 hat
9921 \begin_inset ERT
9922 status collapsed
9923
9924 \begin_layout Plain Layout
9925
9926
9927 \backslash
9928 spce 
9929 \end_layout
9930
9931 \end_inset
9932
9933 A
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Plain Layout
9942 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9943 \end_inset
9944
9945
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 </row>
9951 <row>
9952 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9953 \begin_inset Text
9954
9955 \begin_layout Plain Layout
9956
9957 \backslash
9958 check
9959 \begin_inset ERT
9960 status collapsed
9961
9962 \begin_layout Plain Layout
9963
9964
9965 \backslash
9966 spce 
9967 \end_layout
9968
9969 \end_inset
9970
9971 A
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9981 \end_inset
9982
9983
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 </row>
9989 <row>
9990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Plain Layout
9994
9995 \backslash
9996 acute
9997 \begin_inset ERT
9998 status collapsed
9999
10000 \begin_layout Plain Layout
10001
10002
10003 \backslash
10004 spce 
10005 \end_layout
10006
10007 \end_inset
10008
10009 A
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10019 \end_inset
10020
10021
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 </row>
10027 <row>
10028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032
10033 \backslash
10034 grave
10035 \begin_inset ERT
10036 status collapsed
10037
10038 \begin_layout Plain Layout
10039
10040
10041 \backslash
10042 spce 
10043 \end_layout
10044
10045 \end_inset
10046
10047 A
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10057 \end_inset
10058
10059
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 </row>
10065 <row>
10066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070
10071 \backslash
10072 breve
10073 \begin_inset ERT
10074 status collapsed
10075
10076 \begin_layout Plain Layout
10077
10078
10079 \backslash
10080 spce 
10081 \end_layout
10082
10083 \end_inset
10084
10085 A
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10095 \end_inset
10096
10097
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 </row>
10103 </lyxtabular>
10104
10105 \end_inset
10106
10107
10108 \begin_inset space \hfill{}
10109 \end_inset
10110
10111
10112 \end_layout
10113
10114 \begin_layout Standard
10115 \begin_inset VSpace bigskip
10116 \end_inset
10117
10118
10119 \end_layout
10120
10121 \begin_layout Standard
10122 You can directly insert accents like é to formulas.
10123  LyX will transform them to the corresponding accent command.
10124  For umlauts
10125 \begin_inset Index idx
10126 status collapsed
10127
10128 \begin_layout Plain Layout
10129 Umlauts
10130 \end_layout
10131
10132 \end_inset
10133
10134  it is better to insert a quotation mark before the vowel.
10135  These two characters are then treated by LaTeX as 
10136 \emph on
10137 one
10138 \emph default
10139  character when the formula part with the umlaut is marked as German.
10140  In contrary to 
10141 \series bold
10142
10143 \backslash
10144 ddot
10145 \series default
10146 , with this method 
10147 \begin_inset Quotes eld
10148 \end_inset
10149
10150 real
10151 \begin_inset Quotes erd
10152 \end_inset
10153
10154  umlauts are created as demonstrated in the following example:
10155 \end_layout
10156
10157 \begin_layout Standard
10158 \begin_inset VSpace -2mm
10159 \end_inset
10160
10161
10162 \end_layout
10163
10164 \begin_layout Standard
10165 \align center
10166 \begin_inset Tabular
10167 <lyxtabular version="3" rows="3" columns="2">
10168 <features tabularvalignment="middle">
10169 <column alignment="center" valignment="top" width="0">
10170 <column alignment="center" valignment="top" width="0">
10171 <row>
10172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176 Command
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 Result
10186 \begin_inset Note Note
10187 status collapsed
10188
10189 \begin_layout Plain Layout
10190
10191 \series bold
10192
10193 \backslash
10194 raisebox
10195 \series default
10196  and the 0
10197 \begin_inset space \thinspace{}
10198 \end_inset
10199
10200 pt space are only used as spacer.
10201 \end_layout
10202
10203 \end_inset
10204
10205
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 </row>
10211 <row>
10212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216
10217 \lang ngerman
10218 \begin_inset Quotes grd
10219 \end_inset
10220
10221 i
10222 \end_layout
10223
10224 \end_inset
10225 </cell>
10226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230 \begin_inset space \hspace{}
10231 \length 0pt
10232 \end_inset
10233
10234
10235 \lang ngerman
10236
10237 \begin_inset Formula $"i$
10238 \end_inset
10239
10240
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 </row>
10246 <row>
10247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251
10252 \backslash
10253 ddot
10254 \begin_inset ERT
10255 status collapsed
10256
10257 \begin_layout Plain Layout
10258
10259
10260 \backslash
10261 spce 
10262 \end_layout
10263
10264 \end_inset
10265
10266 i
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10276 \end_inset
10277
10278
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 </row>
10284 </lyxtabular>
10285
10286 \end_inset
10287
10288
10289 \end_layout
10290
10291 \begin_layout Standard
10292 Another advantage to 
10293 \series bold
10294
10295 \backslash
10296 ddot
10297 \series default
10298  is that umlauts can directly be converted to mathematical text because
10299  the accent commands above are 
10300 \emph on
10301 not allowed
10302 \emph default
10303  
10304 \emph on
10305 in mathematical text
10306 \emph default
10307 .
10308  To convert an accented character to mathematical text, only the character
10309  under the accent may be converted.
10310  This applies also for all other conversions, e.
10311 \begin_inset space \thinspace{}
10312 \end_inset
10313
10314 g.
10315 \begin_inset space \space{}
10316 \end_inset
10317
10318 to italic or bold.
10319 \end_layout
10320
10321 \begin_layout Standard
10322 In mathematical text, umlauts and other accented characters can directly
10323  be inserted.
10324 \end_layout
10325
10326 \begin_layout Subsection
10327 Accents for Operators
10328 \begin_inset Index idx
10329 status collapsed
10330
10331 \begin_layout Plain Layout
10332 Accents ! for operators
10333 \end_layout
10334
10335 \end_inset
10336
10337
10338 \end_layout
10339
10340 \begin_layout Standard
10341 With the commands 
10342 \series bold
10343
10344 \backslash
10345 overset
10346 \series default
10347
10348 \begin_inset Index idx
10349 status collapsed
10350
10351 \begin_layout Plain Layout
10352 Commands ! O ! 
10353 \backslash
10354 overset
10355 \end_layout
10356
10357 \end_inset
10358
10359  and 
10360 \series bold
10361
10362 \backslash
10363 underset
10364 \series default
10365
10366 \begin_inset Index idx
10367 status collapsed
10368
10369 \begin_layout Plain Layout
10370 Commands ! U ! 
10371 \backslash
10372 underset
10373 \end_layout
10374
10375 \end_inset
10376
10377  characters can be placed above or below an operator, respectively, to accent
10378  it.
10379  With the command 
10380 \series bold
10381
10382 \backslash
10383 sideset
10384 \series default
10385
10386 \begin_inset Index idx
10387 status collapsed
10388
10389 \begin_layout Plain Layout
10390 Commands ! S ! 
10391 \backslash
10392 sideset
10393 \end_layout
10394
10395 \end_inset
10396
10397  characters can be set before and behind an operator.
10398  The command scheme is:
10399 \end_layout
10400
10401 \begin_layout Standard
10402
10403 \series bold
10404
10405 \backslash
10406 sideset{character
10407 \series default
10408  
10409 \series bold
10410 before}{character
10411 \series default
10412  
10413 \series bold
10414 behind}
10415 \end_layout
10416
10417 \begin_layout Standard
10418
10419 \series bold
10420
10421 \backslash
10422 sideset
10423 \series default
10424  must always be before the operator that should be accented.
10425  You can accent with several characters and even with other operators and
10426  symbols.
10427  To place with 
10428 \series bold
10429
10430 \backslash
10431 sideset
10432 \series default
10433  for example only characters behind an operator, write nothing between the
10434  first braces but don't omit the braces.
10435 \end_layout
10436
10437 \begin_layout Standard
10438 For example the command 
10439 \series bold
10440
10441 \backslash
10442 sideset{
10443 \begin_inset Formula $\to$
10444 \end_inset
10445
10446
10447 \backslash
10448 {
10449 \series default
10450 '
10451 \series bold
10452
10453 \begin_inset Formula $\to$
10454 \end_inset
10455
10456
10457 \backslash
10458 sum_k=1
10459 \begin_inset ERT
10460 status collapsed
10461
10462 \begin_layout Plain Layout
10463
10464
10465 \backslash
10466 spce 
10467 \end_layout
10468
10469 \end_inset
10470
10471
10472 \series default
10473 ^
10474 \series bold
10475 n
10476 \series default
10477  produces:
10478 \begin_inset Formula \[
10479 \sideset{}{'}\sum_{k=1}^{n}\]
10480
10481 \end_inset
10482
10483
10484 \end_layout
10485
10486 \begin_layout Standard
10487 The command 
10488 \series bold
10489
10490 \backslash
10491 overset
10492 \begin_inset ERT
10493 status collapsed
10494
10495 \begin_layout Plain Layout
10496
10497
10498 \backslash
10499 spce 
10500 \end_layout
10501
10502 \end_inset
10503
10504
10505 \backslash
10506 maltese
10507 \begin_inset ERT
10508 status collapsed
10509
10510 \begin_layout Plain Layout
10511
10512
10513 \backslash
10514 spce 
10515 \end_layout
10516
10517 \end_inset
10518
10519
10520 \series default
10521
10522 \begin_inset Formula $\uparrow$
10523 \end_inset
10524
10525
10526 \series bold
10527 a
10528 \series default
10529  produces:
10530 \begin_inset Formula \[
10531 \overset{a}{\maltese}\]
10532
10533 \end_inset
10534
10535 As seen in the last example, with 
10536 \series bold
10537
10538 \backslash
10539 overset
10540 \series default
10541  and 
10542 \series bold
10543
10544 \backslash
10545 underset
10546 \series default
10547  also symbols and characters can be accented; with 
10548 \series bold
10549
10550 \backslash
10551 sideset
10552 \series default
10553  this is not possible.
10554 \end_layout
10555
10556 \begin_layout Subsection
10557 Accents for several Characters
10558 \begin_inset Index idx
10559 status collapsed
10560
10561 \begin_layout Plain Layout
10562 Accents ! for several characters
10563 \end_layout
10564
10565 \end_inset
10566
10567
10568 \end_layout
10569
10570 \begin_layout Standard
10571 \begin_inset space \hfill{}
10572 \end_inset
10573
10574
10575 \begin_inset Tabular
10576 <lyxtabular version="3" rows="5" columns="2">
10577 <features tabularvalignment="middle">
10578 <column alignment="center" valignment="top" width="0pt">
10579 <column alignment="center" valignment="top" width="0pt">
10580 <row>
10581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 Command
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 Result
10595 \begin_inset Note Note
10596 status collapsed
10597
10598 \begin_layout Plain Layout
10599
10600 \series bold
10601
10602 \backslash
10603 raisebox
10604 \series default
10605  is only used as spacer.
10606 \end_layout
10607
10608 \end_inset
10609
10610
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 </row>
10616 <row>
10617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621
10622 \backslash
10623 overleftarrow
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 A=B
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10646 \end_inset
10647
10648
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 </row>
10654 <row>
10655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10656 \begin_inset Text
10657
10658 \begin_layout Plain Layout
10659
10660 \backslash
10661 underleftarrow
10662 \begin_inset ERT
10663 status collapsed
10664
10665 \begin_layout Plain Layout
10666
10667
10668 \backslash
10669 spce 
10670 \end_layout
10671
10672 \end_inset
10673
10674 A=B
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10684 \end_inset
10685
10686
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 </row>
10692 <row>
10693 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697
10698 \backslash
10699 overleftrightarrow
10700 \begin_inset ERT
10701 status collapsed
10702
10703 \begin_layout Plain Layout
10704
10705
10706 \backslash
10707 spce 
10708 \end_layout
10709
10710 \end_inset
10711
10712 A=B
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10722 \end_inset
10723
10724
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 </row>
10730 <row>
10731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735
10736 \backslash
10737 underleftrightarrow
10738 \begin_inset ERT
10739 status collapsed
10740
10741 \begin_layout Plain Layout
10742
10743
10744 \backslash
10745 spce 
10746 \end_layout
10747
10748 \end_inset
10749
10750 A=B
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10760 \end_inset
10761
10762
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 </row>
10768 </lyxtabular>
10769
10770 \end_inset
10771
10772
10773 \begin_inset space \hfill{}
10774 \end_inset
10775
10776
10777 \begin_inset Tabular
10778 <lyxtabular version="3" rows="5" columns="2">
10779 <features tabularvalignment="middle">
10780 <column alignment="center" valignment="top" width="0pt">
10781 <column alignment="center" valignment="top" width="0pt">
10782 <row>
10783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787 Command
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796 Result
10797 \end_layout
10798
10799 \end_inset
10800 </cell>
10801 </row>
10802 <row>
10803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807
10808 \backslash
10809 overrightarrow
10810 \begin_inset ERT
10811 status collapsed
10812
10813 \begin_layout Plain Layout
10814
10815
10816 \backslash
10817 spce 
10818 \end_layout
10819
10820 \end_inset
10821
10822 A=B
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10832 \end_inset
10833
10834
10835 \end_layout
10836
10837 \end_inset
10838 </cell>
10839 </row>
10840 <row>
10841 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10842 \begin_inset Text
10843
10844 \begin_layout Plain Layout
10845
10846 \backslash
10847 underrightarrow
10848 \begin_inset ERT
10849 status collapsed
10850
10851 \begin_layout Plain Layout
10852
10853
10854 \backslash
10855 spce 
10856 \end_layout
10857
10858 \end_inset
10859
10860 A=B
10861 \end_layout
10862
10863 \end_inset
10864 </cell>
10865 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10870 \end_inset
10871
10872
10873 \end_layout
10874
10875 \end_inset
10876 </cell>
10877 </row>
10878 <row>
10879 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883
10884 \backslash
10885 widetilde
10886 \begin_inset ERT
10887 status collapsed
10888
10889 \begin_layout Plain Layout
10890
10891
10892 \backslash
10893 spce 
10894 \end_layout
10895
10896 \end_inset
10897
10898 A=B
10899 \end_layout
10900
10901 \end_inset
10902 </cell>
10903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10908 \end_inset
10909
10910
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 </row>
10916 <row>
10917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921
10922 \backslash
10923 widehat
10924 \begin_inset ERT
10925 status collapsed
10926
10927 \begin_layout Plain Layout
10928
10929
10930 \backslash
10931 spce 
10932 \end_layout
10933
10934 \end_inset
10935
10936 A=B
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10946 \end_inset
10947
10948
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 </row>
10954 </lyxtabular>
10955
10956 \end_inset
10957
10958
10959 \begin_inset space \hfill{}
10960 \end_inset
10961
10962
10963 \end_layout
10964
10965 \begin_layout Standard
10966 \begin_inset VSpace medskip
10967 \end_inset
10968
10969 With these commands as many characters as you like can be accented.
10970  But the accents 
10971 \series bold
10972
10973 \backslash
10974 widetilde
10975 \series default
10976  and 
10977 \series bold
10978
10979 \backslash
10980 widehat
10981 \series default
10982  will only be set in the output with a length of three characters, as shown
10983  in the following example:
10984 \begin_inset Formula \[
10985 \widetilde{A+B=C-D}\]
10986
10987 \end_inset
10988
10989
10990 \end_layout
10991
10992 \begin_layout Standard
10993 With the commands 
10994 \series bold
10995
10996 \backslash
10997 overset
10998 \series default
10999
11000 \begin_inset Index idx
11001 status collapsed
11002
11003 \begin_layout Plain Layout
11004 Commands ! O ! 
11005 \backslash
11006 overset
11007 \end_layout
11008
11009 \end_inset
11010
11011  and 
11012 \series bold
11013
11014 \backslash
11015 underset
11016 \series default
11017
11018 \begin_inset Index idx
11019 status collapsed
11020
11021 \begin_layout Plain Layout
11022 Commands ! U ! 
11023 \backslash
11024 underset
11025 \end_layout
11026
11027 \end_inset
11028
11029  described in the previous subsection it is also possible to accent several
11030  characters.
11031  The command 
11032 \series bold
11033
11034 \backslash
11035 underset
11036 \begin_inset ERT
11037 status collapsed
11038
11039 \begin_layout Plain Layout
11040
11041
11042 \backslash
11043 spce 
11044 \end_layout
11045
11046 \end_inset
11047
11048 A=B
11049 \begin_inset Formula $\downarrow$
11050 \end_inset
11051
11052 ***
11053 \series default
11054  creates:
11055 \begin_inset Formula \[
11056 \underset{***}{A=B}\]
11057
11058 \end_inset
11059
11060
11061 \end_layout
11062
11063 \begin_layout Section
11064 Space
11065 \begin_inset CommandInset label
11066 LatexCommand label
11067 name "sub:Space"
11068
11069 \end_inset
11070
11071
11072 \begin_inset Index idx
11073 status collapsed
11074
11075 \begin_layout Plain Layout
11076 Space ! horizontal
11077 \end_layout
11078
11079 \end_inset
11080
11081
11082 \end_layout
11083
11084 \begin_layout Subsection
11085 Predefined Space
11086 \begin_inset CommandInset label
11087 LatexCommand label
11088 name "sub:Predefined-Space"
11089
11090 \end_inset
11091
11092
11093 \begin_inset Index idx
11094 status collapsed
11095
11096 \begin_layout Plain Layout
11097 Space ! horizontal ! predefined
11098 \end_layout
11099
11100 \end_inset
11101
11102
11103 \end_layout
11104
11105 \begin_layout Standard
11106 Sometimes it is necessary to insert horizontal space to a formula.
11107  This is done by inserting a protected space (shortcut 
11108 \begin_inset Info
11109 type  "shortcut"
11110 arg   "space-insert protected"
11111 \end_inset
11112
11113 ).
11114  A 
11115 \begin_inset Quotes eld
11116 \end_inset
11117
11118
11119 \color blue
11120
11121 \begin_inset ERT
11122 status collapsed
11123
11124 \begin_layout Plain Layout
11125
11126
11127 \backslash
11128 spce 
11129 \end_layout
11130
11131 \end_inset
11132
11133
11134 \color inherit
11135
11136 \begin_inset Quotes erd
11137 \end_inset
11138
11139  appears and by pressing 
11140 \family sans
11141 Space
11142 \family default
11143  several times one can select one of eight different space sizes.
11144  The spaces can also be inserted using the math toolbar button 
11145 \begin_inset Graphics
11146         filename ../images/math/space.png
11147         scale 85
11148
11149 \end_inset
11150
11151  or special commands.
11152  Independent from the inserted command, one can select the size again by
11153  pressing 
11154 \family sans
11155 Space
11156 \family default
11157  afterwards.
11158 \end_layout
11159
11160 \begin_layout Standard
11161 \noindent
11162 \align center
11163 \begin_inset VSpace -5mm
11164 \end_inset
11165
11166
11167 \begin_inset Tabular
11168 <lyxtabular version="3" rows="3" columns="7">
11169 <features tabularvalignment="middle">
11170 <column alignment="center" valignment="middle" width="6.8cm">
11171 <column alignment="center" valignment="top" width="0">
11172 <column alignment="center" valignment="top" width="0">
11173 <column alignment="center" valignment="top" width="0">
11174 <column alignment="center" valignment="top" width="0">
11175 <column alignment="center" valignment="top" width="0">
11176 <column alignment="center" valignment="top" width="0">
11177 <row>
11178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11179 \begin_inset Text
11180
11181 \begin_layout Plain Layout
11182 Command
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191
11192 \backslash
11193 ,
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202
11203 \backslash
11204 :
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213
11214 \backslash
11215 ;
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224
11225 \backslash
11226 quad
11227 \end_layout
11228
11229 \end_inset
11230 </cell>
11231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Plain Layout
11235
11236 \backslash
11237 qquad
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246
11247 \backslash
11248 !
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 </row>
11254 <row>
11255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 Number of 
11260 \family sans
11261 Space
11262 \family default
11263  keystrokes after inserting the protected space
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272 0
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11278 \begin_inset Text
11279
11280 \begin_layout Plain Layout
11281 1
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290 2
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11296 \begin_inset Text
11297
11298 \begin_layout Plain Layout
11299 3
11300 \end_layout
11301
11302 \end_inset
11303 </cell>
11304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Plain Layout
11308 4
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11314 \begin_inset Text
11315
11316 \begin_layout Plain Layout
11317 5
11318 \end_layout
11319
11320 \end_inset
11321 </cell>
11322 </row>
11323 <row>
11324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11325 \begin_inset Text
11326
11327 \begin_layout Plain Layout
11328 Result
11329 \end_layout
11330
11331 \end_inset
11332 </cell>
11333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11334 \begin_inset Text
11335
11336 \begin_layout Plain Layout
11337 \begin_inset Formula $A\, B$
11338 \end_inset
11339
11340
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349 \begin_inset Formula $A\: B$
11350 \end_inset
11351
11352
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11358 \begin_inset Text
11359
11360 \begin_layout Plain Layout
11361 \begin_inset Formula $A\; B$
11362 \end_inset
11363
11364
11365 \end_layout
11366
11367 \end_inset
11368 </cell>
11369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11370 \begin_inset Text
11371
11372 \begin_layout Plain Layout
11373 \begin_inset Formula $A\quad B$
11374 \end_inset
11375
11376
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 \begin_inset Formula $A\qquad B$
11386 \end_inset
11387
11388
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397 \begin_inset Formula $A\! B$
11398 \end_inset
11399
11400
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 </row>
11406 </lyxtabular>
11407
11408 \end_inset
11409
11410
11411 \end_layout
11412
11413 \begin_layout Standard
11414 The last size seem to produce no space.
11415  It is displayed red in LyX contrary to the other sizes, because it is a
11416  negative space.
11417  There are two more negative spaces:
11418 \end_layout
11419
11420 \begin_layout Standard
11421 \align center
11422 \begin_inset Tabular
11423 <lyxtabular version="3" rows="3" columns="3">
11424 <features tabularvalignment="middle">
11425 <column alignment="center" valignment="middle" width="6.8cm">
11426 <column alignment="center" valignment="top" width="0pt">
11427 <column alignment="center" valignment="top" width="0pt">
11428 <row>
11429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433 Command
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11439 \begin_inset Text
11440
11441 \begin_layout Plain Layout
11442
11443 \backslash
11444 negmedspace
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453
11454 \backslash
11455 negthickspace
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 </row>
11461 <row>
11462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11463 \begin_inset Text
11464
11465 \begin_layout Plain Layout
11466 Number of 
11467 \family sans
11468 Space
11469 \family default
11470  keystrokes after inserting the protected space
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 6
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488 7
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 </row>
11494 <row>
11495 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Plain Layout
11499 Result
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 \begin_inset Formula $A\negmedspace B$
11509 \end_inset
11510
11511
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 \begin_inset Formula $A\negthickspace 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 Negative spaces can lead to characters overlapping each other.
11538  Thus they can be used to enforce ligatures, what is e.
11539 \begin_inset space \thinspace{}
11540 \end_inset
11541
11542 g.
11543 \begin_inset space \space{}
11544 \end_inset
11545
11546 useful for summation operators: 
11547 \end_layout
11548
11549 \begin_layout Standard
11550 \align center
11551 \begin_inset Tabular
11552 <lyxtabular version="3" rows="3" columns="2">
11553 <features tabularvalignment="middle">
11554 <column alignment="center" valignment="top" width="0">
11555 <column alignment="center" valignment="top" width="0">
11556 <row>
11557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561 Command
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11567 \begin_inset Text
11568
11569 \begin_layout Plain Layout
11570 Result
11571 \begin_inset Note Note
11572 status collapsed
11573
11574 \begin_layout Plain Layout
11575
11576 \series bold
11577
11578 \backslash
11579 raisebox
11580 \series default
11581  is only used as spacer.
11582 \end_layout
11583
11584 \end_inset
11585
11586
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 </row>
11592 <row>
11593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11594 \begin_inset Text
11595
11596 \begin_layout Plain Layout
11597
11598 \backslash
11599 sum
11600 \backslash
11601 sum
11602 \begin_inset ERT
11603 status collapsed
11604
11605 \begin_layout Plain Layout
11606
11607
11608 \backslash
11609 spce 
11610 \end_layout
11611
11612 \end_inset
11613
11614 f_kl
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11624 \end_inset
11625
11626
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 </row>
11632 <row>
11633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637
11638 \backslash
11639 sum
11640 \backslash
11641 negmedspace
11642 \backslash
11643 sum
11644 \begin_inset ERT
11645 status collapsed
11646
11647 \begin_layout Plain Layout
11648
11649
11650 \backslash
11651 spce 
11652 \end_layout
11653
11654 \end_inset
11655
11656 f_kl
11657 \end_layout
11658
11659 \end_inset
11660 </cell>
11661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11662 \begin_inset Text
11663
11664 \begin_layout Plain Layout
11665 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11666 \end_inset
11667
11668
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 </row>
11674 </lyxtabular>
11675
11676 \end_inset
11677
11678
11679 \end_layout
11680
11681 \begin_layout Standard
11682 Relations like for example equal signs, are always surrounded by space.
11683  To suppress this, the equal sign is placed into a TeX-brace.
11684  The following example demonstrates this:
11685 \end_layout
11686
11687 \begin_layout Standard
11688 \align center
11689 \begin_inset Tabular
11690 <lyxtabular version="3" rows="2" columns="2">
11691 <features tabularvalignment="middle">
11692 <column alignment="center" valignment="top" width="0pt">
11693 <column alignment="center" valignment="top" width="0pt">
11694 <row>
11695 <cell alignment="center" valignment="top" usebox="none">
11696 \begin_inset Text
11697
11698 \begin_layout Plain Layout
11699 normal equation
11700 \end_layout
11701
11702 \end_inset
11703 </cell>
11704 <cell alignment="center" valignment="top" usebox="none">
11705 \begin_inset Text
11706
11707 \begin_layout Plain Layout
11708 \begin_inset Formula $A=B$
11709 \end_inset
11710
11711
11712 \end_layout
11713
11714 \end_inset
11715 </cell>
11716 </row>
11717 <row>
11718 <cell alignment="center" valignment="top" usebox="none">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722 \begin_inset Note Note
11723 status collapsed
11724
11725 \begin_layout Plain Layout
11726
11727 \series bold
11728
11729 \backslash
11730 raisebox
11731 \series default
11732  is only used as spacer.
11733 \end_layout
11734
11735 \end_inset
11736
11737
11738 \begin_inset Formula $\raisebox{5mm}{}$
11739 \end_inset
11740
11741 equation without space
11742 \end_layout
11743
11744 \end_inset
11745 </cell>
11746 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11747 \begin_inset Text
11748
11749 \begin_layout Plain Layout
11750 \begin_inset Formula $A{=}B$
11751 \end_inset
11752
11753
11754 \end_layout
11755
11756 \end_inset
11757 </cell>
11758 </row>
11759 </lyxtabular>
11760
11761 \end_inset
11762
11763
11764 \end_layout
11765
11766 \begin_layout Standard
11767 \noindent
11768 The command for the last formula is: 
11769 \series bold
11770 A
11771 \backslash
11772 {=
11773 \begin_inset Formula $\to$
11774 \end_inset
11775
11776 B
11777 \end_layout
11778
11779 \begin_layout Standard
11780 \begin_inset VSpace bigskip
11781 \end_inset
11782
11783 Spaces are needed for physical units, because the space between the value
11784  and the unit is the smallest one and not a normal space.
11785  For units in text, the smallest space is inserted via the menu 
11786 \family sans
11787 Insert\SpecialChar \menuseparator
11788 Formatting\SpecialChar \menuseparator
11789 Thin
11790 \begin_inset space ~
11791 \end_inset
11792
11793 Space
11794 \family default
11795  (shortcut 
11796 \begin_inset Info
11797 type  "shortcut"
11798 arg   "space-insert thin"
11799 \end_inset
11800
11801 ).
11802 \end_layout
11803
11804 \begin_layout Standard
11805 An example to visualize the difference:
11806 \end_layout
11807
11808 \begin_layout Standard
11809 \begin_inset Tabular
11810 <lyxtabular version="3" rows="2" columns="2">
11811 <features tabularvalignment="middle">
11812 <column alignment="left" valignment="top" width="0">
11813 <column alignment="left" valignment="top" width="0">
11814 <row>
11815 <cell alignment="center" valignment="top" usebox="none">
11816 \begin_inset Text
11817
11818 \begin_layout Plain Layout
11819 24 kW
11820 \begin_inset Formula $\cdot$
11821 \end_inset
11822
11823 h
11824 \end_layout
11825
11826 \end_inset
11827 </cell>
11828 <cell alignment="center" valignment="top" usebox="none">
11829 \begin_inset Text
11830
11831 \begin_layout Plain Layout
11832 space between value and unit
11833 \end_layout
11834
11835 \end_inset
11836 </cell>
11837 </row>
11838 <row>
11839 <cell alignment="center" valignment="top" usebox="none">
11840 \begin_inset Text
11841
11842 \begin_layout Plain Layout
11843 24
11844 \begin_inset space \thinspace{}
11845 \end_inset
11846
11847 kW
11848 \begin_inset Formula $\cdot$
11849 \end_inset
11850
11851 h
11852 \end_layout
11853
11854 \end_inset
11855 </cell>
11856 <cell alignment="center" valignment="top" usebox="none">
11857 \begin_inset Text
11858
11859 \begin_layout Plain Layout
11860 smallest space between value and unit
11861 \end_layout
11862
11863 \end_inset
11864 </cell>
11865 </row>
11866 </lyxtabular>
11867
11868 \end_inset
11869
11870
11871 \end_layout
11872
11873 \begin_layout Subsection
11874 Variable Space
11875 \begin_inset ERT
11876 status collapsed
11877
11878 \begin_layout Plain Layout
11879
11880
11881 \backslash
11882 texorpdfstring{
11883 \end_layout
11884
11885 \end_inset
11886
11887
11888 \begin_inset Foot
11889 status collapsed
11890
11891 \begin_layout Plain Layout
11892 for vertical space in formulas see 
11893 \begin_inset CommandInset ref
11894 LatexCommand ref
11895 reference "sub:Line-Separation"
11896
11897 \end_inset
11898
11899
11900 \end_layout
11901
11902 \end_inset
11903
11904
11905 \begin_inset ERT
11906 status collapsed
11907
11908 \begin_layout Plain Layout
11909
11910 }{}
11911 \end_layout
11912
11913 \end_inset
11914
11915
11916 \begin_inset Note Note
11917 status collapsed
11918
11919 \begin_layout Plain Layout
11920
11921 \backslash
11922 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11923 \end_layout
11924
11925 \begin_layout Plain Layout
11926 More about 
11927 \backslash
11928 texorpdfstring is in section 
11929 \begin_inset CommandInset ref
11930 LatexCommand ref
11931 reference "sub:Formulas-in-Section"
11932
11933 \end_inset
11934
11935 .
11936 \end_layout
11937
11938 \end_inset
11939
11940
11941 \begin_inset CommandInset label
11942 LatexCommand label
11943 name "sub:Variable-Space"
11944
11945 \end_inset
11946
11947
11948 \begin_inset Index idx
11949 status collapsed
11950
11951 \begin_layout Plain Layout
11952 Space ! horizontal ! variable
11953 \end_layout
11954
11955 \end_inset
11956
11957
11958 \end_layout
11959
11960 \begin_layout Standard
11961 Space with a defined length can be inserted with the command 
11962 \series bold
11963
11964 \backslash
11965 hspace
11966 \series default
11967
11968 \begin_inset Index idx
11969 status collapsed
11970
11971 \begin_layout Plain Layout
11972 Commands ! H ! 
11973 \backslash
11974 hspace
11975 \end_layout
11976
11977 \end_inset
11978
11979 .
11980  Then a long 
11981 \begin_inset Quotes eld
11982 \end_inset
11983
11984
11985 \color blue
11986
11987 \begin_inset ERT
11988 status collapsed
11989
11990 \begin_layout Plain Layout
11991
11992
11993 \backslash
11994 spce 
11995 \end_layout
11996
11997 \end_inset
11998
11999
12000 \color inherit
12001
12002 \begin_inset Quotes erd
12003 \end_inset
12004
12005  appears.
12006  The length can be specified by left-clicking on the 
12007 \begin_inset Quotes eld
12008 \end_inset
12009
12010
12011 \color blue
12012
12013 \begin_inset ERT
12014 status collapsed
12015
12016 \begin_layout Plain Layout
12017
12018
12019 \backslash
12020 spce 
12021 \end_layout
12022
12023 \end_inset
12024
12025
12026 \color inherit
12027
12028 \begin_inset Quotes erd
12029 \end_inset
12030
12031 .
12032  The length may also be negative.
12033  To insert so many space that the formula uses all available space, the
12034  command 
12035 \series bold
12036
12037 \backslash
12038 hfill
12039 \series default
12040
12041 \begin_inset Index idx
12042 status collapsed
12043
12044 \begin_layout Plain Layout
12045 Commands ! H ! 
12046 \backslash
12047 hfill
12048 \end_layout
12049
12050 \end_inset
12051
12052  is used.
12053 \end_layout
12054
12055 \begin_layout Standard
12056 \begin_inset VSpace -1mm
12057 \end_inset
12058
12059
12060 \end_layout
12061
12062 \begin_layout Standard
12063 \align center
12064 \begin_inset Tabular
12065 <lyxtabular version="3" rows="4" columns="2">
12066 <features tabularvalignment="middle">
12067 <column alignment="center" valignment="top" width="0">
12068 <column alignment="center" valignment="top" width="0">
12069 <row>
12070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12071 \begin_inset Text
12072
12073 \begin_layout Plain Layout
12074 Command (
12075 \backslash
12076 hspace length)
12077 \end_layout
12078
12079 \end_inset
12080 </cell>
12081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12082 \begin_inset Text
12083
12084 \begin_layout Plain Layout
12085 Result
12086 \end_layout
12087
12088 \end_inset
12089 </cell>
12090 </row>
12091 <row>
12092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12093 \begin_inset Text
12094
12095 \begin_layout Plain Layout
12096 A=B
12097 \backslash
12098 hspace
12099 \begin_inset ERT
12100 status collapsed
12101
12102 \begin_layout Plain Layout
12103
12104
12105 \backslash
12106 spce 
12107 \end_layout
12108
12109 \end_inset
12110
12111
12112 \begin_inset Formula $\to$
12113 \end_inset
12114
12115 A
12116 \backslash
12117 not=C (3
12118 \begin_inset space \thinspace{}
12119 \end_inset
12120
12121 cm)
12122 \end_layout
12123
12124 \end_inset
12125 </cell>
12126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12127 \begin_inset Text
12128
12129 \begin_layout Plain Layout
12130 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12131 \end_inset
12132
12133
12134 \end_layout
12135
12136 \end_inset
12137 </cell>
12138 </row>
12139 <row>
12140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12141 \begin_inset Text
12142
12143 \begin_layout Plain Layout
12144 A
12145 \backslash
12146 hspace
12147 \begin_inset ERT
12148 status collapsed
12149
12150 \begin_layout Plain Layout
12151
12152
12153 \backslash
12154 spce 
12155 \end_layout
12156
12157 \end_inset
12158
12159
12160 \begin_inset Formula $\to$
12161 \end_inset
12162
12163 A
12164 \backslash
12165 not=A (-1
12166 \begin_inset space \thinspace{}
12167 \end_inset
12168
12169 mm)
12170 \end_layout
12171
12172 \end_inset
12173 </cell>
12174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12175 \begin_inset Text
12176
12177 \begin_layout Plain Layout
12178 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12179 \end_inset
12180
12181
12182 \end_layout
12183
12184 \end_inset
12185 </cell>
12186 </row>
12187 <row>
12188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12189 \begin_inset Text
12190
12191 \begin_layout Plain Layout
12192 A=A
12193 \backslash
12194 hfill
12195 \begin_inset ERT
12196 status collapsed
12197
12198 \begin_layout Plain Layout
12199
12200
12201 \backslash
12202 spce 
12203 \end_layout
12204
12205 \end_inset
12206
12207 B=B
12208 \end_layout
12209
12210 \end_inset
12211 </cell>
12212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12213 \begin_inset Text
12214
12215 \begin_layout Plain Layout
12216 \begin_inset Formula $A=A\hfill B=B$
12217 \end_inset
12218
12219
12220 \end_layout
12221
12222 \end_inset
12223 </cell>
12224 </row>
12225 </lyxtabular>
12226
12227 \end_inset
12228
12229
12230 \end_layout
12231
12232 \begin_layout Standard
12233 In the last example the available space is given by the longest column entry
12234  of the table.
12235  In an inline formula the space depends on the length of the line in which
12236  
12237 \series bold
12238
12239 \backslash
12240 hfill
12241 \series default
12242  is inserted.
12243  Thus, when the line uses the full width, no space will be created.
12244  
12245 \series bold
12246
12247 \backslash
12248 hfill
12249 \series default
12250  only has an effect on displayed formulas when the formula style 
12251 \series bold
12252 Indented
12253 \series default
12254  is used.
12255  (Formula styles are explained in 
12256 \begin_inset CommandInset ref
12257 LatexCommand ref
12258 reference "sec:Formula-Styles"
12259
12260 \end_inset
12261
12262 .)
12263 \end_layout
12264
12265 \begin_layout Standard
12266 Besides 
12267 \series bold
12268
12269 \backslash
12270 hfill
12271 \series default
12272 , there are the commands 
12273 \series bold
12274
12275 \backslash
12276 dotfill
12277 \series default
12278  and 
12279 \series bold
12280
12281 \backslash
12282 hrulefill
12283 \series default
12284  that fill the space with a pattern, see 
12285 \begin_inset CommandInset ref
12286 LatexCommand ref
12287 reference "sub:Ellipses"
12288
12289 \end_inset
12290
12291  for an example.
12292 \end_layout
12293
12294 \begin_layout Standard
12295 For text, variable space can be inserted via the menu 
12296 \family sans
12297 Insert\SpecialChar \menuseparator
12298 Formatting\SpecialChar \menuseparator
12299 Horizontal
12300 \begin_inset space ~
12301 \end_inset
12302
12303 Space
12304 \family default
12305 :
12306 \end_layout
12307
12308 \begin_layout Standard
12309 This is a line with
12310 \begin_inset space \hspace{}
12311 \length 2cm
12312 \end_inset
12313
12314 2
12315 \begin_inset space \thinspace{}
12316 \end_inset
12317
12318 cm space.
12319 \end_layout
12320
12321 \begin_layout Standard
12322 This is a line with
12323 \begin_inset space \hfill{}
12324 \end_inset
12325
12326 maximum space.
12327 \end_layout
12328
12329 \begin_layout Subsection
12330 Space besides inline Formulas
12331 \begin_inset Index idx
12332 status collapsed
12333
12334 \begin_layout Plain Layout
12335 Space ! besides inline formulas
12336 \end_layout
12337
12338 \end_inset
12339
12340
12341 \end_layout
12342
12343 \begin_layout Standard
12344 The space that surrounds inline formulas can be adjusted with the length
12345  
12346 \series bold
12347
12348 \backslash
12349 mathsurround
12350 \series default
12351
12352 \begin_inset Index idx
12353 status collapsed
12354
12355 \begin_layout Plain Layout
12356 Commands ! M ! 
12357 \backslash
12358 mathsurround
12359 \end_layout
12360
12361 \end_inset
12362
12363 .
12364  The value of a length is set with the command 
12365 \series bold
12366
12367 \backslash
12368 setlength
12369 \series default
12370
12371 \begin_inset Index idx
12372 status collapsed
12373
12374 \begin_layout Plain Layout
12375 Commands ! S ! 
12376 \backslash
12377 setlength
12378 \end_layout
12379
12380 \end_inset
12381
12382  that has the following scheme:
12383 \end_layout
12384
12385 \begin_layout Standard
12386
12387 \series bold
12388
12389 \backslash
12390 setlength{length name}{value}
12391 \end_layout
12392
12393 \begin_layout Standard
12394 To set 
12395 \series bold
12396
12397 \backslash
12398 mathsurround
12399 \series default
12400  to the value 5
12401 \begin_inset space \thinspace{}
12402 \end_inset
12403
12404 mm, the command
12405 \end_layout
12406
12407 \begin_layout Standard
12408
12409 \series bold
12410
12411 \backslash
12412 setlength{
12413 \backslash
12414 mathsurround}{5mm}
12415 \end_layout
12416
12417 \begin_layout Standard
12418 is inserted in TeX-mode.
12419  5
12420 \begin_inset space \thinspace{}
12421 \end_inset
12422
12423 mm space will now be set around all inline formulas:
12424 \begin_inset ERT
12425 status collapsed
12426
12427 \begin_layout Plain Layout
12428
12429
12430 \backslash
12431 setlength{
12432 \backslash
12433 mathsurround}{5mm}
12434 \end_layout
12435
12436 \end_inset
12437
12438
12439 \end_layout
12440
12441 \begin_layout Standard
12442 This is a line with an inline formula 
12443 \begin_inset Formula $A=B$
12444 \end_inset
12445
12446  with 5
12447 \begin_inset space \thinspace{}
12448 \end_inset
12449
12450 mm surrounding space.
12451 \begin_inset ERT
12452 status collapsed
12453
12454 \begin_layout Plain Layout
12455
12456
12457 \backslash
12458 setlength{
12459 \backslash
12460 mathsurround}{0pt}
12461 \end_layout
12462
12463 \end_inset
12464
12465
12466 \end_layout
12467
12468 \begin_layout Standard
12469 To return to the predefined value, 
12470 \series bold
12471
12472 \backslash
12473 mathsurround
12474 \series default
12475  is set to the value 0
12476 \begin_inset space \thinspace{}
12477 \end_inset
12478
12479 pt.
12480 \end_layout
12481
12482 \begin_layout Section
12483 Boxes and Frames
12484 \begin_inset Index idx
12485 status collapsed
12486
12487 \begin_layout Plain Layout
12488 Boxes
12489 \end_layout
12490
12491 \end_inset
12492
12493
12494 \begin_inset Index idx
12495 status collapsed
12496
12497 \begin_layout Plain Layout
12498 Frames | see
12499 \begin_inset ERT
12500 status collapsed
12501
12502 \begin_layout Plain Layout
12503
12504 {
12505 \end_layout
12506
12507 \end_inset
12508
12509 Boxes
12510 \begin_inset ERT
12511 status collapsed
12512
12513 \begin_layout Plain Layout
12514
12515 }
12516 \end_layout
12517
12518 \end_inset
12519
12520
12521 \end_layout
12522
12523 \end_inset
12524
12525
12526 \end_layout
12527
12528 \begin_layout Standard
12529 Boxes for text are described in chapter 
12530 \family typewriter
12531 Boxes
12532 \family default
12533  in the 
12534 \family typewriter
12535 Embedded
12536 \begin_inset space ~
12537 \end_inset
12538
12539 Objects
12540 \family default
12541  manual.
12542 \end_layout
12543
12544 \begin_layout Subsection
12545 Boxes with Frame
12546 \begin_inset CommandInset label
12547 LatexCommand label
12548 name "sub:Boxes-with-Frame"
12549
12550 \end_inset
12551
12552
12553 \begin_inset Index idx
12554 status collapsed
12555
12556 \begin_layout Plain Layout
12557 Boxes ! with frame
12558 \end_layout
12559
12560 \end_inset
12561
12562
12563 \end_layout
12564
12565 \begin_layout Standard
12566 It is possible to frame formulas or parts of it with the commands 
12567 \series bold
12568
12569 \backslash
12570 fbox
12571 \series default
12572
12573 \begin_inset Index idx
12574 status collapsed
12575
12576 \begin_layout Plain Layout
12577 Commands ! F ! 
12578 \backslash
12579 fbox
12580 \end_layout
12581
12582 \end_inset
12583
12584  and 
12585 \series bold
12586
12587 \backslash
12588 boxed
12589 \series default
12590
12591 \begin_inset Index idx
12592 status collapsed
12593
12594 \begin_layout Plain Layout
12595 Commands ! B ! 
12596 \backslash
12597 boxed
12598 \end_layout
12599
12600 \end_inset
12601
12602 .
12603 \end_layout
12604
12605 \begin_layout Standard
12606 When one of these commands is inserted to a formula, a blue box appears
12607  within a frame to enter formula parts.
12608  For 
12609 \series bold
12610
12611 \backslash
12612 fbox
12613 \series default
12614  an additional formula has to be created by 
12615 \family sans
12616 Ctrl+M
12617 \family default
12618  within this box, because the box content will otherwise be treated as mathemati
12619 cal text.
12620  When 
12621 \series bold
12622
12623 \backslash
12624 boxed
12625 \series default
12626  is used, a new formula is automatically created inside the frame.
12627 \end_layout
12628
12629 \begin_layout Standard
12630 The command 
12631 \series bold
12632
12633 \backslash
12634 fbox
12635 \series default
12636  is not suitable to frame displayed formulas because the formula will always
12637  be set in the size of the text.
12638  
12639 \series bold
12640
12641 \backslash
12642 boxed
12643 \series default
12644  is in contrary not suitable to frame inline formulas, because the formula
12645  will always be set in the size of a displayed formula.
12646 \end_layout
12647
12648 \begin_layout Standard
12649 As extension to 
12650 \series bold
12651
12652 \backslash
12653 fbox
12654 \series default
12655  there is the command 
12656 \series bold
12657
12658 \backslash
12659 framebox
12660 \series default
12661
12662 \begin_inset Index idx
12663 status collapsed
12664
12665 \begin_layout Plain Layout
12666 Commands ! F ! 
12667 \backslash
12668 framebox
12669 \end_layout
12670
12671 \end_inset
12672
12673  where additionally the frame width and the alignment can be specified.
12674  
12675 \series bold
12676
12677 \backslash
12678 framebox
12679 \series default
12680  is used in the following scheme:
12681 \end_layout
12682
12683 \begin_layout Standard
12684
12685 \series bold
12686
12687 \backslash
12688 framebox[frame width][position]{box content}
12689 \end_layout
12690
12691 \begin_layout Standard
12692 The position can either be 
12693 \emph on
12694 l
12695 \emph default
12696  or 
12697 \emph on
12698 r
12699 \emph default
12700 .
12701  
12702 \emph on
12703 l
12704 \emph default
12705  left aligns, 
12706 \emph on
12707 r
12708 \emph default
12709  right aligns the formula in the box.
12710  When no position is given, the formula will be centered.
12711 \begin_inset Newline newline
12712 \end_inset
12713
12714 Is no width given, also no position can be given.
12715  In this case the frame width is adjusted to the box content like for 
12716 \series bold
12717
12718 \backslash
12719 fbox
12720 \series default
12721 .
12722 \end_layout
12723
12724 \begin_layout Standard
12725 When the command 
12726 \series bold
12727
12728 \backslash
12729 framebox
12730 \series default
12731  is inserted, a box appears containing three blue boxes.
12732  The first two boxes are surrounded by brackets and denote the two optional
12733  arguments.
12734  The third box is for formula parts like for 
12735 \series bold
12736
12737 \backslash
12738 fbox
12739 \series default
12740 .
12741 \end_layout
12742
12743 \begin_layout Standard
12744 \align center
12745 \begin_inset Tabular
12746 <lyxtabular version="3" rows="5" columns="2">
12747 <features tabularvalignment="middle">
12748 <column alignment="center" valignment="top" width="0">
12749 <column alignment="center" valignment="top" width="0">
12750 <row>
12751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12752 \begin_inset Text
12753
12754 \begin_layout Plain Layout
12755 Command
12756 \end_layout
12757
12758 \end_inset
12759 </cell>
12760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12761 \begin_inset Text
12762
12763 \begin_layout Plain Layout
12764 Result
12765 \begin_inset Note Note
12766 status collapsed
12767
12768 \begin_layout Plain Layout
12769
12770 \series bold
12771
12772 \backslash
12773 raisebox
12774 \series default
12775  is only used as spacer.
12776 \end_layout
12777
12778 \end_inset
12779
12780
12781 \end_layout
12782
12783 \end_inset
12784 </cell>
12785 </row>
12786 <row>
12787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12788 \begin_inset Text
12789
12790 \begin_layout Plain Layout
12791
12792 \backslash
12793 fbox
12794 \begin_inset ERT
12795 status collapsed
12796
12797 \begin_layout Plain Layout
12798
12799
12800 \backslash
12801 spce 
12802 \end_layout
12803
12804 \end_inset
12805
12806
12807 \family sans
12808 Ctrl+M
12809 \family default
12810  
12811 \backslash
12812 int
12813 \begin_inset ERT
12814 status collapsed
12815
12816 \begin_layout Plain Layout
12817
12818
12819 \backslash
12820 spce 
12821 \end_layout
12822
12823 \end_inset
12824
12825 A=B
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Plain Layout
12834 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12835 \end_inset
12836
12837
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 </row>
12843 <row>
12844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12845 \begin_inset Text
12846
12847 \begin_layout Plain Layout
12848
12849 \backslash
12850 boxed
12851 \begin_inset ERT
12852 status collapsed
12853
12854 \begin_layout Plain Layout
12855
12856
12857 \backslash
12858 spce 
12859 \end_layout
12860
12861 \end_inset
12862
12863
12864 \backslash
12865 int
12866 \begin_inset ERT
12867 status collapsed
12868
12869 \begin_layout Plain Layout
12870
12871
12872 \backslash
12873 spce 
12874 \end_layout
12875
12876 \end_inset
12877
12878 A=B
12879 \end_layout
12880
12881 \end_inset
12882 </cell>
12883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12884 \begin_inset Text
12885
12886 \begin_layout Plain Layout
12887 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12888 \end_inset
12889
12890
12891 \end_layout
12892
12893 \end_inset
12894 </cell>
12895 </row>
12896 <row>
12897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901 A+
12902 \backslash
12903 fbox
12904 \begin_inset ERT
12905 status collapsed
12906
12907 \begin_layout Plain Layout
12908
12909
12910 \backslash
12911 spce 
12912 \end_layout
12913
12914 \end_inset
12915
12916 B
12917 \end_layout
12918
12919 \end_inset
12920 </cell>
12921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12922 \begin_inset Text
12923
12924 \begin_layout Plain Layout
12925 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12926 \end_inset
12927
12928
12929 \end_layout
12930
12931 \end_inset
12932 </cell>
12933 </row>
12934 <row>
12935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12936 \begin_inset Text
12937
12938 \begin_layout Plain Layout
12939
12940 \backslash
12941 framebox
12942 \begin_inset ERT
12943 status collapsed
12944
12945 \begin_layout Plain Layout
12946
12947
12948 \backslash
12949 spce 
12950 \end_layout
12951
12952 \end_inset
12953
12954 20mm
12955 \begin_inset Formula $\to$
12956 \end_inset
12957
12958
12959 \begin_inset Formula $\to$
12960 \end_inset
12961
12962
12963 \family sans
12964 Ctrl+M
12965 \family default
12966  
12967 \backslash
12968 frac
12969 \begin_inset ERT
12970 status collapsed
12971
12972 \begin_layout Plain Layout
12973
12974
12975 \backslash
12976 spce 
12977 \end_layout
12978
12979 \end_inset
12980
12981 A
12982 \begin_inset Formula $\downarrow$
12983 \end_inset
12984
12985 B
12986 \end_layout
12987
12988 \end_inset
12989 </cell>
12990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12991 \begin_inset Text
12992
12993 \begin_layout Plain Layout
12994 \begin_inset Formula $\raisebox{6mm}{}$
12995 \end_inset
12996
12997
12998 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12999 \end_inset
13000
13001
13002 \begin_inset Formula $\raisebox{-4mm}{}$
13003 \end_inset
13004
13005
13006 \end_layout
13007
13008 \end_inset
13009 </cell>
13010 </row>
13011 </lyxtabular>
13012
13013 \end_inset
13014
13015
13016 \end_layout
13017
13018 \begin_layout Standard
13019 The frame thickness can also be adjusted.
13020  To do this the following commands have to be inserted in TeX-mode before
13021  the formula
13022 \end_layout
13023
13024 \begin_layout Standard
13025
13026 \series bold
13027
13028 \backslash
13029 fboxrule
13030 \series default
13031  
13032 \series bold
13033
13034 \begin_inset Quotes eld
13035 \end_inset
13036
13037 thickness
13038 \begin_inset Quotes erd
13039 \end_inset
13040
13041
13042 \series default
13043  
13044 \series bold
13045
13046 \backslash
13047 fboxsep
13048 \series default
13049  
13050 \series bold
13051
13052 \begin_inset Quotes eld
13053 \end_inset
13054
13055 distance
13056 \begin_inset Quotes erd
13057 \end_inset
13058
13059
13060 \end_layout
13061
13062 \begin_layout Standard
13063 \begin_inset Quotes eld
13064 \end_inset
13065
13066 distance
13067 \begin_inset Quotes erd
13068 \end_inset
13069
13070  specifies the minimal distance between the frame and the first character
13071  in the box.
13072  An example for this is the following framed formula:
13073 \begin_inset ERT
13074 status collapsed
13075
13076 \begin_layout Plain Layout
13077
13078
13079 \backslash
13080 fboxrule 2mm 
13081 \backslash
13082 fboxsep 3mm
13083 \end_layout
13084
13085 \end_inset
13086
13087
13088 \begin_inset Formula \[
13089 \boxed{A+B=C}\]
13090
13091 \end_inset
13092
13093 Before this formula the commands
13094 \end_layout
13095
13096 \begin_layout Standard
13097
13098 \series bold
13099
13100 \backslash
13101 fboxrule
13102 \series default
13103  
13104 \series bold
13105 2mm
13106 \series default
13107  
13108 \series bold
13109
13110 \backslash
13111 fboxsep
13112 \series default
13113  
13114 \series bold
13115 3mm
13116 \end_layout
13117
13118 \begin_layout Standard
13119 were inserted in TeX-mode.
13120  The given values are used for all following boxes.
13121 \end_layout
13122
13123 \begin_layout Standard
13124 To return to the standard frame size, the command
13125 \end_layout
13126
13127 \begin_layout Standard
13128
13129 \series bold
13130
13131 \backslash
13132 fboxrule
13133 \series default
13134  
13135 \series bold
13136 0.4pt
13137 \series default
13138  
13139 \series bold
13140
13141 \backslash
13142 fboxsep
13143 \series default
13144  
13145 \series bold
13146 3pt
13147 \series default
13148
13149 \begin_inset ERT
13150 status collapsed
13151
13152 \begin_layout Plain Layout
13153
13154
13155 \backslash
13156 fboxrule 0.4pt 
13157 \backslash
13158 fboxsep 3pt
13159 \end_layout
13160
13161 \end_inset
13162
13163
13164 \end_layout
13165
13166 \begin_layout Standard
13167 is inserted in TeX-mode before the next formula.
13168 \end_layout
13169
13170 \begin_layout Subsection
13171 Boxes without Frame
13172 \begin_inset CommandInset label
13173 LatexCommand label
13174 name "sub:Boxes-without-Frame"
13175
13176 \end_inset
13177
13178
13179 \begin_inset Index idx
13180 status collapsed
13181
13182 \begin_layout Plain Layout
13183 Boxes ! without frame
13184 \end_layout
13185
13186 \end_inset
13187
13188
13189 \end_layout
13190
13191 \begin_layout Standard
13192 For boxes without a frame there are the following box commands: 
13193 \series bold
13194
13195 \backslash
13196 mbox
13197 \series default
13198
13199 \begin_inset Index idx
13200 status collapsed
13201
13202 \begin_layout Plain Layout
13203 Commands ! M ! 
13204 \backslash
13205 mbox
13206 \end_layout
13207
13208 \end_inset
13209
13210
13211 \series bold
13212
13213 \backslash
13214 makebox
13215 \series default
13216
13217 \begin_inset Index idx
13218 status collapsed
13219
13220 \begin_layout Plain Layout
13221 Commands ! M ! 
13222 \backslash
13223 makebox
13224 \end_layout
13225
13226 \end_inset
13227
13228  and 
13229 \series bold
13230
13231 \backslash
13232 raisebox
13233 \series default
13234
13235 \begin_inset Index idx
13236 status collapsed
13237
13238 \begin_layout Plain Layout
13239 Commands ! R ! 
13240 \backslash
13241 raisebox
13242 \end_layout
13243
13244 \end_inset
13245
13246
13247 \end_layout
13248
13249 \begin_layout Standard
13250 With 
13251 \series bold
13252
13253 \backslash
13254 raisebox
13255 \series default
13256  a box can be super- or subscripted.
13257  But in contrary to normal super- and subscripting, the characters in the
13258  box keep their font size.
13259  
13260 \series bold
13261
13262 \backslash
13263 raisebox
13264 \series default
13265  is used in the following scheme:
13266 \end_layout
13267
13268 \begin_layout Standard
13269
13270 \series bold
13271
13272 \backslash
13273 raisebox{height}{box content}
13274 \end_layout
13275
13276 \begin_layout Standard
13277 When the box should contain a formula, an extra formula is needed like for
13278  
13279 \series bold
13280
13281 \backslash
13282 fbox
13283 \series default
13284 .
13285  
13286 \series medium
13287
13288 \begin_inset Note Greyedout
13289 status open
13290
13291 \begin_layout Plain Layout
13292
13293 \series bold
13294 Note:
13295 \series default
13296  For 
13297 \series bold
13298
13299 \backslash
13300 raisebox
13301 \series default
13302  this extra formula is created by pressing 
13303 \family sans
13304 Ctrl+M
13305 \family default
13306  twice instead of once because LyX doesn't yet support 
13307 \series bold
13308
13309 \backslash
13310 raisebox
13311 \series default
13312  directly.
13313 \end_layout
13314
13315 \end_inset
13316
13317
13318 \end_layout
13319
13320 \begin_layout Standard
13321 \align center
13322 \begin_inset Tabular
13323 <lyxtabular version="3" rows="4" columns="2">
13324 <features tabularvalignment="middle">
13325 <column alignment="center" valignment="top" width="0">
13326 <column alignment="center" valignment="top" width="0">
13327 <row>
13328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13329 \begin_inset Text
13330
13331 \begin_layout Plain Layout
13332 Command
13333 \end_layout
13334
13335 \end_inset
13336 </cell>
13337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13338 \begin_inset Text
13339
13340 \begin_layout Plain Layout
13341 Result
13342 \end_layout
13343
13344 \end_inset
13345 </cell>
13346 </row>
13347 <row>
13348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13349 \begin_inset Text
13350
13351 \begin_layout Plain Layout
13352 H
13353 \backslash
13354 raisebox{2mm
13355 \begin_inset Formula $\to$
13356 \end_inset
13357
13358
13359 \backslash
13360 {al
13361 \begin_inset Formula $\to$
13362 \end_inset
13363
13364  lo
13365 \end_layout
13366
13367 \end_inset
13368 </cell>
13369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13370 \begin_inset Text
13371
13372 \begin_layout Plain Layout
13373 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13374 \end_inset
13375
13376
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 </row>
13382 <row>
13383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13384 \begin_inset Text
13385
13386 \begin_layout Plain Layout
13387 H
13388 \backslash
13389 raisebox{-2mm
13390 \begin_inset Formula $\to$
13391 \end_inset
13392
13393
13394 \backslash
13395 {al
13396 \begin_inset Formula $\to$
13397 \end_inset
13398
13399 lo
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13405 \begin_inset Text
13406
13407 \begin_layout Plain Layout
13408 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13409 \end_inset
13410
13411
13412 \end_layout
13413
13414 \end_inset
13415 </cell>
13416 </row>
13417 <row>
13418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13419 \begin_inset Text
13420
13421 \begin_layout Plain Layout
13422 A=
13423 \backslash
13424 raisebox{-2mm
13425 \begin_inset Formula $\to$
13426 \end_inset
13427
13428
13429 \backslash
13430 {
13431 \family sans
13432 Ctrl+M
13433 \family default
13434  
13435 \family sans
13436 Ctrl+M
13437 \family default
13438  
13439 \backslash
13440 sqrt
13441 \begin_inset ERT
13442 status collapsed
13443
13444 \begin_layout Plain Layout
13445
13446
13447 \backslash
13448 spce 
13449 \end_layout
13450
13451 \end_inset
13452
13453
13454 \end_layout
13455
13456 \end_inset
13457 </cell>
13458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13459 \begin_inset Text
13460
13461 \begin_layout Plain Layout
13462 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13463 \end_inset
13464
13465
13466 \end_layout
13467
13468 \end_inset
13469 </cell>
13470 </row>
13471 </lyxtabular>
13472
13473 \end_inset
13474
13475
13476 \end_layout
13477
13478 \begin_layout Standard
13479 The command 
13480 \series bold
13481
13482 \backslash
13483 mbox
13484 \series default
13485  is equivalent to 
13486 \series bold
13487
13488 \backslash
13489 fbox
13490 \series default
13491  and 
13492 \series bold
13493
13494 \backslash
13495 makebox
13496 \series default
13497  is equivalent to 
13498 \series bold
13499
13500 \backslash
13501 framebox
13502 \series default
13503 , with the difference that there is no frame.
13504 \end_layout
13505
13506 \begin_layout Subsection
13507 Colored Boxes
13508 \begin_inset CommandInset label
13509 LatexCommand label
13510 name "sub:Colored-Boxes"
13511
13512 \end_inset
13513
13514
13515 \begin_inset Index idx
13516 status collapsed
13517
13518 \begin_layout Plain Layout
13519 Boxes ! colored
13520 \end_layout
13521
13522 \end_inset
13523
13524
13525 \end_layout
13526
13527 \begin_layout Standard
13528 To be able to use all commands explained in this section, the LaTeX-package
13529  
13530 \series bold
13531 color
13532 \series default
13533
13534 \begin_inset Foot
13535 status collapsed
13536
13537 \begin_layout Plain Layout
13538 The LaTeX-package 
13539 \series bold
13540 color
13541 \series default
13542  is part of every LaTeX standard installation.
13543 \end_layout
13544
13545 \end_inset
13546
13547
13548 \begin_inset Index idx
13549 status collapsed
13550
13551 \begin_layout Plain Layout
13552 Packages ! color
13553 \end_layout
13554
13555 \end_inset
13556
13557  has to be loaded in the LaTeX-preamble with the line
13558 \begin_inset Foot
13559 status collapsed
13560
13561 \begin_layout Plain Layout
13562 When text is colored somewhere in the document with a predefined color,
13563  LyX loads the LaTeX-package 
13564 \series bold
13565 color
13566 \series default
13567  automatically.
13568  Thus it is possible that the package is loaded twice, but this doesn't
13569  arise problems.
13570 \end_layout
13571
13572 \end_inset
13573
13574
13575 \begin_inset Note Note
13576 status collapsed
13577
13578 \begin_layout Plain Layout
13579 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13580 amble.
13581 \end_layout
13582
13583 \end_inset
13584
13585
13586 \end_layout
13587
13588 \begin_layout Standard
13589
13590 \series bold
13591
13592 \backslash
13593 usepackage{color}
13594 \end_layout
13595
13596 \begin_layout Standard
13597 \begin_inset VSpace medskip
13598 \end_inset
13599
13600 To color boxes, the command 
13601 \series bold
13602
13603 \backslash
13604 colorbox
13605 \series default
13606
13607 \begin_inset Index idx
13608 status collapsed
13609
13610 \begin_layout Plain Layout
13611 Commands ! C ! 
13612 \backslash
13613 colorbox
13614 \end_layout
13615
13616 \end_inset
13617
13618  is used in the following scheme:
13619 \end_layout
13620
13621 \begin_layout Standard
13622
13623 \series bold
13624
13625 \backslash
13626 colorbox{color}{box content}
13627 \end_layout
13628
13629 \begin_layout Standard
13630 The box content can also be a box and a 
13631 \series bold
13632
13633 \backslash
13634 colorbox
13635 \series default
13636  can also be part of another box (see the 2nd and 3rd example).
13637  When the box should contain a formula, an extra formula has to be created,
13638  the same way as for 
13639 \series bold
13640
13641 \backslash
13642 raisebox
13643 \series default
13644 .
13645 \begin_inset Foot
13646 status collapsed
13647
13648 \begin_layout Plain Layout
13649 This also applies for the command 
13650 \series bold
13651
13652 \backslash
13653 fcolorbox
13654 \series default
13655 .
13656 \end_layout
13657
13658 \end_inset
13659
13660
13661 \end_layout
13662
13663 \begin_layout Standard
13664 One of the following predefined colors can be chosen:
13665 \end_layout
13666
13667 \begin_layout Standard
13668
13669 \series bold
13670 black
13671 \series default
13672
13673 \series bold
13674 blue
13675 \series default
13676
13677 \series bold
13678 cyan
13679 \series default
13680
13681 \series bold
13682 green
13683 \series default
13684
13685 \series bold
13686 magenta
13687 \series default
13688
13689 \series bold
13690 red
13691 \series default
13692
13693 \series bold
13694 white
13695 \series default
13696  and 
13697 \series bold
13698 yellow
13699 \end_layout
13700
13701 \begin_layout Standard
13702 \align center
13703 \begin_inset Tabular
13704 <lyxtabular version="3" rows="4" columns="2">
13705 <features tabularvalignment="middle">
13706 <column alignment="center" valignment="top" width="0">
13707 <column alignment="center" valignment="top" width="0">
13708 <row>
13709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13710 \begin_inset Text
13711
13712 \begin_layout Plain Layout
13713 Command
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Plain Layout
13722 Result
13723 \begin_inset Note Note
13724 status collapsed
13725
13726 \begin_layout Plain Layout
13727
13728 \series bold
13729
13730 \backslash
13731 raisebox
13732 \series default
13733  is only used as spacer.
13734 \end_layout
13735
13736 \end_inset
13737
13738
13739 \end_layout
13740
13741 \end_inset
13742 </cell>
13743 </row>
13744 <row>
13745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13746 \begin_inset Text
13747
13748 \begin_layout Plain Layout
13749
13750 \backslash
13751 colorbox{yellow
13752 \begin_inset Formula $\to$
13753 \end_inset
13754
13755
13756 \backslash
13757 {A=B
13758 \end_layout
13759
13760 \end_inset
13761 </cell>
13762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13763 \begin_inset Text
13764
13765 \begin_layout Plain Layout
13766 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13767 \end_inset
13768
13769
13770 \end_layout
13771
13772 \end_inset
13773 </cell>
13774 </row>
13775 <row>
13776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13777 \begin_inset Text
13778
13779 \begin_layout Plain Layout
13780
13781 \backslash
13782 colorbox{green
13783 \begin_inset Formula $\to$
13784 \end_inset
13785
13786
13787 \backslash
13788 {
13789 \backslash
13790 fbox
13791 \begin_inset ERT
13792 status collapsed
13793
13794 \begin_layout Plain Layout
13795
13796
13797 \backslash
13798 spce 
13799 \end_layout
13800
13801 \end_inset
13802
13803 A=B
13804 \end_layout
13805
13806 \end_inset
13807 </cell>
13808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13809 \begin_inset Text
13810
13811 \begin_layout Plain Layout
13812 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13813 \end_inset
13814
13815
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 </row>
13821 <row>
13822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13823 \begin_inset Text
13824
13825 \begin_layout Plain Layout
13826
13827 \backslash
13828 fbox
13829 \begin_inset ERT
13830 status collapsed
13831
13832 \begin_layout Plain Layout
13833
13834
13835 \backslash
13836 spce 
13837 \end_layout
13838
13839 \end_inset
13840
13841
13842 \backslash
13843 colorbox{green
13844 \begin_inset Formula $\to$
13845 \end_inset
13846
13847
13848 \backslash
13849 {
13850 \family sans
13851 Ctrl+M
13852 \family default
13853  
13854 \family sans
13855 Ctrl+M
13856 \family default
13857  
13858 \backslash
13859 int
13860 \begin_inset ERT
13861 status collapsed
13862
13863 \begin_layout Plain Layout
13864
13865
13866 \backslash
13867 spce 
13868 \end_layout
13869
13870 \end_inset
13871
13872 C=D
13873 \end_layout
13874
13875 \end_inset
13876 </cell>
13877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13878 \begin_inset Text
13879
13880 \begin_layout Plain Layout
13881 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13882 \end_inset
13883
13884
13885 \end_layout
13886
13887 \end_inset
13888 </cell>
13889 </row>
13890 </lyxtabular>
13891
13892 \end_inset
13893
13894
13895 \end_layout
13896
13897 \begin_layout Standard
13898
13899 \series bold
13900
13901 \backslash
13902 colorbox
13903 \series default
13904  only colors the box but not the characters in the box.
13905  To color all characters, the whole formula is highlighted and the wanted
13906  color is chosen in the 
13907 \family sans
13908 Text
13909 \begin_inset space ~
13910 \end_inset
13911
13912 Style
13913 \family default
13914  dialog.
13915  The dialog can be called with the toolbar button 
13916 \begin_inset Graphics
13917         filename ../images/dialog-show_character.png
13918         scale 85
13919
13920 \end_inset
13921
13922  or the menu 
13923 \family sans
13924 Edit\SpecialChar \menuseparator
13925 Text
13926 \begin_inset space ~
13927 \end_inset
13928
13929 Style\SpecialChar \menuseparator
13930 Customized
13931 \family default
13932 .
13933  The formula number has then the same color as the formula.
13934  When the formula number should get another color than the formula characters,
13935  the color must be changed within the formula.
13936 \end_layout
13937
13938 \begin_layout Standard
13939 An example:
13940 \end_layout
13941
13942 \begin_layout Standard
13943
13944 \color red
13945 \begin_inset Formula \begin{equation}
13946 \int A=B\label{eq:red}\end{equation}
13947
13948 \end_inset
13949
13950
13951 \color green
13952
13953 \begin_inset Formula \begin{equation}
13954 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13955
13956 \end_inset
13957
13958
13959 \end_layout
13960
13961 \begin_layout Standard
13962 Formula 
13963 \begin_inset CommandInset ref
13964 LatexCommand eqref
13965 reference "eq:red"
13966
13967 \end_inset
13968
13969  is completely colored red.
13970 \begin_inset Newline newline
13971 \end_inset
13972
13973 Formula 
13974 \begin_inset CommandInset ref
13975 LatexCommand eqref
13976 reference "eq:redgreen"
13977
13978 \end_inset
13979
13980  was first completely colored green to set the color for the formula number.
13981  Subsequently the formula characters were colored red.
13982 \end_layout
13983
13984 \begin_layout Standard
13985 \begin_inset VSpace bigskip
13986 \end_inset
13987
13988 To color the frame different than the rest of the box, the command 
13989 \series bold
13990
13991 \backslash
13992 fcolorbox
13993 \series default
13994
13995 \begin_inset Index idx
13996 status collapsed
13997
13998 \begin_layout Plain Layout
13999 Commands ! F ! 
14000 \backslash
14001 fcolorbox
14002 \end_layout
14003
14004 \end_inset
14005
14006  is used in the following scheme:
14007 \end_layout
14008
14009 \begin_layout Standard
14010
14011 \series bold
14012
14013 \backslash
14014 fcolorbox{frame color}{color}{box content}
14015 \end_layout
14016
14017 \begin_layout Standard
14018 So 
14019 \series bold
14020
14021 \backslash
14022 fcolorbox
14023 \series default
14024  is an extension of the command 
14025 \series bold
14026
14027 \backslash
14028 colorbox
14029 \series default
14030 .
14031  The frame width is set, like for 
14032 \series bold
14033
14034 \backslash
14035 framebox
14036 \series default
14037 , with 
14038 \series bold
14039
14040 \backslash
14041 fboxrule
14042 \series default
14043  and 
14044 \series bold
14045
14046 \backslash
14047 fboxsep
14048 \series default
14049 .
14050  An example:
14051 \begin_inset ERT
14052 status collapsed
14053
14054 \begin_layout Plain Layout
14055
14056
14057 \backslash
14058 fboxrule 1mm 
14059 \backslash
14060 fboxsep 1mm
14061 \end_layout
14062
14063 \end_inset
14064
14065
14066 \begin_inset Formula \[
14067 \fcolorbox{cyan}{magenta}{A=B}\]
14068
14069 \end_inset
14070
14071
14072 \begin_inset ERT
14073 status collapsed
14074
14075 \begin_layout Plain Layout
14076
14077
14078 \backslash
14079 fboxrule 0.4pt 
14080 \backslash
14081 fboxsep 3pt
14082 \end_layout
14083
14084 \end_inset
14085
14086
14087 \end_layout
14088
14089 \begin_layout Standard
14090 This formula was created with the command
14091 \begin_inset Newline newline
14092 \end_inset
14093
14094
14095 \series bold
14096
14097 \backslash
14098 fcolorbox{cyan
14099 \begin_inset Formula $\to$
14100 \end_inset
14101
14102
14103 \backslash
14104 {magenta
14105 \begin_inset Formula $\to$
14106 \end_inset
14107
14108
14109 \backslash
14110 {A=B
14111 \series default
14112 .
14113 \end_layout
14114
14115 \begin_layout Standard
14116 \begin_inset VSpace bigskip
14117 \end_inset
14118
14119 To use other colors than the predefined ones, they have to be defined first.
14120 \end_layout
14121
14122 \begin_layout Standard
14123 One can for example define the color 
14124 \begin_inset Quotes eld
14125 \end_inset
14126
14127
14128 \series bold
14129 darkgreen
14130 \series default
14131
14132 \begin_inset Quotes erd
14133 \end_inset
14134
14135  with the LaTeX-preamble line:
14136 \end_layout
14137
14138 \begin_layout Standard
14139
14140 \series bold
14141
14142 \backslash
14143 definecolor{darkgreen}{cmyk}{0.5,
14144 \series default
14145  
14146 \series bold
14147 0,
14148 \series default
14149  
14150 \series bold
14151 1,
14152 \series default
14153  
14154 \series bold
14155 0.5}
14156 \series default
14157
14158 \begin_inset Index idx
14159 status collapsed
14160
14161 \begin_layout Plain Layout
14162 Commands ! D ! 
14163 \backslash
14164 definecolor
14165 \end_layout
14166
14167 \end_inset
14168
14169
14170 \end_layout
14171
14172 \begin_layout Standard
14173
14174 \series bold
14175 cmyk
14176 \series default
14177  is the color space that denotes the colors 
14178 \series bold
14179 cyan
14180 \series default
14181
14182 \series bold
14183 magenta
14184 \series default
14185
14186 \series bold
14187 yellow
14188 \series default
14189  and 
14190 \series bold
14191 black
14192 \series default
14193 .
14194  The four comma separated numbers are the portion factor for the corresponding
14195  colors of the color space.
14196  The factors can be in the range of 0
14197 \begin_inset space \thinspace{}
14198 \end_inset
14199
14200 -
14201 \begin_inset space \thinspace{}
14202 \end_inset
14203
14204 1.
14205  Instead of 
14206 \series bold
14207 cmyk
14208 \series default
14209  also the color space 
14210 \series bold
14211 rgb
14212 \series default
14213  can be used for definitions.
14214  
14215 \series bold
14216 rgb
14217 \series default
14218  denotes 
14219 \series bold
14220 red
14221 \series default
14222
14223 \series bold
14224 green
14225 \series default
14226  and 
14227 \series bold
14228 blue
14229 \series default
14230 , so that there are in this case three portion factors for the corresponding
14231  colors.
14232  Furthermore there is the color space 
14233 \series bold
14234 gray
14235 \series default
14236  with one portion factor for the gray value.
14237 \end_layout
14238
14239 \begin_layout Standard
14240 As example a framed box with the new defined color 
14241 \series bold
14242 darkgreen
14243 \series default
14244  where the characters have been colored 
14245 \series bold
14246 yellow
14247 \series default
14248 :
14249 \begin_inset Formula \begin{equation}
14250 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14251
14252 \end_inset
14253
14254
14255 \end_layout
14256
14257 \begin_layout Standard
14258 Self-defined colors can also be used for text with the help of the command
14259  
14260 \series bold
14261
14262 \backslash
14263 textcolor
14264 \series default
14265 :
14266 \begin_inset Index idx
14267 status collapsed
14268
14269 \begin_layout Plain Layout
14270 Text ! colored
14271 \end_layout
14272
14273 \end_inset
14274
14275
14276 \end_layout
14277
14278 \begin_layout Standard
14279 \begin_inset ERT
14280 status collapsed
14281
14282 \begin_layout Plain Layout
14283
14284
14285 \backslash
14286 textcolor{darkgreen}{
14287 \end_layout
14288
14289 \end_inset
14290
14291 This sentence is 
14292 \begin_inset Quotes eld
14293 \end_inset
14294
14295 darkgreen
14296 \begin_inset Quotes erd
14297 \end_inset
14298
14299 .
14300 \begin_inset ERT
14301 status collapsed
14302
14303 \begin_layout Plain Layout
14304
14305 }
14306 \end_layout
14307
14308 \end_inset
14309
14310
14311 \end_layout
14312
14313 \begin_layout Standard
14314
14315 \series bold
14316
14317 \backslash
14318 textcolor
14319 \series default
14320
14321 \begin_inset Index idx
14322 status collapsed
14323
14324 \begin_layout Plain Layout
14325 Commands ! T ! 
14326 \backslash
14327 textcolor
14328 \end_layout
14329
14330 \end_inset
14331
14332  is used in the scheme 
14333 \series bold
14334
14335 \backslash
14336 textcolor{color}{characters to color}
14337 \series default
14338 .
14339 \end_layout
14340
14341 \begin_layout Subsection
14342 Paragraph Boxes
14343 \begin_inset CommandInset label
14344 LatexCommand label
14345 name "sub:Paragraph-Boxes"
14346
14347 \end_inset
14348
14349
14350 \begin_inset Index idx
14351 status collapsed
14352
14353 \begin_layout Plain Layout
14354 Boxes ! as paragraph
14355 \end_layout
14356
14357 \end_inset
14358
14359
14360 \end_layout
14361
14362 \begin_layout Standard
14363 A box that can contain several lines and paragraphs, a so called paragraph
14364  box (parbox), can be created with the menu 
14365 \family sans
14366 Insert\SpecialChar \menuseparator
14367 Box
14368 \family default
14369  or the toolbar button 
14370 \begin_inset Graphics
14371         filename ../images/box-insert.png
14372         scale 85
14373
14374 \end_inset
14375
14376 .
14377 \end_layout
14378
14379 \begin_layout Standard
14380 The following example shows a framed parbox in a line:
14381 \end_layout
14382
14383 \begin_layout Standard
14384 \begin_inset VSpace medskip
14385 \end_inset
14386
14387 This is a line 
14388 \begin_inset Box Boxed
14389 position "c"
14390 hor_pos "c"
14391 has_inner_box 1
14392 inner_pos "t"
14393 use_parbox 1
14394 use_makebox 0
14395 width "5cm"
14396 special "none"
14397 height "1in"
14398 height_special "totalheight"
14399 status open
14400
14401 \begin_layout Plain Layout
14402 This is a paragraph box.
14403  It is exactly 5
14404 \begin_inset space \thinspace{}
14405 \end_inset
14406
14407 cm long and can also contain formulas: 
14408 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14409 \end_inset
14410
14411
14412 \end_layout
14413
14414 \end_inset
14415
14416  with a parbox.
14417 \end_layout
14418
14419 \begin_layout Standard
14420 \begin_inset VSpace medskip
14421 \end_inset
14422
14423
14424 \end_layout
14425
14426 \begin_layout Standard
14427 Such a box is created by right-clicking on the gray box inset.
14428  A dialog pops up showing the box properties.
14429  In our case set: 
14430 \emph on
14431 Decoration
14432 \emph default
14433 : Recangular box, 
14434 \emph on
14435 Inner Box
14436 \emph default
14437 : Parbox, 
14438 \emph on
14439 Width
14440 \emph default
14441 : 5
14442 \begin_inset space \thinspace{}
14443 \end_inset
14444
14445 cm, 
14446 \emph on
14447 Vertical Box Alignment
14448 \emph default
14449 : Middle
14450 \end_layout
14451
14452 \begin_layout Standard
14453 \begin_inset VSpace medskip
14454 \end_inset
14455
14456 In LaTeX a parbox is created with the command 
14457 \series bold
14458
14459 \backslash
14460 parbox
14461 \series default
14462
14463 \begin_inset Index idx
14464 status collapsed
14465
14466 \begin_layout Plain Layout
14467 Commands ! P ! 
14468 \backslash
14469 parbox
14470 \end_layout
14471
14472 \end_inset
14473
14474  that has the following scheme:
14475 \end_layout
14476
14477 \begin_layout Standard
14478
14479 \series bold
14480
14481 \backslash
14482 parbox[position]{width}{box content}
14483 \end_layout
14484
14485 \begin_layout Standard
14486 The positions 
14487 \emph on
14488 b
14489 \emph default
14490  and 
14491 \emph on
14492 t
14493 \emph default
14494  are possible.
14495  
14496 \emph on
14497 b
14498 \emph default
14499  for bottom means that the box is aligned within the surrounding text with
14500  its last line.
14501  With 
14502 \emph on
14503 t
14504 \emph default
14505  for top this is done with the first line.
14506  When no position is given, the box will be vertically centered, see section
14507  
14508 \emph on
14509 Boxes
14510 \emph default
14511  of the 
14512 \emph on
14513 Embedded
14514 \begin_inset space ~
14515 \end_inset
14516
14517 Objects
14518 \emph default
14519  manual for examples.
14520 \end_layout
14521
14522 \begin_layout Standard
14523 \begin_inset VSpace bigskip
14524 \end_inset
14525
14526 To frame formulas completely, including the formula number, the formula
14527  must be set into a parbox.
14528  To do this, the command 
14529 \series bold
14530
14531 \backslash
14532 fbox{
14533 \backslash
14534 parbox{
14535 \backslash
14536 linewidth-2
14537 \backslash
14538 fboxsep-2
14539 \backslash
14540 fboxrule}{
14541 \series default
14542  is inserted in TeX-mode before the formula.
14543  
14544 \series bold
14545
14546 \backslash
14547 linewidth
14548 \series default
14549
14550 \begin_inset Index idx
14551 status collapsed
14552
14553 \begin_layout Plain Layout
14554 Commands ! L ! 
14555 \backslash
14556 linewidth
14557 \end_layout
14558
14559 \end_inset
14560
14561  is hereby the line width set for the document.
14562  Because the frame is outside the parbox, 2
14563 \begin_inset space \thinspace{}
14564 \end_inset
14565
14566 times the frame separation and the frame thickness must be subtracted from
14567  the line width.
14568  As this is not automatically done by LyX due to a bug
14569 \begin_inset Foot
14570 status collapsed
14571
14572 \begin_layout Plain Layout
14573 \begin_inset CommandInset href
14574 LatexCommand href
14575 name "LyX-bug #4483"
14576 target "http://www.lyx.org/trac/ticket/4483"
14577
14578 \end_inset
14579
14580
14581 \end_layout
14582
14583 \end_inset
14584
14585 , TeX-mode has to be used.
14586  To be able to multiply and subtract in arguments, the LaTeX-package 
14587 \series bold
14588 calc
14589 \series default
14590
14591 \begin_inset Foot
14592 status collapsed
14593
14594 \begin_layout Plain Layout
14595
14596 \series bold
14597 calc
14598 \series default
14599  is part of every LaTeX standard installation.
14600 \end_layout
14601
14602 \end_inset
14603
14604
14605 \begin_inset Index idx
14606 status collapsed
14607
14608 \begin_layout Plain Layout
14609 Packages ! calc
14610 \end_layout
14611
14612 \end_inset
14613
14614  must be loaded in the LaTeX-preamble with the line
14615 \end_layout
14616
14617 \begin_layout Standard
14618
14619 \series bold
14620
14621 \backslash
14622 usepackage{calc}
14623 \end_layout
14624
14625 \begin_layout Standard
14626 Behind the formula both boxes are closed by entering 
14627 \series bold
14628 }}
14629 \series default
14630  in TeX-mode.
14631  Here is an example:
14632 \begin_inset ERT
14633 status collapsed
14634
14635 \begin_layout Plain Layout
14636
14637
14638 \backslash
14639 fboxsep 5mm 
14640 \backslash
14641 fboxrule 5mm
14642 \end_layout
14643
14644 \end_inset
14645
14646
14647 \end_layout
14648
14649 \begin_layout Standard
14650 \begin_inset ERT
14651 status collapsed
14652
14653 \begin_layout Plain Layout
14654
14655
14656 \backslash
14657 fbox{
14658 \backslash
14659 parbox{
14660 \backslash
14661 linewidth-2
14662 \backslash
14663 fboxsep-2
14664 \backslash
14665 fboxrule}{
14666 \end_layout
14667
14668 \end_inset
14669
14670
14671 \begin_inset Formula \begin{equation}
14672 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14673
14674 \end_inset
14675
14676
14677 \begin_inset ERT
14678 status collapsed
14679
14680 \begin_layout Plain Layout
14681
14682 }}
14683 \end_layout
14684
14685 \end_inset
14686
14687
14688 \begin_inset ERT
14689 status collapsed
14690
14691 \begin_layout Plain Layout
14692
14693
14694 \backslash
14695 fboxrule 0.4pt 
14696 \backslash
14697 fboxsep 3pt
14698 \end_layout
14699
14700 \end_inset
14701
14702
14703 \end_layout
14704
14705 \begin_layout Standard
14706 \begin_inset VSpace medskip
14707 \end_inset
14708
14709 As a parbox is used as argument of 
14710 \series bold
14711
14712 \backslash
14713 fbox
14714 \series default
14715 , there is in this case no difference between 
14716 \series bold
14717
14718 \backslash
14719 fbox
14720 \series default
14721  and 
14722 \series bold
14723
14724 \backslash
14725 boxed
14726 \series default
14727 .
14728 \end_layout
14729
14730 \begin_layout Standard
14731 \begin_inset VSpace bigskip
14732 \end_inset
14733
14734 Paragraph boxes are very useful to comment formulas directly.
14735  To do this, 
14736 \series bold
14737
14738 \backslash
14739 parbox
14740 \series default
14741  is used in combination with the command 
14742 \series bold
14743
14744 \backslash
14745 tag
14746 \series default
14747 .
14748  (more about 
14749 \series bold
14750
14751 \backslash
14752 tag
14753 \series default
14754  see 
14755 \begin_inset CommandInset ref
14756 LatexCommand ref
14757 reference "sub:User-defined-Numbering"
14758
14759 \end_inset
14760
14761 )
14762 \end_layout
14763
14764 \begin_layout Standard
14765 An example of a formula commented with 
14766 \series bold
14767
14768 \backslash
14769 parbox
14770 \series default
14771 :
14772 \end_layout
14773
14774 \begin_layout Standard
14775 \begin_inset ERT
14776 status collapsed
14777
14778 \begin_layout Plain Layout
14779
14780
14781 \backslash
14782 [5x-7b=3b
14783 \backslash
14784 tag*{
14785 \backslash
14786 parbox{5cm}{
14787 \end_layout
14788
14789 \end_inset
14790
14791 This is a description.
14792  It is distinctly separated from the formula and multiline.
14793 \begin_inset ERT
14794 status collapsed
14795
14796 \begin_layout Plain Layout
14797
14798 }}
14799 \backslash
14800 ]
14801 \end_layout
14802
14803 \end_inset
14804
14805
14806 \end_layout
14807
14808 \begin_layout Standard
14809 Such a formula must be inserted completely in TeX-mode because LyX does
14810  not yet support the command 
14811 \series bold
14812
14813 \backslash
14814 parbox
14815 \series default
14816  in formulas.
14817  The formula is created with the following command sequence:
14818 \end_layout
14819
14820 \begin_layout Standard
14821 The command 
14822 \series bold
14823
14824 \backslash
14825 [5x-7b=3b
14826 \backslash
14827 tag*
14828 \backslash
14829 {
14830 \backslash
14831 parbox{5cm}{
14832 \series default
14833  is inserted in TeX-mode.
14834 \begin_inset Foot
14835 status collapsed
14836
14837 \begin_layout Plain Layout
14838 When the formula style 
14839 \series bold
14840 Indented
14841 \series default
14842  is used, 
14843 \series bold
14844
14845 \backslash
14846 tag*
14847 \backslash
14848 {
14849 \series default
14850  can also be replaced by 
14851 \series bold
14852
14853 \backslash
14854 hfill
14855 \series default
14856 .
14857  (formula styles see 
14858 \begin_inset CommandInset ref
14859 LatexCommand ref
14860 reference "sec:Formula-Styles"
14861
14862 \end_inset
14863
14864 )
14865 \end_layout
14866
14867 \end_inset
14868
14869  Then the description follows as normal text and finally 
14870 \series bold
14871 }}
14872 \backslash
14873 ]
14874 \series default
14875  is inserted in TeX-mode.
14876  The commands 
14877 \series bold
14878
14879 \backslash
14880 [
14881 \series default
14882  and 
14883 \series bold
14884
14885 \backslash
14886 ]
14887 \series default
14888  hereby create a displayed formula.
14889 \end_layout
14890
14891 \begin_layout Standard
14892 The advantages of 
14893 \series bold
14894
14895 \backslash
14896 parbox
14897 \series default
14898  can be seen in this example that was 
14899 \begin_inset Quotes eld
14900 \end_inset
14901
14902 commented
14903 \begin_inset Quotes erd
14904 \end_inset
14905
14906  using the mathematical textmode:
14907 \begin_inset Formula \[
14908 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14909
14910 \end_inset
14911
14912
14913 \end_layout
14914
14915 \begin_layout Section
14916 Operators
14917 \begin_inset Index idx
14918 status collapsed
14919
14920 \begin_layout Plain Layout
14921 Operators
14922 \end_layout
14923
14924 \end_inset
14925
14926
14927 \end_layout
14928
14929 \begin_layout Subsection
14930 Big Operators
14931 \begin_inset CommandInset label
14932 LatexCommand label
14933 name "sub:Big-Operators"
14934
14935 \end_inset
14936
14937
14938 \begin_inset Index idx
14939 status collapsed
14940
14941 \begin_layout Plain Layout
14942 Operators ! big
14943 \end_layout
14944
14945 \end_inset
14946
14947
14948 \begin_inset Index idx
14949 status collapsed
14950
14951 \begin_layout Plain Layout
14952 Sums
14953 \end_layout
14954
14955 \end_inset
14956
14957
14958 \begin_inset Index idx
14959 status collapsed
14960
14961 \begin_layout Plain Layout
14962 Integrals
14963 \end_layout
14964
14965 \end_inset
14966
14967
14968 \end_layout
14969
14970 \begin_layout Standard
14971 To be able to use all integral operators listed here, the option 
14972 \family sans
14973 Use esint package automatically
14974 \family default
14975  must be set in the document settings under 
14976 \family sans
14977 Math
14978 \begin_inset space ~
14979 \end_inset
14980
14981 Options
14982 \family default
14983 .
14984 \end_layout
14985
14986 \begin_layout Standard
14987 \begin_inset space \hfill{}
14988 \end_inset
14989
14990
14991 \begin_inset Tabular
14992 <lyxtabular version="3" rows="11" columns="2">
14993 <features tabularvalignment="middle">
14994 <column alignment="center" valignment="top" width="0pt">
14995 <column alignment="center" valignment="top" width="0pt">
14996 <row>
14997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Plain Layout
15001 Command
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15007 \begin_inset Text
15008
15009 \begin_layout Plain Layout
15010 Result
15011 \end_layout
15012
15013 \end_inset
15014 </cell>
15015 </row>
15016 <row>
15017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15018 \begin_inset Text
15019
15020 \begin_layout Plain Layout
15021
15022 \backslash
15023 int
15024 \begin_inset Index idx
15025 status collapsed
15026
15027 \begin_layout Plain Layout
15028 Commands ! I ! 
15029 \backslash
15030 int
15031 \end_layout
15032
15033 \end_inset
15034
15035
15036 \end_layout
15037
15038 \end_inset
15039 </cell>
15040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15041 \begin_inset Text
15042
15043 \begin_layout Plain Layout
15044 \begin_inset Formula $\int$
15045 \end_inset
15046
15047
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 </row>
15053 <row>
15054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Plain Layout
15058
15059 \backslash
15060 oint
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069 \begin_inset Formula $\oint$
15070 \end_inset
15071
15072
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 </row>
15078 <row>
15079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083
15084 \backslash
15085 ointctrclockwise
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094 \begin_inset Formula $\ointctrclockwise$
15095 \end_inset
15096
15097
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 </row>
15103 <row>
15104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108
15109 \backslash
15110 ointclockwise
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 \begin_inset Formula $\ointclockwise$
15120 \end_inset
15121
15122
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 <row>
15129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133
15134 \backslash
15135 sqint
15136 \end_layout
15137
15138 \end_inset
15139 </cell>
15140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144 \begin_inset Formula $\sqint$
15145 \end_inset
15146
15147
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 </row>
15153 <row>
15154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158
15159 \backslash
15160 fint
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169  
15170 \begin_inset Formula $\fint$
15171 \end_inset
15172
15173
15174 \end_layout
15175
15176 \end_inset
15177 </cell>
15178 </row>
15179 <row>
15180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184
15185 \backslash
15186 landupint
15187 \end_layout
15188
15189 \end_inset
15190 </cell>
15191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195  
15196 \begin_inset Formula $\landupint$
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 landdownint
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  
15222 \begin_inset Formula $\landdownint$
15223 \end_inset
15224
15225
15226 \end_layout
15227
15228 \end_inset
15229 </cell>
15230 </row>
15231 <row>
15232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15233 \begin_inset Text
15234
15235 \begin_layout Plain Layout
15236
15237 \backslash
15238 bigcap
15239 \end_layout
15240
15241 \end_inset
15242 </cell>
15243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15244 \begin_inset Text
15245
15246 \begin_layout Plain Layout
15247 \begin_inset Formula $\bigcap$
15248 \end_inset
15249
15250
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 </row>
15256 <row>
15257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15258 \begin_inset Text
15259
15260 \begin_layout Plain Layout
15261
15262 \backslash
15263 bigcup
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15269 \begin_inset Text
15270
15271 \begin_layout Plain Layout
15272 \begin_inset Formula $\bigcup$
15273 \end_inset
15274
15275
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 </row>
15281 </lyxtabular>
15282
15283 \end_inset
15284
15285
15286 \begin_inset space \hfill{}
15287 \end_inset
15288
15289
15290 \begin_inset Tabular
15291 <lyxtabular version="3" rows="11" columns="2">
15292 <features tabularvalignment="middle">
15293 <column alignment="center" valignment="top" width="0pt">
15294 <column alignment="center" valignment="top" width="0pt">
15295 <row>
15296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300 Command
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309 Result
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 </row>
15315 <row>
15316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15317 \begin_inset Text
15318
15319 \begin_layout Plain Layout
15320
15321 \backslash
15322 sum
15323 \begin_inset Index idx
15324 status collapsed
15325
15326 \begin_layout Plain Layout
15327 Commands ! S ! 
15328 \backslash
15329 sum
15330 \end_layout
15331
15332 \end_inset
15333
15334
15335 \end_layout
15336
15337 \end_inset
15338 </cell>
15339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Plain Layout
15343 \begin_inset Formula $\sum$
15344 \end_inset
15345
15346
15347 \end_layout
15348
15349 \end_inset
15350 </cell>
15351 </row>
15352 <row>
15353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15354 \begin_inset Text
15355
15356 \begin_layout Plain Layout
15357
15358 \backslash
15359 prod
15360 \begin_inset Index idx
15361 status collapsed
15362
15363 \begin_layout Plain Layout
15364 Commands ! P ! 
15365 \backslash
15366 prod
15367 \end_layout
15368
15369 \end_inset
15370
15371
15372 \end_layout
15373
15374 \end_inset
15375 </cell>
15376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15377 \begin_inset Text
15378
15379 \begin_layout Plain Layout
15380 \begin_inset Formula $\prod$
15381 \end_inset
15382
15383
15384 \end_layout
15385
15386 \end_inset
15387 </cell>
15388 </row>
15389 <row>
15390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15391 \begin_inset Text
15392
15393 \begin_layout Plain Layout
15394
15395 \backslash
15396 coprod
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15402 \begin_inset Text
15403
15404 \begin_layout Plain Layout
15405 \begin_inset Formula $\coprod$
15406 \end_inset
15407
15408
15409 \end_layout
15410
15411 \end_inset
15412 </cell>
15413 </row>
15414 <row>
15415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15416 \begin_inset Text
15417
15418 \begin_layout Plain Layout
15419
15420 \backslash
15421 bigodot
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15427 \begin_inset Text
15428
15429 \begin_layout Plain Layout
15430 \begin_inset Formula $\bigodot$
15431 \end_inset
15432
15433
15434 \end_layout
15435
15436 \end_inset
15437 </cell>
15438 </row>
15439 <row>
15440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15441 \begin_inset Text
15442
15443 \begin_layout Plain Layout
15444
15445 \backslash
15446 bigotimes
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15452 \begin_inset Text
15453
15454 \begin_layout Plain Layout
15455 \begin_inset Formula $\bigotimes$
15456 \end_inset
15457
15458
15459 \end_layout
15460
15461 \end_inset
15462 </cell>
15463 </row>
15464 <row>
15465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Plain Layout
15469
15470 \backslash
15471 bigoplus
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15477 \begin_inset Text
15478
15479 \begin_layout Plain Layout
15480 \begin_inset Formula $\bigoplus$
15481 \end_inset
15482
15483
15484 \end_layout
15485
15486 \end_inset
15487 </cell>
15488 </row>
15489 <row>
15490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15491 \begin_inset Text
15492
15493 \begin_layout Plain Layout
15494
15495 \backslash
15496 bigwedge
15497 \end_layout
15498
15499 \end_inset
15500 </cell>
15501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15502 \begin_inset Text
15503
15504 \begin_layout Plain Layout
15505 \begin_inset Formula $\bigwedge$
15506 \end_inset
15507
15508
15509 \end_layout
15510
15511 \end_inset
15512 </cell>
15513 </row>
15514 <row>
15515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15516 \begin_inset Text
15517
15518 \begin_layout Plain Layout
15519
15520 \backslash
15521 bigvee
15522 \end_layout
15523
15524 \end_inset
15525 </cell>
15526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15527 \begin_inset Text
15528
15529 \begin_layout Plain Layout
15530 \begin_inset Formula $\bigvee$
15531 \end_inset
15532
15533
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 </row>
15539 <row>
15540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Plain Layout
15544
15545 \backslash
15546 bigsqcup
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555 \begin_inset Formula $\bigsqcup$
15556 \end_inset
15557
15558
15559 \end_layout
15560
15561 \end_inset
15562 </cell>
15563 </row>
15564 <row>
15565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15566 \begin_inset Text
15567
15568 \begin_layout Plain Layout
15569
15570 \backslash
15571 biguplus
15572 \end_layout
15573
15574 \end_inset
15575 </cell>
15576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15577 \begin_inset Text
15578
15579 \begin_layout Plain Layout
15580 \begin_inset Formula $\biguplus$
15581 \end_inset
15582
15583
15584 \end_layout
15585
15586 \end_inset
15587 </cell>
15588 </row>
15589 </lyxtabular>
15590
15591 \end_inset
15592
15593
15594 \begin_inset space \hfill{}
15595 \end_inset
15596
15597
15598 \end_layout
15599
15600 \begin_layout Standard
15601 All big operators can also be inserted via the math toolbar button 
15602 \begin_inset Graphics
15603         filename ../images/math/intop.png
15604         scale 85
15605
15606 \end_inset
15607
15608 .
15609 \end_layout
15610
15611 \begin_layout Standard
15612 The operators are called big because they are bigger than the sometimes
15613  equal looking binary operators.
15614  All big operators can have limits as described in the next subsection.
15615 \end_layout
15616
15617 \begin_layout Standard
15618 For all integral operators there is a second version available, ending on
15619  
15620 \series bold
15621 op
15622 \series default
15623
15624 \series bold
15625
15626 \backslash
15627 intop
15628 \series default
15629
15630 \series bold
15631
15632 \backslash
15633 ointop
15634 \series default
15635  etc..
15636  These operators are different from 
15637 \series bold
15638
15639 \backslash
15640 int
15641 \series default
15642  etc.
15643 \begin_inset space \space{}
15644 \end_inset
15645
15646 in the style the operator limits are displayed, see 
15647 \begin_inset CommandInset ref
15648 LatexCommand ref
15649 reference "sub:Operator-Limits"
15650
15651 \end_inset
15652
15653 .
15654  
15655 \end_layout
15656
15657 \begin_layout Subsubsection*
15658 Advice for Integrals
15659 \end_layout
15660
15661 \begin_layout Standard
15662 The letter 
15663 \emph on
15664 d
15665 \emph default
15666  in an integral is an operator, that therefore has to be set upright.
15667  This is done by highlighting the 
15668 \emph on
15669 d
15670 \emph default
15671  and using the keyboard shortcut 
15672 \begin_inset Info
15673 type  "shortcut"
15674 arg   "font-roman"
15675 \end_inset
15676
15677
15678 \begin_inset Foot
15679 status collapsed
15680
15681 \begin_layout Plain Layout
15682 Font styles
15683 \series bold
15684  
15685 \series default
15686 see 
15687 \begin_inset CommandInset ref
15688 LatexCommand ref
15689 reference "sub:Font-Styles"
15690
15691 \end_inset
15692
15693
15694 \end_layout
15695
15696 \end_inset
15697
15698 .
15699  Finally the smallest space is inserted before the 
15700 \emph on
15701 d
15702 \emph default
15703 , as this is usual for operators.
15704  An example:
15705 \end_layout
15706
15707 \begin_layout Standard
15708 incorrect: 
15709 \begin_inset Formula $\int A(x)dx$
15710 \end_inset
15711
15712
15713 \begin_inset Newline newline
15714 \end_inset
15715
15716
15717 \begin_inset Phantom HPhantom
15718 status open
15719
15720 \begin_layout Plain Layout
15721 in
15722 \end_layout
15723
15724 \end_inset
15725
15726 correct: 
15727 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15728 \end_inset
15729
15730
15731 \end_layout
15732
15733 \begin_layout Standard
15734 For multiple integrals there are the following commands:
15735 \begin_inset VSpace medskip
15736 \end_inset
15737
15738
15739 \end_layout
15740
15741 \begin_layout Standard
15742 \begin_inset space \hfill{}
15743 \end_inset
15744
15745
15746 \begin_inset Tabular
15747 <lyxtabular version="3" rows="4" columns="2">
15748 <features tabularvalignment="middle">
15749 <column alignment="center" valignment="top" width="0">
15750 <column alignment="center" valignment="top" width="0">
15751 <row>
15752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756 Command
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765 Result
15766 \begin_inset Note Note
15767 status collapsed
15768
15769 \begin_layout Plain Layout
15770
15771 \series bold
15772
15773 \backslash
15774 raisebox
15775 \series default
15776  is only used as spacer.
15777 \end_layout
15778
15779 \end_inset
15780
15781
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 </row>
15787 <row>
15788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15789 \begin_inset Text
15790
15791 \begin_layout Plain Layout
15792
15793 \backslash
15794 iint
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Plain Layout
15803 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15804 \end_inset
15805
15806
15807 \end_layout
15808
15809 \end_inset
15810 </cell>
15811 </row>
15812 <row>
15813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15814 \begin_inset Text
15815
15816 \begin_layout Plain Layout
15817
15818 \backslash
15819 oiint
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15825 \begin_inset Text
15826
15827 \begin_layout Plain Layout
15828 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15829 \end_inset
15830
15831
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 </row>
15837 <row>
15838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842
15843 \backslash
15844 sqiint
15845 \end_layout
15846
15847 \end_inset
15848 </cell>
15849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15850 \begin_inset Text
15851
15852 \begin_layout Plain Layout
15853 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15854 \end_inset
15855
15856
15857 \end_layout
15858
15859 \end_inset
15860 </cell>
15861 </row>
15862 </lyxtabular>
15863
15864 \end_inset
15865
15866
15867 \begin_inset space \hfill{}
15868 \end_inset
15869
15870
15871 \begin_inset Tabular
15872 <lyxtabular version="3" rows="4" columns="2">
15873 <features tabularvalignment="middle">
15874 <column alignment="center" valignment="top" width="0">
15875 <column alignment="center" valignment="top" width="0">
15876 <row>
15877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881 Command
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890 Result
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 </row>
15896 <row>
15897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15898 \begin_inset Text
15899
15900 \begin_layout Plain Layout
15901
15902 \backslash
15903 iiint
15904 \end_layout
15905
15906 \end_inset
15907 </cell>
15908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15909 \begin_inset Text
15910
15911 \begin_layout Plain Layout
15912 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15913 \end_inset
15914
15915
15916 \end_layout
15917
15918 \end_inset
15919 </cell>
15920 </row>
15921 <row>
15922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15923 \begin_inset Text
15924
15925 \begin_layout Plain Layout
15926
15927 \backslash
15928 iiiint
15929 \end_layout
15930
15931 \end_inset
15932 </cell>
15933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15934 \begin_inset Text
15935
15936 \begin_layout Plain Layout
15937 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15938 \end_inset
15939
15940
15941 \end_layout
15942
15943 \end_inset
15944 </cell>
15945 </row>
15946 <row>
15947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15948 \begin_inset Text
15949
15950 \begin_layout Plain Layout
15951
15952 \backslash
15953 dotsint
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Plain Layout
15962 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15963 \end_inset
15964
15965
15966 \end_layout
15967
15968 \end_inset
15969 </cell>
15970 </row>
15971 </lyxtabular>
15972
15973 \end_inset
15974
15975
15976 \begin_inset space \hfill{}
15977 \end_inset
15978
15979
15980 \end_layout
15981
15982 \begin_layout Subsection
15983 Operator Limits
15984 \begin_inset CommandInset label
15985 LatexCommand label
15986 name "sub:Operator-Limits"
15987
15988 \end_inset
15989
15990
15991 \begin_inset Index idx
15992 status collapsed
15993
15994 \begin_layout Plain Layout
15995 Operators ! Limits
15996 \end_layout
15997
15998 \end_inset
15999
16000
16001 \end_layout
16002
16003 \begin_layout Standard
16004 Limits are created by super- and subscripts:
16005 \end_layout
16006
16007 \begin_layout Standard
16008 \align center
16009 \begin_inset Tabular
16010 <lyxtabular version="3" rows="2" columns="2">
16011 <features tabularvalignment="middle">
16012 <column alignment="center" valignment="top" width="0pt">
16013 <column alignment="center" valignment="top" width="0pt">
16014 <row>
16015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019 Command
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028 Result
16029 \begin_inset Note Note
16030 status collapsed
16031
16032 \begin_layout Plain Layout
16033
16034 \series bold
16035
16036 \backslash
16037 raisebox
16038 \series default
16039  is only used as spacer.
16040 \end_layout
16041
16042 \end_inset
16043
16044
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 </row>
16050 <row>
16051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Plain Layout
16055
16056 \backslash
16057 prod^
16058 \backslash
16059 infty
16060 \begin_inset ERT
16061 status collapsed
16062
16063 \begin_layout Plain Layout
16064
16065
16066 \backslash
16067 spce 
16068 \end_layout
16069
16070 \end_inset
16071
16072
16073 \begin_inset Formula $\to$
16074 \end_inset
16075
16076 _0
16077 \begin_inset Formula $\to$
16078 \end_inset
16079
16080 A(x)
16081 \end_layout
16082
16083 \end_inset
16084 </cell>
16085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Plain Layout
16089 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16090 \end_inset
16091
16092
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 </row>
16098 </lyxtabular>
16099
16100 \end_inset
16101
16102
16103 \end_layout
16104
16105 \begin_layout Standard
16106 Limits of inline formulas are set right beside the operator.
16107  Limits in displayed formulas are set above or below the operator, except
16108  for integral limits.
16109 \end_layout
16110
16111 \begin_layout Standard
16112 To force that the limits are set beside the operator, the cursor is set
16113  directly behind the operator and the limits type is changed with the menu
16114  
16115 \family sans
16116 Edit\SpecialChar \menuseparator
16117 Math\SpecialChar \menuseparator
16118 Change Limits Type
16119 \family default
16120  to 
16121 \family sans
16122 \series bold
16123 Inline
16124 \family default
16125 \series default
16126  (shortcut 
16127 \begin_inset Info
16128 type  "shortcut"
16129 arg   "math-limits"
16130 \end_inset
16131
16132 ).
16133  An example:
16134 \end_layout
16135
16136 \begin_layout Standard
16137 The default limits type is this:
16138 \begin_inset Formula \[
16139 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16140
16141 \end_inset
16142
16143 This is how it looks when the limits type was changed to 
16144 \family sans
16145 \series bold
16146 Inline
16147 \family default
16148 \series default
16149 :
16150 \begin_inset Formula \[
16151 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16152
16153 \end_inset
16154
16155 For integrals, except those ending with 
16156 \series bold
16157 op
16158 \series default
16159  like 
16160 \series bold
16161
16162 \backslash
16163 intop
16164 \series default
16165
16166 \series bold
16167
16168 \backslash
16169 ointop
16170 \series default
16171  etc., the limits are by default set beside the operator.
16172  But for multiple integrals the limits are often set below the operator.
16173  In the following example the limits type was therefore set to 
16174 \series bold
16175 Display
16176 \series default
16177  and so set below the integrals:
16178 \begin_inset Formula \begin{equation}
16179 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
16180
16181 \end_inset
16182
16183
16184 \end_layout
16185
16186 \begin_layout Standard
16187 \begin_inset VSpace medskip
16188 \end_inset
16189
16190 To specify conditions for limits, the commands 
16191 \series bold
16192
16193 \backslash
16194 subarray
16195 \series default
16196
16197 \begin_inset Index idx
16198 status collapsed
16199
16200 \begin_layout Plain Layout
16201 Commands ! S ! 
16202 \backslash
16203 subarray
16204 \end_layout
16205
16206 \end_inset
16207
16208  and 
16209 \series bold
16210
16211 \backslash
16212 substack
16213 \series default
16214
16215 \begin_inset Index idx
16216 status collapsed
16217
16218 \begin_layout Plain Layout
16219 Commands ! S ! 
16220 \backslash
16221 substack
16222 \end_layout
16223
16224 \end_inset
16225
16226  are used.
16227  To create for example this expression 
16228 \begin_inset Formula \begin{equation}
16229 \sum_{\begin{subarray}{c}
16230 0<k<1000\\
16231 \\
16232 k\,\in\,\mathbb{N}
16233 \end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16234
16235 \end_inset
16236
16237
16238 \end_layout
16239
16240 \begin_layout Standard
16241 the following has to be done:
16242 \begin_inset Newline newline
16243 \end_inset
16244
16245 First the command 
16246 \series bold
16247
16248 \backslash
16249 sum
16250 \series default
16251 ^
16252 \series bold
16253 n
16254 \begin_inset ERT
16255 status collapsed
16256
16257 \begin_layout Plain Layout
16258
16259
16260 \backslash
16261 spce 
16262 \end_layout
16263
16264 \end_inset
16265
16266 _
16267 \series default
16268  is typed in.
16269  One is now in a blue box under the summation operator and insert there
16270  the command 
16271 \series bold
16272
16273 \backslash
16274 subarray
16275 \begin_inset ERT
16276 status collapsed
16277
16278 \begin_layout Plain Layout
16279
16280
16281 \backslash
16282 spce 
16283 \end_layout
16284
16285 \end_inset
16286
16287
16288 \series default
16289 .
16290  The blue box is now within a purple box and now several lines can be written
16291  among each other.
16292  A new line is created by inserting a line break (
16293 \begin_inset Info
16294 type  "shortcut"
16295 arg   "newline-insert newline"
16296 \end_inset
16297
16298 ).
16299  When now
16300 \begin_inset Newline newline
16301 \end_inset
16302
16303
16304 \series bold
16305 0<k<1000 Ctrl+Return
16306 \begin_inset Newline newline
16307 \end_inset
16308
16309
16310 \series default
16311 is typed in, a new box appears below for the new line.
16312 \end_layout
16313
16314 \begin_layout Standard
16315 The alignment of the lines can be changed to left aligned with the 
16316 \family sans
16317 table
16318 \family default
16319  
16320 \family sans
16321 toolbar
16322 \family default
16323  or the menu 
16324 \family sans
16325 Edit\SpecialChar \menuseparator
16326 Rows &Columns
16327 \family default
16328 .
16329  To get right alignment, 
16330 \series bold
16331
16332 \backslash
16333 hfill
16334 \begin_inset ERT
16335 status collapsed
16336
16337 \begin_layout Plain Layout
16338
16339
16340 \backslash
16341 spce 
16342 \end_layout
16343
16344 \end_inset
16345
16346
16347 \series default
16348  is inserted at the beginning of the line.
16349 \end_layout
16350
16351 \begin_layout Standard
16352 The command 
16353 \series bold
16354
16355 \backslash
16356 substack
16357 \series default
16358  is equivalent to 
16359 \series bold
16360
16361 \backslash
16362 subarray
16363 \series default
16364  with the difference that the lines are always centered.
16365 \end_layout
16366
16367 \begin_layout Standard
16368 \begin_inset VSpace bigskip
16369 \end_inset
16370
16371 Like in formula 
16372 \begin_inset CommandInset ref
16373 LatexCommand eqref
16374 reference "eq:substack"
16375
16376 \end_inset
16377
16378  there can be too much space beside an operator, because the characters
16379  following the operator are set beside the limits.
16380 \end_layout
16381
16382 \begin_layout Standard
16383 To avoid this, the following macro can be used in the LaTeX-preamble:
16384 \end_layout
16385
16386 \begin_layout Standard
16387
16388 \series bold
16389
16390 \backslash
16391 def
16392 \backslash
16393 clap#1{
16394 \backslash
16395 hbox to 0pt{
16396 \backslash
16397 hss #1
16398 \backslash
16399 hss}}
16400 \begin_inset Newline newline
16401 \end_inset
16402
16403
16404 \backslash
16405 def
16406 \backslash
16407 mathclap {
16408 \backslash
16409 mathpalette 
16410 \backslash
16411 mathclapinternal}
16412 \begin_inset Newline newline
16413 \end_inset
16414
16415
16416 \backslash
16417 def
16418 \backslash
16419 mathclapinternal #1#2{
16420 \backslash
16421 clap{$
16422 \backslash
16423 mathsurround =0pt #1{#2}$}}
16424 \end_layout
16425
16426 \begin_layout Standard
16427 This defines the command 
16428 \series bold
16429
16430 \backslash
16431 mathclap
16432 \series default
16433
16434 \begin_inset Index idx
16435 status collapsed
16436
16437 \begin_layout Plain Layout
16438 Commands ! M ! 
16439 \backslash
16440 mathclap
16441 \end_layout
16442
16443 \end_inset
16444
16445  that sets the width of the limit to 0
16446 \begin_inset space \thinspace{}
16447 \end_inset
16448
16449 pt.
16450  The command scheme is
16451 \end_layout
16452
16453 \begin_layout Standard
16454
16455 \series bold
16456
16457 \backslash
16458 mathclap{limit}
16459 \end_layout
16460
16461 \begin_layout Standard
16462 where the limit can consist of several conditions.
16463 \end_layout
16464
16465 \begin_layout Standard
16466 Applied on formula 
16467 \begin_inset CommandInset ref
16468 LatexCommand eqref
16469 reference "eq:substack"
16470
16471 \end_inset
16472
16473 , one uses the command
16474 \end_layout
16475
16476 \begin_layout Standard
16477
16478 \series bold
16479
16480 \backslash
16481 sum_
16482 \backslash
16483 mathclap{
16484 \backslash
16485 substack
16486 \begin_inset ERT
16487 status collapsed
16488
16489 \begin_layout Plain Layout
16490
16491
16492 \backslash
16493 spce 
16494 \end_layout
16495
16496 \end_inset
16497
16498 0<k<1000 Ctrl+Return
16499 \end_layout
16500
16501 \begin_layout Standard
16502 to create the lower limit.
16503  The summand is now directly behind the summation operator:
16504 \begin_inset Formula \[
16505 \sum_{\mathclap{\substack{0<k<1000\\
16506 \\
16507 k\,\in\,\mathbb{N}
16508 }
16509 }}^{n}k^{-2}\]
16510
16511 \end_inset
16512
16513
16514 \end_layout
16515
16516 \begin_layout Standard
16517 \begin_inset VSpace bigskip
16518 \end_inset
16519
16520 How to use one limit for several operators is described in 
16521 \begin_inset CommandInset ref
16522 LatexCommand ref
16523 reference "sub:Self-defined-Operators"
16524
16525 \end_inset
16526
16527 .
16528 \end_layout
16529
16530 \begin_layout Subsection
16531 Binary Operators
16532 \begin_inset CommandInset label
16533 LatexCommand label
16534 name "sub:Binary-Operators"
16535
16536 \end_inset
16537
16538
16539 \begin_inset Index idx
16540 status collapsed
16541
16542 \begin_layout Plain Layout
16543 Operators ! binary
16544 \end_layout
16545
16546 \end_inset
16547
16548
16549 \end_layout
16550
16551 \begin_layout Standard
16552 Binary operators are surrounded by space when there is a character before
16553  and behind them.
16554 \begin_inset VSpace medskip
16555 \end_inset
16556
16557
16558 \end_layout
16559
16560 \begin_layout Standard
16561 \begin_inset space \hfill{}
16562 \end_inset
16563
16564
16565 \begin_inset Tabular
16566 <lyxtabular version="3" rows="13" columns="2">
16567 <features tabularvalignment="middle">
16568 <column alignment="center" valignment="top" width="0pt">
16569 <column alignment="center" valignment="top" width="0pt">
16570 <row>
16571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16572 \begin_inset Text
16573
16574 \begin_layout Plain Layout
16575 Command
16576 \begin_inset Note Note
16577 status collapsed
16578
16579 \begin_layout Plain Layout
16580
16581 \series bold
16582
16583 \backslash
16584 raisebox
16585 \series default
16586  is only used as spacer.
16587 \end_layout
16588
16589 \end_inset
16590
16591
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Plain Layout
16600 Result
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 </row>
16606 <row>
16607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Plain Layout
16611 +
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620 \begin_inset Formula $+$
16621 \end_inset
16622
16623
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 </row>
16629 <row>
16630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634 -
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16640 \begin_inset Text
16641
16642 \begin_layout Plain Layout
16643 \begin_inset Formula $-$
16644 \end_inset
16645
16646
16647 \end_layout
16648
16649 \end_inset
16650 </cell>
16651 </row>
16652 <row>
16653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Plain Layout
16657
16658 \backslash
16659 pm
16660 \end_layout
16661
16662 \end_inset
16663 </cell>
16664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16665 \begin_inset Text
16666
16667 \begin_layout Plain Layout
16668 \begin_inset Formula $\pm$
16669 \end_inset
16670
16671
16672 \end_layout
16673
16674 \end_inset
16675 </cell>
16676 </row>
16677 <row>
16678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16679 \begin_inset Text
16680
16681 \begin_layout Plain Layout
16682
16683 \backslash
16684 mp
16685 \end_layout
16686
16687 \end_inset
16688 </cell>
16689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Plain Layout
16693 \begin_inset Formula $\mp$
16694 \end_inset
16695
16696
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 </row>
16702 <row>
16703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16704 \begin_inset Text
16705
16706 \begin_layout Plain Layout
16707
16708 \backslash
16709 cdot
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
16714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Plain Layout
16718 \begin_inset Formula $\cdot$
16719 \end_inset
16720
16721
16722 \end_layout
16723
16724 \end_inset
16725 </cell>
16726 </row>
16727 <row>
16728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Plain Layout
16732
16733 \backslash
16734 times
16735 \end_layout
16736
16737 \end_inset
16738 </cell>
16739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Plain Layout
16743 \begin_inset Formula $\times$
16744 \end_inset
16745
16746
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 </row>
16752 <row>
16753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Plain Layout
16757
16758 \backslash
16759 div
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768 \begin_inset Formula $\div$
16769 \end_inset
16770
16771
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 </row>
16777 <row>
16778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16779 \begin_inset Text
16780
16781 \begin_layout Plain Layout
16782 \begin_inset ERT
16783 status collapsed
16784
16785 \begin_layout Plain Layout
16786
16787
16788 \backslash
16789 raisebox{-1.2mm}{
16790 \end_layout
16791
16792 \end_inset
16793
16794 *
16795 \begin_inset ERT
16796 status collapsed
16797
16798 \begin_layout Plain Layout
16799
16800 }
16801 \end_layout
16802
16803 \end_inset
16804
16805
16806 \end_layout
16807
16808 \end_inset
16809 </cell>
16810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Plain Layout
16814 \begin_inset Formula $*$
16815 \end_inset
16816
16817
16818 \end_layout
16819
16820 \end_inset
16821 </cell>
16822 </row>
16823 <row>
16824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Plain Layout
16828
16829 \backslash
16830 star
16831 \end_layout
16832
16833 \end_inset
16834 </cell>
16835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16836 \begin_inset Text
16837
16838 \begin_layout Plain Layout
16839 \begin_inset Formula $\star$
16840 \end_inset
16841
16842
16843 \end_layout
16844
16845 \end_inset
16846 </cell>
16847 </row>
16848 <row>
16849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16850 \begin_inset Text
16851
16852 \begin_layout Plain Layout
16853
16854 \backslash
16855 circ
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864 \begin_inset Formula $\circ$
16865 \end_inset
16866
16867
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 </row>
16873 <row>
16874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878
16879 \backslash
16880 diamond
16881 \end_layout
16882
16883 \end_inset
16884 </cell>
16885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889 \begin_inset Formula $\diamond$
16890 \end_inset
16891
16892
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 </row>
16898 <row>
16899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16900 \begin_inset Text
16901
16902 \begin_layout Plain Layout
16903
16904 \backslash
16905 bullet
16906 \end_layout
16907
16908 \end_inset
16909 </cell>
16910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914 \begin_inset Formula $\bullet$
16915 \end_inset
16916
16917
16918 \end_layout
16919
16920 \end_inset
16921 </cell>
16922 </row>
16923 </lyxtabular>
16924
16925 \end_inset
16926
16927
16928 \begin_inset space \hfill{}
16929 \end_inset
16930
16931
16932 \begin_inset Tabular
16933 <lyxtabular version="3" rows="13" columns="2">
16934 <features tabularvalignment="middle">
16935 <column alignment="center" valignment="top" width="0pt">
16936 <column alignment="center" valignment="top" width="0pt">
16937 <row>
16938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942 Command
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951 Result
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 </row>
16957 <row>
16958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962
16963 \backslash
16964 nabla
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Plain Layout
16973 \begin_inset Formula $\nabla$
16974 \end_inset
16975
16976
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 </row>
16982 <row>
16983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987
16988 \backslash
16989 bigtriangledown
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Plain Layout
16998 \begin_inset Formula $\bigtriangledown$
16999 \end_inset
17000
17001
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 </row>
17007 <row>
17008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012
17013 \backslash
17014 bigtriangleup
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023 \begin_inset Formula $\bigtriangleup$
17024 \end_inset
17025
17026
17027 \end_layout
17028
17029 \end_inset
17030 </cell>
17031 </row>
17032 <row>
17033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037
17038 \backslash
17039 Box
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048 \begin_inset Formula $\Box$
17049 \end_inset
17050
17051
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 </row>
17057 <row>
17058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062
17063 \backslash
17064 cap 
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17070 \begin_inset Text
17071
17072 \begin_layout Plain Layout
17073 \begin_inset Formula $\cap$
17074 \end_inset
17075
17076
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 </row>
17082 <row>
17083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17084 \begin_inset Text
17085
17086 \begin_layout Plain Layout
17087
17088 \backslash
17089 cup
17090 \end_layout
17091
17092 \end_inset
17093 </cell>
17094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098 \begin_inset Formula $\cup$
17099 \end_inset
17100
17101
17102 \end_layout
17103
17104 \end_inset
17105 </cell>
17106 </row>
17107 <row>
17108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17109 \begin_inset Text
17110
17111 \begin_layout Plain Layout
17112
17113 \backslash
17114 dagger
17115 \end_layout
17116
17117 \end_inset
17118 </cell>
17119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17120 \begin_inset Text
17121
17122 \begin_layout Plain Layout
17123 \begin_inset Formula $\dagger$
17124 \end_inset
17125
17126
17127 \end_layout
17128
17129 \end_inset
17130 </cell>
17131 </row>
17132 <row>
17133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17134 \begin_inset Text
17135
17136 \begin_layout Plain Layout
17137
17138 \backslash
17139 ddagger
17140 \end_layout
17141
17142 \end_inset
17143 </cell>
17144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17145 \begin_inset Text
17146
17147 \begin_layout Plain Layout
17148 \begin_inset Formula $\ddagger$
17149 \end_inset
17150
17151
17152 \end_layout
17153
17154 \end_inset
17155 </cell>
17156 </row>
17157 <row>
17158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17159 \begin_inset Text
17160
17161 \begin_layout Plain Layout
17162
17163 \backslash
17164 wr
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173 \begin_inset Formula $\wr$
17174 \end_inset
17175
17176
17177 \end_layout
17178
17179 \end_inset
17180 </cell>
17181 </row>
17182 <row>
17183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17184 \begin_inset Text
17185
17186 \begin_layout Plain Layout
17187
17188 \backslash
17189 bigcirc
17190 \end_layout
17191
17192 \end_inset
17193 </cell>
17194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198 \begin_inset Formula $\bigcirc$
17199 \end_inset
17200
17201
17202 \end_layout
17203
17204 \end_inset
17205 </cell>
17206 </row>
17207 <row>
17208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17209 \begin_inset Text
17210
17211 \begin_layout Plain Layout
17212
17213 \backslash
17214 wedge
17215 \end_layout
17216
17217 \end_inset
17218 </cell>
17219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout Plain Layout
17223 \begin_inset Formula $\wedge$
17224 \end_inset
17225
17226
17227 \end_layout
17228
17229 \end_inset
17230 </cell>
17231 </row>
17232 <row>
17233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17234 \begin_inset Text
17235
17236 \begin_layout Plain Layout
17237
17238 \backslash
17239 vee
17240 \end_layout
17241
17242 \end_inset
17243 </cell>
17244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248 \begin_inset Formula $\vee$
17249 \end_inset
17250
17251
17252 \end_layout
17253
17254 \end_inset
17255 </cell>
17256 </row>
17257 </lyxtabular>
17258
17259 \end_inset
17260
17261
17262 \begin_inset space \hfill{}
17263 \end_inset
17264
17265
17266 \begin_inset Tabular
17267 <lyxtabular version="3" rows="13" columns="2">
17268 <features tabularvalignment="middle">
17269 <column alignment="center" valignment="top" width="0pt">
17270 <column alignment="center" valignment="top" width="0pt">
17271 <row>
17272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17273 \begin_inset Text
17274
17275 \begin_layout Plain Layout
17276 Command
17277 \end_layout
17278
17279 \end_inset
17280 </cell>
17281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17282 \begin_inset Text
17283
17284 \begin_layout Plain Layout
17285 Result
17286 \end_layout
17287
17288 \end_inset
17289 </cell>
17290 </row>
17291 <row>
17292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout Plain Layout
17296
17297 \backslash
17298 oplus
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17304 \begin_inset Text
17305
17306 \begin_layout Plain Layout
17307 \begin_inset Formula $\oplus$
17308 \end_inset
17309
17310
17311 \end_layout
17312
17313 \end_inset
17314 </cell>
17315 </row>
17316 <row>
17317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321
17322 \backslash
17323 ominus
17324 \end_layout
17325
17326 \end_inset
17327 </cell>
17328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17329 \begin_inset Text
17330
17331 \begin_layout Plain Layout
17332 \begin_inset Formula $\ominus$
17333 \end_inset
17334
17335
17336 \end_layout
17337
17338 \end_inset
17339 </cell>
17340 </row>
17341 <row>
17342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346
17347 \backslash
17348 otimes
17349 \end_layout
17350
17351 \end_inset
17352 </cell>
17353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17354 \begin_inset Text
17355
17356 \begin_layout Plain Layout
17357 \begin_inset Formula $\otimes$
17358 \end_inset
17359
17360
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 </row>
17366 <row>
17367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371
17372 \backslash
17373 oslash
17374 \end_layout
17375
17376 \end_inset
17377 </cell>
17378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17379 \begin_inset Text
17380
17381 \begin_layout Plain Layout
17382 \begin_inset Formula $\oslash$
17383 \end_inset
17384
17385
17386 \end_layout
17387
17388 \end_inset
17389 </cell>
17390 </row>
17391 <row>
17392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17393 \begin_inset Text
17394
17395 \begin_layout Plain Layout
17396
17397 \backslash
17398 odot
17399 \end_layout
17400
17401 \end_inset
17402 </cell>
17403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17404 \begin_inset Text
17405
17406 \begin_layout Plain Layout
17407 \begin_inset Formula $\odot$
17408 \end_inset
17409
17410
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 </row>
17416 <row>
17417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421
17422 \backslash
17423 amalg
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432 \begin_inset Formula $\amalg$
17433 \end_inset
17434
17435
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 </row>
17441 <row>
17442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17443 \begin_inset Text
17444
17445 \begin_layout Plain Layout
17446
17447 \backslash
17448 uplus
17449 \end_layout
17450
17451 \end_inset
17452 </cell>
17453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17454 \begin_inset Text
17455
17456 \begin_layout Plain Layout
17457 \begin_inset Formula $\uplus$
17458 \end_inset
17459
17460
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 </row>
17466 <row>
17467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17468 \begin_inset Text
17469
17470 \begin_layout Plain Layout
17471
17472 \backslash
17473 setminus
17474 \end_layout
17475
17476 \end_inset
17477 </cell>
17478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482 \begin_inset Formula $\setminus$
17483 \end_inset
17484
17485
17486 \end_layout
17487
17488 \end_inset
17489 </cell>
17490 </row>
17491 <row>
17492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17493 \begin_inset Text
17494
17495 \begin_layout Plain Layout
17496
17497 \backslash
17498 sqcap
17499 \end_layout
17500
17501 \end_inset
17502 </cell>
17503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507 \begin_inset Formula $\sqcap$
17508 \end_inset
17509
17510
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 </row>
17516 <row>
17517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17518 \begin_inset Text
17519
17520 \begin_layout Plain Layout
17521
17522 \backslash
17523 sqcup
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17529 \begin_inset Text
17530
17531 \begin_layout Plain Layout
17532 \begin_inset Formula $\sqcup$
17533 \end_inset
17534
17535
17536 \end_layout
17537
17538 \end_inset
17539 </cell>
17540 </row>
17541 <row>
17542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17543 \begin_inset Text
17544
17545 \begin_layout Plain Layout
17546
17547 \backslash
17548 triangleleft
17549 \end_layout
17550
17551 \end_inset
17552 </cell>
17553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17554 \begin_inset Text
17555
17556 \begin_layout Plain Layout
17557 \begin_inset Formula $\triangleleft$
17558 \end_inset
17559
17560
17561 \end_layout
17562
17563 \end_inset
17564 </cell>
17565 </row>
17566 <row>
17567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17568 \begin_inset Text
17569
17570 \begin_layout Plain Layout
17571
17572 \backslash
17573 triangleright
17574 \end_layout
17575
17576 \end_inset
17577 </cell>
17578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17579 \begin_inset Text
17580
17581 \begin_layout Plain Layout
17582 \begin_inset Formula $\triangleright$
17583 \end_inset
17584
17585
17586 \end_layout
17587
17588 \end_inset
17589 </cell>
17590 </row>
17591 </lyxtabular>
17592
17593 \end_inset
17594
17595
17596 \begin_inset space \hfill{}
17597 \end_inset
17598
17599
17600 \end_layout
17601
17602 \begin_layout Standard
17603 All binary operators can also be inserted via the math toolbar button 
17604 \begin_inset Graphics
17605         filename ../images/math/pm.png
17606         scale 85
17607
17608 \end_inset
17609
17610 .
17611 \end_layout
17612
17613 \begin_layout Standard
17614 To typeset the Laplace operator also 
17615 \series bold
17616
17617 \backslash
17618 Delta
17619 \series default
17620  or 
17621 \series bold
17622
17623 \backslash
17624 nabla
17625 \series default
17626 ^
17627 \series bold
17628 2
17629 \series default
17630  (
17631 \begin_inset Formula $\nabla^{2}$
17632 \end_inset
17633
17634 ) can be used instead of 
17635 \series bold
17636
17637 \backslash
17638 bigtriangleup
17639 \series default
17640  .
17641 \end_layout
17642
17643 \begin_layout Standard
17644 The character 
17645 \family sans
17646 Menu Separator
17647 \family default
17648  from the menu 
17649 \family sans
17650 Insert\SpecialChar \menuseparator
17651 Special Character
17652 \family default
17653  is the operator 
17654 \series bold
17655
17656 \backslash
17657 triangleright
17658 \series default
17659 .
17660 \end_layout
17661
17662 \begin_layout Subsection
17663 Self-defined Operators
17664 \begin_inset CommandInset label
17665 LatexCommand label
17666 name "sub:Self-defined-Operators"
17667
17668 \end_inset
17669
17670
17671 \begin_inset Index idx
17672 status collapsed
17673
17674 \begin_layout Plain Layout
17675 Operators ! self-defined
17676 \end_layout
17677
17678 \end_inset
17679
17680
17681 \end_layout
17682
17683 \begin_layout Standard
17684 With the help of the command 
17685 \series bold
17686
17687 \backslash
17688 DeclareMathOperator
17689 \series default
17690
17691 \begin_inset Index idx
17692 status collapsed
17693
17694 \begin_layout Plain Layout
17695 Commands ! D ! 
17696 \backslash
17697 dbinom@
17698 \backslash
17699 DeclareMathOperator
17700 \end_layout
17701
17702 \end_inset
17703
17704  custom operators can be defined in the LaTeX-preamble.
17705  Its command scheme is:
17706 \end_layout
17707
17708 \begin_layout Standard
17709
17710 \series bold
17711
17712 \backslash
17713 DeclareMathOperator{new command}{display}
17714 \end_layout
17715
17716 \begin_layout Standard
17717 Display can be characters or symbols that define how the operator looks
17718  in the output.
17719  To define a big operator a * is set behind the command.
17720  All self-defined big operators can have limits as described in 
17721 \begin_inset CommandInset ref
17722 LatexCommand ref
17723 reference "sub:Operator-Limits"
17724
17725 \end_inset
17726
17727 .
17728 \end_layout
17729
17730 \begin_layout Standard
17731 For example the LaTeX-preamble line
17732 \end_layout
17733
17734 \begin_layout Standard
17735
17736 \series bold
17737
17738 \backslash
17739 DeclareMathOperator*{
17740 \backslash
17741 Lozenge}{
17742 \backslash
17743 blacklozenge}
17744 \end_layout
17745
17746 \begin_layout Standard
17747 defines the command 
17748 \series bold
17749
17750 \backslash
17751 Lozenge
17752 \series default
17753 , that inserts a big operator consisting of the lozenge symbol from 
17754 \begin_inset CommandInset ref
17755 LatexCommand ref
17756 reference "sub:Miscellaneous-Symbols"
17757
17758 \end_inset
17759
17760 :
17761 \begin_inset Formula \[
17762 \Lozenge_{n=1}^{\infty}\]
17763
17764 \end_inset
17765
17766 The command for this formula is: 
17767 \series bold
17768
17769 \backslash
17770 Lozenge
17771 \series default
17772 ^
17773 \series bold
17774
17775 \backslash
17776 infty
17777 \begin_inset Formula $\to$
17778 \end_inset
17779
17780 _n=1
17781 \end_layout
17782
17783 \begin_layout Standard
17784 \begin_inset VSpace bigskip
17785 \end_inset
17786
17787 When self-defined operators are not used several times in the document,
17788  they can also be defined with the commands 
17789 \series bold
17790
17791 \backslash
17792 mathop
17793 \series default
17794
17795 \begin_inset Index idx
17796 status collapsed
17797
17798 \begin_layout Plain Layout
17799 Commands ! M ! 
17800 \backslash
17801 mathop
17802 \end_layout
17803
17804 \end_inset
17805
17806  and 
17807 \series bold
17808
17809 \backslash
17810 mathbin
17811 \series default
17812
17813 \begin_inset Index idx
17814 status collapsed
17815
17816 \begin_layout Plain Layout
17817 Commands ! M ! 
17818 \backslash
17819 mathbin
17820 \end_layout
17821
17822 \end_inset
17823
17824 , which have the following scheme:
17825 \end_layout
17826
17827 \begin_layout Standard
17828
17829 \series bold
17830
17831 \backslash
17832 mathop{display}
17833 \series default
17834  and 
17835 \series bold
17836
17837 \backslash
17838 mathbin{display}
17839 \end_layout
17840
17841 \begin_layout Standard
17842
17843 \series bold
17844
17845 \backslash
17846 mathop
17847 \series default
17848  defines big operators, 
17849 \series bold
17850
17851 \backslash
17852 mathbin
17853 \series default
17854  binary operators.
17855 \end_layout
17856
17857 \begin_layout Standard
17858
17859 \series bold
17860
17861 \backslash
17862 mathop
17863 \series default
17864  can e.
17865 \begin_inset space \thinspace{}
17866 \end_inset
17867
17868 g.
17869 \begin_inset space \space{}
17870 \end_inset
17871
17872 be used to use one limit for several operators:
17873 \end_layout
17874
17875 \begin_layout Standard
17876 \begin_inset Formula \[
17877 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17878
17879 \end_inset
17880
17881
17882 \end_layout
17883
17884 \begin_layout Standard
17885 The command for the formula above is:
17886 \begin_inset Newline newline
17887 \end_inset
17888
17889
17890 \series bold
17891
17892 \backslash
17893 mathop{
17894 \backslash
17895 sum
17896 \backslash
17897 negmedspace
17898 \backslash
17899 sum
17900 \series default
17901
17902 \begin_inset ERT
17903 status collapsed
17904
17905 \begin_layout Plain Layout
17906
17907
17908 \backslash
17909 spce 
17910 \end_layout
17911
17912 \end_inset
17913
17914
17915 \series bold
17916
17917 \begin_inset Formula $\to$
17918 \end_inset
17919
17920 ^N
17921 \series default
17922
17923 \begin_inset ERT
17924 status collapsed
17925
17926 \begin_layout Plain Layout
17927
17928
17929 \backslash
17930 spce 
17931 \end_layout
17932
17933 \end_inset
17934
17935
17936 \series bold
17937 _i,j=1
17938 \end_layout
17939
17940 \begin_layout Section
17941 Fonts
17942 \begin_inset Index idx
17943 status collapsed
17944
17945 \begin_layout Plain Layout
17946 Fonts
17947 \end_layout
17948
17949 \end_inset
17950
17951
17952 \end_layout
17953
17954 \begin_layout Subsection
17955 Font Styles
17956 \begin_inset CommandInset label
17957 LatexCommand label
17958 name "sub:Font-Styles"
17959
17960 \end_inset
17961
17962
17963 \begin_inset Index idx
17964 status collapsed
17965
17966 \begin_layout Plain Layout
17967 Font ! style
17968 \end_layout
17969
17970 \end_inset
17971
17972
17973 \end_layout
17974
17975 \begin_layout Standard
17976 Latin letters in formulas can be set in one of the following font styles:
17977 \begin_inset VSpace -2mm
17978 \end_inset
17979
17980
17981 \end_layout
17982
17983 \begin_layout Standard
17984 \align center
17985 \begin_inset Tabular
17986 <lyxtabular version="3" rows="7" columns="3">
17987 <features tabularvalignment="middle">
17988 <column alignment="center" valignment="top" width="0">
17989 <column alignment="center" valignment="top" width="0">
17990 <column alignment="center" valignment="top" width="0">
17991 <row>
17992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17993 \begin_inset Text
17994
17995 \begin_layout Plain Layout
17996 Command
17997 \end_layout
17998
17999 \end_inset
18000 </cell>
18001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18002 \begin_inset Text
18003
18004 \begin_layout Plain Layout
18005 Result
18006 \end_layout
18007
18008 \end_inset
18009 </cell>
18010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18011 \begin_inset Text
18012
18013 \begin_layout Plain Layout
18014 shortcut
18015 \end_layout
18016
18017 \end_inset
18018 </cell>
18019 </row>
18020 <row>
18021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18022 \begin_inset Text
18023
18024 \begin_layout Plain Layout
18025
18026 \backslash
18027 mathbb
18028 \series bold
18029
18030 \begin_inset ERT
18031 status collapsed
18032
18033 \begin_layout Plain Layout
18034
18035
18036 \backslash
18037 spce 
18038 \end_layout
18039
18040 \end_inset
18041
18042
18043 \series default
18044 ABC
18045 \end_layout
18046
18047 \end_inset
18048 </cell>
18049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18050 \begin_inset Text
18051
18052 \begin_layout Plain Layout
18053 \begin_inset Formula $\mathbb{ABC}$
18054 \end_inset
18055
18056
18057 \end_layout
18058
18059 \end_inset
18060 </cell>
18061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065 \begin_inset Info
18066 type  "shortcuts"
18067 arg   "font-noun"
18068 \end_inset
18069
18070
18071 \end_layout
18072
18073 \end_inset
18074 </cell>
18075 </row>
18076 <row>
18077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18078 \begin_inset Text
18079
18080 \begin_layout Plain Layout
18081
18082 \backslash
18083 mathbf
18084 \series bold
18085
18086 \begin_inset ERT
18087 status collapsed
18088
18089 \begin_layout Plain Layout
18090
18091
18092 \backslash
18093 spce 
18094 \end_layout
18095
18096 \end_inset
18097
18098
18099 \series default
18100 AbC
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109 \begin_inset Formula $\mathbf{AbC}$
18110 \end_inset
18111
18112
18113 \end_layout
18114
18115 \end_inset
18116 </cell>
18117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18118 \begin_inset Text
18119
18120 \begin_layout Plain Layout
18121 \begin_inset Info
18122 type  "shortcuts"
18123 arg   "font-bold"
18124 \end_inset
18125
18126
18127 \end_layout
18128
18129 \end_inset
18130 </cell>
18131 </row>
18132 <row>
18133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18134 \begin_inset Text
18135
18136 \begin_layout Plain Layout
18137
18138 \backslash
18139 boldsymbol
18140 \series bold
18141
18142 \begin_inset ERT
18143 status collapsed
18144
18145 \begin_layout Plain Layout
18146
18147
18148 \backslash
18149 spce 
18150 \end_layout
18151
18152 \end_inset
18153
18154
18155 \series default
18156 AbC
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165 \begin_inset Formula $\boldsymbol{AbC}$
18166 \end_inset
18167
18168
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177 \begin_inset Info
18178 type  "shortcuts"
18179 arg   "font-boldsymbol"
18180 \end_inset
18181
18182
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 </row>
18188 <row>
18189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18190 \begin_inset Text
18191
18192 \begin_layout Plain Layout
18193
18194 \backslash
18195 mathcal
18196 \series bold
18197
18198 \begin_inset ERT
18199 status collapsed
18200
18201 \begin_layout Plain Layout
18202
18203
18204 \backslash
18205 spce 
18206 \end_layout
18207
18208 \end_inset
18209
18210
18211 \series default
18212 ABC
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18218 \begin_inset Text
18219
18220 \begin_layout Plain Layout
18221 \begin_inset Formula $\mathcal{ABC}$
18222 \end_inset
18223
18224
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 \begin_inset Info
18234 type  "shortcuts"
18235 arg   "font-emph"
18236 \end_inset
18237
18238
18239 \end_layout
18240
18241 \end_inset
18242 </cell>
18243 </row>
18244 <row>
18245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18246 \begin_inset Text
18247
18248 \begin_layout Plain Layout
18249
18250 \backslash
18251 mathfrak
18252 \series bold
18253
18254 \begin_inset ERT
18255 status collapsed
18256
18257 \begin_layout Plain Layout
18258
18259
18260 \backslash
18261 spce 
18262 \end_layout
18263
18264 \end_inset
18265
18266
18267 \series default
18268 AbC
18269 \end_layout
18270
18271 \end_inset
18272 </cell>
18273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18274 \begin_inset Text
18275
18276 \begin_layout Plain Layout
18277 \begin_inset Formula $\mathfrak{AbC}$
18278 \end_inset
18279
18280
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289 -
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 </row>
18295 <row>
18296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18297 \begin_inset Text
18298
18299 \begin_layout Plain Layout
18300
18301 \backslash
18302 mathscr
18303 \series bold
18304
18305 \begin_inset ERT
18306 status collapsed
18307
18308 \begin_layout Plain Layout
18309
18310
18311 \backslash
18312 spce 
18313 \end_layout
18314
18315 \end_inset
18316
18317
18318 \series default
18319 AbC
18320 \end_layout
18321
18322 \end_inset
18323 </cell>
18324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18325 \begin_inset Text
18326
18327 \begin_layout Plain Layout
18328 \begin_inset Formula $\mathscr{AbC}$
18329 \end_inset
18330
18331
18332 \end_layout
18333
18334 \end_inset
18335 </cell>
18336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18337 \begin_inset Text
18338
18339 \begin_layout Plain Layout
18340 -
18341 \end_layout
18342
18343 \end_inset
18344 </cell>
18345 </row>
18346 </lyxtabular>
18347
18348 \end_inset
18349
18350
18351 \end_layout
18352
18353 \begin_layout Standard
18354 \align center
18355 \begin_inset Tabular
18356 <lyxtabular version="3" rows="5" columns="3">
18357 <features tabularvalignment="middle">
18358 <column alignment="center" valignment="top" width="0">
18359 <column alignment="center" valignment="top" width="0">
18360 <column alignment="center" valignment="top" width="0">
18361 <row>
18362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18363 \begin_inset Text
18364
18365 \begin_layout Plain Layout
18366 Command
18367 \end_layout
18368
18369 \end_inset
18370 </cell>
18371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18372 \begin_inset Text
18373
18374 \begin_layout Plain Layout
18375 Result
18376 \end_layout
18377
18378 \end_inset
18379 </cell>
18380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18381 \begin_inset Text
18382
18383 \begin_layout Plain Layout
18384 shortcut
18385 \end_layout
18386
18387 \end_inset
18388 </cell>
18389 </row>
18390 <row>
18391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395
18396 \backslash
18397 mathit
18398 \series bold
18399
18400 \begin_inset ERT
18401 status collapsed
18402
18403 \begin_layout Plain Layout
18404
18405
18406 \backslash
18407 spce 
18408 \end_layout
18409
18410 \end_inset
18411
18412
18413 \series default
18414 AbC
18415 \end_layout
18416
18417 \end_inset
18418 </cell>
18419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18420 \begin_inset Text
18421
18422 \begin_layout Plain Layout
18423 \begin_inset Formula $\mathit{AbC}$
18424 \end_inset
18425
18426
18427 \end_layout
18428
18429 \end_inset
18430 </cell>
18431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18432 \begin_inset Text
18433
18434 \begin_layout Plain Layout
18435 -
18436 \end_layout
18437
18438 \end_inset
18439 </cell>
18440 </row>
18441 <row>
18442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18443 \begin_inset Text
18444
18445 \begin_layout Plain Layout
18446
18447 \backslash
18448 mathrm
18449 \series bold
18450
18451 \begin_inset ERT
18452 status collapsed
18453
18454 \begin_layout Plain Layout
18455
18456
18457 \backslash
18458 spce 
18459 \end_layout
18460
18461 \end_inset
18462
18463
18464 \series default
18465 AbC
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18471 \begin_inset Text
18472
18473 \begin_layout Plain Layout
18474 \begin_inset Formula $\mathrm{AbC}$
18475 \end_inset
18476
18477
18478 \end_layout
18479
18480 \end_inset
18481 </cell>
18482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18483 \begin_inset Text
18484
18485 \begin_layout Plain Layout
18486 \begin_inset Info
18487 type  "shortcuts"
18488 arg   "font-roman"
18489 \end_inset
18490
18491
18492 \end_layout
18493
18494 \end_inset
18495 </cell>
18496 </row>
18497 <row>
18498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18499 \begin_inset Text
18500
18501 \begin_layout Plain Layout
18502
18503 \backslash
18504 mathsf
18505 \series bold
18506
18507 \begin_inset ERT
18508 status collapsed
18509
18510 \begin_layout Plain Layout
18511
18512
18513 \backslash
18514 spce 
18515 \end_layout
18516
18517 \end_inset
18518
18519
18520 \series default
18521 AbC
18522 \end_layout
18523
18524 \end_inset
18525 </cell>
18526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18527 \begin_inset Text
18528
18529 \begin_layout Plain Layout
18530 \begin_inset Formula $\mathsf{AbC}$
18531 \end_inset
18532
18533
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18539 \begin_inset Text
18540
18541 \begin_layout Plain Layout
18542 \begin_inset Info
18543 type  "shortcuts"
18544 arg   "font-sans"
18545 \end_inset
18546
18547
18548 \end_layout
18549
18550 \end_inset
18551 </cell>
18552 </row>
18553 <row>
18554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18555 \begin_inset Text
18556
18557 \begin_layout Plain Layout
18558
18559 \backslash
18560 mathtt
18561 \series bold
18562
18563 \begin_inset ERT
18564 status collapsed
18565
18566 \begin_layout Plain Layout
18567
18568
18569 \backslash
18570 spce 
18571 \end_layout
18572
18573 \end_inset
18574
18575
18576 \series default
18577 AbC
18578 \end_layout
18579
18580 \end_inset
18581 </cell>
18582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18583 \begin_inset Text
18584
18585 \begin_layout Plain Layout
18586 \begin_inset Formula $\mathtt{AbC}$
18587 \end_inset
18588
18589
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598 \begin_inset Info
18599 type  "shortcuts"
18600 arg   "font-typewriter"
18601 \end_inset
18602
18603
18604 \end_layout
18605
18606 \end_inset
18607 </cell>
18608 </row>
18609 </lyxtabular>
18610
18611 \end_inset
18612
18613
18614 \end_layout
18615
18616 \begin_layout Standard
18617 \begin_inset Note Greyedout
18618 status open
18619
18620 \begin_layout Plain Layout
18621
18622 \series bold
18623 Note:
18624 \series default
18625  The styles 
18626 \series bold
18627
18628 \backslash
18629 mathbb
18630 \series default
18631  and 
18632 \series bold
18633
18634 \backslash
18635 mathcal
18636 \series default
18637  can only be used for big letters.
18638 \end_layout
18639
18640 \end_inset
18641
18642
18643 \end_layout
18644
18645 \begin_layout Standard
18646 Predefined is the style 
18647 \series bold
18648
18649 \backslash
18650 mathnormal
18651 \series default
18652 .
18653 \end_layout
18654
18655 \begin_layout Standard
18656 The style commands work also for letters in mathematical constructs:
18657 \begin_inset Formula \[
18658 \mathfrak{A=\frac{b}{C}}\]
18659
18660 \end_inset
18661
18662
18663 \end_layout
18664
18665 \begin_layout Standard
18666 Characters in mathematical text don't appear in a math font style but in
18667  the text font style 
18668 \series bold
18669
18670 \backslash
18671 textrm
18672 \series default
18673 .
18674  That their style can't be set correctly via the text style dialog is a
18675  bug in LyX.
18676 \begin_inset Foot
18677 status collapsed
18678
18679 \begin_layout Plain Layout
18680 \begin_inset CommandInset href
18681 LatexCommand href
18682 name "LyX-bug #4629"
18683 target "http://www.lyx.org/trac/ticket/4629"
18684
18685 \end_inset
18686
18687
18688 \end_layout
18689
18690 \end_inset
18691
18692
18693 \end_layout
18694
18695 \begin_layout Standard
18696 Instead of the style commands the dialog 
18697 \family sans
18698 Edit\SpecialChar \menuseparator
18699 Math\SpecialChar \menuseparator
18700 Text Style
18701 \family default
18702  or the toolbar button 
18703 \begin_inset Graphics
18704         filename ../images/math/font.png
18705         scale 85
18706
18707 \end_inset
18708
18709  can be used.
18710 \end_layout
18711
18712 \begin_layout Subsection
18713 Bold Formulas
18714 \begin_inset CommandInset label
18715 LatexCommand label
18716 name "sub:Bold-Formulas"
18717
18718 \end_inset
18719
18720
18721 \begin_inset Index idx
18722 status collapsed
18723
18724 \begin_layout Plain Layout
18725 Formula ! bold
18726 \end_layout
18727
18728 \end_inset
18729
18730
18731 \end_layout
18732
18733 \begin_layout Standard
18734 To make a complete formula bold, the command 
18735 \series bold
18736
18737 \backslash
18738 mathbf
18739 \series default
18740  from the previous subsection cannot be used, because it doesn't work for
18741  small Greek letters.
18742  Furthermore it prints Latin letters always upright, like in the following
18743  equation:
18744 \end_layout
18745
18746 \begin_layout Standard
18747 \begin_inset Formula \[
18748 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18749
18750 \end_inset
18751
18752
18753 \end_layout
18754
18755 \begin_layout Standard
18756 To display the formula correctly, the command 
18757 \series bold
18758
18759 \backslash
18760 boldsymbol
18761 \series default
18762  is used:
18763 \begin_inset Formula \[
18764 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18765
18766 \end_inset
18767
18768 It is also possible to set the formula in a 
18769 \series bold
18770 boldmath environment
18771 \series default
18772 .
18773  This environment is created by inserting the command 
18774 \series bold
18775
18776 \backslash
18777 boldmath
18778 \series default
18779
18780 \begin_inset Index idx
18781 status collapsed
18782
18783 \begin_layout Plain Layout
18784 Commands ! B ! 
18785 \backslash
18786 boldmath
18787 \end_layout
18788
18789 \end_inset
18790
18791  in TeX-mode.
18792  To end the environment, the command 
18793 \series bold
18794
18795 \backslash
18796 unboldmath
18797 \series default
18798
18799 \begin_inset Index idx
18800 status collapsed
18801
18802 \begin_layout Plain Layout
18803 Commands ! U ! 
18804 \backslash
18805 unboldmath
18806 \end_layout
18807
18808 \end_inset
18809
18810  is inserted in TeX-mode.
18811 \begin_inset ERT
18812 status collapsed
18813
18814 \begin_layout Plain Layout
18815
18816
18817 \backslash
18818 boldmath 
18819 \end_layout
18820
18821 \end_inset
18822
18823
18824 \begin_inset Formula \[
18825 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18826
18827 \end_inset
18828
18829
18830 \begin_inset ERT
18831 status collapsed
18832
18833 \begin_layout Plain Layout
18834
18835
18836 \backslash
18837 unboldmath 
18838 \end_layout
18839
18840 \end_inset
18841
18842
18843 \end_layout
18844
18845 \begin_layout Subsection
18846 Colored Formulas
18847 \begin_inset Index idx
18848 status collapsed
18849
18850 \begin_layout Plain Layout
18851 Formula ! colored
18852 \end_layout
18853
18854 \end_inset
18855
18856
18857 \end_layout
18858
18859 \begin_layout Standard
18860 Formulas can be colored like normal text: Highlight a formula or a formula
18861  part and use the 
18862 \family sans
18863 Text Style
18864 \family default
18865  dialog.
18866  Here is a formula in magenta:
18867 \begin_inset Formula \[
18868 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18869
18870 \end_inset
18871
18872
18873 \end_layout
18874
18875 \begin_layout Standard
18876 You can also define your own colors as described in 
18877 \begin_inset CommandInset ref
18878 LatexCommand ref
18879 reference "sub:Colored-Boxes"
18880
18881 \end_inset
18882
18883 .
18884  They can be used with the TeX code command 
18885 \series bold
18886
18887 \backslash
18888 textcolor
18889 \series default
18890
18891 \begin_inset Index idx
18892 status collapsed
18893
18894 \begin_layout Plain Layout
18895 Commands ! T ! 
18896 \backslash
18897 textcolor
18898 \end_layout
18899
18900 \end_inset
18901
18902  in the scheme
18903 \end_layout
18904
18905 \begin_layout Standard
18906
18907 \series bold
18908
18909 \backslash
18910 textcolor{color}{characters or formula}
18911 \end_layout
18912
18913 \begin_layout Standard
18914 The following example was colored completely dark green and partly red:
18915 \end_layout
18916
18917 \begin_layout Standard
18918 \begin_inset ERT
18919 status collapsed
18920
18921 \begin_layout Plain Layout
18922
18923
18924 \backslash
18925 textcolor{darkgreen}{
18926 \end_layout
18927
18928 \end_inset
18929
18930
18931 \begin_inset Formula \[
18932 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18933
18934 \end_inset
18935
18936
18937 \begin_inset ERT
18938 status collapsed
18939
18940 \begin_layout Plain Layout
18941
18942 }
18943 \end_layout
18944
18945 \end_inset
18946
18947
18948 \end_layout
18949
18950 \begin_layout Standard
18951 Due to a bug in LyX only complete formulas can be colored with self-defined
18952  colors.
18953 \begin_inset Foot
18954 status collapsed
18955
18956 \begin_layout Plain Layout
18957 \begin_inset CommandInset href
18958 LatexCommand href
18959 name "LyX-bug #5269"
18960 target "http://www.lyx.org/trac/ticket/5269"
18961
18962 \end_inset
18963
18964
18965 \end_layout
18966
18967 \end_inset
18968
18969
18970 \end_layout
18971
18972 \begin_layout Subsection
18973 Font Sizes
18974 \begin_inset CommandInset label
18975 LatexCommand label
18976 name "sub:Font-Sizes"
18977
18978 \end_inset
18979
18980
18981 \begin_inset Index idx
18982 status collapsed
18983
18984 \begin_layout Plain Layout
18985 Font ! size
18986 \end_layout
18987
18988 \end_inset
18989
18990
18991 \end_layout
18992
18993 \begin_layout Standard
18994 For characters in formulas there are, analog to characters in text, the
18995  following size commands:
18996 \end_layout
18997
18998 \begin_layout Standard
18999
19000 \series bold
19001
19002 \backslash
19003 Huge
19004 \series default
19005
19006 \series bold
19007
19008 \backslash
19009 huge
19010 \series default
19011
19012 \series bold
19013
19014 \backslash
19015 LARGE
19016 \series default
19017
19018 \series bold
19019
19020 \backslash
19021 Large
19022 \series default
19023
19024 \series bold
19025
19026 \backslash
19027 large
19028 \series default
19029
19030 \series bold
19031
19032 \backslash
19033 normalsize
19034 \series default
19035
19036 \series bold
19037
19038 \backslash
19039 small
19040 \series default
19041 ,
19042 \begin_inset Newline newline
19043 \end_inset
19044
19045
19046 \series bold
19047
19048 \backslash
19049 footnotesize
19050 \series default
19051
19052 \series bold
19053
19054 \backslash
19055 scriptsize
19056 \series default
19057  and 
19058 \series bold
19059
19060 \backslash
19061 tiny
19062 \end_layout
19063
19064 \begin_layout Standard
19065 The size produced by the commands depends on the document font size, that
19066  corresponds with the command 
19067 \series bold
19068
19069 \backslash
19070 normalsize
19071 \series default
19072 .
19073  The other commands produce smaller or larger sizes than 
19074 \series bold
19075
19076 \backslash
19077 normalsize
19078 \series default
19079 .
19080  The font size can however not exceed a certain value.
19081  Is for example the document font size 12
19082 \begin_inset space \thinspace{}
19083 \end_inset
19084
19085 pt, the command 
19086 \series bold
19087
19088 \backslash
19089 Huge
19090 \series default
19091  switches to the same size as 
19092 \series bold
19093
19094 \backslash
19095 huge
19096 \series default
19097 .
19098  
19099 \end_layout
19100
19101 \begin_layout Standard
19102 A size command is inserted in TeX-mode before the formula and sets the size
19103  for all following formula and text characters.
19104  To switch back to the initial size, the command 
19105 \series bold
19106
19107 \backslash
19108 normalsize
19109 \series default
19110  is inserted behind the formula in TeX-mode.
19111 \end_layout
19112
19113 \begin_layout Standard
19114 \begin_inset Newpage newpage
19115 \end_inset
19116
19117
19118 \end_layout
19119
19120 \begin_layout Standard
19121 Within a formula the size can be changed using the following size commands:
19122 \end_layout
19123
19124 \begin_layout Standard
19125 \noindent
19126 \align center
19127 \begin_inset Tabular
19128 <lyxtabular version="3" rows="5" columns="2">
19129 <features tabularvalignment="middle">
19130 <column alignment="center" valignment="top" width="0">
19131 <column alignment="center" valignment="top" width="0">
19132 <row>
19133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19134 \begin_inset Text
19135
19136 \begin_layout Plain Layout
19137 Command
19138 \end_layout
19139
19140 \end_inset
19141 </cell>
19142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19143 \begin_inset Text
19144
19145 \begin_layout Plain Layout
19146 Result
19147 \begin_inset Note Note
19148 status collapsed
19149
19150 \begin_layout Plain Layout
19151
19152 \series bold
19153
19154 \backslash
19155 raisebox
19156 \series default
19157  is only used as spacer.
19158 \end_layout
19159
19160 \end_inset
19161
19162
19163 \end_layout
19164
19165 \end_inset
19166 </cell>
19167 </row>
19168 <row>
19169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19170 \begin_inset Text
19171
19172 \begin_layout Plain Layout
19173
19174 \backslash
19175 displaystyle
19176 \begin_inset Index idx
19177 status collapsed
19178
19179 \begin_layout Plain Layout
19180 Commands ! D ! 
19181 \backslash
19182 displaystyle
19183 \end_layout
19184
19185 \end_inset
19186
19187
19188 \end_layout
19189
19190 \end_inset
19191 </cell>
19192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19193 \begin_inset Text
19194
19195 \begin_layout Plain Layout
19196 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19197 \end_inset
19198
19199
19200 \end_layout
19201
19202 \end_inset
19203 </cell>
19204 </row>
19205 <row>
19206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19207 \begin_inset Text
19208
19209 \begin_layout Plain Layout
19210
19211 \backslash
19212 textstyle
19213 \end_layout
19214
19215 \end_inset
19216 </cell>
19217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19222 \end_inset
19223
19224
19225 \end_layout
19226
19227 \end_inset
19228 </cell>
19229 </row>
19230 <row>
19231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19232 \begin_inset Text
19233
19234 \begin_layout Plain Layout
19235
19236 \backslash
19237 scriptstyle
19238 \end_layout
19239
19240 \end_inset
19241 </cell>
19242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19243 \begin_inset Text
19244
19245 \begin_layout Plain Layout
19246 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19247 \end_inset
19248
19249
19250 \end_layout
19251
19252 \end_inset
19253 </cell>
19254 </row>
19255 <row>
19256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19257 \begin_inset Text
19258
19259 \begin_layout Plain Layout
19260
19261 \backslash
19262 scriptscriptstyle
19263 \end_layout
19264
19265 \end_inset
19266 </cell>
19267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19268 \begin_inset Text
19269
19270 \begin_layout Plain Layout
19271 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19272 \end_inset
19273
19274
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 </row>
19280 </lyxtabular>
19281
19282 \end_inset
19283
19284
19285 \end_layout
19286
19287 \begin_layout Standard
19288 After entering these commands, a blue box appears in which the formula parts
19289  are inserted.
19290 \end_layout
19291
19292 \begin_layout Standard
19293 There is a further method to change the font size, that though only works
19294  for symbols or letters in mathematical text.
19295  To use it, one of the above text size commands is inserted in mathematical
19296  text.
19297  All following characters until the end of the mathematical text or until
19298  another size command will have the selected size.
19299  Two examples:
19300 \begin_inset VSpace -2mm
19301 \end_inset
19302
19303
19304 \end_layout
19305
19306 \begin_layout Standard
19307 \begin_inset ERT
19308 status collapsed
19309
19310 \begin_layout Plain Layout
19311
19312
19313 \backslash
19314 huge 
19315 \end_layout
19316
19317 \end_inset
19318
19319
19320 \begin_inset Formula \[
19321 A=\frac{B}{c}\cdot\maltese\]
19322
19323 \end_inset
19324
19325
19326 \begin_inset Formula \[
19327 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19328
19329 \end_inset
19330
19331
19332 \begin_inset ERT
19333 status collapsed
19334
19335 \begin_layout Plain Layout
19336
19337
19338 \backslash
19339 normalsize 
19340 \end_layout
19341
19342 \end_inset
19343
19344
19345 \end_layout
19346
19347 \begin_layout Standard
19348 \begin_inset VSpace medskip
19349 \end_inset
19350
19351 Before both formulas the command 
19352 \series bold
19353
19354 \backslash
19355 huge
19356 \series default
19357  was inserted.
19358  The command for the second formula is:
19359 \begin_inset Newline newline
19360 \end_inset
19361
19362
19363 \series bold
19364
19365 \backslash
19366 maltese
19367 \begin_inset ERT
19368 status collapsed
19369
19370 \begin_layout Plain Layout
19371
19372
19373 \backslash
19374 spce 
19375 \end_layout
19376
19377 \end_inset
19378
19379 A Alt+M M 
19380 \backslash
19381 Large
19382 \begin_inset ERT
19383 status collapsed
19384
19385 \begin_layout Plain Layout
19386
19387
19388 \backslash
19389 spce 
19390 \end_layout
19391
19392 \end_inset
19393
19394
19395 \backslash
19396 maltese
19397 \begin_inset ERT
19398 status collapsed
19399
19400 \begin_layout Plain Layout
19401
19402
19403 \backslash
19404 spce 
19405 \end_layout
19406
19407 \end_inset
19408
19409
19410 \backslash
19411 textit
19412 \begin_inset ERT
19413 status collapsed
19414
19415 \begin_layout Plain Layout
19416
19417
19418 \backslash
19419 spce 
19420 \end_layout
19421
19422 \end_inset
19423
19424 A
19425 \begin_inset Formula $\to$
19426 \end_inset
19427
19428
19429 \begin_inset Formula $\to$
19430 \end_inset
19431
19432
19433 \begin_inset Newline newline
19434 \end_inset
19435
19436
19437 \begin_inset space \hspace*{}
19438 \length 1cm
19439 \end_inset
19440
19441 Alt+M
19442 \series default
19443  
19444 \series bold
19445
19446 \backslash
19447 tiny
19448 \begin_inset ERT
19449 status collapsed
19450
19451 \begin_layout Plain Layout
19452
19453
19454 \backslash
19455 spce 
19456 \end_layout
19457
19458 \end_inset
19459
19460
19461 \backslash
19462 maltese
19463 \begin_inset ERT
19464 status collapsed
19465
19466 \begin_layout Plain Layout
19467
19468
19469 \backslash
19470 spce 
19471 \end_layout
19472
19473 \end_inset
19474
19475
19476 \backslash
19477 textit
19478 \begin_inset ERT
19479 status collapsed
19480
19481 \begin_layout Plain Layout
19482
19483
19484 \backslash
19485 spce 
19486 \end_layout
19487
19488 \end_inset
19489
19490 A
19491 \end_layout
19492
19493 \begin_layout Standard
19494 If a symbol cannot be displayed in different sizes, it will always be displayed
19495  in the default size.
19496 \end_layout
19497
19498 \begin_layout Standard
19499 \begin_inset Newpage newpage
19500 \end_inset
19501
19502
19503 \end_layout
19504
19505 \begin_layout Section
19506 Greek Letters
19507 \begin_inset Index idx
19508 status collapsed
19509
19510 \begin_layout Plain Layout
19511 Greek letters
19512 \end_layout
19513
19514 \end_inset
19515
19516
19517 \end_layout
19518
19519 \begin_layout Standard
19520 All Greek letters can also be inserted via the toolbar button 
19521 \begin_inset Graphics
19522         filename ../images/math/alpha.png
19523         scale 85
19524
19525 \end_inset
19526
19527 .
19528 \end_layout
19529
19530 \begin_layout Subsection
19531 Small Letters
19532 \begin_inset Index idx
19533 status collapsed
19534
19535 \begin_layout Plain Layout
19536 Greek letters ! small
19537 \end_layout
19538
19539 \end_inset
19540
19541
19542 \end_layout
19543
19544 \begin_layout Standard
19545 \begin_inset space \hfill{}
19546 \end_inset
19547
19548
19549 \begin_inset Tabular
19550 <lyxtabular version="3" rows="11" columns="2">
19551 <features tabularvalignment="middle">
19552 <column alignment="center" valignment="top" width="0pt">
19553 <column alignment="center" valignment="top" width="0pt">
19554 <row>
19555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19556 \begin_inset Text
19557
19558 \begin_layout Plain Layout
19559 Command
19560 \end_layout
19561
19562 \end_inset
19563 </cell>
19564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19565 \begin_inset Text
19566
19567 \begin_layout Plain Layout
19568 Result
19569 \end_layout
19570
19571 \end_inset
19572 </cell>
19573 </row>
19574 <row>
19575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19576 \begin_inset Text
19577
19578 \begin_layout Plain Layout
19579
19580 \backslash
19581 alpha
19582 \end_layout
19583
19584 \end_inset
19585 </cell>
19586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19587 \begin_inset Text
19588
19589 \begin_layout Plain Layout
19590 \begin_inset Formula $\alpha$
19591 \end_inset
19592
19593
19594 \end_layout
19595
19596 \end_inset
19597 </cell>
19598 </row>
19599 <row>
19600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19601 \begin_inset Text
19602
19603 \begin_layout Plain Layout
19604
19605 \backslash
19606 beta
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19612 \begin_inset Text
19613
19614 \begin_layout Plain Layout
19615 \begin_inset Formula $\beta$
19616 \end_inset
19617
19618
19619 \end_layout
19620
19621 \end_inset
19622 </cell>
19623 </row>
19624 <row>
19625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19626 \begin_inset Text
19627
19628 \begin_layout Plain Layout
19629
19630 \backslash
19631 gamma
19632 \end_layout
19633
19634 \end_inset
19635 </cell>
19636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19637 \begin_inset Text
19638
19639 \begin_layout Plain Layout
19640 \begin_inset Formula $\gamma$
19641 \end_inset
19642
19643
19644 \end_layout
19645
19646 \end_inset
19647 </cell>
19648 </row>
19649 <row>
19650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19651 \begin_inset Text
19652
19653 \begin_layout Plain Layout
19654
19655 \backslash
19656 delta
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19662 \begin_inset Text
19663
19664 \begin_layout Plain Layout
19665 \begin_inset Formula $\delta$
19666 \end_inset
19667
19668
19669 \end_layout
19670
19671 \end_inset
19672 </cell>
19673 </row>
19674 <row>
19675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19676 \begin_inset Text
19677
19678 \begin_layout Plain Layout
19679
19680 \backslash
19681 epsilon
19682 \end_layout
19683
19684 \end_inset
19685 </cell>
19686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19687 \begin_inset Text
19688
19689 \begin_layout Plain Layout
19690 \begin_inset Formula $\epsilon$
19691 \end_inset
19692
19693
19694 \end_layout
19695
19696 \end_inset
19697 </cell>
19698 </row>
19699 <row>
19700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19701 \begin_inset Text
19702
19703 \begin_layout Plain Layout
19704
19705 \backslash
19706 varepsilon
19707 \end_layout
19708
19709 \end_inset
19710 </cell>
19711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19712 \begin_inset Text
19713
19714 \begin_layout Plain Layout
19715 \begin_inset Formula $\varepsilon$
19716 \end_inset
19717
19718
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 </row>
19724 <row>
19725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19726 \begin_inset Text
19727
19728 \begin_layout Plain Layout
19729
19730 \backslash
19731 zeta
19732 \end_layout
19733
19734 \end_inset
19735 </cell>
19736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19737 \begin_inset Text
19738
19739 \begin_layout Plain Layout
19740 \begin_inset Formula $\zeta$
19741 \end_inset
19742
19743
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 </row>
19749 <row>
19750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19751 \begin_inset Text
19752
19753 \begin_layout Plain Layout
19754
19755 \backslash
19756 eta
19757 \end_layout
19758
19759 \end_inset
19760 </cell>
19761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19762 \begin_inset Text
19763
19764 \begin_layout Plain Layout
19765 \begin_inset Formula $\eta$
19766 \end_inset
19767
19768
19769 \end_layout
19770
19771 \end_inset
19772 </cell>
19773 </row>
19774 <row>
19775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19776 \begin_inset Text
19777
19778 \begin_layout Plain Layout
19779
19780 \backslash
19781 theta
19782 \end_layout
19783
19784 \end_inset
19785 </cell>
19786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19787 \begin_inset Text
19788
19789 \begin_layout Plain Layout
19790 \begin_inset Formula $\theta$
19791 \end_inset
19792
19793
19794 \end_layout
19795
19796 \end_inset
19797 </cell>
19798 </row>
19799 <row>
19800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19801 \begin_inset Text
19802
19803 \begin_layout Plain Layout
19804
19805 \backslash
19806 vartheta
19807 \end_layout
19808
19809 \end_inset
19810 </cell>
19811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19812 \begin_inset Text
19813
19814 \begin_layout Plain Layout
19815 \begin_inset Formula $\vartheta$
19816 \end_inset
19817
19818
19819 \end_layout
19820
19821 \end_inset
19822 </cell>
19823 </row>
19824 </lyxtabular>
19825
19826 \end_inset
19827
19828
19829 \begin_inset space \hfill{}
19830 \end_inset
19831
19832
19833 \begin_inset Tabular
19834 <lyxtabular version="3" rows="12" columns="2">
19835 <features tabularvalignment="middle">
19836 <column alignment="center" valignment="top" width="0pt">
19837 <column alignment="center" valignment="top" width="0pt">
19838 <row>
19839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19840 \begin_inset Text
19841
19842 \begin_layout Plain Layout
19843 Command
19844 \end_layout
19845
19846 \end_inset
19847 </cell>
19848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19849 \begin_inset Text
19850
19851 \begin_layout Plain Layout
19852 Result
19853 \end_layout
19854
19855 \end_inset
19856 </cell>
19857 </row>
19858 <row>
19859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19860 \begin_inset Text
19861
19862 \begin_layout Plain Layout
19863
19864 \backslash
19865 iota
19866 \end_layout
19867
19868 \end_inset
19869 </cell>
19870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19871 \begin_inset Text
19872
19873 \begin_layout Plain Layout
19874 \begin_inset Formula $\iota$
19875 \end_inset
19876
19877
19878 \end_layout
19879
19880 \end_inset
19881 </cell>
19882 </row>
19883 <row>
19884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19885 \begin_inset Text
19886
19887 \begin_layout Plain Layout
19888
19889 \backslash
19890 kappa
19891 \end_layout
19892
19893 \end_inset
19894 </cell>
19895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19896 \begin_inset Text
19897
19898 \begin_layout Plain Layout
19899 \begin_inset Formula $\kappa$
19900 \end_inset
19901
19902
19903 \end_layout
19904
19905 \end_inset
19906 </cell>
19907 </row>
19908 <row>
19909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913
19914 \backslash
19915 varkappa
19916 \end_layout
19917
19918 \end_inset
19919 </cell>
19920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924 \begin_inset Formula $\varkappa$
19925 \end_inset
19926
19927
19928 \end_layout
19929
19930 \end_inset
19931 </cell>
19932 </row>
19933 <row>
19934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19935 \begin_inset Text
19936
19937 \begin_layout Plain Layout
19938
19939 \backslash
19940 lambda
19941 \end_layout
19942
19943 \end_inset
19944 </cell>
19945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19946 \begin_inset Text
19947
19948 \begin_layout Plain Layout
19949 \begin_inset Formula $\lambda$
19950 \end_inset
19951
19952
19953 \end_layout
19954
19955 \end_inset
19956 </cell>
19957 </row>
19958 <row>
19959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19960 \begin_inset Text
19961
19962 \begin_layout Plain Layout
19963
19964 \backslash
19965 mu
19966 \end_layout
19967
19968 \end_inset
19969 </cell>
19970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19971 \begin_inset Text
19972
19973 \begin_layout Plain Layout
19974 \begin_inset Formula $\mu$
19975 \end_inset
19976
19977
19978 \end_layout
19979
19980 \end_inset
19981 </cell>
19982 </row>
19983 <row>
19984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19985 \begin_inset Text
19986
19987 \begin_layout Plain Layout
19988
19989 \backslash
19990 nu
19991 \end_layout
19992
19993 \end_inset
19994 </cell>
19995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19996 \begin_inset Text
19997
19998 \begin_layout Plain Layout
19999 \begin_inset Formula $\nu$
20000 \end_inset
20001
20002
20003 \end_layout
20004
20005 \end_inset
20006 </cell>
20007 </row>
20008 <row>
20009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20010 \begin_inset Text
20011
20012 \begin_layout Plain Layout
20013
20014 \backslash
20015 xi
20016 \end_layout
20017
20018 \end_inset
20019 </cell>
20020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20021 \begin_inset Text
20022
20023 \begin_layout Plain Layout
20024 \begin_inset Formula $\xi$
20025 \end_inset
20026
20027
20028 \end_layout
20029
20030 \end_inset
20031 </cell>
20032 </row>
20033 <row>
20034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20035 \begin_inset Text
20036
20037 \begin_layout Plain Layout
20038 o
20039 \end_layout
20040
20041 \end_inset
20042 </cell>
20043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20044 \begin_inset Text
20045
20046 \begin_layout Plain Layout
20047 \begin_inset Formula $o$
20048 \end_inset
20049
20050
20051 \end_layout
20052
20053 \end_inset
20054 </cell>
20055 </row>
20056 <row>
20057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20058 \begin_inset Text
20059
20060 \begin_layout Plain Layout
20061
20062 \backslash
20063 pi
20064 \end_layout
20065
20066 \end_inset
20067 </cell>
20068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20069 \begin_inset Text
20070
20071 \begin_layout Plain Layout
20072 \begin_inset Formula $\pi$
20073 \end_inset
20074
20075
20076 \end_layout
20077
20078 \end_inset
20079 </cell>
20080 </row>
20081 <row>
20082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20083 \begin_inset Text
20084
20085 \begin_layout Plain Layout
20086
20087 \backslash
20088 varpi
20089 \end_layout
20090
20091 \end_inset
20092 </cell>
20093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20094 \begin_inset Text
20095
20096 \begin_layout Plain Layout
20097 \begin_inset Formula $\varpi$
20098 \end_inset
20099
20100
20101 \end_layout
20102
20103 \end_inset
20104 </cell>
20105 </row>
20106 <row>
20107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20108 \begin_inset Text
20109
20110 \begin_layout Plain Layout
20111
20112 \backslash
20113 rho
20114 \end_layout
20115
20116 \end_inset
20117 </cell>
20118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20119 \begin_inset Text
20120
20121 \begin_layout Plain Layout
20122 \begin_inset Formula $\rho$
20123 \end_inset
20124
20125
20126 \end_layout
20127
20128 \end_inset
20129 </cell>
20130 </row>
20131 </lyxtabular>
20132
20133 \end_inset
20134
20135
20136 \begin_inset space \hfill{}
20137 \end_inset
20138
20139
20140 \begin_inset Tabular
20141 <lyxtabular version="3" rows="11" columns="2">
20142 <features tabularvalignment="middle">
20143 <column alignment="center" valignment="top" width="0pt">
20144 <column alignment="center" valignment="top" width="0pt">
20145 <row>
20146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20147 \begin_inset Text
20148
20149 \begin_layout Plain Layout
20150 Command
20151 \end_layout
20152
20153 \end_inset
20154 </cell>
20155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20156 \begin_inset Text
20157
20158 \begin_layout Plain Layout
20159 Result
20160 \end_layout
20161
20162 \end_inset
20163 </cell>
20164 </row>
20165 <row>
20166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20167 \begin_inset Text
20168
20169 \begin_layout Plain Layout
20170
20171 \backslash
20172 varrho
20173 \end_layout
20174
20175 \end_inset
20176 </cell>
20177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20178 \begin_inset Text
20179
20180 \begin_layout Plain Layout
20181 \begin_inset Formula $\varrho$
20182 \end_inset
20183
20184
20185 \end_layout
20186
20187 \end_inset
20188 </cell>
20189 </row>
20190 <row>
20191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20192 \begin_inset Text
20193
20194 \begin_layout Plain Layout
20195
20196 \backslash
20197 sigma
20198 \end_layout
20199
20200 \end_inset
20201 </cell>
20202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20203 \begin_inset Text
20204
20205 \begin_layout Plain Layout
20206 \begin_inset Formula $\sigma$
20207 \end_inset
20208
20209
20210 \end_layout
20211
20212 \end_inset
20213 </cell>
20214 </row>
20215 <row>
20216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20217 \begin_inset Text
20218
20219 \begin_layout Plain Layout
20220
20221 \backslash
20222 varsigma
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Plain Layout
20231 \begin_inset Formula $\varsigma$
20232 \end_inset
20233
20234
20235 \end_layout
20236
20237 \end_inset
20238 </cell>
20239 </row>
20240 <row>
20241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20242 \begin_inset Text
20243
20244 \begin_layout Plain Layout
20245
20246 \backslash
20247 tau
20248 \end_layout
20249
20250 \end_inset
20251 </cell>
20252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20253 \begin_inset Text
20254
20255 \begin_layout Plain Layout
20256 \begin_inset Formula $\tau$
20257 \end_inset
20258
20259
20260 \end_layout
20261
20262 \end_inset
20263 </cell>
20264 </row>
20265 <row>
20266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Plain Layout
20270
20271 \backslash
20272 upsilon
20273 \end_layout
20274
20275 \end_inset
20276 </cell>
20277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281 \begin_inset Formula $\upsilon$
20282 \end_inset
20283
20284
20285 \end_layout
20286
20287 \end_inset
20288 </cell>
20289 </row>
20290 <row>
20291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20292 \begin_inset Text
20293
20294 \begin_layout Plain Layout
20295
20296 \backslash
20297 phi
20298 \end_layout
20299
20300 \end_inset
20301 </cell>
20302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20303 \begin_inset Text
20304
20305 \begin_layout Plain Layout
20306 \begin_inset Formula $\phi$
20307 \end_inset
20308
20309
20310 \end_layout
20311
20312 \end_inset
20313 </cell>
20314 </row>
20315 <row>
20316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20317 \begin_inset Text
20318
20319 \begin_layout Plain Layout
20320
20321 \backslash
20322 varphi
20323 \end_layout
20324
20325 \end_inset
20326 </cell>
20327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20328 \begin_inset Text
20329
20330 \begin_layout Plain Layout
20331 \begin_inset Formula $\varphi$
20332 \end_inset
20333
20334
20335 \end_layout
20336
20337 \end_inset
20338 </cell>
20339 </row>
20340 <row>
20341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20342 \begin_inset Text
20343
20344 \begin_layout Plain Layout
20345
20346 \backslash
20347 chi
20348 \end_layout
20349
20350 \end_inset
20351 </cell>
20352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20353 \begin_inset Text
20354
20355 \begin_layout Plain Layout
20356 \begin_inset Formula $\chi$
20357 \end_inset
20358
20359
20360 \end_layout
20361
20362 \end_inset
20363 </cell>
20364 </row>
20365 <row>
20366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20367 \begin_inset Text
20368
20369 \begin_layout Plain Layout
20370
20371 \backslash
20372 psi
20373 \end_layout
20374
20375 \end_inset
20376 </cell>
20377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20378 \begin_inset Text
20379
20380 \begin_layout Plain Layout
20381 \begin_inset Formula $\psi$
20382 \end_inset
20383
20384
20385 \end_layout
20386
20387 \end_inset
20388 </cell>
20389 </row>
20390 <row>
20391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20392 \begin_inset Text
20393
20394 \begin_layout Plain Layout
20395
20396 \backslash
20397 omega
20398 \end_layout
20399
20400 \end_inset
20401 </cell>
20402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20403 \begin_inset Text
20404
20405 \begin_layout Plain Layout
20406 \begin_inset Formula $\omega$
20407 \end_inset
20408
20409
20410 \end_layout
20411
20412 \end_inset
20413 </cell>
20414 </row>
20415 </lyxtabular>
20416
20417 \end_inset
20418
20419
20420 \begin_inset space \hfill{}
20421 \end_inset
20422
20423
20424 \end_layout
20425
20426 \begin_layout Standard
20427 \begin_inset VSpace medskip
20428 \end_inset
20429
20430
20431 \end_layout
20432
20433 \begin_layout Standard
20434 How to create upright Greek letters is explained in 
20435 \begin_inset CommandInset ref
20436 LatexCommand ref
20437 reference "sub:Upright-small-Greek"
20438
20439 \end_inset
20440
20441 .
20442 \end_layout
20443
20444 \begin_layout Subsection
20445 Big Letters
20446 \begin_inset Index idx
20447 status collapsed
20448
20449 \begin_layout Plain Layout
20450 Greek letters ! big
20451 \end_layout
20452
20453 \end_inset
20454
20455
20456 \end_layout
20457
20458 \begin_layout Standard
20459 \begin_inset space \hfill{}
20460 \end_inset
20461
20462
20463 \begin_inset Tabular
20464 <lyxtabular version="3" rows="7" columns="2">
20465 <features tabularvalignment="middle">
20466 <column alignment="center" valignment="top" width="0pt">
20467 <column alignment="center" valignment="top" width="0pt">
20468 <row>
20469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20470 \begin_inset Text
20471
20472 \begin_layout Plain Layout
20473 Command
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20479 \begin_inset Text
20480
20481 \begin_layout Plain Layout
20482 Result
20483 \end_layout
20484
20485 \end_inset
20486 </cell>
20487 </row>
20488 <row>
20489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20490 \begin_inset Text
20491
20492 \begin_layout Plain Layout
20493
20494 \backslash
20495 Gamma
20496 \end_layout
20497
20498 \end_inset
20499 </cell>
20500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20501 \begin_inset Text
20502
20503 \begin_layout Plain Layout
20504 \begin_inset Formula $\Gamma$
20505 \end_inset
20506
20507
20508 \end_layout
20509
20510 \end_inset
20511 </cell>
20512 </row>
20513 <row>
20514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20515 \begin_inset Text
20516
20517 \begin_layout Plain Layout
20518
20519 \backslash
20520 Delta
20521 \end_layout
20522
20523 \end_inset
20524 </cell>
20525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20526 \begin_inset Text
20527
20528 \begin_layout Plain Layout
20529 \begin_inset Formula $\Delta$
20530 \end_inset
20531
20532
20533 \end_layout
20534
20535 \end_inset
20536 </cell>
20537 </row>
20538 <row>
20539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20540 \begin_inset Text
20541
20542 \begin_layout Plain Layout
20543
20544 \backslash
20545 Theta
20546 \end_layout
20547
20548 \end_inset
20549 </cell>
20550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20551 \begin_inset Text
20552
20553 \begin_layout Plain Layout
20554 \begin_inset Formula $\Theta$
20555 \end_inset
20556
20557
20558 \end_layout
20559
20560 \end_inset
20561 </cell>
20562 </row>
20563 <row>
20564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20565 \begin_inset Text
20566
20567 \begin_layout Plain Layout
20568
20569 \backslash
20570 Lambda
20571 \end_layout
20572
20573 \end_inset
20574 </cell>
20575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20576 \begin_inset Text
20577
20578 \begin_layout Plain Layout
20579 \begin_inset Formula $\Lambda$
20580 \end_inset
20581
20582
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 </row>
20588 <row>
20589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20590 \begin_inset Text
20591
20592 \begin_layout Plain Layout
20593
20594 \backslash
20595 Xi
20596 \end_layout
20597
20598 \end_inset
20599 </cell>
20600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20601 \begin_inset Text
20602
20603 \begin_layout Plain Layout
20604 \begin_inset Formula $\Xi$
20605 \end_inset
20606
20607
20608 \end_layout
20609
20610 \end_inset
20611 </cell>
20612 </row>
20613 <row>
20614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20615 \begin_inset Text
20616
20617 \begin_layout Plain Layout
20618
20619 \backslash
20620 Pi
20621 \end_layout
20622
20623 \end_inset
20624 </cell>
20625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20626 \begin_inset Text
20627
20628 \begin_layout Plain Layout
20629 \begin_inset Formula $\Pi$
20630 \end_inset
20631
20632
20633 \end_layout
20634
20635 \end_inset
20636 </cell>
20637 </row>
20638 </lyxtabular>
20639
20640 \end_inset
20641
20642
20643 \begin_inset space \hfill{}
20644 \end_inset
20645
20646
20647 \begin_inset Tabular
20648 <lyxtabular version="3" rows="6" columns="2">
20649 <features tabularvalignment="middle">
20650 <column alignment="center" valignment="top" width="0pt">
20651 <column alignment="center" valignment="top" width="0pt">
20652 <row>
20653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20654 \begin_inset Text
20655
20656 \begin_layout Plain Layout
20657 Command
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20663 \begin_inset Text
20664
20665 \begin_layout Plain Layout
20666 Result
20667 \end_layout
20668
20669 \end_inset
20670 </cell>
20671 </row>
20672 <row>
20673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20674 \begin_inset Text
20675
20676 \begin_layout Plain Layout
20677
20678 \backslash
20679 Sigma
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20685 \begin_inset Text
20686
20687 \begin_layout Plain Layout
20688 \begin_inset Formula $\Sigma$
20689 \end_inset
20690
20691
20692 \end_layout
20693
20694 \end_inset
20695 </cell>
20696 </row>
20697 <row>
20698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20699 \begin_inset Text
20700
20701 \begin_layout Plain Layout
20702
20703 \backslash
20704 Upsilon
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20710 \begin_inset Text
20711
20712 \begin_layout Plain Layout
20713 \begin_inset Formula $\Upsilon$
20714 \end_inset
20715
20716
20717 \end_layout
20718
20719 \end_inset
20720 </cell>
20721 </row>
20722 <row>
20723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20724 \begin_inset Text
20725
20726 \begin_layout Plain Layout
20727
20728 \backslash
20729 Phi
20730 \end_layout
20731
20732 \end_inset
20733 </cell>
20734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20735 \begin_inset Text
20736
20737 \begin_layout Plain Layout
20738 \begin_inset Formula $\Phi$
20739 \end_inset
20740
20741
20742 \end_layout
20743
20744 \end_inset
20745 </cell>
20746 </row>
20747 <row>
20748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20749 \begin_inset Text
20750
20751 \begin_layout Plain Layout
20752
20753 \backslash
20754 Psi
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20760 \begin_inset Text
20761
20762 \begin_layout Plain Layout
20763 \begin_inset Formula $\Psi$
20764 \end_inset
20765
20766
20767 \end_layout
20768
20769 \end_inset
20770 </cell>
20771 </row>
20772 <row>
20773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20774 \begin_inset Text
20775
20776 \begin_layout Plain Layout
20777
20778 \backslash
20779 Omega
20780 \end_layout
20781
20782 \end_inset
20783 </cell>
20784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20785 \begin_inset Text
20786
20787 \begin_layout Plain Layout
20788 \begin_inset Formula $\Omega$
20789 \end_inset
20790
20791
20792 \end_layout
20793
20794 \end_inset
20795 </cell>
20796 </row>
20797 </lyxtabular>
20798
20799 \end_inset
20800
20801
20802 \begin_inset space \hfill{}
20803 \end_inset
20804
20805
20806 \end_layout
20807
20808 \begin_layout Standard
20809 \begin_inset VSpace medskip
20810 \end_inset
20811
20812 That the big Greek letters appear upright is caused by a design bug when
20813  TeX was developed.
20814  To get correct italic big letters, begin every command with 
20815 \series bold
20816 var
20817 \series default
20818 .
20819  For example the command 
20820 \series bold
20821
20822 \backslash
20823 varGamma
20824 \series default
20825  produces: 
20826 \begin_inset Formula $\varGamma$
20827 \end_inset
20828
20829
20830 \end_layout
20831
20832 \begin_layout Subsection
20833 Bold Letters
20834 \begin_inset Index idx
20835 status collapsed
20836
20837 \begin_layout Plain Layout
20838 Greek letters ! bold
20839 \end_layout
20840
20841 \end_inset
20842
20843
20844 \end_layout
20845
20846 \begin_layout Standard
20847 Greek letters cannot be set with different font styles like Latin letters.
20848  They can only be made bold with the command 
20849 \series bold
20850
20851 \backslash
20852 boldsymbol
20853 \series default
20854
20855 \begin_inset Index idx
20856 status collapsed
20857
20858 \begin_layout Plain Layout
20859 Commands ! B ! 
20860 \backslash
20861 boldsymbol
20862 \end_layout
20863
20864 \end_inset
20865
20866 .
20867 \end_layout
20868
20869 \begin_layout Standard
20870 \align center
20871 \begin_inset Tabular
20872 <lyxtabular version="3" rows="3" columns="2">
20873 <features tabularvalignment="middle">
20874 <column alignment="center" valignment="top" width="0">
20875 <column alignment="center" valignment="top" width="0">
20876 <row>
20877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20878 \begin_inset Text
20879
20880 \begin_layout Plain Layout
20881 Command
20882 \end_layout
20883
20884 \end_inset
20885 </cell>
20886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20887 \begin_inset Text
20888
20889 \begin_layout Plain Layout
20890 Result
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 </row>
20896 <row>
20897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901
20902 \backslash
20903 Upsilon
20904 \backslash
20905 boldsymbol
20906 \backslash
20907 Upsilon
20908 \end_layout
20909
20910 \end_inset
20911 </cell>
20912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20913 \begin_inset Text
20914
20915 \begin_layout Plain Layout
20916 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20917 \end_inset
20918
20919
20920 \end_layout
20921
20922 \end_inset
20923 </cell>
20924 </row>
20925 <row>
20926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20927 \begin_inset Text
20928
20929 \begin_layout Plain Layout
20930
20931 \backslash
20932 theta
20933 \backslash
20934 boldsymbol
20935 \backslash
20936 theta
20937 \end_layout
20938
20939 \end_inset
20940 </cell>
20941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20942 \begin_inset Text
20943
20944 \begin_layout Plain Layout
20945 \begin_inset Formula $\theta\boldsymbol{\theta}$
20946 \end_inset
20947
20948
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 </row>
20954 </lyxtabular>
20955
20956 \end_inset
20957
20958
20959 \end_layout
20960
20961 \begin_layout Section
20962 Symbols
20963 \begin_inset ERT
20964 status collapsed
20965
20966 \begin_layout Plain Layout
20967
20968
20969 \backslash
20970 texorpdfstring{
20971 \end_layout
20972
20973 \end_inset
20974
20975
20976 \begin_inset Foot
20977 status collapsed
20978
20979 \begin_layout Plain Layout
20980 A list with all symbols of most of the LaTeX-packages can be found in 
20981 \begin_inset CommandInset citation
20982 LatexCommand cite
20983 key "Symbols"
20984
20985 \end_inset
20986
20987 .
20988 \end_layout
20989
20990 \end_inset
20991
20992
20993 \begin_inset ERT
20994 status collapsed
20995
20996 \begin_layout Plain Layout
20997
20998 }{}
20999 \end_layout
21000
21001 \end_inset
21002
21003
21004 \begin_inset Note Note
21005 status collapsed
21006
21007 \begin_layout Plain Layout
21008
21009 \backslash
21010 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21011 \end_layout
21012
21013 \begin_layout Plain Layout
21014 More about 
21015 \backslash
21016 texorpdfstring is in section 
21017 \begin_inset CommandInset ref
21018 LatexCommand ref
21019 reference "sub:Formulas-in-Section"
21020
21021 \end_inset
21022
21023 .
21024 \end_layout
21025
21026 \end_inset
21027
21028
21029 \begin_inset Index idx
21030 status collapsed
21031
21032 \begin_layout Plain Layout
21033 Symbols
21034 \end_layout
21035
21036 \end_inset
21037
21038
21039 \end_layout
21040
21041 \begin_layout Standard
21042 Many of the symbols listed in this section can also be inserted via the
21043  toolbar buttons 
21044 \begin_inset Graphics
21045         filename ../images/math/nabla.png
21046         scale 85
21047
21048 \end_inset
21049
21050  and 
21051 \begin_inset Graphics
21052         filename ../images/math/digamma.png
21053         scale 85
21054
21055 \end_inset
21056
21057 .
21058 \end_layout
21059
21060 \begin_layout Subsection
21061 Mathematical Symbols
21062 \begin_inset CommandInset label
21063 LatexCommand label
21064 name "sub:Mathematical-Symbols"
21065
21066 \end_inset
21067
21068
21069 \begin_inset Index idx
21070 status collapsed
21071
21072 \begin_layout Plain Layout
21073 Symbols ! mathematical
21074 \end_layout
21075
21076 \end_inset
21077
21078
21079 \end_layout
21080
21081 \begin_layout Standard
21082 \begin_inset space \hfill{}
21083 \end_inset
21084
21085
21086 \begin_inset Tabular
21087 <lyxtabular version="3" rows="10" columns="2">
21088 <features tabularvalignment="middle">
21089 <column alignment="center" valignment="top" width="0pt">
21090 <column alignment="center" valignment="top" width="0pt">
21091 <row>
21092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21093 \begin_inset Text
21094
21095 \begin_layout Plain Layout
21096 Command
21097 \end_layout
21098
21099 \end_inset
21100 </cell>
21101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21102 \begin_inset Text
21103
21104 \begin_layout Plain Layout
21105 Result
21106 \end_layout
21107
21108 \end_inset
21109 </cell>
21110 </row>
21111 <row>
21112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21113 \begin_inset Text
21114
21115 \begin_layout Plain Layout
21116
21117 \backslash
21118 neg
21119 \end_layout
21120
21121 \end_inset
21122 </cell>
21123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21124 \begin_inset Text
21125
21126 \begin_layout Plain Layout
21127 \begin_inset Formula $\neg$
21128 \end_inset
21129
21130
21131 \end_layout
21132
21133 \end_inset
21134 </cell>
21135 </row>
21136 <row>
21137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21138 \begin_inset Text
21139
21140 \begin_layout Plain Layout
21141
21142 \backslash
21143 Im
21144 \end_layout
21145
21146 \end_inset
21147 </cell>
21148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21149 \begin_inset Text
21150
21151 \begin_layout Plain Layout
21152 \begin_inset Formula $\Im$
21153 \end_inset
21154
21155
21156 \end_layout
21157
21158 \end_inset
21159 </cell>
21160 </row>
21161 <row>
21162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21163 \begin_inset Text
21164
21165 \begin_layout Plain Layout
21166
21167 \backslash
21168 Re
21169 \end_layout
21170
21171 \end_inset
21172 </cell>
21173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21174 \begin_inset Text
21175
21176 \begin_layout Plain Layout
21177 \begin_inset Formula $\Re$
21178 \end_inset
21179
21180
21181 \end_layout
21182
21183 \end_inset
21184 </cell>
21185 </row>
21186 <row>
21187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21188 \begin_inset Text
21189
21190 \begin_layout Plain Layout
21191
21192 \backslash
21193 aleph
21194 \end_layout
21195
21196 \end_inset
21197 </cell>
21198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21199 \begin_inset Text
21200
21201 \begin_layout Plain Layout
21202 \begin_inset Formula $\aleph$
21203 \end_inset
21204
21205
21206 \end_layout
21207
21208 \end_inset
21209 </cell>
21210 </row>
21211 <row>
21212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21213 \begin_inset Text
21214
21215 \begin_layout Plain Layout
21216
21217 \backslash
21218 partial
21219 \end_layout
21220
21221 \end_inset
21222 </cell>
21223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21224 \begin_inset Text
21225
21226 \begin_layout Plain Layout
21227 \begin_inset Formula $\partial$
21228 \end_inset
21229
21230
21231 \end_layout
21232
21233 \end_inset
21234 </cell>
21235 </row>
21236 <row>
21237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21238 \begin_inset Text
21239
21240 \begin_layout Plain Layout
21241
21242 \backslash
21243 infty
21244 \end_layout
21245
21246 \end_inset
21247 </cell>
21248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21249 \begin_inset Text
21250
21251 \begin_layout Plain Layout
21252 \begin_inset Formula $\infty$
21253 \end_inset
21254
21255
21256 \end_layout
21257
21258 \end_inset
21259 </cell>
21260 </row>
21261 <row>
21262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21263 \begin_inset Text
21264
21265 \begin_layout Plain Layout
21266
21267 \backslash
21268 wp
21269 \end_layout
21270
21271 \end_inset
21272 </cell>
21273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21274 \begin_inset Text
21275
21276 \begin_layout Plain Layout
21277 \begin_inset Formula $\wp$
21278 \end_inset
21279
21280
21281 \end_layout
21282
21283 \end_inset
21284 </cell>
21285 </row>
21286 <row>
21287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21288 \begin_inset Text
21289
21290 \begin_layout Plain Layout
21291
21292 \backslash
21293 imath
21294 \end_layout
21295
21296 \end_inset
21297 </cell>
21298 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21299 \begin_inset Text
21300
21301 \begin_layout Plain Layout
21302 \begin_inset Formula $\imath$
21303 \end_inset
21304
21305
21306 \end_layout
21307
21308 \end_inset
21309 </cell>
21310 </row>
21311 <row>
21312 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21313 \begin_inset Text
21314
21315 \begin_layout Plain Layout
21316
21317 \backslash
21318 jmath
21319 \end_layout
21320
21321 \end_inset
21322 </cell>
21323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21324 \begin_inset Text
21325
21326 \begin_layout Plain Layout
21327 \begin_inset Formula $\jmath$
21328 \end_inset
21329
21330
21331 \end_layout
21332
21333 \end_inset
21334 </cell>
21335 </row>
21336 </lyxtabular>
21337
21338 \end_inset
21339
21340
21341 \begin_inset space \hfill{}
21342 \end_inset
21343
21344
21345 \begin_inset Tabular
21346 <lyxtabular version="3" rows="10" columns="2">
21347 <features tabularvalignment="middle">
21348 <column alignment="center" valignment="top" width="0pt">
21349 <column alignment="center" valignment="top" width="0pt">
21350 <row>
21351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21352 \begin_inset Text
21353
21354 \begin_layout Plain Layout
21355 Command
21356 \end_layout
21357
21358 \end_inset
21359 </cell>
21360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21361 \begin_inset Text
21362
21363 \begin_layout Plain Layout
21364 Result
21365 \begin_inset Note Note
21366 status collapsed
21367
21368 \begin_layout Plain Layout
21369
21370 \series bold
21371
21372 \backslash
21373 raisebox
21374 \series default
21375  is only used as spacer.
21376 \end_layout
21377
21378 \end_inset
21379
21380
21381 \end_layout
21382
21383 \end_inset
21384 </cell>
21385 </row>
21386 <row>
21387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21388 \begin_inset Text
21389
21390 \begin_layout Plain Layout
21391
21392 \backslash
21393 forall
21394 \end_layout
21395
21396 \end_inset
21397 </cell>
21398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21399 \begin_inset Text
21400
21401 \begin_layout Plain Layout
21402 \begin_inset Formula $\forall$
21403 \end_inset
21404
21405
21406 \end_layout
21407
21408 \end_inset
21409 </cell>
21410 </row>
21411 <row>
21412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21413 \begin_inset Text
21414
21415 \begin_layout Plain Layout
21416
21417 \backslash
21418 exists
21419 \end_layout
21420
21421 \end_inset
21422 </cell>
21423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21424 \begin_inset Text
21425
21426 \begin_layout Plain Layout
21427 \begin_inset Formula $\exists$
21428 \end_inset
21429
21430
21431 \end_layout
21432
21433 \end_inset
21434 </cell>
21435 </row>
21436 <row>
21437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21438 \begin_inset Text
21439
21440 \begin_layout Plain Layout
21441
21442 \backslash
21443 nexists
21444 \end_layout
21445
21446 \end_inset
21447 </cell>
21448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21449 \begin_inset Text
21450
21451 \begin_layout Plain Layout
21452 \begin_inset Formula $\nexists$
21453 \end_inset
21454
21455
21456 \end_layout
21457
21458 \end_inset
21459 </cell>
21460 </row>
21461 <row>
21462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21463 \begin_inset Text
21464
21465 \begin_layout Plain Layout
21466
21467 \backslash
21468 emptyset
21469 \end_layout
21470
21471 \end_inset
21472 </cell>
21473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21474 \begin_inset Text
21475
21476 \begin_layout Plain Layout
21477 \begin_inset Formula $\emptyset$
21478 \end_inset
21479
21480
21481 \end_layout
21482
21483 \end_inset
21484 </cell>
21485 </row>
21486 <row>
21487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21488 \begin_inset Text
21489
21490 \begin_layout Plain Layout
21491
21492 \backslash
21493 varnothing
21494 \end_layout
21495
21496 \end_inset
21497 </cell>
21498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21499 \begin_inset Text
21500
21501 \begin_layout Plain Layout
21502 \begin_inset Formula $\varnothing$
21503 \end_inset
21504
21505
21506 \end_layout
21507
21508 \end_inset
21509 </cell>
21510 </row>
21511 <row>
21512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21513 \begin_inset Text
21514
21515 \begin_layout Plain Layout
21516
21517 \backslash
21518 dag
21519 \end_layout
21520
21521 \end_inset
21522 </cell>
21523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21524 \begin_inset Text
21525
21526 \begin_layout Plain Layout
21527 \begin_inset Formula $\dag$
21528 \end_inset
21529
21530
21531 \end_layout
21532
21533 \end_inset
21534 </cell>
21535 </row>
21536 <row>
21537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21538 \begin_inset Text
21539
21540 \begin_layout Plain Layout
21541
21542 \backslash
21543 ddag
21544 \end_layout
21545
21546 \end_inset
21547 </cell>
21548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21549 \begin_inset Text
21550
21551 \begin_layout Plain Layout
21552 \begin_inset Formula $\ddag$
21553 \end_inset
21554
21555
21556 \end_layout
21557
21558 \end_inset
21559 </cell>
21560 </row>
21561 <row>
21562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21563 \begin_inset Text
21564
21565 \begin_layout Plain Layout
21566
21567 \backslash
21568 complement
21569 \end_layout
21570
21571 \end_inset
21572 </cell>
21573 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21574 \begin_inset Text
21575
21576 \begin_layout Plain Layout
21577 \begin_inset ERT
21578 status collapsed
21579
21580 \begin_layout Plain Layout
21581
21582
21583 \backslash
21584 raisebox{-0.8mm}{
21585 \end_layout
21586
21587 \end_inset
21588
21589
21590 \begin_inset Formula $\complement$
21591 \end_inset
21592
21593
21594 \begin_inset ERT
21595 status collapsed
21596
21597 \begin_layout Plain Layout
21598
21599 }
21600 \end_layout
21601
21602 \end_inset
21603
21604
21605 \end_layout
21606
21607 \end_inset
21608 </cell>
21609 </row>
21610 <row>
21611 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21612 \begin_inset Text
21613
21614 \begin_layout Plain Layout
21615
21616 \backslash
21617 Bbbk
21618 \end_layout
21619
21620 \end_inset
21621 </cell>
21622 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21623 \begin_inset Text
21624
21625 \begin_layout Plain Layout
21626 \begin_inset Formula $\Bbbk$
21627 \end_inset
21628
21629
21630 \end_layout
21631
21632 \end_inset
21633 </cell>
21634 </row>
21635 </lyxtabular>
21636
21637 \end_inset
21638
21639
21640 \begin_inset space \hfill{}
21641 \end_inset
21642
21643
21644 \begin_inset Tabular
21645 <lyxtabular version="3" rows="10" columns="2">
21646 <features tabularvalignment="middle">
21647 <column alignment="center" valignment="top" width="0pt">
21648 <column alignment="center" valignment="top" width="0pt">
21649 <row>
21650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21651 \begin_inset Text
21652
21653 \begin_layout Plain Layout
21654 Command
21655 \end_layout
21656
21657 \end_inset
21658 </cell>
21659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21660 \begin_inset Text
21661
21662 \begin_layout Plain Layout
21663 Result
21664 \end_layout
21665
21666 \end_inset
21667 </cell>
21668 </row>
21669 <row>
21670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21671 \begin_inset Text
21672
21673 \begin_layout Plain Layout
21674
21675 \backslash
21676 prime
21677 \end_layout
21678
21679 \end_inset
21680 </cell>
21681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21682 \begin_inset Text
21683
21684 \begin_layout Plain Layout
21685 \begin_inset Formula $\prime$
21686 \end_inset
21687
21688
21689 \end_layout
21690
21691 \end_inset
21692 </cell>
21693 </row>
21694 <row>
21695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21696 \begin_inset Text
21697
21698 \begin_layout Plain Layout
21699
21700 \backslash
21701 backprime
21702 \end_layout
21703
21704 \end_inset
21705 </cell>
21706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21707 \begin_inset Text
21708
21709 \begin_layout Plain Layout
21710 \begin_inset Formula $\backprime$
21711 \end_inset
21712
21713
21714 \end_layout
21715
21716 \end_inset
21717 </cell>
21718 </row>
21719 <row>
21720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21721 \begin_inset Text
21722
21723 \begin_layout Plain Layout
21724
21725 \backslash
21726 mho
21727 \end_layout
21728
21729 \end_inset
21730 </cell>
21731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21732 \begin_inset Text
21733
21734 \begin_layout Plain Layout
21735 \begin_inset Formula $\mho$
21736 \end_inset
21737
21738
21739 \end_layout
21740
21741 \end_inset
21742 </cell>
21743 </row>
21744 <row>
21745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21746 \begin_inset Text
21747
21748 \begin_layout Plain Layout
21749
21750 \backslash
21751 triangle
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21757 \begin_inset Text
21758
21759 \begin_layout Plain Layout
21760 \begin_inset Formula $\triangle$
21761 \end_inset
21762
21763
21764 \end_layout
21765
21766 \end_inset
21767 </cell>
21768 </row>
21769 <row>
21770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21771 \begin_inset Text
21772
21773 \begin_layout Plain Layout
21774
21775 \backslash
21776 angle
21777 \end_layout
21778
21779 \end_inset
21780 </cell>
21781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21782 \begin_inset Text
21783
21784 \begin_layout Plain Layout
21785 \begin_inset Formula $\angle$
21786 \end_inset
21787
21788
21789 \end_layout
21790
21791 \end_inset
21792 </cell>
21793 </row>
21794 <row>
21795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799
21800 \backslash
21801 measuredangle
21802 \end_layout
21803
21804 \end_inset
21805 </cell>
21806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21807 \begin_inset Text
21808
21809 \begin_layout Plain Layout
21810 \begin_inset Formula $\measuredangle$
21811 \end_inset
21812
21813
21814 \end_layout
21815
21816 \end_inset
21817 </cell>
21818 </row>
21819 <row>
21820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21821 \begin_inset Text
21822
21823 \begin_layout Plain Layout
21824
21825 \backslash
21826 sphericalangle
21827 \end_layout
21828
21829 \end_inset
21830 </cell>
21831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21832 \begin_inset Text
21833
21834 \begin_layout Plain Layout
21835 \begin_inset Formula $\sphericalangle$
21836 \end_inset
21837
21838
21839 \end_layout
21840
21841 \end_inset
21842 </cell>
21843 </row>
21844 <row>
21845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849
21850 \backslash
21851 top
21852 \end_layout
21853
21854 \end_inset
21855 </cell>
21856 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860 \begin_inset Formula $\top$
21861 \end_inset
21862
21863
21864 \end_layout
21865
21866 \end_inset
21867 </cell>
21868 </row>
21869 <row>
21870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21871 \begin_inset Text
21872
21873 \begin_layout Plain Layout
21874
21875 \backslash
21876 bot
21877 \end_layout
21878
21879 \end_inset
21880 </cell>
21881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885 \begin_inset Formula $\bot$
21886 \end_inset
21887
21888
21889 \end_layout
21890
21891 \end_inset
21892 </cell>
21893 </row>
21894 </lyxtabular>
21895
21896 \end_inset
21897
21898
21899 \begin_inset space \hfill{}
21900 \end_inset
21901
21902
21903 \end_layout
21904
21905 \begin_layout Subsection
21906 Miscellaneous Symbols
21907 \begin_inset CommandInset label
21908 LatexCommand label
21909 name "sub:Miscellaneous-Symbols"
21910
21911 \end_inset
21912
21913
21914 \begin_inset Index idx
21915 status collapsed
21916
21917 \begin_layout Plain Layout
21918 Symbols ! miscellaneous
21919 \end_layout
21920
21921 \end_inset
21922
21923
21924 \end_layout
21925
21926 \begin_layout Standard
21927 \noindent
21928 \align center
21929 \begin_inset Tabular
21930 <lyxtabular version="3" rows="10" columns="2">
21931 <features tabularvalignment="middle">
21932 <column alignment="center" valignment="top" width="0pt">
21933 <column alignment="center" valignment="top" width="0pt">
21934 <row>
21935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21936 \begin_inset Text
21937
21938 \begin_layout Plain Layout
21939 Command
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21945 \begin_inset Text
21946
21947 \begin_layout Plain Layout
21948 Result
21949 \end_layout
21950
21951 \end_inset
21952 </cell>
21953 </row>
21954 <row>
21955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21956 \begin_inset Text
21957
21958 \begin_layout Plain Layout
21959
21960 \backslash
21961 flat
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970 \begin_inset Formula $\flat$
21971 \end_inset
21972
21973
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 </row>
21979 <row>
21980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21981 \begin_inset Text
21982
21983 \begin_layout Plain Layout
21984
21985 \backslash
21986 natural
21987 \end_layout
21988
21989 \end_inset
21990 </cell>
21991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995 \begin_inset Formula $\natural$
21996 \end_inset
21997
21998
21999 \end_layout
22000
22001 \end_inset
22002 </cell>
22003 </row>
22004 <row>
22005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22006 \begin_inset Text
22007
22008 \begin_layout Plain Layout
22009
22010 \backslash
22011 sharp
22012 \end_layout
22013
22014 \end_inset
22015 </cell>
22016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020 \begin_inset Formula $\sharp$
22021 \end_inset
22022
22023
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 </row>
22029 <row>
22030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22031 \begin_inset Text
22032
22033 \begin_layout Plain Layout
22034
22035 \backslash
22036 surd
22037 \end_layout
22038
22039 \end_inset
22040 </cell>
22041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045 \begin_inset Formula $\surd$
22046 \end_inset
22047
22048
22049 \end_layout
22050
22051 \end_inset
22052 </cell>
22053 </row>
22054 <row>
22055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22056 \begin_inset Text
22057
22058 \begin_layout Plain Layout
22059
22060 \backslash
22061 checkmark
22062 \end_layout
22063
22064 \end_inset
22065 </cell>
22066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22067 \begin_inset Text
22068
22069 \begin_layout Plain Layout
22070 \begin_inset Formula $\checkmark$
22071 \end_inset
22072
22073
22074 \end_layout
22075
22076 \end_inset
22077 </cell>
22078 </row>
22079 <row>
22080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22081 \begin_inset Text
22082
22083 \begin_layout Plain Layout
22084
22085 \backslash
22086 yen
22087 \end_layout
22088
22089 \end_inset
22090 </cell>
22091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095 \begin_inset Formula $\yen$
22096 \end_inset
22097
22098
22099 \end_layout
22100
22101 \end_inset
22102 </cell>
22103 </row>
22104 <row>
22105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22106 \begin_inset Text
22107
22108 \begin_layout Plain Layout
22109
22110 \backslash
22111 pounds
22112 \end_layout
22113
22114 \end_inset
22115 </cell>
22116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120 \begin_inset Formula $\pounds$
22121 \end_inset
22122
22123
22124 \end_layout
22125
22126 \end_inset
22127 </cell>
22128 </row>
22129 <row>
22130 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22131 \begin_inset Text
22132
22133 \begin_layout Plain Layout
22134 $
22135 \end_layout
22136
22137 \end_inset
22138 </cell>
22139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22140 \begin_inset Text
22141
22142 \begin_layout Plain Layout
22143 \begin_inset Formula $\$$
22144 \end_inset
22145
22146
22147 \end_layout
22148
22149 \end_inset
22150 </cell>
22151 </row>
22152 <row>
22153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22154 \begin_inset Text
22155
22156 \begin_layout Plain Layout
22157 §
22158 \end_layout
22159
22160 \end_inset
22161 </cell>
22162 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22163 \begin_inset Text
22164
22165 \begin_layout Plain Layout
22166 \begin_inset Formula $§$
22167 \end_inset
22168
22169
22170 \end_layout
22171
22172 \end_inset
22173 </cell>
22174 </row>
22175 </lyxtabular>
22176
22177 \end_inset
22178
22179
22180 \begin_inset Tabular
22181 <lyxtabular version="3" rows="10" columns="2">
22182 <features tabularvalignment="middle">
22183 <column alignment="center" valignment="top" width="0">
22184 <column alignment="center" valignment="top" width="0">
22185 <row>
22186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22187 \begin_inset Text
22188
22189 \begin_layout Plain Layout
22190 Command
22191 \end_layout
22192
22193 \end_inset
22194 </cell>
22195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22196 \begin_inset Text
22197
22198 \begin_layout Plain Layout
22199 Result
22200 \end_layout
22201
22202 \end_inset
22203 </cell>
22204 </row>
22205 <row>
22206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22207 \begin_inset Text
22208
22209 \begin_layout Plain Layout
22210
22211 \backslash
22212 hbar
22213 \end_layout
22214
22215 \end_inset
22216 </cell>
22217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22218 \begin_inset Text
22219
22220 \begin_layout Plain Layout
22221 \begin_inset Formula $\hbar$
22222 \end_inset
22223
22224
22225 \end_layout
22226
22227 \end_inset
22228 </cell>
22229 </row>
22230 <row>
22231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22232 \begin_inset Text
22233
22234 \begin_layout Plain Layout
22235
22236 \backslash
22237 hslash
22238 \end_layout
22239
22240 \end_inset
22241 </cell>
22242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22243 \begin_inset Text
22244
22245 \begin_layout Plain Layout
22246 \begin_inset Formula $\hslash$
22247 \end_inset
22248
22249
22250 \end_layout
22251
22252 \end_inset
22253 </cell>
22254 </row>
22255 <row>
22256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22257 \begin_inset Text
22258
22259 \begin_layout Plain Layout
22260
22261 \backslash
22262 clubsuit
22263 \end_layout
22264
22265 \end_inset
22266 </cell>
22267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22268 \begin_inset Text
22269
22270 \begin_layout Plain Layout
22271 \begin_inset Formula $\clubsuit$
22272 \end_inset
22273
22274
22275 \end_layout
22276
22277 \end_inset
22278 </cell>
22279 </row>
22280 <row>
22281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22282 \begin_inset Text
22283
22284 \begin_layout Plain Layout
22285
22286 \backslash
22287 spadesuit
22288 \end_layout
22289
22290 \end_inset
22291 </cell>
22292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22293 \begin_inset Text
22294
22295 \begin_layout Plain Layout
22296 \begin_inset Formula $\spadesuit$
22297 \end_inset
22298
22299
22300 \end_layout
22301
22302 \end_inset
22303 </cell>
22304 </row>
22305 <row>
22306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22307 \begin_inset Text
22308
22309 \begin_layout Plain Layout
22310
22311 \backslash
22312 bigstar
22313 \end_layout
22314
22315 \end_inset
22316 </cell>
22317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22318 \begin_inset Text
22319
22320 \begin_layout Plain Layout
22321 \begin_inset Formula $\bigstar$
22322 \end_inset
22323
22324
22325 \end_layout
22326
22327 \end_inset
22328 </cell>
22329 </row>
22330 <row>
22331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22332 \begin_inset Text
22333
22334 \begin_layout Plain Layout
22335
22336 \backslash
22337 blacklozenge
22338 \end_layout
22339
22340 \end_inset
22341 </cell>
22342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22343 \begin_inset Text
22344
22345 \begin_layout Plain Layout
22346 \begin_inset Formula $\blacklozenge$
22347 \end_inset
22348
22349
22350 \end_layout
22351
22352 \end_inset
22353 </cell>
22354 </row>
22355 <row>
22356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22357 \begin_inset Text
22358
22359 \begin_layout Plain Layout
22360
22361 \backslash
22362 blacktriangle
22363 \end_layout
22364
22365 \end_inset
22366 </cell>
22367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22368 \begin_inset Text
22369
22370 \begin_layout Plain Layout
22371 \begin_inset Formula $\blacktriangle$
22372 \end_inset
22373
22374
22375 \end_layout
22376
22377 \end_inset
22378 </cell>
22379 </row>
22380 <row>
22381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22382 \begin_inset Text
22383
22384 \begin_layout Plain Layout
22385
22386 \backslash
22387 blacktiangledown
22388 \end_layout
22389
22390 \end_inset
22391 </cell>
22392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22393 \begin_inset Text
22394
22395 \begin_layout Plain Layout
22396 \begin_inset Formula $\blacktriangledown$
22397 \end_inset
22398
22399
22400 \end_layout
22401
22402 \end_inset
22403 </cell>
22404 </row>
22405 <row>
22406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22407 \begin_inset Text
22408
22409 \begin_layout Plain Layout
22410
22411 \backslash
22412 bullet
22413 \end_layout
22414
22415 \end_inset
22416 </cell>
22417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22418 \begin_inset Text
22419
22420 \begin_layout Plain Layout
22421 \begin_inset Formula $\bullet$
22422 \end_inset
22423
22424
22425 \end_layout
22426
22427 \end_inset
22428 </cell>
22429 </row>
22430 </lyxtabular>
22431
22432 \end_inset
22433
22434
22435 \begin_inset Tabular
22436 <lyxtabular version="3" rows="10" columns="2">
22437 <features tabularvalignment="middle">
22438 <column alignment="center" valignment="top" width="0pt">
22439 <column alignment="center" valignment="top" width="0pt">
22440 <row>
22441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445 Command
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22451 \begin_inset Text
22452
22453 \begin_layout Plain Layout
22454 Result
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 </row>
22460 <row>
22461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22462 \begin_inset Text
22463
22464 \begin_layout Plain Layout
22465
22466 \backslash
22467 diamondsuit
22468 \end_layout
22469
22470 \end_inset
22471 </cell>
22472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22473 \begin_inset Text
22474
22475 \begin_layout Plain Layout
22476 \begin_inset Formula $\diamondsuit$
22477 \end_inset
22478
22479
22480 \end_layout
22481
22482 \end_inset
22483 </cell>
22484 </row>
22485 <row>
22486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22487 \begin_inset Text
22488
22489 \begin_layout Plain Layout
22490
22491 \backslash
22492 Diamond
22493 \end_layout
22494
22495 \end_inset
22496 </cell>
22497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22498 \begin_inset Text
22499
22500 \begin_layout Plain Layout
22501 \begin_inset Formula $\Diamond$
22502 \end_inset
22503
22504
22505 \end_layout
22506
22507 \end_inset
22508 </cell>
22509 </row>
22510 <row>
22511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22512 \begin_inset Text
22513
22514 \begin_layout Plain Layout
22515
22516 \backslash
22517 heartsuit
22518 \end_layout
22519
22520 \end_inset
22521 </cell>
22522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22523 \begin_inset Text
22524
22525 \begin_layout Plain Layout
22526 \begin_inset Formula $\heartsuit$
22527 \end_inset
22528
22529
22530 \end_layout
22531
22532 \end_inset
22533 </cell>
22534 </row>
22535 <row>
22536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22537 \begin_inset Text
22538
22539 \begin_layout Plain Layout
22540
22541 \backslash
22542 P
22543 \end_layout
22544
22545 \end_inset
22546 </cell>
22547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22548 \begin_inset Text
22549
22550 \begin_layout Plain Layout
22551 \begin_inset Formula $\P$
22552 \end_inset
22553
22554
22555 \end_layout
22556
22557 \end_inset
22558 </cell>
22559 </row>
22560 <row>
22561 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22562 \begin_inset Text
22563
22564 \begin_layout Plain Layout
22565
22566 \backslash
22567 copyright
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22573 \begin_inset Text
22574
22575 \begin_layout Plain Layout
22576 \begin_inset Formula $\copyright$
22577 \end_inset
22578
22579
22580 \end_layout
22581
22582 \end_inset
22583 </cell>
22584 </row>
22585 <row>
22586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22587 \begin_inset Text
22588
22589 \begin_layout Plain Layout
22590
22591 \backslash
22592 circledR
22593 \end_layout
22594
22595 \end_inset
22596 </cell>
22597 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22598 \begin_inset Text
22599
22600 \begin_layout Plain Layout
22601 \begin_inset Formula $\circledR$
22602 \end_inset
22603
22604
22605 \end_layout
22606
22607 \end_inset
22608 </cell>
22609 </row>
22610 <row>
22611 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22612 \begin_inset Text
22613
22614 \begin_layout Plain Layout
22615
22616 \backslash
22617 maltese
22618 \end_layout
22619
22620 \end_inset
22621 </cell>
22622 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22623 \begin_inset Text
22624
22625 \begin_layout Plain Layout
22626 \begin_inset Formula $\maltese$
22627 \end_inset
22628
22629
22630 \end_layout
22631
22632 \end_inset
22633 </cell>
22634 </row>
22635 <row>
22636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22637 \begin_inset Text
22638
22639 \begin_layout Plain Layout
22640
22641 \backslash
22642 diagup
22643 \end_layout
22644
22645 \end_inset
22646 </cell>
22647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22648 \begin_inset Text
22649
22650 \begin_layout Plain Layout
22651 \begin_inset Formula $\diagup$
22652 \end_inset
22653
22654
22655 \end_layout
22656
22657 \end_inset
22658 </cell>
22659 </row>
22660 <row>
22661 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22662 \begin_inset Text
22663
22664 \begin_layout Plain Layout
22665
22666 \backslash
22667 diagdown
22668 \end_layout
22669
22670 \end_inset
22671 </cell>
22672 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22673 \begin_inset Text
22674
22675 \begin_layout Plain Layout
22676 \begin_inset Formula $\diagdown$
22677 \end_inset
22678
22679
22680 \end_layout
22681
22682 \end_inset
22683 </cell>
22684 </row>
22685 </lyxtabular>
22686
22687 \end_inset
22688
22689
22690 \end_layout
22691
22692 \begin_layout Standard
22693 \begin_inset VSpace medskip
22694 \end_inset
22695
22696 More symbols are listed in 
22697 \begin_inset CommandInset ref
22698 LatexCommand ref
22699 reference "sub:Miscellaneous-special-Characters"
22700
22701 \end_inset
22702
22703 .
22704 \end_layout
22705
22706 \begin_layout Standard
22707 Some symbols can be displayed in different sizes, see 
22708 \begin_inset CommandInset ref
22709 LatexCommand ref
22710 reference "sub:Font-Sizes"
22711
22712 \end_inset
22713
22714 .
22715 \end_layout
22716
22717 \begin_layout Subsection
22718 The Euro-Symbol €
22719 \begin_inset Index idx
22720 status collapsed
22721
22722 \begin_layout Plain Layout
22723 Symbols ! Euro-symbol
22724 \end_layout
22725
22726 \end_inset
22727
22728
22729 \begin_inset Index idx
22730 status collapsed
22731
22732 \begin_layout Plain Layout
22733
22734 \backslash
22735 @
22736 \begin_inset ERT
22737 status collapsed
22738
22739 \begin_layout Plain Layout
22740
22741
22742 \backslash
22743 officialeuro
22744 \end_layout
22745
22746 \end_inset
22747
22748
22749 \end_layout
22750
22751 \end_inset
22752
22753
22754 \end_layout
22755
22756 \begin_layout Standard
22757 To use the Euro symbol in formulas, the LaTeX-package 
22758 \series bold
22759 eurosym
22760 \series default
22761
22762 \begin_inset Index idx
22763 status collapsed
22764
22765 \begin_layout Plain Layout
22766 Packages ! eurosym
22767 \end_layout
22768
22769 \end_inset
22770
22771  must be installed and loaded with the LaTeX-preamble line
22772 \end_layout
22773
22774 \begin_layout Standard
22775
22776 \series bold
22777
22778 \backslash
22779 usepackage[gennarrow]{eurosym}
22780 \end_layout
22781
22782 \begin_layout Standard
22783 The Euro symbol can now be inserted with the command 
22784 \series bold
22785
22786 \backslash
22787 euro
22788 \series default
22789
22790 \begin_inset Index idx
22791 status collapsed
22792
22793 \begin_layout Plain Layout
22794 Commands ! E ! 
22795 \backslash
22796 euro
22797 \end_layout
22798
22799 \end_inset
22800
22801 .
22802 \end_layout
22803
22804 \begin_layout Standard
22805 The Euro symbol can directly be inserted with the € key in mathematical
22806  text, without having 
22807 \series bold
22808 eurosym
22809 \series default
22810  installed.
22811  When 
22812 \series bold
22813 eurosym
22814 \series default
22815  is installed, 
22816 \series bold
22817
22818 \backslash
22819 euro
22820 \series default
22821  can also be inserted in TeX-mode.
22822  The official currency symbol can then be inserted with the command 
22823 \series bold
22824
22825 \backslash
22826 officialeuro
22827 \series default
22828
22829 \begin_inset Index idx
22830 status collapsed
22831
22832 \begin_layout Plain Layout
22833 Commands ! O ! 
22834 \backslash
22835 officialeuro
22836 \end_layout
22837
22838 \end_inset
22839
22840 , that is only available in TeX-mode.
22841 \end_layout
22842
22843 \begin_layout Standard
22844 \begin_inset ERT
22845 status collapsed
22846
22847 \begin_layout Plain Layout
22848
22849
22850 \backslash
22851 ifeurosym 
22852 \end_layout
22853
22854 \end_inset
22855
22856
22857 \begin_inset Note Note
22858 status open
22859
22860 \begin_layout Plain Layout
22861 The following table will only be displayed when the LaTeX-package 
22862 \series bold
22863 eurosym
22864 \series default
22865  is installed.
22866 \end_layout
22867
22868 \end_inset
22869
22870
22871 \end_layout
22872
22873 \begin_layout Standard
22874 An overview about the different Euro symbols:
22875 \end_layout
22876
22877 \begin_layout Standard
22878 \align center
22879 \begin_inset Tabular
22880 <lyxtabular version="3" rows="4" columns="3">
22881 <features tabularvalignment="middle">
22882 <column alignment="center" valignment="top" width="0pt">
22883 <column alignment="center" valignment="top" width="0pt">
22884 <column alignment="center" valignment="top" width="0pt">
22885 <row>
22886 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22887 \begin_inset Text
22888
22889 \begin_layout Plain Layout
22890
22891 \end_layout
22892
22893 \end_inset
22894 </cell>
22895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22896 \begin_inset Text
22897
22898 \begin_layout Plain Layout
22899 Command 
22900 \end_layout
22901
22902 \end_inset
22903 </cell>
22904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22905 \begin_inset Text
22906
22907 \begin_layout Plain Layout
22908 Result
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 </row>
22914 <row>
22915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22916 \begin_inset Text
22917
22918 \begin_layout Plain Layout
22919 formula
22920 \end_layout
22921
22922 \end_inset
22923 </cell>
22924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22925 \begin_inset Text
22926
22927 \begin_layout Plain Layout
22928
22929 \backslash
22930 euro
22931 \end_layout
22932
22933 \end_inset
22934 </cell>
22935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22936 \begin_inset Text
22937
22938 \begin_layout Plain Layout
22939 \begin_inset Formula $\euro$
22940 \end_inset
22941
22942
22943 \end_layout
22944
22945 \end_inset
22946 </cell>
22947 </row>
22948 <row>
22949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22950 \begin_inset Text
22951
22952 \begin_layout Plain Layout
22953 mathematical text
22954 \end_layout
22955
22956 \end_inset
22957 </cell>
22958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22959 \begin_inset Text
22960
22961 \begin_layout Plain Layout
22962
22963 \end_layout
22964
22965 \end_inset
22966 </cell>
22967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22968 \begin_inset Text
22969
22970 \begin_layout Plain Layout
22971 \begin_inset Formula $\mbox{€}$
22972 \end_inset
22973
22974
22975 \end_layout
22976
22977 \end_inset
22978 </cell>
22979 </row>
22980 <row>
22981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985 TeX-mode
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22991 \begin_inset Text
22992
22993 \begin_layout Plain Layout
22994
22995 \backslash
22996 officialeuro
22997 \end_layout
22998
22999 \end_inset
23000 </cell>
23001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23002 \begin_inset Text
23003
23004 \begin_layout Plain Layout
23005 \begin_inset ERT
23006 status collapsed
23007
23008 \begin_layout Plain Layout
23009
23010
23011 \backslash
23012 officialeuro
23013 \end_layout
23014
23015 \end_inset
23016
23017
23018 \end_layout
23019
23020 \end_inset
23021 </cell>
23022 </row>
23023 </lyxtabular>
23024
23025 \end_inset
23026
23027
23028 \end_layout
23029
23030 \begin_layout Standard
23031 \begin_inset ERT
23032 status collapsed
23033
23034 \begin_layout Plain Layout
23035
23036
23037 \backslash
23038 else 
23039 \end_layout
23040
23041 \end_inset
23042
23043
23044 \begin_inset Note Note
23045 status open
23046
23047 \begin_layout Plain Layout
23048 The following will be displayed when the LaTeX-package 
23049 \series bold
23050 eurosym
23051 \series default
23052  is not installed:
23053 \end_layout
23054
23055 \end_inset
23056
23057
23058 \end_layout
23059
23060 \begin_layout Standard
23061 You need to install the LaTeX-package 
23062 \series bold
23063 eurosym
23064 \series default
23065  to see the rest of this subsection in the output.
23066 \end_layout
23067
23068 \begin_layout Standard
23069 \begin_inset ERT
23070 status collapsed
23071
23072 \begin_layout Plain Layout
23073
23074
23075 \backslash
23076 fi 
23077 \end_layout
23078
23079 \end_inset
23080
23081
23082 \end_layout
23083
23084 \begin_layout Section
23085 Relations
23086 \begin_inset CommandInset label
23087 LatexCommand label
23088 name "sec:Relations"
23089
23090 \end_inset
23091
23092
23093 \begin_inset Index idx
23094 status collapsed
23095
23096 \begin_layout Plain Layout
23097 Relations
23098 \end_layout
23099
23100 \end_inset
23101
23102
23103 \begin_inset Index idx
23104 status collapsed
23105
23106 \begin_layout Plain Layout
23107 Comparisons|see
23108 \begin_inset ERT
23109 status collapsed
23110
23111 \begin_layout Plain Layout
23112
23113 {
23114 \end_layout
23115
23116 \end_inset
23117
23118 Relations
23119 \begin_inset ERT
23120 status collapsed
23121
23122 \begin_layout Plain Layout
23123
23124 }
23125 \end_layout
23126
23127 \end_inset
23128
23129
23130 \end_layout
23131
23132 \end_inset
23133
23134
23135 \end_layout
23136
23137 \begin_layout Standard
23138 All relations can also be inserted via the toolbar button 
23139 \begin_inset Graphics
23140         filename ../images/math/leq.png
23141         scale 85
23142
23143 \end_inset
23144
23145 .
23146 \end_layout
23147
23148 \begin_layout Standard
23149 \begin_inset space \hfill{}
23150 \end_inset
23151
23152
23153 \begin_inset Tabular
23154 <lyxtabular version="3" rows="17" columns="2">
23155 <features tabularvalignment="middle">
23156 <column alignment="center" valignment="top" width="0pt">
23157 <column alignment="center" valignment="top" width="0pt">
23158 <row>
23159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23160 \begin_inset Text
23161
23162 \begin_layout Plain Layout
23163 Command
23164 \end_layout
23165
23166 \end_inset
23167 </cell>
23168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23169 \begin_inset Text
23170
23171 \begin_layout Plain Layout
23172 Result
23173 \end_layout
23174
23175 \end_inset
23176 </cell>
23177 </row>
23178 <row>
23179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23180 \begin_inset Text
23181
23182 \begin_layout Plain Layout
23183 <
23184 \end_layout
23185
23186 \end_inset
23187 </cell>
23188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23189 \begin_inset Text
23190
23191 \begin_layout Plain Layout
23192 \begin_inset Formula $<$
23193 \end_inset
23194
23195
23196 \end_layout
23197
23198 \end_inset
23199 </cell>
23200 </row>
23201 <row>
23202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23203 \begin_inset Text
23204
23205 \begin_layout Plain Layout
23206
23207 \backslash
23208 le
23209 \end_layout
23210
23211 \end_inset
23212 </cell>
23213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23214 \begin_inset Text
23215
23216 \begin_layout Plain Layout
23217 \begin_inset Formula $\le$
23218 \end_inset
23219
23220
23221 \end_layout
23222
23223 \end_inset
23224 </cell>
23225 </row>
23226 <row>
23227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23228 \begin_inset Text
23229
23230 \begin_layout Plain Layout
23231
23232 \backslash
23233 ll
23234 \end_layout
23235
23236 \end_inset
23237 </cell>
23238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23239 \begin_inset Text
23240
23241 \begin_layout Plain Layout
23242 \begin_inset Formula $\ll$
23243 \end_inset
23244
23245
23246 \end_layout
23247
23248 \end_inset
23249 </cell>
23250 </row>
23251 <row>
23252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23253 \begin_inset Text
23254
23255 \begin_layout Plain Layout
23256
23257 \backslash
23258 prec
23259 \end_layout
23260
23261 \end_inset
23262 </cell>
23263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23264 \begin_inset Text
23265
23266 \begin_layout Plain Layout
23267 \begin_inset Formula $\prec$
23268 \end_inset
23269
23270
23271 \end_layout
23272
23273 \end_inset
23274 </cell>
23275 </row>
23276 <row>
23277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23278 \begin_inset Text
23279
23280 \begin_layout Plain Layout
23281
23282 \backslash
23283 preceq
23284 \end_layout
23285
23286 \end_inset
23287 </cell>
23288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23289 \begin_inset Text
23290
23291 \begin_layout Plain Layout
23292 \begin_inset Formula $\preceq$
23293 \end_inset
23294
23295
23296 \end_layout
23297
23298 \end_inset
23299 </cell>
23300 </row>
23301 <row>
23302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23303 \begin_inset Text
23304
23305 \begin_layout Plain Layout
23306
23307 \backslash
23308 subset
23309 \end_layout
23310
23311 \end_inset
23312 </cell>
23313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23314 \begin_inset Text
23315
23316 \begin_layout Plain Layout
23317 \begin_inset Formula $\subset$
23318 \end_inset
23319
23320
23321 \end_layout
23322
23323 \end_inset
23324 </cell>
23325 </row>
23326 <row>
23327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23328 \begin_inset Text
23329
23330 \begin_layout Plain Layout
23331
23332 \backslash
23333 subseteq
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23339 \begin_inset Text
23340
23341 \begin_layout Plain Layout
23342 \begin_inset Formula $\subseteq$
23343 \end_inset
23344
23345
23346 \end_layout
23347
23348 \end_inset
23349 </cell>
23350 </row>
23351 <row>
23352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23353 \begin_inset Text
23354
23355 \begin_layout Plain Layout
23356
23357 \backslash
23358 sqsubseteq
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23364 \begin_inset Text
23365
23366 \begin_layout Plain Layout
23367 \begin_inset Formula $\sqsubseteq$
23368 \end_inset
23369
23370
23371 \end_layout
23372
23373 \end_inset
23374 </cell>
23375 </row>
23376 <row>
23377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23378 \begin_inset Text
23379
23380 \begin_layout Plain Layout
23381
23382 \backslash
23383 in
23384 \end_layout
23385
23386 \end_inset
23387 </cell>
23388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23389 \begin_inset Text
23390
23391 \begin_layout Plain Layout
23392 \begin_inset Formula $\in$
23393 \end_inset
23394
23395
23396 \end_layout
23397
23398 \end_inset
23399 </cell>
23400 </row>
23401 <row>
23402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406
23407 \backslash
23408 vdash
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417 \begin_inset Formula $\vdash$
23418 \end_inset
23419
23420
23421 \end_layout
23422
23423 \end_inset
23424 </cell>
23425 </row>
23426 <row>
23427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23428 \begin_inset Text
23429
23430 \begin_layout Plain Layout
23431
23432 \backslash
23433 smile
23434 \end_layout
23435
23436 \end_inset
23437 </cell>
23438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23439 \begin_inset Text
23440
23441 \begin_layout Plain Layout
23442 \begin_inset Formula $\smile$
23443 \end_inset
23444
23445
23446 \end_layout
23447
23448 \end_inset
23449 </cell>
23450 </row>
23451 <row>
23452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23453 \begin_inset Text
23454
23455 \begin_layout Plain Layout
23456
23457 \backslash
23458 lhd
23459 \end_layout
23460
23461 \end_inset
23462 </cell>
23463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23464 \begin_inset Text
23465
23466 \begin_layout Plain Layout
23467 \begin_inset Formula $\lhd$
23468 \end_inset
23469
23470
23471 \end_layout
23472
23473 \end_inset
23474 </cell>
23475 </row>
23476 <row>
23477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23478 \begin_inset Text
23479
23480 \begin_layout Plain Layout
23481
23482 \backslash
23483 unlhd
23484 \end_layout
23485
23486 \end_inset
23487 </cell>
23488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492 \begin_inset Formula $\unlhd$
23493 \end_inset
23494
23495
23496 \end_layout
23497
23498 \end_inset
23499 </cell>
23500 </row>
23501 <row>
23502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506
23507 \backslash
23508 gtrless
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517 \begin_inset Formula $\gtrless$
23518 \end_inset
23519
23520
23521 \end_layout
23522
23523 \end_inset
23524 </cell>
23525 </row>
23526 <row>
23527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23528 \begin_inset Text
23529
23530 \begin_layout Plain Layout
23531
23532 \backslash
23533 mid
23534 \end_layout
23535
23536 \end_inset
23537 </cell>
23538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23539 \begin_inset Text
23540
23541 \begin_layout Plain Layout
23542 \begin_inset Formula $\mid$
23543 \end_inset
23544
23545
23546 \end_layout
23547
23548 \end_inset
23549 </cell>
23550 </row>
23551 <row>
23552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23553 \begin_inset Text
23554
23555 \begin_layout Plain Layout
23556
23557 \backslash
23558 nmid
23559 \end_layout
23560
23561 \end_inset
23562 </cell>
23563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23564 \begin_inset Text
23565
23566 \begin_layout Plain Layout
23567 \begin_inset Formula $\nmid$
23568 \end_inset
23569
23570
23571 \end_layout
23572
23573 \end_inset
23574 </cell>
23575 </row>
23576 </lyxtabular>
23577
23578 \end_inset
23579
23580
23581 \begin_inset space \hfill{}
23582 \end_inset
23583
23584
23585 \begin_inset Tabular
23586 <lyxtabular version="3" rows="17" columns="2">
23587 <features tabularvalignment="middle">
23588 <column alignment="center" valignment="top" width="0pt">
23589 <column alignment="center" valignment="top" width="0pt">
23590 <row>
23591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23592 \begin_inset Text
23593
23594 \begin_layout Plain Layout
23595 Command
23596 \end_layout
23597
23598 \end_inset
23599 </cell>
23600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23601 \begin_inset Text
23602
23603 \begin_layout Plain Layout
23604 Result
23605 \end_layout
23606
23607 \end_inset
23608 </cell>
23609 </row>
23610 <row>
23611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23612 \begin_inset Text
23613
23614 \begin_layout Plain Layout
23615 =
23616 \end_layout
23617
23618 \end_inset
23619 </cell>
23620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23621 \begin_inset Text
23622
23623 \begin_layout Plain Layout
23624 \begin_inset Formula $=$
23625 \end_inset
23626
23627
23628 \end_layout
23629
23630 \end_inset
23631 </cell>
23632 </row>
23633 <row>
23634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23635 \begin_inset Text
23636
23637 \begin_layout Plain Layout
23638
23639 \backslash
23640 not=
23641 \end_layout
23642
23643 \end_inset
23644 </cell>
23645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23646 \begin_inset Text
23647
23648 \begin_layout Plain Layout
23649 \begin_inset Formula $\not=$
23650 \end_inset
23651
23652
23653 \end_layout
23654
23655 \end_inset
23656 </cell>
23657 </row>
23658 <row>
23659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23660 \begin_inset Text
23661
23662 \begin_layout Plain Layout
23663
23664 \backslash
23665 equiv
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23671 \begin_inset Text
23672
23673 \begin_layout Plain Layout
23674 \begin_inset Formula $\equiv$
23675 \end_inset
23676
23677
23678 \end_layout
23679
23680 \end_inset
23681 </cell>
23682 </row>
23683 <row>
23684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23685 \begin_inset Text
23686
23687 \begin_layout Plain Layout
23688
23689 \backslash
23690 sim
23691 \end_layout
23692
23693 \end_inset
23694 </cell>
23695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23696 \begin_inset Text
23697
23698 \begin_layout Plain Layout
23699 \begin_inset Formula $\sim$
23700 \end_inset
23701
23702
23703 \end_layout
23704
23705 \end_inset
23706 </cell>
23707 </row>
23708 <row>
23709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23710 \begin_inset Text
23711
23712 \begin_layout Plain Layout
23713
23714 \backslash
23715 simeq
23716 \end_layout
23717
23718 \end_inset
23719 </cell>
23720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23721 \begin_inset Text
23722
23723 \begin_layout Plain Layout
23724 \begin_inset Formula $\simeq$
23725 \end_inset
23726
23727
23728 \end_layout
23729
23730 \end_inset
23731 </cell>
23732 </row>
23733 <row>
23734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23735 \begin_inset Text
23736
23737 \begin_layout Plain Layout
23738
23739 \backslash
23740 approx
23741 \end_layout
23742
23743 \end_inset
23744 </cell>
23745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23746 \begin_inset Text
23747
23748 \begin_layout Plain Layout
23749 \begin_inset Formula $\approx$
23750 \end_inset
23751
23752
23753 \end_layout
23754
23755 \end_inset
23756 </cell>
23757 </row>
23758 <row>
23759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763
23764 \backslash
23765 cong
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774 \begin_inset Formula $\cong$
23775 \end_inset
23776
23777
23778 \end_layout
23779
23780 \end_inset
23781 </cell>
23782 </row>
23783 <row>
23784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23785 \begin_inset Text
23786
23787 \begin_layout Plain Layout
23788
23789 \backslash
23790 bowtie
23791 \end_layout
23792
23793 \end_inset
23794 </cell>
23795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799 \begin_inset Formula $\bowtie$
23800 \end_inset
23801
23802
23803 \end_layout
23804
23805 \end_inset
23806 </cell>
23807 </row>
23808 <row>
23809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23810 \begin_inset Text
23811
23812 \begin_layout Plain Layout
23813
23814 \backslash
23815 notin
23816 \end_layout
23817
23818 \end_inset
23819 </cell>
23820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23821 \begin_inset Text
23822
23823 \begin_layout Plain Layout
23824 \begin_inset Formula $\notin$
23825 \end_inset
23826
23827
23828 \end_layout
23829
23830 \end_inset
23831 </cell>
23832 </row>
23833 <row>
23834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23835 \begin_inset Text
23836
23837 \begin_layout Plain Layout
23838
23839 \backslash
23840 perp
23841 \end_layout
23842
23843 \end_inset
23844 </cell>
23845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23846 \begin_inset Text
23847
23848 \begin_layout Plain Layout
23849 \begin_inset Formula $\perp$
23850 \end_inset
23851
23852
23853 \end_layout
23854
23855 \end_inset
23856 </cell>
23857 </row>
23858 <row>
23859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23860 \begin_inset Text
23861
23862 \begin_layout Plain Layout
23863
23864 \backslash
23865 propto
23866 \end_layout
23867
23868 \end_inset
23869 </cell>
23870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23871 \begin_inset Text
23872
23873 \begin_layout Plain Layout
23874 \begin_inset Formula $\propto$
23875 \end_inset
23876
23877
23878 \end_layout
23879
23880 \end_inset
23881 </cell>
23882 </row>
23883 <row>
23884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23885 \begin_inset Text
23886
23887 \begin_layout Plain Layout
23888
23889 \backslash
23890 asymp
23891 \end_layout
23892
23893 \end_inset
23894 </cell>
23895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23896 \begin_inset Text
23897
23898 \begin_layout Plain Layout
23899 \begin_inset Formula $\asymp$
23900 \end_inset
23901
23902
23903 \end_layout
23904
23905 \end_inset
23906 </cell>
23907 </row>
23908 <row>
23909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23910 \begin_inset Text
23911
23912 \begin_layout Plain Layout
23913
23914 \backslash
23915 doteq
23916 \end_layout
23917
23918 \end_inset
23919 </cell>
23920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23921 \begin_inset Text
23922
23923 \begin_layout Plain Layout
23924 \begin_inset Formula $\doteq$
23925 \end_inset
23926
23927
23928 \end_layout
23929
23930 \end_inset
23931 </cell>
23932 </row>
23933 <row>
23934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23935 \begin_inset Text
23936
23937 \begin_layout Plain Layout
23938
23939 \backslash
23940 circeq
23941 \end_layout
23942
23943 \end_inset
23944 </cell>
23945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23946 \begin_inset Text
23947
23948 \begin_layout Plain Layout
23949 \begin_inset Formula $\circeq$
23950 \end_inset
23951
23952
23953 \end_layout
23954
23955 \end_inset
23956 </cell>
23957 </row>
23958 <row>
23959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23960 \begin_inset Text
23961
23962 \begin_layout Plain Layout
23963
23964 \backslash
23965 models
23966 \end_layout
23967
23968 \end_inset
23969 </cell>
23970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23971 \begin_inset Text
23972
23973 \begin_layout Plain Layout
23974 \begin_inset Formula $\models$
23975 \end_inset
23976
23977
23978 \end_layout
23979
23980 \end_inset
23981 </cell>
23982 </row>
23983 <row>
23984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23985 \begin_inset Text
23986
23987 \begin_layout Plain Layout
23988
23989 \backslash
23990 widehat=
23991 \end_layout
23992
23993 \end_inset
23994 </cell>
23995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23996 \begin_inset Text
23997
23998 \begin_layout Plain Layout
23999 \begin_inset Formula $\widehat{=}$
24000 \end_inset
24001
24002
24003 \end_layout
24004
24005 \end_inset
24006 </cell>
24007 </row>
24008 </lyxtabular>
24009
24010 \end_inset
24011
24012
24013 \begin_inset space \hfill{}
24014 \end_inset
24015
24016
24017 \begin_inset Tabular
24018 <lyxtabular version="3" rows="17" columns="2">
24019 <features tabularvalignment="middle">
24020 <column alignment="center" valignment="top" width="0pt">
24021 <column alignment="center" valignment="top" width="0pt">
24022 <row>
24023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24024 \begin_inset Text
24025
24026 \begin_layout Plain Layout
24027 Command
24028 \end_layout
24029
24030 \end_inset
24031 </cell>
24032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24033 \begin_inset Text
24034
24035 \begin_layout Plain Layout
24036 Result
24037 \end_layout
24038
24039 \end_inset
24040 </cell>
24041 </row>
24042 <row>
24043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24044 \begin_inset Text
24045
24046 \begin_layout Plain Layout
24047 >
24048 \end_layout
24049
24050 \end_inset
24051 </cell>
24052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24053 \begin_inset Text
24054
24055 \begin_layout Plain Layout
24056 \begin_inset Formula $>$
24057 \end_inset
24058
24059
24060 \end_layout
24061
24062 \end_inset
24063 </cell>
24064 </row>
24065 <row>
24066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24067 \begin_inset Text
24068
24069 \begin_layout Plain Layout
24070
24071 \backslash
24072 ge
24073 \end_layout
24074
24075 \end_inset
24076 </cell>
24077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24078 \begin_inset Text
24079
24080 \begin_layout Plain Layout
24081 \begin_inset Formula $\ge$
24082 \end_inset
24083
24084
24085 \end_layout
24086
24087 \end_inset
24088 </cell>
24089 </row>
24090 <row>
24091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24092 \begin_inset Text
24093
24094 \begin_layout Plain Layout
24095
24096 \backslash
24097 gg
24098 \end_layout
24099
24100 \end_inset
24101 </cell>
24102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24103 \begin_inset Text
24104
24105 \begin_layout Plain Layout
24106 \begin_inset Formula $\gg$
24107 \end_inset
24108
24109
24110 \end_layout
24111
24112 \end_inset
24113 </cell>
24114 </row>
24115 <row>
24116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24117 \begin_inset Text
24118
24119 \begin_layout Plain Layout
24120
24121 \backslash
24122 succ
24123 \end_layout
24124
24125 \end_inset
24126 </cell>
24127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24128 \begin_inset Text
24129
24130 \begin_layout Plain Layout
24131 \begin_inset Formula $\succ$
24132 \end_inset
24133
24134
24135 \end_layout
24136
24137 \end_inset
24138 </cell>
24139 </row>
24140 <row>
24141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24142 \begin_inset Text
24143
24144 \begin_layout Plain Layout
24145
24146 \backslash
24147 succeq
24148 \end_layout
24149
24150 \end_inset
24151 </cell>
24152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24153 \begin_inset Text
24154
24155 \begin_layout Plain Layout
24156 \begin_inset Formula $\succeq$
24157 \end_inset
24158
24159
24160 \end_layout
24161
24162 \end_inset
24163 </cell>
24164 </row>
24165 <row>
24166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24167 \begin_inset Text
24168
24169 \begin_layout Plain Layout
24170
24171 \backslash
24172 supset
24173 \end_layout
24174
24175 \end_inset
24176 </cell>
24177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24178 \begin_inset Text
24179
24180 \begin_layout Plain Layout
24181 \begin_inset Formula $\supset$
24182 \end_inset
24183
24184
24185 \end_layout
24186
24187 \end_inset
24188 </cell>
24189 </row>
24190 <row>
24191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24192 \begin_inset Text
24193
24194 \begin_layout Plain Layout
24195
24196 \backslash
24197 supseteq
24198 \end_layout
24199
24200 \end_inset
24201 </cell>
24202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24203 \begin_inset Text
24204
24205 \begin_layout Plain Layout
24206 \begin_inset Formula $\supseteq$
24207 \end_inset
24208
24209
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 </row>
24215 <row>
24216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24217 \begin_inset Text
24218
24219 \begin_layout Plain Layout
24220
24221 \backslash
24222 sqsupseteq
24223 \end_layout
24224
24225 \end_inset
24226 </cell>
24227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24228 \begin_inset Text
24229
24230 \begin_layout Plain Layout
24231 \begin_inset Formula $\sqsupseteq$
24232 \end_inset
24233
24234
24235 \end_layout
24236
24237 \end_inset
24238 </cell>
24239 </row>
24240 <row>
24241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24242 \begin_inset Text
24243
24244 \begin_layout Plain Layout
24245
24246 \backslash
24247 ni
24248 \end_layout
24249
24250 \end_inset
24251 </cell>
24252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24253 \begin_inset Text
24254
24255 \begin_layout Plain Layout
24256 \begin_inset Formula $\ni$
24257 \end_inset
24258
24259
24260 \end_layout
24261
24262 \end_inset
24263 </cell>
24264 </row>
24265 <row>
24266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24267 \begin_inset Text
24268
24269 \begin_layout Plain Layout
24270
24271 \backslash
24272 dashv
24273 \end_layout
24274
24275 \end_inset
24276 </cell>
24277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24278 \begin_inset Text
24279
24280 \begin_layout Plain Layout
24281 \begin_inset Formula $\dashv$
24282 \end_inset
24283
24284
24285 \end_layout
24286
24287 \end_inset
24288 </cell>
24289 </row>
24290 <row>
24291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24292 \begin_inset Text
24293
24294 \begin_layout Plain Layout
24295
24296 \backslash
24297 frown
24298 \end_layout
24299
24300 \end_inset
24301 </cell>
24302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24303 \begin_inset Text
24304
24305 \begin_layout Plain Layout
24306 \begin_inset Formula $\frown$
24307 \end_inset
24308
24309
24310 \end_layout
24311
24312 \end_inset
24313 </cell>
24314 </row>
24315 <row>
24316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24317 \begin_inset Text
24318
24319 \begin_layout Plain Layout
24320
24321 \backslash
24322 rhd
24323 \end_layout
24324
24325 \end_inset
24326 </cell>
24327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24328 \begin_inset Text
24329
24330 \begin_layout Plain Layout
24331 \begin_inset Formula $\rhd$
24332 \end_inset
24333
24334
24335 \end_layout
24336
24337 \end_inset
24338 </cell>
24339 </row>
24340 <row>
24341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Plain Layout
24345
24346 \backslash
24347 unrhd
24348 \end_layout
24349
24350 \end_inset
24351 </cell>
24352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24353 \begin_inset Text
24354
24355 \begin_layout Plain Layout
24356 \begin_inset Formula $\unrhd$
24357 \end_inset
24358
24359
24360 \end_layout
24361
24362 \end_inset
24363 </cell>
24364 </row>
24365 <row>
24366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24367 \begin_inset Text
24368
24369 \begin_layout Plain Layout
24370
24371 \backslash
24372 lessgtr
24373 \end_layout
24374
24375 \end_inset
24376 </cell>
24377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24378 \begin_inset Text
24379
24380 \begin_layout Plain Layout
24381 \begin_inset Formula $\lessgtr$
24382 \end_inset
24383
24384
24385 \end_layout
24386
24387 \end_inset
24388 </cell>
24389 </row>
24390 <row>
24391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24392 \begin_inset Text
24393
24394 \begin_layout Plain Layout
24395
24396 \backslash
24397 parallel
24398 \end_layout
24399
24400 \end_inset
24401 </cell>
24402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24403 \begin_inset Text
24404
24405 \begin_layout Plain Layout
24406 \begin_inset Formula $\parallel$
24407 \end_inset
24408
24409
24410 \end_layout
24411
24412 \end_inset
24413 </cell>
24414 </row>
24415 <row>
24416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24417 \begin_inset Text
24418
24419 \begin_layout Plain Layout
24420
24421 \backslash
24422 nparallel
24423 \end_layout
24424
24425 \end_inset
24426 </cell>
24427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24428 \begin_inset Text
24429
24430 \begin_layout Plain Layout
24431 \begin_inset Formula $\nparallel$
24432 \end_inset
24433
24434
24435 \end_layout
24436
24437 \end_inset
24438 </cell>
24439 </row>
24440 </lyxtabular>
24441
24442 \end_inset
24443
24444
24445 \begin_inset space \hfill{}
24446 \end_inset
24447
24448
24449 \end_layout
24450
24451 \begin_layout Standard
24452 \begin_inset VSpace medskip
24453 \end_inset
24454
24455 The characters 
24456 \series bold
24457
24458 \backslash
24459 lhd
24460 \series default
24461  and 
24462 \series bold
24463
24464 \backslash
24465 rhd
24466 \series default
24467  are bigger than the equal looking operators 
24468 \series bold
24469
24470 \backslash
24471 triangleleft
24472 \series default
24473  and 
24474 \series bold
24475
24476 \backslash
24477 triangleright
24478 \series default
24479 , respectively.
24480 \end_layout
24481
24482 \begin_layout Standard
24483 Relations are, in contrary to symbols, always surrounded by space.
24484 \end_layout
24485
24486 \begin_layout Standard
24487 Relations with labels can be created with the command 
24488 \series bold
24489
24490 \backslash
24491 stackrel
24492 \series default
24493
24494 \begin_inset Index idx
24495 status collapsed
24496
24497 \begin_layout Plain Layout
24498 Commands ! S ! 
24499 \backslash
24500 stackrel
24501 \end_layout
24502
24503 \end_inset
24504
24505 :
24506 \end_layout
24507
24508 \begin_layout Standard
24509 \align center
24510 \begin_inset Tabular
24511 <lyxtabular version="3" rows="2" columns="2">
24512 <features tabularvalignment="middle">
24513 <column alignment="center" valignment="top" width="0">
24514 <column alignment="center" valignment="top" width="0">
24515 <row>
24516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24517 \begin_inset Text
24518
24519 \begin_layout Plain Layout
24520 Command
24521 \end_layout
24522
24523 \end_inset
24524 </cell>
24525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24526 \begin_inset Text
24527
24528 \begin_layout Plain Layout
24529 Result
24530 \begin_inset Note Note
24531 status collapsed
24532
24533 \begin_layout Plain Layout
24534
24535 \series bold
24536
24537 \backslash
24538 raisebox
24539 \series default
24540  is only used as spacer.
24541 \end_layout
24542
24543 \end_inset
24544
24545
24546 \end_layout
24547
24548 \end_inset
24549 </cell>
24550 </row>
24551 <row>
24552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24553 \begin_inset Text
24554
24555 \begin_layout Plain Layout
24556 A(r)
24557 \backslash
24558 stackrel
24559 \begin_inset ERT
24560 status collapsed
24561
24562 \begin_layout Plain Layout
24563
24564
24565 \backslash
24566 spce 
24567 \end_layout
24568
24569 \end_inset
24570
24571 r
24572 \backslash
24573 to
24574 \backslash
24575 infty
24576 \begin_inset ERT
24577 status collapsed
24578
24579 \begin_layout Plain Layout
24580
24581
24582 \backslash
24583 spce 
24584 \end_layout
24585
24586 \end_inset
24587
24588
24589 \begin_inset Formula $\downarrow$
24590 \end_inset
24591
24592
24593 \backslash
24594 approx
24595 \begin_inset ERT
24596 status collapsed
24597
24598 \begin_layout Plain Layout
24599
24600
24601 \backslash
24602 spce 
24603 \end_layout
24604
24605 \end_inset
24606
24607
24608 \begin_inset ERT
24609 status collapsed
24610
24611 \begin_layout Plain Layout
24612
24613
24614 \backslash
24615 spce 
24616 \end_layout
24617
24618 \end_inset
24619
24620 B
24621 \end_layout
24622
24623 \end_inset
24624 </cell>
24625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24626 \begin_inset Text
24627
24628 \begin_layout Plain Layout
24629 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24630 \end_inset
24631
24632
24633 \end_layout
24634
24635 \end_inset
24636 </cell>
24637 </row>
24638 </lyxtabular>
24639
24640 \end_inset
24641
24642
24643 \end_layout
24644
24645 \begin_layout Section
24646 Functions
24647 \end_layout
24648
24649 \begin_layout Subsection
24650 Predefined Functions
24651 \begin_inset CommandInset label
24652 LatexCommand label
24653 name "sub:Predefined-Functions"
24654
24655 \end_inset
24656
24657
24658 \begin_inset Index idx
24659 status collapsed
24660
24661 \begin_layout Plain Layout
24662 Functions ! predefined
24663 \end_layout
24664
24665 \end_inset
24666
24667
24668 \end_layout
24669
24670 \begin_layout Standard
24671 In general, variables are set 
24672 \emph on
24673 italic
24674 \emph default
24675  in mathematical expressions, but not function names, because 
24676 \begin_inset Formula $sin$
24677 \end_inset
24678
24679  could be misunderstood as 
24680 \begin_inset Formula $s\cdot i\cdot n$
24681 \end_inset
24682
24683 .
24684  Therefore there are predefined functions, that are additionally a bit separated
24685  from prefactors.
24686  They are inserted as commands starting with a backslash before their name.
24687 \end_layout
24688
24689 \begin_layout Standard
24690 \align center
24691 \begin_inset Tabular
24692 <lyxtabular version="3" rows="2" columns="4">
24693 <features tabularvalignment="middle">
24694 <column alignment="center" valignment="top" width="0pt">
24695 <column alignment="center" valignment="top" width="0pt">
24696 <column alignment="center" valignment="top" width="0pt">
24697 <column alignment="center" valignment="top" width="0pt">
24698 <row>
24699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24700 \begin_inset Text
24701
24702 \begin_layout Plain Layout
24703 Command
24704 \end_layout
24705
24706 \end_inset
24707 </cell>
24708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24709 \begin_inset Text
24710
24711 \begin_layout Plain Layout
24712 Result
24713 \end_layout
24714
24715 \end_inset
24716 </cell>
24717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24718 \begin_inset Text
24719
24720 \begin_layout Plain Layout
24721 Command
24722 \end_layout
24723
24724 \end_inset
24725 </cell>
24726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24727 \begin_inset Text
24728
24729 \begin_layout Plain Layout
24730 Result
24731 \end_layout
24732
24733 \end_inset
24734 </cell>
24735 </row>
24736 <row>
24737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24738 \begin_inset Text
24739
24740 \begin_layout Plain Layout
24741 Asin(x)+B
24742 \end_layout
24743
24744 \end_inset
24745 </cell>
24746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24747 \begin_inset Text
24748
24749 \begin_layout Plain Layout
24750 \begin_inset Formula $Asin(x)+B$
24751 \end_inset
24752
24753
24754 \end_layout
24755
24756 \end_inset
24757 </cell>
24758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24759 \begin_inset Text
24760
24761 \begin_layout Plain Layout
24762 A
24763 \backslash
24764 sin(x)+B
24765 \end_layout
24766
24767 \end_inset
24768 </cell>
24769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24770 \begin_inset Text
24771
24772 \begin_layout Plain Layout
24773 \begin_inset Formula $A\sin(x)+B$
24774 \end_inset
24775
24776
24777 \end_layout
24778
24779 \end_inset
24780 </cell>
24781 </row>
24782 </lyxtabular>
24783
24784 \end_inset
24785
24786
24787 \end_layout
24788
24789 \begin_layout Standard
24790 The following functions are predefined:
24791 \end_layout
24792
24793 \begin_layout Standard
24794 \begin_inset VSpace -2mm
24795 \end_inset
24796
24797
24798 \end_layout
24799
24800 \begin_layout Standard
24801 \align center
24802 \begin_inset Tabular
24803 <lyxtabular version="3" rows="9" columns="4">
24804 <features tabularvalignment="middle">
24805 <column alignment="center" valignment="top" width="0pt">
24806 <column alignment="center" valignment="top" width="0pt">
24807 <column alignment="center" valignment="top" width="0pt">
24808 <column alignment="center" valignment="top" width="0pt">
24809 <row>
24810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24811 \begin_inset Text
24812
24813 \begin_layout Plain Layout
24814 Command
24815 \end_layout
24816
24817 \end_inset
24818 </cell>
24819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24820 \begin_inset Text
24821
24822 \begin_layout Plain Layout
24823 Command
24824 \end_layout
24825
24826 \end_inset
24827 </cell>
24828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24829 \begin_inset Text
24830
24831 \begin_layout Plain Layout
24832 Command
24833 \end_layout
24834
24835 \end_inset
24836 </cell>
24837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24838 \begin_inset Text
24839
24840 \begin_layout Plain Layout
24841 Command
24842 \end_layout
24843
24844 \end_inset
24845 </cell>
24846 </row>
24847 <row>
24848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24849 \begin_inset Text
24850
24851 \begin_layout Plain Layout
24852
24853 \backslash
24854 sin
24855 \end_layout
24856
24857 \end_inset
24858 </cell>
24859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24860 \begin_inset Text
24861
24862 \begin_layout Plain Layout
24863
24864 \backslash
24865 sinh
24866 \end_layout
24867
24868 \end_inset
24869 </cell>
24870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24871 \begin_inset Text
24872
24873 \begin_layout Plain Layout
24874
24875 \backslash
24876 arcsin
24877 \end_layout
24878
24879 \end_inset
24880 </cell>
24881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24882 \begin_inset Text
24883
24884 \begin_layout Plain Layout
24885
24886 \backslash
24887 sup
24888 \end_layout
24889
24890 \end_inset
24891 </cell>
24892 </row>
24893 <row>
24894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24895 \begin_inset Text
24896
24897 \begin_layout Plain Layout
24898
24899 \backslash
24900 cos
24901 \end_layout
24902
24903 \end_inset
24904 </cell>
24905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24906 \begin_inset Text
24907
24908 \begin_layout Plain Layout
24909
24910 \backslash
24911 cosh
24912 \end_layout
24913
24914 \end_inset
24915 </cell>
24916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24917 \begin_inset Text
24918
24919 \begin_layout Plain Layout
24920
24921 \backslash
24922 arccos
24923 \end_layout
24924
24925 \end_inset
24926 </cell>
24927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24928 \begin_inset Text
24929
24930 \begin_layout Plain Layout
24931
24932 \backslash
24933 inf
24934 \end_layout
24935
24936 \end_inset
24937 </cell>
24938 </row>
24939 <row>
24940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24941 \begin_inset Text
24942
24943 \begin_layout Plain Layout
24944
24945 \backslash
24946 tan
24947 \end_layout
24948
24949 \end_inset
24950 </cell>
24951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24952 \begin_inset Text
24953
24954 \begin_layout Plain Layout
24955
24956 \backslash
24957 tanh
24958 \end_layout
24959
24960 \end_inset
24961 </cell>
24962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24963 \begin_inset Text
24964
24965 \begin_layout Plain Layout
24966
24967 \backslash
24968 arctan
24969 \end_layout
24970
24971 \end_inset
24972 </cell>
24973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24974 \begin_inset Text
24975
24976 \begin_layout Plain Layout
24977
24978 \backslash
24979 lim
24980 \end_layout
24981
24982 \end_inset
24983 </cell>
24984 </row>
24985 <row>
24986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24987 \begin_inset Text
24988
24989 \begin_layout Plain Layout
24990
24991 \backslash
24992 cot
24993 \end_layout
24994
24995 \end_inset
24996 </cell>
24997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24998 \begin_inset Text
24999
25000 \begin_layout Plain Layout
25001
25002 \backslash
25003 coth
25004 \end_layout
25005
25006 \end_inset
25007 </cell>
25008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25009 \begin_inset Text
25010
25011 \begin_layout Plain Layout
25012
25013 \backslash
25014 arg
25015 \end_layout
25016
25017 \end_inset
25018 </cell>
25019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25020 \begin_inset Text
25021
25022 \begin_layout Plain Layout
25023
25024 \backslash
25025 liminf
25026 \end_layout
25027
25028 \end_inset
25029 </cell>
25030 </row>
25031 <row>
25032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25033 \begin_inset Text
25034
25035 \begin_layout Plain Layout
25036
25037 \backslash
25038 sec
25039 \end_layout
25040
25041 \end_inset
25042 </cell>
25043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25044 \begin_inset Text
25045
25046 \begin_layout Plain Layout
25047
25048 \backslash
25049 min
25050 \end_layout
25051
25052 \end_inset
25053 </cell>
25054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25055 \begin_inset Text
25056
25057 \begin_layout Plain Layout
25058
25059 \backslash
25060 deg
25061 \end_layout
25062
25063 \end_inset
25064 </cell>
25065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25066 \begin_inset Text
25067
25068 \begin_layout Plain Layout
25069
25070 \backslash
25071 limsup
25072 \end_layout
25073
25074 \end_inset
25075 </cell>
25076 </row>
25077 <row>
25078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25079 \begin_inset Text
25080
25081 \begin_layout Plain Layout
25082
25083 \backslash
25084 csc
25085 \end_layout
25086
25087 \end_inset
25088 </cell>
25089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25090 \begin_inset Text
25091
25092 \begin_layout Plain Layout
25093
25094 \backslash
25095 max
25096 \end_layout
25097
25098 \end_inset
25099 </cell>
25100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25101 \begin_inset Text
25102
25103 \begin_layout Plain Layout
25104
25105 \backslash
25106 det
25107 \end_layout
25108
25109 \end_inset
25110 </cell>
25111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25112 \begin_inset Text
25113
25114 \begin_layout Plain Layout
25115
25116 \backslash
25117 Pr
25118 \end_layout
25119
25120 \end_inset
25121 </cell>
25122 </row>
25123 <row>
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 ln
25131 \end_layout
25132
25133 \end_inset
25134 </cell>
25135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25136 \begin_inset Text
25137
25138 \begin_layout Plain Layout
25139
25140 \backslash
25141 exp
25142 \end_layout
25143
25144 \end_inset
25145 </cell>
25146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25147 \begin_inset Text
25148
25149 \begin_layout Plain Layout
25150
25151 \backslash
25152 dim
25153 \end_layout
25154
25155 \end_inset
25156 </cell>
25157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25158 \begin_inset Text
25159
25160 \begin_layout Plain Layout
25161
25162 \backslash
25163 hom
25164 \end_layout
25165
25166 \end_inset
25167 </cell>
25168 </row>
25169 <row>
25170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25171 \begin_inset Text
25172
25173 \begin_layout Plain Layout
25174
25175 \backslash
25176 lg
25177 \end_layout
25178
25179 \end_inset
25180 </cell>
25181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25182 \begin_inset Text
25183
25184 \begin_layout Plain Layout
25185
25186 \backslash
25187 log
25188 \end_layout
25189
25190 \end_inset
25191 </cell>
25192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25193 \begin_inset Text
25194
25195 \begin_layout Plain Layout
25196
25197 \backslash
25198 ker
25199 \end_layout
25200
25201 \end_inset
25202 </cell>
25203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25204 \begin_inset Text
25205
25206 \begin_layout Plain Layout
25207
25208 \backslash
25209 gcd
25210 \end_layout
25211
25212 \end_inset
25213 </cell>
25214 </row>
25215 </lyxtabular>
25216
25217 \end_inset
25218
25219
25220 \end_layout
25221
25222 \begin_layout Standard
25223 They can also be inserted with the math toolbar button 
25224 \begin_inset Graphics
25225         filename ../images/math/functions.png
25226         scale 85
25227
25228 \end_inset
25229
25230 .
25231 \end_layout
25232
25233 \begin_layout Subsection
25234 Self-defined Functions
25235 \begin_inset Index idx
25236 status collapsed
25237
25238 \begin_layout Plain Layout
25239 Functions ! self-defined
25240 \end_layout
25241
25242 \end_inset
25243
25244
25245 \end_layout
25246
25247 \begin_layout Standard
25248 To use a function that is not predefined, like for example the sign function
25249  sgn(x), there are two possibilities:
25250 \end_layout
25251
25252 \begin_layout Itemize
25253 Define the function by inserting the following line to the LaTeX-preamble
25254 \begin_inset Foot
25255 status collapsed
25256
25257 \begin_layout Plain Layout
25258 For more about 
25259 \series bold
25260
25261 \backslash
25262 DeclareMathOperator
25263 \series default
25264  see 
25265 \begin_inset CommandInset ref
25266 LatexCommand ref
25267 reference "sub:Self-defined-Operators"
25268
25269 \end_inset
25270
25271 .
25272 \end_layout
25273
25274 \end_inset
25275
25276
25277 \begin_inset Newline newline
25278 \end_inset
25279
25280
25281 \begin_inset VSpace -3mm
25282 \end_inset
25283
25284
25285 \begin_inset Newline newline
25286 \end_inset
25287
25288
25289 \series bold
25290
25291 \backslash
25292 DeclareMathOperator{
25293 \backslash
25294 sgn}{sgn}
25295 \series default
25296
25297 \begin_inset Index idx
25298 status collapsed
25299
25300 \begin_layout Plain Layout
25301 Commands ! D ! 
25302 \backslash
25303 dbinom@
25304 \backslash
25305 DeclareMathOperator
25306 \end_layout
25307
25308 \end_inset
25309
25310
25311 \begin_inset Newline newline
25312 \end_inset
25313
25314
25315 \begin_inset VSpace -2mm
25316 \end_inset
25317
25318
25319 \begin_inset Newline newline
25320 \end_inset
25321
25322 Now the new defined function can be called with the command 
25323 \series bold
25324
25325 \backslash
25326 sgn
25327 \series default
25328 .
25329 \end_layout
25330
25331 \begin_layout Itemize
25332 Write the formula as usual, mark the formula name, in our example the letters
25333  
25334 \emph on
25335 sgn
25336 \emph default
25337 , and change it to mathematical text.
25338  At last a space is inserted between prefactor and function.
25339 \end_layout
25340
25341 \begin_layout Standard
25342 The result is the same with both methods as with a predefined function
25343 \begin_inset Foot
25344 status collapsed
25345
25346 \begin_layout Plain Layout
25347 In LyX self-defined functions are displayed red, predefined ones black.
25348 \end_layout
25349
25350 \end_inset
25351
25352 :
25353 \end_layout
25354
25355 \begin_layout Standard
25356 \align center
25357 \begin_inset Tabular
25358 <lyxtabular version="3" rows="3" columns="2">
25359 <features tabularvalignment="middle">
25360 <column alignment="center" valignment="top" width="0pt">
25361 <column alignment="center" valignment="top" width="0pt">
25362 <row>
25363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25364 \begin_inset Text
25365
25366 \begin_layout Plain Layout
25367 Command
25368 \end_layout
25369
25370 \end_inset
25371 </cell>
25372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25373 \begin_inset Text
25374
25375 \begin_layout Plain Layout
25376 Result
25377 \end_layout
25378
25379 \end_inset
25380 </cell>
25381 </row>
25382 <row>
25383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25384 \begin_inset Text
25385
25386 \begin_layout Plain Layout
25387 A
25388 \backslash
25389 sgn(x)+B
25390 \end_layout
25391
25392 \end_inset
25393 </cell>
25394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25395 \begin_inset Text
25396
25397 \begin_layout Plain Layout
25398 \begin_inset Formula $A\sgn(x)+B$
25399 \end_inset
25400
25401
25402 \end_layout
25403
25404 \end_inset
25405 </cell>
25406 </row>
25407 <row>
25408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25409 \begin_inset Text
25410
25411 \begin_layout Plain Layout
25412 A
25413 \backslash
25414 ,
25415 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25416 \end_inset
25417
25418 (x)+B
25419 \end_layout
25420
25421 \end_inset
25422 </cell>
25423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25424 \begin_inset Text
25425
25426 \begin_layout Plain Layout
25427 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25428 \end_inset
25429
25430
25431 \end_layout
25432
25433 \end_inset
25434 </cell>
25435 </row>
25436 </lyxtabular>
25437
25438 \end_inset
25439
25440
25441 \end_layout
25442
25443 \begin_layout Standard
25444 The first method is more suitable when the self-defined function should
25445  be used several times.
25446 \end_layout
25447
25448 \begin_layout Subsection
25449 Limits
25450 \begin_inset Index idx
25451 status collapsed
25452
25453 \begin_layout Plain Layout
25454 Limits
25455 \end_layout
25456
25457 \end_inset
25458
25459
25460 \end_layout
25461
25462 \begin_layout Standard
25463 For limits there are defined besides 
25464 \series bold
25465
25466 \backslash
25467 lim
25468 \series default
25469
25470 \begin_inset Index idx
25471 status collapsed
25472
25473 \begin_layout Plain Layout
25474 Commands ! L ! 
25475 \backslash
25476 lim
25477 \end_layout
25478
25479 \end_inset
25480
25481
25482 \series bold
25483
25484 \backslash
25485 liminf
25486 \series default
25487  and 
25488 \series bold
25489
25490 \backslash
25491 limsup
25492 \series default
25493  furthermore the following functions:
25494 \end_layout
25495
25496 \begin_layout Standard
25497 \align center
25498 \begin_inset Tabular
25499 <lyxtabular version="3" rows="5" columns="2">
25500 <features tabularvalignment="middle">
25501 <column alignment="center" valignment="top" width="0">
25502 <column alignment="center" valignment="top" width="0">
25503 <row>
25504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25505 \begin_inset Text
25506
25507 \begin_layout Plain Layout
25508 Command
25509 \end_layout
25510
25511 \end_inset
25512 </cell>
25513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25514 \begin_inset Text
25515
25516 \begin_layout Plain Layout
25517 Result
25518 \begin_inset Note Note
25519 status collapsed
25520
25521 \begin_layout Plain Layout
25522
25523 \series bold
25524
25525 \backslash
25526 raisebox
25527 \series default
25528  is only used as spacer.
25529 \end_layout
25530
25531 \end_inset
25532
25533
25534 \end_layout
25535
25536 \end_inset
25537 </cell>
25538 </row>
25539 <row>
25540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25541 \begin_inset Text
25542
25543 \begin_layout Plain Layout
25544
25545 \backslash
25546 varliminf
25547 \end_layout
25548
25549 \end_inset
25550 </cell>
25551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25552 \begin_inset Text
25553
25554 \begin_layout Plain Layout
25555 \begin_inset Formula $\varliminf$
25556 \end_inset
25557
25558
25559 \end_layout
25560
25561 \end_inset
25562 </cell>
25563 </row>
25564 <row>
25565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25566 \begin_inset Text
25567
25568 \begin_layout Plain Layout
25569
25570 \backslash
25571 varlimsup
25572 \end_layout
25573
25574 \end_inset
25575 </cell>
25576 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25577 \begin_inset Text
25578
25579 \begin_layout Plain Layout
25580 \begin_inset Formula $\varlimsup$
25581 \end_inset
25582
25583
25584 \end_layout
25585
25586 \end_inset
25587 </cell>
25588 </row>
25589 <row>
25590 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25591 \begin_inset Text
25592
25593 \begin_layout Plain Layout
25594
25595 \backslash
25596 varprojlim
25597 \end_layout
25598
25599 \end_inset
25600 </cell>
25601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25602 \begin_inset Text
25603
25604 \begin_layout Plain Layout
25605 \begin_inset Formula $\varprojlim$
25606 \end_inset
25607
25608
25609 \end_layout
25610
25611 \end_inset
25612 </cell>
25613 </row>
25614 <row>
25615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25616 \begin_inset Text
25617
25618 \begin_layout Plain Layout
25619
25620 \backslash
25621 varinjlim
25622 \end_layout
25623
25624 \end_inset
25625 </cell>
25626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25627 \begin_inset Text
25628
25629 \begin_layout Plain Layout
25630 \begin_inset Formula $\varinjlim$
25631 \end_inset
25632
25633
25634 \begin_inset Formula $\raisebox{-2.5mm}{}$
25635 \end_inset
25636
25637
25638 \end_layout
25639
25640 \end_inset
25641 </cell>
25642 </row>
25643 </lyxtabular>
25644
25645 \end_inset
25646
25647
25648 \end_layout
25649
25650 \begin_layout Standard
25651 \begin_inset VSpace medskip
25652 \end_inset
25653
25654 The limit is created by inserting a subscript.
25655  It is set right beside the function in an inline formula:
25656 \end_layout
25657
25658 \begin_layout Standard
25659 \align center
25660 \begin_inset Tabular
25661 <lyxtabular version="3" rows="2" columns="2">
25662 <features tabularvalignment="middle">
25663 <column alignment="center" valignment="top" width="0pt">
25664 <column alignment="center" valignment="top" width="0pt">
25665 <row>
25666 <cell alignment="center" valignment="top" usebox="none">
25667 \begin_inset Text
25668
25669 \begin_layout Plain Layout
25670 Command
25671 \end_layout
25672
25673 \end_inset
25674 </cell>
25675 <cell alignment="center" valignment="top" usebox="none">
25676 \begin_inset Text
25677
25678 \begin_layout Plain Layout
25679 \begin_inset space \hspace{}
25680 \length 1cm
25681 \end_inset
25682
25683 Result
25684 \begin_inset Note Note
25685 status collapsed
25686
25687 \begin_layout Plain Layout
25688 The space and
25689 \series bold
25690  
25691 \backslash
25692 raisebox
25693 \series default
25694  are used here as spacer.
25695 \end_layout
25696
25697 \end_inset
25698
25699
25700 \end_layout
25701
25702 \end_inset
25703 </cell>
25704 </row>
25705 <row>
25706 <cell alignment="center" valignment="top" usebox="none">
25707 \begin_inset Text
25708
25709 \begin_layout Plain Layout
25710
25711 \backslash
25712 lim_x
25713 \backslash
25714 to
25715 \begin_inset ERT
25716 status collapsed
25717
25718 \begin_layout Plain Layout
25719
25720
25721 \backslash
25722 spce 
25723 \end_layout
25724
25725 \end_inset
25726
25727 A
25728 \begin_inset ERT
25729 status collapsed
25730
25731 \begin_layout Plain Layout
25732
25733
25734 \backslash
25735 spce 
25736 \end_layout
25737
25738 \end_inset
25739
25740 x=B
25741 \end_layout
25742
25743 \end_inset
25744 </cell>
25745 <cell alignment="center" valignment="top" usebox="none">
25746 \begin_inset Text
25747
25748 \begin_layout Plain Layout
25749 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25750 \end_inset
25751
25752
25753 \end_layout
25754
25755 \end_inset
25756 </cell>
25757 </row>
25758 </lyxtabular>
25759
25760 \end_inset
25761
25762
25763 \end_layout
25764
25765 \begin_layout Standard
25766 In a displayed formula the limit is set below the formula, as usual:
25767 \begin_inset Formula \[
25768 \lim_{x\to A}x=B\]
25769
25770 \end_inset
25771
25772
25773 \end_layout
25774
25775 \begin_layout Subsection
25776 Modulo-Functions
25777 \begin_inset Index idx
25778 status collapsed
25779
25780 \begin_layout Plain Layout
25781 Functions ! modulo-
25782 \end_layout
25783
25784 \end_inset
25785
25786
25787 \end_layout
25788
25789 \begin_layout Standard
25790 The modulo-function is special, because it exists in four variants.
25791 \end_layout
25792
25793 \begin_layout Standard
25794 The variants in a displayed formula:
25795 \begin_inset Formula \begin{align*}
25796 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25797 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25798 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25799 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25800 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
25801 \end{align*}
25802
25803 \end_inset
25804
25805
25806 \end_layout
25807
25808 \begin_layout Standard
25809 In an inline formula less space is set before the function names for all
25810  variants.
25811 \end_layout
25812
25813 \begin_layout Section
25814 Special Characters
25815 \begin_inset Index idx
25816 status collapsed
25817
25818 \begin_layout Plain Layout
25819 Special characters
25820 \end_layout
25821
25822 \end_inset
25823
25824
25825 \end_layout
25826
25827 \begin_layout Subsection
25828 Special Characters in Mathematical Text
25829 \end_layout
25830
25831 \begin_layout Standard
25832 The following commands can only be used in mathematical text or in TeX-mode:
25833 \end_layout
25834
25835 \begin_layout Standard
25836 \begin_inset space \hfill{}
25837 \end_inset
25838
25839
25840 \begin_inset Tabular
25841 <lyxtabular version="3" rows="8" columns="2">
25842 <features tabularvalignment="middle">
25843 <column alignment="block" valignment="top" width="0">
25844 <column alignment="block" valignment="top" width="0">
25845 <row>
25846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25847 \begin_inset Text
25848
25849 \begin_layout Plain Layout
25850 Command
25851 \end_layout
25852
25853 \end_inset
25854 </cell>
25855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25856 \begin_inset Text
25857
25858 \begin_layout Plain Layout
25859 Result
25860 \end_layout
25861
25862 \end_inset
25863 </cell>
25864 </row>
25865 <row>
25866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25867 \begin_inset Text
25868
25869 \begin_layout Plain Layout
25870
25871 \backslash
25872 oe
25873 \end_layout
25874
25875 \end_inset
25876 </cell>
25877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25878 \begin_inset Text
25879
25880 \begin_layout Plain Layout
25881 \begin_inset Formula $\textrm{œ}$
25882 \end_inset
25883
25884
25885 \end_layout
25886
25887 \end_inset
25888 </cell>
25889 </row>
25890 <row>
25891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25892 \begin_inset Text
25893
25894 \begin_layout Plain Layout
25895
25896 \backslash
25897 OE
25898 \end_layout
25899
25900 \end_inset
25901 </cell>
25902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25903 \begin_inset Text
25904
25905 \begin_layout Plain Layout
25906 \begin_inset Formula $\textrm{Œ}$
25907 \end_inset
25908
25909
25910 \end_layout
25911
25912 \end_inset
25913 </cell>
25914 </row>
25915 <row>
25916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25917 \begin_inset Text
25918
25919 \begin_layout Plain Layout
25920
25921 \backslash
25922 ae
25923 \end_layout
25924
25925 \end_inset
25926 </cell>
25927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25928 \begin_inset Text
25929
25930 \begin_layout Plain Layout
25931 \begin_inset Formula $\textrm{æ}$
25932 \end_inset
25933
25934
25935 \end_layout
25936
25937 \end_inset
25938 </cell>
25939 </row>
25940 <row>
25941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25942 \begin_inset Text
25943
25944 \begin_layout Plain Layout
25945
25946 \backslash
25947 AE
25948 \end_layout
25949
25950 \end_inset
25951 </cell>
25952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25953 \begin_inset Text
25954
25955 \begin_layout Plain Layout
25956 \begin_inset Formula $\textrm{Æ}$
25957 \end_inset
25958
25959
25960 \end_layout
25961
25962 \end_inset
25963 </cell>
25964 </row>
25965 <row>
25966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25967 \begin_inset Text
25968
25969 \begin_layout Plain Layout
25970
25971 \backslash
25972 aa
25973 \end_layout
25974
25975 \end_inset
25976 </cell>
25977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25978 \begin_inset Text
25979
25980 \begin_layout Plain Layout
25981 \begin_inset Formula $\textrm{\aa}$
25982 \end_inset
25983
25984
25985 \end_layout
25986
25987 \end_inset
25988 </cell>
25989 </row>
25990 <row>
25991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25992 \begin_inset Text
25993
25994 \begin_layout Plain Layout
25995
25996 \backslash
25997 AA
25998 \begin_inset Index idx
25999 status collapsed
26000
26001 \begin_layout Plain Layout
26002
26003 \backslash
26004 @
26005 \begin_inset ERT
26006 status collapsed
26007
26008 \begin_layout Plain Layout
26009
26010
26011 \backslash
26012 textrm{
26013 \backslash
26014 AA}
26015 \end_layout
26016
26017 \end_inset
26018
26019
26020 \end_layout
26021
26022 \end_inset
26023
26024
26025 \end_layout
26026
26027 \end_inset
26028 </cell>
26029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26030 \begin_inset Text
26031
26032 \begin_layout Plain Layout
26033 \begin_inset Formula $\textrm{Å}$
26034 \end_inset
26035
26036
26037 \end_layout
26038
26039 \end_inset
26040 </cell>
26041 </row>
26042 <row>
26043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26044 \begin_inset Text
26045
26046 \begin_layout Plain Layout
26047
26048 \backslash
26049 i
26050 \end_layout
26051
26052 \end_inset
26053 </cell>
26054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26055 \begin_inset Text
26056
26057 \begin_layout Plain Layout
26058 \begin_inset Formula $\textrm{ı}$
26059 \end_inset
26060
26061
26062 \end_layout
26063
26064 \end_inset
26065 </cell>
26066 </row>
26067 </lyxtabular>
26068
26069 \end_inset
26070
26071
26072 \begin_inset space \hfill{}
26073 \end_inset
26074
26075
26076 \begin_inset Tabular
26077 <lyxtabular version="3" rows="8" columns="2">
26078 <features tabularvalignment="middle">
26079 <column alignment="block" valignment="top" width="0">
26080 <column alignment="center" valignment="top" width="0">
26081 <row>
26082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26083 \begin_inset Text
26084
26085 \begin_layout Plain Layout
26086 command
26087 \begin_inset Note Note
26088 status collapsed
26089
26090 \begin_layout Plain Layout
26091 The space of 0
26092 \begin_inset space \thinspace{}
26093 \end_inset
26094
26095 mm is used for separation, because otherwise the output will be ¡ and ¿
26096  respectively.
26097 \end_layout
26098
26099 \end_inset
26100
26101
26102 \end_layout
26103
26104 \end_inset
26105 </cell>
26106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26107 \begin_inset Text
26108
26109 \begin_layout Plain Layout
26110 Result
26111 \end_layout
26112
26113 \end_inset
26114 </cell>
26115 </row>
26116 <row>
26117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26118 \begin_inset Text
26119
26120 \begin_layout Plain Layout
26121
26122 \backslash
26123 o
26124 \end_layout
26125
26126 \end_inset
26127 </cell>
26128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26129 \begin_inset Text
26130
26131 \begin_layout Plain Layout
26132 \begin_inset Formula $\textrm{ø}$
26133 \end_inset
26134
26135
26136 \end_layout
26137
26138 \end_inset
26139 </cell>
26140 </row>
26141 <row>
26142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26143 \begin_inset Text
26144
26145 \begin_layout Plain Layout
26146
26147 \backslash
26148 O
26149 \end_layout
26150
26151 \end_inset
26152 </cell>
26153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26154 \begin_inset Text
26155
26156 \begin_layout Plain Layout
26157 \begin_inset Formula $\textrm{Ø}$
26158 \end_inset
26159
26160
26161 \end_layout
26162
26163 \end_inset
26164 </cell>
26165 </row>
26166 <row>
26167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26168 \begin_inset Text
26169
26170 \begin_layout Plain Layout
26171
26172 \backslash
26173 l
26174 \end_layout
26175
26176 \end_inset
26177 </cell>
26178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26179 \begin_inset Text
26180
26181 \begin_layout Plain Layout
26182 \begin_inset Formula $\textrm{ł}$
26183 \end_inset
26184
26185
26186 \end_layout
26187
26188 \end_inset
26189 </cell>
26190 </row>
26191 <row>
26192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26193 \begin_inset Text
26194
26195 \begin_layout Plain Layout
26196
26197 \backslash
26198 L
26199 \end_layout
26200
26201 \end_inset
26202 </cell>
26203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26204 \begin_inset Text
26205
26206 \begin_layout Plain Layout
26207 \begin_inset Formula $\textrm{Ł}$
26208 \end_inset
26209
26210
26211 \end_layout
26212
26213 \end_inset
26214 </cell>
26215 </row>
26216 <row>
26217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26218 \begin_inset Text
26219
26220 \begin_layout Plain Layout
26221 !
26222 \begin_inset space \hspace{}
26223 \length 0mm
26224 \end_inset
26225
26226 `
26227 \begin_inset ERT
26228 status collapsed
26229
26230 \begin_layout Plain Layout
26231
26232
26233 \backslash
26234 spce 
26235 \end_layout
26236
26237 \end_inset
26238
26239
26240 \end_layout
26241
26242 \end_inset
26243 </cell>
26244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26245 \begin_inset Text
26246
26247 \begin_layout Plain Layout
26248 \begin_inset Formula $\textrm{!`}$
26249 \end_inset
26250
26251
26252 \end_layout
26253
26254 \end_inset
26255 </cell>
26256 </row>
26257 <row>
26258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26259 \begin_inset Text
26260
26261 \begin_layout Plain Layout
26262 ?
26263 \begin_inset space \hspace{}
26264 \length 0mm
26265 \end_inset
26266
26267 `
26268 \begin_inset ERT
26269 status collapsed
26270
26271 \begin_layout Plain Layout
26272
26273
26274 \backslash
26275 spce 
26276 \end_layout
26277
26278 \end_inset
26279
26280
26281 \end_layout
26282
26283 \end_inset
26284 </cell>
26285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26286 \begin_inset Text
26287
26288 \begin_layout Plain Layout
26289 \begin_inset Formula $\textrm{?`}$
26290 \end_inset
26291
26292
26293 \end_layout
26294
26295 \end_inset
26296 </cell>
26297 </row>
26298 <row>
26299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26300 \begin_inset Text
26301
26302 \begin_layout Plain Layout
26303
26304 \backslash
26305 j
26306 \end_layout
26307
26308 \end_inset
26309 </cell>
26310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26311 \begin_inset Text
26312
26313 \begin_layout Plain Layout
26314 \begin_inset Formula $\textrm{ȷ}$
26315 \end_inset
26316
26317
26318 \end_layout
26319
26320 \end_inset
26321 </cell>
26322 </row>
26323 </lyxtabular>
26324
26325 \end_inset
26326
26327
26328 \begin_inset space \hfill{}
26329 \end_inset
26330
26331
26332 \end_layout
26333
26334 \begin_layout Standard
26335 The characters 
26336 \begin_inset Formula $\textrm{\textrm{Å}}$
26337 \end_inset
26338
26339  and 
26340 \begin_inset Formula $\textrm{\textrm{Ø}}$
26341 \end_inset
26342
26343  can also be inserted via the math toolbar button 
26344 \begin_inset Graphics
26345         filename ../images/math/digamma.png
26346         scale 85
26347
26348 \end_inset
26349
26350 .
26351 \end_layout
26352
26353 \begin_layout Standard
26354 An exception are the commands 
26355 \series bold
26356 !
26357 \begin_inset space \hspace{}
26358 \length 0mm
26359 \end_inset
26360
26361 `
26362 \series default
26363  and 
26364 \series bold
26365 ?
26366 \begin_inset space \hspace{}
26367 \length 0mm
26368 \end_inset
26369
26370 `
26371 \series default
26372 , because they can be inserted in LyX directly to text.
26373 \end_layout
26374
26375 \begin_layout Subsection
26376 Accents in Text
26377 \begin_inset CommandInset label
26378 LatexCommand label
26379 name "sub:Accents-in-Text"
26380
26381 \end_inset
26382
26383
26384 \begin_inset Index idx
26385 status collapsed
26386
26387 \begin_layout Plain Layout
26388 Accents ! in text
26389 \end_layout
26390
26391 \end_inset
26392
26393
26394 \end_layout
26395
26396 \begin_layout Standard
26397 With the following commands all letters can be accented.
26398  The commands must be inserted in TeX-mode.
26399 \end_layout
26400
26401 \begin_layout Standard
26402 \begin_inset space \hfill{}
26403 \end_inset
26404
26405
26406 \begin_inset Tabular
26407 <lyxtabular version="3" rows="8" columns="2">
26408 <features tabularvalignment="middle">
26409 <column alignment="block" valignment="top" width="0">
26410 <column alignment="block" valignment="top" width="0">
26411 <row>
26412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26413 \begin_inset Text
26414
26415 \begin_layout Plain Layout
26416 Command
26417 \end_layout
26418
26419 \end_inset
26420 </cell>
26421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26422 \begin_inset Text
26423
26424 \begin_layout Plain Layout
26425 Result
26426 \end_layout
26427
26428 \end_inset
26429 </cell>
26430 </row>
26431 <row>
26432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26433 \begin_inset Text
26434
26435 \begin_layout Plain Layout
26436
26437 \backslash
26438
26439 \begin_inset Quotes grd
26440 \end_inset
26441
26442 e
26443 \end_layout
26444
26445 \end_inset
26446 </cell>
26447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26448 \begin_inset Text
26449
26450 \begin_layout Plain Layout
26451 \begin_inset ERT
26452 status collapsed
26453
26454 \begin_layout Plain Layout
26455
26456
26457 \backslash
26458 "e
26459 \end_layout
26460
26461 \end_inset
26462
26463
26464 \end_layout
26465
26466 \end_inset
26467 </cell>
26468 </row>
26469 <row>
26470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26471 \begin_inset Text
26472
26473 \begin_layout Plain Layout
26474
26475 \backslash
26476 `e
26477 \end_layout
26478
26479 \end_inset
26480 </cell>
26481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26482 \begin_inset Text
26483
26484 \begin_layout Plain Layout
26485 \begin_inset ERT
26486 status collapsed
26487
26488 \begin_layout Plain Layout
26489
26490
26491 \backslash
26492 `e
26493 \end_layout
26494
26495 \end_inset
26496
26497
26498 \end_layout
26499
26500 \end_inset
26501 </cell>
26502 </row>
26503 <row>
26504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26505 \begin_inset Text
26506
26507 \begin_layout Plain Layout
26508
26509 \backslash
26510 ^
26511 \begin_inset ERT
26512 status collapsed
26513
26514 \begin_layout Plain Layout
26515
26516
26517 \backslash
26518 spce 
26519 \end_layout
26520
26521 \end_inset
26522
26523 e
26524 \end_layout
26525
26526 \end_inset
26527 </cell>
26528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26529 \begin_inset Text
26530
26531 \begin_layout Plain Layout
26532 \begin_inset ERT
26533 status collapsed
26534
26535 \begin_layout Plain Layout
26536
26537
26538 \backslash
26539 ^e
26540 \end_layout
26541
26542 \end_inset
26543
26544
26545 \end_layout
26546
26547 \end_inset
26548 </cell>
26549 </row>
26550 <row>
26551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26552 \begin_inset Text
26553
26554 \begin_layout Plain Layout
26555
26556 \backslash
26557 =e
26558 \end_layout
26559
26560 \end_inset
26561 </cell>
26562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26563 \begin_inset Text
26564
26565 \begin_layout Plain Layout
26566 \begin_inset ERT
26567 status collapsed
26568
26569 \begin_layout Plain Layout
26570
26571
26572 \backslash
26573 =e
26574 \end_layout
26575
26576 \end_inset
26577
26578
26579 \end_layout
26580
26581 \end_inset
26582 </cell>
26583 </row>
26584 <row>
26585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26586 \begin_inset Text
26587
26588 \begin_layout Plain Layout
26589
26590 \backslash
26591 u
26592 \begin_inset ERT
26593 status collapsed
26594
26595 \begin_layout Plain Layout
26596
26597
26598 \backslash
26599 spce 
26600 \end_layout
26601
26602 \end_inset
26603
26604 e
26605 \end_layout
26606
26607 \end_inset
26608 </cell>
26609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26610 \begin_inset Text
26611
26612 \begin_layout Plain Layout
26613 \begin_inset ERT
26614 status collapsed
26615
26616 \begin_layout Plain Layout
26617
26618
26619 \backslash
26620 u e
26621 \end_layout
26622
26623 \end_inset
26624
26625
26626 \end_layout
26627
26628 \end_inset
26629 </cell>
26630 </row>
26631 <row>
26632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26633 \begin_inset Text
26634
26635 \begin_layout Plain Layout
26636
26637 \backslash
26638 b
26639 \begin_inset ERT
26640 status collapsed
26641
26642 \begin_layout Plain Layout
26643
26644
26645 \backslash
26646 spce 
26647 \end_layout
26648
26649 \end_inset
26650
26651 e
26652 \end_layout
26653
26654 \end_inset
26655 </cell>
26656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26657 \begin_inset Text
26658
26659 \begin_layout Plain Layout
26660 \begin_inset ERT
26661 status collapsed
26662
26663 \begin_layout Plain Layout
26664
26665
26666 \backslash
26667 b e
26668 \end_layout
26669
26670 \end_inset
26671
26672
26673 \end_layout
26674
26675 \end_inset
26676 </cell>
26677 </row>
26678 <row>
26679 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26680 \begin_inset Text
26681
26682 \begin_layout Plain Layout
26683
26684 \backslash
26685 t
26686 \begin_inset ERT
26687 status collapsed
26688
26689 \begin_layout Plain Layout
26690
26691
26692 \backslash
26693 spce 
26694 \end_layout
26695
26696 \end_inset
26697
26698 ee
26699 \end_layout
26700
26701 \end_inset
26702 </cell>
26703 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26704 \begin_inset Text
26705
26706 \begin_layout Plain Layout
26707 \begin_inset ERT
26708 status collapsed
26709
26710 \begin_layout Plain Layout
26711
26712
26713 \backslash
26714 t ee
26715 \end_layout
26716
26717 \end_inset
26718
26719
26720 \end_layout
26721
26722 \end_inset
26723 </cell>
26724 </row>
26725 </lyxtabular>
26726
26727 \end_inset
26728
26729
26730 \begin_inset space \hfill{}
26731 \end_inset
26732
26733
26734 \begin_inset Tabular
26735 <lyxtabular version="3" rows="8" columns="2">
26736 <features tabularvalignment="middle">
26737 <column alignment="block" valignment="top" width="0">
26738 <column alignment="center" valignment="top" width="0">
26739 <row>
26740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26741 \begin_inset Text
26742
26743 \begin_layout Plain Layout
26744 Command
26745 \end_layout
26746
26747 \end_inset
26748 </cell>
26749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26750 \begin_inset Text
26751
26752 \begin_layout Plain Layout
26753 Result
26754 \end_layout
26755
26756 \end_inset
26757 </cell>
26758 </row>
26759 <row>
26760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26761 \begin_inset Text
26762
26763 \begin_layout Plain Layout
26764
26765 \backslash
26766 H
26767 \begin_inset ERT
26768 status collapsed
26769
26770 \begin_layout Plain Layout
26771
26772
26773 \backslash
26774 spce 
26775 \end_layout
26776
26777 \end_inset
26778
26779 e
26780 \end_layout
26781
26782 \end_inset
26783 </cell>
26784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26785 \begin_inset Text
26786
26787 \begin_layout Plain Layout
26788 \begin_inset ERT
26789 status collapsed
26790
26791 \begin_layout Plain Layout
26792
26793
26794 \backslash
26795 H e
26796 \end_layout
26797
26798 \end_inset
26799
26800
26801 \end_layout
26802
26803 \end_inset
26804 </cell>
26805 </row>
26806 <row>
26807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26808 \begin_inset Text
26809
26810 \begin_layout Plain Layout
26811
26812 \backslash
26813 'e
26814 \end_layout
26815
26816 \end_inset
26817 </cell>
26818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26819 \begin_inset Text
26820
26821 \begin_layout Plain Layout
26822 \begin_inset ERT
26823 status collapsed
26824
26825 \begin_layout Plain Layout
26826
26827
26828 \backslash
26829 'e
26830 \end_layout
26831
26832 \end_inset
26833
26834
26835 \end_layout
26836
26837 \end_inset
26838 </cell>
26839 </row>
26840 <row>
26841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26842 \begin_inset Text
26843
26844 \begin_layout Plain Layout
26845
26846 \backslash
26847 ~e
26848 \begin_inset Index idx
26849 status collapsed
26850
26851 \begin_layout Plain Layout
26852 Tilde
26853 \end_layout
26854
26855 \end_inset
26856
26857
26858 \end_layout
26859
26860 \end_inset
26861 </cell>
26862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26863 \begin_inset Text
26864
26865 \begin_layout Plain Layout
26866 \begin_inset ERT
26867 status collapsed
26868
26869 \begin_layout Plain Layout
26870
26871
26872 \backslash
26873 ~e
26874 \end_layout
26875
26876 \end_inset
26877
26878
26879 \end_layout
26880
26881 \end_inset
26882 </cell>
26883 </row>
26884 <row>
26885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26886 \begin_inset Text
26887
26888 \begin_layout Plain Layout
26889
26890 \backslash
26891 .e
26892 \end_layout
26893
26894 \end_inset
26895 </cell>
26896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26897 \begin_inset Text
26898
26899 \begin_layout Plain Layout
26900 \begin_inset ERT
26901 status collapsed
26902
26903 \begin_layout Plain Layout
26904
26905
26906 \backslash
26907 .e
26908 \end_layout
26909
26910 \end_inset
26911
26912
26913 \end_layout
26914
26915 \end_inset
26916 </cell>
26917 </row>
26918 <row>
26919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26920 \begin_inset Text
26921
26922 \begin_layout Plain Layout
26923
26924 \backslash
26925 v
26926 \begin_inset ERT
26927 status collapsed
26928
26929 \begin_layout Plain Layout
26930
26931
26932 \backslash
26933 spce 
26934 \end_layout
26935
26936 \end_inset
26937
26938 e
26939 \end_layout
26940
26941 \end_inset
26942 </cell>
26943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26944 \begin_inset Text
26945
26946 \begin_layout Plain Layout
26947 \begin_inset ERT
26948 status collapsed
26949
26950 \begin_layout Plain Layout
26951
26952
26953 \backslash
26954 v e
26955 \end_layout
26956
26957 \end_inset
26958
26959
26960 \end_layout
26961
26962 \end_inset
26963 </cell>
26964 </row>
26965 <row>
26966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26967 \begin_inset Text
26968
26969 \begin_layout Plain Layout
26970
26971 \backslash
26972 d
26973 \begin_inset ERT
26974 status collapsed
26975
26976 \begin_layout Plain Layout
26977
26978
26979 \backslash
26980 spce 
26981 \end_layout
26982
26983 \end_inset
26984
26985 e
26986 \end_layout
26987
26988 \end_inset
26989 </cell>
26990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26991 \begin_inset Text
26992
26993 \begin_layout Plain Layout
26994 \begin_inset ERT
26995 status collapsed
26996
26997 \begin_layout Plain Layout
26998
26999
27000 \backslash
27001 d e
27002 \end_layout
27003
27004 \end_inset
27005
27006
27007 \end_layout
27008
27009 \end_inset
27010 </cell>
27011 </row>
27012 <row>
27013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27014 \begin_inset Text
27015
27016 \begin_layout Plain Layout
27017
27018 \backslash
27019 c
27020 \begin_inset ERT
27021 status collapsed
27022
27023 \begin_layout Plain Layout
27024
27025
27026 \backslash
27027 spce 
27028 \end_layout
27029
27030 \end_inset
27031
27032 e
27033 \end_layout
27034
27035 \end_inset
27036 </cell>
27037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27038 \begin_inset Text
27039
27040 \begin_layout Plain Layout
27041 \begin_inset ERT
27042 status collapsed
27043
27044 \begin_layout Plain Layout
27045
27046
27047 \backslash
27048 c e
27049 \end_layout
27050
27051 \end_inset
27052
27053
27054 \end_layout
27055
27056 \end_inset
27057 </cell>
27058 </row>
27059 </lyxtabular>
27060
27061 \end_inset
27062
27063
27064 \begin_inset space \hfill{}
27065 \end_inset
27066
27067
27068 \end_layout
27069
27070 \begin_layout Standard
27071 \begin_inset VSpace medskip
27072 \end_inset
27073
27074 With the command 
27075 \series bold
27076
27077 \backslash
27078 t
27079 \series default
27080  also two different characters can be accented.
27081  The command 
27082 \series bold
27083
27084 \backslash
27085 t
27086 \begin_inset ERT
27087 status collapsed
27088
27089 \begin_layout Plain Layout
27090
27091
27092 \backslash
27093 spce 
27094 \end_layout
27095
27096 \end_inset
27097
27098 sz
27099 \series default
27100  creates: 
27101 \begin_inset ERT
27102 status collapsed
27103
27104 \begin_layout Plain Layout
27105
27106
27107 \backslash
27108 t sz
27109 \end_layout
27110
27111 \end_inset
27112
27113
27114 \end_layout
27115
27116 \begin_layout Standard
27117 The accents 
27118 \series bold
27119 `
27120 \series default
27121  , 
27122 \series bold
27123 '
27124 \series default
27125  and 
27126 \series bold
27127 ^
27128 \series default
27129  can in combination with vowels directly be inserted with the keyboard without
27130  using TeX-mode.
27131  The same applies for the tilde
27132 \begin_inset Foot
27133 status collapsed
27134
27135 \begin_layout Plain Layout
27136 This only applies for keyboards where the tilde is defined as accent.
27137 \end_layout
27138
27139 \end_inset
27140
27141  
27142 \series bold
27143 ~
27144 \series default
27145  in combination with 
27146 \emph on
27147 a
27148 \emph default
27149  , 
27150 \emph on
27151 n
27152 \emph default
27153  , or 
27154 \emph on
27155 o
27156 \emph default
27157 .
27158 \end_layout
27159
27160 \begin_layout Standard
27161 The commands 
27162 \series bold
27163
27164 \backslash
27165 b
27166 \series default
27167  , 
27168 \series bold
27169
27170 \backslash
27171 c
27172 \series default
27173  , 
27174 \series bold
27175
27176 \backslash
27177 d
27178 \series default
27179  , 
27180 \series bold
27181
27182 \backslash
27183 H
27184 \series default
27185  , 
27186 \series bold
27187
27188 \backslash
27189 t
27190 \series default
27191  , 
27192 \series bold
27193
27194 \backslash
27195 u
27196 \series default
27197  , 
27198 \series bold
27199
27200 \backslash
27201 v
27202 \series default
27203  and accents that are inserted directly with the keyboard are also available
27204  in mathematical text.
27205  For the other accents there are special math commands to be used in formulas,
27206  see 
27207 \begin_inset CommandInset ref
27208 LatexCommand ref
27209 reference "sub:Accents-for-one"
27210
27211 \end_inset
27212
27213 .
27214 \end_layout
27215
27216 \begin_layout Standard
27217 \begin_inset VSpace bigskip
27218 \end_inset
27219
27220 Furthermore, with the command 
27221 \series bold
27222
27223 \backslash
27224 textcircled
27225 \series default
27226
27227 \begin_inset Index idx
27228 status collapsed
27229
27230 \begin_layout Plain Layout
27231 Commands ! T ! 
27232 \backslash
27233 textcircled
27234 \end_layout
27235
27236 \end_inset
27237
27238  all numbers and letters can be set into a circle, quasi accented with a
27239  circle, similar to the copyright symbol.
27240 \end_layout
27241
27242 \begin_layout Standard
27243 \align center
27244 \begin_inset Tabular
27245 <lyxtabular version="3" rows="3" columns="2">
27246 <features tabularvalignment="middle">
27247 <column alignment="center" valignment="top" width="0">
27248 <column alignment="center" valignment="top" width="0">
27249 <row>
27250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27251 \begin_inset Text
27252
27253 \begin_layout Plain Layout
27254 Command
27255 \end_layout
27256
27257 \end_inset
27258 </cell>
27259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27260 \begin_inset Text
27261
27262 \begin_layout Plain Layout
27263 Result
27264 \begin_inset Note Note
27265 status collapsed
27266
27267 \begin_layout Plain Layout
27268
27269 \series bold
27270
27271 \backslash
27272 raisebox
27273 \series default
27274  is only used as spacer.
27275 \end_layout
27276
27277 \end_inset
27278
27279
27280 \end_layout
27281
27282 \end_inset
27283 </cell>
27284 </row>
27285 <row>
27286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27287 \begin_inset Text
27288
27289 \begin_layout Plain Layout
27290
27291 \backslash
27292 textcircled{w}
27293 \end_layout
27294
27295 \end_inset
27296 </cell>
27297 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27298 \begin_inset Text
27299
27300 \begin_layout Plain Layout
27301 \begin_inset ERT
27302 status collapsed
27303
27304 \begin_layout Plain Layout
27305
27306
27307 \backslash
27308 textcircled{w}
27309 \end_layout
27310
27311 \end_inset
27312
27313
27314 \end_layout
27315
27316 \end_inset
27317 </cell>
27318 </row>
27319 <row>
27320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27321 \begin_inset Text
27322
27323 \begin_layout Plain Layout
27324
27325 \backslash
27326 Large 
27327 \backslash
27328 textcircled{
27329 \backslash
27330 normalsize
27331 \backslash
27332 protect
27333 \backslash
27334 raisebox{-1.5pt}{W}}
27335 \end_layout
27336
27337 \end_inset
27338 </cell>
27339 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27340 \begin_inset Text
27341
27342 \begin_layout Plain Layout
27343 \begin_inset Formula $\raisebox{4.5mm}{}$
27344 \end_inset
27345
27346
27347 \begin_inset ERT
27348 status collapsed
27349
27350 \begin_layout Plain Layout
27351
27352
27353 \backslash
27354 Large 
27355 \backslash
27356 textcircled{
27357 \backslash
27358 normalsize
27359 \backslash
27360 protect
27361 \backslash
27362 raisebox{-1.5pt}W}
27363 \end_layout
27364
27365 \end_inset
27366
27367
27368 \begin_inset Formula $\raisebox{-2mm}{}$
27369 \end_inset
27370
27371
27372 \end_layout
27373
27374 \end_inset
27375 </cell>
27376 </row>
27377 </lyxtabular>
27378
27379 \end_inset
27380
27381
27382 \end_layout
27383
27384 \begin_layout Standard
27385 One has to take care that the character fits in the circle.
27386  
27387 \series bold
27388
27389 \backslash
27390 Large
27391 \series default
27392
27393 \begin_inset Foot
27394 status collapsed
27395
27396 \begin_layout Plain Layout
27397 see 
27398 \begin_inset CommandInset ref
27399 LatexCommand ref
27400 reference "sub:Font-Sizes"
27401
27402 \end_inset
27403
27404
27405 \end_layout
27406
27407 \end_inset
27408
27409  specifies thereby the size of the circle.
27410  With the help of 
27411 \series bold
27412
27413 \backslash
27414 raisebox
27415 \series default
27416
27417 \begin_inset Foot
27418 status collapsed
27419
27420 \begin_layout Plain Layout
27421 see 
27422 \begin_inset CommandInset ref
27423 LatexCommand ref
27424 reference "sub:Boxes-without-Frame"
27425
27426 \end_inset
27427
27428
27429 \end_layout
27430
27431 \end_inset
27432
27433  the character can be centered.
27434 \end_layout
27435
27436 \begin_layout Subsection
27437 Minuscule Numbers
27438 \begin_inset Index idx
27439 status collapsed
27440
27441 \begin_layout Plain Layout
27442 Minuscule numbers
27443 \end_layout
27444
27445 \end_inset
27446
27447
27448 \end_layout
27449
27450 \begin_layout Standard
27451 Minuscule numbers are created with the command 
27452 \series bold
27453
27454 \backslash
27455 oldstylenums
27456 \series default
27457
27458 \begin_inset Index idx
27459 status collapsed
27460
27461 \begin_layout Plain Layout
27462 Commands ! O ! 
27463 \backslash
27464 oldstylenums
27465 \end_layout
27466
27467 \end_inset
27468
27469 .
27470  The command can be used in formulas and in TeX-mode.
27471  The command scheme is:
27472 \end_layout
27473
27474 \begin_layout Standard
27475
27476 \series bold
27477
27478 \backslash
27479 oldstylenums{number}
27480 \end_layout
27481
27482 \begin_layout Standard
27483 The command 
27484 \series bold
27485
27486 \backslash
27487 oldstylenums{0123456789
27488 \series default
27489  produces: 
27490 \begin_inset Formula $\oldstylenums{0123456789}$
27491 \end_inset
27492
27493
27494 \end_layout
27495
27496 \begin_layout Subsection
27497 Miscellaneous special Characters
27498 \begin_inset CommandInset label
27499 LatexCommand label
27500 name "sub:Miscellaneous-special-Characters"
27501
27502 \end_inset
27503
27504
27505 \begin_inset Index idx
27506 status collapsed
27507
27508 \begin_layout Plain Layout
27509 Special characters ! miscellaneous
27510 \end_layout
27511
27512 \end_inset
27513
27514
27515 \end_layout
27516
27517 \begin_layout Standard
27518 The following characters can only be inserted to formulas by using commands:
27519 \end_layout
27520
27521 \begin_layout Standard
27522 \align center
27523 \begin_inset Tabular
27524 <lyxtabular version="3" rows="4" columns="2">
27525 <features tabularvalignment="middle">
27526 <column alignment="center" valignment="top" width="0">
27527 <column alignment="center" valignment="top" width="0">
27528 <row>
27529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27530 \begin_inset Text
27531
27532 \begin_layout Plain Layout
27533 Command
27534 \end_layout
27535
27536 \end_inset
27537 </cell>
27538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27539 \begin_inset Text
27540
27541 \begin_layout Plain Layout
27542 Result
27543 \end_layout
27544
27545 \end_inset
27546 </cell>
27547 </row>
27548 <row>
27549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27550 \begin_inset Text
27551
27552 \begin_layout Plain Layout
27553
27554 \backslash
27555 ^
27556 \begin_inset ERT
27557 status collapsed
27558
27559 \begin_layout Plain Layout
27560
27561
27562 \backslash
27563 spce 
27564 \end_layout
27565
27566 \end_inset
27567
27568
27569 \end_layout
27570
27571 \end_inset
27572 </cell>
27573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27574 \begin_inset Text
27575
27576 \begin_layout Plain Layout
27577 \begin_inset Formula $\mathcircumflex$
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" leftline="true" usebox="none">
27588 \begin_inset Text
27589
27590 \begin_layout Plain Layout
27591
27592 \backslash
27593 _
27594 \end_layout
27595
27596 \end_inset
27597 </cell>
27598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27599 \begin_inset Text
27600
27601 \begin_layout Plain Layout
27602 \begin_inset Formula $\_$
27603 \end_inset
27604
27605
27606 \end_layout
27607
27608 \end_inset
27609 </cell>
27610 </row>
27611 <row>
27612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27613 \begin_inset Text
27614
27615 \begin_layout Plain Layout
27616 ^
27617 \begin_inset ERT
27618 status collapsed
27619
27620 \begin_layout Plain Layout
27621
27622
27623 \backslash
27624 spce 
27625 \end_layout
27626
27627 \end_inset
27628
27629
27630 \backslash
27631 circ
27632 \begin_inset Index idx
27633 status collapsed
27634
27635 \begin_layout Plain Layout
27636
27637 \backslash
27638
27639 \end_layout
27640
27641 \end_inset
27642
27643
27644 \end_layout
27645
27646 \end_inset
27647 </cell>
27648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27649 \begin_inset Text
27650
27651 \begin_layout Plain Layout
27652 \begin_inset Formula $^{\circ}$
27653 \end_inset
27654
27655
27656 \end_layout
27657
27658 \end_inset
27659 </cell>
27660 </row>
27661 </lyxtabular>
27662
27663 \end_inset
27664
27665
27666 \end_layout
27667
27668 \begin_layout Standard
27669 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27670  contains the following line
27671 \begin_inset Foot
27672 status collapsed
27673
27674 \begin_layout Plain Layout
27675 More about this is described in 
27676 \begin_inset CommandInset ref
27677 LatexCommand ref
27678 reference "sub:Text-Characters-in"
27679
27680 \end_inset
27681
27682 .
27683 \end_layout
27684
27685 \end_inset
27686
27687 :
27688 \end_layout
27689
27690 \begin_layout Standard
27691
27692 \series bold
27693
27694 \backslash
27695 DeclareInputtext{176}{
27696 \backslash
27697 ifmmode^
27698 \backslash
27699 circ
27700 \backslash
27701 else
27702 \backslash
27703 textdegree
27704 \backslash
27705 fi}
27706 \end_layout
27707
27708 \begin_layout Section
27709 Formula Styles
27710 \begin_inset CommandInset label
27711 LatexCommand label
27712 name "sec:Formula-Styles"
27713
27714 \end_inset
27715
27716
27717 \begin_inset Index idx
27718 status collapsed
27719
27720 \begin_layout Plain Layout
27721 Formula ! styles
27722 \end_layout
27723
27724 \end_inset
27725
27726
27727 \end_layout
27728
27729 \begin_layout Itemize
27730 There are two different alignment styles:
27731 \end_layout
27732
27733 \begin_deeper
27734 \begin_layout Description
27735 Centered is the predefined standard
27736 \end_layout
27737
27738 \begin_layout Description
27739 Indented for this the option 
27740 \series bold
27741 fleqn
27742 \series default
27743  must be inserted in the menu 
27744 \family sans
27745 Document\SpecialChar \menuseparator
27746 Settings
27747 \family default
27748  under 
27749 \family sans
27750 Document
27751 \begin_inset space ~
27752 \end_inset
27753
27754 Class
27755 \end_layout
27756
27757 \begin_layout Standard
27758 When 
27759 \series bold
27760 Indented
27761 \series default
27762  is used, the indentation can be adjusted with the length 
27763 \series bold
27764
27765 \backslash
27766 mathindent
27767 \series default
27768
27769 \begin_inset Index idx
27770 status collapsed
27771
27772 \begin_layout Plain Layout
27773 Commands ! M ! 
27774 \backslash
27775 mathindent
27776 \end_layout
27777
27778 \end_inset
27779
27780 .
27781  Should the distance be 15
27782 \begin_inset space \thinspace{}
27783 \end_inset
27784
27785 mm, the following command line is inserted in the LaTeX-preamble
27786 \end_layout
27787
27788 \begin_layout Standard
27789
27790 \series bold
27791
27792 \backslash
27793 setlength{
27794 \backslash
27795 mathindent}{15mm}
27796 \end_layout
27797
27798 \begin_layout Standard
27799 When no length is specified, the predefined value of 30
27800 \begin_inset space \thinspace{}
27801 \end_inset
27802
27803 pt will be used.
27804 \end_layout
27805
27806 \end_deeper
27807 \begin_layout Itemize
27808 And two different numbering styles:
27809 \end_layout
27810
27811 \begin_deeper
27812 \begin_layout Description
27813 Right is the predefined standard
27814 \end_layout
27815
27816 \begin_layout Description
27817 Left for this the option 
27818 \series bold
27819 leqno
27820 \series default
27821  must be inserted in the menu 
27822 \family sans
27823 Document\SpecialChar \menuseparator
27824 Settings
27825 \family default
27826  under 
27827 \family sans
27828 Document
27829 \begin_inset space ~
27830 \end_inset
27831
27832 Class
27833 \end_layout
27834
27835 \end_deeper
27836 \begin_layout Standard
27837
27838 \series bold
27839 fleqn
27840 \series default
27841  and 
27842 \series bold
27843 leqno
27844 \series default
27845  can also be used together.
27846  In this case both options are inserted, separated by a comma.
27847 \end_layout
27848
27849 \begin_layout Standard
27850 The chosen styles are used for all displayed formulas of the document.
27851  When both, centered and indented formulas should be created in a document,
27852  the style 
27853 \series bold
27854 Centered
27855 \series default
27856  is used.
27857  The indented formulas are then set in a flalign environment, see 
27858 \begin_inset CommandInset ref
27859 LatexCommand ref
27860 reference "sub:Flalign-Environment"
27861
27862 \end_inset
27863
27864 .
27865 \end_layout
27866
27867 \begin_layout Section
27868 Multiline Formulas
27869 \begin_inset CommandInset label
27870 LatexCommand label
27871 name "sec:Multiline-Formulas"
27872
27873 \end_inset
27874
27875
27876 \begin_inset Index idx
27877 status collapsed
27878
27879 \begin_layout Plain Layout
27880 Formula ! multiline
27881 \end_layout
27882
27883 \end_inset
27884
27885
27886 \end_layout
27887
27888 \begin_layout Subsection
27889 General
27890 \end_layout
27891
27892 \begin_layout Standard
27893 In LyX multiline formulas are created by pressing 
27894 \series bold
27895
27896 \begin_inset Info
27897 type  "shortcut"
27898 arg   "newline-insert newline"
27899 \end_inset
27900
27901
27902 \series default
27903  inside a formula.
27904  This creates either an 
27905 \series bold
27906 eqnarray environment
27907 \series default
27908  that is described in 
27909 \begin_inset CommandInset ref
27910 LatexCommand ref
27911 reference "sub:Eqnarray-Environment"
27912
27913 \end_inset
27914
27915  or, when the option 
27916 \family sans
27917 Use AMS math package
27918 \family default
27919  in the document settings is selected, an 
27920 \series bold
27921 align environment
27922 \series default
27923  that is described in 
27924 \begin_inset CommandInset ref
27925 LatexCommand ref
27926 reference "sub:Standard-align-Environment"
27927
27928 \end_inset
27929
27930 .
27931 \end_layout
27932
27933 \begin_layout Standard
27934 There are other multiline formula environments that can be created via the
27935  menu 
27936 \family sans
27937 Insert\SpecialChar \menuseparator
27938 Math
27939 \family default
27940 .
27941  These environments are described in the following sections.
27942 \end_layout
27943
27944 \begin_layout Standard
27945 In all multiline formula environments a new line is created by pressing
27946  
27947 \begin_inset Info
27948 type  "shortcut"
27949 arg   "newline-insert newline"
27950 \end_inset
27951
27952 .
27953  To add or delete lines, the math toolbar buttons 
27954 \begin_inset Graphics
27955         filename ../images/tabular-feature_append-row.png
27956         scale 85
27957
27958 \end_inset
27959
27960  or 
27961 \begin_inset Graphics
27962         filename ../images/tabular-feature_delete-row.png
27963         scale 85
27964
27965 \end_inset
27966
27967 , respectively, or the menu 
27968 \family sans
27969 Edit\SpecialChar \menuseparator
27970 Rows & Columns
27971 \family default
27972  can be used.
27973 \end_layout
27974
27975 \begin_layout Subsubsection
27976 Line Separation
27977 \begin_inset CommandInset label
27978 LatexCommand label
27979 name "sub:Line-Separation"
27980
27981 \end_inset
27982
27983
27984 \begin_inset Index idx
27985 status collapsed
27986
27987 \begin_layout Plain Layout
27988 Formula ! multiline ! Line separation
27989 \end_layout
27990
27991 \end_inset
27992
27993
27994 \end_layout
27995
27996 \begin_layout Standard
27997 There is sometimes not enough space in multiline formulas between the lines:
27998 \begin_inset Formula \begin{eqnarray*}
27999 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}\\
28000 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
28001 \end{eqnarray*}
28002
28003 \end_inset
28004
28005
28006 \end_layout
28007
28008 \begin_layout Standard
28009 In LaTeX additional line space is specified as optional argument of the
28010  new line command.
28011  This is not yet possible in LyX
28012 \begin_inset Foot
28013 status collapsed
28014
28015 \begin_layout Plain Layout
28016 see 
28017 \begin_inset CommandInset href
28018 LatexCommand href
28019 name "LyX-bug #1505"
28020 target "http://www.lyx.org/trac/ticket/1505"
28021
28022 \end_inset
28023
28024
28025 \end_layout
28026
28027 \end_inset
28028
28029 , therefore the whole formula must be inserted in TeX-mode.
28030  To add in our example space, the command 
28031 \series bold
28032
28033 \backslash
28034
28035 \backslash
28036 [3mm]
28037 \series default
28038  is inserted at the end of the first line.
28039  One gets: 
28040 \begin_inset ERT
28041 status collapsed
28042
28043 \begin_layout Plain Layout
28044
28045
28046 \backslash
28047 begin{eqnarray*}
28048 \end_layout
28049
28050 \begin_layout Plain Layout
28051
28052 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28053  = & 
28054 \backslash
28055 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28056 \backslash
28057
28058 \backslash
28059 [3mm]
28060 \end_layout
28061
28062 \begin_layout Plain Layout
28063
28064 4x^{2}
28065 \backslash
28066 left(B^{2}+x_{0}^{2}
28067 \backslash
28068 right)+4x_{0}x
28069 \backslash
28070 left(D-B^{2}
28071 \backslash
28072 right)+B^{2}
28073 \backslash
28074 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28075 \backslash
28076 right) & = & 0
28077 \end_layout
28078
28079 \begin_layout Plain Layout
28080
28081
28082 \backslash
28083 end{eqnarray*}
28084 \end_layout
28085
28086 \end_inset
28087
28088
28089 \end_layout
28090
28091 \begin_layout Standard
28092 \begin_inset VSpace bigskip
28093 \end_inset
28094
28095 To set the line separation for all lines in a formula, the length 
28096 \series bold
28097
28098 \backslash
28099 jot
28100 \series default
28101
28102 \begin_inset Index idx
28103 status collapsed
28104
28105 \begin_layout Plain Layout
28106 Commands ! J ! 
28107 \backslash
28108 jot
28109 \end_layout
28110
28111 \end_inset
28112
28113  is changed.
28114  The definition is: 
28115 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
28116 \end_inset
28117
28118 .
28119  Predefined for 
28120 \series bold
28121
28122 \backslash
28123 jot
28124 \series default
28125  is the value 3
28126 \begin_inset space \thinspace{}
28127 \end_inset
28128
28129 pt.
28130  To create 3
28131 \begin_inset space \thinspace{}
28132 \end_inset
28133
28134 mm additional line separation as in the previous example, the command
28135 \end_layout
28136
28137 \begin_layout Standard
28138
28139 \series bold
28140
28141 \backslash
28142 setlength{
28143 \backslash
28144 jot}{3mm+3pt}
28145 \end_layout
28146
28147 \begin_layout Standard
28148 is inserted in TeX-mode before the formula.
28149  This requires that the LaTeX-package 
28150 \series bold
28151 calc
28152 \series default
28153
28154 \begin_inset Foot
28155 status collapsed
28156
28157 \begin_layout Plain Layout
28158
28159 \series bold
28160 calc
28161 \series default
28162  is part of every LaTeX standard installation.
28163 \end_layout
28164
28165 \end_inset
28166
28167
28168 \begin_inset Index idx
28169 status collapsed
28170
28171 \begin_layout Plain Layout
28172 Packages ! calc
28173 \end_layout
28174
28175 \end_inset
28176
28177  was loaded in LaTeX-preamble with the line
28178 \end_layout
28179
28180 \begin_layout Standard
28181
28182 \series bold
28183
28184 \backslash
28185 usepackage{calc}
28186 \end_layout
28187
28188 \begin_layout Standard
28189 One gets: 
28190 \begin_inset ERT
28191 status collapsed
28192
28193 \begin_layout Plain Layout
28194
28195
28196 \backslash
28197 setlength{
28198 \backslash
28199 jot}{3mm+3pt}
28200 \end_layout
28201
28202 \end_inset
28203
28204
28205 \begin_inset Formula \begin{eqnarray*}
28206 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}\\
28207 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
28208 \end{eqnarray*}
28209
28210 \end_inset
28211
28212
28213 \end_layout
28214
28215 \begin_layout Standard
28216 \begin_inset ERT
28217 status collapsed
28218
28219 \begin_layout Plain Layout
28220
28221
28222 \backslash
28223 setlength{
28224 \backslash
28225 jot}{3pt}
28226 \end_layout
28227
28228 \end_inset
28229
28230  To get back to the predefined distance, 
28231 \series bold
28232
28233 \backslash
28234 jot
28235 \series default
28236  is set to the value 3
28237 \begin_inset space \thinspace{}
28238 \end_inset
28239
28240 pt.
28241 \end_layout
28242
28243 \begin_layout Subsubsection
28244 Column Separation
28245 \begin_inset CommandInset label
28246 LatexCommand label
28247 name "sub:Column-Separation"
28248
28249 \end_inset
28250
28251
28252 \begin_inset Index idx
28253 status collapsed
28254
28255 \begin_layout Plain Layout
28256 Formula ! multiline ! Column separation
28257 \end_layout
28258
28259 \end_inset
28260
28261
28262 \end_layout
28263
28264 \begin_layout Standard
28265 Multiline formulas form a matrix.
28266  A formula in the eqnarray environment is for example a matrix with three
28267  columns.
28268  By changing the column separation in this environment, the space beside
28269  the relation sign can be changed.
28270 \end_layout
28271
28272 \begin_layout Standard
28273 The column separation is specified with the length 
28274 \series bold
28275
28276 \backslash
28277 arraycolsep
28278 \series default
28279
28280 \begin_inset Index idx
28281 status collapsed
28282
28283 \begin_layout Plain Layout
28284 Commands ! A ! 
28285 \backslash
28286 arraycolsep
28287 \end_layout
28288
28289 \end_inset
28290
28291  according to:
28292 \begin_inset Newline newline
28293 \end_inset
28294
28295 column separation = 2
28296 \begin_inset space \thinspace{}
28297 \end_inset
28298
28299
28300 \series bold
28301
28302 \backslash
28303 arraycolsep
28304 \series default
28305
28306 \begin_inset Newline newline
28307 \end_inset
28308
28309 Thus, the command
28310 \end_layout
28311
28312 \begin_layout Standard
28313
28314 \series bold
28315
28316 \backslash
28317 setlength{
28318 \backslash
28319 arraycolsep}{1cm}
28320 \end_layout
28321
28322 \begin_layout Standard
28323 inserted in TeX-mode, sets for all following formulas a column separation
28324  of 2
28325 \begin_inset space \thinspace{}
28326 \end_inset
28327
28328 cm.
28329  To get back to the predefined distance, 
28330 \series bold
28331
28332 \backslash
28333 arraycolsep
28334 \series default
28335  is set to 5
28336 \begin_inset space \thinspace{}
28337 \end_inset
28338
28339 pt.
28340 \end_layout
28341
28342 \begin_layout Standard
28343 A formula with 2
28344 \begin_inset space \thinspace{}
28345 \end_inset
28346
28347 cm column separation:
28348 \begin_inset ERT
28349 status collapsed
28350
28351 \begin_layout Plain Layout
28352
28353
28354 \backslash
28355 setlength{
28356 \backslash
28357 arraycolsep}{1cm}
28358 \end_layout
28359
28360 \end_inset
28361
28362
28363 \begin_inset Formula \begin{eqnarray*}
28364 A & = & B\\
28365 C & \ne & A
28366 \end{eqnarray*}
28367
28368 \end_inset
28369
28370 A formula with the predefined column separation for matrices of 10
28371 \begin_inset space \thinspace{}
28372 \end_inset
28373
28374 pt:
28375 \begin_inset ERT
28376 status collapsed
28377
28378 \begin_layout Plain Layout
28379
28380
28381 \backslash
28382 setlength{
28383 \backslash
28384 arraycolsep}{5pt}
28385 \end_layout
28386
28387 \end_inset
28388
28389
28390 \begin_inset Formula \begin{eqnarray*}
28391 A & = & B\\
28392 C & \ne & A
28393 \end{eqnarray*}
28394
28395 \end_inset
28396
28397
28398 \end_layout
28399
28400 \begin_layout Subsubsection
28401 Long Formulas
28402 \begin_inset Index idx
28403 status collapsed
28404
28405 \begin_layout Plain Layout
28406 Formula ! long
28407 \end_layout
28408
28409 \end_inset
28410
28411
28412 \end_layout
28413
28414 \begin_layout Standard
28415 Long formulas can be typeset using these methods:
28416 \end_layout
28417
28418 \begin_layout Itemize
28419 When one side of the equation is much shorther than the line width, this
28420  one is chosen for the left side and the right side is typeset over two
28421  lines:
28422 \begin_inset Formula \begin{eqnarray}
28423 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 \\
28424  &  & -\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}
28425 \end{eqnarray}
28426
28427 \end_inset
28428
28429 The minus sign at the beginning of the second line does normally not appear
28430  as operator because it is the first character of the line.
28431  Thus it would not be surrounded by space and could not be distinguished
28432  from the fraction bar.
28433  To avoid this, 3
28434 \begin_inset space \thinspace{}
28435 \end_inset
28436
28437 pt space was inserted behind the minus sign with the command 
28438 \series bold
28439
28440 \backslash
28441 hspace
28442 \series default
28443 .
28444 \begin_inset Foot
28445 status collapsed
28446
28447 \begin_layout Plain Layout
28448 more about 
28449 \series bold
28450
28451 \backslash
28452 hspace
28453 \series default
28454  see 
28455 \begin_inset CommandInset ref
28456 LatexCommand ref
28457 reference "sub:Variable-Space"
28458
28459 \end_inset
28460
28461
28462 \end_layout
28463
28464 \end_inset
28465
28466
28467 \begin_inset Index idx
28468 status collapsed
28469
28470 \begin_layout Plain Layout
28471 Commands ! H ! 
28472 \backslash
28473 hspace
28474 \end_layout
28475
28476 \end_inset
28477
28478
28479 \end_layout
28480
28481 \begin_layout Itemize
28482 When both sides of the equation are too long, the command 
28483 \series bold
28484
28485 \backslash
28486 lefteqn
28487 \series default
28488
28489 \begin_inset Index idx
28490 status collapsed
28491
28492 \begin_layout Plain Layout
28493 Commands ! L ! 
28494 \backslash
28495 lefteqn
28496 \end_layout
28497
28498 \end_inset
28499
28500  is used.
28501  It is inserted to the first column of the first line and effects that all
28502  further insertions overwrite the following columns:
28503 \begin_inset Formula \begin{eqnarray}
28504 \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 \\
28505  &  & -\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 \\
28506  &  & =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}
28507 \end{eqnarray}
28508
28509 \end_inset
28510
28511 After the insertion of 
28512 \series bold
28513
28514 \backslash
28515 lefteqn
28516 \series default
28517 , the cursor is in a purple box that is a bit shifted to the left from the
28518  blue one.
28519  In this the formula is inserted.
28520 \begin_inset Newline newline
28521 \end_inset
28522
28523 The content of the further lines is inserted to the second or another formula
28524  column.
28525  The greater the column number where it was inserted, the larger the indentation.
28526 \begin_inset VSpace medskip
28527 \end_inset
28528
28529
28530 \begin_inset Newline newline
28531 \end_inset
28532
28533
28534 \begin_inset Note Greyedout
28535 status open
28536
28537 \begin_layout Plain Layout
28538 Note the following when using 
28539 \series bold
28540
28541 \backslash
28542 lefteqn
28543 \series default
28544 :
28545 \end_layout
28546
28547 \begin_layout Itemize
28548 The formula doesn't use the full page width.
28549  When e.
28550 \begin_inset space \thinspace{}
28551 \end_inset
28552
28553 g.
28554 \begin_inset space \space{}
28555 \end_inset
28556
28557 the term 
28558 \begin_inset Formula $-B^{2}$
28559 \end_inset
28560
28561  is added to the first line in the above example, it would have been outside
28562  the page margin.
28563  To better use the width, negative space can be inserted at the beginning
28564  of the first line.
28565 \end_layout
28566
28567 \begin_layout Itemize
28568 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28569  line.
28570 \begin_inset Foot
28571 status collapsed
28572
28573 \begin_layout Plain Layout
28574 \begin_inset CommandInset href
28575 LatexCommand href
28576 name "LyX-bug #1429"
28577 target "http://www.lyx.org/trac/ticket/1429"
28578
28579 \end_inset
28580
28581
28582 \end_layout
28583
28584 \end_inset
28585
28586  One can only set the cursor at the beginning of the line and move it with
28587  the arrow keys.
28588 \end_layout
28589
28590 \end_inset
28591
28592
28593 \end_layout
28594
28595 \begin_layout Itemize
28596 Other methods to set long formulas are offered by the environments described
28597  in 
28598 \begin_inset CommandInset ref
28599 LatexCommand ref
28600 reference "sub:Multline-Environment"
28601
28602 \end_inset
28603
28604  and 
28605 \begin_inset CommandInset ref
28606 LatexCommand ref
28607 reference "sub:Multiline-Formula-Parts"
28608
28609 \end_inset
28610
28611 .
28612 \end_layout
28613
28614 \begin_layout Subsubsection
28615 Multiline Brackets
28616 \begin_inset CommandInset label
28617 LatexCommand label
28618 name "sub:Multiline-Brackets"
28619
28620 \end_inset
28621
28622
28623 \begin_inset Index idx
28624 status collapsed
28625
28626 \begin_layout Plain Layout
28627 Brackets ! for multiline expressions
28628 \end_layout
28629
28630 \end_inset
28631
28632
28633 \end_layout
28634
28635 \begin_layout Standard
28636 For brackets spanning multiple lines the following problem occurs:
28637 \begin_inset Formula \begin{eqnarray*}
28638 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28639  &  & \left.\cdots+B-D\right]
28640 \end{eqnarray*}
28641
28642 \end_inset
28643
28644
28645 \end_layout
28646
28647 \begin_layout Standard
28648 The closing bracket is smaller than the opening bracket because brackets
28649  with variable size may not span multiple lines.
28650 \end_layout
28651
28652 \begin_layout Standard
28653 To set the bracket size for the second line correctly, the first line is
28654  ended with 
28655 \series bold
28656
28657 \backslash
28658 right.
28659 \series default
28660
28661 \begin_inset Index idx
28662 status collapsed
28663
28664 \begin_layout Plain Layout
28665 Commands ! R ! 
28666 \backslash
28667 right
28668 \end_layout
28669
28670 \end_inset
28671
28672  and the second line with 
28673 \series bold
28674
28675 \backslash
28676 left.
28677 \begin_inset Foot
28678 status collapsed
28679
28680 \begin_layout Plain Layout
28681 for more about 
28682 \series bold
28683
28684 \backslash
28685 left
28686 \series default
28687  and 
28688 \series bold
28689
28690 \backslash
28691 right
28692 \series default
28693  see 
28694 \begin_inset CommandInset ref
28695 LatexCommand ref
28696 reference "sub:Automatic-Bracket-Size"
28697
28698 \end_inset
28699
28700
28701 \end_layout
28702
28703 \end_inset
28704
28705
28706 \series default
28707
28708 \begin_inset Index idx
28709 status collapsed
28710
28711 \begin_layout Plain Layout
28712 Commands ! L ! 
28713 \backslash
28714 left
28715 \end_layout
28716
28717 \end_inset
28718
28719 .
28720  After 
28721 \series bold
28722
28723 \backslash
28724 left.
28725
28726 \series default
28727  the command 
28728 \series bold
28729
28730 \backslash
28731 vphantom
28732 \series default
28733
28734 \begin_inset ERT
28735 status collapsed
28736
28737 \begin_layout Plain Layout
28738
28739
28740 \backslash
28741 spce 
28742 \end_layout
28743
28744 \end_inset
28745
28746
28747 \series bold
28748
28749 \backslash
28750 prod
28751 \series default
28752 ^
28753 \begin_inset ERT
28754 status collapsed
28755
28756 \begin_layout Plain Layout
28757
28758
28759 \backslash
28760 spce 
28761 \end_layout
28762
28763 \end_inset
28764
28765
28766 \series bold
28767
28768 \backslash
28769 infty
28770 \series default
28771
28772 \begin_inset ERT
28773 status collapsed
28774
28775 \begin_layout Plain Layout
28776
28777
28778 \backslash
28779 spce 
28780 \end_layout
28781
28782 \end_inset
28783
28784
28785 \series bold
28786
28787 \begin_inset Formula $\downarrow$
28788 \end_inset
28789
28790 _R=1}
28791 \series default
28792
28793 \begin_inset Index idx
28794 status collapsed
28795
28796 \begin_layout Plain Layout
28797 Commands ! V ! 
28798 \backslash
28799 vphantom
28800 \end_layout
28801
28802 \end_inset
28803
28804  is inserted, because the multiplication operator with its limits is the
28805  largest symbol in the first line and this should be the size for the bracket
28806  in the second line.
28807 \end_layout
28808
28809 \begin_layout Standard
28810 The result is this:
28811 \begin_inset Formula \begin{eqnarray*}
28812 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28813  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28814 \end{eqnarray*}
28815
28816 \end_inset
28817
28818
28819 \end_layout
28820
28821 \begin_layout Subsection
28822 Align Environments
28823 \end_layout
28824
28825 \begin_layout Standard
28826 Align environments can be used for every kind of multiline formulas.
28827  They are specially useful to set several formulas side by side.
28828 \end_layout
28829
28830 \begin_layout Standard
28831 Align environments consist of columns.
28832  The odd columns are right aligned, the even ones left aligned.
28833  Every line in an Align environment can be numbered.
28834 \end_layout
28835
28836 \begin_layout Standard
28837 Align environments are created via the menu 
28838 \family sans
28839 Insert\SpecialChar \menuseparator
28840 Math
28841 \family default
28842 .
28843  With the menu 
28844 \family sans
28845 Edit\SpecialChar \menuseparator
28846 Math\SpecialChar \menuseparator
28847 Change Formula Type
28848 \family default
28849  already existing formulas can be converted to Align environments.
28850 \end_layout
28851
28852 \begin_layout Standard
28853 To add or delete columns, the math toolbar buttons 
28854 \begin_inset Graphics
28855         filename ../images/tabular-feature_append-column.png
28856         scale 85
28857
28858 \end_inset
28859
28860  or 
28861 \begin_inset Graphics
28862         filename ../images/tabular-feature_delete-column.png
28863         scale 85
28864
28865 \end_inset
28866
28867 , respectively, or the menu 
28868 \family sans
28869 Edit\SpecialChar \menuseparator
28870 Rows & Columns
28871 \family default
28872  can be used.
28873 \end_layout
28874
28875 \begin_layout Subsubsection
28876 Standard align Environment
28877 \begin_inset CommandInset label
28878 LatexCommand label
28879 name "sub:Standard-align-Environment"
28880
28881 \end_inset
28882
28883
28884 \begin_inset Index idx
28885 status collapsed
28886
28887 \begin_layout Plain Layout
28888 Formula ! multiline ! align environment
28889 \end_layout
28890
28891 \end_inset
28892
28893
28894 \end_layout
28895
28896 \begin_layout Standard
28897 This Align environment is created by presssing 
28898 \begin_inset Info
28899 type  "shortcut"
28900 arg   "newline-insert newline"
28901 \end_inset
28902
28903  in a formula or by the menu 
28904 \family sans
28905 Insert\SpecialChar \menuseparator
28906 Math\SpecialChar \menuseparator
28907 AMS align Environment
28908 \family default
28909 .
28910 \end_layout
28911
28912 \begin_layout Standard
28913 An example for two formulas set side by side, that are created with a four
28914  column align environment:
28915 \begin_inset Formula \begin{align*}
28916 A & =\sin(B) & C & =D\\
28917 C & \ne A & B & \ne D
28918 \end{align*}
28919
28920 \end_inset
28921
28922 As it can be seen, the formulas in this environment are placed so as if
28923  there would be a 
28924 \series bold
28925
28926 \backslash
28927 hfill
28928 \begin_inset Foot
28929 status collapsed
28930
28931 \begin_layout Plain Layout
28932 more about 
28933 \series bold
28934
28935 \backslash
28936 hfill
28937 \series default
28938  see 
28939 \begin_inset CommandInset ref
28940 LatexCommand ref
28941 reference "sub:Variable-Space"
28942
28943 \end_inset
28944
28945
28946 \end_layout
28947
28948 \end_inset
28949
28950
28951 \series default
28952  before the first and after every even column.
28953  When the formula style 
28954 \series bold
28955 Indented
28956 \begin_inset Foot
28957 status collapsed
28958
28959 \begin_layout Plain Layout
28960 formula styles see 
28961 \begin_inset CommandInset ref
28962 LatexCommand ref
28963 reference "sec:Formula-Styles"
28964
28965 \end_inset
28966
28967
28968 \end_layout
28969
28970 \end_inset
28971
28972
28973 \series default
28974  is used, the formula is set without the 
28975 \series bold
28976
28977 \backslash
28978 hfill
28979 \series default
28980  before the first column.
28981 \end_layout
28982
28983 \begin_layout Subsubsection
28984 Alignat Environment
28985 \begin_inset Index idx
28986 status collapsed
28987
28988 \begin_layout Plain Layout
28989 Formula ! multiline ! alignat environment
28990 \end_layout
28991
28992 \end_inset
28993
28994
28995 \end_layout
28996
28997 \begin_layout Standard
28998 The alignat environment has no predefined column separation.
28999  It can be inserted manually with the spaces that are described 
29000 \begin_inset CommandInset ref
29001 LatexCommand ref
29002 reference "sub:Space"
29003
29004 \end_inset
29005
29006 .
29007 \end_layout
29008
29009 \begin_layout Standard
29010 The above example in the alignat environment where 1
29011 \begin_inset space \thinspace{}
29012 \end_inset
29013
29014 cm space was inserted at the beginning of the second formula:
29015 \begin_inset Formula \begin{alignat*}{2}
29016 A & =\sin(B) & \hspace{1cm}C & =D\\
29017 C & \ne A & B & \ne D
29018 \end{alignat*}
29019
29020 \end_inset
29021
29022 Because the column separation can be set separately for every column, this
29023  environment is especially suitable to set three and more formulas side
29024  by side.
29025 \end_layout
29026
29027 \begin_layout Subsubsection
29028 Flalign Environment
29029 \begin_inset CommandInset label
29030 LatexCommand label
29031 name "sub:Flalign-Environment"
29032
29033 \end_inset
29034
29035
29036 \begin_inset Index idx
29037 status collapsed
29038
29039 \begin_layout Plain Layout
29040 Formula ! multiline ! flalign environment
29041 \end_layout
29042
29043 \end_inset
29044
29045
29046 \end_layout
29047
29048 \begin_layout Standard
29049 In this environment the first two columns are always set as much as possible
29050  to the left and the last two ones to the right.
29051  An example:
29052 \begin_inset Formula \begin{flalign*}
29053 A & =1 & B & =2 & C & =3\\
29054 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29055 \end{flalign*}
29056
29057 \end_inset
29058
29059
29060 \end_layout
29061
29062 \begin_layout Standard
29063 By creating a flalign environment with an odd number of columns where an
29064  empty TeX-brace is inserted to the last column, several formulas in a document
29065  can be set to the left, although the formula style 
29066 \series bold
29067 Centered
29068 \series default
29069  is used.
29070  As example the indented formula 
29071 \begin_inset CommandInset ref
29072 LatexCommand eqref
29073 reference "eq:VolInt"
29074
29075 \end_inset
29076
29077 :
29078 \begin_inset Formula \begin{flalign}
29079 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
29080
29081 \end_inset
29082
29083 The first two columns contain the formula.
29084  To indent it as with the formula style 
29085 \series bold
29086 Indented
29087 \series default
29088 , 30
29089 \begin_inset space \thinspace{}
29090 \end_inset
29091
29092 pt space was inserted at the beginning of the first column.
29093 \end_layout
29094
29095 \begin_layout Subsection
29096 Eqnarray Environment
29097 \begin_inset CommandInset label
29098 LatexCommand label
29099 name "sub:Eqnarray-Environment"
29100
29101 \end_inset
29102
29103
29104 \begin_inset Index idx
29105 status collapsed
29106
29107 \begin_layout Plain Layout
29108 Formula ! multiline ! eqnarray environment
29109 \end_layout
29110
29111 \end_inset
29112
29113
29114 \end_layout
29115
29116 \begin_layout Standard
29117 When this environment has been created, three blue boxes appear.
29118  The content of the first box is right aligned, the content of the last
29119  one left aligned.
29120  The content of the middle box appears centered and a bit smaller, because
29121  it is designed to insert there only relation characters.
29122 \begin_inset Formula \begin{eqnarray*}
29123 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29124 AB & AB & AB\\
29125 A & = & A
29126 \end{eqnarray*}
29127
29128 \end_inset
29129
29130
29131 \end_layout
29132
29133 \begin_layout Subsection
29134 Gather Environment
29135 \begin_inset Index idx
29136 status collapsed
29137
29138 \begin_layout Plain Layout
29139 Formula ! multiline ! gather environment
29140 \end_layout
29141
29142 \end_inset
29143
29144
29145 \end_layout
29146
29147 \begin_layout Standard
29148 This environment consists of only one centered column.
29149  Every line can be numbered.
29150 \begin_inset Formula \begin{gather}
29151 A=1\\
29152 X=\textrm{-}1
29153 \end{gather}
29154
29155 \end_inset
29156
29157
29158 \end_layout
29159
29160 \begin_layout Subsection
29161 Multline Environment
29162 \begin_inset CommandInset label
29163 LatexCommand label
29164 name "sub:Multline-Environment"
29165
29166 \end_inset
29167
29168
29169 \begin_inset Index idx
29170 status collapsed
29171
29172 \begin_layout Plain Layout
29173 Formula ! multiline ! multline environment
29174 \end_layout
29175
29176 \end_inset
29177
29178
29179 \end_layout
29180
29181 \begin_layout Standard
29182 The multline environment consists, like the gather environment, of only
29183  one column.
29184  But the first line is left aligned, the last one right aligned.
29185  All other lines are centered.
29186  Therefore this environment is suitable for long formulas.
29187  As example formula 
29188 \begin_inset CommandInset ref
29189 LatexCommand eqref
29190 reference "eq:lefteqn"
29191
29192 \end_inset
29193
29194  in the multline environment:
29195 \begin_inset Formula \begin{multline}
29196 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}\\
29197 -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}\\
29198 =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}}
29199 \end{multline}
29200
29201 \end_inset
29202
29203
29204 \end_layout
29205
29206 \begin_layout Standard
29207 In the output only the last (first) line of a multline environment appears
29208  numbered when the document numbering is right (left).
29209 \begin_inset Foot
29210 status collapsed
29211
29212 \begin_layout Plain Layout
29213 numbering styles see 
29214 \begin_inset CommandInset ref
29215 LatexCommand ref
29216 reference "sec:Formula-Styles"
29217
29218 \end_inset
29219
29220
29221 \end_layout
29222
29223 \end_inset
29224
29225
29226 \end_layout
29227
29228 \begin_layout Standard
29229 With the commands 
29230 \series bold
29231
29232 \backslash
29233 shoveright
29234 \series default
29235
29236 \begin_inset Index idx
29237 status collapsed
29238
29239 \begin_layout Plain Layout
29240 Commands ! S ! 
29241 \backslash
29242 shoveright
29243 \end_layout
29244
29245 \end_inset
29246
29247  and 
29248 \series bold
29249
29250 \backslash
29251 shoveleft
29252 \series default
29253
29254 \begin_inset Index idx
29255 status collapsed
29256
29257 \begin_layout Plain Layout
29258 Commands ! S ! 
29259 \backslash
29260 shoveleft
29261 \end_layout
29262
29263 \end_inset
29264
29265  a centered line can be right or left aligned, respectively.
29266  The commands are used as follows:
29267 \end_layout
29268
29269 \begin_layout Standard
29270
29271 \series bold
29272
29273 \backslash
29274 shoveright{line content}
29275 \series default
29276  and 
29277 \series bold
29278
29279 \backslash
29280 shoveleft{line content}
29281 \end_layout
29282
29283 \begin_layout Standard
29284 \begin_inset VSpace medskip
29285 \end_inset
29286
29287 The length 
29288 \series bold
29289
29290 \backslash
29291 multlinegap
29292 \series default
29293
29294 \begin_inset Index idx
29295 status collapsed
29296
29297 \begin_layout Plain Layout
29298 Commands ! M ! 
29299 \backslash
29300 multlinegap
29301 \end_layout
29302
29303 \end_inset
29304
29305  specifies the distance of the first line from the left page margin.
29306  Predefined is the length 0
29307 \begin_inset space \thinspace{}
29308 \end_inset
29309
29310 pt.
29311 \end_layout
29312
29313 \begin_layout Standard
29314 As example the above formula where the command
29315 \end_layout
29316
29317 \begin_layout Standard
29318
29319 \series bold
29320
29321 \backslash
29322 setlength{
29323 \backslash
29324 multlinegap}{2cm}
29325 \end_layout
29326
29327 \begin_layout Standard
29328 was inserted in TeX-mode before:
29329 \begin_inset ERT
29330 status collapsed
29331
29332 \begin_layout Plain Layout
29333
29334
29335 \backslash
29336 setlength{
29337 \backslash
29338 multlinegap}{2cm}
29339 \end_layout
29340
29341 \end_inset
29342
29343
29344 \begin_inset Formula \begin{multline}
29345 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}\\
29346 \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}}\\
29347 =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}}
29348 \end{multline}
29349
29350 \end_inset
29351
29352
29353 \begin_inset ERT
29354 status collapsed
29355
29356 \begin_layout Plain Layout
29357
29358
29359 \backslash
29360 setlength{
29361 \backslash
29362 multlinegap}{0pt}
29363 \end_layout
29364
29365 \end_inset
29366
29367 The second line was left aligned using 
29368 \series bold
29369
29370 \backslash
29371 shoveleft
29372 \series default
29373 .
29374 \end_layout
29375
29376 \begin_layout Subsection
29377 Multiline Formula Parts
29378 \begin_inset CommandInset label
29379 LatexCommand label
29380 name "sub:Multiline-Formula-Parts"
29381
29382 \end_inset
29383
29384
29385 \begin_inset Index idx
29386 status collapsed
29387
29388 \begin_layout Plain Layout
29389 Formula ! multiline ! formula parts
29390 \end_layout
29391
29392 \end_inset
29393
29394
29395 \end_layout
29396
29397 \begin_layout Standard
29398 To display only parts of a formula with multiple lines, one of the following
29399  environments are used: 
29400 \series bold
29401 aligned
29402 \series default
29403
29404 \series bold
29405 alignedat
29406 \series default
29407
29408 \series bold
29409 gathered
29410 \series default
29411  or 
29412 \series bold
29413 split
29414 \series default
29415 .
29416  They can be inserted via the menu 
29417 \family sans
29418 Insert\SpecialChar \menuseparator
29419 Math
29420 \family default
29421  or by using the commands described in this section.
29422 \end_layout
29423
29424 \begin_layout Standard
29425 The first three have the same properties as the corresponding multiline
29426  formula environments, but it is possible to set further formula parts beside
29427  them.
29428  An example:
29429 \begin_inset Formula \[
29430 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29431 \Delta E\Delta t & \ge\frac{\hbar}{2}
29432 \end{aligned}
29433 \right\} \textrm{Uncertainty relations}\]
29434
29435 \end_inset
29436
29437
29438 \end_layout
29439
29440 \begin_layout Standard
29441 To get this formula, a displayed formula is created where the command 
29442 \series bold
29443
29444 \backslash
29445 aligned
29446 \series default
29447
29448 \begin_inset Index idx
29449 status collapsed
29450
29451 \begin_layout Plain Layout
29452 Commands ! A ! 
29453 \backslash
29454 aligned
29455 \end_layout
29456
29457 \end_inset
29458
29459  is inserted.
29460  A purple box appears around the blue formula box where now columns and
29461  lines can be added.
29462  Outside the multiline environment other formula parts can be set, like
29463  the brace.
29464 \end_layout
29465
29466 \begin_layout Standard
29467 The aligned environment is also suitable for long formulas whose lines are
29468  horizontally aligned.
29469  Using aligned in a displayed formula has the advantage that the formula
29470  number is vertically centered behind the lines.
29471  As example formula 
29472 \begin_inset CommandInset ref
29473 LatexCommand eqref
29474 reference "eq:shortlong"
29475
29476 \end_inset
29477
29478  in the aligned environment:
29479 \begin_inset Formula \begin{equation}
29480 \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}|}\\
29481  & -\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}|}
29482 \end{aligned}
29483 \end{equation}
29484
29485 \end_inset
29486
29487
29488 \end_layout
29489
29490 \begin_layout Standard
29491 To use the environments 
29492 \series bold
29493 alignedat
29494 \series default
29495
29496 \series bold
29497 gathered
29498 \series default
29499 , or 
29500 \series bold
29501 split
29502 \series default
29503 , the command 
29504 \series bold
29505
29506 \backslash
29507 alignedat
29508 \series default
29509 ,
29510 \begin_inset Index idx
29511 status collapsed
29512
29513 \begin_layout Plain Layout
29514 Commands ! A ! 
29515 \backslash
29516 alignedat
29517 \end_layout
29518
29519 \end_inset
29520
29521  
29522 \series bold
29523
29524 \backslash
29525 gathered
29526 \series default
29527
29528 \begin_inset Index idx
29529 status collapsed
29530
29531 \begin_layout Plain Layout
29532 Commands ! G ! 
29533 \backslash
29534 gathered
29535 \end_layout
29536
29537 \end_inset
29538
29539 , or 
29540 \series bold
29541
29542 \backslash
29543 split
29544 \series default
29545
29546 \begin_inset Index idx
29547 status collapsed
29548
29549 \begin_layout Plain Layout
29550 Commands ! S ! 
29551 \backslash
29552 split
29553 \end_layout
29554
29555 \end_inset
29556
29557  are inserted, respectively.
29558  The split environment has the same properties as the aligned environment
29559  but it can only have two columns.
29560 \end_layout
29561
29562 \begin_layout Subsection
29563 Text in multiline Formulas
29564 \begin_inset CommandInset label
29565 LatexCommand label
29566 name "sub:Text-in-multiline"
29567
29568 \end_inset
29569
29570
29571 \begin_inset Index idx
29572 status collapsed
29573
29574 \begin_layout Plain Layout
29575 Text ! in formulas
29576 \end_layout
29577
29578 \end_inset
29579
29580
29581 \begin_inset Index idx
29582 status collapsed
29583
29584 \begin_layout Plain Layout
29585 Formula ! multiline ! text
29586 \end_layout
29587
29588 \end_inset
29589
29590
29591 \end_layout
29592
29593 \begin_layout Standard
29594 In the Align environments, and the multline and gather environment, text
29595  can be inserted that will appear in a separate line and doesn't affect
29596  the column alignment.
29597  To do this, the command 
29598 \series bold
29599
29600 \backslash
29601 intertext
29602 \series default
29603
29604 \begin_inset Index idx
29605 status collapsed
29606
29607 \begin_layout Plain Layout
29608 Commands ! I ! 
29609 \backslash
29610 intertext
29611 \end_layout
29612
29613 \end_inset
29614
29615  is used in the following scheme:
29616 \end_layout
29617
29618 \begin_layout Standard
29619
29620 \series bold
29621
29622 \backslash
29623 intertext{text}
29624 \end_layout
29625
29626 \begin_layout Standard
29627 The text should not be longer than a line because it cannot be hyphenated.
29628  As LyX doesn't yet support 
29629 \series bold
29630
29631 \backslash
29632 intertext
29633 \series default
29634  directly, the text is written as mathematical text.
29635  
29636 \series bold
29637
29638 \backslash
29639 intertext
29640 \series default
29641  must hereby be at the beginning of a line and appears in the output above
29642  this line.
29643  An example where the text was inserted at the beginning of the second line:
29644 \begin_inset Formula \begin{align}
29645 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29646 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29647 \end{align}
29648
29649 \end_inset
29650
29651
29652 \end_layout
29653
29654 \begin_layout Section
29655 Formula Numbering
29656 \begin_inset Index idx
29657 status collapsed
29658
29659 \begin_layout Plain Layout
29660 Formula numbering
29661 \end_layout
29662
29663 \end_inset
29664
29665
29666 \begin_inset Index idx
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670 Formula ! numbering|see
29671 \begin_inset ERT
29672 status collapsed
29673
29674 \begin_layout Plain Layout
29675
29676 {
29677 \end_layout
29678
29679 \end_inset
29680
29681 Formula numbering
29682 \begin_inset ERT
29683 status collapsed
29684
29685 \begin_layout Plain Layout
29686
29687 }
29688 \end_layout
29689
29690 \end_inset
29691
29692
29693 \end_layout
29694
29695 \end_inset
29696
29697
29698 \end_layout
29699
29700 \begin_layout Subsection
29701 General
29702 \end_layout
29703
29704 \begin_layout Standard
29705 Numbered formulas can be created with the menu 
29706 \family sans
29707 Insert\SpecialChar \menuseparator
29708 Math\SpecialChar \menuseparator
29709 Numbered
29710 \begin_inset space ~
29711 \end_inset
29712
29713 Formula
29714 \family default
29715  (shortcut 
29716 \family sans
29717 Ctrl+Alt
29718 \begin_inset space ~
29719 \end_inset
29720
29721 N
29722 \family default
29723 ).
29724  Existing formulas can be numbered with the menu 
29725 \family sans
29726 Edit\SpecialChar \menuseparator
29727 Math\SpecialChar \menuseparator
29728 Toggle
29729 \begin_inset space ~
29730 \end_inset
29731
29732 Numbering
29733 \family default
29734  (shortcut 
29735 \begin_inset Info
29736 type  "shortcut"
29737 arg   "math-number-toggle"
29738 \end_inset
29739
29740 ).
29741  The formula number is displayed in LyX behind the formula as number sign
29742  in parentheses.
29743  The number sign is replaced in the output by the formula number.
29744 \end_layout
29745
29746 \begin_layout Standard
29747 When numbering is turned on in multiline formulas, all lines will be numbered.
29748  But the numbering can be controlled with the menu 
29749 \family sans
29750 Edit\SpecialChar \menuseparator
29751 Math\SpecialChar \menuseparator
29752 Toggle
29753 \begin_inset space ~
29754 \end_inset
29755
29756 Numbering
29757 \begin_inset space ~
29758 \end_inset
29759
29760 of
29761 \begin_inset space ~
29762 \end_inset
29763
29764 Line
29765 \family default
29766  (shortcut
29767 \begin_inset Info
29768 type  "shortcut"
29769 arg   "math-number-line-toggle"
29770 \end_inset
29771
29772 ) for every line.
29773 \end_layout
29774
29775 \begin_layout Standard
29776 Except for inline formulas, all formulas can be numbered with two different
29777  styles, see 
29778 \begin_inset CommandInset ref
29779 LatexCommand ref
29780 reference "sec:Formula-Styles"
29781
29782 \end_inset
29783
29784 .
29785 \end_layout
29786
29787 \begin_layout Subsection
29788 Cross-References
29789 \begin_inset Index idx
29790 status collapsed
29791
29792 \begin_layout Plain Layout
29793 Cross-references ! to formulas
29794 \end_layout
29795
29796 \end_inset
29797
29798
29799 \end_layout
29800
29801 \begin_layout Standard
29802 All labeled formulas can be cross-referenced.
29803  A label is added by the menu 
29804 \family sans
29805 Insert\SpecialChar \menuseparator
29806 Label
29807 \family default
29808  or the toolbar button 
29809 \begin_inset Graphics
29810         filename ../images/label-insert.png
29811         scale 85
29812
29813 \end_inset
29814
29815 .
29816  The cursor must hereby be inside a displayed formula.
29817  A dialog pops up displaying the prefix 
29818 \series bold
29819 eq:
29820 \series default
29821  in a text field.
29822  The label is inserted there behind the prefix.
29823  The predefined prefix means 
29824 \begin_inset Quotes eld
29825 \end_inset
29826
29827 equation
29828 \begin_inset Quotes erd
29829 \end_inset
29830
29831  and makes it easier to find labels in large documents because it marks
29832  it as formula label to divide it from e.
29833 \begin_inset space \thinspace{}
29834 \end_inset
29835
29836 g.
29837 \begin_inset space \space{}
29838 \end_inset
29839
29840 section labels.
29841  To change a label, the menu 
29842 \family sans
29843 Insert\SpecialChar \menuseparator
29844 Label
29845 \family default
29846  is used again.
29847 \end_layout
29848
29849 \begin_layout Standard
29850 The name of the label is displayed in LyX within two parentheses behind
29851  formula.
29852  A formula with a label is always numbered.
29853 \end_layout
29854
29855 \begin_layout Standard
29856 Cross-references are inserted via the menu 
29857 \family sans
29858 Insert\SpecialChar \menuseparator
29859 Cross-Reference
29860 \family default
29861  or with the toolbar button 
29862 \begin_inset Graphics
29863         filename ../images/dialog-show-new-inset_ref.png
29864         scale 85
29865
29866 \end_inset
29867
29868 .
29869  A formula cross-reference appears in the output as formula number.
29870  When in the cross-reference dialog window the format 
29871 \series bold
29872 (<reference>)
29873 \series default
29874  is chosen, the cross-reference appears in the output as formula number
29875  in parentheses.
29876 \begin_inset Newline newline
29877 \end_inset
29878
29879 By right-clicking on a cross-reference in LyX, one jumps to the formula
29880  that is referenced.
29881 \end_layout
29882
29883 \begin_layout Standard
29884 Here are as examples cross-references to formulas of the following subsections:
29885 \begin_inset Note Note
29886 status open
29887
29888 \begin_layout Plain Layout
29889 Note the different cross-reference types.
29890 \end_layout
29891
29892 \end_inset
29893
29894
29895 \end_layout
29896
29897 \begin_layout Standard
29898 The equations 
29899 \begin_inset CommandInset ref
29900 LatexCommand eqref
29901 reference "eq:tag"
29902
29903 \end_inset
29904
29905  and 
29906 \begin_inset CommandInset ref
29907 LatexCommand eqref
29908 reference "eq:c"
29909
29910 \end_inset
29911
29912  are equivalent.
29913  In (
29914 \begin_inset CommandInset ref
29915 LatexCommand ref
29916 reference "eq:Lat"
29917
29918 \end_inset
29919
29920 ) big Latin letters are used for the numbering in contrary to (
29921 \begin_inset CommandInset ref
29922 LatexCommand ref
29923 reference "eq:Rom"
29924
29925 \end_inset
29926
29927 ).
29928 \end_layout
29929
29930 \begin_layout Standard
29931 \begin_inset VSpace medskip
29932 \end_inset
29933
29934 When the argument of 
29935 \series bold
29936
29937 \backslash
29938 tag
29939 \begin_inset Foot
29940 status collapsed
29941
29942 \begin_layout Plain Layout
29943
29944 \series bold
29945
29946 \backslash
29947 tag
29948 \series default
29949  is described in 
29950 \begin_inset CommandInset ref
29951 LatexCommand ref
29952 reference "sub:User-defined-Numbering"
29953
29954 \end_inset
29955
29956 .
29957 \end_layout
29958
29959 \end_inset
29960
29961
29962 \series default
29963  contains a box like in 
29964 \begin_inset CommandInset ref
29965 LatexCommand ref
29966 reference "sub:Paragraph-Boxes"
29967
29968 \end_inset
29969
29970 , the formula cannot be referenced.
29971 \end_layout
29972
29973 \begin_layout Subsection
29974 Subnumbering
29975 \begin_inset Index idx
29976 status collapsed
29977
29978 \begin_layout Plain Layout
29979 Formula numbering ! subnumbering
29980 \end_layout
29981
29982 \end_inset
29983
29984
29985 \end_layout
29986
29987 \begin_layout Standard
29988 With the help of the commands 
29989 \series bold
29990
29991 \backslash
29992 begin{subequations}
29993 \series default
29994  and 
29995 \series bold
29996
29997 \backslash
29998 end{subequations}
29999 \series default
30000  formulas can be subnumbered.
30001  Both commands are inserted in TeX-mode.
30002 \end_layout
30003
30004 \begin_layout Standard
30005 An example:
30006 \begin_inset Formula \begin{equation}
30007 A=C-B\label{eq:a}\end{equation}
30008
30009 \end_inset
30010
30011
30012 \begin_inset ERT
30013 status collapsed
30014
30015 \begin_layout Plain Layout
30016
30017
30018 \backslash
30019 addtocounter{equation}{-1}
30020 \end_layout
30021
30022 \end_inset
30023
30024
30025 \begin_inset ERT
30026 status collapsed
30027
30028 \begin_layout Plain Layout
30029
30030
30031 \backslash
30032 begin{subequations}
30033 \end_layout
30034
30035 \end_inset
30036
30037
30038 \begin_inset VSpace -5mm
30039 \end_inset
30040
30041
30042 \begin_inset Formula \begin{equation}
30043 B=C-A\label{eq:b}\end{equation}
30044
30045 \end_inset
30046
30047
30048 \begin_inset Formula \begin{equation}
30049 C=A+B\label{eq:c}\end{equation}
30050
30051 \end_inset
30052
30053
30054 \end_layout
30055
30056 \begin_layout Standard
30057 \begin_inset ERT
30058 status collapsed
30059
30060 \begin_layout Plain Layout
30061
30062
30063 \backslash
30064 end{subequations}
30065 \end_layout
30066
30067 \end_inset
30068
30069
30070 \end_layout
30071
30072 \begin_layout Standard
30073 To create the example, the following is done:
30074 \end_layout
30075
30076 \begin_layout Enumerate
30077 first formula is inserted
30078 \end_layout
30079
30080 \begin_layout Enumerate
30081
30082 \series bold
30083
30084 \backslash
30085 addtocounter{equation}{-1} 
30086 \backslash
30087 begin{subequations}
30088 \begin_inset Index idx
30089 status collapsed
30090
30091 \begin_layout Plain Layout
30092 Commands ! A ! 
30093 \backslash
30094 addtocounter
30095 \end_layout
30096
30097 \end_inset
30098
30099
30100 \begin_inset Newline newline
30101 \end_inset
30102
30103
30104 \series default
30105 is inserted after the first formula
30106 \end_layout
30107
30108 \begin_layout Enumerate
30109 second formula is inserted
30110 \end_layout
30111
30112 \begin_layout Enumerate
30113 third formula is inserted
30114 \end_layout
30115
30116 \begin_layout Enumerate
30117
30118 \series bold
30119
30120 \backslash
30121 end{subequations}
30122 \series default
30123  is inserted after the third formula
30124 \end_layout
30125
30126 \begin_layout Standard
30127 Every formula between the commands 
30128 \series bold
30129
30130 \backslash
30131 begin
30132 \series default
30133  and 
30134 \series bold
30135
30136 \backslash
30137 end
30138 \series default
30139  is subnumbered as a, b, 
30140 \begin_inset Newline linebreak
30141 \end_inset
30142
30143 c, \SpecialChar \ldots{}
30144  For multiline formulas every line will be subnumbered.
30145  All subnumbered formulas are treated as 
30146 \emph on
30147 one
30148 \emph default
30149  numbered formula.
30150  But as every numbered formula increases the counter 
30151 \series bold
30152 equation
30153 \series default
30154  by one, the command 
30155 \series bold
30156
30157 \backslash
30158 addtocounter
30159 \series default
30160  is needed to decrease it.
30161  Otherwise the formulas 
30162 \begin_inset CommandInset ref
30163 LatexCommand eqref
30164 reference "eq:a"
30165
30166 \end_inset
30167
30168
30169 \begin_inset CommandInset ref
30170 LatexCommand eqref
30171 reference "eq:b"
30172
30173 \end_inset
30174
30175
30176 \begin_inset CommandInset ref
30177 LatexCommand eqref
30178 reference "eq:c"
30179
30180 \end_inset
30181
30182  would be numbered as 
30183 \begin_inset CommandInset ref
30184 LatexCommand eqref
30185 reference "eq:a"
30186
30187 \end_inset
30188
30189
30190 \begin_inset CommandInset ref
30191 LatexCommand eqref
30192 reference "eq:d"
30193
30194 \end_inset
30195
30196
30197 \begin_inset CommandInset ref
30198 LatexCommand eqref
30199 reference "eq:f"
30200
30201 \end_inset
30202
30203 .
30204 \end_layout
30205
30206 \begin_layout Standard
30207 By inserting the commands in TeX-mode, a space is created between the first
30208  two formulas.
30209  To revert this -5
30210 \begin_inset space \thinspace{}
30211 \end_inset
30212
30213 mm vertical space is inserted after the command 
30214 \series bold
30215
30216 \backslash
30217 begin{subequations}
30218 \series default
30219 .
30220  When the formula style 
30221 \series bold
30222 Indented
30223 \begin_inset Foot
30224 status collapsed
30225
30226 \begin_layout Plain Layout
30227 formula styles see 
30228 \begin_inset CommandInset ref
30229 LatexCommand ref
30230 reference "sec:Formula-Styles"
30231
30232 \end_inset
30233
30234
30235 \end_layout
30236
30237 \end_inset
30238
30239
30240 \series default
30241  is used, -7
30242 \begin_inset space \thinspace{}
30243 \end_inset
30244
30245 mm space is inserted instead.
30246 \end_layout
30247
30248 \begin_layout Standard
30249 Here is an example for a multiline formula where the numbering was turned
30250  off for the second line:
30251 \begin_inset ERT
30252 status collapsed
30253
30254 \begin_layout Plain Layout
30255
30256
30257 \backslash
30258 begin{subequations}
30259 \end_layout
30260
30261 \end_inset
30262
30263
30264 \begin_inset Formula \begin{eqnarray}
30265 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30266  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30267  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30268 \end{eqnarray}
30269
30270 \end_inset
30271
30272
30273 \begin_inset ERT
30274 status collapsed
30275
30276 \begin_layout Plain Layout
30277
30278
30279 \backslash
30280 end{subequations}
30281 \end_layout
30282
30283 \end_inset
30284
30285
30286 \end_layout
30287
30288 \begin_layout Subsection
30289 User-defined Numbering
30290 \begin_inset CommandInset label
30291 LatexCommand label
30292 name "sub:User-defined-Numbering"
30293
30294 \end_inset
30295
30296
30297 \begin_inset Index idx
30298 status collapsed
30299
30300 \begin_layout Plain Layout
30301 Formula numbering ! user-defined
30302 \end_layout
30303
30304 \end_inset
30305
30306
30307 \end_layout
30308
30309 \begin_layout Standard
30310 \begin_inset Index idx
30311 status collapsed
30312
30313 \begin_layout Plain Layout
30314 Formula numbering ! self-defined delimiters
30315 \end_layout
30316
30317 \end_inset
30318
30319 With the standard numbering parentheses are set around the formula number.
30320  To replace the parentheses for example by vertical bars, the following
30321  line is added to the LaTeX-preamble:
30322 \end_layout
30323
30324 \begin_layout Standard
30325
30326 \series bold
30327
30328 \backslash
30329 def
30330 \backslash
30331 tagform@#1{
30332 \backslash
30333 maketag@@@{|#1|}}
30334 \series default
30335
30336 \begin_inset Note Note
30337 status collapsed
30338
30339 \begin_layout Plain Layout
30340 This macro is already declared in the LaTeX-preamble for testing.
30341  To activate it, remove the percent sign at the beginning.
30342 \end_layout
30343
30344 \end_inset
30345
30346
30347 \end_layout
30348
30349 \begin_layout Standard
30350 To use other characters, the vertical bars besides the 
30351 \series bold
30352 #1
30353 \series default
30354  are replaced by one ore more characters.
30355  To get only the formula number the vertical bars are omitted.
30356 \end_layout
30357
30358 \begin_layout Standard
30359 \begin_inset VSpace bigskip
30360 \end_inset
30361
30362 When there should be an expression of your choice instead of the consecutive
30363  formula number in parentheses behind the formula, the command 
30364 \series bold
30365
30366 \backslash
30367 tag
30368 \series default
30369
30370 \begin_inset Index idx
30371 status collapsed
30372
30373 \begin_layout Plain Layout
30374 Commands ! T ! 
30375 \backslash
30376 tag
30377 \end_layout
30378
30379 \end_inset
30380
30381  is used:
30382 \begin_inset Formula \begin{equation}
30383 A+B=C\tag{something}\label{eq:tag}\end{equation}
30384
30385 \end_inset
30386
30387 In this example the command 
30388 \series bold
30389
30390 \backslash
30391 tag
30392 \begin_inset ERT
30393 status collapsed
30394
30395 \begin_layout Plain Layout
30396
30397
30398 \backslash
30399 spce 
30400 \end_layout
30401
30402 \end_inset
30403
30404 something
30405 \series default
30406  was inserted to the formula.
30407 \end_layout
30408
30409 \begin_layout Standard
30410 When the command 
30411 \series bold
30412
30413 \backslash
30414 tag*
30415 \begin_inset ERT
30416 status collapsed
30417
30418 \begin_layout Plain Layout
30419
30420
30421 \backslash
30422 spce 
30423 \end_layout
30424
30425 \end_inset
30426
30427 something
30428 \series default
30429  is inserted instead, the star prevents the parentheses around the expression:
30430 \begin_inset Formula \[
30431 A+B=C\tag*{something}\]
30432
30433 \end_inset
30434
30435
30436 \end_layout
30437
30438 \begin_layout Standard
30439 \begin_inset VSpace bigskip
30440 \end_inset
30441
30442 To restart the formula numbering with new document parts or sections, the
30443  following command is used:
30444 \end_layout
30445
30446 \begin_layout Standard
30447
30448 \series bold
30449
30450 \backslash
30451 @addtoreset{equation}{part}
30452 \series default
30453
30454 \begin_inset Index idx
30455 status collapsed
30456
30457 \begin_layout Plain Layout
30458 Commands ! 
30459 \begin_inset ERT
30460 status collapsed
30461
30462 \begin_layout Plain Layout
30463
30464 "
30465 \end_layout
30466
30467 \end_inset
30468
30469 @
30470 \begin_inset ERT
30471 status collapsed
30472
30473 \begin_layout Plain Layout
30474
30475 "
30476 \end_layout
30477
30478 \end_inset
30479
30480  ! 
30481 \backslash
30482
30483 \begin_inset ERT
30484 status collapsed
30485
30486 \begin_layout Plain Layout
30487
30488 "
30489 \end_layout
30490
30491 \end_inset
30492
30493 @
30494 \begin_inset ERT
30495 status collapsed
30496
30497 \begin_layout Plain Layout
30498
30499 "
30500 \end_layout
30501
30502 \end_inset
30503
30504 addtoreset
30505 \end_layout
30506
30507 \end_inset
30508
30509
30510 \begin_inset Newline newline
30511 \end_inset
30512
30513 resp.
30514 \begin_inset Newline newline
30515 \end_inset
30516
30517
30518 \series bold
30519
30520 \backslash
30521 @addtoreset{equation}{section}
30522 \end_layout
30523
30524 \begin_layout Standard
30525 To be able to use these commands in TeX-mode, the 
30526 \begin_inset Quotes eld
30527 \end_inset
30528
30529 @
30530 \begin_inset Quotes erd
30531 \end_inset
30532
30533  character has to be made 
30534 \begin_inset Quotes eld
30535 \end_inset
30536
30537 active
30538 \begin_inset Quotes erd
30539 \end_inset
30540
30541  for LaTeX using the command 
30542 \series bold
30543
30544 \backslash
30545 makeatletter.
30546
30547 \series default
30548  The command 
30549 \series bold
30550
30551 \backslash
30552 makeatother
30553 \series default
30554  reverts this.
30555  So the command sequence in TeX-mode is:
30556 \end_layout
30557
30558 \begin_layout Standard
30559
30560 \series bold
30561
30562 \backslash
30563 makeatletter
30564 \begin_inset Newline newline
30565 \end_inset
30566
30567
30568 \backslash
30569 @addtoreset{equation}{section}
30570 \begin_inset Newline newline
30571 \end_inset
30572
30573
30574 \backslash
30575 makeatother
30576 \end_layout
30577
30578 \begin_layout Standard
30579 In the LaTeX-preamble 
30580 \series bold
30581
30582 \backslash
30583 makeatletter
30584 \series default
30585  and 
30586 \series bold
30587
30588 \backslash
30589 makeatother
30590 \series default
30591  can be omitted as they are automatically internally inserted by LyX.
30592 \end_layout
30593
30594 \begin_layout Standard
30595 To revert 
30596 \series bold
30597
30598 \backslash
30599 @addtoreset
30600 \series default
30601 , the file 
30602 \series bold
30603 remreset.sty
30604 \series default
30605
30606 \begin_inset Foot
30607 status collapsed
30608
30609 \begin_layout Plain Layout
30610
30611 \series bold
30612 remreset
30613 \series default
30614  is part of the LaTeX-package 
30615 \series bold
30616 carlisle
30617 \series default
30618
30619 \begin_inset Index idx
30620 status collapsed
30621
30622 \begin_layout Plain Layout
30623 Packages ! carlisle
30624 \end_layout
30625
30626 \end_inset
30627
30628  that is part of every LaTeX standard installation.
30629 \end_layout
30630
30631 \end_inset
30632
30633
30634 \begin_inset Index idx
30635 status collapsed
30636
30637 \begin_layout Plain Layout
30638 Packages ! remreset
30639 \end_layout
30640
30641 \end_inset
30642
30643  has to be loaded in the LaTeX-preamble with the line
30644 \end_layout
30645
30646 \begin_layout Standard
30647
30648 \series bold
30649
30650 \backslash
30651 usepackage{remreset}
30652 \end_layout
30653
30654 \begin_layout Standard
30655 Then the command 
30656 \series bold
30657
30658 \backslash
30659 @removefromreset
30660 \series default
30661
30662 \begin_inset Index idx
30663 status collapsed
30664
30665 \begin_layout Plain Layout
30666 Commands ! 
30667 \begin_inset ERT
30668 status collapsed
30669
30670 \begin_layout Plain Layout
30671
30672 "
30673 \end_layout
30674
30675 \end_inset
30676
30677 @
30678 \begin_inset ERT
30679 status collapsed
30680
30681 \begin_layout Plain Layout
30682
30683 "
30684 \end_layout
30685
30686 \end_inset
30687
30688  ! 
30689 \backslash
30690
30691 \begin_inset ERT
30692 status collapsed
30693
30694 \begin_layout Plain Layout
30695
30696 "
30697 \end_layout
30698
30699 \end_inset
30700
30701 @
30702 \begin_inset ERT
30703 status collapsed
30704
30705 \begin_layout Plain Layout
30706
30707 "
30708 \end_layout
30709
30710 \end_inset
30711
30712 removefromreset
30713 \end_layout
30714
30715 \end_inset
30716
30717  can be used with the same scheme as 
30718 \series bold
30719
30720 \backslash
30721 @addtoreset
30722 \series default
30723 .
30724 \end_layout
30725
30726 \begin_layout Standard
30727 \begin_inset VSpace bigskip
30728 \end_inset
30729
30730 Sometimes formulas should be numbered in the following form:
30731 \end_layout
30732
30733 \begin_layout Standard
30734
30735 \family typewriter
30736 (section number.formula number)
30737 \end_layout
30738
30739 \begin_layout Standard
30740 The formula number should start with every section with 
30741 \begin_inset Quotes eld
30742 \end_inset
30743
30744 1
30745 \begin_inset Quotes erd
30746 \end_inset
30747
30748 .
30749 \end_layout
30750
30751 \begin_layout Standard
30752 For this case there is the command 
30753 \series bold
30754
30755 \backslash
30756 numberwithin
30757 \series default
30758
30759 \begin_inset Index idx
30760 status collapsed
30761
30762 \begin_layout Plain Layout
30763 Commands ! N ! 
30764 \backslash
30765 numberwithin
30766 \end_layout
30767
30768 \end_inset
30769
30770 , which is used with the following scheme:
30771 \end_layout
30772
30773 \begin_layout Standard
30774
30775 \series bold
30776
30777 \backslash
30778 numberwithin{counter}{sectioning}
30779 \end_layout
30780
30781 \begin_layout Standard
30782 Counter denotes what kind of numbering is affected, sectioning denotes what
30783  number is before the dot.
30784 \end_layout
30785
30786 \begin_layout Standard
30787 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30788 \end_layout
30789
30790 \begin_layout Standard
30791
30792 \series bold
30793
30794 \backslash
30795 numberwithin{equation}{section}
30796 \end_layout
30797
30798 \begin_layout Standard
30799 This is the result:
30800 \begin_inset ERT
30801 status collapsed
30802
30803 \begin_layout Plain Layout
30804
30805
30806 \backslash
30807 numberwithin{equation}{section}
30808 \end_layout
30809
30810 \end_inset
30811
30812
30813 \begin_inset Formula \begin{equation}
30814 A+B=C\end{equation}
30815
30816 \end_inset
30817
30818
30819 \end_layout
30820
30821 \begin_layout Standard
30822 To number e.
30823 \begin_inset space \thinspace{}
30824 \end_inset
30825
30826 g.
30827 \begin_inset space \space{}
30828 \end_inset
30829
30830 tables so that the number of the part is the sectioning,
30831 \begin_inset Newline newline
30832 \end_inset
30833
30834
30835 \series bold
30836
30837 \backslash
30838 numberwithin{table}{part}
30839 \series default
30840  is used.
30841 \end_layout
30842
30843 \begin_layout Standard
30844 To go back to the standard numbering or to prevent this kind of numbering
30845  when it is defined by the document class, the following command is inserted
30846  as TeX-Code or to the LaTeX-preamble:
30847 \end_layout
30848
30849 \begin_layout Standard
30850
30851 \series bold
30852
30853 \backslash
30854 renewcommand{
30855 \backslash
30856 theequation}{
30857 \backslash
30858 arabic{equation}}
30859 \begin_inset Index idx
30860 status collapsed
30861
30862 \begin_layout Plain Layout
30863 Commands ! A ! 
30864 \backslash
30865 arabic
30866 \end_layout
30867
30868 \end_inset
30869
30870
30871 \series default
30872
30873 \begin_inset ERT
30874 status collapsed
30875
30876 \begin_layout Plain Layout
30877
30878
30879 \backslash
30880 renewcommand{
30881 \backslash
30882 theequation}{
30883 \backslash
30884 arabic{equation}}
30885 \end_layout
30886
30887 \end_inset
30888
30889
30890 \series bold
30891
30892 \begin_inset Newline newline
30893 \end_inset
30894
30895
30896 \series default
30897 or
30898 \series bold
30899
30900 \begin_inset Newline newline
30901 \end_inset
30902
30903
30904 \backslash
30905 renewcommand{
30906 \backslash
30907 thetable}{
30908 \backslash
30909 arabic{table}}
30910 \end_layout
30911
30912 \begin_layout Standard
30913
30914 \series bold
30915
30916 \backslash
30917 numberwithin
30918 \series default
30919  uses internally the command 
30920 \series bold
30921
30922 \backslash
30923 @addtoreset
30924 \series default
30925 , described above, that also needs to be reverted.
30926 \begin_inset ERT
30927 status collapsed
30928
30929 \begin_layout Plain Layout
30930
30931
30932 \backslash
30933 makeatletter
30934 \end_layout
30935
30936 \begin_layout Plain Layout
30937
30938
30939 \backslash
30940 @removefromreset{equation}{section}
30941 \end_layout
30942
30943 \begin_layout Plain Layout
30944
30945
30946 \backslash
30947 makeatother
30948 \end_layout
30949
30950 \end_inset
30951
30952
30953 \end_layout
30954
30955 \begin_layout Subsection
30956 Numbering with Roman Numbers and Letters
30957 \begin_inset Index idx
30958 status collapsed
30959
30960 \begin_layout Plain Layout
30961 Formula numbering ! with letters
30962 \end_layout
30963
30964 \end_inset
30965
30966
30967 \begin_inset Index idx
30968 status collapsed
30969
30970 \begin_layout Plain Layout
30971 Formula numbering ! with Roman numbers
30972 \end_layout
30973
30974 \end_inset
30975
30976
30977 \end_layout
30978
30979 \begin_layout Standard
30980 Formulas can also be numbered with Roman numbers and Latin letters.
30981  To number for example with small Roman numbers, the command
30982 \end_layout
30983
30984 \begin_layout Standard
30985
30986 \series bold
30987
30988 \backslash
30989 renewcommand{
30990 \backslash
30991 theequation}{
30992 \backslash
30993 roman{equation}}
30994 \end_layout
30995
30996 \begin_layout Standard
30997 is inserted before the formula in TeX-mode.
30998  
30999 \series bold
31000
31001 \backslash
31002 renewcommand
31003 \series default
31004
31005 \begin_inset Index idx
31006 status collapsed
31007
31008 \begin_layout Plain Layout
31009 Commands ! R ! 
31010 \backslash
31011 renewcommand
31012 \end_layout
31013
31014 \end_inset
31015
31016  redefines the predefined command 
31017 \series bold
31018
31019 \backslash
31020 theequation
31021 \series default
31022  to the command 
31023 \series bold
31024
31025 \backslash
31026 roman{equation}
31027 \series default
31028 .
31029 \begin_inset Foot
31030 status collapsed
31031
31032 \begin_layout Plain Layout
31033 The command 
31034 \series bold
31035
31036 \backslash
31037 renewcommand
31038 \series default
31039  has the same scheme like the command 
31040 \series bold
31041
31042 \backslash
31043 newcommand
31044 \series default
31045  that is described in 
31046 \begin_inset CommandInset ref
31047 LatexCommand ref
31048 reference "sub:The-Command-newcommand"
31049
31050 \end_inset
31051
31052 .
31053 \end_layout
31054
31055 \end_inset
31056
31057  
31058 \series bold
31059 equation
31060 \series default
31061  is the formula counter.
31062  When the command 
31063 \series bold
31064
31065 \backslash
31066 the
31067 \series default
31068  is used as prefix for a counter, the value of the counter is output as
31069  Arabic number.
31070  When a formula is numbered, LaTeX sets internally the command 
31071 \series bold
31072
31073 \backslash
31074 theequation
31075 \series default
31076  behind the formula.
31077  
31078 \series bold
31079
31080 \backslash
31081 roman{equation}
31082 \begin_inset Index idx
31083 status collapsed
31084
31085 \begin_layout Plain Layout
31086 Commands ! R ! 
31087 \backslash
31088 roman
31089 \end_layout
31090
31091 \end_inset
31092
31093
31094 \series default
31095  outputs the counter as small Roman number.
31096 \end_layout
31097
31098 \begin_layout Standard
31099 All formulas behind the command 
31100 \series bold
31101
31102 \backslash
31103 renew
31104 \series default
31105 c
31106 \series bold
31107 ommand
31108 \series default
31109  are now numbered Roman.
31110  To switch to numbering with big Roman numbers, the command is inserted
31111  again, but 
31112 \series bold
31113
31114 \backslash
31115 roman
31116 \series default
31117  is replaced by 
31118 \series bold
31119
31120 \backslash
31121 Roman
31122 \series default
31123
31124 \begin_inset Index idx
31125 status collapsed
31126
31127 \begin_layout Plain Layout
31128 Commands ! R ! 
31129 \backslash
31130 roman@
31131 \backslash
31132 Roman
31133 \end_layout
31134
31135 \end_inset
31136
31137 .
31138  To 
31139 \begin_inset Quotes eld
31140 \end_inset
31141
31142 number
31143 \begin_inset Quotes erd
31144 \end_inset
31145
31146  with small Latin letters there is the command 
31147 \series bold
31148
31149 \backslash
31150 alph
31151 \series default
31152
31153 \begin_inset Index idx
31154 status collapsed
31155
31156 \begin_layout Plain Layout
31157 Commands ! A ! 
31158 \backslash
31159 alph
31160 \end_layout
31161
31162 \end_inset
31163
31164 , for big ones there is the command 
31165 \series bold
31166
31167 \backslash
31168 Alph
31169 \series default
31170
31171 \begin_inset Index idx
31172 status collapsed
31173
31174 \begin_layout Plain Layout
31175 Commands ! A ! 
31176 \backslash
31177 alph@
31178 \backslash
31179 Alph
31180 \end_layout
31181
31182 \end_inset
31183
31184 .
31185 \end_layout
31186
31187 \begin_layout Standard
31188 \begin_inset Note Greyedout
31189 status open
31190
31191 \begin_layout Plain Layout
31192
31193 \series bold
31194 Note:
31195 \series default
31196  Only maximal 26 formulas can be numbered with Latin letters in one document.
31197 \end_layout
31198
31199 \end_inset
31200
31201
31202 \end_layout
31203
31204 \begin_layout Standard
31205 \begin_inset ERT
31206 status collapsed
31207
31208 \begin_layout Plain Layout
31209
31210
31211 \backslash
31212 renewcommand{
31213 \backslash
31214 theequation}{
31215 \backslash
31216 roman{equation}}
31217 \end_layout
31218
31219 \end_inset
31220
31221
31222 \end_layout
31223
31224 \begin_layout Standard
31225 \begin_inset Formula \begin{equation}
31226 A=\textrm{small roman}\end{equation}
31227
31228 \end_inset
31229
31230
31231 \begin_inset ERT
31232 status collapsed
31233
31234 \begin_layout Plain Layout
31235
31236
31237 \backslash
31238 renewcommand{
31239 \backslash
31240 theequation}{
31241 \backslash
31242 Roman{equation}}
31243 \end_layout
31244
31245 \end_inset
31246
31247
31248 \begin_inset Formula \begin{equation}
31249 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
31250
31251 \end_inset
31252
31253
31254 \begin_inset ERT
31255 status collapsed
31256
31257 \begin_layout Plain Layout
31258
31259
31260 \backslash
31261 renewcommand{
31262 \backslash
31263 theequation}{
31264 \backslash
31265 alph{equation}}
31266 \end_layout
31267
31268 \end_inset
31269
31270
31271 \begin_inset Formula \begin{equation}
31272 C=\textrm{small Latin}\end{equation}
31273
31274 \end_inset
31275
31276
31277 \begin_inset ERT
31278 status collapsed
31279
31280 \begin_layout Plain Layout
31281
31282
31283 \backslash
31284 renewcommand{
31285 \backslash
31286 theequation}{
31287 \backslash
31288 Alph{equation}}
31289 \end_layout
31290
31291 \end_inset
31292
31293
31294 \begin_inset Formula \begin{equation}
31295 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
31296
31297 \end_inset
31298
31299
31300 \end_layout
31301
31302 \begin_layout Standard
31303 To switch back to the default numbering, insert the command:
31304 \end_layout
31305
31306 \begin_layout Standard
31307
31308 \series bold
31309
31310 \backslash
31311 renewcommand{
31312 \backslash
31313 theequation}{
31314 \backslash
31315 arabic{equation}}
31316 \begin_inset Index idx
31317 status collapsed
31318
31319 \begin_layout Plain Layout
31320 Commands ! A ! 
31321 \backslash
31322 arabic
31323 \end_layout
31324
31325 \end_inset
31326
31327
31328 \end_layout
31329
31330 \begin_layout Standard
31331 \begin_inset ERT
31332 status collapsed
31333
31334 \begin_layout Plain Layout
31335
31336
31337 \backslash
31338 renewcommand{
31339 \backslash
31340 theequation}{
31341 \backslash
31342 arabic{equation}}
31343 \end_layout
31344
31345 \end_inset
31346
31347
31348 \begin_inset Formula \begin{equation}
31349 E=\textrm{Arabic}\end{equation}
31350
31351 \end_inset
31352
31353
31354 \end_layout
31355
31356 \begin_layout Standard
31357 \begin_inset VSpace medskip
31358 \end_inset
31359
31360 As you see, formulas are numbered serially independent from the numbering
31361  style.
31362  When then numbering should start with 
31363 \begin_inset Quotes eld
31364 \end_inset
31365
31366 1
31367 \begin_inset Quotes erd
31368 \end_inset
31369
31370  when the style is changed, new equation counters have to be defined.
31371  A description about this can be found in the file 
31372 \begin_inset CommandInset href
31373 LatexCommand href
31374 name "Formula-numbering.lyx"
31375 target "run:Formula-numbering.lyx"
31376
31377 \end_inset
31378
31379 .
31380 \end_layout
31381
31382 \begin_layout Section
31383 Chemical Symbols and Equations
31384 \begin_inset CommandInset label
31385 LatexCommand label
31386 name "sub:Chemical-Symbols-and"
31387
31388 \end_inset
31389
31390
31391 \begin_inset Index idx
31392 status collapsed
31393
31394 \begin_layout Plain Layout
31395 Chemical characters ! Symbols
31396 \end_layout
31397
31398 \end_inset
31399
31400
31401 \begin_inset Index idx
31402 status collapsed
31403
31404 \begin_layout Plain Layout
31405 Chemical equations
31406 \end_layout
31407
31408 \end_inset
31409
31410
31411 \begin_inset Index idx
31412 status collapsed
31413
31414 \begin_layout Plain Layout
31415 Symbols ! chemical
31416 \end_layout
31417
31418 \end_inset
31419
31420
31421 \end_layout
31422
31423 \begin_layout Standard
31424 An example text from chemistry:
31425 \end_layout
31426
31427 \begin_layout Quote
31428 The 
31429 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31430 \end_inset
31431
31432 -ion reacts with two 
31433 \begin_inset Formula $\mathrm{Na^{+}}$
31434 \end_inset
31435
31436 -ions to sodium sulfate 
31437 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31438 \end_inset
31439
31440 .
31441  The chemical equation for this is:
31442 \begin_inset Formula \begin{equation}
31443 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}\end{equation}
31444
31445 \end_inset
31446
31447
31448 \end_layout
31449
31450 \begin_layout Standard
31451 This chemical equation can directly be created as formula.
31452  To avoid that the symbols appear italic, everything is highlighted and
31453  changed by the shortcut 
31454 \begin_inset Info
31455 type  "shortcut"
31456 arg   "font-roman"
31457 \end_inset
31458
31459  to the upright font style.
31460 \begin_inset Foot
31461 status collapsed
31462
31463 \begin_layout Plain Layout
31464 font styles
31465 \series bold
31466  
31467 \series default
31468 see 
31469 \begin_inset CommandInset ref
31470 LatexCommand ref
31471 reference "sub:Font-Styles"
31472
31473 \end_inset
31474
31475
31476 \end_layout
31477
31478 \end_inset
31479
31480
31481 \end_layout
31482
31483 \begin_layout Standard
31484 A more convenient way to typeset chemical formulas is to use the command
31485  
31486 \series bold
31487
31488 \backslash
31489 ce
31490 \series default
31491
31492 \begin_inset Index idx
31493 status collapsed
31494
31495 \begin_layout Plain Layout
31496 Commands ! C ! 
31497 \backslash
31498 ce
31499 \end_layout
31500
31501 \end_inset
31502
31503  that is available when the LaTeX-package 
31504 \series bold
31505 mhchem
31506 \series default
31507
31508 \begin_inset Index idx
31509 status collapsed
31510
31511 \begin_layout Plain Layout
31512 Packages ! mhchem
31513 \end_layout
31514
31515 \end_inset
31516
31517  is installed.
31518  After inserting 
31519 \series bold
31520
31521 \backslash
31522 ce
31523 \series default
31524  to a formula a new blue box appears where chemical formulas can be inserted
31525  in an intuitive way.
31526 \end_layout
31527
31528 \begin_layout Standard
31529 \align center
31530 \begin_inset Tabular
31531 <lyxtabular version="3" rows="9" columns="2">
31532 <features tabularvalignment="middle">
31533 <column alignment="center" valignment="top" width="0">
31534 <column alignment="center" valignment="top" width="0">
31535 <row>
31536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31537 \begin_inset Text
31538
31539 \begin_layout Plain Layout
31540 Command
31541 \end_layout
31542
31543 \end_inset
31544 </cell>
31545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31546 \begin_inset Text
31547
31548 \begin_layout Plain Layout
31549 Result
31550 \begin_inset Note Note
31551 status collapsed
31552
31553 \begin_layout Plain Layout
31554
31555 \series bold
31556
31557 \backslash
31558 raisebox
31559 \series default
31560  is only used as spacer.
31561 \end_layout
31562
31563 \end_inset
31564
31565
31566 \end_layout
31567
31568 \end_inset
31569 </cell>
31570 </row>
31571 <row>
31572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31573 \begin_inset Text
31574
31575 \begin_layout Plain Layout
31576
31577 \backslash
31578 ce
31579 \begin_inset ERT
31580 status collapsed
31581
31582 \begin_layout Plain Layout
31583
31584
31585 \backslash
31586 spce 
31587 \end_layout
31588
31589 \end_inset
31590
31591 H2CO3
31592 \end_layout
31593
31594 \end_inset
31595 </cell>
31596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31597 \begin_inset Text
31598
31599 \begin_layout Plain Layout
31600 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31601 \end_inset
31602
31603
31604 \end_layout
31605
31606 \end_inset
31607 </cell>
31608 </row>
31609 <row>
31610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31611 \begin_inset Text
31612
31613 \begin_layout Plain Layout
31614
31615 \backslash
31616 ce
31617 \begin_inset ERT
31618 status collapsed
31619
31620 \begin_layout Plain Layout
31621
31622
31623 \backslash
31624 spce 
31625 \end_layout
31626
31627 \end_inset
31628
31629 SO4^2-
31630 \end_layout
31631
31632 \end_inset
31633 </cell>
31634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31635 \begin_inset Text
31636
31637 \begin_layout Plain Layout
31638 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31639 \end_inset
31640
31641
31642 \end_layout
31643
31644 \end_inset
31645 </cell>
31646 </row>
31647 <row>
31648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31649 \begin_inset Text
31650
31651 \begin_layout Plain Layout
31652
31653 \backslash
31654 ce
31655 \begin_inset ERT
31656 status collapsed
31657
31658 \begin_layout Plain Layout
31659
31660
31661 \backslash
31662 spce 
31663 \end_layout
31664
31665 \end_inset
31666
31667 (NH4)2S
31668 \end_layout
31669
31670 \end_inset
31671 </cell>
31672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31673 \begin_inset Text
31674
31675 \begin_layout Plain Layout
31676 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31677 \end_inset
31678
31679
31680 \end_layout
31681
31682 \end_inset
31683 </cell>
31684 </row>
31685 <row>
31686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31687 \begin_inset Text
31688
31689 \begin_layout Plain Layout
31690
31691 \backslash
31692 ce
31693 \begin_inset ERT
31694 status collapsed
31695
31696 \begin_layout Plain Layout
31697
31698
31699 \backslash
31700 spce 
31701 \end_layout
31702
31703 \end_inset
31704
31705 KCr(SO4)2.12H2O
31706 \end_layout
31707
31708 \end_inset
31709 </cell>
31710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31711 \begin_inset Text
31712
31713 \begin_layout Plain Layout
31714 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31715 \end_inset
31716
31717
31718 \end_layout
31719
31720 \end_inset
31721 </cell>
31722 </row>
31723 <row>
31724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31725 \begin_inset Text
31726
31727 \begin_layout Plain Layout
31728
31729 \backslash
31730 ce
31731 \begin_inset ERT
31732 status collapsed
31733
31734 \begin_layout Plain Layout
31735
31736
31737 \backslash
31738 spce 
31739 \end_layout
31740
31741 \end_inset
31742
31743 A-B
31744 \backslash
31745 dbond
31746 \begin_inset ERT
31747 status collapsed
31748
31749 \begin_layout Plain Layout
31750
31751
31752 \backslash
31753 spce 
31754 \end_layout
31755
31756 \end_inset
31757
31758 C
31759 \backslash
31760 tbond
31761 \begin_inset ERT
31762 status collapsed
31763
31764 \begin_layout Plain Layout
31765
31766
31767 \backslash
31768 spce 
31769 \end_layout
31770
31771 \end_inset
31772
31773 D
31774 \end_layout
31775
31776 \end_inset
31777 </cell>
31778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31779 \begin_inset Text
31780
31781 \begin_layout Plain Layout
31782 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31783 \end_inset
31784
31785
31786 \end_layout
31787
31788 \end_inset
31789 </cell>
31790 </row>
31791 <row>
31792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31793 \begin_inset Text
31794
31795 \begin_layout Plain Layout
31796
31797 \backslash
31798 ce
31799 \begin_inset ERT
31800 status collapsed
31801
31802 \begin_layout Plain Layout
31803
31804
31805 \backslash
31806 spce 
31807 \end_layout
31808
31809 \end_inset
31810
31811 ^227
31812 \begin_inset Formula $\downarrow$
31813 \end_inset
31814
31815 _90
31816 \begin_inset Formula $\to$
31817 \end_inset
31818
31819 Th+
31820 \end_layout
31821
31822 \end_inset
31823 </cell>
31824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31825 \begin_inset Text
31826
31827 \begin_layout Plain Layout
31828 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31829 \end_inset
31830
31831
31832 \end_layout
31833
31834 \end_inset
31835 </cell>
31836 </row>
31837 <row>
31838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31839 \begin_inset Text
31840
31841 \begin_layout Plain Layout
31842
31843 \backslash
31844 ce
31845 \begin_inset ERT
31846 status collapsed
31847
31848 \begin_layout Plain Layout
31849
31850
31851 \backslash
31852 spce 
31853 \end_layout
31854
31855 \end_inset
31856
31857 CO2
31858 \begin_inset ERT
31859 status collapsed
31860
31861 \begin_layout Plain Layout
31862
31863
31864 \backslash
31865 spce 
31866 \end_layout
31867
31868 \end_inset
31869
31870 +
31871 \begin_inset ERT
31872 status collapsed
31873
31874 \begin_layout Plain Layout
31875
31876
31877 \backslash
31878 spce 
31879 \end_layout
31880
31881 \end_inset
31882
31883 C
31884 \begin_inset ERT
31885 status collapsed
31886
31887 \begin_layout Plain Layout
31888
31889
31890 \backslash
31891 spce 
31892 \end_layout
31893
31894 \end_inset
31895
31896 <=>
31897 \begin_inset ERT
31898 status collapsed
31899
31900 \begin_layout Plain Layout
31901
31902
31903 \backslash
31904 spce 
31905 \end_layout
31906
31907 \end_inset
31908
31909 2CO
31910 \end_layout
31911
31912 \end_inset
31913 </cell>
31914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31915 \begin_inset Text
31916
31917 \begin_layout Plain Layout
31918 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31919 \end_inset
31920
31921
31922 \end_layout
31923
31924 \end_inset
31925 </cell>
31926 </row>
31927 <row>
31928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31929 \begin_inset Text
31930
31931 \begin_layout Plain Layout
31932
31933 \backslash
31934 ce
31935 \begin_inset ERT
31936 status collapsed
31937
31938 \begin_layout Plain Layout
31939
31940
31941 \backslash
31942 spce 
31943 \end_layout
31944
31945 \end_inset
31946
31947 CO2
31948 \begin_inset ERT
31949 status collapsed
31950
31951 \begin_layout Plain Layout
31952
31953
31954 \backslash
31955 spce 
31956 \end_layout
31957
31958 \end_inset
31959
31960 +
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 C
31974 \begin_inset ERT
31975 status collapsed
31976
31977 \begin_layout Plain Layout
31978
31979
31980 \backslash
31981 spce 
31982 \end_layout
31983
31984 \end_inset
31985
31986 ->[
31987 \backslash
31988 alpha][
31989 \backslash
31990 beta]
31991 \begin_inset ERT
31992 status collapsed
31993
31994 \begin_layout Plain Layout
31995
31996
31997 \backslash
31998 spce 
31999 \end_layout
32000
32001 \end_inset
32002
32003 2CO}
32004 \end_layout
32005
32006 \end_inset
32007 </cell>
32008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32009 \begin_inset Text
32010
32011 \begin_layout Plain Layout
32012 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32013 \end_inset
32014
32015
32016 \end_layout
32017
32018 \end_inset
32019 </cell>
32020 </row>
32021 </lyxtabular>
32022
32023 \end_inset
32024
32025
32026 \end_layout
32027
32028 \begin_layout Standard
32029 \begin_inset Note Greyedout
32030 status open
32031
32032 \begin_layout Plain Layout
32033
32034 \series bold
32035 Note:
32036 \series default
32037  Inserting a formula to a 
32038 \series bold
32039
32040 \backslash
32041 ce
32042 \series default
32043  box will lead to LaTeX errors.
32044  In this case TeX code has to be used like for 
32045 \series bold
32046
32047 \backslash
32048 ce{$
32049 \backslash
32050 mu
32051 \backslash
32052 hyphen$Cl}
32053 \series default
32054
32055 \begin_inset ERT
32056 status collapsed
32057
32058 \begin_layout Plain Layout
32059
32060
32061 \backslash
32062 ce{$
32063 \backslash
32064 mu
32065 \backslash
32066 hyphen$Cl}
32067 \end_layout
32068
32069 \end_inset
32070
32071  
32072 \end_layout
32073
32074 \end_inset
32075
32076
32077 \end_layout
32078
32079 \begin_layout Standard
32080 Using 
32081 \series bold
32082
32083 \backslash
32084 ce
32085 \series default
32086  the command for equation
32087 \begin_inset space ~
32088 \end_inset
32089
32090
32091 \begin_inset CommandInset ref
32092 LatexCommand eqref
32093 reference "eq:chem-reaction"
32094
32095 \end_inset
32096
32097  is:
32098 \begin_inset Newline newline
32099 \end_inset
32100
32101
32102 \series bold
32103  
32104 \backslash
32105 ce
32106 \begin_inset ERT
32107 status collapsed
32108
32109 \begin_layout Plain Layout
32110
32111
32112 \backslash
32113 spce 
32114 \end_layout
32115
32116 \end_inset
32117
32118 2Na+
32119 \begin_inset ERT
32120 status collapsed
32121
32122 \begin_layout Plain Layout
32123
32124
32125 \backslash
32126 spce 
32127 \end_layout
32128
32129 \end_inset
32130
32131 +
32132 \begin_inset ERT
32133 status collapsed
32134
32135 \begin_layout Plain Layout
32136
32137
32138 \backslash
32139 spce 
32140 \end_layout
32141
32142 \end_inset
32143
32144 SO4^2-
32145 \begin_inset ERT
32146 status collapsed
32147
32148 \begin_layout Plain Layout
32149
32150
32151 \backslash
32152 spce 
32153 \end_layout
32154
32155 \end_inset
32156
32157
32158 \begin_inset ERT
32159 status collapsed
32160
32161 \begin_layout Plain Layout
32162
32163
32164 \backslash
32165 spce 
32166 \end_layout
32167
32168 \end_inset
32169
32170 ->
32171 \begin_inset ERT
32172 status collapsed
32173
32174 \begin_layout Plain Layout
32175
32176
32177 \backslash
32178 spce 
32179 \end_layout
32180
32181 \end_inset
32182
32183 Na2SO4
32184 \end_layout
32185
32186 \begin_layout Standard
32187 To create multiline chemical equations first a multiline formula is created
32188  as described in 
32189 \begin_inset CommandInset ref
32190 LatexCommand ref
32191 reference "sec:Multiline-Formulas"
32192
32193 \end_inset
32194
32195 .
32196  Afterwards the command 
32197 \series bold
32198
32199 \backslash
32200 ce
32201 \series default
32202  is used in every small blue box of the formula.
32203  
32204 \begin_inset CommandInset ref
32205 LatexCommand eqref
32206 reference "eq:TEOS-reaction-1"
32207
32208 \end_inset
32209
32210  and 
32211 \begin_inset CommandInset ref
32212 LatexCommand eqref
32213 reference "eq:TEOS-reaction-2"
32214
32215 \end_inset
32216
32217  are an example of a multi-stage chemical reaction where every equation
32218  has its own number.
32219 \begin_inset Formula \begin{eqnarray}
32220 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32221 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32222 \end{eqnarray}
32223
32224 \end_inset
32225
32226
32227 \end_layout
32228
32229 \begin_layout Standard
32230 Besides 
32231 \series bold
32232
32233 \backslash
32234 ce
32235 \series default
32236  the 
32237 \series bold
32238 mhchem
32239 \series default
32240  package provides the command 
32241 \series bold
32242
32243 \backslash
32244 cf
32245 \series default
32246
32247 \begin_inset Index idx
32248 status collapsed
32249
32250 \begin_layout Plain Layout
32251 Commands ! C ! 
32252 \backslash
32253 cf
32254 \end_layout
32255
32256 \end_inset
32257
32258  that has to be used for special cases.
32259  For more information about 
32260 \series bold
32261
32262 \backslash
32263 cf
32264 \series default
32265  and more examples have a look at the documentation of 
32266 \series bold
32267 mhchem
32268 \series default
32269
32270 \begin_inset CommandInset citation
32271 LatexCommand cite
32272 key "mhchem"
32273
32274 \end_inset
32275
32276 .
32277 \end_layout
32278
32279 \begin_layout Standard
32280 \begin_inset Newpage newpage
32281 \end_inset
32282
32283
32284 \end_layout
32285
32286 \begin_layout Section
32287 Diagrams
32288 \end_layout
32289
32290 \begin_layout Standard
32291 LyX supports two types of commutative diagrams: 
32292 \series bold
32293 amscd
32294 \series default
32295  and 
32296 \series bold
32297 xymatrix
32298 \series default
32299  that are explained in the following.
32300 \end_layout
32301
32302 \begin_layout Subsection
32303 Amscd Diagrams
32304 \begin_inset Index idx
32305 status collapsed
32306
32307 \begin_layout Plain Layout
32308 Diagrams ! amscd
32309 \end_layout
32310
32311 \end_inset
32312
32313
32314 \end_layout
32315
32316 \begin_layout Standard
32317 Diagrams of this type visualize relations by vertical and horizontal lines
32318  or arrows:
32319 \begin_inset Formula \[
32320 \begin{CD}A@>>>B@>>>C\\
32321 @AAA@.@VVV\\
32322 F@<<<E@<<<D
32323 \end{CD}\]
32324
32325 \end_inset
32326
32327
32328 \end_layout
32329
32330 \begin_layout Standard
32331 To get them, the command 
32332 \series bold
32333
32334 \backslash
32335 CD
32336 \begin_inset Index idx
32337 status collapsed
32338
32339 \begin_layout Plain Layout
32340 Commands ! C ! 
32341 \backslash
32342 CD
32343 \end_layout
32344
32345 \end_inset
32346
32347
32348 \series default
32349  is inserted to a formula.
32350  A blue box appears with two dashed lines where further commands can be
32351  inserted.
32352  With 
32353 \begin_inset Info
32354 type  "shortcut"
32355 arg   "newline-insert newline"
32356 \end_inset
32357
32358  a new line is created.
32359  Horizontal relations are inserted in odd, vertical in even formula lines.
32360 \end_layout
32361
32362 \begin_layout Standard
32363 To create the relations there are the following commands:
32364 \end_layout
32365
32366 \begin_layout Itemize
32367
32368 \series bold
32369 @<<<
32370 \series default
32371  creates a left arrow, 
32372 \series bold
32373 @>>>
32374 \series default
32375  a right arrow and 
32376 \series bold
32377 @=
32378 \series default
32379  a long equal sign
32380 \end_layout
32381
32382 \begin_layout Itemize
32383
32384 \series bold
32385 @AAA
32386 \series default
32387  creates an up arrow, 
32388 \series bold
32389 @VVV
32390 \series default
32391  an down arrow and 
32392 \series bold
32393 @|
32394 \series default
32395  a vertical equal sign
32396 \end_layout
32397
32398 \begin_layout Itemize
32399
32400 \series bold
32401 @.
32402
32403 \series default
32404  is a placeholder for non-existent relations
32405 \end_layout
32406
32407 \begin_layout Standard
32408 All arrows can be labeled as follows:
32409 \end_layout
32410
32411 \begin_layout Itemize
32412 Is text inserted between the first and second < or >, resp., it is placed
32413  above the arrow.
32414  When it is inserted between the second and third one, it appears under
32415  the arrow.
32416 \end_layout
32417
32418 \begin_layout Itemize
32419 When text for vertical arrows is inserted between the first and second A
32420  or V, resp., it is placed left beside the arrow.
32421  When it is inserted between the second and third one, it appears right
32422  beside the arrow.
32423  If the text contains an A or V, these letters must be set into a TeX-brace.
32424 \end_layout
32425
32426 \begin_layout Standard
32427 As example a diagram with all possible relations:
32428 \end_layout
32429
32430 \begin_layout Standard
32431 \begin_inset Formula \[
32432 \begin{CD}A@>j>>B@>>k>C@=F\\
32433 @AmAA@.@VV{V}V@|\\
32434 D@<<j<E@>k>>F@=C
32435 \end{CD}\]
32436
32437 \end_inset
32438
32439
32440 \end_layout
32441
32442 \begin_layout Standard
32443 The command for this is:
32444 \begin_inset Newline newline
32445 \end_inset
32446
32447
32448 \series bold
32449
32450 \backslash
32451 CD
32452 \begin_inset ERT
32453 status collapsed
32454
32455 \begin_layout Plain Layout
32456
32457
32458 \backslash
32459 spce 
32460 \end_layout
32461
32462 \end_inset
32463
32464 A@>j>>B@>>k>C@=F Ctrl+Return
32465 \begin_inset Newline newline
32466 \end_inset
32467
32468
32469 \begin_inset Phantom HPhantom
32470 status open
32471
32472 \begin_layout Plain Layout
32473
32474 \series bold
32475
32476 \backslash
32477 CD
32478 \begin_inset ERT
32479 status collapsed
32480
32481 \begin_layout Plain Layout
32482
32483
32484 \backslash
32485 spce 
32486 \end_layout
32487
32488 \end_inset
32489
32490
32491 \end_layout
32492
32493 \end_inset
32494
32495 @AmAA@.@VV
32496 \backslash
32497 {V
32498 \series default
32499
32500 \begin_inset Formula $\to$
32501 \end_inset
32502
32503
32504 \series bold
32505 V@| Ctrl+Return
32506 \begin_inset Newline newline
32507 \end_inset
32508
32509
32510 \begin_inset Phantom HPhantom
32511 status open
32512
32513 \begin_layout Plain Layout
32514
32515 \series bold
32516
32517 \backslash
32518 CD
32519 \begin_inset ERT
32520 status collapsed
32521
32522 \begin_layout Plain Layout
32523
32524
32525 \backslash
32526 spce 
32527 \end_layout
32528
32529 \end_inset
32530
32531
32532 \end_layout
32533
32534 \end_inset
32535
32536 D@<<j<E@>k>>F@=C
32537 \end_layout
32538
32539 \begin_layout Subsection
32540 Xymatrix Diagrams
32541 \begin_inset Index idx
32542 status collapsed
32543
32544 \begin_layout Plain Layout
32545 Diagrams ! xymatrix
32546 \end_layout
32547
32548 \end_inset
32549
32550
32551 \end_layout
32552
32553 \begin_layout Standard
32554 To be able to use xymatrices, the LaTeX-package 
32555 \series bold
32556 xypic
32557 \series default
32558  must be installed.
32559  A xymatrix is created by inserting the command 
32560 \series bold
32561
32562 \backslash
32563 xymatrix
32564 \series default
32565  in a formula.
32566  Then you are able to add new matrix columns and rows like for normal matrices,
32567  see 
32568 \begin_inset CommandInset ref
32569 LatexCommand ref
32570 reference "sec:Matrices"
32571
32572 \end_inset
32573
32574 .
32575 \end_layout
32576
32577 \begin_layout Standard
32578 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32579  and much more.
32580  All possibilities to create commutative diagrams and decorations are explained
32581  in detail in the 
32582 \emph on
32583 XY-pic manual
32584 \emph default
32585  that you find in the menu 
32586 \family sans
32587 Help\SpecialChar \menuseparator
32588 Specific
32589 \begin_inset space ~
32590 \end_inset
32591
32592 Manuals
32593 \family default
32594 .
32595 \end_layout
32596
32597 \begin_layout Subsection
32598
32599 \noun on
32600 Feynman
32601 \noun default
32602  Diagrams
32603 \begin_inset Index idx
32604 status collapsed
32605
32606 \begin_layout Plain Layout
32607 Diagrams ! Feynman
32608 \end_layout
32609
32610 \end_inset
32611
32612
32613 \end_layout
32614
32615 \begin_layout Standard
32616 To be able to use 
32617 \noun on
32618 Feynman
32619 \noun default
32620 -diagrams, the LaTeX-package 
32621 \series bold
32622 feyn
32623 \series default
32624  must be installed.
32625  A 
32626 \noun on
32627 Feynman
32628 \noun default
32629 -diagram is created by inserting the command 
32630 \series bold
32631
32632 \backslash
32633 Diagram
32634 \series default
32635  in a formula.
32636  Then you are able to add new matrix columns and rows like for normal matrices,
32637  see 
32638 \begin_inset CommandInset ref
32639 LatexCommand ref
32640 reference "sec:Matrices"
32641
32642 \end_inset
32643
32644 .
32645 \end_layout
32646
32647 \begin_layout Standard
32648 Examples how to create 
32649 \noun on
32650 Feynman-
32651 \noun default
32652 diagrams in LyX is given in the 
32653 \emph on
32654 Feynman-diagram manual
32655 \emph default
32656  that you find in the menu 
32657 \family sans
32658 Help\SpecialChar \menuseparator
32659 Specific
32660 \begin_inset space ~
32661 \end_inset
32662
32663 Manuals
32664 \family default
32665 .
32666 \end_layout
32667
32668 \begin_layout Section
32669 User-defined Commands
32670 \begin_inset Index idx
32671 status collapsed
32672
32673 \begin_layout Plain Layout
32674 User-defined commands
32675 \end_layout
32676
32677 \end_inset
32678
32679
32680 \end_layout
32681
32682 \begin_layout Standard
32683 \begin_inset Note Greyedout
32684 status open
32685
32686 \begin_layout Plain Layout
32687
32688 \series bold
32689 Note:
32690 \series default
32691  The names of user-defined commands and macros may only consist of Latin
32692  letters.
32693 \end_layout
32694
32695 \end_inset
32696
32697
32698 \end_layout
32699
32700 \begin_layout Subsection
32701 The Command 
32702 \backslash
32703 newcommand
32704 \begin_inset CommandInset label
32705 LatexCommand label
32706 name "sub:The-Command-newcommand"
32707
32708 \end_inset
32709
32710
32711 \begin_inset Index idx
32712 status collapsed
32713
32714 \begin_layout Plain Layout
32715 User-defined commands ! 
32716 \backslash
32717 newcommand
32718 \end_layout
32719
32720 \end_inset
32721
32722
32723 \begin_inset Index idx
32724 status collapsed
32725
32726 \begin_layout Plain Layout
32727 Commands ! N ! 
32728 \backslash
32729 newcommand
32730 \end_layout
32731
32732 \end_inset
32733
32734
32735 \end_layout
32736
32737 \begin_layout Standard
32738 Many LaTeX-commands are too long to be used frequently.
32739  But it is possible to define with the command 
32740 \series bold
32741
32742 \backslash
32743 newcommand
32744 \series default
32745  new shorter commands.
32746 \end_layout
32747
32748 \begin_layout Standard
32749 The command scheme of 
32750 \series bold
32751
32752 \backslash
32753 newcommand
32754 \series default
32755  is:
32756 \end_layout
32757
32758 \begin_layout Standard
32759
32760 \series bold
32761
32762 \backslash
32763 newcommand{new command name}[number of arguments][optional
32764 \series default
32765  
32766 \series bold
32767 value]
32768 \begin_inset Newline newline
32769 \end_inset
32770
32771
32772 \begin_inset Phantom HPhantom
32773 status open
32774
32775 \begin_layout Plain Layout
32776
32777 \series bold
32778
32779 \backslash
32780 newcommand
32781 \end_layout
32782
32783 \end_inset
32784
32785 {command definition}
32786 \end_layout
32787
32788 \begin_layout Standard
32789 \begin_inset Note Greyedout
32790 status open
32791
32792 \begin_layout Plain Layout
32793
32794 \series bold
32795 Note:
32796 \series default
32797  Assure that the name of the new command is not already used in your document
32798  or by LaTeX-packages that you use.
32799  When you for example define the command 
32800 \series bold
32801
32802 \backslash
32803 le
32804 \series default
32805  for 
32806 \series bold
32807
32808 \backslash
32809 Leftarrow
32810 \series default
32811 , you get an error message because 
32812 \series bold
32813
32814 \backslash
32815 le
32816 \series default
32817  is already defined as command for 
32818 \begin_inset Quotes eld
32819 \end_inset
32820
32821
32822 \begin_inset Formula $\le$
32823 \end_inset
32824
32825
32826 \begin_inset Quotes erd
32827 \end_inset
32828
32829 .
32830 \end_layout
32831
32832 \end_inset
32833
32834
32835 \end_layout
32836
32837 \begin_layout Standard
32838 The number of arguments is an integer in the range 0
32839 \begin_inset space \thinspace{}
32840 \end_inset
32841
32842 -
32843 \begin_inset space \thinspace{}
32844 \end_inset
32845
32846 9 and specifies how many arguments the new command should have.
32847  With the optional value a value for an optional argument can be predefined.
32848  When this is done, the 
32849 \emph on
32850 first
32851 \emph default
32852  
32853 \emph on
32854 a
32855 \emph default
32856 rgument of the new command is automatically an optional one.
32857 \end_layout
32858
32859 \begin_layout Standard
32860 Here are some examples:
32861 \end_layout
32862
32863 \begin_layout Itemize
32864 To define the command 
32865 \series bold
32866
32867 \backslash
32868 gr
32869 \series default
32870  for 
32871 \series bold
32872
32873 \backslash
32874 Longrightarrow
32875 \series default
32876 , the LaTeX-preamble line is:
32877 \begin_inset VSpace medskip
32878 \end_inset
32879
32880
32881 \begin_inset Newline newline
32882 \end_inset
32883
32884
32885 \series bold
32886
32887 \backslash
32888 newcommand{
32889 \backslash
32890 gr}{
32891 \backslash
32892 Longrightarrow}
32893 \end_layout
32894
32895 \begin_layout Itemize
32896 To define the command 
32897 \series bold
32898
32899 \backslash
32900 us
32901 \series default
32902  for 
32903 \series bold
32904
32905 \backslash
32906 underline
32907 \series default
32908 , the argument (that should be underlined) must be taken into account.
32909  For this the preamble line is:
32910 \begin_inset VSpace medskip
32911 \end_inset
32912
32913
32914 \begin_inset Newline newline
32915 \end_inset
32916
32917
32918 \series bold
32919
32920 \backslash
32921 newcommand{
32922 \backslash
32923 us}[1]{
32924 \backslash
32925 underline{#1}}
32926 \series default
32927
32928 \begin_inset VSpace medskip
32929 \end_inset
32930
32931
32932 \begin_inset Newline newline
32933 \end_inset
32934
32935 The character 
32936 \series bold
32937 #
32938 \series default
32939  acts as argument placeholder, the 
32940 \series bold
32941 1
32942 \series default
32943  behind it denotes that it is the placeholder for the first argument.
32944 \end_layout
32945
32946 \begin_layout Itemize
32947 For 
32948 \series bold
32949
32950 \backslash
32951 framebox
32952 \series default
32953  one can e.
32954 \begin_inset space \thinspace{}
32955 \end_inset
32956
32957 g.
32958 \begin_inset space \space{}
32959 \end_inset
32960
32961 define the command 
32962 \series bold
32963
32964 \backslash
32965 fb
32966 \series default
32967 :
32968 \begin_inset VSpace medskip
32969 \end_inset
32970
32971
32972 \begin_inset Newline newline
32973 \end_inset
32974
32975
32976 \series bold
32977
32978 \backslash
32979 newcommand{
32980 \backslash
32981 fb}[3]{
32982 \backslash
32983 framebox#1#2{$#3$}}
32984 \series default
32985
32986 \begin_inset VSpace medskip
32987 \end_inset
32988
32989
32990 \begin_inset Newline newline
32991 \end_inset
32992
32993 The two Dollar signs creates the extra formula needed for 
32994 \series bold
32995
32996 \backslash
32997 framebox
32998 \series default
32999 , see 
33000 \begin_inset CommandInset ref
33001 LatexCommand ref
33002 reference "sub:Boxes-with-Frame"
33003
33004 \end_inset
33005
33006 .
33007 \end_layout
33008
33009 \begin_layout Itemize
33010 To create a new command for 
33011 \series bold
33012
33013 \backslash
33014 fcolorbox
33015 \series default
33016  where the color for the box needn't to be specified, the argument for the
33017  color is defined optional:
33018 \begin_inset VSpace medskip
33019 \end_inset
33020
33021
33022 \begin_inset Newline newline
33023 \end_inset
33024
33025
33026 \series bold
33027
33028 \backslash
33029 newcommand{
33030 \backslash
33031 cb}[3][white]{
33032 \backslash
33033 fcolorbox{#2}{#1}{$#3$}}
33034 \series default
33035
33036 \begin_inset VSpace medskip
33037 \end_inset
33038
33039
33040 \begin_inset Newline newline
33041 \end_inset
33042
33043 When the color is not specified when using 
33044 \series bold
33045
33046 \backslash
33047 cb
33048 \series default
33049 , the predefined color 
33050 \series bold
33051 white
33052 \series default
33053  will be used.
33054 \end_layout
33055
33056 \begin_layout Standard
33057 A test of the new defined commands:
33058 \end_layout
33059
33060 \begin_layout Standard
33061 \align center
33062 \begin_inset Tabular
33063 <lyxtabular version="3" rows="6" columns="2">
33064 <features tabularvalignment="middle">
33065 <column alignment="center" valignment="top" width="0">
33066 <column alignment="center" valignment="top" width="0">
33067 <row>
33068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33069 \begin_inset Text
33070
33071 \begin_layout Plain Layout
33072 Command
33073 \end_layout
33074
33075 \end_inset
33076 </cell>
33077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33078 \begin_inset Text
33079
33080 \begin_layout Plain Layout
33081 Result
33082 \begin_inset Note Note
33083 status collapsed
33084
33085 \begin_layout Plain Layout
33086
33087 \series bold
33088
33089 \backslash
33090 raisebox
33091 \series default
33092  is only used as spacer.
33093 \end_layout
33094
33095 \end_inset
33096
33097
33098 \end_layout
33099
33100 \end_inset
33101 </cell>
33102 </row>
33103 <row>
33104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33105 \begin_inset Text
33106
33107 \begin_layout Plain Layout
33108 A
33109 \backslash
33110 gr
33111 \begin_inset ERT
33112 status collapsed
33113
33114 \begin_layout Plain Layout
33115
33116
33117 \backslash
33118 spce 
33119 \end_layout
33120
33121 \end_inset
33122
33123 B
33124 \end_layout
33125
33126 \end_inset
33127 </cell>
33128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33129 \begin_inset Text
33130
33131 \begin_layout Plain Layout
33132 \begin_inset Formula $A\gr B$
33133 \end_inset
33134
33135
33136 \end_layout
33137
33138 \end_inset
33139 </cell>
33140 </row>
33141 <row>
33142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33143 \begin_inset Text
33144
33145 \begin_layout Plain Layout
33146
33147 \backslash
33148 us{ABcd
33149 \end_layout
33150
33151 \end_inset
33152 </cell>
33153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33154 \begin_inset Text
33155
33156 \begin_layout Plain Layout
33157 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33158 \end_inset
33159
33160
33161 \end_layout
33162
33163 \end_inset
33164 </cell>
33165 </row>
33166 <row>
33167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33168 \begin_inset Text
33169
33170 \begin_layout Plain Layout
33171
33172 \backslash
33173 fb{[2cm]
33174 \begin_inset Formula $\to$
33175 \end_inset
33176
33177
33178 \backslash
33179 {
33180 \begin_inset Formula $\to$
33181 \end_inset
33182
33183
33184 \backslash
33185 {
33186 \backslash
33187 int
33188 \begin_inset ERT
33189 status collapsed
33190
33191 \begin_layout Plain Layout
33192
33193
33194 \backslash
33195 spce 
33196 \end_layout
33197
33198 \end_inset
33199
33200 A=B
33201 \end_layout
33202
33203 \end_inset
33204 </cell>
33205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33206 \begin_inset Text
33207
33208 \begin_layout Plain Layout
33209 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33210 \end_inset
33211
33212
33213 \end_layout
33214
33215 \end_inset
33216 </cell>
33217 </row>
33218 <row>
33219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33220 \begin_inset Text
33221
33222 \begin_layout Plain Layout
33223
33224 \backslash
33225 cb{red
33226 \begin_inset Formula $\to$
33227 \end_inset
33228
33229
33230 \backslash
33231 {
33232 \backslash
33233 int
33234 \begin_inset ERT
33235 status collapsed
33236
33237 \begin_layout Plain Layout
33238
33239
33240 \backslash
33241 spce 
33242 \end_layout
33243
33244 \end_inset
33245
33246 A=B
33247 \end_layout
33248
33249 \end_inset
33250 </cell>
33251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33252 \begin_inset Text
33253
33254 \begin_layout Plain Layout
33255 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33256 \end_inset
33257
33258
33259 \end_layout
33260
33261 \end_inset
33262 </cell>
33263 </row>
33264 <row>
33265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33266 \begin_inset Text
33267
33268 \begin_layout Plain Layout
33269
33270 \backslash
33271 cb[green]
33272 \backslash
33273 {red
33274 \begin_inset Formula $\to$
33275 \end_inset
33276
33277
33278 \backslash
33279 {
33280 \backslash
33281 int
33282 \begin_inset ERT
33283 status collapsed
33284
33285 \begin_layout Plain Layout
33286
33287
33288 \backslash
33289 spce 
33290 \end_layout
33291
33292 \end_inset
33293
33294 A=B
33295 \end_layout
33296
33297 \end_inset
33298 </cell>
33299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33300 \begin_inset Text
33301
33302 \begin_layout Plain Layout
33303 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33304 \end_inset
33305
33306
33307 \end_layout
33308
33309 \end_inset
33310 </cell>
33311 </row>
33312 </lyxtabular>
33313
33314 \end_inset
33315
33316
33317 \end_layout
33318
33319 \begin_layout Subsection
33320 Math Macros
33321 \begin_inset Index idx
33322 status collapsed
33323
33324 \begin_layout Plain Layout
33325 User-defined commands! Math macros
33326 \end_layout
33327
33328 \end_inset
33329
33330
33331 \begin_inset Index idx
33332 status collapsed
33333
33334 \begin_layout Plain Layout
33335 Macros
33336 \end_layout
33337
33338 \end_inset
33339
33340
33341 \end_layout
33342
33343 \begin_layout Standard
33344 User-defined commands are especially convenient for complex expressions.
33345  When you are for example dealing in a document with quadratic equations,
33346  the same solution type occurs several times.
33347  The general form of a quadratic equation is
33348 \begin_inset Formula \[
33349 0=\lambda^{2}+p\lambda+q\]
33350
33351 \end_inset
33352
33353 The general form of the solution is
33354 \begin_inset Formula \[
33355 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
33356
33357 \end_inset
33358
33359
33360 \end_layout
33361
33362 \begin_layout Standard
33363 To define a command for the solution formula where only the three parameters
33364  
33365 \begin_inset Formula $\lambda$
33366 \end_inset
33367
33368
33369 \begin_inset Formula $p$
33370 \end_inset
33371
33372  and 
33373 \begin_inset Formula $q$
33374 \end_inset
33375
33376  need to be specified and the index of 
33377 \begin_inset Formula $\lambda$
33378 \end_inset
33379
33380  can be given optionally, the LaTeX-preamble line is
33381 \begin_inset Newline newline
33382 \end_inset
33383
33384
33385 \series bold
33386
33387 \backslash
33388 newcommand{
33389 \backslash
33390 qG}[4][1,
33391 \backslash
33392 ,2]{#2_{#1}=-
33393 \backslash
33394 frac{#3}{2}
33395 \backslash
33396 pm
33397 \begin_inset Newline newline
33398 \end_inset
33399
33400
33401 \begin_inset Phantom HPhantom
33402 status open
33403
33404 \begin_layout Plain Layout
33405
33406 \series bold
33407
33408 \backslash
33409 newcommand
33410 \end_layout
33411
33412 \end_inset
33413
33414
33415 \backslash
33416 sqrt{
33417 \backslash
33418 frac{#3^{2}}{4}-#4}}
33419 \end_layout
33420
33421 \begin_layout Standard
33422 To create with this the solution formula, the command
33423 \begin_inset Newline newline
33424 \end_inset
33425
33426
33427 \series bold
33428
33429 \backslash
33430 qG{
33431 \backslash
33432 lambda
33433 \begin_inset Formula $\to$
33434 \end_inset
33435
33436
33437 \backslash
33438 {p
33439 \begin_inset Formula $\to$
33440 \end_inset
33441
33442
33443 \backslash
33444 {q
33445 \series default
33446  is inserted to a formula
33447 \series bold
33448 .
33449 \end_layout
33450
33451 \begin_layout Standard
33452 The definition of the new command is unintuitive because one has to know
33453  the schemes of all used LaTeX commands, e.
33454 \begin_inset space \thinspace{}
33455 \end_inset
33456
33457 g.
33458 \begin_inset space \space{}
33459 \end_inset
33460
33461 that a fraction is inserted in LaTeX as 
33462 \series bold
33463
33464 \backslash
33465 frac{numerator}{denominator}
33466 \series default
33467 .
33468  Furthermore one can easily forget a brace in the definition and cannot
33469  see in LyX what the new command is doing.
33470  To avoid these problems LyX offers the possibility to use math macros instead
33471  of the command 
33472 \series bold
33473
33474 \backslash
33475 newcommand
33476 \series default
33477 .
33478 \end_layout
33479
33480 \begin_layout Standard
33481 A math macro is created by using the menu 
33482 \family sans
33483 Insert\SpecialChar \menuseparator
33484 Math\SpecialChar \menuseparator
33485 Macro
33486 \family default
33487  or the toolbar button 
33488 \begin_inset Graphics
33489         filename ../images/math-macro_newmacroname_newcommand.png
33490         scale 85
33491
33492 \end_inset
33493
33494 .
33495  The math macro toolbar appears together with the following box where the
33496  macro is defined:
33497 \begin_inset Newline newline
33498 \end_inset
33499
33500
33501 \begin_inset space \hspace*{\fill}
33502 \end_inset
33503
33504
33505 \begin_inset Graphics
33506         filename clipart/macrobox.png
33507
33508 \end_inset
33509
33510
33511 \begin_inset space \hspace*{\fill}
33512 \end_inset
33513
33514
33515 \begin_inset Newline newline
33516 \end_inset
33517
33518
33519 \begin_inset FormulaMacro
33520 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33521 \end_inset
33522
33523
33524 \backslash
33525 newmacroname is the default name of the macro that should be changed to
33526  something sensible.
33527  The wanted formula is inserted in the first blue box.
33528  An argument placeholder is inserted with the command 
33529 \series bold
33530
33531 \backslash
33532 #argumentnumber
33533 \series default
33534 , e.
33535 \begin_inset space \thinspace{}
33536 \end_inset
33537
33538 g
33539 \begin_inset space \space{}
33540 \end_inset
33541
33542
33543 \series bold
33544
33545 \backslash
33546 #1
33547 \series default
33548  or by using the macro toolbar button 
33549 \begin_inset Graphics
33550         filename ../images/math-macro-add-param.png
33551         scale 85
33552
33553 \end_inset
33554
33555 .
33556  Argument placeholders are displayed red.
33557  Maximum 9 arguments are possible.
33558  Optional arguments are created with the toolbar button 
33559 \begin_inset Graphics
33560         filename ../images/math-macro-add-optional-param.png
33561         scale 85
33562
33563 \end_inset
33564
33565 .
33566  The first non-optional argument can be transformed to an optional one with
33567  the toolbar button 
33568 \begin_inset Graphics
33569         filename ../images/math-macro-make-optional.png
33570         scale 85
33571
33572 \end_inset
33573
33574 .
33575  In the second blue box the appearance of the macro in LyX can be defined.
33576  Normally you want to see it as it is defined, so the box is kept empty.
33577  But when you have created a macro that needs lot of space on the screen,
33578  you can insert in the box for example
33579 \begin_inset Newline newline
33580 \end_inset
33581
33582
33583 \series bold
33584 qG: 
33585 \backslash
33586 #1
33587 \series default
33588  
33589 \series bold
33590 ,
33591 \series default
33592  
33593 \series bold
33594
33595 \backslash
33596 #2
33597 \series default
33598  
33599 \series bold
33600 ,
33601 \series default
33602  
33603 \series bold
33604
33605 \backslash
33606 #3, 
33607 \backslash
33608 #4
33609 \begin_inset Newline newline
33610 \end_inset
33611
33612
33613 \series default
33614 For the macro only the arguments with the macro name in front of them will
33615  then be displayed in LyX, leading to a better overview.
33616  The formula appears in the output as defined in the first box.
33617 \begin_inset Newline newline
33618 \end_inset
33619
33620 The appearance of macros in formulas can furthermore be changed for single
33621  macros by setting the cursor in the macro and using the menu 
33622 \family sans
33623 View\SpecialChar \menuseparator
33624 (Un)fold
33625 \begin_inset space ~
33626 \end_inset
33627
33628 Math
33629 \begin_inset space ~
33630 \end_inset
33631
33632 Macro
33633 \family default
33634 .
33635 \end_layout
33636
33637 \begin_layout Standard
33638 To use a macro, the macro name is inserted as command to a formula, in our
33639  case 
33640 \series bold
33641
33642 \backslash
33643 qG
33644 \series default
33645 .
33646  Our macro looks in LyX like this:
33647 \begin_inset Newline newline
33648 \end_inset
33649
33650
33651 \begin_inset space \hspace*{\fill}
33652 \end_inset
33653
33654
33655 \begin_inset Graphics
33656         filename clipart/macrouse.png
33657
33658 \end_inset
33659
33660
33661 \begin_inset space \hspace*{\fill}
33662 \end_inset
33663
33664
33665 \begin_inset Newline newline
33666 \end_inset
33667
33668 Here is our macro example with the arguments 
33669 \begin_inset Formula $x$
33670 \end_inset
33671
33672
33673 \begin_inset Formula $\ln(x)$
33674 \end_inset
33675
33676  and 
33677 \begin_inset Formula $B$
33678 \end_inset
33679
33680 :
33681 \end_layout
33682
33683 \begin_layout Standard
33684 \begin_inset Formula \[
33685 \qG x{\ln(x)}B\]
33686
33687 \end_inset
33688
33689
33690 \end_layout
33691
33692 \begin_layout Standard
33693 LyX offers in the menu 
33694 \family sans
33695 Tools\SpecialChar \menuseparator
33696 Preferences\SpecialChar \menuseparator
33697 Editing\SpecialChar \menuseparator
33698 Control
33699 \family default
33700  different styles to edit macros.
33701  To find the style that suits you the most, choose a style and set the cursor
33702  in a macro formula to see the difference.
33703 \end_layout
33704
33705 \begin_layout Standard
33706 A math macro is transformed internally to a 
33707 \series bold
33708
33709 \backslash
33710 newcommand
33711 \series default
33712  command when exporting the document.
33713  The created 
33714 \series bold
33715
33716 \backslash
33717 newcommand
33718 \series default
33719  command is not placed in the LaTeX-preamble, therefore macros can only
33720  be used in formulas that are in the document below the macro definition
33721  box.
33722 \end_layout
33723
33724 \begin_layout Standard
33725 Math macros can also be directly be created from a 
33726 \series bold
33727
33728 \backslash
33729 newcommand
33730 \series default
33731  command.
33732  When writing for example the command
33733 \series bold
33734
33735 \begin_inset Newline newline
33736 \end_inset
33737
33738
33739 \backslash
33740 newcommand{
33741 \backslash
33742 larrow}[2]{
33743 \backslash
33744 xleftarrow[#2]{#1}}
33745 \begin_inset Newline newline
33746 \end_inset
33747
33748
33749 \series default
33750 in LyX as normal text, highlighting it completely and using then the shortcut
33751  
33752 \family sans
33753 Ctrl+M
33754 \family default
33755 , the command will be transformed to a math macro.
33756  Using this method you need to be careful that the 
33757 \series bold
33758
33759 \backslash
33760 newcommand
33761 \series default
33762  command is typed correctly, otherwise you get a faulty macro leading to
33763  LaTeX errors.
33764 \end_layout
33765
33766 \begin_layout Standard
33767 Math macros currently yet have the problem that further formulas in macro
33768  definitions are handled wrongly.
33769  Therefore the example 
33770 \series bold
33771
33772 \backslash
33773 fb
33774 \series default
33775  from 
33776 \begin_inset CommandInset ref
33777 LatexCommand ref
33778 reference "sub:The-Command-newcommand"
33779
33780 \end_inset
33781
33782  cannot be created as macro.
33783 \end_layout
33784
33785 \begin_layout Standard
33786 When the cursor is in a macro definition box, you will see the macro toolbar
33787  in LyX:
33788 \end_layout
33789
33790 \begin_layout Standard
33791 \begin_inset VSpace defskip
33792 \end_inset
33793
33794
33795 \end_layout
33796
33797 \begin_layout Standard
33798 \begin_inset Graphics
33799         filename clipart/MacroToolbar.png
33800
33801 \end_inset
33802
33803
33804 \begin_inset Index idx
33805 status collapsed
33806
33807 \begin_layout Plain Layout
33808 Macros ! Toolbar
33809 \end_layout
33810
33811 \end_inset
33812
33813
33814 \end_layout
33815
33816 \begin_layout Standard
33817 \begin_inset VSpace defskip
33818 \end_inset
33819
33820
33821 \end_layout
33822
33823 \begin_layout Standard
33824 The macro toolbar contains from left to right the following buttons:
33825 \end_layout
33826
33827 \begin_layout Standard
33828 \begin_inset VSpace defskip
33829 \end_inset
33830
33831
33832 \end_layout
33833
33834 \begin_layout Standard
33835 \begin_inset Tabular
33836 <lyxtabular version="3" rows="9" columns="2">
33837 <features islongtable="true" longtabularalignment="center">
33838 <column alignment="left" valignment="top" width="0">
33839 <column alignment="left" valignment="top" width="85col%">
33840 <row interlinespace="2.5mm">
33841 <cell alignment="center" valignment="top" usebox="none">
33842 \begin_inset Text
33843
33844 \begin_layout Plain Layout
33845 \begin_inset Graphics
33846         filename ../images/math-macro-remove-param.png
33847         BoundingBox 0bp 5bp 20bp 25bp
33848         rotateOrigin center
33849
33850 \end_inset
33851
33852
33853 \end_layout
33854
33855 \end_inset
33856 </cell>
33857 <cell alignment="center" valignment="top" usebox="none">
33858 \begin_inset Text
33859
33860 \begin_layout Plain Layout
33861
33862 \family sans
33863 Edit\SpecialChar \menuseparator
33864 Math\SpecialChar \menuseparator
33865 Macro
33866 \begin_inset space ~
33867 \end_inset
33868
33869 Definition\SpecialChar \menuseparator
33870 Remove Last Argument
33871 \end_layout
33872
33873 \end_inset
33874 </cell>
33875 </row>
33876 <row interlinespace="2.5mm">
33877 <cell alignment="center" valignment="top" usebox="none">
33878 \begin_inset Text
33879
33880 \begin_layout Plain Layout
33881 \begin_inset Graphics
33882         filename ../images/math-macro-add-param.png
33883         BoundingBox 0bp 5bp 20bp 25bp
33884         rotateOrigin center
33885
33886 \end_inset
33887
33888
33889 \end_layout
33890
33891 \end_inset
33892 </cell>
33893 <cell alignment="center" valignment="top" usebox="none">
33894 \begin_inset Text
33895
33896 \begin_layout Plain Layout
33897
33898 \family sans
33899 Edit\SpecialChar \menuseparator
33900 Math\SpecialChar \menuseparator
33901 Macro
33902 \begin_inset space ~
33903 \end_inset
33904
33905 Definition\SpecialChar \menuseparator
33906 Append Argument
33907 \end_layout
33908
33909 \end_inset
33910 </cell>
33911 </row>
33912 <row interlinespace="2.5mm">
33913 <cell alignment="center" valignment="top" usebox="none">
33914 \begin_inset Text
33915
33916 \begin_layout Plain Layout
33917 \begin_inset Graphics
33918         filename ../images/math-macro-make-optional.png
33919         BoundingBox 0bp 5bp 20bp 25bp
33920         rotateOrigin center
33921
33922 \end_inset
33923
33924
33925 \end_layout
33926
33927 \end_inset
33928 </cell>
33929 <cell alignment="center" valignment="top" usebox="none">
33930 \begin_inset Text
33931
33932 \begin_layout Plain Layout
33933
33934 \family sans
33935 Edit\SpecialChar \menuseparator
33936 Math\SpecialChar \menuseparator
33937 Macro
33938 \begin_inset space ~
33939 \end_inset
33940
33941 Definition\SpecialChar \menuseparator
33942 Make First Non-Optional into
33943 \begin_inset Newline newline
33944 \end_inset
33945
33946
33947 \begin_inset Phantom HPhantom
33948 status open
33949
33950 \begin_layout Plain Layout
33951
33952 \family sans
33953 Edit\SpecialChar \menuseparator
33954 Math\SpecialChar \menuseparator
33955 Macro
33956 \begin_inset space ~
33957 \end_inset
33958
33959 Definition\SpecialChar \menuseparator
33960
33961 \end_layout
33962
33963 \end_inset
33964
33965 Optional Argument
33966 \end_layout
33967
33968 \end_inset
33969 </cell>
33970 </row>
33971 <row interlinespace="2.5mm">
33972 <cell alignment="center" valignment="top" usebox="none">
33973 \begin_inset Text
33974
33975 \begin_layout Plain Layout
33976 \begin_inset Graphics
33977         filename ../images/math-macro-make-nonoptional.png
33978         BoundingBox 0bp 5bp 20bp 25bp
33979         rotateOrigin center
33980
33981 \end_inset
33982
33983
33984 \end_layout
33985
33986 \end_inset
33987 </cell>
33988 <cell alignment="center" valignment="top" usebox="none">
33989 \begin_inset Text
33990
33991 \begin_layout Plain Layout
33992
33993 \family sans
33994 Edit\SpecialChar \menuseparator
33995 Math\SpecialChar \menuseparator
33996 Macro
33997 \begin_inset space ~
33998 \end_inset
33999
34000 Definition\SpecialChar \menuseparator
34001 Make Last Optional into
34002 \begin_inset Newline newline
34003 \end_inset
34004
34005
34006 \begin_inset Phantom HPhantom
34007 status open
34008
34009 \begin_layout Plain Layout
34010
34011 \family sans
34012 Edit\SpecialChar \menuseparator
34013 Math\SpecialChar \menuseparator
34014 Macro
34015 \begin_inset space ~
34016 \end_inset
34017
34018 Definition\SpecialChar \menuseparator
34019
34020 \end_layout
34021
34022 \end_inset
34023
34024 Non-Optional Argument
34025 \end_layout
34026
34027 \end_inset
34028 </cell>
34029 </row>
34030 <row interlinespace="2.5mm">
34031 <cell alignment="center" valignment="top" usebox="none">
34032 \begin_inset Text
34033
34034 \begin_layout Plain Layout
34035 \begin_inset Graphics
34036         filename ../images/math-macro-remove-optional-param.png
34037         BoundingBox 0bp 5bp 20bp 25bp
34038         rotateOrigin center
34039
34040 \end_inset
34041
34042
34043 \end_layout
34044
34045 \end_inset
34046 </cell>
34047 <cell alignment="center" valignment="top" usebox="none">
34048 \begin_inset Text
34049
34050 \begin_layout Plain Layout
34051
34052 \family sans
34053 Edit\SpecialChar \menuseparator
34054 Math\SpecialChar \menuseparator
34055 Macro
34056 \begin_inset space ~
34057 \end_inset
34058
34059 Definition\SpecialChar \menuseparator
34060 Remove Optional Argument
34061 \end_layout
34062
34063 \end_inset
34064 </cell>
34065 </row>
34066 <row interlinespace="2.5mm">
34067 <cell alignment="center" valignment="top" usebox="none">
34068 \begin_inset Text
34069
34070 \begin_layout Plain Layout
34071 \begin_inset Graphics
34072         filename ../images/math-macro-add-optional-param.png
34073         BoundingBox 0bp 5bp 20bp 25bp
34074         rotateOrigin center
34075
34076 \end_inset
34077
34078
34079 \end_layout
34080
34081 \end_inset
34082 </cell>
34083 <cell alignment="center" valignment="top" usebox="none">
34084 \begin_inset Text
34085
34086 \begin_layout Plain Layout
34087
34088 \family sans
34089 Edit\SpecialChar \menuseparator
34090 Math\SpecialChar \menuseparator
34091 Macro
34092 \begin_inset space ~
34093 \end_inset
34094
34095 Definition\SpecialChar \menuseparator
34096 Insert Optional Argument
34097 \end_layout
34098
34099 \end_inset
34100 </cell>
34101 </row>
34102 <row interlinespace="2.5mm">
34103 <cell alignment="center" valignment="top" usebox="none">
34104 \begin_inset Text
34105
34106 \begin_layout Plain Layout
34107 \begin_inset Graphics
34108         filename ../images/math-macro-remove-greedy-param.png
34109         BoundingBox 0bp 5bp 20bp 25bp
34110         rotateOrigin center
34111
34112 \end_inset
34113
34114
34115 \end_layout
34116
34117 \end_inset
34118 </cell>
34119 <cell alignment="center" valignment="top" usebox="none">
34120 \begin_inset Text
34121
34122 \begin_layout Plain Layout
34123
34124 \family sans
34125 Edit\SpecialChar \menuseparator
34126 Math\SpecialChar \menuseparator
34127 Macro
34128 \begin_inset space ~
34129 \end_inset
34130
34131 Definition\SpecialChar \menuseparator
34132 Remove Last Argument
34133 \begin_inset Newline newline
34134 \end_inset
34135
34136
34137 \begin_inset Phantom HPhantom
34138 status open
34139
34140 \begin_layout Plain Layout
34141
34142 \family sans
34143 Edit\SpecialChar \menuseparator
34144 Math\SpecialChar \menuseparator
34145 Macro
34146 \begin_inset space ~
34147 \end_inset
34148
34149 Definition\SpecialChar \menuseparator
34150
34151 \end_layout
34152
34153 \end_inset
34154
34155 Spitting Out To The Right
34156 \end_layout
34157
34158 \end_inset
34159 </cell>
34160 </row>
34161 <row interlinespace="2.5mm">
34162 <cell alignment="center" valignment="top" usebox="none">
34163 \begin_inset Text
34164
34165 \begin_layout Plain Layout
34166 \begin_inset Graphics
34167         filename ../images/math-macro-append-greedy-param.png
34168         BoundingBox 0bp 5bp 20bp 25bp
34169         rotateOrigin center
34170
34171 \end_inset
34172
34173
34174 \end_layout
34175
34176 \end_inset
34177 </cell>
34178 <cell alignment="center" valignment="top" usebox="none">
34179 \begin_inset Text
34180
34181 \begin_layout Plain Layout
34182
34183 \family sans
34184 Edit\SpecialChar \menuseparator
34185 Math\SpecialChar \menuseparator
34186 Macro
34187 \begin_inset space ~
34188 \end_inset
34189
34190 Definition\SpecialChar \menuseparator
34191 Append Argument
34192 \begin_inset Newline newline
34193 \end_inset
34194
34195
34196 \begin_inset Phantom HPhantom
34197 status open
34198
34199 \begin_layout Plain Layout
34200
34201 \family sans
34202 Edit\SpecialChar \menuseparator
34203 Math\SpecialChar \menuseparator
34204 Macro
34205 \begin_inset space ~
34206 \end_inset
34207
34208 Definition\SpecialChar \menuseparator
34209
34210 \end_layout
34211
34212 \end_inset
34213
34214 Eating From The Right
34215 \end_layout
34216
34217 \end_inset
34218 </cell>
34219 </row>
34220 <row interlinespace="2.5mm">
34221 <cell alignment="center" valignment="top" usebox="none">
34222 \begin_inset Text
34223
34224 \begin_layout Plain Layout
34225 \begin_inset Graphics
34226         filename ../images/math-macro-add-greedy-optional-param.png
34227         BoundingBox 0bp 5bp 20bp 25bp
34228         rotateOrigin center
34229
34230 \end_inset
34231
34232
34233 \end_layout
34234
34235 \end_inset
34236 </cell>
34237 <cell alignment="center" valignment="top" usebox="none">
34238 \begin_inset Text
34239
34240 \begin_layout Plain Layout
34241
34242 \family sans
34243 Edit\SpecialChar \menuseparator
34244 Math\SpecialChar \menuseparator
34245 Macro
34246 \begin_inset space ~
34247 \end_inset
34248
34249 Definition\SpecialChar \menuseparator
34250 Append Optional Argument
34251 \begin_inset Newline newline
34252 \end_inset
34253
34254
34255 \begin_inset Phantom HPhantom
34256 status open
34257
34258 \begin_layout Plain Layout
34259
34260 \family sans
34261 Edit\SpecialChar \menuseparator
34262 Math\SpecialChar \menuseparator
34263 Macro
34264 \begin_inset space ~
34265 \end_inset
34266
34267 Definition\SpecialChar \menuseparator
34268
34269 \end_layout
34270
34271 \end_inset
34272
34273 Eating From The Right
34274 \end_layout
34275
34276 \end_inset
34277 </cell>
34278 </row>
34279 </lyxtabular>
34280
34281 \end_inset
34282
34283
34284 \end_layout
34285
34286 \begin_layout Standard
34287 \begin_inset Newpage newpage
34288 \end_inset
34289
34290
34291 \end_layout
34292
34293 \begin_layout Section
34294 Tips
34295 \begin_inset Index idx
34296 status collapsed
34297
34298 \begin_layout Plain Layout
34299 Tips
34300 \end_layout
34301
34302 \end_inset
34303
34304
34305 \end_layout
34306
34307 \begin_layout Subsection
34308 Negative Numbers
34309 \begin_inset Index idx
34310 status collapsed
34311
34312 \begin_layout Plain Layout
34313 Numbers ! negative
34314 \end_layout
34315
34316 \end_inset
34317
34318
34319 \end_layout
34320
34321 \begin_layout Standard
34322 Negative numbers often look ugly in formulas because the minus sign before
34323  the number is set with the same length as the minus operator sign.
34324  When writing the negative number in normal text, the minus sign appears
34325  correctly.
34326 \end_layout
34327
34328 \begin_layout Standard
34329 Thus, the problem disappears when converting the minus sign to mathematical
34330  text.
34331 \end_layout
34332
34333 \begin_layout Standard
34334 An example to visualize the problem:
34335 \end_layout
34336
34337 \begin_layout Standard
34338 \align center
34339 \begin_inset Tabular
34340 <lyxtabular version="3" rows="3" columns="2">
34341 <features tabularvalignment="middle">
34342 <column alignment="right" valignment="top" width="0">
34343 <column alignment="left" valignment="top" width="0">
34344 <row>
34345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34346 \begin_inset Text
34347
34348 \begin_layout Plain Layout
34349 normal text:
34350 \end_layout
34351
34352 \end_inset
34353 </cell>
34354 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34355 \begin_inset Text
34356
34357 \begin_layout Plain Layout
34358 x = -2
34359 \end_layout
34360
34361 \end_inset
34362 </cell>
34363 </row>
34364 <row>
34365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34366 \begin_inset Text
34367
34368 \begin_layout Plain Layout
34369 formula:
34370 \end_layout
34371
34372 \end_inset
34373 </cell>
34374 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34375 \begin_inset Text
34376
34377 \begin_layout Plain Layout
34378 \begin_inset Formula $x=-2$
34379 \end_inset
34380
34381
34382 \end_layout
34383
34384 \end_inset
34385 </cell>
34386 </row>
34387 <row>
34388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34389 \begin_inset Text
34390
34391 \begin_layout Plain Layout
34392 solution:
34393 \end_layout
34394
34395 \end_inset
34396 </cell>
34397 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34398 \begin_inset Text
34399
34400 \begin_layout Plain Layout
34401 \begin_inset Formula $x=\textrm{-}2$
34402 \end_inset
34403
34404
34405 \end_layout
34406
34407 \end_inset
34408 </cell>
34409 </row>
34410 </lyxtabular>
34411
34412 \end_inset
34413
34414
34415 \end_layout
34416
34417 \begin_layout Subsection
34418 Comma as decimal Separator
34419 \begin_inset Index idx
34420 status collapsed
34421
34422 \begin_layout Plain Layout
34423 Comma
34424 \end_layout
34425
34426 \end_inset
34427
34428
34429 \end_layout
34430
34431 \begin_layout Standard
34432 In LaTeX a comma inside a formula is used, according to the English convention,
34433  as number group separator.
34434  So there will be space added behind all commas in formulas.
34435 \end_layout
34436
34437 \begin_layout Standard
34438 To avoid this, the comma is highlighted and changed to mathematical text
34439  (shortcut 
34440 \begin_inset Info
34441 type  "shortcut"
34442 arg   "math-mode"
34443 \end_inset
34444
34445 ).
34446 \end_layout
34447
34448 \begin_layout Standard
34449 To use all formula commas in the document as decimal separator, the file
34450  
34451 \series bold
34452 icomma.sty
34453 \series default
34454
34455 \begin_inset Foot
34456 status collapsed
34457
34458 \begin_layout Plain Layout
34459
34460 \series bold
34461 icomma
34462 \series default
34463  is part of the LaTeX-package 
34464 \series bold
34465 was
34466 \series default
34467
34468 \begin_inset Index idx
34469 status collapsed
34470
34471 \begin_layout Plain Layout
34472 Packages ! was
34473 \begin_inset ERT
34474 status collapsed
34475
34476 \begin_layout Plain Layout
34477
34478
34479 \backslash
34480 vspace{4mm}
34481 \end_layout
34482
34483 \end_inset
34484
34485
34486 \end_layout
34487
34488 \end_inset
34489
34490 .
34491 \end_layout
34492
34493 \end_inset
34494
34495
34496 \begin_inset Index idx
34497 status collapsed
34498
34499 \begin_layout Plain Layout
34500 Packages ! icomma
34501 \end_layout
34502
34503 \end_inset
34504
34505  is loaded with the LaTeX-preamble line
34506 \end_layout
34507
34508 \begin_layout Standard
34509
34510 \series bold
34511
34512 \backslash
34513 usepackage{icomma}
34514 \end_layout
34515
34516 \begin_layout Subsection
34517 Physical Vectors
34518 \begin_inset CommandInset label
34519 LatexCommand label
34520 name "sub:Physical-Vectors"
34521
34522 \end_inset
34523
34524
34525 \begin_inset Index idx
34526 status collapsed
34527
34528 \begin_layout Plain Layout
34529 Vectors ! physical
34530 \end_layout
34531
34532 \end_inset
34533
34534
34535 \end_layout
34536
34537 \begin_layout Standard
34538 Predefined vectors are offered by the LaTeX-package 
34539 \series bold
34540 braket
34541 \series default
34542
34543 \begin_inset Index idx
34544 status collapsed
34545
34546 \begin_layout Plain Layout
34547 Packages ! braket
34548 \end_layout
34549
34550 \end_inset
34551
34552  that is loaded with the LaTeX-preamble line
34553 \end_layout
34554
34555 \begin_layout Standard
34556
34557 \series bold
34558
34559 \backslash
34560 usepackage{braket}
34561 \end_layout
34562
34563 \begin_layout Standard
34564 \begin_inset ERT
34565 status collapsed
34566
34567 \begin_layout Plain Layout
34568
34569
34570 \backslash
34571 ifbraket 
34572 \end_layout
34573
34574 \end_inset
34575
34576
34577 \begin_inset Note Note
34578 status open
34579
34580 \begin_layout Plain Layout
34581 The following table will only be displayed when the LaTeX-package 
34582 \series bold
34583 braket
34584 \series default
34585  is installed.
34586 \end_layout
34587
34588 \end_inset
34589
34590
34591 \end_layout
34592
34593 \begin_layout Standard
34594 The following commands are defined:
34595 \end_layout
34596
34597 \begin_layout Standard
34598 \align center
34599 \begin_inset Tabular
34600 <lyxtabular version="3" rows="4" columns="2">
34601 <features tabularvalignment="middle">
34602 <column alignment="center" valignment="top" width="0">
34603 <column alignment="center" valignment="top" width="0">
34604 <row>
34605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34606 \begin_inset Text
34607
34608 \begin_layout Plain Layout
34609 Command
34610 \end_layout
34611
34612 \end_inset
34613 </cell>
34614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34615 \begin_inset Text
34616
34617 \begin_layout Plain Layout
34618 Result
34619 \end_layout
34620
34621 \end_inset
34622 </cell>
34623 </row>
34624 <row>
34625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34626 \begin_inset Text
34627
34628 \begin_layout Plain Layout
34629
34630 \backslash
34631 Bra{
34632 \backslash
34633 psi
34634 \end_layout
34635
34636 \end_inset
34637 </cell>
34638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34639 \begin_inset Text
34640
34641 \begin_layout Plain Layout
34642 \begin_inset Formula $\Bra{\psi}$
34643 \end_inset
34644
34645
34646 \end_layout
34647
34648 \end_inset
34649 </cell>
34650 </row>
34651 <row>
34652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34653 \begin_inset Text
34654
34655 \begin_layout Plain Layout
34656
34657 \backslash
34658 Ket{
34659 \backslash
34660 psi
34661 \end_layout
34662
34663 \end_inset
34664 </cell>
34665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34666 \begin_inset Text
34667
34668 \begin_layout Plain Layout
34669 \begin_inset Formula $\Ket{\psi}$
34670 \end_inset
34671
34672
34673 \end_layout
34674
34675 \end_inset
34676 </cell>
34677 </row>
34678 <row>
34679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34680 \begin_inset Text
34681
34682 \begin_layout Plain Layout
34683
34684 \backslash
34685 Braket{
34686 \backslash
34687 psi|
34688 \backslash
34689 phi
34690 \end_layout
34691
34692 \end_inset
34693 </cell>
34694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34695 \begin_inset Text
34696
34697 \begin_layout Plain Layout
34698 \begin_inset Formula $\Braket{\psi|\phi}$
34699 \end_inset
34700
34701
34702 \end_layout
34703
34704 \end_inset
34705 </cell>
34706 </row>
34707 </lyxtabular>
34708
34709 \end_inset
34710
34711
34712 \end_layout
34713
34714 \begin_layout Standard
34715 The command 
34716 \series bold
34717
34718 \backslash
34719 Braket
34720 \series default
34721  assures that all vertical bars are set in the size of the surrounding brackets:
34722 \begin_inset Formula \[
34723 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34724
34725 \end_inset
34726
34727
34728 \begin_inset ERT
34729 status collapsed
34730
34731 \begin_layout Plain Layout
34732
34733
34734 \backslash
34735 else 
34736 \end_layout
34737
34738 \end_inset
34739
34740
34741 \begin_inset Note Note
34742 status open
34743
34744 \begin_layout Plain Layout
34745 The following will be displayed when the LaTeX-package 
34746 \series bold
34747 braket
34748 \series default
34749  is not installed:
34750 \end_layout
34751
34752 \end_inset
34753
34754
34755 \end_layout
34756
34757 \begin_layout Standard
34758 You need to install the LaTeX-package 
34759 \series bold
34760 braket
34761 \series default
34762  to see the rest of this subsection in the output.
34763 \end_layout
34764
34765 \begin_layout Standard
34766 \begin_inset ERT
34767 status collapsed
34768
34769 \begin_layout Plain Layout
34770
34771
34772 \backslash
34773 fi 
34774 \end_layout
34775
34776 \end_inset
34777
34778
34779 \end_layout
34780
34781 \begin_layout Standard
34782 The effect of 
34783 \series bold
34784
34785 \backslash
34786 Braket
34787 \series default
34788  can also be achieved using the command 
34789 \series bold
34790
34791 \backslash
34792 middle
34793 \series default
34794 , that is described in 
34795 \begin_inset CommandInset ref
34796 LatexCommand ref
34797 reference "sub:Automatic-Bracket-Size"
34798
34799 \end_inset
34800
34801 .
34802 \end_layout
34803
34804 \begin_layout Subsection
34805 Self-defined Fractions
34806 \begin_inset CommandInset label
34807 LatexCommand label
34808 name "sub:Self-defined-Fractions"
34809
34810 \end_inset
34811
34812
34813 \begin_inset Index idx
34814 status collapsed
34815
34816 \begin_layout Plain Layout
34817 Fractions ! self-defined
34818 \end_layout
34819
34820 \end_inset
34821
34822
34823 \end_layout
34824
34825 \begin_layout Standard
34826 To define custom commands for fractions, the command 
34827 \series bold
34828
34829 \backslash
34830 genfrac
34831 \series default
34832
34833 \begin_inset Index idx
34834 status collapsed
34835
34836 \begin_layout Plain Layout
34837 Commands ! G ! 
34838 \backslash
34839 genfrac
34840 \end_layout
34841
34842 \end_inset
34843
34844  is used in the following scheme:
34845 \end_layout
34846
34847 \begin_layout Standard
34848
34849 \series bold
34850
34851 \backslash
34852 genfrac{left
34853 \series default
34854  
34855 \series bold
34856 bracket}{right
34857 \series default
34858  
34859 \series bold
34860 bracket}{fraction bar thickness}{style}
34861 \begin_inset Newline newline
34862 \end_inset
34863
34864
34865 \begin_inset Phantom HPhantom
34866 status open
34867
34868 \begin_layout Plain Layout
34869
34870 \series bold
34871
34872 \backslash
34873 genfrac
34874 \end_layout
34875
34876 \end_inset
34877
34878 {numerator}{denominator}
34879 \end_layout
34880
34881 \begin_layout Standard
34882 The style is a number in the range of 0
34883 \begin_inset space \thinspace{}
34884 \end_inset
34885
34886 -
34887 \begin_inset space \thinspace{}
34888 \end_inset
34889
34890 3.
34891 \end_layout
34892
34893 \begin_layout Standard
34894 \align center
34895 \begin_inset Tabular
34896 <lyxtabular version="3" rows="5" columns="2">
34897 <features tabularvalignment="middle">
34898 <column alignment="center" valignment="top" width="0">
34899 <column alignment="center" valignment="top" width="0">
34900 <row>
34901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34902 \begin_inset Text
34903
34904 \begin_layout Plain Layout
34905 Number
34906 \end_layout
34907
34908 \end_inset
34909 </cell>
34910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34911 \begin_inset Text
34912
34913 \begin_layout Plain Layout
34914 Style (Size)
34915 \end_layout
34916
34917 \end_inset
34918 </cell>
34919 </row>
34920 <row>
34921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34922 \begin_inset Text
34923
34924 \begin_layout Plain Layout
34925 0
34926 \end_layout
34927
34928 \end_inset
34929 </cell>
34930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34931 \begin_inset Text
34932
34933 \begin_layout Plain Layout
34934 display style formula
34935 \end_layout
34936
34937 \end_inset
34938 </cell>
34939 </row>
34940 <row>
34941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34942 \begin_inset Text
34943
34944 \begin_layout Plain Layout
34945 1
34946 \end_layout
34947
34948 \end_inset
34949 </cell>
34950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34951 \begin_inset Text
34952
34953 \begin_layout Plain Layout
34954 inline formula
34955 \end_layout
34956
34957 \end_inset
34958 </cell>
34959 </row>
34960 <row>
34961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34962 \begin_inset Text
34963
34964 \begin_layout Plain Layout
34965 2
34966 \end_layout
34967
34968 \end_inset
34969 </cell>
34970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34971 \begin_inset Text
34972
34973 \begin_layout Plain Layout
34974 small
34975 \end_layout
34976
34977 \end_inset
34978 </cell>
34979 </row>
34980 <row>
34981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34982 \begin_inset Text
34983
34984 \begin_layout Plain Layout
34985 3
34986 \end_layout
34987
34988 \end_inset
34989 </cell>
34990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34991 \begin_inset Text
34992
34993 \begin_layout Plain Layout
34994 tiny
34995 \end_layout
34996
34997 \end_inset
34998 </cell>
34999 </row>
35000 </lyxtabular>
35001
35002 \end_inset
35003
35004
35005 \end_layout
35006
35007 \begin_layout Standard
35008 When no style is given, the size is adjusted to the surrounding environment
35009  like for the command 
35010 \series bold
35011
35012 \backslash
35013 frac
35014 \series default
35015 .
35016 \end_layout
35017
35018 \begin_layout Standard
35019 When no fraction bar thickness is given, the predefined value of 0.4
35020 \begin_inset space \thinspace{}
35021 \end_inset
35022
35023 pt will be used.
35024 \end_layout
35025
35026 \begin_layout Standard
35027 \begin_inset VSpace medskip
35028 \end_inset
35029
35030 For example, the commands 
35031 \series bold
35032
35033 \backslash
35034 dfrac
35035 \series default
35036  and 
35037 \series bold
35038
35039 \backslash
35040 tbinom
35041 \series default
35042  from 
35043 \begin_inset CommandInset ref
35044 LatexCommand ref
35045 reference "sub:Fractions"
35046
35047 \end_inset
35048
35049  are defined with the commands
35050 \end_layout
35051
35052 \begin_layout Standard
35053
35054 \series bold
35055
35056 \backslash
35057 newcommand{
35058 \backslash
35059 dfrac}[2]{
35060 \backslash
35061 genfrac{}{}{}{0}{#1}{#2}}
35062 \end_layout
35063
35064 \begin_layout Standard
35065 and
35066 \end_layout
35067
35068 \begin_layout Standard
35069
35070 \series bold
35071
35072 \backslash
35073 newcommand{
35074 \backslash
35075 tbinom}[2]{
35076 \backslash
35077 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35078 \end_layout
35079
35080 \begin_layout Standard
35081 \begin_inset VSpace medskip
35082 \end_inset
35083
35084 To define a fraction where the fraction bar thickness can be given as optional
35085  argument, the following line is inserted to the LaTeX-preamble:
35086 \end_layout
35087
35088 \begin_layout Standard
35089
35090 \series bold
35091
35092 \backslash
35093 newcommand{
35094 \backslash
35095 fracS}[3][]{
35096 \backslash
35097 genfrac{}{}{#1}{}{#2}{#3}}
35098 \end_layout
35099
35100 \begin_layout Standard
35101 A test:
35102 \begin_inset Formula \begin{align*}
35103 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35104 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35105 \end{align*}
35106
35107 \end_inset
35108
35109 As one can see, the distance of the numerator and the denominator to the
35110  fraction bar is round about three times the bar thickness.
35111 \end_layout
35112
35113 \begin_layout Subsection
35114 Canceled Formulas
35115 \begin_inset Index idx
35116 status collapsed
35117
35118 \begin_layout Plain Layout
35119 Formula ! canceled
35120 \end_layout
35121
35122 \end_inset
35123
35124
35125 \end_layout
35126
35127 \begin_layout Standard
35128 To cancel formulas or formula parts, the LaTeX-package 
35129 \series bold
35130 cancel
35131 \series default
35132
35133 \begin_inset Index idx
35134 status collapsed
35135
35136 \begin_layout Plain Layout
35137 Packages ! cancel
35138 \end_layout
35139
35140 \end_inset
35141
35142  has to be loaded with the LaTeX-preamble line
35143 \end_layout
35144
35145 \begin_layout Standard
35146
35147 \series bold
35148
35149 \backslash
35150 usepackage[samesize]{cancel}
35151 \end_layout
35152
35153 \begin_layout Standard
35154 \begin_inset ERT
35155 status collapsed
35156
35157 \begin_layout Plain Layout
35158
35159
35160 \backslash
35161 ifcancel 
35162 \end_layout
35163
35164 \end_inset
35165
35166
35167 \begin_inset Note Note
35168 status open
35169
35170 \begin_layout Plain Layout
35171 The following table will only be displayed when the LaTeX-package 
35172 \series bold
35173 cancel
35174 \series default
35175  is installed.
35176 \end_layout
35177
35178 \end_inset
35179
35180
35181 \end_layout
35182
35183 \begin_layout Standard
35184 There are four ways to cancel formulas:
35185 \end_layout
35186
35187 \begin_layout Standard
35188 \align center
35189 \begin_inset Tabular
35190 <lyxtabular version="3" rows="5" columns="2">
35191 <features tabularvalignment="middle">
35192 <column alignment="center" valignment="top" width="0">
35193 <column alignment="center" valignment="top" width="0">
35194 <row>
35195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35196 \begin_inset Text
35197
35198 \begin_layout Plain Layout
35199 Command
35200 \end_layout
35201
35202 \end_inset
35203 </cell>
35204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35205 \begin_inset Text
35206
35207 \begin_layout Plain Layout
35208 Result
35209 \begin_inset Note Note
35210 status collapsed
35211
35212 \begin_layout Plain Layout
35213 The space and
35214 \series bold
35215  
35216 \backslash
35217 raisebox
35218 \series default
35219  are used here as spacer.
35220 \end_layout
35221
35222 \end_inset
35223
35224
35225 \end_layout
35226
35227 \end_inset
35228 </cell>
35229 </row>
35230 <row>
35231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35232 \begin_inset Text
35233
35234 \begin_layout Plain Layout
35235
35236 \backslash
35237 cancel{
35238 \backslash
35239 int
35240 \begin_inset ERT
35241 status collapsed
35242
35243 \begin_layout Plain Layout
35244
35245
35246 \backslash
35247 spce 
35248 \end_layout
35249
35250 \end_inset
35251
35252 A=B
35253 \end_layout
35254
35255 \end_inset
35256 </cell>
35257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35258 \begin_inset Text
35259
35260 \begin_layout Plain Layout
35261 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35262 \end_inset
35263
35264
35265 \end_layout
35266
35267 \end_inset
35268 </cell>
35269 </row>
35270 <row>
35271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35272 \begin_inset Text
35273
35274 \begin_layout Plain Layout
35275
35276 \backslash
35277 bcancel{
35278 \backslash
35279 int
35280 \begin_inset ERT
35281 status collapsed
35282
35283 \begin_layout Plain Layout
35284
35285
35286 \backslash
35287 spce 
35288 \end_layout
35289
35290 \end_inset
35291
35292 A=B
35293 \end_layout
35294
35295 \end_inset
35296 </cell>
35297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35298 \begin_inset Text
35299
35300 \begin_layout Plain Layout
35301 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35302 \end_inset
35303
35304
35305 \end_layout
35306
35307 \end_inset
35308 </cell>
35309 </row>
35310 <row>
35311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35312 \begin_inset Text
35313
35314 \begin_layout Plain Layout
35315
35316 \backslash
35317 xcancel{
35318 \backslash
35319 int
35320 \begin_inset ERT
35321 status collapsed
35322
35323 \begin_layout Plain Layout
35324
35325
35326 \backslash
35327 spce 
35328 \end_layout
35329
35330 \end_inset
35331
35332 A=B
35333 \end_layout
35334
35335 \end_inset
35336 </cell>
35337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35338 \begin_inset Text
35339
35340 \begin_layout Plain Layout
35341 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35342 \end_inset
35343
35344
35345 \end_layout
35346
35347 \end_inset
35348 </cell>
35349 </row>
35350 <row>
35351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35352 \begin_inset Text
35353
35354 \begin_layout Plain Layout
35355
35356 \backslash
35357 cancelto{1
35358 \begin_inset Formula $\to$
35359 \end_inset
35360
35361
35362 \backslash
35363 {
35364 \backslash
35365 int
35366 \begin_inset ERT
35367 status collapsed
35368
35369 \begin_layout Plain Layout
35370
35371
35372 \backslash
35373 spce 
35374 \end_layout
35375
35376 \end_inset
35377
35378 A=B
35379 \end_layout
35380
35381 \end_inset
35382 </cell>
35383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35384 \begin_inset Text
35385
35386 \begin_layout Plain Layout
35387 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35388 \end_inset
35389
35390
35391 \end_layout
35392
35393 \end_inset
35394 </cell>
35395 </row>
35396 </lyxtabular>
35397
35398 \end_inset
35399
35400
35401 \end_layout
35402
35403 \begin_layout Standard
35404
35405 \series bold
35406
35407 \backslash
35408 cancelto
35409 \series default
35410  is especially suitable to visualize the reduction of fractions within formulas:
35411 \begin_inset Formula \[
35412 \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}}}\]
35413
35414 \end_inset
35415
35416
35417 \end_layout
35418
35419 \begin_layout Standard
35420 \begin_inset ERT
35421 status collapsed
35422
35423 \begin_layout Plain Layout
35424
35425
35426 \backslash
35427 else 
35428 \end_layout
35429
35430 \end_inset
35431
35432
35433 \begin_inset Note Note
35434 status open
35435
35436 \begin_layout Plain Layout
35437 The following will be displayed when the LaTeX-package 
35438 \series bold
35439 cancel
35440 \series default
35441  is not installed:
35442 \end_layout
35443
35444 \end_inset
35445
35446
35447 \end_layout
35448
35449 \begin_layout Standard
35450 You need to install the LaTeX-package 
35451 \series bold
35452 cancel
35453 \series default
35454  to see the rest of this subsection in the output.
35455 \end_layout
35456
35457 \begin_layout Standard
35458 \begin_inset ERT
35459 status collapsed
35460
35461 \begin_layout Plain Layout
35462
35463
35464 \backslash
35465 fi 
35466 \end_layout
35467
35468 \end_inset
35469
35470
35471 \end_layout
35472
35473 \begin_layout Subsection
35474 Formulas in Section Headings
35475 \begin_inset CommandInset label
35476 LatexCommand label
35477 name "sub:Formulas-in-Section"
35478
35479 \end_inset
35480
35481
35482 \begin_inset Index idx
35483 status collapsed
35484
35485 \begin_layout Plain Layout
35486 Formula ! in section headings
35487 \end_layout
35488
35489 \end_inset
35490
35491
35492 \end_layout
35493
35494 \begin_layout Standard
35495 When formulas are used in section headings, the following has to be taken
35496  into account:
35497 \end_layout
35498
35499 \begin_layout Standard
35500 \begin_inset Note Greyedout
35501 status open
35502
35503 \begin_layout Plain Layout
35504 When 
35505 \series bold
35506 hyperref
35507 \series default
35508
35509 \begin_inset Index idx
35510 status collapsed
35511
35512 \begin_layout Plain Layout
35513 Packages ! hyperref
35514 \end_layout
35515
35516 \end_inset
35517
35518  support is enabled in the document settings dialog under 
35519 \family sans
35520 PDF
35521 \begin_inset space ~
35522 \end_inset
35523
35524 Properties
35525 \family default
35526 , PDF-bookmarks are created for every section heading in the table of contents.
35527  If a section heading contains formulas, they are incorrectly displayed
35528  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35529 s.
35530 \end_layout
35531
35532 \end_inset
35533
35534
35535 \end_layout
35536
35537 \begin_layout Standard
35538 Both problems can be solved by inserting at the end of the section heading
35539  a short title with the menu 
35540 \family sans
35541 Insert\SpecialChar \menuseparator
35542 Short
35543 \begin_inset space ~
35544 \end_inset
35545
35546 Title
35547 \family default
35548 .
35549  Short titles are used as alternative for multiline section headings to
35550  keep the table of contents clearly arranged.
35551  Only the short title appears in the table of contents and therefore also
35552  in the PDF-bookmark.
35553 \end_layout
35554
35555 \begin_layout Standard
35556 When formulas should be used in the table of contents but 
35557 \series bold
35558 hyperref
35559 \series default
35560  is used, one can use the following command in TeX-mode:
35561 \end_layout
35562
35563 \begin_layout Standard
35564
35565 \series bold
35566
35567 \backslash
35568 texorpdfstring{part}{alternative}
35569 \begin_inset Index idx
35570 status collapsed
35571
35572 \begin_layout Plain Layout
35573 Commands ! T ! 
35574 \backslash
35575 texorpdfstring
35576 \end_layout
35577
35578 \end_inset
35579
35580
35581 \end_layout
35582
35583 \begin_layout Standard
35584 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35585  This can be characters, formulas, footnotes, but also cross-references.
35586  The alternative is used instead of the part for the bookmark.
35587 \end_layout
35588
35589 \begin_layout Standard
35590 Here are two example headings:
35591 \begin_inset VSpace -3mm
35592 \end_inset
35593
35594
35595 \begin_inset ERT
35596 status collapsed
35597
35598 \begin_layout Plain Layout
35599
35600
35601 \backslash
35602 boldmath 
35603 \end_layout
35604
35605 \end_inset
35606
35607
35608 \end_layout
35609
35610 \begin_layout Subsubsection
35611 Heading without formula in table of contents 
35612 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35613 \end_inset
35614
35615
35616 \begin_inset Argument
35617 status collapsed
35618
35619 \begin_layout Plain Layout
35620 Heading without formula in table of contents
35621 \end_layout
35622
35623 \end_inset
35624
35625
35626 \end_layout
35627
35628 \begin_layout Subsubsection
35629 Heading with formula in table of contents
35630 \begin_inset ERT
35631 status collapsed
35632
35633 \begin_layout Plain Layout
35634
35635
35636 \backslash
35637 texorpdfstring{
35638 \end_layout
35639
35640 \end_inset
35641
35642  
35643 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35644 \end_inset
35645
35646
35647 \begin_inset ERT
35648 status collapsed
35649
35650 \begin_layout Plain Layout
35651
35652 }{}
35653 \end_layout
35654
35655 \end_inset
35656
35657
35658 \end_layout
35659
35660 \begin_layout Standard
35661 \begin_inset ERT
35662 status collapsed
35663
35664 \begin_layout Plain Layout
35665
35666
35667 \backslash
35668 unboldmath 
35669 \end_layout
35670
35671 \end_inset
35672
35673 In the first heading a short title was used, in the second one 
35674 \series bold
35675
35676 \backslash
35677 texorpdfstring
35678 \series default
35679 .
35680 \end_layout
35681
35682 \begin_layout Standard
35683 To get the same formatting as for the other headings, the complete heading
35684  was set into a 
35685 \series bold
35686 boldmath
35687 \series default
35688  environment
35689 \begin_inset Foot
35690 status collapsed
35691
35692 \begin_layout Plain Layout
35693 see 
35694 \begin_inset CommandInset ref
35695 LatexCommand ref
35696 reference "sub:Bold-Formulas"
35697
35698 \end_inset
35699
35700
35701 \end_layout
35702
35703 \end_inset
35704
35705 .
35706 \end_layout
35707
35708 \begin_layout Subsection
35709 Formulas in multi-column Text
35710 \begin_inset Index idx
35711 status collapsed
35712
35713 \begin_layout Plain Layout
35714 Formula ! in multi-column text
35715 \end_layout
35716
35717 \end_inset
35718
35719
35720 \end_layout
35721
35722 \begin_layout Standard
35723 Formulas in multi-column text are often too wide to fit into a column and
35724  thus need to be set over the whole page width.
35725  This is done by using the LaTeX-package 
35726 \series bold
35727 multicol
35728 \series default
35729
35730 \begin_inset Foot
35731 status collapsed
35732
35733 \begin_layout Plain Layout
35734
35735 \series bold
35736 multicol
35737 \series default
35738  is part of every LaTeX standard installation.
35739 \end_layout
35740
35741 \end_inset
35742
35743
35744 \begin_inset Index idx
35745 status collapsed
35746
35747 \begin_layout Plain Layout
35748 Packages ! multicol
35749 \end_layout
35750
35751 \end_inset
35752
35753 , that is loaded with the LaTeX-preamble line
35754 \end_layout
35755
35756 \begin_layout Standard
35757
35758 \series bold
35759
35760 \backslash
35761 usepackage{multicol}
35762 \end_layout
35763
35764 \begin_layout Standard
35765 \begin_inset Note Greyedout
35766 status open
35767
35768 \begin_layout Plain Layout
35769 Note herby that the setting 
35770 \family sans
35771 Two-column
35772 \begin_inset space ~
35773 \end_inset
35774
35775 document
35776 \family default
35777  in the menu 
35778 \family sans
35779 Document\SpecialChar \menuseparator
35780 Settings
35781 \family default
35782  under 
35783 \family sans
35784 Text
35785 \begin_inset space ~
35786 \end_inset
35787
35788 Layout
35789 \family default
35790 \emph on
35791  
35792 \emph default
35793 must 
35794 \emph on
35795 not
35796 \emph default
35797  be selected.
35798 \end_layout
35799
35800 \end_inset
35801
35802
35803 \end_layout
35804
35805 \begin_layout Standard
35806 Before the multi-column text the command
35807 \end_layout
35808
35809 \begin_layout Standard
35810
35811 \series bold
35812
35813 \backslash
35814 begin{multicols}{column number}
35815 \end_layout
35816
35817 \begin_layout Standard
35818 is written in TeX-mode.
35819  The column number is a number in the range of 2
35820 \begin_inset space \thinspace{}
35821 \end_inset
35822
35823 -
35824 \begin_inset space \thinspace{}
35825 \end_inset
35826
35827 10.
35828  Before the formula the multi-column text is ended by inserting the command
35829 \end_layout
35830
35831 \begin_layout Standard
35832
35833 \series bold
35834
35835 \backslash
35836 end{multicols}
35837 \end_layout
35838
35839 \begin_layout Standard
35840 in TeX-mode.
35841 \end_layout
35842
35843 \begin_layout Standard
35844 Due to the command some space is automatically added before the formula.
35845  To revert this, -6
35846 \begin_inset space \thinspace{}
35847 \end_inset
35848
35849 mm vertical space is inserted before the formula.
35850  When the formula style 
35851 \series bold
35852 Indented
35853 \begin_inset Foot
35854 status collapsed
35855
35856 \begin_layout Plain Layout
35857 formula styles see 
35858 \begin_inset CommandInset ref
35859 LatexCommand ref
35860 reference "sec:Formula-Styles"
35861
35862 \end_inset
35863
35864
35865 \end_layout
35866
35867 \end_inset
35868
35869
35870 \series default
35871  is used, -9
35872 \begin_inset space \thinspace{}
35873 \end_inset
35874
35875 mm space is inserted instead.
35876 \end_layout
35877
35878 \begin_layout Standard
35879 As example a multi-column text with a displayed formula:
35880 \end_layout
35881
35882 \begin_layout Standard
35883
35884 \lang german
35885 \begin_inset ERT
35886 status collapsed
35887
35888 \begin_layout Plain Layout
35889
35890
35891 \backslash
35892 begin{multicols}{2}
35893 \end_layout
35894
35895 \end_inset
35896
35897 Das Spektrum wird fouriertransformiert.
35898  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35899 , Lösungsmittel) zu trennen.
35900  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35901  nun das Aussehen des Ausgangssignals.
35902  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35903  über alle Phasen integrieren muss.
35904  Sei nun 
35905 \begin_inset Formula $S$
35906 \end_inset
35907
35908  unser normiertes Ausgangssignal und 
35909 \begin_inset Formula $P$
35910 \end_inset
35911
35912  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35913 \begin_inset ERT
35914 status collapsed
35915
35916 \begin_layout Plain Layout
35917
35918
35919 \backslash
35920 end{multicols}
35921 \end_layout
35922
35923 \end_inset
35924
35925
35926 \begin_inset VSpace -6mm
35927 \end_inset
35928
35929
35930 \begin_inset Formula \begin{equation}
35931 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
35932
35933 \end_inset
35934
35935
35936 \begin_inset ERT
35937 status collapsed
35938
35939 \begin_layout Plain Layout
35940
35941
35942 \backslash
35943 begin{multicols}{2}
35944 \end_layout
35945
35946 \end_inset
35947
35948 wobei 
35949 \begin_inset Formula $S_{0}$
35950 \end_inset
35951
35952  das Signal ohne Gradient ist und die Normierungsbedingung 
35953 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35954 \end_inset
35955
35956  gilt.
35957  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35958  Direkt nach dem 
35959 \begin_inset Formula $\nicefrac{\pi}{2}$
35960 \end_inset
35961
35962
35963 \begin_inset space \thinspace{}
35964 \end_inset
35965
35966 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35967  das Signal zusätzlich abschwächt.
35968  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35969  
35970 \begin_inset Formula $T_{2}$
35971 \end_inset
35972
35973 -Zeit.
35974 \end_layout
35975
35976 \begin_layout Standard
35977
35978 \lang german
35979 \begin_inset ERT
35980 status collapsed
35981
35982 \begin_layout Plain Layout
35983
35984
35985 \backslash
35986 end{multicols}
35987 \end_layout
35988
35989 \end_inset
35990
35991
35992 \end_layout
35993
35994 \begin_layout Subsection
35995 Formulas with Description of Variables
35996 \begin_inset Index idx
35997 status collapsed
35998
35999 \begin_layout Plain Layout
36000 Formula ! with description of variables
36001 \end_layout
36002
36003 \end_inset
36004
36005
36006 \end_layout
36007
36008 \begin_layout Standard
36009 To describe variables within a formula, like in formula 
36010 \begin_inset CommandInset ref
36011 LatexCommand eqref
36012 reference "eq:within"
36013
36014 \end_inset
36015
36016 , a 2
36017 \series bold
36018 ×
36019 \series default
36020
36021 \begin_inset Formula $n$
36022 \end_inset
36023
36024
36025 \begin_inset space ~
36026 \end_inset
36027
36028 matrix is used with left aligned columns for the 
36029 \begin_inset Formula $n$
36030 \end_inset
36031
36032  used variables.
36033 \begin_inset Foot
36034 status collapsed
36035
36036 \begin_layout Plain Layout
36037 matrices see 
36038 \begin_inset CommandInset ref
36039 LatexCommand ref
36040 reference "sec:Matrices"
36041
36042 \end_inset
36043
36044
36045 \end_layout
36046
36047 \end_inset
36048
36049  To set the description in a smaller size, before the matrix e.
36050 \begin_inset space \thinspace{}
36051 \end_inset
36052
36053 g.
36054 \begin_inset space \space{}
36055 \end_inset
36056
36057 the command 
36058 \series bold
36059
36060 \backslash
36061 footnotesize
36062 \series default
36063  is inserted.
36064 \begin_inset Foot
36065 status collapsed
36066
36067 \begin_layout Plain Layout
36068 font sizes see 
36069 \begin_inset CommandInset ref
36070 LatexCommand ref
36071 reference "sub:Font-Sizes"
36072
36073 \end_inset
36074
36075
36076 \end_layout
36077
36078 \end_inset
36079
36080
36081 \end_layout
36082
36083 \begin_layout Standard
36084 When the formula style 
36085 \series bold
36086 Indented
36087 \begin_inset Foot
36088 status collapsed
36089
36090 \begin_layout Plain Layout
36091 formula styles see 
36092 \begin_inset CommandInset ref
36093 LatexCommand ref
36094 reference "sec:Formula-Styles"
36095
36096 \end_inset
36097
36098
36099 \end_layout
36100
36101 \end_inset
36102
36103
36104 \series default
36105  is used, a 
36106 \series bold
36107
36108 \backslash
36109 hfill
36110 \series default
36111
36112 \begin_inset Foot
36113 status collapsed
36114
36115 \begin_layout Plain Layout
36116
36117 \series bold
36118
36119 \backslash
36120 hfill
36121 \series default
36122  only works in formulas with the style 
36123 \series bold
36124 Indented
36125 \series default
36126 , see 
36127 \begin_inset CommandInset ref
36128 LatexCommand ref
36129 reference "sub:Variable-Space"
36130
36131 \end_inset
36132
36133 .
36134 \end_layout
36135
36136 \end_inset
36137
36138  is inserted before and after the matrix to have the same separation of
36139  the matrix from the equation and the side margin.
36140 \end_layout
36141
36142 \begin_layout Standard
36143 When the formula style 
36144 \series bold
36145 Centered
36146 \series default
36147  is used, the method described in 
36148 \begin_inset CommandInset ref
36149 LatexCommand ref
36150 reference "sub:Flalign-Environment"
36151
36152 \end_inset
36153
36154  is used to indent formulas.
36155  Formula 
36156 \begin_inset CommandInset ref
36157 LatexCommand eqref
36158 reference "eq:within"
36159
36160 \end_inset
36161
36162  consists of five columns whereas in the first two columns contain the equation,
36163  the third the matrix and the last one an empty TeX-brace.
36164 \begin_inset Formula \begin{flalign}
36165 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36166 \rho & \textrm{density}\\
36167 V & \textrm{volume}\\
36168 g & \textrm{gravitational acceleration}
36169 \end{array} &  & {}\label{eq:within}\end{flalign}
36170
36171 \end_inset
36172
36173
36174 \end_layout
36175
36176 \begin_layout Subsection
36177 Upright small Greek Letters
36178 \begin_inset CommandInset label
36179 LatexCommand label
36180 name "sub:Upright-small-Greek"
36181
36182 \end_inset
36183
36184
36185 \begin_inset Index idx
36186 status collapsed
36187
36188 \begin_layout Plain Layout
36189 Greek letters ! upright
36190 \end_layout
36191
36192 \end_inset
36193
36194
36195 \end_layout
36196
36197 \begin_layout Standard
36198 Most of the math fonts only provide italic small Greek letters.
36199  But for symbols of elementary particles like pions and neutrinos, upright
36200  Greek letters are needed.
36201  The file 
36202 \series bold
36203 upgreek.sty
36204 \series default
36205
36206 \begin_inset Foot
36207 status collapsed
36208
36209 \begin_layout Plain Layout
36210
36211 \series bold
36212 upgreek
36213 \series default
36214  is part of the LaTeX-package 
36215 \series bold
36216 was
36217 \series default
36218
36219 \begin_inset Index idx
36220 status collapsed
36221
36222 \begin_layout Plain Layout
36223 Packages ! was
36224 \begin_inset ERT
36225 status collapsed
36226
36227 \begin_layout Plain Layout
36228
36229
36230 \backslash
36231 vspace{4mm}
36232 \end_layout
36233
36234 \end_inset
36235
36236
36237 \end_layout
36238
36239 \end_inset
36240
36241 .
36242 \end_layout
36243
36244 \end_inset
36245
36246
36247 \begin_inset Index idx
36248 status collapsed
36249
36250 \begin_layout Plain Layout
36251 Packages ! upgreek
36252 \end_layout
36253
36254 \end_inset
36255
36256  that is loaded with the LaTeX-preamble line
36257 \end_layout
36258
36259 \begin_layout Standard
36260
36261 \series bold
36262
36263 \backslash
36264 usepackage{upgreek}
36265 \end_layout
36266
36267 \begin_layout Standard
36268 provides them.
36269  
36270 \begin_inset ERT
36271 status collapsed
36272
36273 \begin_layout Plain Layout
36274
36275
36276 \backslash
36277 ifupgreek 
36278 \end_layout
36279
36280 \end_inset
36281
36282
36283 \begin_inset Note Note
36284 status open
36285
36286 \begin_layout Plain Layout
36287 The following table will only be displayed when the LaTeX-package 
36288 \series bold
36289 upgreek
36290 \series default
36291  is installed:
36292 \end_layout
36293
36294 \end_inset
36295
36296  They are created when the command for a small Greek letters is started
36297  with 
36298 \series bold
36299 up
36300 \series default
36301 .
36302  For example the command 
36303 \series bold
36304
36305 \backslash
36306 uptau
36307 \series default
36308  creates this: 
36309 \begin_inset Formula $\uptau$
36310 \end_inset
36311
36312
36313 \end_layout
36314
36315 \begin_layout Standard
36316 With these commands reactions of elementary particles can be typeset:
36317 \begin_inset Formula \[
36318 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
36319
36320 \end_inset
36321
36322
36323 \end_layout
36324
36325 \begin_layout Standard
36326 The upright letters are more bold and wider than the italic ones.
36327  They should therefore not be used for units like 
36328 \begin_inset Quotes eld
36329 \end_inset
36330
36331 µm
36332 \begin_inset Quotes erd
36333 \end_inset
36334
36335 .
36336 \end_layout
36337
36338 \begin_layout Standard
36339 \begin_inset ERT
36340 status collapsed
36341
36342 \begin_layout Plain Layout
36343
36344
36345 \backslash
36346 else 
36347 \end_layout
36348
36349 \end_inset
36350
36351
36352 \begin_inset Note Note
36353 status open
36354
36355 \begin_layout Plain Layout
36356 The following will be displayed when the LaTeX-package 
36357 \series bold
36358 upgreek
36359 \series default
36360  is not installed:
36361 \end_layout
36362
36363 \end_inset
36364
36365
36366 \end_layout
36367
36368 \begin_layout Standard
36369 You need to install the LaTeX-package 
36370 \series bold
36371 upgreek
36372 \series default
36373  to see the rest of this subsection in the output.
36374 \end_layout
36375
36376 \begin_layout Standard
36377 \begin_inset ERT
36378 status collapsed
36379
36380 \begin_layout Plain Layout
36381
36382
36383 \backslash
36384 fi 
36385 \end_layout
36386
36387 \end_inset
36388
36389
36390 \end_layout
36391
36392 \begin_layout Subsection
36393 Text Characters in Formulas
36394 \begin_inset CommandInset label
36395 LatexCommand label
36396 name "sub:Text-Characters-in"
36397
36398 \end_inset
36399
36400
36401 \begin_inset Index idx
36402 status collapsed
36403
36404 \begin_layout Plain Layout
36405 Text ! in formulas
36406 \end_layout
36407
36408 \end_inset
36409
36410
36411 \end_layout
36412
36413 \begin_layout Standard
36414 In some cases you might want to insert text characters directly into formulas.
36415  When for example the centered dot · is often used in formulas like 
36416 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36417 \end_inset
36418
36419 , one would have to insert the command 
36420 \series bold
36421
36422 \backslash
36423 cdot
36424 \series default
36425
36426 \begin_inset Foot
36427 status collapsed
36428
36429 \begin_layout Plain Layout
36430 see 
36431 \begin_inset CommandInset ref
36432 LatexCommand ref
36433 reference "sub:Binary-Operators"
36434
36435 \end_inset
36436
36437
36438 \end_layout
36439
36440 \end_inset
36441
36442  all the time, because this character is defined in all encodings as text
36443  character.
36444  But the encoding can be changed by this LaTeX-preamble line:
36445 \end_layout
36446
36447 \begin_layout Standard
36448
36449 \series bold
36450
36451 \backslash
36452 Declare Inputtext{183}{
36453 \backslash
36454 ifmmode
36455 \backslash
36456 cdot
36457 \backslash
36458 else
36459 \backslash
36460 textperiodcentered
36461 \backslash
36462 f\SpecialChar \textcompwordmark{}
36463 i}
36464 \end_layout
36465
36466 \begin_layout Standard
36467 The character encoding (menu 
36468 \family sans
36469 Document\SpecialChar \menuseparator
36470 Settings\SpecialChar \menuseparator
36471 Language
36472 \family default
36473 ) specifies what character appears when a keyboard key is pressed.
36474  When the key for the character '·' is pressed, internally the command 
36475 \series bold
36476
36477 \backslash
36478 textperiodcentered
36479 \series default
36480  is used.
36481  But this command is not available in a formula so that you would get LaTeX-erro
36482 rs.
36483  With the changed encoding the right command is chosen automatically, depending
36484  on if the character was inserted into a formula or not.
36485 \end_layout
36486
36487 \begin_layout Standard
36488 The encoding of several characters is saved in definition files.
36489  Fore example the encoding 
36490 \series bold
36491 latin9
36492 \series default
36493  is defined in the file 
36494 \series bold
36495 latin9.def
36496 \series default
36497  that is in the installation folder of LaTeX.
36498  Encodings should only be changed via the LaTeX-preamble and not in the
36499  definition files.
36500  Otherwise own documents could not be edited by other LyX users working
36501  on other computers.
36502 \end_layout
36503
36504 \begin_layout Standard
36505 \begin_inset VSpace medskip
36506 \end_inset
36507
36508 Besides the centered dot, in this document the degree sign ° is defined
36509  with the following LaTeX-preamble line so that it can directly be inserted
36510  to a formula:
36511 \end_layout
36512
36513 \begin_layout Standard
36514
36515 \series bold
36516
36517 \backslash
36518 DeclareInputtext{176}{
36519 \backslash
36520 ifmmode^
36521 \backslash
36522 circ
36523 \backslash
36524 else
36525 \backslash
36526 textdegree
36527 \backslash
36528 f\SpecialChar \textcompwordmark{}
36529 i}
36530 \end_layout
36531
36532 \begin_layout Standard
36533 \begin_inset Newpage newpage
36534 \end_inset
36535
36536
36537 \end_layout
36538
36539 \begin_layout Section
36540 \start_of_appendix
36541 Typographic Advice
36542 \begin_inset Index idx
36543 status collapsed
36544
36545 \begin_layout Plain Layout
36546 Typographic advice
36547 \end_layout
36548
36549 \end_inset
36550
36551
36552 \end_layout
36553
36554 \begin_layout Standard
36555 This section is a summary of the most important typographic rules, listed
36556  in ISO norms.
36557 \begin_inset Foot
36558 status collapsed
36559
36560 \begin_layout Plain Layout
36561 This collection was partly taken from the German semi-official dictionary
36562  called 
36563 \begin_inset Quotes eld
36564 \end_inset
36565
36566 Duden
36567 \begin_inset Quotes erd
36568 \end_inset
36569
36570  
36571 \begin_inset CommandInset citation
36572 LatexCommand cite
36573 key "Duden"
36574
36575 \end_inset
36576
36577  that lists some of the ISO rules.
36578  More rules are listed in 
36579 \begin_inset CommandInset citation
36580 LatexCommand cite
36581 key "Checklist"
36582
36583 \end_inset
36584
36585 .
36586 \end_layout
36587
36588 \end_inset
36589
36590
36591 \end_layout
36592
36593 \begin_layout Itemize
36594 Physical units are 
36595 \emph on
36596 always
36597 \emph default
36598  set upright
36599 \begin_inset Foot
36600 status collapsed
36601
36602 \begin_layout Plain Layout
36603 done with font styles, see 
36604 \begin_inset CommandInset ref
36605 LatexCommand ref
36606 reference "sub:Font-Styles"
36607
36608 \end_inset
36609
36610
36611 \end_layout
36612
36613 \end_inset
36614
36615 , no matter if they appear in italic text: 30
36616 \begin_inset space \thinspace{}
36617 \end_inset
36618
36619 km/h
36620 \begin_inset Newline newline
36621 \end_inset
36622
36623 Between the value and the unit is the smallest space, see 
36624 \begin_inset CommandInset ref
36625 LatexCommand ref
36626 reference "sub:Predefined-Space"
36627
36628 \end_inset
36629
36630 .
36631 \begin_inset Newline newline
36632 \end_inset
36633
36634 This convention is automatically fulfilled when the command 
36635 \series bold
36636
36637 \backslash
36638 unittwo
36639 \series default
36640  is used.
36641  When it is entered to a formula, two boxes appear.
36642  In the first one the value is inserted, in the second one the unit, and
36643  one gets as above: 
36644 \begin_inset Formula $\unit[30]{km/h}$
36645 \end_inset
36646
36647
36648 \begin_inset space \thinspace{}
36649 \end_inset
36650
36651 .
36652  Note that 
36653 \series bold
36654
36655 \backslash
36656 unittwo
36657 \series default
36658  is not a real LaTeX command but the command 
36659 \series bold
36660
36661 \backslash
36662 unit[value]{unit}
36663 \series default
36664 , therefore you cannot use it in TeX code.
36665 \end_layout
36666
36667 \begin_layout Itemize
36668 Percent and perthousand signs are set like physical units:
36669 \begin_inset Newline newline
36670 \end_inset
36671
36672 1,2
36673 \begin_inset space \thinspace{}
36674 \end_inset
36675
36676 ‰ alcohol in blood
36677 \end_layout
36678
36679 \begin_layout Itemize
36680 The degree sign follows directly on the value: 15°, but not when it is used
36681  in units: 15
36682 \begin_inset space \thinspace{}
36683 \end_inset
36684
36685 °C
36686 \end_layout
36687
36688 \begin_layout Itemize
36689 In numbers with more than four digits the smallest space is inserted before
36690  every third digit to group them: 
36691 \family roman
36692 \series medium
36693 \shape up
36694 \size normal
36695 \emph off
36696 \bar no
36697 \noun off
36698 \color none
36699 18
36700 \begin_inset space \thinspace{}
36701 \end_inset
36702
36703 473
36704 \begin_inset space \thinspace{}
36705 \end_inset
36706
36707 588
36708 \end_layout
36709
36710 \begin_layout Itemize
36711 For dimensions like 120×90×40
36712 \begin_inset space \thinspace{}
36713 \end_inset
36714
36715 cm the multiplication sign 
36716 \begin_inset Quotes eld
36717 \end_inset
36718
36719 ×
36720 \begin_inset Quotes erd
36721 \end_inset
36722
36723  is used.
36724  It is available either via the command 
36725 \series bold
36726
36727 \backslash
36728 times
36729 \series default
36730  or via the menu 
36731 \family sans
36732 Insert\SpecialChar \menuseparator
36733 Special Character\SpecialChar \menuseparator
36734 Symbols
36735 \family default
36736 .
36737 \end_layout
36738
36739 \begin_layout Itemize
36740 Functions with names consisting of several letters are set upright to avoid
36741  confusions, see 
36742 \begin_inset CommandInset ref
36743 LatexCommand ref
36744 reference "sub:Predefined-Functions"
36745
36746 \end_inset
36747
36748 .
36749 \end_layout
36750
36751 \begin_layout Itemize
36752 Indices consisting of several letters, are set upright: 
36753 \begin_inset Formula $E_{\mathrm{kin}}$
36754 \end_inset
36755
36756
36757 \begin_inset Newline newline
36758 \end_inset
36759
36760 Components of matrices are set italic: 
36761 \begin_inset Formula $\hat{H}_{kl}$
36762 \end_inset
36763
36764
36765 \end_layout
36766
36767 \begin_layout Itemize
36768 The differentiation/integration operator 'd', the Euler's number 'e' and
36769  the imaginary unit 'i' should be set upright, to avoid mixing them up with
36770  other variables.
36771 \end_layout
36772
36773 \begin_layout Itemize
36774 The character that denotes a 
36775 \noun on
36776 Fourier
36777 \noun default
36778  transformation is inserted either by the command 
36779 \series bold
36780
36781 \backslash
36782 mathscr
36783 \begin_inset ERT
36784 status collapsed
36785
36786 \begin_layout Plain Layout
36787
36788
36789 \backslash
36790 spce 
36791 \end_layout
36792
36793 \end_inset
36794
36795 F
36796 \series default
36797  or via the menu 
36798 \family sans
36799 Insert\SpecialChar \menuseparator
36800 Special Character\SpecialChar \menuseparator
36801 Symbols\SpecialChar \menuseparator
36802 Letterlike
36803 \begin_inset space ~
36804 \end_inset
36805
36806 Symbols
36807 \family default
36808
36809 \begin_inset Formula $\mathscr{F}$
36810 \end_inset
36811
36812
36813 \end_layout
36814
36815 \begin_layout Standard
36816 \begin_inset Newpage newpage
36817 \end_inset
36818
36819
36820 \end_layout
36821
36822 \begin_layout Section
36823 Synonyms
36824 \begin_inset Index idx
36825 status collapsed
36826
36827 \begin_layout Plain Layout
36828 Synonyms
36829 \end_layout
36830
36831 \end_inset
36832
36833
36834 \end_layout
36835
36836 \begin_layout Standard
36837 Some characters and symbols can be created with several commands.
36838  Here is a list of the synonym commands:
36839 \end_layout
36840
36841 \begin_layout Standard
36842 \begin_inset VSpace bigskip
36843 \end_inset
36844
36845
36846 \begin_inset space \hfill{}
36847 \end_inset
36848
36849
36850 \begin_inset Tabular
36851 <lyxtabular version="3" rows="12" columns="2">
36852 <features tabularvalignment="middle">
36853 <column alignment="center" valignment="top" width="0pt">
36854 <column alignment="center" valignment="top" width="0pt">
36855 <row>
36856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36857 \begin_inset Text
36858
36859 \begin_layout Plain Layout
36860 Command
36861 \end_layout
36862
36863 \end_inset
36864 </cell>
36865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36866 \begin_inset Text
36867
36868 \begin_layout Plain Layout
36869 equivalent to
36870 \begin_inset Note Note
36871 status collapsed
36872
36873 \begin_layout Plain Layout
36874
36875 \series bold
36876
36877 \backslash
36878 raisebox
36879 \series default
36880  is only used as spacer.
36881 \end_layout
36882
36883 \end_inset
36884
36885
36886 \end_layout
36887
36888 \end_inset
36889 </cell>
36890 </row>
36891 <row>
36892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36893 \begin_inset Text
36894
36895 \begin_layout Plain Layout
36896
36897 \backslash
36898 ast
36899 \end_layout
36900
36901 \end_inset
36902 </cell>
36903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36904 \begin_inset Text
36905
36906 \begin_layout Plain Layout
36907 \begin_inset ERT
36908 status collapsed
36909
36910 \begin_layout Plain Layout
36911
36912
36913 \backslash
36914 raisebox{-1.2mm}{
36915 \end_layout
36916
36917 \end_inset
36918
36919 *
36920 \begin_inset ERT
36921 status collapsed
36922
36923 \begin_layout Plain Layout
36924
36925 }
36926 \end_layout
36927
36928 \end_inset
36929
36930
36931 \end_layout
36932
36933 \end_inset
36934 </cell>
36935 </row>
36936 <row>
36937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36938 \begin_inset Text
36939
36940 \begin_layout Plain Layout
36941
36942 \backslash
36943 choose
36944 \end_layout
36945
36946 \end_inset
36947 </cell>
36948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36949 \begin_inset Text
36950
36951 \begin_layout Plain Layout
36952
36953 \backslash
36954 binom
36955 \end_layout
36956
36957 \end_inset
36958 </cell>
36959 </row>
36960 <row>
36961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36962 \begin_inset Text
36963
36964 \begin_layout Plain Layout
36965
36966 \backslash
36967 geq
36968 \end_layout
36969
36970 \end_inset
36971 </cell>
36972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36973 \begin_inset Text
36974
36975 \begin_layout Plain Layout
36976
36977 \backslash
36978 ge
36979 \end_layout
36980
36981 \end_inset
36982 </cell>
36983 </row>
36984 <row>
36985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36986 \begin_inset Text
36987
36988 \begin_layout Plain Layout
36989
36990 \backslash
36991 lbrace
36992 \end_layout
36993
36994 \end_inset
36995 </cell>
36996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36997 \begin_inset Text
36998
36999 \begin_layout Plain Layout
37000 {
37001 \end_layout
37002
37003 \end_inset
37004 </cell>
37005 </row>
37006 <row>
37007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37008 \begin_inset Text
37009
37010 \begin_layout Plain Layout
37011
37012 \backslash
37013 lbracket
37014 \end_layout
37015
37016 \end_inset
37017 </cell>
37018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37019 \begin_inset Text
37020
37021 \begin_layout Plain Layout
37022 [
37023 \end_layout
37024
37025 \end_inset
37026 </cell>
37027 </row>
37028 <row>
37029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37030 \begin_inset Text
37031
37032 \begin_layout Plain Layout
37033
37034 \backslash
37035 leftarrow
37036 \end_layout
37037
37038 \end_inset
37039 </cell>
37040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37041 \begin_inset Text
37042
37043 \begin_layout Plain Layout
37044
37045 \backslash
37046 gets
37047 \end_layout
37048
37049 \end_inset
37050 </cell>
37051 </row>
37052 <row>
37053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37054 \begin_inset Text
37055
37056 \begin_layout Plain Layout
37057
37058 \backslash
37059 leq
37060 \end_layout
37061
37062 \end_inset
37063 </cell>
37064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37065 \begin_inset Text
37066
37067 \begin_layout Plain Layout
37068
37069 \backslash
37070 le
37071 \end_layout
37072
37073 \end_inset
37074 </cell>
37075 </row>
37076 <row>
37077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37078 \begin_inset Text
37079
37080 \begin_layout Plain Layout
37081
37082 \backslash
37083 lor
37084 \end_layout
37085
37086 \end_inset
37087 </cell>
37088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37089 \begin_inset Text
37090
37091 \begin_layout Plain Layout
37092
37093 \backslash
37094 vee
37095 \end_layout
37096
37097 \end_inset
37098 </cell>
37099 </row>
37100 <row>
37101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37102 \begin_inset Text
37103
37104 \begin_layout Plain Layout
37105
37106 \backslash
37107 neq
37108 \end_layout
37109
37110 \end_inset
37111 </cell>
37112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37113 \begin_inset Text
37114
37115 \begin_layout Plain Layout
37116
37117 \backslash
37118 not=
37119 \end_layout
37120
37121 \end_inset
37122 </cell>
37123 </row>
37124 <row>
37125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37126 \begin_inset Text
37127
37128 \begin_layout Plain Layout
37129
37130 \backslash
37131 slash
37132 \end_layout
37133
37134 \end_inset
37135 </cell>
37136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37137 \begin_inset Text
37138
37139 \begin_layout Plain Layout
37140 /
37141 \end_layout
37142
37143 \end_inset
37144 </cell>
37145 </row>
37146 <row>
37147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37148 \begin_inset Text
37149
37150 \begin_layout Plain Layout
37151
37152 \backslash
37153 vert
37154 \end_layout
37155
37156 \end_inset
37157 </cell>
37158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37159 \begin_inset Text
37160
37161 \begin_layout Plain Layout
37162 |
37163 \end_layout
37164
37165 \end_inset
37166 </cell>
37167 </row>
37168 </lyxtabular>
37169
37170 \end_inset
37171
37172
37173 \begin_inset space \hfill{}
37174 \end_inset
37175
37176
37177 \begin_inset Tabular
37178 <lyxtabular version="3" rows="12" columns="2">
37179 <features tabularvalignment="middle">
37180 <column alignment="center" valignment="top" width="0pt">
37181 <column alignment="center" valignment="top" width="0pt">
37182 <row>
37183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37184 \begin_inset Text
37185
37186 \begin_layout Plain Layout
37187 Command
37188 \end_layout
37189
37190 \end_inset
37191 </cell>
37192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37193 \begin_inset Text
37194
37195 \begin_layout Plain Layout
37196 equivalent to
37197 \end_layout
37198
37199 \end_inset
37200 </cell>
37201 </row>
37202 <row>
37203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37204 \begin_inset Text
37205
37206 \begin_layout Plain Layout
37207
37208 \backslash
37209 backslash
37210 \end_layout
37211
37212 \end_inset
37213 </cell>
37214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37215 \begin_inset Text
37216
37217 \begin_layout Plain Layout
37218
37219 \backslash
37220
37221 \backslash
37222
37223 \end_layout
37224
37225 \end_inset
37226 </cell>
37227 </row>
37228 <row>
37229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37230 \begin_inset Text
37231
37232 \begin_layout Plain Layout
37233
37234 \backslash
37235 dasharrow
37236 \end_layout
37237
37238 \end_inset
37239 </cell>
37240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37241 \begin_inset Text
37242
37243 \begin_layout Plain Layout
37244
37245 \backslash
37246 dashrightarrow
37247 \end_layout
37248
37249 \end_inset
37250 </cell>
37251 </row>
37252 <row>
37253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37254 \begin_inset Text
37255
37256 \begin_layout Plain Layout
37257
37258 \backslash
37259 land
37260 \end_layout
37261
37262 \end_inset
37263 </cell>
37264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37265 \begin_inset Text
37266
37267 \begin_layout Plain Layout
37268
37269 \backslash
37270 wedge
37271 \end_layout
37272
37273 \end_inset
37274 </cell>
37275 </row>
37276 <row>
37277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37278 \begin_inset Text
37279
37280 \begin_layout Plain Layout
37281
37282 \backslash
37283 rbrace
37284 \end_layout
37285
37286 \end_inset
37287 </cell>
37288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37289 \begin_inset Text
37290
37291 \begin_layout Plain Layout
37292 }
37293 \end_layout
37294
37295 \end_inset
37296 </cell>
37297 </row>
37298 <row>
37299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37300 \begin_inset Text
37301
37302 \begin_layout Plain Layout
37303
37304 \backslash
37305 rbracket
37306 \end_layout
37307
37308 \end_inset
37309 </cell>
37310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37311 \begin_inset Text
37312
37313 \begin_layout Plain Layout
37314 ]
37315 \end_layout
37316
37317 \end_inset
37318 </cell>
37319 </row>
37320 <row>
37321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37322 \begin_inset Text
37323
37324 \begin_layout Plain Layout
37325
37326 \backslash
37327 rightarrow
37328 \end_layout
37329
37330 \end_inset
37331 </cell>
37332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37333 \begin_inset Text
37334
37335 \begin_layout Plain Layout
37336
37337 \backslash
37338 to
37339 \end_layout
37340
37341 \end_inset
37342 </cell>
37343 </row>
37344 <row>
37345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37346 \begin_inset Text
37347
37348 \begin_layout Plain Layout
37349
37350 \backslash
37351 lnot
37352 \end_layout
37353
37354 \end_inset
37355 </cell>
37356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37357 \begin_inset Text
37358
37359 \begin_layout Plain Layout
37360
37361 \backslash
37362 neg
37363 \end_layout
37364
37365 \end_inset
37366 </cell>
37367 </row>
37368 <row>
37369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37370 \begin_inset Text
37371
37372 \begin_layout Plain Layout
37373
37374 \backslash
37375 ne
37376 \end_layout
37377
37378 \end_inset
37379 </cell>
37380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37381 \begin_inset Text
37382
37383 \begin_layout Plain Layout
37384
37385 \backslash
37386 not=
37387 \end_layout
37388
37389 \end_inset
37390 </cell>
37391 </row>
37392 <row>
37393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37394 \begin_inset Text
37395
37396 \begin_layout Plain Layout
37397
37398 \backslash
37399 owns
37400 \end_layout
37401
37402 \end_inset
37403 </cell>
37404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37405 \begin_inset Text
37406
37407 \begin_layout Plain Layout
37408
37409 \backslash
37410 ni
37411 \end_layout
37412
37413 \end_inset
37414 </cell>
37415 </row>
37416 <row>
37417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37418 \begin_inset Text
37419
37420 \begin_layout Plain Layout
37421
37422 \backslash
37423 square
37424 \end_layout
37425
37426 \end_inset
37427 </cell>
37428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37429 \begin_inset Text
37430
37431 \begin_layout Plain Layout
37432
37433 \backslash
37434 Box
37435 \end_layout
37436
37437 \end_inset
37438 </cell>
37439 </row>
37440 <row>
37441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37442 \begin_inset Text
37443
37444 \begin_layout Plain Layout
37445
37446 \backslash
37447 Vert
37448 \end_layout
37449
37450 \end_inset
37451 </cell>
37452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37453 \begin_inset Text
37454
37455 \begin_layout Plain Layout
37456
37457 \backslash
37458 |
37459 \end_layout
37460
37461 \end_inset
37462 </cell>
37463 </row>
37464 </lyxtabular>
37465
37466 \end_inset
37467
37468
37469 \begin_inset space \hfill{}
37470 \end_inset
37471
37472
37473 \end_layout
37474
37475 \begin_layout Standard
37476 \begin_inset Newpage newpage
37477 \end_inset
37478
37479
37480 \end_layout
37481
37482 \begin_layout Bibliography
37483 \labelwidthstring References
37484 \begin_inset CommandInset bibitem
37485 LatexCommand bibitem
37486 key "TLC2"
37487
37488 \end_inset
37489
37490
37491 \shape smallcaps
37492 Mittelbach, F.
37493  ; Goossens, M.
37494 \shape default
37495
37496 \shape italic
37497 The LaTeX Companion
37498 \shape default
37499 .
37500  Addison Wesley, 2004
37501 \end_layout
37502
37503 \begin_layout Bibliography
37504 \labelwidthstring References
37505 \begin_inset CommandInset bibitem
37506 LatexCommand bibitem
37507 key "Mathmode"
37508
37509 \end_inset
37510
37511
37512 \begin_inset CommandInset href
37513 LatexCommand href
37514 name "Description"
37515 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37516
37517 \end_inset
37518
37519  of LaTeX's math abilities
37520 \end_layout
37521
37522 \begin_layout Bibliography
37523 \labelwidthstring References
37524 \begin_inset CommandInset bibitem
37525 LatexCommand bibitem
37526 key "AMS"
37527
37528 \end_inset
37529
37530
37531 \begin_inset CommandInset href
37532 LatexCommand href
37533 name "Description"
37534 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37535
37536 \end_inset
37537
37538  of 
37539 \begin_inset ERT
37540 status collapsed
37541
37542 \begin_layout Plain Layout
37543
37544
37545 \backslash
37546 AmS
37547 \end_layout
37548
37549 \end_inset
37550
37551 -LaTeX
37552 \end_layout
37553
37554 \begin_layout Bibliography
37555 \labelwidthstring References
37556 \begin_inset CommandInset bibitem
37557 LatexCommand bibitem
37558 key "Symbols"
37559
37560 \end_inset
37561
37562
37563 \begin_inset CommandInset href
37564 LatexCommand href
37565 name "List"
37566 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37567
37568 \end_inset
37569
37570  of all symbols available with LaTeX-packages
37571 \end_layout
37572
37573 \begin_layout Bibliography
37574 \labelwidthstring References
37575 \begin_inset CommandInset bibitem
37576 LatexCommand bibitem
37577 key "hyperref"
37578
37579 \end_inset
37580
37581
37582 \begin_inset CommandInset href
37583 LatexCommand href
37584 name "Documentation"
37585 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37586
37587 \end_inset
37588
37589  of the LaTeX-package 
37590 \series bold
37591 hyperref
37592 \series default
37593
37594 \begin_inset Index idx
37595 status collapsed
37596
37597 \begin_layout Plain Layout
37598 Packages ! hyperref
37599 \end_layout
37600
37601 \end_inset
37602
37603
37604 \end_layout
37605
37606 \begin_layout Bibliography
37607 \labelwidthstring References
37608 \begin_inset CommandInset bibitem
37609 LatexCommand bibitem
37610 key "mhchem"
37611
37612 \end_inset
37613
37614
37615 \begin_inset CommandInset href
37616 LatexCommand href
37617 name "Documentation"
37618 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37619
37620 \end_inset
37621
37622  of the LaTeX-package 
37623 \series bold
37624 mhchem
37625 \series default
37626
37627 \begin_inset Index idx
37628 status collapsed
37629
37630 \begin_layout Plain Layout
37631 Packages ! mhchem
37632 \end_layout
37633
37634 \end_inset
37635
37636
37637 \end_layout
37638
37639 \begin_layout Bibliography
37640 \labelwidthstring References
37641 \begin_inset CommandInset bibitem
37642 LatexCommand bibitem
37643 key "Mathclap"
37644
37645 \end_inset
37646
37647
37648 \begin_inset CommandInset href
37649 LatexCommand href
37650 name "Description"
37651 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37652
37653 \end_inset
37654
37655  of the command 
37656 \series bold
37657
37658 \backslash
37659 mathclap
37660 \series default
37661 , described in 
37662 \begin_inset CommandInset ref
37663 LatexCommand ref
37664 reference "sub:Operator-Limits"
37665
37666 \end_inset
37667
37668
37669 \begin_inset Index idx
37670 status collapsed
37671
37672 \begin_layout Plain Layout
37673 Commands ! M ! 
37674 \backslash
37675 mathclap
37676 \end_layout
37677
37678 \end_inset
37679
37680
37681 \end_layout
37682
37683 \begin_layout Bibliography
37684 \labelwidthstring References
37685 \begin_inset CommandInset bibitem
37686 LatexCommand bibitem
37687 key "Duden"
37688
37689 \end_inset
37690
37691
37692 \emph on
37693 Duden Band 1
37694 \emph default
37695 .
37696  22.
37697  Auflage, Duden 2001
37698 \end_layout
37699
37700 \begin_layout Bibliography
37701 \labelwidthstring References
37702 \begin_inset CommandInset bibitem
37703 LatexCommand bibitem
37704 key "Checklist"
37705
37706 \end_inset
37707
37708
37709 \begin_inset CommandInset href
37710 LatexCommand href
37711 name "Check list"
37712 target "http://physics.nist.gov/Document/checklist.pdf"
37713
37714 \end_inset
37715
37716  for reviewing manuscripts
37717 \end_layout
37718
37719 \begin_layout Standard
37720 \begin_inset CommandInset index_print
37721 LatexCommand printindex
37722 type "idx"
37723
37724 \end_inset
37725
37726
37727 \end_layout
37728
37729 \end_body
37730 \end_document