]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
Japanese UserGuide.lyx: update it to the state of the other language versions
[lyx.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 bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
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"
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  In the matrix dialog you can specify the number of columns and rows, the
5137  alignment and the decoration.
5138  The vertical alignment is hereby only of importance for matrices in inline
5139  formulas:
5140 \end_layout
5141
5142 \begin_layout Standard
5143 The first matrix is top 
5144 \begin_inset Formula $\begin{array}[t]{cccc}
5145 A & D & G & J\\
5146 B & E & H & K\\
5147 C & F & I & L
5148 \end{array}$
5149 \end_inset
5150
5151 , the second middle 
5152 \begin_inset Formula $\begin{array}{cccc}
5153 A & D & G & J\\
5154 B & E & H & K\\
5155 C & F & I & L
5156 \end{array}$
5157 \end_inset
5158
5159  and the third bottom 
5160 \begin_inset Formula $\begin{array}[b]{cccc}
5161 A & D & G & J\\
5162 B & E & H & K\\
5163 C & F & I & L
5164 \end{array}$
5165 \end_inset
5166
5167  aligned.
5168 \end_layout
5169
5170 \begin_layout Standard
5171 The horizontal alignment specifies how the column entries should be aligned.
5172  It is set by entering a letter for every column.
5173  
5174 \emph on
5175 l
5176 \emph default
5177  denotes left aligned, 
5178 \emph on
5179 c
5180 \emph default
5181  centered and 
5182 \emph on
5183 r
5184 \emph default
5185  right aligned.
5186  To create for example a 4
5187 \series bold
5188 ×
5189 \series default
5190 4
5191 \begin_inset space ~
5192 \end_inset
5193
5194 matrix where the first column is left aligned, the second and third are
5195  centered and the last one is right aligned, one enters for the horizontal
5196  alignment 
5197 \series bold
5198 lccr
5199 \series default
5200 .
5201  Normally are in a matrix all columns centered, therefore the default is
5202  for every column is a 
5203 \series bold
5204 c
5205 \series default
5206 .
5207 \end_layout
5208
5209 \begin_layout Standard
5210 Horizontal alignment:
5211 \end_layout
5212
5213 \begin_layout Standard
5214
5215 \series bold
5216 lll
5217 \series default
5218  : 
5219 \begin_inset Formula $\begin{array}{lll}
5220 10000 & D & G\\
5221 B & 10000 & H\\
5222 C & F & 10000
5223 \end{array}$
5224 \end_inset
5225
5226  , 
5227 \series bold
5228 ccc
5229 \series default
5230  : 
5231 \begin_inset Formula $\begin{array}{ccc}
5232 10000 & D & G\\
5233 B & 10000 & H\\
5234 C & F & 10000
5235 \end{array}$
5236 \end_inset
5237
5238  , 
5239 \series bold
5240 rrr
5241 \series default
5242  : 
5243 \begin_inset Formula $\begin{array}{rrr}
5244 10000 & D & G\\
5245 B & 10000 & H\\
5246 C & F & 10000
5247 \end{array}$
5248 \end_inset
5249
5250
5251 \end_layout
5252
5253 \begin_layout Standard
5254 To add or delete rows and columns subsequently, the math toolbar buttons
5255  
5256 \begin_inset Graphics
5257         filename ../images/tabular-feature_append-row.png
5258         scale 85
5259
5260 \end_inset
5261
5262
5263 \begin_inset Graphics
5264         filename ../images/tabular-feature_delete-row.png
5265         scale 85
5266
5267 \end_inset
5268
5269 , etc.
5270 \begin_inset space \thinspace{}
5271 \end_inset
5272
5273 , or the menu 
5274 \family sans
5275 Edit\SpecialChar \menuseparator
5276 Rows & Columns
5277 \family default
5278  can be used.
5279  New rows can also be created with 
5280 \begin_inset Info
5281 type  "shortcut"
5282 arg   "newline-insert newline"
5283 \end_inset
5284
5285 .
5286 \end_layout
5287
5288 \begin_layout Standard
5289 \begin_inset VSpace bigskip
5290 \end_inset
5291
5292 The 
5293 \family sans
5294 Decoration
5295 \family default
5296  adds parentheses in the selected style around the matrix.
5297  Alternatively, parentheses can can either be created with the commands
5298  
5299 \series bold
5300
5301 \backslash
5302 left
5303 \series default
5304
5305 \begin_inset Index idx
5306 status collapsed
5307
5308 \begin_layout Plain Layout
5309 Commands ! L ! 
5310 \backslash
5311 left
5312 \end_layout
5313
5314 \end_inset
5315
5316  and 
5317 \series bold
5318
5319 \backslash
5320 right
5321 \series default
5322
5323 \begin_inset Index idx
5324 status collapsed
5325
5326 \begin_layout Plain Layout
5327 Commands ! R ! 
5328 \backslash
5329 right
5330 \end_layout
5331
5332 \end_inset
5333
5334  (shortcut 
5335 \family sans
5336 Alt+M
5337 \begin_inset space ~
5338 \end_inset
5339
5340 Parenthesis
5341 \family default
5342 ), see 
5343 \begin_inset CommandInset ref
5344 LatexCommand ref
5345 reference "sub:Automatic-Bracket-Size"
5346
5347 \end_inset
5348
5349 , or by using the following commands:
5350 \begin_inset VSpace medskip
5351 \end_inset
5352
5353
5354 \end_layout
5355
5356 \begin_layout Standard
5357 \begin_inset space \hfill{}
5358 \end_inset
5359
5360
5361 \begin_inset Tabular
5362 <lyxtabular version="3" rows="4" columns="2">
5363 <features tabularvalignment="middle">
5364 <column alignment="center" valignment="top" width="0">
5365 <column alignment="center" valignment="top" width="0">
5366 <row>
5367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5368 \begin_inset Text
5369
5370 \begin_layout Plain Layout
5371 Command
5372 \end_layout
5373
5374 \end_inset
5375 </cell>
5376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Plain Layout
5380 Result
5381 \begin_inset Note Note
5382 status collapsed
5383
5384 \begin_layout Plain Layout
5385
5386 \series bold
5387
5388 \backslash
5389 raisebox
5390 \series default
5391  is only used as spacer.
5392 \end_layout
5393
5394 \end_inset
5395
5396
5397 \end_layout
5398
5399 \end_inset
5400 </cell>
5401 </row>
5402 <row>
5403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407
5408 \backslash
5409 bmatrix
5410 \begin_inset ERT
5411 status collapsed
5412
5413 \begin_layout Plain Layout
5414
5415
5416 \backslash
5417 spce 
5418 \end_layout
5419
5420 \end_inset
5421
5422 2
5423 \series bold
5424 ×
5425 \series default
5426 2
5427 \begin_inset space \thinspace{}
5428 \end_inset
5429
5430 matrix
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5440 0 & \textrm{-}\mathrm{i}\\
5441 \mathrm{i} & 0
5442 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5443 \end_inset
5444
5445
5446 \end_layout
5447
5448 \end_inset
5449 </cell>
5450 </row>
5451 <row>
5452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5453 \begin_inset Text
5454
5455 \begin_layout Plain Layout
5456
5457 \backslash
5458 Bmatrix
5459 \begin_inset ERT
5460 status collapsed
5461
5462 \begin_layout Plain Layout
5463
5464
5465 \backslash
5466 spce 
5467 \end_layout
5468
5469 \end_inset
5470
5471 2
5472 \series bold
5473 ×
5474 \series default
5475 2
5476 \begin_inset space \thinspace{}
5477 \end_inset
5478
5479 matrix
5480 \end_layout
5481
5482 \end_inset
5483 </cell>
5484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5489 0 & \textrm{-}\mathrm{i}\\
5490 \mathrm{i} & 0
5491 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5492 \end_inset
5493
5494
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 </row>
5500 <row>
5501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5502 \begin_inset Text
5503
5504 \begin_layout Plain Layout
5505
5506 \backslash
5507 pmatrix
5508 \begin_inset ERT
5509 status collapsed
5510
5511 \begin_layout Plain Layout
5512
5513
5514 \backslash
5515 spce 
5516 \end_layout
5517
5518 \end_inset
5519
5520 2
5521 \series bold
5522 ×
5523 \series default
5524 2
5525 \begin_inset space \thinspace{}
5526 \end_inset
5527
5528 matrix
5529 \end_layout
5530
5531 \end_inset
5532 </cell>
5533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5534 \begin_inset Text
5535
5536 \begin_layout Plain Layout
5537 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5538 0 & \textrm{-}\mathrm{i}\\
5539 \mathrm{i} & 0
5540 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5541 \end_inset
5542
5543
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 </row>
5549 </lyxtabular>
5550
5551 \end_inset
5552
5553
5554 \begin_inset space \hfill{}
5555 \end_inset
5556
5557
5558 \begin_inset Tabular
5559 <lyxtabular version="3" rows="4" columns="2">
5560 <features tabularvalignment="middle">
5561 <column alignment="center" valignment="top" width="0">
5562 <column alignment="center" valignment="top" width="0">
5563 <row>
5564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568 Command
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Plain Layout
5577 Result
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 </row>
5583 <row>
5584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5585 \begin_inset Text
5586
5587 \begin_layout Plain Layout
5588
5589 \backslash
5590 vmatrix
5591 \begin_inset ERT
5592 status collapsed
5593
5594 \begin_layout Plain Layout
5595
5596
5597 \backslash
5598 spce 
5599 \end_layout
5600
5601 \end_inset
5602
5603 2
5604 \series bold
5605 ×
5606 \series default
5607 2
5608 \begin_inset space \thinspace{}
5609 \end_inset
5610
5611 matrix
5612 \end_layout
5613
5614 \end_inset
5615 </cell>
5616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5621 0 & \textrm{-}\mathrm{i}\\
5622 \mathrm{i} & 0
5623 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5624 \end_inset
5625
5626
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 </row>
5632 <row>
5633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637
5638 \backslash
5639 Vmatrix
5640 \begin_inset ERT
5641 status collapsed
5642
5643 \begin_layout Plain Layout
5644
5645
5646 \backslash
5647 spce 
5648 \end_layout
5649
5650 \end_inset
5651
5652 2
5653 \series bold
5654 ×
5655 \series default
5656 2
5657 \begin_inset space \thinspace{}
5658 \end_inset
5659
5660 matrix
5661 \end_layout
5662
5663 \end_inset
5664 </cell>
5665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Plain Layout
5669 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5670 0 & \textrm{-}\mathrm{i}\\
5671 \mathrm{i} & 0
5672 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5673 \end_inset
5674
5675
5676 \end_layout
5677
5678 \end_inset
5679 </cell>
5680 </row>
5681 <row>
5682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Plain Layout
5686
5687 \backslash
5688 matrix
5689 \begin_inset ERT
5690 status collapsed
5691
5692 \begin_layout Plain Layout
5693
5694
5695 \backslash
5696 spce 
5697 \end_layout
5698
5699 \end_inset
5700
5701 2
5702 \series bold
5703 ×
5704 \series default
5705 2
5706 \begin_inset space \thinspace{}
5707 \end_inset
5708
5709 matrix
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5719 0 & \textrm{-}\mathrm{i}\\
5720 \mathrm{i} & 0
5721 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5722 \end_inset
5723
5724
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 </row>
5730 </lyxtabular>
5731
5732 \end_inset
5733
5734
5735 \begin_inset space \hfill{}
5736 \end_inset
5737
5738
5739 \end_layout
5740
5741 \begin_layout Standard
5742 \begin_inset VSpace medskip
5743 \end_inset
5744
5745 When e.
5746 \begin_inset space \thinspace{}
5747 \end_inset
5748
5749 g.
5750 \begin_inset space \space{}
5751 \end_inset
5752
5753
5754 \series bold
5755
5756 \backslash
5757 vmatrix
5758 \series default
5759  is inserted, a blue box appears between two vertical lines where the matrix
5760  is inserted.
5761 \begin_inset Newline newline
5762 \end_inset
5763
5764 Note that decorated matrices ignore the vertical alignment.
5765 \end_layout
5766
5767 \begin_layout Standard
5768 \begin_inset VSpace bigskip
5769 \end_inset
5770
5771 As all multiline formulas are matrices, the length 
5772 \series bold
5773
5774 \backslash
5775 arraycolsep
5776 \series default
5777
5778 \begin_inset Index idx
5779 status collapsed
5780
5781 \begin_layout Plain Layout
5782 Commands ! A ! 
5783 \backslash
5784 arraycolsep
5785 \end_layout
5786
5787 \end_inset
5788
5789  that is described in 
5790 \begin_inset CommandInset ref
5791 LatexCommand ref
5792 reference "sub:Column-Separation"
5793
5794 \end_inset
5795
5796  can also be used to change the column separation of matrices.
5797 \end_layout
5798
5799 \begin_layout Standard
5800 To change the row separation, the command 
5801 \series bold
5802
5803 \backslash
5804 arraystretch
5805 \series default
5806
5807 \begin_inset Index idx
5808 status collapsed
5809
5810 \begin_layout Plain Layout
5811 Commands ! A ! 
5812 \backslash
5813 arraystretch
5814 \end_layout
5815
5816 \end_inset
5817
5818  is used.
5819  It is used as follows:
5820 \end_layout
5821
5822 \begin_layout Standard
5823
5824 \series bold
5825
5826 \backslash
5827 renewcommand{
5828 \backslash
5829 arraystretch}{stretch factor}
5830 \begin_inset Index idx
5831 status collapsed
5832
5833 \begin_layout Plain Layout
5834 Commands ! R ! 
5835 \backslash
5836 renewcommand
5837 \end_layout
5838
5839 \end_inset
5840
5841
5842 \end_layout
5843
5844 \begin_layout Standard
5845 The command 
5846 \series bold
5847
5848 \backslash
5849 renewcommand
5850 \series default
5851  assigns the stretch factor to the predefined command 
5852 \series bold
5853
5854 \backslash
5855 arraystretch
5856 \series default
5857 .
5858  To double e.
5859 \begin_inset space \thinspace{}
5860 \end_inset
5861
5862 g.
5863 \begin_inset space \space{}
5864 \end_inset
5865
5866 the row separation, use the factor 2.
5867  This is then used for all following matrices.
5868  To go back to the original separation, assign the factor 1 to 
5869 \series bold
5870
5871 \backslash
5872 arraystretch
5873 \series default
5874 .
5875 \end_layout
5876
5877 \begin_layout Standard
5878 To set matrices into a text line, the command 
5879 \series bold
5880
5881 \backslash
5882 smallmatrix
5883 \series default
5884
5885 \begin_inset Index idx
5886 status collapsed
5887
5888 \begin_layout Plain Layout
5889 Commands ! S ! 
5890 \backslash
5891 smallmatrix
5892 \end_layout
5893
5894 \end_inset
5895
5896  is used.
5897  When it is inserted a blue box with two dashed lines appears.
5898  In this box the matrix is inserted.
5899 \end_layout
5900
5901 \begin_layout Standard
5902 This is a matrix 
5903 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5904 C & D
5905 \end{smallmatrix}\right)$
5906 \end_inset
5907
5908  in a text line.
5909 \end_layout
5910
5911 \begin_layout Section
5912 Brackets and Delimiters
5913 \begin_inset Index idx
5914 status collapsed
5915
5916 \begin_layout Plain Layout
5917 Brackets
5918 \end_layout
5919
5920 \end_inset
5921
5922
5923 \begin_inset Index idx
5924 status collapsed
5925
5926 \begin_layout Plain Layout
5927 Delimiters
5928 \end_layout
5929
5930 \end_inset
5931
5932
5933 \end_layout
5934
5935 \begin_layout Subsection
5936 Vertical Brackets and Delimiters
5937 \begin_inset Index idx
5938 status collapsed
5939
5940 \begin_layout Plain Layout
5941 Brackets ! vertical
5942 \end_layout
5943
5944 \end_inset
5945
5946
5947 \end_layout
5948
5949 \begin_layout Standard
5950 \begin_inset space \hfill{}
5951 \end_inset
5952
5953
5954 \begin_inset Tabular
5955 <lyxtabular version="3" rows="9" columns="2">
5956 <features tabularvalignment="middle">
5957 <column alignment="center" valignment="top" width="0pt">
5958 <column alignment="center" valignment="top" width="0pt">
5959 <row>
5960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5961 \begin_inset Text
5962
5963 \begin_layout Plain Layout
5964 Command
5965 \end_layout
5966
5967 \end_inset
5968 </cell>
5969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973 Result
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 </row>
5979 <row>
5980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5981 \begin_inset Text
5982
5983 \begin_layout Plain Layout
5984 (
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993 \begin_inset Formula $($
5994 \end_inset
5995
5996
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 </row>
6002 <row>
6003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6004 \begin_inset Text
6005
6006 \begin_layout Plain Layout
6007 {
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Plain Layout
6016 \begin_inset Formula $\{$
6017 \end_inset
6018
6019
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 </row>
6025 <row>
6026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 [
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039 \begin_inset Formula $[$
6040 \end_inset
6041
6042
6043 \end_layout
6044
6045 \end_inset
6046 </cell>
6047 </row>
6048 <row>
6049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6050 \begin_inset Text
6051
6052 \begin_layout Plain Layout
6053
6054 \backslash
6055 langle
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6061 \begin_inset Text
6062
6063 \begin_layout Plain Layout
6064 \begin_inset Formula $\langle$
6065 \end_inset
6066
6067
6068 \end_layout
6069
6070 \end_inset
6071 </cell>
6072 </row>
6073 <row>
6074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Plain Layout
6078
6079 \backslash
6080 lceil
6081 \end_layout
6082
6083 \end_inset
6084 </cell>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089 \begin_inset Formula $\lceil$
6090 \end_inset
6091
6092
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 </row>
6098 <row>
6099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Plain Layout
6103
6104 \backslash
6105 lfloor
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6111 \begin_inset Text
6112
6113 \begin_layout Plain Layout
6114 \begin_inset Formula $\lfloor$
6115 \end_inset
6116
6117
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 </row>
6123 <row>
6124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6125 \begin_inset Text
6126
6127 \begin_layout Plain Layout
6128 /
6129 \end_layout
6130
6131 \end_inset
6132 </cell>
6133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6134 \begin_inset Text
6135
6136 \begin_layout Plain Layout
6137 \begin_inset Formula $/$
6138 \end_inset
6139
6140
6141 \end_layout
6142
6143 \end_inset
6144 </cell>
6145 </row>
6146 <row>
6147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151 |
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160 \begin_inset Formula $|$
6161 \end_inset
6162
6163
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 </row>
6169 </lyxtabular>
6170
6171 \end_inset
6172
6173
6174 \begin_inset space \hfill{}
6175 \end_inset
6176
6177
6178 \begin_inset Tabular
6179 <lyxtabular version="3" rows="9" columns="2">
6180 <features tabularvalignment="middle">
6181 <column alignment="center" valignment="top" width="0pt">
6182 <column alignment="center" valignment="top" width="0pt">
6183 <row>
6184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188 Command
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197 Result
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 </row>
6203 <row>
6204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Plain Layout
6208 )
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Plain Layout
6217 \begin_inset Formula $)$
6218 \end_inset
6219
6220
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 </row>
6226 <row>
6227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6228 \begin_inset Text
6229
6230 \begin_layout Plain Layout
6231 }
6232 \end_layout
6233
6234 \end_inset
6235 </cell>
6236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6237 \begin_inset Text
6238
6239 \begin_layout Plain Layout
6240 \begin_inset Formula $\}$
6241 \end_inset
6242
6243
6244 \end_layout
6245
6246 \end_inset
6247 </cell>
6248 </row>
6249 <row>
6250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 ]
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263 \begin_inset Formula $]$
6264 \end_inset
6265
6266
6267 \end_layout
6268
6269 \end_inset
6270 </cell>
6271 </row>
6272 <row>
6273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6274 \begin_inset Text
6275
6276 \begin_layout Plain Layout
6277
6278 \backslash
6279 rangle
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 \begin_inset Formula $\rangle$
6289 \end_inset
6290
6291
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 </row>
6297 <row>
6298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302
6303 \backslash
6304 rceil
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313 \begin_inset Formula $\rceil$
6314 \end_inset
6315
6316
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 </row>
6322 <row>
6323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327
6328 \backslash
6329 rfloor
6330 \end_layout
6331
6332 \end_inset
6333 </cell>
6334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6335 \begin_inset Text
6336
6337 \begin_layout Plain Layout
6338 \begin_inset Formula $\rfloor$
6339 \end_inset
6340
6341
6342 \end_layout
6343
6344 \end_inset
6345 </cell>
6346 </row>
6347 <row>
6348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6349 \begin_inset Text
6350
6351 \begin_layout Plain Layout
6352
6353 \backslash
6354
6355 \backslash
6356
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365 \begin_inset Formula $\backslash$
6366 \end_inset
6367
6368
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 </row>
6374 <row>
6375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379
6380 \backslash
6381 |
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390 \begin_inset Formula $\|$
6391 \end_inset
6392
6393
6394 \end_layout
6395
6396 \end_inset
6397 </cell>
6398 </row>
6399 </lyxtabular>
6400
6401 \end_inset
6402
6403
6404 \begin_inset space \hfill{}
6405 \end_inset
6406
6407
6408 \end_layout
6409
6410 \begin_layout Standard
6411
6412 \series medium
6413 \begin_inset Note Greyedout
6414 status open
6415
6416 \begin_layout Plain Layout
6417
6418 \series bold
6419 Note:
6420 \series default
6421  In TeX-mode the command 
6422 \series bold
6423
6424 \backslash
6425 textbackslash
6426 \series default
6427
6428 \begin_inset Index idx
6429 status collapsed
6430
6431 \begin_layout Plain Layout
6432 Commands ! T ! 
6433 \backslash
6434 textbackslash
6435 \end_layout
6436
6437 \end_inset
6438
6439  must be used for the backslash, because the command 
6440 \series bold
6441
6442 \backslash
6443
6444 \backslash
6445
6446 \series default
6447  produces there a line break.
6448 \end_layout
6449
6450 \end_inset
6451
6452
6453 \end_layout
6454
6455 \begin_layout Standard
6456 For all characters listed above the size can be adjusted with the commands
6457  described in the following two subsections.
6458  When using these commands, the characters < and > can directly be used
6459  instead of the commands 
6460 \series bold
6461
6462 \backslash
6463 langle
6464 \series default
6465  and 
6466 \series bold
6467
6468 \backslash
6469 rangle
6470 \series default
6471 .
6472 \end_layout
6473
6474 \begin_layout Subsubsection
6475 Manual Bracket Size
6476 \begin_inset CommandInset label
6477 LatexCommand label
6478 name "sub:Manual-Bracket-Size"
6479
6480 \end_inset
6481
6482
6483 \begin_inset Index idx
6484 status collapsed
6485
6486 \begin_layout Plain Layout
6487 Bracket size ! manual
6488 \end_layout
6489
6490 \end_inset
6491
6492
6493 \end_layout
6494
6495 \begin_layout Standard
6496 The bracket size can be specified manually by the LaTeX-commands 
6497 \series bold
6498
6499 \backslash
6500 big
6501 \series default
6502
6503 \begin_inset Index idx
6504 status collapsed
6505
6506 \begin_layout Plain Layout
6507 Commands ! B ! 
6508 \backslash
6509 big
6510 \end_layout
6511
6512 \end_inset
6513
6514
6515 \series bold
6516
6517 \backslash
6518 Big
6519 \series default
6520
6521 \series bold
6522
6523 \backslash
6524 bigg
6525 \series default
6526  and 
6527 \series bold
6528
6529 \backslash
6530 Bigg
6531 \series default
6532 .
6533  
6534 \series bold
6535
6536 \backslash
6537 big
6538 \series default
6539  denotes the smallest and 
6540 \series bold
6541
6542 \backslash
6543 Bigg
6544 \series default
6545  the largest bracket size.
6546 \end_layout
6547
6548 \begin_layout Standard
6549 These commands are used to emphasize levels of brackets:
6550 \end_layout
6551
6552 \begin_layout Standard
6553 \align center
6554 \begin_inset Tabular
6555 <lyxtabular version="3" rows="2" columns="2">
6556 <features tabularvalignment="middle">
6557 <column alignment="center" valignment="top" width="0pt">
6558 <column alignment="center" valignment="top" width="0pt">
6559 <row>
6560 <cell alignment="center" valignment="top" usebox="none">
6561 \begin_inset Text
6562
6563 \begin_layout Plain Layout
6564 all brackets in the same size:
6565 \end_layout
6566
6567 \end_inset
6568 </cell>
6569 <cell alignment="center" valignment="top" usebox="none">
6570 \begin_inset Text
6571
6572 \begin_layout Plain Layout
6573 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6574 \end_inset
6575
6576
6577 \end_layout
6578
6579 \end_inset
6580 </cell>
6581 </row>
6582 <row>
6583 <cell alignment="center" valignment="top" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Plain Layout
6587 this looks better:
6588 \end_layout
6589
6590 \end_inset
6591 </cell>
6592 <cell alignment="center" valignment="top" usebox="none">
6593 \begin_inset Text
6594
6595 \begin_layout Plain Layout
6596 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6597 \end_inset
6598
6599
6600 \end_layout
6601
6602 \end_inset
6603 </cell>
6604 </row>
6605 </lyxtabular>
6606
6607 \end_inset
6608
6609
6610 \begin_inset Note Note
6611 status collapsed
6612
6613 \begin_layout Plain Layout
6614
6615 \series bold
6616
6617 \backslash
6618 raisebox
6619 \series default
6620  is only used as spacer.
6621 \end_layout
6622
6623 \end_inset
6624
6625
6626 \end_layout
6627
6628 \begin_layout Standard
6629 For the second formula the command 
6630 \series bold
6631
6632 \backslash
6633 Big((A+B)(A-B)
6634 \backslash
6635 Big)^
6636 \begin_inset ERT
6637 status collapsed
6638
6639 \begin_layout Plain Layout
6640
6641
6642 \backslash
6643 spce 
6644 \end_layout
6645
6646 \end_inset
6647
6648 C
6649 \series default
6650  has been used.
6651 \end_layout
6652
6653 \begin_layout Standard
6654 Here is an overview about all bracket sizes:
6655 \end_layout
6656
6657 \begin_layout Standard
6658 \align center
6659
6660 \backslash
6661 Bigg(
6662 \backslash
6663 exp
6664 \backslash
6665 bigg<
6666 \backslash
6667 Big[
6668 \backslash
6669 big{
6670 \backslash
6671 ln(3x)
6672 \backslash
6673 big}^2
6674 \begin_inset ERT
6675 status collapsed
6676
6677 \begin_layout Plain Layout
6678
6679
6680 \backslash
6681 spce 
6682 \end_layout
6683
6684 \end_inset
6685
6686
6687 \backslash
6688 sin(x)
6689 \backslash
6690 Big]^
6691 \begin_inset ERT
6692 status collapsed
6693
6694 \begin_layout Plain Layout
6695
6696
6697 \backslash
6698 spce 
6699 \end_layout
6700
6701 \end_inset
6702
6703 A
6704 \begin_inset ERT
6705 status collapsed
6706
6707 \begin_layout Plain Layout
6708
6709
6710 \backslash
6711 spce 
6712 \end_layout
6713
6714 \end_inset
6715
6716
6717 \backslash
6718 bigg>
6719 \backslash
6720 Bigg)^0,5
6721 \end_layout
6722
6723 \begin_layout Standard
6724 \align center
6725 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6726 \end_inset
6727
6728
6729 \end_layout
6730
6731 \begin_layout Standard
6732 Besides the 
6733 \series bold
6734
6735 \backslash
6736 big
6737 \series default
6738 -commands there is the variant 
6739 \series bold
6740
6741 \backslash
6742 bigm
6743 \series default
6744
6745 \begin_inset Index idx
6746 status collapsed
6747
6748 \begin_layout Plain Layout
6749 Commands ! B ! 
6750 \backslash
6751 bigm
6752 \end_layout
6753
6754 \end_inset
6755
6756  that adds a bit more space between the bracket and its content, and the
6757  variant 
6758 \series bold
6759
6760 \backslash
6761 bigl
6762 \series default
6763 -
6764 \series bold
6765
6766 \backslash
6767 bigr
6768 \series default
6769
6770 \begin_inset Index idx
6771 status collapsed
6772
6773 \begin_layout Plain Layout
6774 Commands ! B ! 
6775 \backslash
6776 bigl - 
6777 \backslash
6778 bigr
6779 \end_layout
6780
6781 \end_inset
6782
6783 , that don't add additional space.
6784  The 
6785 \emph on
6786 l
6787 \emph default
6788  at the end of the command 
6789 \series bold
6790
6791 \backslash
6792 bigl
6793 \series default
6794  is for a left bracket; for a right bracket this will be replaced by an
6795  
6796 \emph on
6797 r
6798 \emph default
6799 .
6800  A left or right bracket can each be an opening or closing bracket.
6801 \end_layout
6802
6803 \begin_layout Standard
6804 In the following table is a comparison of the variants:
6805 \end_layout
6806
6807 \begin_layout Standard
6808 \align center
6809 \begin_inset Tabular
6810 <lyxtabular version="3" rows="5" columns="2">
6811 <features tabularvalignment="middle">
6812 <column alignment="center" valignment="middle" width="0">
6813 <column alignment="center" valignment="middle" width="0">
6814 <row>
6815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Plain Layout
6819 Command
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Plain Layout
6828 Result
6829 \begin_inset Note Note
6830 status collapsed
6831
6832 \begin_layout Plain Layout
6833
6834 \series bold
6835
6836 \backslash
6837 raisebox
6838 \series default
6839  is only used as spacer.
6840 \end_layout
6841
6842 \end_inset
6843
6844
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 </row>
6850 <row>
6851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Plain Layout
6855
6856 \backslash
6857 Bigm(
6858 \backslash
6859 bigm(
6860 \backslash
6861 ln(3x)
6862 \backslash
6863 bigm)^2
6864 \series bold
6865
6866 \begin_inset ERT
6867 status collapsed
6868
6869 \begin_layout Plain Layout
6870
6871
6872 \backslash
6873 spce 
6874 \end_layout
6875
6876 \end_inset
6877
6878
6879 \series default
6880
6881 \backslash
6882 Bigm)
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6892 \end_inset
6893
6894
6895 \end_layout
6896
6897 \end_inset
6898 </cell>
6899 </row>
6900 <row>
6901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6902 \begin_inset Text
6903
6904 \begin_layout Plain Layout
6905
6906 \backslash
6907 Big(
6908 \backslash
6909 big(
6910 \backslash
6911 ln(3x)
6912 \backslash
6913 big)^2
6914 \series bold
6915
6916 \begin_inset ERT
6917 status collapsed
6918
6919 \begin_layout Plain Layout
6920
6921
6922 \backslash
6923 spce 
6924 \end_layout
6925
6926 \end_inset
6927
6928
6929 \series default
6930
6931 \backslash
6932 Big)
6933 \end_layout
6934
6935 \end_inset
6936 </cell>
6937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6938 \begin_inset Text
6939
6940 \begin_layout Plain Layout
6941 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6942 \end_inset
6943
6944
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 </row>
6950 <row>
6951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955
6956 \backslash
6957 Bigl(
6958 \backslash
6959 bigl(
6960 \backslash
6961 ln(3x)
6962 \backslash
6963 bigr)^2
6964 \series bold
6965
6966 \begin_inset ERT
6967 status collapsed
6968
6969 \begin_layout Plain Layout
6970
6971
6972 \backslash
6973 spce 
6974 \end_layout
6975
6976 \end_inset
6977
6978
6979 \series default
6980
6981 \backslash
6982 Bigr)
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6992 \end_inset
6993
6994
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 </row>
7000 <row>
7001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005
7006 \backslash
7007 bigl)
7008 \backslash
7009 ln(3x)
7010 \backslash
7011 bigr(
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7021 \end_inset
7022
7023
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 </row>
7029 </lyxtabular>
7030
7031 \end_inset
7032
7033
7034 \end_layout
7035
7036 \begin_layout Subsubsection
7037 Automatic Bracket Size
7038 \begin_inset CommandInset label
7039 LatexCommand label
7040 name "sub:Automatic-Bracket-Size"
7041
7042 \end_inset
7043
7044
7045 \begin_inset Index idx
7046 status collapsed
7047
7048 \begin_layout Plain Layout
7049 Bracket size ! automatic
7050 \end_layout
7051
7052 \end_inset
7053
7054
7055 \end_layout
7056
7057 \begin_layout Standard
7058 Brackets with variable size can be inserted with the commands 
7059 \series bold
7060
7061 \backslash
7062 left
7063 \series default
7064
7065 \begin_inset Index idx
7066 status collapsed
7067
7068 \begin_layout Plain Layout
7069 Commands ! L ! 
7070 \backslash
7071 left
7072 \end_layout
7073
7074 \end_inset
7075
7076  and 
7077 \series bold
7078
7079 \backslash
7080 right
7081 \series default
7082
7083 \begin_inset Index idx
7084 status collapsed
7085
7086 \begin_layout Plain Layout
7087 Commands ! R ! 
7088 \backslash
7089 right
7090 \end_layout
7091
7092 \end_inset
7093
7094  or via the math toolbar button 
7095 \begin_inset Graphics
7096         filename ../images/dialog-show_mathdelimiter.png
7097         scale 85
7098
7099 \end_inset
7100
7101 .
7102  Directly behind 
7103 \series bold
7104
7105 \backslash
7106 left
7107 \series default
7108  and 
7109 \series bold
7110
7111 \backslash
7112 right
7113 \series default
7114  the wanted bracket must be inserted.
7115  The bracket size will then automatically be calculated for the output.
7116 \end_layout
7117
7118 \begin_layout Standard
7119 \align center
7120 normal bracket: The command 
7121 \series bold
7122
7123 \backslash
7124 ln(
7125 \backslash
7126 frac
7127 \begin_inset ERT
7128 status collapsed
7129
7130 \begin_layout Plain Layout
7131
7132
7133 \backslash
7134 spce 
7135 \end_layout
7136
7137 \end_inset
7138
7139 A
7140 \begin_inset Formula $\downarrow$
7141 \end_inset
7142
7143 C
7144 \begin_inset ERT
7145 status collapsed
7146
7147 \begin_layout Plain Layout
7148
7149
7150 \backslash
7151 spce 
7152 \end_layout
7153
7154 \end_inset
7155
7156 )
7157 \series default
7158  creates
7159 \begin_inset Formula \[
7160 \ln(\frac{A}{C})\]
7161
7162 \end_inset
7163
7164
7165 \end_layout
7166
7167 \begin_layout Standard
7168 \align center
7169 multiline bracket: The command 
7170 \series bold
7171
7172 \backslash
7173 ln
7174 \backslash
7175 left(
7176 \backslash
7177 frac
7178 \begin_inset ERT
7179 status collapsed
7180
7181 \begin_layout Plain Layout
7182
7183
7184 \backslash
7185 spce 
7186 \end_layout
7187
7188 \end_inset
7189
7190 A
7191 \begin_inset Formula $\downarrow$
7192 \end_inset
7193
7194 C
7195 \begin_inset ERT
7196 status collapsed
7197
7198 \begin_layout Plain Layout
7199
7200
7201 \backslash
7202 spce 
7203 \end_layout
7204
7205 \end_inset
7206
7207
7208 \backslash
7209 right)
7210 \series default
7211  creates
7212 \begin_inset Formula \[
7213 \ln\left(\frac{A}{C}\right)\]
7214
7215 \end_inset
7216
7217
7218 \end_layout
7219
7220 \begin_layout Standard
7221 Instead of 
7222 \series bold
7223
7224 \backslash
7225 left
7226 \series default
7227  and 
7228 \series bold
7229
7230 \backslash
7231 right
7232 \series default
7233  the shortcut 
7234 \family sans
7235 Alt+M
7236 \begin_inset space ~
7237 \end_inset
7238
7239 Bracket
7240 \family default
7241  can be used.
7242  This has the advantage that you can see in LyX immediately the real bracket
7243  size and that the matching right bracket will be created too.
7244 \begin_inset Newline newline
7245 \end_inset
7246
7247 The command for the last example would then be: 
7248 \series bold
7249
7250 \backslash
7251 ln Alt+M
7252 \series default
7253  
7254 \series bold
7255 (
7256 \backslash
7257 frac
7258 \begin_inset ERT
7259 status collapsed
7260
7261 \begin_layout Plain Layout
7262
7263
7264 \backslash
7265 spce 
7266 \end_layout
7267
7268 \end_inset
7269
7270 A
7271 \begin_inset Formula $\downarrow$
7272 \end_inset
7273
7274 C
7275 \end_layout
7276
7277 \begin_layout Standard
7278 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7279  For example the command 
7280 \series bold
7281
7282 \backslash
7283 left.
7284 \backslash
7285 frac
7286 \begin_inset ERT
7287 status collapsed
7288
7289 \begin_layout Plain Layout
7290
7291
7292 \backslash
7293 spce 
7294 \end_layout
7295
7296 \end_inset
7297
7298 A
7299 \begin_inset Formula $\downarrow$
7300 \end_inset
7301
7302 B
7303 \begin_inset ERT
7304 status collapsed
7305
7306 \begin_layout Plain Layout
7307
7308
7309 \backslash
7310 spce 
7311 \end_layout
7312
7313 \end_inset
7314
7315
7316 \backslash
7317 right}
7318 \series default
7319  creates:
7320 \series bold
7321
7322 \begin_inset Formula \[
7323 \left.\frac{A}{B}\right\} \]
7324
7325 \end_inset
7326
7327
7328 \series default
7329 The commands 
7330 \series bold
7331
7332 \backslash
7333 left
7334 \series default
7335  and 
7336 \series bold
7337
7338 \backslash
7339 right
7340 \series default
7341  will be converted by LyX to brackets in the right size when the document
7342  is reloaded and an omitted bracket will appear as dashed line.
7343 \end_layout
7344
7345 \begin_layout Standard
7346 \begin_inset VSpace bigskip
7347 \end_inset
7348
7349 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7350  the command 
7351 \series bold
7352
7353 \backslash
7354 middle
7355 \series default
7356
7357 \begin_inset Index idx
7358 status collapsed
7359
7360 \begin_layout Plain Layout
7361 Commands ! M ! 
7362 \backslash
7363 middle
7364 \end_layout
7365
7366 \end_inset
7367
7368  is additionally available for all brackets and limits.
7369  With this command the height of the following character is adapted to the
7370  one of the surrounding brackets, what is e.
7371 \begin_inset space \thinspace{}
7372 \end_inset
7373
7374 g.
7375 \begin_inset space \space{}
7376 \end_inset
7377
7378 needed for physical vectors:
7379 \begin_inset Formula \[
7380 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7381
7382 \end_inset
7383
7384 For physical vectors there is a special LaTeX-package, described in 
7385 \begin_inset CommandInset ref
7386 LatexCommand ref
7387 reference "sub:Physical-Vectors"
7388
7389 \end_inset
7390
7391 .
7392 \end_layout
7393
7394 \begin_layout Subsection
7395 Horizontal Brackets
7396 \begin_inset Index idx
7397 status collapsed
7398
7399 \begin_layout Plain Layout
7400 Brackets ! horizontal
7401 \end_layout
7402
7403 \end_inset
7404
7405
7406 \end_layout
7407
7408 \begin_layout Standard
7409 \align center
7410 \begin_inset Tabular
7411 <lyxtabular version="3" rows="4" columns="2">
7412 <features tabularvalignment="middle">
7413 <column alignment="center" valignment="top" width="0pt">
7414 <column alignment="center" valignment="top" width="0pt">
7415 <row>
7416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7417 \begin_inset Text
7418
7419 \begin_layout Plain Layout
7420 Command
7421 \begin_inset Note Note
7422 status collapsed
7423
7424 \begin_layout Plain Layout
7425
7426 \series bold
7427
7428 \backslash
7429 raisebox
7430 \series default
7431  is only used as spacer.
7432 \end_layout
7433
7434 \end_inset
7435
7436
7437 \end_layout
7438
7439 \end_inset
7440 </cell>
7441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7442 \begin_inset Text
7443
7444 \begin_layout Plain Layout
7445 Result
7446 \end_layout
7447
7448 \end_inset
7449 </cell>
7450 </row>
7451 <row>
7452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7453 \begin_inset Text
7454
7455 \begin_layout Plain Layout
7456 \begin_inset ERT
7457 status collapsed
7458
7459 \begin_layout Plain Layout
7460
7461
7462 \backslash
7463 raisebox{2.3mm}{
7464 \end_layout
7465
7466 \end_inset
7467
7468
7469 \backslash
7470 overbrace
7471 \begin_inset ERT
7472 status collapsed
7473
7474 \begin_layout Plain Layout
7475
7476
7477 \backslash
7478 spce 
7479 \end_layout
7480
7481 \end_inset
7482
7483 A+B
7484 \begin_inset ERT
7485 status collapsed
7486
7487 \begin_layout Plain Layout
7488
7489
7490 \backslash
7491 spce 
7492 \end_layout
7493
7494 \end_inset
7495
7496 ^
7497 \begin_inset ERT
7498 status collapsed
7499
7500 \begin_layout Plain Layout
7501
7502
7503 \backslash
7504 spce 
7505 \end_layout
7506
7507 \end_inset
7508
7509 3
7510 \begin_inset ERT
7511 status collapsed
7512
7513 \begin_layout Plain Layout
7514
7515 }
7516 \end_layout
7517
7518 \end_inset
7519
7520
7521 \begin_inset Index idx
7522 status collapsed
7523
7524 \begin_layout Plain Layout
7525 Commands ! O ! 
7526 \backslash
7527 overbrace
7528 \end_layout
7529
7530 \end_inset
7531
7532
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7538 \begin_inset Text
7539
7540 \begin_layout Plain Layout
7541 \begin_inset Formula $\overbrace{A+B}^{3}$
7542 \end_inset
7543
7544
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 </row>
7550 <row>
7551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7552 \begin_inset Text
7553
7554 \begin_layout Plain Layout
7555 \begin_inset ERT
7556 status collapsed
7557
7558 \begin_layout Plain Layout
7559
7560
7561 \backslash
7562 raisebox{-2.2mm}{
7563 \end_layout
7564
7565 \end_inset
7566
7567
7568 \backslash
7569 underbrace
7570 \begin_inset ERT
7571 status collapsed
7572
7573 \begin_layout Plain Layout
7574
7575
7576 \backslash
7577 spce 
7578 \end_layout
7579
7580 \end_inset
7581
7582 A+B
7583 \begin_inset ERT
7584 status collapsed
7585
7586 \begin_layout Plain Layout
7587
7588
7589 \backslash
7590 spce 
7591 \end_layout
7592
7593 \end_inset
7594
7595 _5
7596 \begin_inset ERT
7597 status collapsed
7598
7599 \begin_layout Plain Layout
7600
7601 }
7602 \end_layout
7603
7604 \end_inset
7605
7606
7607 \begin_inset Index idx
7608 status collapsed
7609
7610 \begin_layout Plain Layout
7611 Commands ! U ! 
7612 \backslash
7613 underbrace
7614 \end_layout
7615
7616 \end_inset
7617
7618
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627 \begin_inset Formula $\underbrace{A+B}_{5}$
7628 \end_inset
7629
7630
7631 \end_layout
7632
7633 \end_inset
7634 </cell>
7635 </row>
7636 <row>
7637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7638 \begin_inset Text
7639
7640 \begin_layout Plain Layout
7641
7642 \backslash
7643 overbrace
7644 \begin_inset ERT
7645 status collapsed
7646
7647 \begin_layout Plain Layout
7648
7649
7650 \backslash
7651 spce 
7652 \end_layout
7653
7654 \end_inset
7655
7656
7657 \backslash
7658 underbrace
7659 \begin_inset ERT
7660 status collapsed
7661
7662 \begin_layout Plain Layout
7663
7664
7665 \backslash
7666 spce 
7667 \end_layout
7668
7669 \end_inset
7670
7671 A+B_w
7672 \begin_inset ERT
7673 status collapsed
7674
7675 \begin_layout Plain Layout
7676
7677
7678 \backslash
7679 spce 
7680 \end_layout
7681
7682 \end_inset
7683
7684
7685 \begin_inset ERT
7686 status collapsed
7687
7688 \begin_layout Plain Layout
7689
7690
7691 \backslash
7692 spce 
7693 \end_layout
7694
7695 \end_inset
7696
7697 _7
7698 \begin_inset ERT
7699 status collapsed
7700
7701 \begin_layout Plain Layout
7702
7703
7704 \backslash
7705 spce 
7706 \end_layout
7707
7708 \end_inset
7709
7710
7711 \begin_inset ERT
7712 status collapsed
7713
7714 \begin_layout Plain Layout
7715
7716
7717 \backslash
7718 spce 
7719 \end_layout
7720
7721 \end_inset
7722
7723 ^
7724 \begin_inset ERT
7725 status collapsed
7726
7727 \begin_layout Plain Layout
7728
7729
7730 \backslash
7731 spce 
7732 \end_layout
7733
7734 \end_inset
7735
7736 C
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7746 \end_inset
7747
7748
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 </row>
7754 </lyxtabular>
7755
7756 \end_inset
7757
7758
7759 \end_layout
7760
7761 \begin_layout Standard
7762 In the last example it doesn't matter if 
7763 \series bold
7764
7765 \backslash
7766 overbrace
7767 \series default
7768  or 
7769 \series bold
7770
7771 \backslash
7772 underbrace
7773 \series default
7774  is inserted at first.
7775 \end_layout
7776
7777 \begin_layout Standard
7778 \begin_inset VSpace bigskip
7779 \end_inset
7780
7781 When brackets are needed that overlap each other, multiline formulas, as
7782  described in 
7783 \begin_inset CommandInset ref
7784 LatexCommand ref
7785 reference "sec:Multiline-Formulas"
7786
7787 \end_inset
7788
7789 , must be used:
7790 \begin_inset Formula \begin{eqnarray*}
7791 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7792  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7793 \end{eqnarray*}
7794
7795 \end_inset
7796
7797 In the first row the formula is inserted together with the first brace.
7798  It is hereby important that the space command
7799 \begin_inset Foot
7800 status collapsed
7801
7802 \begin_layout Plain Layout
7803 Space commands are explained in 
7804 \begin_inset CommandInset ref
7805 LatexCommand ref
7806 reference "sub:Predefined-Space"
7807
7808 \end_inset
7809
7810 .
7811 \end_layout
7812
7813 \end_inset
7814
7815  
7816 \series bold
7817
7818 \backslash
7819 :
7820 \series default
7821  is inserted before the first 
7822 \begin_inset Formula $d$
7823 \end_inset
7824
7825 , because the brace that ends behind the 
7826 \begin_inset Formula $q$
7827 \end_inset
7828
7829  prevents that the following 
7830 \begin_inset Quotes eld
7831 \end_inset
7832
7833 +
7834 \begin_inset Quotes erd
7835 \end_inset
7836
7837  is surrounded by space.
7838 \begin_inset Foot
7839 status collapsed
7840
7841 \begin_layout Plain Layout
7842 because a bracket is not handled as character, see 
7843 \begin_inset CommandInset ref
7844 LatexCommand ref
7845 reference "sub:Binary-Operators"
7846
7847 \end_inset
7848
7849
7850 \end_layout
7851
7852 \end_inset
7853
7854  In the second row the second brace is inserted.
7855  As it should begin before the 
7856 \begin_inset Formula $b$
7857 \end_inset
7858
7859 , first the command 
7860 \series bold
7861
7862 \backslash
7863 hphantom{gggg+
7864 \backslash
7865 :}
7866 \series default
7867  is inserted.
7868 \begin_inset Foot
7869 status collapsed
7870
7871 \begin_layout Plain Layout
7872 more about 
7873 \series bold
7874
7875 \backslash
7876 hphantom
7877 \series default
7878  see 
7879 \begin_inset CommandInset ref
7880 LatexCommand ref
7881 reference "sub:Placeholders"
7882
7883 \end_inset
7884
7885
7886 \end_layout
7887
7888 \end_inset
7889
7890  This space is needed because the 
7891 \begin_inset Quotes eld
7892 \end_inset
7893
7894 +
7895 \begin_inset Quotes erd
7896 \end_inset
7897
7898  is also surrounded by space in the formula.
7899  The brace is placed under the command 
7900 \series bold
7901
7902 \backslash
7903 hphantom{bbqq+dddd}
7904 \series default
7905 .
7906 \end_layout
7907
7908 \begin_layout Standard
7909 It gets more complicated when brackets overlap each other, like in the following
7910  example:
7911 \begin_inset ERT
7912 status collapsed
7913
7914 \begin_layout Plain Layout
7915
7916
7917 \backslash
7918 setlength{
7919 \backslash
7920 jot}{-6pt}
7921 \end_layout
7922
7923 \end_inset
7924
7925
7926 \begin_inset Formula \begin{eqnarray*}
7927  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7928 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7929 \end{eqnarray*}
7930
7931 \end_inset
7932
7933
7934 \begin_inset ERT
7935 status collapsed
7936
7937 \begin_layout Plain Layout
7938
7939
7940 \backslash
7941 setlength{
7942 \backslash
7943 jot}{3pt}
7944 \end_layout
7945
7946 \end_inset
7947
7948 The first formula row is the same as the second row of the previous example,
7949  with the difference that the brace is above.
7950  The second row contains the formula together with the second brace.
7951  To avoid that there is space between the upper brace in the first row and
7952  the formula, the row spacing need to be reduced.
7953  This is not easily possible due to a bug in LyX
7954 \begin_inset Foot
7955 status collapsed
7956
7957 \begin_layout Plain Layout
7958 \begin_inset CommandInset href
7959 LatexCommand href
7960 name "LyX-bug #1505"
7961 target "http://www.lyx.org/trac/ticket/1505"
7962
7963 \end_inset
7964
7965
7966 \end_layout
7967
7968 \end_inset
7969
7970 .
7971  As solution for the problem, the global formula row separation 
7972 \series bold
7973
7974 \backslash
7975 jot
7976 \series default
7977
7978 \begin_inset Index idx
7979 status collapsed
7980
7981 \begin_layout Plain Layout
7982 Commands ! J ! 
7983 \backslash
7984 jot
7985 \end_layout
7986
7987 \end_inset
7988
7989  must be changed to -6
7990 \begin_inset space \thinspace{}
7991 \end_inset
7992
7993 pt before the formula with the command 
7994 \series bold
7995
7996 \backslash
7997 setlength{
7998 \backslash
7999 jot}{-6pt}
8000 \series default
8001  in TeX-mode.
8002  
8003 \series bold
8004
8005 \backslash
8006 jot
8007 \series default
8008  is set back after the formula to the standard value of 3
8009 \begin_inset space \thinspace{}
8010 \end_inset
8011
8012 pt using the same command.
8013  More about the row separation in formulas is explained in 
8014 \begin_inset CommandInset ref
8015 LatexCommand ref
8016 reference "sub:Line-Separation"
8017
8018 \end_inset
8019
8020 .
8021 \end_layout
8022
8023 \begin_layout Section
8024 Arrows
8025 \begin_inset Index idx
8026 status collapsed
8027
8028 \begin_layout Plain Layout
8029 Arrows
8030 \end_layout
8031
8032 \end_inset
8033
8034
8035 \end_layout
8036
8037 \begin_layout Standard
8038 Arrows can be inserted via the math toolbar button 
8039 \begin_inset Graphics
8040         filename ../images/math/leftarrow.png
8041         scale 85
8042
8043 \end_inset
8044
8045  or the commands listed in the following subsections.
8046 \end_layout
8047
8048 \begin_layout Standard
8049 \begin_inset Newpage newpage
8050 \end_inset
8051
8052
8053 \end_layout
8054
8055 \begin_layout Subsection
8056 Horizontal Arrows
8057 \begin_inset Index idx
8058 status collapsed
8059
8060 \begin_layout Plain Layout
8061 Arrows ! horizontal
8062 \end_layout
8063
8064 \end_inset
8065
8066
8067 \end_layout
8068
8069 \begin_layout Standard
8070 \begin_inset space \hfill{}
8071 \end_inset
8072
8073
8074 \begin_inset Tabular
8075 <lyxtabular version="3" rows="8" columns="2">
8076 <features tabularvalignment="middle">
8077 <column alignment="center" valignment="top" width="0pt">
8078 <column alignment="center" valignment="top" width="0pt">
8079 <row>
8080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084 Command
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 Result
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 </row>
8099 <row>
8100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104
8105 \backslash
8106 gets
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115 \begin_inset Formula $\gets$
8116 \end_inset
8117
8118
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 </row>
8124 <row>
8125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129
8130 \backslash
8131 Leftarrow
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 \begin_inset Formula $\Leftarrow$
8141 \end_inset
8142
8143
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 </row>
8149 <row>
8150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154
8155 \backslash
8156 longleftarrow
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165 \begin_inset Formula $\longleftarrow$
8166 \end_inset
8167
8168
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 </row>
8174 <row>
8175 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179
8180 \backslash
8181 Longleftarrow
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 \begin_inset Formula $\Longleftarrow$
8191 \end_inset
8192
8193
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 </row>
8199 <row>
8200 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204
8205 \backslash
8206 leftharpoonup
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215 \begin_inset Formula $\leftharpoonup$
8216 \end_inset
8217
8218
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 </row>
8224 <row>
8225 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229
8230 \backslash
8231 leftharpoondown
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240 \begin_inset Formula $\leftharpoondown$
8241 \end_inset
8242
8243
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 </row>
8249 <row>
8250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254
8255 \backslash
8256 hookleftarrow
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 \begin_inset Formula $\hookleftarrow$
8266 \end_inset
8267
8268
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 </row>
8274 </lyxtabular>
8275
8276 \end_inset
8277
8278
8279 \begin_inset space \hfill{}
8280 \end_inset
8281
8282
8283 \begin_inset Tabular
8284 <lyxtabular version="3" rows="8" columns="2">
8285 <features tabularvalignment="middle">
8286 <column alignment="center" valignment="top" width="0pt">
8287 <column alignment="center" valignment="top" width="0pt">
8288 <row>
8289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293 Command
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302 Result
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 </row>
8308 <row>
8309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313
8314 \backslash
8315 to
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 \begin_inset Formula $\to$
8325 \end_inset
8326
8327
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 </row>
8333 <row>
8334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338
8339 \backslash
8340 Rightarrow
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 \begin_inset Formula $\Rightarrow$
8350 \end_inset
8351
8352
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 </row>
8358 <row>
8359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363
8364 \backslash
8365 longrightarrow
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 \begin_inset Formula $\longrightarrow$
8375 \end_inset
8376
8377
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 </row>
8383 <row>
8384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388
8389 \backslash
8390 Longrightarrow
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399 \begin_inset Formula $\Longrightarrow$
8400 \end_inset
8401
8402
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 </row>
8408 <row>
8409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413
8414 \backslash
8415 rightharpoonup
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 \begin_inset Formula $\rightharpoonup$
8425 \end_inset
8426
8427
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 </row>
8433 <row>
8434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438
8439 \backslash
8440 rightharpoondown
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449 \begin_inset Formula $\rightharpoondown$
8450 \end_inset
8451
8452
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 </row>
8458 <row>
8459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8460 \begin_inset Text
8461
8462 \begin_layout Plain Layout
8463
8464 \backslash
8465 hookrightarrow
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 \begin_inset Formula $\hookrightarrow$
8475 \end_inset
8476
8477
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 </row>
8483 </lyxtabular>
8484
8485 \end_inset
8486
8487
8488 \begin_inset space \hfill{}
8489 \end_inset
8490
8491
8492 \end_layout
8493
8494 \begin_layout Standard
8495 \begin_inset space \hfill{}
8496 \end_inset
8497
8498
8499 \begin_inset Tabular
8500 <lyxtabular version="3" rows="6" columns="2">
8501 <features tabularvalignment="middle">
8502 <column alignment="center" valignment="top" width="0pt">
8503 <column alignment="center" valignment="top" width="0pt">
8504 <row>
8505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509 Command
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518 Result
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 </row>
8524 <row>
8525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529
8530 \backslash
8531 leftrightarrow
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 \begin_inset Formula $\leftrightarrow$
8541 \end_inset
8542
8543
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 </row>
8549 <row>
8550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554
8555 \backslash
8556 Leftrightarrow
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 \begin_inset Formula $\Leftrightarrow$
8566 \end_inset
8567
8568
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 </row>
8574 <row>
8575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579
8580 \backslash
8581 longleftrightarrow
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590 \begin_inset Formula $\longleftrightarrow$
8591 \end_inset
8592
8593
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 </row>
8599 <row>
8600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604
8605 \backslash
8606 Longleftrightarrow
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615 \begin_inset Formula $\Longleftrightarrow$
8616 \end_inset
8617
8618
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 </row>
8624 <row>
8625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629
8630 \backslash
8631 rightleftharpoons
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 \begin_inset Formula $\rightleftharpoons$
8641 \end_inset
8642
8643
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 </row>
8649 </lyxtabular>
8650
8651 \end_inset
8652
8653
8654 \begin_inset space \hspace{}
8655 \length 25pt
8656 \end_inset
8657
8658
8659 \begin_inset space \hfill{}
8660 \end_inset
8661
8662
8663 \begin_inset Tabular
8664 <lyxtabular version="3" rows="5" columns="2">
8665 <features tabularvalignment="middle">
8666 <column alignment="center" valignment="top" width="0pt">
8667 <column alignment="center" valignment="top" width="0pt">
8668 <row>
8669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673 Command
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682 Result
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 </row>
8688 <row>
8689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8690 \begin_inset Text
8691
8692 \begin_layout Plain Layout
8693
8694 \backslash
8695 mapsto
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8701 \begin_inset Text
8702
8703 \begin_layout Plain Layout
8704 \begin_inset Formula $\mapsto$
8705 \end_inset
8706
8707
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 </row>
8713 <row>
8714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718
8719 \backslash
8720 longmapsto
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729 \begin_inset Formula $\longmapsto$
8730 \end_inset
8731
8732
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 </row>
8738 <row>
8739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743
8744 \backslash
8745 leadsto
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754 \begin_inset Formula $\leadsto$
8755 \end_inset
8756
8757
8758 \end_layout
8759
8760 \end_inset
8761 </cell>
8762 </row>
8763 <row>
8764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768
8769 \backslash
8770 dasharrow
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779 \begin_inset Formula $\dasharrow$
8780 \end_inset
8781
8782
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 </row>
8788 </lyxtabular>
8789
8790 \end_inset
8791
8792
8793 \begin_inset space \hfill{}
8794 \end_inset
8795
8796
8797 \end_layout
8798
8799 \begin_layout Standard
8800 \begin_inset VSpace medskip
8801 \end_inset
8802
8803 Arrows used as accent like e.
8804 \begin_inset space \thinspace{}
8805 \end_inset
8806
8807 g.
8808 \begin_inset space \space{}
8809 \end_inset
8810
8811 vector arrows are listed in 
8812 \begin_inset CommandInset ref
8813 LatexCommand ref
8814 reference "sec:Accents"
8815
8816 \end_inset
8817
8818 .
8819 \end_layout
8820
8821 \begin_layout Standard
8822 \begin_inset VSpace bigskip
8823 \end_inset
8824
8825 Furthermore there are the labeled arrows
8826 \begin_inset Index idx
8827 status collapsed
8828
8829 \begin_layout Plain Layout
8830 Arrows ! labeled
8831 \end_layout
8832
8833 \end_inset
8834
8835  
8836 \series bold
8837
8838 \backslash
8839 xleftarrow
8840 \series default
8841
8842 \begin_inset Index idx
8843 status collapsed
8844
8845 \begin_layout Plain Layout
8846 Commands ! X ! 
8847 \backslash
8848 xleftarrow
8849 \end_layout
8850
8851 \end_inset
8852
8853  and 
8854 \series bold
8855
8856 \backslash
8857 xrightarrow
8858 \series default
8859
8860 \begin_inset Index idx
8861 status collapsed
8862
8863 \begin_layout Plain Layout
8864 Commands ! X ! 
8865 \backslash
8866 xrightarrow
8867 \begin_inset ERT
8868 status collapsed
8869
8870 \begin_layout Plain Layout
8871
8872
8873 \backslash
8874 vspace{4mm}
8875 \end_layout
8876
8877 \end_inset
8878
8879
8880 \end_layout
8881
8882 \end_inset
8883
8884 .
8885  When inserting one of these commands in a formula, an arrow with two blue
8886  boxes appear where the label can be inserted.
8887  The length of the arrow adapts to the label width.
8888 \end_layout
8889
8890 \begin_layout Standard
8891 \align center
8892 \begin_inset Tabular
8893 <lyxtabular version="3" rows="3" columns="2">
8894 <features tabularvalignment="middle">
8895 <column alignment="center" valignment="top" width="0pt">
8896 <column alignment="center" valignment="top" width="0pt">
8897 <row>
8898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902 Command
8903 \end_layout
8904
8905 \end_inset
8906 </cell>
8907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8908 \begin_inset Text
8909
8910 \begin_layout Plain Layout
8911 Result
8912 \begin_inset Note Note
8913 status collapsed
8914
8915 \begin_layout Plain Layout
8916
8917 \series bold
8918
8919 \backslash
8920 raisebox
8921 \series default
8922  is only used as spacer.
8923 \end_layout
8924
8925 \end_inset
8926
8927
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 </row>
8933 <row>
8934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938 F(a)
8939 \backslash
8940 xleftarrow
8941 \begin_inset ERT
8942 status collapsed
8943
8944 \begin_layout Plain Layout
8945
8946
8947 \backslash
8948 spce 
8949 \end_layout
8950
8951 \end_inset
8952
8953 x=a
8954 \begin_inset Formula $\downarrow$
8955 \end_inset
8956
8957 x>0
8958 \begin_inset Formula $\to$
8959 \end_inset
8960
8961 F(x)
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8971 \end_inset
8972
8973
8974 \end_layout
8975
8976 \end_inset
8977 </cell>
8978 </row>
8979 <row>
8980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984 F(x)
8985 \backslash
8986 xrightarrow
8987 \begin_inset ERT
8988 status collapsed
8989
8990 \begin_layout Plain Layout
8991
8992
8993 \backslash
8994 spce 
8995 \end_layout
8996
8997 \end_inset
8998
8999 x=a
9000 \begin_inset Formula $\downarrow$
9001 \end_inset
9002
9003 x>0
9004 \begin_inset Formula $\to$
9005 \end_inset
9006
9007 F(a)
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9017 \end_inset
9018
9019
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 </row>
9025 </lyxtabular>
9026
9027 \end_inset
9028
9029
9030 \end_layout
9031
9032 \begin_layout Subsection
9033 Vertical and diagonal Arrows
9034 \begin_inset Index idx
9035 status collapsed
9036
9037 \begin_layout Plain Layout
9038 Arrows ! diagonal
9039 \end_layout
9040
9041 \end_inset
9042
9043
9044 \begin_inset Index idx
9045 status collapsed
9046
9047 \begin_layout Plain Layout
9048 Arrows ! vertical
9049 \end_layout
9050
9051 \end_inset
9052
9053
9054 \end_layout
9055
9056 \begin_layout Standard
9057 \begin_inset space \hfill{}
9058 \end_inset
9059
9060
9061 \begin_inset Tabular
9062 <lyxtabular version="3" rows="7" columns="2">
9063 <features tabularvalignment="middle">
9064 <column alignment="center" valignment="top" width="0pt">
9065 <column alignment="center" valignment="top" width="0pt">
9066 <row>
9067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071 Command
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080 Result
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 </row>
9086 <row>
9087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091
9092 \backslash
9093 uparrow
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102 \begin_inset Formula $\uparrow$
9103 \end_inset
9104
9105
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 </row>
9111 <row>
9112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9113 \begin_inset Text
9114
9115 \begin_layout Plain Layout
9116
9117 \backslash
9118 Uparrow
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9124 \begin_inset Text
9125
9126 \begin_layout Plain Layout
9127 \begin_inset Formula $\Uparrow$
9128 \end_inset
9129
9130
9131 \end_layout
9132
9133 \end_inset
9134 </cell>
9135 </row>
9136 <row>
9137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141
9142 \backslash
9143 updownarrow
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152 \begin_inset Formula $\updownarrow$
9153 \end_inset
9154
9155
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 </row>
9161 <row>
9162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166
9167 \backslash
9168 Updownarrow
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177 \begin_inset Formula $\Updownarrow$
9178 \end_inset
9179
9180
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 </row>
9186 <row>
9187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191
9192 \backslash
9193 Downarrow
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202 \begin_inset Formula $\Downarrow$
9203 \end_inset
9204
9205
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 </row>
9211 <row>
9212 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216
9217 \backslash
9218 downarrow
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227 \begin_inset Formula $\downarrow$
9228 \end_inset
9229
9230
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 </row>
9236 </lyxtabular>
9237
9238 \end_inset
9239
9240
9241 \begin_inset space \hfill{}
9242 \end_inset
9243
9244
9245 \begin_inset Tabular
9246 <lyxtabular version="3" rows="5" columns="2">
9247 <features tabularvalignment="middle">
9248 <column alignment="center" valignment="top" width="0pt">
9249 <column alignment="center" valignment="top" width="0pt">
9250 <row>
9251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Plain Layout
9255 Command
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264 Result
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 </row>
9270 <row>
9271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275
9276 \backslash
9277 nearrow
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286 \begin_inset Formula $\nearrow$
9287 \end_inset
9288
9289
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 </row>
9295 <row>
9296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300
9301 \backslash
9302 searrow
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9308 \begin_inset Text
9309
9310 \begin_layout Plain Layout
9311 \begin_inset Formula $\searrow$
9312 \end_inset
9313
9314
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 </row>
9320 <row>
9321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325
9326 \backslash
9327 swarrow
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336 \begin_inset Formula $\swarrow$
9337 \end_inset
9338
9339
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 </row>
9345 <row>
9346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350
9351 \backslash
9352 nwarrow
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361 \begin_inset Formula $\nwarrow$
9362 \end_inset
9363
9364
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 </row>
9370 </lyxtabular>
9371
9372 \end_inset
9373
9374
9375 \begin_inset space \hfill{}
9376 \end_inset
9377
9378
9379 \end_layout
9380
9381 \begin_layout Standard
9382 \begin_inset VSpace medskip
9383 \end_inset
9384
9385 Vertical arrows can be used also as delimiter together with the commands
9386  described in 
9387 \begin_inset CommandInset ref
9388 LatexCommand ref
9389 reference "sub:Manual-Bracket-Size"
9390
9391 \end_inset
9392
9393  and 
9394 \begin_inset CommandInset ref
9395 LatexCommand ref
9396 reference "sub:Automatic-Bracket-Size"
9397
9398 \end_inset
9399
9400 .
9401 \end_layout
9402
9403 \begin_layout Standard
9404 \begin_inset Newpage newpage
9405 \end_inset
9406
9407
9408 \end_layout
9409
9410 \begin_layout Section
9411 Accents
9412 \begin_inset CommandInset label
9413 LatexCommand label
9414 name "sec:Accents"
9415
9416 \end_inset
9417
9418
9419 \begin_inset Index idx
9420 status collapsed
9421
9422 \begin_layout Plain Layout
9423 Accents
9424 \end_layout
9425
9426 \end_inset
9427
9428
9429 \end_layout
9430
9431 \begin_layout Standard
9432 Accents can be inserted via the math toolbar button 
9433 \begin_inset Graphics
9434         filename ../images/math/hat.png
9435         scale 85
9436
9437 \end_inset
9438
9439  or the commands listed in the following subsections.
9440 \end_layout
9441
9442 \begin_layout Subsection
9443 Accents for one Character
9444 \begin_inset ERT
9445 status collapsed
9446
9447 \begin_layout Plain Layout
9448
9449
9450 \backslash
9451 texorpdfstring{
9452 \end_layout
9453
9454 \end_inset
9455
9456
9457 \begin_inset Foot
9458 status collapsed
9459
9460 \begin_layout Plain Layout
9461 accents in text see 
9462 \begin_inset CommandInset ref
9463 LatexCommand ref
9464 reference "sub:Accents-in-Text"
9465
9466 \end_inset
9467
9468
9469 \end_layout
9470
9471 \end_inset
9472
9473
9474 \begin_inset ERT
9475 status collapsed
9476
9477 \begin_layout Plain Layout
9478
9479 }{}
9480 \end_layout
9481
9482 \end_inset
9483
9484
9485 \begin_inset Note Note
9486 status collapsed
9487
9488 \begin_layout Plain Layout
9489
9490 \backslash
9491 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9492 \end_layout
9493
9494 \begin_layout Plain Layout
9495 More about 
9496 \backslash
9497 texorpdfstring is in section 
9498 \begin_inset CommandInset ref
9499 LatexCommand ref
9500 reference "sub:Formulas-in-Section"
9501
9502 \end_inset
9503
9504 .
9505 \end_layout
9506
9507 \end_inset
9508
9509
9510 \begin_inset CommandInset label
9511 LatexCommand label
9512 name "sub:Accents-for-one"
9513
9514 \end_inset
9515
9516
9517 \begin_inset Index idx
9518 status collapsed
9519
9520 \begin_layout Plain Layout
9521 Accents ! for one character
9522 \end_layout
9523
9524 \end_inset
9525
9526
9527 \end_layout
9528
9529 \begin_layout Standard
9530 \begin_inset space \hfill{}
9531 \end_inset
9532
9533
9534 \begin_inset Tabular
9535 <lyxtabular version="3" rows="8" columns="2">
9536 <features tabularvalignment="middle">
9537 <column alignment="center" valignment="top" width="0pt">
9538 <column alignment="center" valignment="top" width="0pt">
9539 <row>
9540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544 Command
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Plain Layout
9553 Result
9554 \begin_inset Note Note
9555 status collapsed
9556
9557 \begin_layout Plain Layout
9558
9559 \series bold
9560
9561 \backslash
9562 raisebox
9563 \series default
9564  is only used as spacer.
9565 \end_layout
9566
9567 \end_inset
9568
9569
9570 \end_layout
9571
9572 \end_inset
9573 </cell>
9574 </row>
9575 <row>
9576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9577 \begin_inset Text
9578
9579 \begin_layout Plain Layout
9580
9581 \backslash
9582 dot
9583 \begin_inset ERT
9584 status collapsed
9585
9586 \begin_layout Plain Layout
9587
9588
9589 \backslash
9590 spce 
9591 \end_layout
9592
9593 \end_inset
9594
9595 A
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9605 \end_inset
9606
9607
9608 \end_layout
9609
9610 \end_inset
9611 </cell>
9612 </row>
9613 <row>
9614 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9615 \begin_inset Text
9616
9617 \begin_layout Plain Layout
9618
9619 \backslash
9620 ddot
9621 \begin_inset ERT
9622 status collapsed
9623
9624 \begin_layout Plain Layout
9625
9626
9627 \backslash
9628 spce 
9629 \end_layout
9630
9631 \end_inset
9632
9633 A
9634 \end_layout
9635
9636 \end_inset
9637 </cell>
9638 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9639 \begin_inset Text
9640
9641 \begin_layout Plain Layout
9642 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9643 \end_inset
9644
9645
9646 \end_layout
9647
9648 \end_inset
9649 </cell>
9650 </row>
9651 <row>
9652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9653 \begin_inset Text
9654
9655 \begin_layout Plain Layout
9656
9657 \backslash
9658 dddot
9659 \begin_inset ERT
9660 status collapsed
9661
9662 \begin_layout Plain Layout
9663
9664
9665 \backslash
9666 spce 
9667 \end_layout
9668
9669 \end_inset
9670
9671 A
9672 \end_layout
9673
9674 \end_inset
9675 </cell>
9676 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9677 \begin_inset Text
9678
9679 \begin_layout Plain Layout
9680 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9681 \end_inset
9682
9683
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 </row>
9689 <row>
9690 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9691 \begin_inset Text
9692
9693 \begin_layout Plain Layout
9694
9695 \backslash
9696 ddddot
9697 \begin_inset ERT
9698 status collapsed
9699
9700 \begin_layout Plain Layout
9701
9702
9703 \backslash
9704 spce 
9705 \end_layout
9706
9707 \end_inset
9708
9709 A
9710 \end_layout
9711
9712 \end_inset
9713 </cell>
9714 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9715 \begin_inset Text
9716
9717 \begin_layout Plain Layout
9718 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9719 \end_inset
9720
9721
9722 \end_layout
9723
9724 \end_inset
9725 </cell>
9726 </row>
9727 <row>
9728 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9729 \begin_inset Text
9730
9731 \begin_layout Plain Layout
9732
9733 \backslash
9734 vec
9735 \begin_inset ERT
9736 status collapsed
9737
9738 \begin_layout Plain Layout
9739
9740
9741 \backslash
9742 spce 
9743 \end_layout
9744
9745 \end_inset
9746
9747 A
9748 \begin_inset Index idx
9749 status collapsed
9750
9751 \begin_layout Plain Layout
9752 Vectors
9753 \end_layout
9754
9755 \end_inset
9756
9757
9758 \end_layout
9759
9760 \end_inset
9761 </cell>
9762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9763 \begin_inset Text
9764
9765 \begin_layout Plain Layout
9766 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9767 \end_inset
9768
9769
9770 \end_layout
9771
9772 \end_inset
9773 </cell>
9774 </row>
9775 <row>
9776 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9777 \begin_inset Text
9778
9779 \begin_layout Plain Layout
9780
9781 \backslash
9782 bar
9783 \begin_inset ERT
9784 status collapsed
9785
9786 \begin_layout Plain Layout
9787
9788
9789 \backslash
9790 spce 
9791 \end_layout
9792
9793 \end_inset
9794
9795 A
9796 \end_layout
9797
9798 \end_inset
9799 </cell>
9800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9801 \begin_inset Text
9802
9803 \begin_layout Plain Layout
9804 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9805 \end_inset
9806
9807
9808 \end_layout
9809
9810 \end_inset
9811 </cell>
9812 </row>
9813 <row>
9814 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Plain Layout
9818
9819 \backslash
9820 mathring
9821 \begin_inset ERT
9822 status collapsed
9823
9824 \begin_layout Plain Layout
9825
9826
9827 \backslash
9828 spce 
9829 \end_layout
9830
9831 \end_inset
9832
9833 A
9834 \end_layout
9835
9836 \end_inset
9837 </cell>
9838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9839 \begin_inset Text
9840
9841 \begin_layout Plain Layout
9842 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9843 \end_inset
9844
9845
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 </row>
9851 </lyxtabular>
9852
9853 \end_inset
9854
9855
9856 \begin_inset space \hfill{}
9857 \end_inset
9858
9859
9860 \begin_inset Tabular
9861 <lyxtabular version="3" rows="7" columns="2">
9862 <features tabularvalignment="middle">
9863 <column alignment="center" valignment="top" width="0pt">
9864 <column alignment="center" valignment="top" width="0pt">
9865 <row>
9866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9867 \begin_inset Text
9868
9869 \begin_layout Plain Layout
9870 Command
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9876 \begin_inset Text
9877
9878 \begin_layout Plain Layout
9879 Result
9880 \end_layout
9881
9882 \end_inset
9883 </cell>
9884 </row>
9885 <row>
9886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890
9891 \backslash
9892 tilde
9893 \begin_inset ERT
9894 status collapsed
9895
9896 \begin_layout Plain Layout
9897
9898
9899 \backslash
9900 spce 
9901 \end_layout
9902
9903 \end_inset
9904
9905 A
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9915 \end_inset
9916
9917
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 </row>
9923 <row>
9924 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928
9929 \backslash
9930 hat
9931 \begin_inset ERT
9932 status collapsed
9933
9934 \begin_layout Plain Layout
9935
9936
9937 \backslash
9938 spce 
9939 \end_layout
9940
9941 \end_inset
9942
9943 A
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9953 \end_inset
9954
9955
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 </row>
9961 <row>
9962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966
9967 \backslash
9968 check
9969 \begin_inset ERT
9970 status collapsed
9971
9972 \begin_layout Plain Layout
9973
9974
9975 \backslash
9976 spce 
9977 \end_layout
9978
9979 \end_inset
9980
9981 A
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9991 \end_inset
9992
9993
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 </row>
9999 <row>
10000 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004
10005 \backslash
10006 acute
10007 \begin_inset ERT
10008 status collapsed
10009
10010 \begin_layout Plain Layout
10011
10012
10013 \backslash
10014 spce 
10015 \end_layout
10016
10017 \end_inset
10018
10019 A
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10029 \end_inset
10030
10031
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 </row>
10037 <row>
10038 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042
10043 \backslash
10044 grave
10045 \begin_inset ERT
10046 status collapsed
10047
10048 \begin_layout Plain Layout
10049
10050
10051 \backslash
10052 spce 
10053 \end_layout
10054
10055 \end_inset
10056
10057 A
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10067 \end_inset
10068
10069
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 </row>
10075 <row>
10076 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080
10081 \backslash
10082 breve
10083 \begin_inset ERT
10084 status collapsed
10085
10086 \begin_layout Plain Layout
10087
10088
10089 \backslash
10090 spce 
10091 \end_layout
10092
10093 \end_inset
10094
10095 A
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10105 \end_inset
10106
10107
10108 \end_layout
10109
10110 \end_inset
10111 </cell>
10112 </row>
10113 </lyxtabular>
10114
10115 \end_inset
10116
10117
10118 \begin_inset space \hfill{}
10119 \end_inset
10120
10121
10122 \end_layout
10123
10124 \begin_layout Standard
10125 \begin_inset VSpace bigskip
10126 \end_inset
10127
10128
10129 \end_layout
10130
10131 \begin_layout Standard
10132 You can directly insert accents like é to formulas.
10133  LyX will transform them to the corresponding accent command.
10134  For umlauts
10135 \begin_inset Index idx
10136 status collapsed
10137
10138 \begin_layout Plain Layout
10139 Umlauts
10140 \end_layout
10141
10142 \end_inset
10143
10144  it is better to insert a quotation mark before the vowel.
10145  These two characters are then treated by LaTeX as 
10146 \emph on
10147 one
10148 \emph default
10149  character when the formula part with the umlaut is marked as German.
10150  In contrary to 
10151 \series bold
10152
10153 \backslash
10154 ddot
10155 \series default
10156 , with this method 
10157 \begin_inset Quotes eld
10158 \end_inset
10159
10160 real
10161 \begin_inset Quotes erd
10162 \end_inset
10163
10164  umlauts are created as demonstrated in the following example:
10165 \end_layout
10166
10167 \begin_layout Standard
10168 \begin_inset VSpace -2mm
10169 \end_inset
10170
10171
10172 \end_layout
10173
10174 \begin_layout Standard
10175 \align center
10176 \begin_inset Tabular
10177 <lyxtabular version="3" rows="3" columns="2">
10178 <features tabularvalignment="middle">
10179 <column alignment="center" valignment="top" width="0">
10180 <column alignment="center" valignment="top" width="0">
10181 <row>
10182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186 Command
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195 Result
10196 \begin_inset Note Note
10197 status collapsed
10198
10199 \begin_layout Plain Layout
10200
10201 \series bold
10202
10203 \backslash
10204 raisebox
10205 \series default
10206  and the 0
10207 \begin_inset space \thinspace{}
10208 \end_inset
10209
10210 pt space are only used as spacer.
10211 \end_layout
10212
10213 \end_inset
10214
10215
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 </row>
10221 <row>
10222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226
10227 \lang ngerman
10228 \begin_inset Quotes grd
10229 \end_inset
10230
10231 i
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240 \begin_inset space \hspace{}
10241 \length 0pt
10242 \end_inset
10243
10244
10245 \lang ngerman
10246
10247 \begin_inset Formula $"i$
10248 \end_inset
10249
10250
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 </row>
10256 <row>
10257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261
10262 \backslash
10263 ddot
10264 \begin_inset ERT
10265 status collapsed
10266
10267 \begin_layout Plain Layout
10268
10269
10270 \backslash
10271 spce 
10272 \end_layout
10273
10274 \end_inset
10275
10276 i
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10286 \end_inset
10287
10288
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 </row>
10294 </lyxtabular>
10295
10296 \end_inset
10297
10298
10299 \end_layout
10300
10301 \begin_layout Standard
10302 Another advantage to 
10303 \series bold
10304
10305 \backslash
10306 ddot
10307 \series default
10308  is that umlauts can directly be converted to mathematical text because
10309  the accent commands above are 
10310 \emph on
10311 not allowed
10312 \emph default
10313  
10314 \emph on
10315 in mathematical text
10316 \emph default
10317 .
10318  To convert an accented character to mathematical text, only the character
10319  under the accent may be converted.
10320  This applies also for all other conversions, e.
10321 \begin_inset space \thinspace{}
10322 \end_inset
10323
10324 g.
10325 \begin_inset space \space{}
10326 \end_inset
10327
10328 to italic or bold.
10329 \end_layout
10330
10331 \begin_layout Standard
10332 In mathematical text, umlauts and other accented characters can directly
10333  be inserted.
10334 \end_layout
10335
10336 \begin_layout Subsection
10337 Accents for Operators
10338 \begin_inset Index idx
10339 status collapsed
10340
10341 \begin_layout Plain Layout
10342 Accents ! for operators
10343 \end_layout
10344
10345 \end_inset
10346
10347
10348 \end_layout
10349
10350 \begin_layout Standard
10351 With the commands 
10352 \series bold
10353
10354 \backslash
10355 overset
10356 \series default
10357
10358 \begin_inset Index idx
10359 status collapsed
10360
10361 \begin_layout Plain Layout
10362 Commands ! O ! 
10363 \backslash
10364 overset
10365 \end_layout
10366
10367 \end_inset
10368
10369  and 
10370 \series bold
10371
10372 \backslash
10373 underset
10374 \series default
10375
10376 \begin_inset Index idx
10377 status collapsed
10378
10379 \begin_layout Plain Layout
10380 Commands ! U ! 
10381 \backslash
10382 underset
10383 \end_layout
10384
10385 \end_inset
10386
10387  characters can be placed above or below an operator, respectively, to accent
10388  it.
10389  With the command 
10390 \series bold
10391
10392 \backslash
10393 sideset
10394 \series default
10395
10396 \begin_inset Index idx
10397 status collapsed
10398
10399 \begin_layout Plain Layout
10400 Commands ! S ! 
10401 \backslash
10402 sideset
10403 \end_layout
10404
10405 \end_inset
10406
10407  characters can be set before and behind an operator.
10408  The command scheme is:
10409 \end_layout
10410
10411 \begin_layout Standard
10412
10413 \series bold
10414
10415 \backslash
10416 sideset{character
10417 \series default
10418  
10419 \series bold
10420 before}{character
10421 \series default
10422  
10423 \series bold
10424 behind}
10425 \end_layout
10426
10427 \begin_layout Standard
10428
10429 \series bold
10430
10431 \backslash
10432 sideset
10433 \series default
10434  must always be before the operator that should be accented.
10435  You can accent with several characters and even with other operators and
10436  symbols.
10437  To place with 
10438 \series bold
10439
10440 \backslash
10441 sideset
10442 \series default
10443  for example only characters behind an operator, write nothing between the
10444  first braces but don't omit the braces.
10445 \end_layout
10446
10447 \begin_layout Standard
10448 For example the command 
10449 \series bold
10450
10451 \backslash
10452 sideset{
10453 \begin_inset Formula $\to$
10454 \end_inset
10455
10456
10457 \backslash
10458 {
10459 \series default
10460 '
10461 \series bold
10462
10463 \begin_inset Formula $\to$
10464 \end_inset
10465
10466
10467 \backslash
10468 sum_k=1
10469 \begin_inset ERT
10470 status collapsed
10471
10472 \begin_layout Plain Layout
10473
10474
10475 \backslash
10476 spce 
10477 \end_layout
10478
10479 \end_inset
10480
10481
10482 \series default
10483 ^
10484 \series bold
10485 n
10486 \series default
10487  produces:
10488 \begin_inset Formula \[
10489 \sideset{}{'}\sum_{k=1}^{n}\]
10490
10491 \end_inset
10492
10493
10494 \end_layout
10495
10496 \begin_layout Standard
10497 The command 
10498 \series bold
10499
10500 \backslash
10501 overset
10502 \begin_inset ERT
10503 status collapsed
10504
10505 \begin_layout Plain Layout
10506
10507
10508 \backslash
10509 spce 
10510 \end_layout
10511
10512 \end_inset
10513
10514
10515 \backslash
10516 maltese
10517 \begin_inset ERT
10518 status collapsed
10519
10520 \begin_layout Plain Layout
10521
10522
10523 \backslash
10524 spce 
10525 \end_layout
10526
10527 \end_inset
10528
10529
10530 \series default
10531
10532 \begin_inset Formula $\uparrow$
10533 \end_inset
10534
10535
10536 \series bold
10537 a
10538 \series default
10539  produces:
10540 \begin_inset Formula \[
10541 \overset{a}{\maltese}\]
10542
10543 \end_inset
10544
10545 As seen in the last example, with 
10546 \series bold
10547
10548 \backslash
10549 overset
10550 \series default
10551  and 
10552 \series bold
10553
10554 \backslash
10555 underset
10556 \series default
10557  also symbols and characters can be accented; with 
10558 \series bold
10559
10560 \backslash
10561 sideset
10562 \series default
10563  this is not possible.
10564 \end_layout
10565
10566 \begin_layout Subsection
10567 Accents for several Characters
10568 \begin_inset Index idx
10569 status collapsed
10570
10571 \begin_layout Plain Layout
10572 Accents ! for several characters
10573 \end_layout
10574
10575 \end_inset
10576
10577
10578 \end_layout
10579
10580 \begin_layout Standard
10581 \begin_inset space \hfill{}
10582 \end_inset
10583
10584
10585 \begin_inset Tabular
10586 <lyxtabular version="3" rows="5" columns="2">
10587 <features tabularvalignment="middle">
10588 <column alignment="center" valignment="top" width="0pt">
10589 <column alignment="center" valignment="top" width="0pt">
10590 <row>
10591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595 Command
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604 Result
10605 \begin_inset Note Note
10606 status collapsed
10607
10608 \begin_layout Plain Layout
10609
10610 \series bold
10611
10612 \backslash
10613 raisebox
10614 \series default
10615  is only used as spacer.
10616 \end_layout
10617
10618 \end_inset
10619
10620
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 </row>
10626 <row>
10627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631
10632 \backslash
10633 overleftarrow
10634 \begin_inset ERT
10635 status collapsed
10636
10637 \begin_layout Plain Layout
10638
10639
10640 \backslash
10641 spce 
10642 \end_layout
10643
10644 \end_inset
10645
10646 A=B
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10652 \begin_inset Text
10653
10654 \begin_layout Plain Layout
10655 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10656 \end_inset
10657
10658
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 </row>
10664 <row>
10665 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669
10670 \backslash
10671 underleftarrow
10672 \begin_inset ERT
10673 status collapsed
10674
10675 \begin_layout Plain Layout
10676
10677
10678 \backslash
10679 spce 
10680 \end_layout
10681
10682 \end_inset
10683
10684 A=B
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10694 \end_inset
10695
10696
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 </row>
10702 <row>
10703 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707
10708 \backslash
10709 overleftrightarrow
10710 \begin_inset ERT
10711 status collapsed
10712
10713 \begin_layout Plain Layout
10714
10715
10716 \backslash
10717 spce 
10718 \end_layout
10719
10720 \end_inset
10721
10722 A=B
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Plain Layout
10731 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10732 \end_inset
10733
10734
10735 \end_layout
10736
10737 \end_inset
10738 </cell>
10739 </row>
10740 <row>
10741 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745
10746 \backslash
10747 underleftrightarrow
10748 \begin_inset ERT
10749 status collapsed
10750
10751 \begin_layout Plain Layout
10752
10753
10754 \backslash
10755 spce 
10756 \end_layout
10757
10758 \end_inset
10759
10760 A=B
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10770 \end_inset
10771
10772
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 </row>
10778 </lyxtabular>
10779
10780 \end_inset
10781
10782
10783 \begin_inset space \hfill{}
10784 \end_inset
10785
10786
10787 \begin_inset Tabular
10788 <lyxtabular version="3" rows="5" columns="2">
10789 <features tabularvalignment="middle">
10790 <column alignment="center" valignment="top" width="0pt">
10791 <column alignment="center" valignment="top" width="0pt">
10792 <row>
10793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797 Command
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806 Result
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 </row>
10812 <row>
10813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817
10818 \backslash
10819 overrightarrow
10820 \begin_inset ERT
10821 status collapsed
10822
10823 \begin_layout Plain Layout
10824
10825
10826 \backslash
10827 spce 
10828 \end_layout
10829
10830 \end_inset
10831
10832 A=B
10833 \end_layout
10834
10835 \end_inset
10836 </cell>
10837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10838 \begin_inset Text
10839
10840 \begin_layout Plain Layout
10841 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10842 \end_inset
10843
10844
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 </row>
10850 <row>
10851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10852 \begin_inset Text
10853
10854 \begin_layout Plain Layout
10855
10856 \backslash
10857 underrightarrow
10858 \begin_inset ERT
10859 status collapsed
10860
10861 \begin_layout Plain Layout
10862
10863
10864 \backslash
10865 spce 
10866 \end_layout
10867
10868 \end_inset
10869
10870 A=B
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10880 \end_inset
10881
10882
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 </row>
10888 <row>
10889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893
10894 \backslash
10895 widetilde
10896 \begin_inset ERT
10897 status collapsed
10898
10899 \begin_layout Plain Layout
10900
10901
10902 \backslash
10903 spce 
10904 \end_layout
10905
10906 \end_inset
10907
10908 A=B
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10918 \end_inset
10919
10920
10921 \end_layout
10922
10923 \end_inset
10924 </cell>
10925 </row>
10926 <row>
10927 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931
10932 \backslash
10933 widehat
10934 \begin_inset ERT
10935 status collapsed
10936
10937 \begin_layout Plain Layout
10938
10939
10940 \backslash
10941 spce 
10942 \end_layout
10943
10944 \end_inset
10945
10946 A=B
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10956 \end_inset
10957
10958
10959 \end_layout
10960
10961 \end_inset
10962 </cell>
10963 </row>
10964 </lyxtabular>
10965
10966 \end_inset
10967
10968
10969 \begin_inset space \hfill{}
10970 \end_inset
10971
10972
10973 \end_layout
10974
10975 \begin_layout Standard
10976 \begin_inset VSpace medskip
10977 \end_inset
10978
10979 With these commands as many characters as you like can be accented.
10980  But the accents 
10981 \series bold
10982
10983 \backslash
10984 widetilde
10985 \series default
10986  and 
10987 \series bold
10988
10989 \backslash
10990 widehat
10991 \series default
10992  will only be set in the output with a length of three characters, as shown
10993  in the following example:
10994 \begin_inset Formula \[
10995 \widetilde{A+B=C-D}\]
10996
10997 \end_inset
10998
10999
11000 \end_layout
11001
11002 \begin_layout Standard
11003 With the commands 
11004 \series bold
11005
11006 \backslash
11007 overset
11008 \series default
11009
11010 \begin_inset Index idx
11011 status collapsed
11012
11013 \begin_layout Plain Layout
11014 Commands ! O ! 
11015 \backslash
11016 overset
11017 \end_layout
11018
11019 \end_inset
11020
11021  and 
11022 \series bold
11023
11024 \backslash
11025 underset
11026 \series default
11027
11028 \begin_inset Index idx
11029 status collapsed
11030
11031 \begin_layout Plain Layout
11032 Commands ! U ! 
11033 \backslash
11034 underset
11035 \end_layout
11036
11037 \end_inset
11038
11039  described in the previous subsection it is also possible to accent several
11040  characters.
11041  The command 
11042 \series bold
11043
11044 \backslash
11045 underset
11046 \begin_inset ERT
11047 status collapsed
11048
11049 \begin_layout Plain Layout
11050
11051
11052 \backslash
11053 spce 
11054 \end_layout
11055
11056 \end_inset
11057
11058 A=B
11059 \begin_inset Formula $\downarrow$
11060 \end_inset
11061
11062 ***
11063 \series default
11064  creates:
11065 \begin_inset Formula \[
11066 \underset{***}{A=B}\]
11067
11068 \end_inset
11069
11070
11071 \end_layout
11072
11073 \begin_layout Section
11074 Space
11075 \begin_inset CommandInset label
11076 LatexCommand label
11077 name "sub:Space"
11078
11079 \end_inset
11080
11081
11082 \begin_inset Index idx
11083 status collapsed
11084
11085 \begin_layout Plain Layout
11086 Space ! horizontal
11087 \end_layout
11088
11089 \end_inset
11090
11091
11092 \end_layout
11093
11094 \begin_layout Subsection
11095 Predefined Space
11096 \begin_inset CommandInset label
11097 LatexCommand label
11098 name "sub:Predefined-Space"
11099
11100 \end_inset
11101
11102
11103 \begin_inset Index idx
11104 status collapsed
11105
11106 \begin_layout Plain Layout
11107 Space ! horizontal ! predefined
11108 \end_layout
11109
11110 \end_inset
11111
11112
11113 \end_layout
11114
11115 \begin_layout Standard
11116 Sometimes it is necessary to insert horizontal space to a formula.
11117  This is done by inserting a protected space (shortcut 
11118 \begin_inset Info
11119 type  "shortcut"
11120 arg   "space-insert protected"
11121 \end_inset
11122
11123 ).
11124  A 
11125 \begin_inset Quotes eld
11126 \end_inset
11127
11128
11129 \color blue
11130
11131 \begin_inset ERT
11132 status collapsed
11133
11134 \begin_layout Plain Layout
11135
11136
11137 \backslash
11138 spce 
11139 \end_layout
11140
11141 \end_inset
11142
11143
11144 \color inherit
11145
11146 \begin_inset Quotes erd
11147 \end_inset
11148
11149  appears and by pressing 
11150 \family sans
11151 Space
11152 \family default
11153  several times one can select one of eight different space sizes.
11154  The spaces can also be inserted using the math toolbar button 
11155 \begin_inset Graphics
11156         filename ../images/math/space.png
11157         scale 85
11158
11159 \end_inset
11160
11161  or special commands.
11162  Independent from the inserted command, one can select the size again by
11163  pressing 
11164 \family sans
11165 Space
11166 \family default
11167  afterwards.
11168 \end_layout
11169
11170 \begin_layout Standard
11171 \noindent
11172 \align center
11173 \begin_inset VSpace -5mm
11174 \end_inset
11175
11176
11177 \begin_inset Tabular
11178 <lyxtabular version="3" rows="3" columns="7">
11179 <features tabularvalignment="middle">
11180 <column alignment="center" valignment="middle" width="6.8cm">
11181 <column alignment="center" valignment="top" width="0">
11182 <column alignment="center" valignment="top" width="0">
11183 <column alignment="center" valignment="top" width="0">
11184 <column alignment="center" valignment="top" width="0">
11185 <column alignment="center" valignment="top" width="0">
11186 <column alignment="center" valignment="top" width="0">
11187 <row>
11188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192 Command
11193 \end_layout
11194
11195 \end_inset
11196 </cell>
11197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11198 \begin_inset Text
11199
11200 \begin_layout Plain Layout
11201
11202 \backslash
11203 ,
11204 \end_layout
11205
11206 \end_inset
11207 </cell>
11208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11209 \begin_inset Text
11210
11211 \begin_layout Plain Layout
11212
11213 \backslash
11214 :
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223
11224 \backslash
11225 ;
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234
11235 \backslash
11236 quad
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245
11246 \backslash
11247 qquad
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256
11257 \backslash
11258 !
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 </row>
11264 <row>
11265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269 Number of 
11270 \family sans
11271 Space
11272 \family default
11273  keystrokes after inserting the protected space
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11279 \begin_inset Text
11280
11281 \begin_layout Plain Layout
11282 0
11283 \end_layout
11284
11285 \end_inset
11286 </cell>
11287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11288 \begin_inset Text
11289
11290 \begin_layout Plain Layout
11291 1
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300 2
11301 \end_layout
11302
11303 \end_inset
11304 </cell>
11305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11306 \begin_inset Text
11307
11308 \begin_layout Plain Layout
11309 3
11310 \end_layout
11311
11312 \end_inset
11313 </cell>
11314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11315 \begin_inset Text
11316
11317 \begin_layout Plain Layout
11318 4
11319 \end_layout
11320
11321 \end_inset
11322 </cell>
11323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11324 \begin_inset Text
11325
11326 \begin_layout Plain Layout
11327 5
11328 \end_layout
11329
11330 \end_inset
11331 </cell>
11332 </row>
11333 <row>
11334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11335 \begin_inset Text
11336
11337 \begin_layout Plain Layout
11338 Result
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Plain Layout
11347 \begin_inset Formula $A\, B$
11348 \end_inset
11349
11350
11351 \end_layout
11352
11353 \end_inset
11354 </cell>
11355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11356 \begin_inset Text
11357
11358 \begin_layout Plain Layout
11359 \begin_inset Formula $A\: B$
11360 \end_inset
11361
11362
11363 \end_layout
11364
11365 \end_inset
11366 </cell>
11367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 \begin_inset Formula $A\; B$
11372 \end_inset
11373
11374
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 \begin_inset Formula $A\quad B$
11384 \end_inset
11385
11386
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395 \begin_inset Formula $A\qquad B$
11396 \end_inset
11397
11398
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407 \begin_inset Formula $A\! B$
11408 \end_inset
11409
11410
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 </row>
11416 </lyxtabular>
11417
11418 \end_inset
11419
11420
11421 \end_layout
11422
11423 \begin_layout Standard
11424 The last size seem to produce no space.
11425  It is displayed red in LyX contrary to the other sizes, because it is a
11426  negative space.
11427  There are two more negative spaces:
11428 \end_layout
11429
11430 \begin_layout Standard
11431 \align center
11432 \begin_inset Tabular
11433 <lyxtabular version="3" rows="3" columns="3">
11434 <features tabularvalignment="middle">
11435 <column alignment="center" valignment="middle" width="6.8cm">
11436 <column alignment="center" valignment="top" width="0pt">
11437 <column alignment="center" valignment="top" width="0pt">
11438 <row>
11439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 Command
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11449 \begin_inset Text
11450
11451 \begin_layout Plain Layout
11452
11453 \backslash
11454 negmedspace
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463
11464 \backslash
11465 negthickspace
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 </row>
11471 <row>
11472 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11473 \begin_inset Text
11474
11475 \begin_layout Plain Layout
11476 Number of 
11477 \family sans
11478 Space
11479 \family default
11480  keystrokes after inserting the protected space
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 6
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498 7
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 </row>
11504 <row>
11505 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Plain Layout
11509 Result
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Plain Layout
11518 \begin_inset Formula $A\negmedspace B$
11519 \end_inset
11520
11521
11522 \end_layout
11523
11524 \end_inset
11525 </cell>
11526 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11527 \begin_inset Text
11528
11529 \begin_layout Plain Layout
11530 \begin_inset Formula $A\negthickspace B$
11531 \end_inset
11532
11533
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 </row>
11539 </lyxtabular>
11540
11541 \end_inset
11542
11543
11544 \end_layout
11545
11546 \begin_layout Standard
11547 Negative spaces can lead to characters overlapping each other.
11548  Thus they can be used to enforce ligatures, what is e.
11549 \begin_inset space \thinspace{}
11550 \end_inset
11551
11552 g.
11553 \begin_inset space \space{}
11554 \end_inset
11555
11556 useful for summation operators: 
11557 \end_layout
11558
11559 \begin_layout Standard
11560 \align center
11561 \begin_inset Tabular
11562 <lyxtabular version="3" rows="3" columns="2">
11563 <features tabularvalignment="middle">
11564 <column alignment="center" valignment="top" width="0">
11565 <column alignment="center" valignment="top" width="0">
11566 <row>
11567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571 Command
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11577 \begin_inset Text
11578
11579 \begin_layout Plain Layout
11580 Result
11581 \begin_inset Note Note
11582 status collapsed
11583
11584 \begin_layout Plain Layout
11585
11586 \series bold
11587
11588 \backslash
11589 raisebox
11590 \series default
11591  is only used as spacer.
11592 \end_layout
11593
11594 \end_inset
11595
11596
11597 \end_layout
11598
11599 \end_inset
11600 </cell>
11601 </row>
11602 <row>
11603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607
11608 \backslash
11609 sum
11610 \backslash
11611 sum
11612 \begin_inset ERT
11613 status collapsed
11614
11615 \begin_layout Plain Layout
11616
11617
11618 \backslash
11619 spce 
11620 \end_layout
11621
11622 \end_inset
11623
11624 f_kl
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11630 \begin_inset Text
11631
11632 \begin_layout Plain Layout
11633 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11634 \end_inset
11635
11636
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 </row>
11642 <row>
11643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11644 \begin_inset Text
11645
11646 \begin_layout Plain Layout
11647
11648 \backslash
11649 sum
11650 \backslash
11651 negmedspace
11652 \backslash
11653 sum
11654 \begin_inset ERT
11655 status collapsed
11656
11657 \begin_layout Plain Layout
11658
11659
11660 \backslash
11661 spce 
11662 \end_layout
11663
11664 \end_inset
11665
11666 f_kl
11667 \end_layout
11668
11669 \end_inset
11670 </cell>
11671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11672 \begin_inset Text
11673
11674 \begin_layout Plain Layout
11675 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11676 \end_inset
11677
11678
11679 \end_layout
11680
11681 \end_inset
11682 </cell>
11683 </row>
11684 </lyxtabular>
11685
11686 \end_inset
11687
11688
11689 \end_layout
11690
11691 \begin_layout Standard
11692 Relations like for example equal signs, are always surrounded by space.
11693  To suppress this, the equal sign is placed into a TeX-brace.
11694  The following example demonstrates this:
11695 \end_layout
11696
11697 \begin_layout Standard
11698 \align center
11699 \begin_inset Tabular
11700 <lyxtabular version="3" rows="2" columns="2">
11701 <features tabularvalignment="middle">
11702 <column alignment="center" valignment="top" width="0pt">
11703 <column alignment="center" valignment="top" width="0pt">
11704 <row>
11705 <cell alignment="center" valignment="top" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709 normal equation
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 <cell alignment="center" valignment="top" usebox="none">
11715 \begin_inset Text
11716
11717 \begin_layout Plain Layout
11718 \begin_inset Formula $A=B$
11719 \end_inset
11720
11721
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 </row>
11727 <row>
11728 <cell alignment="center" valignment="top" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Plain Layout
11732 \begin_inset Note Note
11733 status collapsed
11734
11735 \begin_layout Plain Layout
11736
11737 \series bold
11738
11739 \backslash
11740 raisebox
11741 \series default
11742  is only used as spacer.
11743 \end_layout
11744
11745 \end_inset
11746
11747
11748 \begin_inset Formula $\raisebox{5mm}{}$
11749 \end_inset
11750
11751 equation without space
11752 \end_layout
11753
11754 \end_inset
11755 </cell>
11756 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760 \begin_inset Formula $A{=}B$
11761 \end_inset
11762
11763
11764 \end_layout
11765
11766 \end_inset
11767 </cell>
11768 </row>
11769 </lyxtabular>
11770
11771 \end_inset
11772
11773
11774 \end_layout
11775
11776 \begin_layout Standard
11777 \noindent
11778 The command for the last formula is: 
11779 \series bold
11780 A
11781 \backslash
11782 {=
11783 \begin_inset Formula $\to$
11784 \end_inset
11785
11786 B
11787 \end_layout
11788
11789 \begin_layout Standard
11790 \begin_inset VSpace bigskip
11791 \end_inset
11792
11793 Spaces are needed for physical units, because the space between the value
11794  and the unit is the smallest one and not a normal space.
11795  For units in text, the smallest space is inserted via the menu 
11796 \family sans
11797 Insert\SpecialChar \menuseparator
11798 Formatting\SpecialChar \menuseparator
11799 Thin
11800 \begin_inset space ~
11801 \end_inset
11802
11803 Space
11804 \family default
11805  (shortcut 
11806 \begin_inset Info
11807 type  "shortcut"
11808 arg   "space-insert thin"
11809 \end_inset
11810
11811 ).
11812 \end_layout
11813
11814 \begin_layout Standard
11815 An example to visualize the difference:
11816 \end_layout
11817
11818 \begin_layout Standard
11819 \begin_inset Tabular
11820 <lyxtabular version="3" rows="2" columns="2">
11821 <features tabularvalignment="middle">
11822 <column alignment="left" valignment="top" width="0">
11823 <column alignment="left" valignment="top" width="0">
11824 <row>
11825 <cell alignment="center" valignment="top" usebox="none">
11826 \begin_inset Text
11827
11828 \begin_layout Plain Layout
11829 24 kW
11830 \begin_inset Formula $\cdot$
11831 \end_inset
11832
11833 h
11834 \end_layout
11835
11836 \end_inset
11837 </cell>
11838 <cell alignment="center" valignment="top" usebox="none">
11839 \begin_inset Text
11840
11841 \begin_layout Plain Layout
11842 space between value and unit
11843 \end_layout
11844
11845 \end_inset
11846 </cell>
11847 </row>
11848 <row>
11849 <cell alignment="center" valignment="top" usebox="none">
11850 \begin_inset Text
11851
11852 \begin_layout Plain Layout
11853 24
11854 \begin_inset space \thinspace{}
11855 \end_inset
11856
11857 kW
11858 \begin_inset Formula $\cdot$
11859 \end_inset
11860
11861 h
11862 \end_layout
11863
11864 \end_inset
11865 </cell>
11866 <cell alignment="center" valignment="top" usebox="none">
11867 \begin_inset Text
11868
11869 \begin_layout Plain Layout
11870 smallest space between value and unit
11871 \end_layout
11872
11873 \end_inset
11874 </cell>
11875 </row>
11876 </lyxtabular>
11877
11878 \end_inset
11879
11880
11881 \end_layout
11882
11883 \begin_layout Subsection
11884 Variable Space
11885 \begin_inset ERT
11886 status collapsed
11887
11888 \begin_layout Plain Layout
11889
11890
11891 \backslash
11892 texorpdfstring{
11893 \end_layout
11894
11895 \end_inset
11896
11897
11898 \begin_inset Foot
11899 status collapsed
11900
11901 \begin_layout Plain Layout
11902 for vertical space in formulas see 
11903 \begin_inset CommandInset ref
11904 LatexCommand ref
11905 reference "sub:Line-Separation"
11906
11907 \end_inset
11908
11909
11910 \end_layout
11911
11912 \end_inset
11913
11914
11915 \begin_inset ERT
11916 status collapsed
11917
11918 \begin_layout Plain Layout
11919
11920 }{}
11921 \end_layout
11922
11923 \end_inset
11924
11925
11926 \begin_inset Note Note
11927 status collapsed
11928
11929 \begin_layout Plain Layout
11930
11931 \backslash
11932 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11933 \end_layout
11934
11935 \begin_layout Plain Layout
11936 More about 
11937 \backslash
11938 texorpdfstring is in section 
11939 \begin_inset CommandInset ref
11940 LatexCommand ref
11941 reference "sub:Formulas-in-Section"
11942
11943 \end_inset
11944
11945 .
11946 \end_layout
11947
11948 \end_inset
11949
11950
11951 \begin_inset CommandInset label
11952 LatexCommand label
11953 name "sub:Variable-Space"
11954
11955 \end_inset
11956
11957
11958 \begin_inset Index idx
11959 status collapsed
11960
11961 \begin_layout Plain Layout
11962 Space ! horizontal ! variable
11963 \end_layout
11964
11965 \end_inset
11966
11967
11968 \end_layout
11969
11970 \begin_layout Standard
11971 Space with a defined length can be inserted with the command 
11972 \series bold
11973
11974 \backslash
11975 hspace
11976 \series default
11977
11978 \begin_inset Index idx
11979 status collapsed
11980
11981 \begin_layout Plain Layout
11982 Commands ! H ! 
11983 \backslash
11984 hspace
11985 \end_layout
11986
11987 \end_inset
11988
11989 .
11990  Then a long 
11991 \begin_inset Quotes eld
11992 \end_inset
11993
11994
11995 \color blue
11996
11997 \begin_inset ERT
11998 status collapsed
11999
12000 \begin_layout Plain Layout
12001
12002
12003 \backslash
12004 spce 
12005 \end_layout
12006
12007 \end_inset
12008
12009
12010 \color inherit
12011
12012 \begin_inset Quotes erd
12013 \end_inset
12014
12015  appears.
12016  The length can be specified by left-clicking on the 
12017 \begin_inset Quotes eld
12018 \end_inset
12019
12020
12021 \color blue
12022
12023 \begin_inset ERT
12024 status collapsed
12025
12026 \begin_layout Plain Layout
12027
12028
12029 \backslash
12030 spce 
12031 \end_layout
12032
12033 \end_inset
12034
12035
12036 \color inherit
12037
12038 \begin_inset Quotes erd
12039 \end_inset
12040
12041 .
12042  The length may also be negative.
12043  To insert so many space that the formula uses all available space, the
12044  command 
12045 \series bold
12046
12047 \backslash
12048 hfill
12049 \series default
12050
12051 \begin_inset Index idx
12052 status collapsed
12053
12054 \begin_layout Plain Layout
12055 Commands ! H ! 
12056 \backslash
12057 hfill
12058 \end_layout
12059
12060 \end_inset
12061
12062  is used.
12063 \end_layout
12064
12065 \begin_layout Standard
12066 \begin_inset VSpace -1mm
12067 \end_inset
12068
12069
12070 \end_layout
12071
12072 \begin_layout Standard
12073 \align center
12074 \begin_inset Tabular
12075 <lyxtabular version="3" rows="4" columns="2">
12076 <features tabularvalignment="middle">
12077 <column alignment="center" valignment="top" width="0">
12078 <column alignment="center" valignment="top" width="0">
12079 <row>
12080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12081 \begin_inset Text
12082
12083 \begin_layout Plain Layout
12084 Command (
12085 \backslash
12086 hspace length)
12087 \end_layout
12088
12089 \end_inset
12090 </cell>
12091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12092 \begin_inset Text
12093
12094 \begin_layout Plain Layout
12095 Result
12096 \end_layout
12097
12098 \end_inset
12099 </cell>
12100 </row>
12101 <row>
12102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12103 \begin_inset Text
12104
12105 \begin_layout Plain Layout
12106 A=B
12107 \backslash
12108 hspace
12109 \begin_inset ERT
12110 status collapsed
12111
12112 \begin_layout Plain Layout
12113
12114
12115 \backslash
12116 spce 
12117 \end_layout
12118
12119 \end_inset
12120
12121
12122 \begin_inset Formula $\to$
12123 \end_inset
12124
12125 A
12126 \backslash
12127 not=C (3
12128 \begin_inset space \thinspace{}
12129 \end_inset
12130
12131 cm)
12132 \end_layout
12133
12134 \end_inset
12135 </cell>
12136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12137 \begin_inset Text
12138
12139 \begin_layout Plain Layout
12140 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12141 \end_inset
12142
12143
12144 \end_layout
12145
12146 \end_inset
12147 </cell>
12148 </row>
12149 <row>
12150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12151 \begin_inset Text
12152
12153 \begin_layout Plain Layout
12154 A
12155 \backslash
12156 hspace
12157 \begin_inset ERT
12158 status collapsed
12159
12160 \begin_layout Plain Layout
12161
12162
12163 \backslash
12164 spce 
12165 \end_layout
12166
12167 \end_inset
12168
12169
12170 \begin_inset Formula $\to$
12171 \end_inset
12172
12173 A
12174 \backslash
12175 not=A (-1
12176 \begin_inset space \thinspace{}
12177 \end_inset
12178
12179 mm)
12180 \end_layout
12181
12182 \end_inset
12183 </cell>
12184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12185 \begin_inset Text
12186
12187 \begin_layout Plain Layout
12188 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12189 \end_inset
12190
12191
12192 \end_layout
12193
12194 \end_inset
12195 </cell>
12196 </row>
12197 <row>
12198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12199 \begin_inset Text
12200
12201 \begin_layout Plain Layout
12202 A=A
12203 \backslash
12204 hfill
12205 \begin_inset ERT
12206 status collapsed
12207
12208 \begin_layout Plain Layout
12209
12210
12211 \backslash
12212 spce 
12213 \end_layout
12214
12215 \end_inset
12216
12217 B=B
12218 \end_layout
12219
12220 \end_inset
12221 </cell>
12222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12223 \begin_inset Text
12224
12225 \begin_layout Plain Layout
12226 \begin_inset Formula $A=A\hfill B=B$
12227 \end_inset
12228
12229
12230 \end_layout
12231
12232 \end_inset
12233 </cell>
12234 </row>
12235 </lyxtabular>
12236
12237 \end_inset
12238
12239
12240 \end_layout
12241
12242 \begin_layout Standard
12243 In the last example the available space is given by the longest column entry
12244  of the table.
12245  In an inline formula the space depends on the length of the line in which
12246  
12247 \series bold
12248
12249 \backslash
12250 hfill
12251 \series default
12252  is inserted.
12253  Thus, when the line uses the full width, no space will be created.
12254  
12255 \series bold
12256
12257 \backslash
12258 hfill
12259 \series default
12260  only has an effect on displayed formulas when the formula style 
12261 \series bold
12262 Indented
12263 \series default
12264  is used.
12265  (Formula styles are explained in 
12266 \begin_inset CommandInset ref
12267 LatexCommand ref
12268 reference "sec:Formula-Styles"
12269
12270 \end_inset
12271
12272 .)
12273 \end_layout
12274
12275 \begin_layout Standard
12276 Besides 
12277 \series bold
12278
12279 \backslash
12280 hfill
12281 \series default
12282 , there are the commands 
12283 \series bold
12284
12285 \backslash
12286 dotfill
12287 \series default
12288  and 
12289 \series bold
12290
12291 \backslash
12292 hrulefill
12293 \series default
12294  that fill the space with a pattern, see 
12295 \begin_inset CommandInset ref
12296 LatexCommand ref
12297 reference "sub:Ellipses"
12298
12299 \end_inset
12300
12301  for an example.
12302 \end_layout
12303
12304 \begin_layout Standard
12305 For text, variable space can be inserted via the menu 
12306 \family sans
12307 Insert\SpecialChar \menuseparator
12308 Formatting\SpecialChar \menuseparator
12309 Horizontal
12310 \begin_inset space ~
12311 \end_inset
12312
12313 Space
12314 \family default
12315 :
12316 \end_layout
12317
12318 \begin_layout Standard
12319 This is a line with
12320 \begin_inset space \hspace{}
12321 \length 2cm
12322 \end_inset
12323
12324 2
12325 \begin_inset space \thinspace{}
12326 \end_inset
12327
12328 cm space.
12329 \end_layout
12330
12331 \begin_layout Standard
12332 This is a line with
12333 \begin_inset space \hfill{}
12334 \end_inset
12335
12336 maximum space.
12337 \end_layout
12338
12339 \begin_layout Subsection
12340 Space besides inline Formulas
12341 \begin_inset Index idx
12342 status collapsed
12343
12344 \begin_layout Plain Layout
12345 Space ! besides inline formulas
12346 \end_layout
12347
12348 \end_inset
12349
12350
12351 \end_layout
12352
12353 \begin_layout Standard
12354 The space that surrounds inline formulas can be adjusted with the length
12355  
12356 \series bold
12357
12358 \backslash
12359 mathsurround
12360 \series default
12361
12362 \begin_inset Index idx
12363 status collapsed
12364
12365 \begin_layout Plain Layout
12366 Commands ! M ! 
12367 \backslash
12368 mathsurround
12369 \end_layout
12370
12371 \end_inset
12372
12373 .
12374  The value of a length is set with the command 
12375 \series bold
12376
12377 \backslash
12378 setlength
12379 \series default
12380
12381 \begin_inset Index idx
12382 status collapsed
12383
12384 \begin_layout Plain Layout
12385 Commands ! S ! 
12386 \backslash
12387 setlength
12388 \end_layout
12389
12390 \end_inset
12391
12392  that has the following scheme:
12393 \end_layout
12394
12395 \begin_layout Standard
12396
12397 \series bold
12398
12399 \backslash
12400 setlength{length name}{value}
12401 \end_layout
12402
12403 \begin_layout Standard
12404 To set 
12405 \series bold
12406
12407 \backslash
12408 mathsurround
12409 \series default
12410  to the value 5
12411 \begin_inset space \thinspace{}
12412 \end_inset
12413
12414 mm, the command
12415 \end_layout
12416
12417 \begin_layout Standard
12418
12419 \series bold
12420
12421 \backslash
12422 setlength{
12423 \backslash
12424 mathsurround}{5mm}
12425 \end_layout
12426
12427 \begin_layout Standard
12428 is inserted in TeX-mode.
12429  5
12430 \begin_inset space \thinspace{}
12431 \end_inset
12432
12433 mm space will now be set around all inline formulas:
12434 \begin_inset ERT
12435 status collapsed
12436
12437 \begin_layout Plain Layout
12438
12439
12440 \backslash
12441 setlength{
12442 \backslash
12443 mathsurround}{5mm}
12444 \end_layout
12445
12446 \end_inset
12447
12448
12449 \end_layout
12450
12451 \begin_layout Standard
12452 This is a line with an inline formula 
12453 \begin_inset Formula $A=B$
12454 \end_inset
12455
12456  with 5
12457 \begin_inset space \thinspace{}
12458 \end_inset
12459
12460 mm surrounding space.
12461 \begin_inset ERT
12462 status collapsed
12463
12464 \begin_layout Plain Layout
12465
12466
12467 \backslash
12468 setlength{
12469 \backslash
12470 mathsurround}{0pt}
12471 \end_layout
12472
12473 \end_inset
12474
12475
12476 \end_layout
12477
12478 \begin_layout Standard
12479 To return to the predefined value, 
12480 \series bold
12481
12482 \backslash
12483 mathsurround
12484 \series default
12485  is set to the value 0
12486 \begin_inset space \thinspace{}
12487 \end_inset
12488
12489 pt.
12490 \end_layout
12491
12492 \begin_layout Section
12493 Boxes and Frames
12494 \begin_inset Index idx
12495 status collapsed
12496
12497 \begin_layout Plain Layout
12498 Boxes
12499 \end_layout
12500
12501 \end_inset
12502
12503
12504 \begin_inset Index idx
12505 status collapsed
12506
12507 \begin_layout Plain Layout
12508 Frames | see
12509 \begin_inset ERT
12510 status collapsed
12511
12512 \begin_layout Plain Layout
12513
12514 {
12515 \end_layout
12516
12517 \end_inset
12518
12519 Boxes
12520 \begin_inset ERT
12521 status collapsed
12522
12523 \begin_layout Plain Layout
12524
12525 }
12526 \end_layout
12527
12528 \end_inset
12529
12530
12531 \end_layout
12532
12533 \end_inset
12534
12535
12536 \end_layout
12537
12538 \begin_layout Standard
12539 Boxes for text are described in chapter 
12540 \family typewriter
12541 Boxes
12542 \family default
12543  in the 
12544 \family typewriter
12545 Embedded
12546 \begin_inset space ~
12547 \end_inset
12548
12549 Objects
12550 \family default
12551  manual.
12552 \end_layout
12553
12554 \begin_layout Subsection
12555 Boxes with Frame
12556 \begin_inset CommandInset label
12557 LatexCommand label
12558 name "sub:Boxes-with-Frame"
12559
12560 \end_inset
12561
12562
12563 \begin_inset Index idx
12564 status collapsed
12565
12566 \begin_layout Plain Layout
12567 Boxes ! with frame
12568 \end_layout
12569
12570 \end_inset
12571
12572
12573 \end_layout
12574
12575 \begin_layout Standard
12576 It is possible to frame formulas or parts of it with the commands 
12577 \series bold
12578
12579 \backslash
12580 fbox
12581 \series default
12582
12583 \begin_inset Index idx
12584 status collapsed
12585
12586 \begin_layout Plain Layout
12587 Commands ! F ! 
12588 \backslash
12589 fbox
12590 \end_layout
12591
12592 \end_inset
12593
12594  and 
12595 \series bold
12596
12597 \backslash
12598 boxed
12599 \series default
12600
12601 \begin_inset Index idx
12602 status collapsed
12603
12604 \begin_layout Plain Layout
12605 Commands ! B ! 
12606 \backslash
12607 boxed
12608 \end_layout
12609
12610 \end_inset
12611
12612 .
12613 \end_layout
12614
12615 \begin_layout Standard
12616 When one of these commands is inserted to a formula, a blue box appears
12617  within a frame to enter formula parts.
12618  For 
12619 \series bold
12620
12621 \backslash
12622 fbox
12623 \series default
12624  an additional formula has to be created by 
12625 \family sans
12626 Ctrl+M
12627 \family default
12628  within this box, because the box content will otherwise be treated as mathemati
12629 cal text.
12630  When 
12631 \series bold
12632
12633 \backslash
12634 boxed
12635 \series default
12636  is used, a new formula is automatically created inside the frame.
12637 \end_layout
12638
12639 \begin_layout Standard
12640 The command 
12641 \series bold
12642
12643 \backslash
12644 fbox
12645 \series default
12646  is not suitable to frame displayed formulas because the formula will always
12647  be set in the size of the text.
12648  
12649 \series bold
12650
12651 \backslash
12652 boxed
12653 \series default
12654  is in contrary not suitable to frame inline formulas, because the formula
12655  will always be set in the size of a displayed formula.
12656 \end_layout
12657
12658 \begin_layout Standard
12659 As extension to 
12660 \series bold
12661
12662 \backslash
12663 fbox
12664 \series default
12665  there is the command 
12666 \series bold
12667
12668 \backslash
12669 framebox
12670 \series default
12671
12672 \begin_inset Index idx
12673 status collapsed
12674
12675 \begin_layout Plain Layout
12676 Commands ! F ! 
12677 \backslash
12678 framebox
12679 \end_layout
12680
12681 \end_inset
12682
12683  where additionally the frame width and the alignment can be specified.
12684  
12685 \series bold
12686
12687 \backslash
12688 framebox
12689 \series default
12690  is used in the following scheme:
12691 \end_layout
12692
12693 \begin_layout Standard
12694
12695 \series bold
12696
12697 \backslash
12698 framebox[frame width][position]{box content}
12699 \end_layout
12700
12701 \begin_layout Standard
12702 The position can either be 
12703 \emph on
12704 l
12705 \emph default
12706  or 
12707 \emph on
12708 r
12709 \emph default
12710 .
12711  
12712 \emph on
12713 l
12714 \emph default
12715  left aligns, 
12716 \emph on
12717 r
12718 \emph default
12719  right aligns the formula in the box.
12720  When no position is given, the formula will be centered.
12721 \begin_inset Newline newline
12722 \end_inset
12723
12724 Is no width given, also no position can be given.
12725  In this case the frame width is adjusted to the box content like for 
12726 \series bold
12727
12728 \backslash
12729 fbox
12730 \series default
12731 .
12732 \end_layout
12733
12734 \begin_layout Standard
12735 When the command 
12736 \series bold
12737
12738 \backslash
12739 framebox
12740 \series default
12741  is inserted, a box appears containing three blue boxes.
12742  The first two boxes are surrounded by brackets and denote the two optional
12743  arguments.
12744  The third box is for formula parts like for 
12745 \series bold
12746
12747 \backslash
12748 fbox
12749 \series default
12750 .
12751 \end_layout
12752
12753 \begin_layout Standard
12754 \align center
12755 \begin_inset Tabular
12756 <lyxtabular version="3" rows="5" columns="2">
12757 <features tabularvalignment="middle">
12758 <column alignment="center" valignment="top" width="0">
12759 <column alignment="center" valignment="top" width="0">
12760 <row>
12761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12762 \begin_inset Text
12763
12764 \begin_layout Plain Layout
12765 Command
12766 \end_layout
12767
12768 \end_inset
12769 </cell>
12770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12771 \begin_inset Text
12772
12773 \begin_layout Plain Layout
12774 Result
12775 \begin_inset Note Note
12776 status collapsed
12777
12778 \begin_layout Plain Layout
12779
12780 \series bold
12781
12782 \backslash
12783 raisebox
12784 \series default
12785  is only used as spacer.
12786 \end_layout
12787
12788 \end_inset
12789
12790
12791 \end_layout
12792
12793 \end_inset
12794 </cell>
12795 </row>
12796 <row>
12797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12798 \begin_inset Text
12799
12800 \begin_layout Plain Layout
12801
12802 \backslash
12803 fbox
12804 \begin_inset ERT
12805 status collapsed
12806
12807 \begin_layout Plain Layout
12808
12809
12810 \backslash
12811 spce 
12812 \end_layout
12813
12814 \end_inset
12815
12816
12817 \family sans
12818 Ctrl+M
12819 \family default
12820  
12821 \backslash
12822 int
12823 \begin_inset ERT
12824 status collapsed
12825
12826 \begin_layout Plain Layout
12827
12828
12829 \backslash
12830 spce 
12831 \end_layout
12832
12833 \end_inset
12834
12835 A=B
12836 \end_layout
12837
12838 \end_inset
12839 </cell>
12840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12841 \begin_inset Text
12842
12843 \begin_layout Plain Layout
12844 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12845 \end_inset
12846
12847
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 </row>
12853 <row>
12854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12855 \begin_inset Text
12856
12857 \begin_layout Plain Layout
12858
12859 \backslash
12860 boxed
12861 \begin_inset ERT
12862 status collapsed
12863
12864 \begin_layout Plain Layout
12865
12866
12867 \backslash
12868 spce 
12869 \end_layout
12870
12871 \end_inset
12872
12873
12874 \backslash
12875 int
12876 \begin_inset ERT
12877 status collapsed
12878
12879 \begin_layout Plain Layout
12880
12881
12882 \backslash
12883 spce 
12884 \end_layout
12885
12886 \end_inset
12887
12888 A=B
12889 \end_layout
12890
12891 \end_inset
12892 </cell>
12893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Plain Layout
12897 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12898 \end_inset
12899
12900
12901 \end_layout
12902
12903 \end_inset
12904 </cell>
12905 </row>
12906 <row>
12907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12908 \begin_inset Text
12909
12910 \begin_layout Plain Layout
12911 A+
12912 \backslash
12913 fbox
12914 \begin_inset ERT
12915 status collapsed
12916
12917 \begin_layout Plain Layout
12918
12919
12920 \backslash
12921 spce 
12922 \end_layout
12923
12924 \end_inset
12925
12926 B
12927 \end_layout
12928
12929 \end_inset
12930 </cell>
12931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12936 \end_inset
12937
12938
12939 \end_layout
12940
12941 \end_inset
12942 </cell>
12943 </row>
12944 <row>
12945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949
12950 \backslash
12951 framebox
12952 \begin_inset ERT
12953 status collapsed
12954
12955 \begin_layout Plain Layout
12956
12957
12958 \backslash
12959 spce 
12960 \end_layout
12961
12962 \end_inset
12963
12964 20mm
12965 \begin_inset Formula $\to$
12966 \end_inset
12967
12968
12969 \begin_inset Formula $\to$
12970 \end_inset
12971
12972
12973 \family sans
12974 Ctrl+M
12975 \family default
12976  
12977 \backslash
12978 frac
12979 \begin_inset ERT
12980 status collapsed
12981
12982 \begin_layout Plain Layout
12983
12984
12985 \backslash
12986 spce 
12987 \end_layout
12988
12989 \end_inset
12990
12991 A
12992 \begin_inset Formula $\downarrow$
12993 \end_inset
12994
12995 B
12996 \end_layout
12997
12998 \end_inset
12999 </cell>
13000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13001 \begin_inset Text
13002
13003 \begin_layout Plain Layout
13004 \begin_inset Formula $\raisebox{6mm}{}$
13005 \end_inset
13006
13007
13008 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13009 \end_inset
13010
13011
13012 \begin_inset Formula $\raisebox{-4mm}{}$
13013 \end_inset
13014
13015
13016 \end_layout
13017
13018 \end_inset
13019 </cell>
13020 </row>
13021 </lyxtabular>
13022
13023 \end_inset
13024
13025
13026 \end_layout
13027
13028 \begin_layout Standard
13029 The frame thickness can also be adjusted.
13030  To do this the following commands have to be inserted in TeX-mode before
13031  the formula
13032 \end_layout
13033
13034 \begin_layout Standard
13035
13036 \series bold
13037
13038 \backslash
13039 fboxrule
13040 \series default
13041  
13042 \series bold
13043
13044 \begin_inset Quotes eld
13045 \end_inset
13046
13047 thickness
13048 \begin_inset Quotes erd
13049 \end_inset
13050
13051
13052 \series default
13053  
13054 \series bold
13055
13056 \backslash
13057 fboxsep
13058 \series default
13059  
13060 \series bold
13061
13062 \begin_inset Quotes eld
13063 \end_inset
13064
13065 distance
13066 \begin_inset Quotes erd
13067 \end_inset
13068
13069
13070 \end_layout
13071
13072 \begin_layout Standard
13073 \begin_inset Quotes eld
13074 \end_inset
13075
13076 distance
13077 \begin_inset Quotes erd
13078 \end_inset
13079
13080  specifies the minimal distance between the frame and the first character
13081  in the box.
13082  An example for this is the following framed formula:
13083 \begin_inset ERT
13084 status collapsed
13085
13086 \begin_layout Plain Layout
13087
13088
13089 \backslash
13090 fboxrule 2mm 
13091 \backslash
13092 fboxsep 3mm
13093 \end_layout
13094
13095 \end_inset
13096
13097
13098 \begin_inset Formula \[
13099 \boxed{A+B=C}\]
13100
13101 \end_inset
13102
13103 Before this formula the commands
13104 \end_layout
13105
13106 \begin_layout Standard
13107
13108 \series bold
13109
13110 \backslash
13111 fboxrule
13112 \series default
13113  
13114 \series bold
13115 2mm
13116 \series default
13117  
13118 \series bold
13119
13120 \backslash
13121 fboxsep
13122 \series default
13123  
13124 \series bold
13125 3mm
13126 \end_layout
13127
13128 \begin_layout Standard
13129 were inserted in TeX-mode.
13130  The given values are used for all following boxes.
13131 \end_layout
13132
13133 \begin_layout Standard
13134 To return to the standard frame size, the command
13135 \end_layout
13136
13137 \begin_layout Standard
13138
13139 \series bold
13140
13141 \backslash
13142 fboxrule
13143 \series default
13144  
13145 \series bold
13146 0.4pt
13147 \series default
13148  
13149 \series bold
13150
13151 \backslash
13152 fboxsep
13153 \series default
13154  
13155 \series bold
13156 3pt
13157 \series default
13158
13159 \begin_inset ERT
13160 status collapsed
13161
13162 \begin_layout Plain Layout
13163
13164
13165 \backslash
13166 fboxrule 0.4pt 
13167 \backslash
13168 fboxsep 3pt
13169 \end_layout
13170
13171 \end_inset
13172
13173
13174 \end_layout
13175
13176 \begin_layout Standard
13177 is inserted in TeX-mode before the next formula.
13178 \end_layout
13179
13180 \begin_layout Subsection
13181 Boxes without Frame
13182 \begin_inset CommandInset label
13183 LatexCommand label
13184 name "sub:Boxes-without-Frame"
13185
13186 \end_inset
13187
13188
13189 \begin_inset Index idx
13190 status collapsed
13191
13192 \begin_layout Plain Layout
13193 Boxes ! without frame
13194 \end_layout
13195
13196 \end_inset
13197
13198
13199 \end_layout
13200
13201 \begin_layout Standard
13202 For boxes without a frame there are the following box commands: 
13203 \series bold
13204
13205 \backslash
13206 mbox
13207 \series default
13208
13209 \begin_inset Index idx
13210 status collapsed
13211
13212 \begin_layout Plain Layout
13213 Commands ! M ! 
13214 \backslash
13215 mbox
13216 \end_layout
13217
13218 \end_inset
13219
13220
13221 \series bold
13222
13223 \backslash
13224 makebox
13225 \series default
13226
13227 \begin_inset Index idx
13228 status collapsed
13229
13230 \begin_layout Plain Layout
13231 Commands ! M ! 
13232 \backslash
13233 makebox
13234 \end_layout
13235
13236 \end_inset
13237
13238  and 
13239 \series bold
13240
13241 \backslash
13242 raisebox
13243 \series default
13244
13245 \begin_inset Index idx
13246 status collapsed
13247
13248 \begin_layout Plain Layout
13249 Commands ! R ! 
13250 \backslash
13251 raisebox
13252 \end_layout
13253
13254 \end_inset
13255
13256
13257 \end_layout
13258
13259 \begin_layout Standard
13260 With 
13261 \series bold
13262
13263 \backslash
13264 raisebox
13265 \series default
13266  a box can be super- or subscripted.
13267  But in contrary to normal super- and subscripting, the characters in the
13268  box keep their font size.
13269  
13270 \series bold
13271
13272 \backslash
13273 raisebox
13274 \series default
13275  is used in the following scheme:
13276 \end_layout
13277
13278 \begin_layout Standard
13279
13280 \series bold
13281
13282 \backslash
13283 raisebox{height}{box content}
13284 \end_layout
13285
13286 \begin_layout Standard
13287 When the box should contain a formula, an extra formula is needed like for
13288  
13289 \series bold
13290
13291 \backslash
13292 fbox
13293 \series default
13294 .
13295  
13296 \series medium
13297
13298 \begin_inset Note Greyedout
13299 status open
13300
13301 \begin_layout Plain Layout
13302
13303 \series bold
13304 Note:
13305 \series default
13306  For 
13307 \series bold
13308
13309 \backslash
13310 raisebox
13311 \series default
13312  this extra formula is created by pressing 
13313 \family sans
13314 Ctrl+M
13315 \family default
13316  twice instead of once because LyX doesn't yet support 
13317 \series bold
13318
13319 \backslash
13320 raisebox
13321 \series default
13322  directly.
13323 \end_layout
13324
13325 \end_inset
13326
13327
13328 \end_layout
13329
13330 \begin_layout Standard
13331 \align center
13332 \begin_inset Tabular
13333 <lyxtabular version="3" rows="4" columns="2">
13334 <features tabularvalignment="middle">
13335 <column alignment="center" valignment="top" width="0">
13336 <column alignment="center" valignment="top" width="0">
13337 <row>
13338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13339 \begin_inset Text
13340
13341 \begin_layout Plain Layout
13342 Command
13343 \end_layout
13344
13345 \end_inset
13346 </cell>
13347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13348 \begin_inset Text
13349
13350 \begin_layout Plain Layout
13351 Result
13352 \end_layout
13353
13354 \end_inset
13355 </cell>
13356 </row>
13357 <row>
13358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13359 \begin_inset Text
13360
13361 \begin_layout Plain Layout
13362 H
13363 \backslash
13364 raisebox{2mm
13365 \begin_inset Formula $\to$
13366 \end_inset
13367
13368
13369 \backslash
13370 {al
13371 \begin_inset Formula $\to$
13372 \end_inset
13373
13374  lo
13375 \end_layout
13376
13377 \end_inset
13378 </cell>
13379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13380 \begin_inset Text
13381
13382 \begin_layout Plain Layout
13383 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13384 \end_inset
13385
13386
13387 \end_layout
13388
13389 \end_inset
13390 </cell>
13391 </row>
13392 <row>
13393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13394 \begin_inset Text
13395
13396 \begin_layout Plain Layout
13397 H
13398 \backslash
13399 raisebox{-2mm
13400 \begin_inset Formula $\to$
13401 \end_inset
13402
13403
13404 \backslash
13405 {al
13406 \begin_inset Formula $\to$
13407 \end_inset
13408
13409 lo
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13415 \begin_inset Text
13416
13417 \begin_layout Plain Layout
13418 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13419 \end_inset
13420
13421
13422 \end_layout
13423
13424 \end_inset
13425 </cell>
13426 </row>
13427 <row>
13428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13429 \begin_inset Text
13430
13431 \begin_layout Plain Layout
13432 A=
13433 \backslash
13434 raisebox{-2mm
13435 \begin_inset Formula $\to$
13436 \end_inset
13437
13438
13439 \backslash
13440 {
13441 \family sans
13442 Ctrl+M
13443 \family default
13444  
13445 \family sans
13446 Ctrl+M
13447 \family default
13448  
13449 \backslash
13450 sqrt
13451 \begin_inset ERT
13452 status collapsed
13453
13454 \begin_layout Plain Layout
13455
13456
13457 \backslash
13458 spce 
13459 \end_layout
13460
13461 \end_inset
13462
13463
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13469 \begin_inset Text
13470
13471 \begin_layout Plain Layout
13472 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13473 \end_inset
13474
13475
13476 \end_layout
13477
13478 \end_inset
13479 </cell>
13480 </row>
13481 </lyxtabular>
13482
13483 \end_inset
13484
13485
13486 \end_layout
13487
13488 \begin_layout Standard
13489 The command 
13490 \series bold
13491
13492 \backslash
13493 mbox
13494 \series default
13495  is equivalent to 
13496 \series bold
13497
13498 \backslash
13499 fbox
13500 \series default
13501  and 
13502 \series bold
13503
13504 \backslash
13505 makebox
13506 \series default
13507  is equivalent to 
13508 \series bold
13509
13510 \backslash
13511 framebox
13512 \series default
13513 , with the difference that there is no frame.
13514 \end_layout
13515
13516 \begin_layout Subsection
13517 Colored Boxes
13518 \begin_inset CommandInset label
13519 LatexCommand label
13520 name "sub:Colored-Boxes"
13521
13522 \end_inset
13523
13524
13525 \begin_inset Index idx
13526 status collapsed
13527
13528 \begin_layout Plain Layout
13529 Boxes ! colored
13530 \end_layout
13531
13532 \end_inset
13533
13534
13535 \end_layout
13536
13537 \begin_layout Standard
13538 To be able to use all commands explained in this section, the LaTeX-package
13539  
13540 \series bold
13541 color
13542 \series default
13543
13544 \begin_inset Foot
13545 status collapsed
13546
13547 \begin_layout Plain Layout
13548 The LaTeX-package 
13549 \series bold
13550 color
13551 \series default
13552  is part of every LaTeX standard installation.
13553 \end_layout
13554
13555 \end_inset
13556
13557
13558 \begin_inset Index idx
13559 status collapsed
13560
13561 \begin_layout Plain Layout
13562 Packages ! color
13563 \end_layout
13564
13565 \end_inset
13566
13567  has to be loaded in the LaTeX-preamble with the line
13568 \begin_inset Foot
13569 status collapsed
13570
13571 \begin_layout Plain Layout
13572 When text is colored somewhere in the document with a predefined color,
13573  LyX loads the LaTeX-package 
13574 \series bold
13575 color
13576 \series default
13577  automatically.
13578  Thus it is possible that the package is loaded twice, but this doesn't
13579  arise problems.
13580 \end_layout
13581
13582 \end_inset
13583
13584
13585 \begin_inset Note Note
13586 status collapsed
13587
13588 \begin_layout Plain Layout
13589 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13590 amble.
13591 \end_layout
13592
13593 \end_inset
13594
13595
13596 \end_layout
13597
13598 \begin_layout Standard
13599
13600 \series bold
13601
13602 \backslash
13603 usepackage{color}
13604 \end_layout
13605
13606 \begin_layout Standard
13607 \begin_inset VSpace medskip
13608 \end_inset
13609
13610 To color boxes, the command 
13611 \series bold
13612
13613 \backslash
13614 colorbox
13615 \series default
13616
13617 \begin_inset Index idx
13618 status collapsed
13619
13620 \begin_layout Plain Layout
13621 Commands ! C ! 
13622 \backslash
13623 colorbox
13624 \end_layout
13625
13626 \end_inset
13627
13628  is used in the following scheme:
13629 \end_layout
13630
13631 \begin_layout Standard
13632
13633 \series bold
13634
13635 \backslash
13636 colorbox{color}{box content}
13637 \end_layout
13638
13639 \begin_layout Standard
13640 The box content can also be a box and a 
13641 \series bold
13642
13643 \backslash
13644 colorbox
13645 \series default
13646  can also be part of another box (see the 2nd and 3rd example).
13647  When the box should contain a formula, an extra formula has to be created,
13648  the same way as for 
13649 \series bold
13650
13651 \backslash
13652 raisebox
13653 \series default
13654 .
13655 \begin_inset Foot
13656 status collapsed
13657
13658 \begin_layout Plain Layout
13659 This also applies for the command 
13660 \series bold
13661
13662 \backslash
13663 fcolorbox
13664 \series default
13665 .
13666 \end_layout
13667
13668 \end_inset
13669
13670
13671 \end_layout
13672
13673 \begin_layout Standard
13674 One of the following predefined colors can be chosen:
13675 \end_layout
13676
13677 \begin_layout Standard
13678
13679 \series bold
13680 black
13681 \series default
13682
13683 \series bold
13684 blue
13685 \series default
13686
13687 \series bold
13688 cyan
13689 \series default
13690
13691 \series bold
13692 green
13693 \series default
13694
13695 \series bold
13696 magenta
13697 \series default
13698
13699 \series bold
13700 red
13701 \series default
13702
13703 \series bold
13704 white
13705 \series default
13706  and 
13707 \series bold
13708 yellow
13709 \end_layout
13710
13711 \begin_layout Standard
13712 \align center
13713 \begin_inset Tabular
13714 <lyxtabular version="3" rows="4" columns="2">
13715 <features tabularvalignment="middle">
13716 <column alignment="center" valignment="top" width="0">
13717 <column alignment="center" valignment="top" width="0">
13718 <row>
13719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13720 \begin_inset Text
13721
13722 \begin_layout Plain Layout
13723 Command
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732 Result
13733 \begin_inset Note Note
13734 status collapsed
13735
13736 \begin_layout Plain Layout
13737
13738 \series bold
13739
13740 \backslash
13741 raisebox
13742 \series default
13743  is only used as spacer.
13744 \end_layout
13745
13746 \end_inset
13747
13748
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 </row>
13754 <row>
13755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13756 \begin_inset Text
13757
13758 \begin_layout Plain Layout
13759
13760 \backslash
13761 colorbox{yellow
13762 \begin_inset Formula $\to$
13763 \end_inset
13764
13765
13766 \backslash
13767 {A=B
13768 \end_layout
13769
13770 \end_inset
13771 </cell>
13772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13773 \begin_inset Text
13774
13775 \begin_layout Plain Layout
13776 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13777 \end_inset
13778
13779
13780 \end_layout
13781
13782 \end_inset
13783 </cell>
13784 </row>
13785 <row>
13786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13787 \begin_inset Text
13788
13789 \begin_layout Plain Layout
13790
13791 \backslash
13792 colorbox{green
13793 \begin_inset Formula $\to$
13794 \end_inset
13795
13796
13797 \backslash
13798 {
13799 \backslash
13800 fbox
13801 \begin_inset ERT
13802 status collapsed
13803
13804 \begin_layout Plain Layout
13805
13806
13807 \backslash
13808 spce 
13809 \end_layout
13810
13811 \end_inset
13812
13813 A=B
13814 \end_layout
13815
13816 \end_inset
13817 </cell>
13818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13819 \begin_inset Text
13820
13821 \begin_layout Plain Layout
13822 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13823 \end_inset
13824
13825
13826 \end_layout
13827
13828 \end_inset
13829 </cell>
13830 </row>
13831 <row>
13832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13833 \begin_inset Text
13834
13835 \begin_layout Plain Layout
13836
13837 \backslash
13838 fbox
13839 \begin_inset ERT
13840 status collapsed
13841
13842 \begin_layout Plain Layout
13843
13844
13845 \backslash
13846 spce 
13847 \end_layout
13848
13849 \end_inset
13850
13851
13852 \backslash
13853 colorbox{green
13854 \begin_inset Formula $\to$
13855 \end_inset
13856
13857
13858 \backslash
13859 {
13860 \family sans
13861 Ctrl+M
13862 \family default
13863  
13864 \family sans
13865 Ctrl+M
13866 \family default
13867  
13868 \backslash
13869 int
13870 \begin_inset ERT
13871 status collapsed
13872
13873 \begin_layout Plain Layout
13874
13875
13876 \backslash
13877 spce 
13878 \end_layout
13879
13880 \end_inset
13881
13882 C=D
13883 \end_layout
13884
13885 \end_inset
13886 </cell>
13887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13888 \begin_inset Text
13889
13890 \begin_layout Plain Layout
13891 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13892 \end_inset
13893
13894
13895 \end_layout
13896
13897 \end_inset
13898 </cell>
13899 </row>
13900 </lyxtabular>
13901
13902 \end_inset
13903
13904
13905 \end_layout
13906
13907 \begin_layout Standard
13908
13909 \series bold
13910
13911 \backslash
13912 colorbox
13913 \series default
13914  only colors the box but not the characters in the box.
13915  To color all characters, the whole formula is highlighted and the wanted
13916  color is chosen in the 
13917 \family sans
13918 Text
13919 \begin_inset space ~
13920 \end_inset
13921
13922 Style
13923 \family default
13924  dialog.
13925  The dialog can be called with the toolbar button 
13926 \begin_inset Graphics
13927         filename ../images/dialog-show_character.png
13928         scale 85
13929
13930 \end_inset
13931
13932  or the menu 
13933 \family sans
13934 Edit\SpecialChar \menuseparator
13935 Text
13936 \begin_inset space ~
13937 \end_inset
13938
13939 Style\SpecialChar \menuseparator
13940 Customized
13941 \family default
13942 .
13943  The formula number has then the same color as the formula.
13944  When the formula number should get another color than the formula characters,
13945  the color must be changed within the formula.
13946 \end_layout
13947
13948 \begin_layout Standard
13949 An example:
13950 \end_layout
13951
13952 \begin_layout Standard
13953
13954 \color red
13955 \begin_inset Formula \begin{equation}
13956 \int A=B\label{eq:red}\end{equation}
13957
13958 \end_inset
13959
13960
13961 \color green
13962
13963 \begin_inset Formula \begin{equation}
13964 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13965
13966 \end_inset
13967
13968
13969 \end_layout
13970
13971 \begin_layout Standard
13972 Formula 
13973 \begin_inset CommandInset ref
13974 LatexCommand eqref
13975 reference "eq:red"
13976
13977 \end_inset
13978
13979  is completely colored red.
13980 \begin_inset Newline newline
13981 \end_inset
13982
13983 Formula 
13984 \begin_inset CommandInset ref
13985 LatexCommand eqref
13986 reference "eq:redgreen"
13987
13988 \end_inset
13989
13990  was first completely colored green to set the color for the formula number.
13991  Subsequently the formula characters were colored red.
13992 \end_layout
13993
13994 \begin_layout Standard
13995 \begin_inset VSpace bigskip
13996 \end_inset
13997
13998 To color the frame different than the rest of the box, the command 
13999 \series bold
14000
14001 \backslash
14002 fcolorbox
14003 \series default
14004
14005 \begin_inset Index idx
14006 status collapsed
14007
14008 \begin_layout Plain Layout
14009 Commands ! F ! 
14010 \backslash
14011 fcolorbox
14012 \end_layout
14013
14014 \end_inset
14015
14016  is used in the following scheme:
14017 \end_layout
14018
14019 \begin_layout Standard
14020
14021 \series bold
14022
14023 \backslash
14024 fcolorbox{frame color}{color}{box content}
14025 \end_layout
14026
14027 \begin_layout Standard
14028 So 
14029 \series bold
14030
14031 \backslash
14032 fcolorbox
14033 \series default
14034  is an extension of the command 
14035 \series bold
14036
14037 \backslash
14038 colorbox
14039 \series default
14040 .
14041  The frame width is set, like for 
14042 \series bold
14043
14044 \backslash
14045 framebox
14046 \series default
14047 , with 
14048 \series bold
14049
14050 \backslash
14051 fboxrule
14052 \series default
14053  and 
14054 \series bold
14055
14056 \backslash
14057 fboxsep
14058 \series default
14059 .
14060  An example:
14061 \begin_inset ERT
14062 status collapsed
14063
14064 \begin_layout Plain Layout
14065
14066
14067 \backslash
14068 fboxrule 1mm 
14069 \backslash
14070 fboxsep 1mm
14071 \end_layout
14072
14073 \end_inset
14074
14075
14076 \begin_inset Formula \[
14077 \fcolorbox{cyan}{magenta}{A=B}\]
14078
14079 \end_inset
14080
14081
14082 \begin_inset ERT
14083 status collapsed
14084
14085 \begin_layout Plain Layout
14086
14087
14088 \backslash
14089 fboxrule 0.4pt 
14090 \backslash
14091 fboxsep 3pt
14092 \end_layout
14093
14094 \end_inset
14095
14096
14097 \end_layout
14098
14099 \begin_layout Standard
14100 This formula was created with the command
14101 \begin_inset Newline newline
14102 \end_inset
14103
14104
14105 \series bold
14106
14107 \backslash
14108 fcolorbox{cyan
14109 \begin_inset Formula $\to$
14110 \end_inset
14111
14112
14113 \backslash
14114 {magenta
14115 \begin_inset Formula $\to$
14116 \end_inset
14117
14118
14119 \backslash
14120 {A=B
14121 \series default
14122 .
14123 \end_layout
14124
14125 \begin_layout Standard
14126 \begin_inset VSpace bigskip
14127 \end_inset
14128
14129 To use other colors than the predefined ones, they have to be defined first.
14130 \end_layout
14131
14132 \begin_layout Standard
14133 One can for example define the color 
14134 \begin_inset Quotes eld
14135 \end_inset
14136
14137
14138 \series bold
14139 darkgreen
14140 \series default
14141
14142 \begin_inset Quotes erd
14143 \end_inset
14144
14145  with the LaTeX-preamble line:
14146 \end_layout
14147
14148 \begin_layout Standard
14149
14150 \series bold
14151
14152 \backslash
14153 definecolor{darkgreen}{cmyk}{0.5,
14154 \series default
14155  
14156 \series bold
14157 0,
14158 \series default
14159  
14160 \series bold
14161 1,
14162 \series default
14163  
14164 \series bold
14165 0.5}
14166 \series default
14167
14168 \begin_inset Index idx
14169 status collapsed
14170
14171 \begin_layout Plain Layout
14172 Commands ! D ! 
14173 \backslash
14174 definecolor
14175 \end_layout
14176
14177 \end_inset
14178
14179
14180 \end_layout
14181
14182 \begin_layout Standard
14183
14184 \series bold
14185 cmyk
14186 \series default
14187  is the color space that denotes the colors 
14188 \series bold
14189 cyan
14190 \series default
14191
14192 \series bold
14193 magenta
14194 \series default
14195
14196 \series bold
14197 yellow
14198 \series default
14199  and 
14200 \series bold
14201 black
14202 \series default
14203 .
14204  The four comma separated numbers are the portion factor for the corresponding
14205  colors of the color space.
14206  The factors can be in the range of 0
14207 \begin_inset space \thinspace{}
14208 \end_inset
14209
14210 -
14211 \begin_inset space \thinspace{}
14212 \end_inset
14213
14214 1.
14215  Instead of 
14216 \series bold
14217 cmyk
14218 \series default
14219  also the color space 
14220 \series bold
14221 rgb
14222 \series default
14223  can be used for definitions.
14224  
14225 \series bold
14226 rgb
14227 \series default
14228  denotes 
14229 \series bold
14230 red
14231 \series default
14232
14233 \series bold
14234 green
14235 \series default
14236  and 
14237 \series bold
14238 blue
14239 \series default
14240 , so that there are in this case three portion factors for the corresponding
14241  colors.
14242  Furthermore there is the color space 
14243 \series bold
14244 gray
14245 \series default
14246  with one portion factor for the gray value.
14247 \end_layout
14248
14249 \begin_layout Standard
14250 As example a framed box with the new defined color 
14251 \series bold
14252 darkgreen
14253 \series default
14254  where the characters have been colored 
14255 \series bold
14256 yellow
14257 \series default
14258 :
14259 \begin_inset Formula \begin{equation}
14260 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14261
14262 \end_inset
14263
14264
14265 \end_layout
14266
14267 \begin_layout Standard
14268 Self-defined colors can also be used for text with the help of the command
14269  
14270 \series bold
14271
14272 \backslash
14273 textcolor
14274 \series default
14275 :
14276 \begin_inset Index idx
14277 status collapsed
14278
14279 \begin_layout Plain Layout
14280 Text ! colored
14281 \end_layout
14282
14283 \end_inset
14284
14285
14286 \end_layout
14287
14288 \begin_layout Standard
14289 \begin_inset ERT
14290 status collapsed
14291
14292 \begin_layout Plain Layout
14293
14294
14295 \backslash
14296 textcolor{darkgreen}{
14297 \end_layout
14298
14299 \end_inset
14300
14301 This sentence is 
14302 \begin_inset Quotes eld
14303 \end_inset
14304
14305 darkgreen
14306 \begin_inset Quotes erd
14307 \end_inset
14308
14309 .
14310 \begin_inset ERT
14311 status collapsed
14312
14313 \begin_layout Plain Layout
14314
14315 }
14316 \end_layout
14317
14318 \end_inset
14319
14320
14321 \end_layout
14322
14323 \begin_layout Standard
14324
14325 \series bold
14326
14327 \backslash
14328 textcolor
14329 \series default
14330
14331 \begin_inset Index idx
14332 status collapsed
14333
14334 \begin_layout Plain Layout
14335 Commands ! T ! 
14336 \backslash
14337 textcolor
14338 \end_layout
14339
14340 \end_inset
14341
14342  is used in the scheme 
14343 \series bold
14344
14345 \backslash
14346 textcolor{color}{characters to color}
14347 \series default
14348 .
14349 \end_layout
14350
14351 \begin_layout Subsection
14352 Paragraph Boxes
14353 \begin_inset CommandInset label
14354 LatexCommand label
14355 name "sub:Paragraph-Boxes"
14356
14357 \end_inset
14358
14359
14360 \begin_inset Index idx
14361 status collapsed
14362
14363 \begin_layout Plain Layout
14364 Boxes ! as paragraph
14365 \end_layout
14366
14367 \end_inset
14368
14369
14370 \end_layout
14371
14372 \begin_layout Standard
14373 A box that can contain several lines and paragraphs, a so called paragraph
14374  box (parbox), can be created with the menu 
14375 \family sans
14376 Insert\SpecialChar \menuseparator
14377 Box
14378 \family default
14379  or the toolbar button 
14380 \begin_inset Graphics
14381         filename ../images/box-insert.png
14382         scale 85
14383
14384 \end_inset
14385
14386 .
14387 \end_layout
14388
14389 \begin_layout Standard
14390 The following example shows a framed parbox in a line:
14391 \end_layout
14392
14393 \begin_layout Standard
14394 \begin_inset VSpace medskip
14395 \end_inset
14396
14397 This is a line 
14398 \begin_inset Box Boxed
14399 position "c"
14400 hor_pos "c"
14401 has_inner_box 1
14402 inner_pos "t"
14403 use_parbox 1
14404 use_makebox 0
14405 width "5cm"
14406 special "none"
14407 height "1in"
14408 height_special "totalheight"
14409 status open
14410
14411 \begin_layout Plain Layout
14412 This is a paragraph box.
14413  It is exactly 5
14414 \begin_inset space \thinspace{}
14415 \end_inset
14416
14417 cm long and can also contain formulas: 
14418 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14419 \end_inset
14420
14421
14422 \end_layout
14423
14424 \end_inset
14425
14426  with a parbox.
14427 \end_layout
14428
14429 \begin_layout Standard
14430 \begin_inset VSpace medskip
14431 \end_inset
14432
14433
14434 \end_layout
14435
14436 \begin_layout Standard
14437 Such a box is created by right-clicking on the gray box inset.
14438  A dialog pops up showing the box properties.
14439  In our case set: 
14440 \emph on
14441 Decoration
14442 \emph default
14443 : Recangular box, 
14444 \emph on
14445 Inner Box
14446 \emph default
14447 : Parbox, 
14448 \emph on
14449 Width
14450 \emph default
14451 : 5
14452 \begin_inset space \thinspace{}
14453 \end_inset
14454
14455 cm, 
14456 \emph on
14457 Vertical Box Alignment
14458 \emph default
14459 : Middle
14460 \end_layout
14461
14462 \begin_layout Standard
14463 \begin_inset VSpace medskip
14464 \end_inset
14465
14466 In LaTeX a parbox is created with the command 
14467 \series bold
14468
14469 \backslash
14470 parbox
14471 \series default
14472
14473 \begin_inset Index idx
14474 status collapsed
14475
14476 \begin_layout Plain Layout
14477 Commands ! P ! 
14478 \backslash
14479 parbox
14480 \end_layout
14481
14482 \end_inset
14483
14484  that has the following scheme:
14485 \end_layout
14486
14487 \begin_layout Standard
14488
14489 \series bold
14490
14491 \backslash
14492 parbox[position]{width}{box content}
14493 \end_layout
14494
14495 \begin_layout Standard
14496 The positions 
14497 \emph on
14498 b
14499 \emph default
14500  and 
14501 \emph on
14502 t
14503 \emph default
14504  are possible.
14505  
14506 \emph on
14507 b
14508 \emph default
14509  for bottom means that the box is aligned within the surrounding text with
14510  its last line.
14511  With 
14512 \emph on
14513 t
14514 \emph default
14515  for top this is done with the first line.
14516  When no position is given, the box will be vertically centered, see section
14517  
14518 \emph on
14519 Boxes
14520 \emph default
14521  of the 
14522 \emph on
14523 Embedded
14524 \begin_inset space ~
14525 \end_inset
14526
14527 Objects
14528 \emph default
14529  manual for examples.
14530 \end_layout
14531
14532 \begin_layout Standard
14533 \begin_inset VSpace bigskip
14534 \end_inset
14535
14536 To frame formulas completely, including the formula number, the formula
14537  must be set into a parbox.
14538  To do this, the command 
14539 \series bold
14540
14541 \backslash
14542 fbox{
14543 \backslash
14544 parbox{
14545 \backslash
14546 linewidth-2
14547 \backslash
14548 fboxsep-2
14549 \backslash
14550 fboxrule}{
14551 \series default
14552  is inserted in TeX-mode before the formula.
14553  
14554 \series bold
14555
14556 \backslash
14557 linewidth
14558 \series default
14559
14560 \begin_inset Index idx
14561 status collapsed
14562
14563 \begin_layout Plain Layout
14564 Commands ! L ! 
14565 \backslash
14566 linewidth
14567 \end_layout
14568
14569 \end_inset
14570
14571  is hereby the line width set for the document.
14572  Because the frame is outside the parbox, 2
14573 \begin_inset space \thinspace{}
14574 \end_inset
14575
14576 times the frame separation and the frame thickness must be subtracted from
14577  the line width.
14578  As this is not automatically done by LyX due to a bug
14579 \begin_inset Foot
14580 status collapsed
14581
14582 \begin_layout Plain Layout
14583 \begin_inset CommandInset href
14584 LatexCommand href
14585 name "LyX-bug #4483"
14586 target "http://www.lyx.org/trac/ticket/4483"
14587
14588 \end_inset
14589
14590
14591 \end_layout
14592
14593 \end_inset
14594
14595 , TeX-mode has to be used.
14596  To be able to multiply and subtract in arguments, the LaTeX-package 
14597 \series bold
14598 calc
14599 \series default
14600
14601 \begin_inset Foot
14602 status collapsed
14603
14604 \begin_layout Plain Layout
14605
14606 \series bold
14607 calc
14608 \series default
14609  is part of every LaTeX standard installation.
14610 \end_layout
14611
14612 \end_inset
14613
14614
14615 \begin_inset Index idx
14616 status collapsed
14617
14618 \begin_layout Plain Layout
14619 Packages ! calc
14620 \end_layout
14621
14622 \end_inset
14623
14624  must be loaded in the LaTeX-preamble with the line
14625 \end_layout
14626
14627 \begin_layout Standard
14628
14629 \series bold
14630
14631 \backslash
14632 usepackage{calc}
14633 \end_layout
14634
14635 \begin_layout Standard
14636 Behind the formula both boxes are closed by entering 
14637 \series bold
14638 }}
14639 \series default
14640  in TeX-mode.
14641  Here is an example:
14642 \begin_inset ERT
14643 status collapsed
14644
14645 \begin_layout Plain Layout
14646
14647
14648 \backslash
14649 fboxsep 5mm 
14650 \backslash
14651 fboxrule 5mm
14652 \end_layout
14653
14654 \end_inset
14655
14656
14657 \end_layout
14658
14659 \begin_layout Standard
14660 \begin_inset ERT
14661 status collapsed
14662
14663 \begin_layout Plain Layout
14664
14665
14666 \backslash
14667 fbox{
14668 \backslash
14669 parbox{
14670 \backslash
14671 linewidth-2
14672 \backslash
14673 fboxsep-2
14674 \backslash
14675 fboxrule}{
14676 \end_layout
14677
14678 \end_inset
14679
14680
14681 \begin_inset Formula \begin{equation}
14682 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14683
14684 \end_inset
14685
14686
14687 \begin_inset ERT
14688 status collapsed
14689
14690 \begin_layout Plain Layout
14691
14692 }}
14693 \end_layout
14694
14695 \end_inset
14696
14697
14698 \begin_inset ERT
14699 status collapsed
14700
14701 \begin_layout Plain Layout
14702
14703
14704 \backslash
14705 fboxrule 0.4pt 
14706 \backslash
14707 fboxsep 3pt
14708 \end_layout
14709
14710 \end_inset
14711
14712
14713 \end_layout
14714
14715 \begin_layout Standard
14716 \begin_inset VSpace medskip
14717 \end_inset
14718
14719 As a parbox is used as argument of 
14720 \series bold
14721
14722 \backslash
14723 fbox
14724 \series default
14725 , there is in this case no difference between 
14726 \series bold
14727
14728 \backslash
14729 fbox
14730 \series default
14731  and 
14732 \series bold
14733
14734 \backslash
14735 boxed
14736 \series default
14737 .
14738 \end_layout
14739
14740 \begin_layout Standard
14741 \begin_inset VSpace bigskip
14742 \end_inset
14743
14744 Paragraph boxes are very useful to comment formulas directly.
14745  To do this, 
14746 \series bold
14747
14748 \backslash
14749 parbox
14750 \series default
14751  is used in combination with the command 
14752 \series bold
14753
14754 \backslash
14755 tag
14756 \series default
14757 .
14758  (more about 
14759 \series bold
14760
14761 \backslash
14762 tag
14763 \series default
14764  see 
14765 \begin_inset CommandInset ref
14766 LatexCommand ref
14767 reference "sub:User-defined-Numbering"
14768
14769 \end_inset
14770
14771 )
14772 \end_layout
14773
14774 \begin_layout Standard
14775 An example of a formula commented with 
14776 \series bold
14777
14778 \backslash
14779 parbox
14780 \series default
14781 :
14782 \end_layout
14783
14784 \begin_layout Standard
14785 \begin_inset ERT
14786 status collapsed
14787
14788 \begin_layout Plain Layout
14789
14790
14791 \backslash
14792 [5x-7b=3b
14793 \backslash
14794 tag*{
14795 \backslash
14796 parbox{5cm}{
14797 \end_layout
14798
14799 \end_inset
14800
14801 This is a description.
14802  It is distinctly separated from the formula and multiline.
14803 \begin_inset ERT
14804 status collapsed
14805
14806 \begin_layout Plain Layout
14807
14808 }}
14809 \backslash
14810 ]
14811 \end_layout
14812
14813 \end_inset
14814
14815
14816 \end_layout
14817
14818 \begin_layout Standard
14819 Such a formula must be inserted completely in TeX-mode because LyX does
14820  not yet support the command 
14821 \series bold
14822
14823 \backslash
14824 parbox
14825 \series default
14826  in formulas.
14827  The formula is created with the following command sequence:
14828 \end_layout
14829
14830 \begin_layout Standard
14831 The command 
14832 \series bold
14833
14834 \backslash
14835 [5x-7b=3b
14836 \backslash
14837 tag*
14838 \backslash
14839 {
14840 \backslash
14841 parbox{5cm}{
14842 \series default
14843  is inserted in TeX-mode.
14844 \begin_inset Foot
14845 status collapsed
14846
14847 \begin_layout Plain Layout
14848 When the formula style 
14849 \series bold
14850 Indented
14851 \series default
14852  is used, 
14853 \series bold
14854
14855 \backslash
14856 tag*
14857 \backslash
14858 {
14859 \series default
14860  can also be replaced by 
14861 \series bold
14862
14863 \backslash
14864 hfill
14865 \series default
14866 .
14867  (formula styles see 
14868 \begin_inset CommandInset ref
14869 LatexCommand ref
14870 reference "sec:Formula-Styles"
14871
14872 \end_inset
14873
14874 )
14875 \end_layout
14876
14877 \end_inset
14878
14879  Then the description follows as normal text and finally 
14880 \series bold
14881 }}
14882 \backslash
14883 ]
14884 \series default
14885  is inserted in TeX-mode.
14886  The commands 
14887 \series bold
14888
14889 \backslash
14890 [
14891 \series default
14892  and 
14893 \series bold
14894
14895 \backslash
14896 ]
14897 \series default
14898  hereby create a displayed formula.
14899 \end_layout
14900
14901 \begin_layout Standard
14902 The advantages of 
14903 \series bold
14904
14905 \backslash
14906 parbox
14907 \series default
14908  can be seen in this example that was 
14909 \begin_inset Quotes eld
14910 \end_inset
14911
14912 commented
14913 \begin_inset Quotes erd
14914 \end_inset
14915
14916  using the mathematical textmode:
14917 \begin_inset Formula \[
14918 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14919
14920 \end_inset
14921
14922
14923 \end_layout
14924
14925 \begin_layout Section
14926 Operators
14927 \begin_inset Index idx
14928 status collapsed
14929
14930 \begin_layout Plain Layout
14931 Operators
14932 \end_layout
14933
14934 \end_inset
14935
14936
14937 \end_layout
14938
14939 \begin_layout Subsection
14940 Big Operators
14941 \begin_inset CommandInset label
14942 LatexCommand label
14943 name "sub:Big-Operators"
14944
14945 \end_inset
14946
14947
14948 \begin_inset Index idx
14949 status collapsed
14950
14951 \begin_layout Plain Layout
14952 Operators ! big
14953 \end_layout
14954
14955 \end_inset
14956
14957
14958 \begin_inset Index idx
14959 status collapsed
14960
14961 \begin_layout Plain Layout
14962 Sums
14963 \end_layout
14964
14965 \end_inset
14966
14967
14968 \begin_inset Index idx
14969 status collapsed
14970
14971 \begin_layout Plain Layout
14972 Integrals
14973 \end_layout
14974
14975 \end_inset
14976
14977
14978 \end_layout
14979
14980 \begin_layout Standard
14981 To be able to use all integral operators listed here, the option 
14982 \family sans
14983 Use esint package automatically
14984 \family default
14985  must be set in the document settings under 
14986 \family sans
14987 Math
14988 \begin_inset space ~
14989 \end_inset
14990
14991 Options
14992 \family default
14993 .
14994 \end_layout
14995
14996 \begin_layout Standard
14997 \begin_inset space \hfill{}
14998 \end_inset
14999
15000
15001 \begin_inset Tabular
15002 <lyxtabular version="3" rows="11" columns="2">
15003 <features tabularvalignment="middle">
15004 <column alignment="center" valignment="top" width="0pt">
15005 <column alignment="center" valignment="top" width="0pt">
15006 <row>
15007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15008 \begin_inset Text
15009
15010 \begin_layout Plain Layout
15011 Command
15012 \end_layout
15013
15014 \end_inset
15015 </cell>
15016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15017 \begin_inset Text
15018
15019 \begin_layout Plain Layout
15020 Result
15021 \end_layout
15022
15023 \end_inset
15024 </cell>
15025 </row>
15026 <row>
15027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15028 \begin_inset Text
15029
15030 \begin_layout Plain Layout
15031
15032 \backslash
15033 int
15034 \begin_inset Index idx
15035 status collapsed
15036
15037 \begin_layout Plain Layout
15038 Commands ! I ! 
15039 \backslash
15040 int
15041 \end_layout
15042
15043 \end_inset
15044
15045
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15051 \begin_inset Text
15052
15053 \begin_layout Plain Layout
15054 \begin_inset Formula $\int$
15055 \end_inset
15056
15057
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 </row>
15063 <row>
15064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Plain Layout
15068
15069 \backslash
15070 oint
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Plain Layout
15079 \begin_inset Formula $\oint$
15080 \end_inset
15081
15082
15083 \end_layout
15084
15085 \end_inset
15086 </cell>
15087 </row>
15088 <row>
15089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15090 \begin_inset Text
15091
15092 \begin_layout Plain Layout
15093
15094 \backslash
15095 ointctrclockwise
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104 \begin_inset Formula $\ointctrclockwise$
15105 \end_inset
15106
15107
15108 \end_layout
15109
15110 \end_inset
15111 </cell>
15112 </row>
15113 <row>
15114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15115 \begin_inset Text
15116
15117 \begin_layout Plain Layout
15118
15119 \backslash
15120 ointclockwise
15121 \end_layout
15122
15123 \end_inset
15124 </cell>
15125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15126 \begin_inset Text
15127
15128 \begin_layout Plain Layout
15129 \begin_inset Formula $\ointclockwise$
15130 \end_inset
15131
15132
15133 \end_layout
15134
15135 \end_inset
15136 </cell>
15137 </row>
15138 <row>
15139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Plain Layout
15143
15144 \backslash
15145 sqint
15146 \end_layout
15147
15148 \end_inset
15149 </cell>
15150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15151 \begin_inset Text
15152
15153 \begin_layout Plain Layout
15154 \begin_inset Formula $\sqint$
15155 \end_inset
15156
15157
15158 \end_layout
15159
15160 \end_inset
15161 </cell>
15162 </row>
15163 <row>
15164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15165 \begin_inset Text
15166
15167 \begin_layout Plain Layout
15168
15169 \backslash
15170 fint
15171 \end_layout
15172
15173 \end_inset
15174 </cell>
15175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15176 \begin_inset Text
15177
15178 \begin_layout Plain Layout
15179  
15180 \begin_inset Formula $\fint$
15181 \end_inset
15182
15183
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 </row>
15189 <row>
15190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15191 \begin_inset Text
15192
15193 \begin_layout Plain Layout
15194
15195 \backslash
15196 landupint
15197 \end_layout
15198
15199 \end_inset
15200 </cell>
15201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15202 \begin_inset Text
15203
15204 \begin_layout Plain Layout
15205  
15206 \begin_inset Formula $\landupint$
15207 \end_inset
15208
15209
15210 \end_layout
15211
15212 \end_inset
15213 </cell>
15214 </row>
15215 <row>
15216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15217 \begin_inset Text
15218
15219 \begin_layout Plain Layout
15220
15221 \backslash
15222 landdownint
15223 \end_layout
15224
15225 \end_inset
15226 </cell>
15227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15228 \begin_inset Text
15229
15230 \begin_layout Plain Layout
15231  
15232 \begin_inset Formula $\landdownint$
15233 \end_inset
15234
15235
15236 \end_layout
15237
15238 \end_inset
15239 </cell>
15240 </row>
15241 <row>
15242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15243 \begin_inset Text
15244
15245 \begin_layout Plain Layout
15246
15247 \backslash
15248 bigcap
15249 \end_layout
15250
15251 \end_inset
15252 </cell>
15253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15254 \begin_inset Text
15255
15256 \begin_layout Plain Layout
15257 \begin_inset Formula $\bigcap$
15258 \end_inset
15259
15260
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 </row>
15266 <row>
15267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Plain Layout
15271
15272 \backslash
15273 bigcup
15274 \end_layout
15275
15276 \end_inset
15277 </cell>
15278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Plain Layout
15282 \begin_inset Formula $\bigcup$
15283 \end_inset
15284
15285
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 </row>
15291 </lyxtabular>
15292
15293 \end_inset
15294
15295
15296 \begin_inset space \hfill{}
15297 \end_inset
15298
15299
15300 \begin_inset Tabular
15301 <lyxtabular version="3" rows="11" columns="2">
15302 <features tabularvalignment="middle">
15303 <column alignment="center" valignment="top" width="0pt">
15304 <column alignment="center" valignment="top" width="0pt">
15305 <row>
15306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15307 \begin_inset Text
15308
15309 \begin_layout Plain Layout
15310 Command
15311 \end_layout
15312
15313 \end_inset
15314 </cell>
15315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15316 \begin_inset Text
15317
15318 \begin_layout Plain Layout
15319 Result
15320 \end_layout
15321
15322 \end_inset
15323 </cell>
15324 </row>
15325 <row>
15326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15327 \begin_inset Text
15328
15329 \begin_layout Plain Layout
15330
15331 \backslash
15332 sum
15333 \begin_inset Index idx
15334 status collapsed
15335
15336 \begin_layout Plain Layout
15337 Commands ! S ! 
15338 \backslash
15339 sum
15340 \end_layout
15341
15342 \end_inset
15343
15344
15345 \end_layout
15346
15347 \end_inset
15348 </cell>
15349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15350 \begin_inset Text
15351
15352 \begin_layout Plain Layout
15353 \begin_inset Formula $\sum$
15354 \end_inset
15355
15356
15357 \end_layout
15358
15359 \end_inset
15360 </cell>
15361 </row>
15362 <row>
15363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15364 \begin_inset Text
15365
15366 \begin_layout Plain Layout
15367
15368 \backslash
15369 prod
15370 \begin_inset Index idx
15371 status collapsed
15372
15373 \begin_layout Plain Layout
15374 Commands ! P ! 
15375 \backslash
15376 prod
15377 \end_layout
15378
15379 \end_inset
15380
15381
15382 \end_layout
15383
15384 \end_inset
15385 </cell>
15386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15387 \begin_inset Text
15388
15389 \begin_layout Plain Layout
15390 \begin_inset Formula $\prod$
15391 \end_inset
15392
15393
15394 \end_layout
15395
15396 \end_inset
15397 </cell>
15398 </row>
15399 <row>
15400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15401 \begin_inset Text
15402
15403 \begin_layout Plain Layout
15404
15405 \backslash
15406 coprod
15407 \end_layout
15408
15409 \end_inset
15410 </cell>
15411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15412 \begin_inset Text
15413
15414 \begin_layout Plain Layout
15415 \begin_inset Formula $\coprod$
15416 \end_inset
15417
15418
15419 \end_layout
15420
15421 \end_inset
15422 </cell>
15423 </row>
15424 <row>
15425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15426 \begin_inset Text
15427
15428 \begin_layout Plain Layout
15429
15430 \backslash
15431 bigodot
15432 \end_layout
15433
15434 \end_inset
15435 </cell>
15436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15437 \begin_inset Text
15438
15439 \begin_layout Plain Layout
15440 \begin_inset Formula $\bigodot$
15441 \end_inset
15442
15443
15444 \end_layout
15445
15446 \end_inset
15447 </cell>
15448 </row>
15449 <row>
15450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15451 \begin_inset Text
15452
15453 \begin_layout Plain Layout
15454
15455 \backslash
15456 bigotimes
15457 \end_layout
15458
15459 \end_inset
15460 </cell>
15461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15462 \begin_inset Text
15463
15464 \begin_layout Plain Layout
15465 \begin_inset Formula $\bigotimes$
15466 \end_inset
15467
15468
15469 \end_layout
15470
15471 \end_inset
15472 </cell>
15473 </row>
15474 <row>
15475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15476 \begin_inset Text
15477
15478 \begin_layout Plain Layout
15479
15480 \backslash
15481 bigoplus
15482 \end_layout
15483
15484 \end_inset
15485 </cell>
15486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15487 \begin_inset Text
15488
15489 \begin_layout Plain Layout
15490 \begin_inset Formula $\bigoplus$
15491 \end_inset
15492
15493
15494 \end_layout
15495
15496 \end_inset
15497 </cell>
15498 </row>
15499 <row>
15500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15501 \begin_inset Text
15502
15503 \begin_layout Plain Layout
15504
15505 \backslash
15506 bigwedge
15507 \end_layout
15508
15509 \end_inset
15510 </cell>
15511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15512 \begin_inset Text
15513
15514 \begin_layout Plain Layout
15515 \begin_inset Formula $\bigwedge$
15516 \end_inset
15517
15518
15519 \end_layout
15520
15521 \end_inset
15522 </cell>
15523 </row>
15524 <row>
15525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15526 \begin_inset Text
15527
15528 \begin_layout Plain Layout
15529
15530 \backslash
15531 bigvee
15532 \end_layout
15533
15534 \end_inset
15535 </cell>
15536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15537 \begin_inset Text
15538
15539 \begin_layout Plain Layout
15540 \begin_inset Formula $\bigvee$
15541 \end_inset
15542
15543
15544 \end_layout
15545
15546 \end_inset
15547 </cell>
15548 </row>
15549 <row>
15550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15551 \begin_inset Text
15552
15553 \begin_layout Plain Layout
15554
15555 \backslash
15556 bigsqcup
15557 \end_layout
15558
15559 \end_inset
15560 </cell>
15561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15562 \begin_inset Text
15563
15564 \begin_layout Plain Layout
15565 \begin_inset Formula $\bigsqcup$
15566 \end_inset
15567
15568
15569 \end_layout
15570
15571 \end_inset
15572 </cell>
15573 </row>
15574 <row>
15575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15576 \begin_inset Text
15577
15578 \begin_layout Plain Layout
15579
15580 \backslash
15581 biguplus
15582 \end_layout
15583
15584 \end_inset
15585 </cell>
15586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15587 \begin_inset Text
15588
15589 \begin_layout Plain Layout
15590 \begin_inset Formula $\biguplus$
15591 \end_inset
15592
15593
15594 \end_layout
15595
15596 \end_inset
15597 </cell>
15598 </row>
15599 </lyxtabular>
15600
15601 \end_inset
15602
15603
15604 \begin_inset space \hfill{}
15605 \end_inset
15606
15607
15608 \end_layout
15609
15610 \begin_layout Standard
15611 All big operators can also be inserted via the math toolbar button 
15612 \begin_inset Graphics
15613         filename ../images/math/intop.png
15614         scale 85
15615
15616 \end_inset
15617
15618 .
15619 \end_layout
15620
15621 \begin_layout Standard
15622 The operators are called big because they are bigger than the sometimes
15623  equal looking binary operators.
15624  All big operators can have limits as described in the next subsection.
15625 \end_layout
15626
15627 \begin_layout Standard
15628 For all integral operators there is a second version available, ending on
15629  
15630 \series bold
15631 op
15632 \series default
15633
15634 \series bold
15635
15636 \backslash
15637 intop
15638 \series default
15639
15640 \series bold
15641
15642 \backslash
15643 ointop
15644 \series default
15645  etc..
15646  These operators are different from 
15647 \series bold
15648
15649 \backslash
15650 int
15651 \series default
15652  etc.
15653 \begin_inset space \space{}
15654 \end_inset
15655
15656 in the style the operator limits are displayed, see 
15657 \begin_inset CommandInset ref
15658 LatexCommand ref
15659 reference "sub:Operator-Limits"
15660
15661 \end_inset
15662
15663 .
15664  
15665 \end_layout
15666
15667 \begin_layout Subsubsection*
15668 Advice for Integrals
15669 \end_layout
15670
15671 \begin_layout Standard
15672 The letter 
15673 \emph on
15674 d
15675 \emph default
15676  in an integral is an operator, that therefore has to be set upright.
15677  This is done by highlighting the 
15678 \emph on
15679 d
15680 \emph default
15681  and using the keyboard shortcut 
15682 \begin_inset Info
15683 type  "shortcut"
15684 arg   "font-roman"
15685 \end_inset
15686
15687
15688 \begin_inset Foot
15689 status collapsed
15690
15691 \begin_layout Plain Layout
15692 Font styles
15693 \series bold
15694  
15695 \series default
15696 see 
15697 \begin_inset CommandInset ref
15698 LatexCommand ref
15699 reference "sub:Font-Styles"
15700
15701 \end_inset
15702
15703
15704 \end_layout
15705
15706 \end_inset
15707
15708 .
15709  Finally the smallest space is inserted before the 
15710 \emph on
15711 d
15712 \emph default
15713 , as this is usual for operators.
15714  An example:
15715 \end_layout
15716
15717 \begin_layout Standard
15718 incorrect: 
15719 \begin_inset Formula $\int A(x)dx$
15720 \end_inset
15721
15722
15723 \begin_inset Newline newline
15724 \end_inset
15725
15726
15727 \begin_inset Phantom HPhantom
15728 status open
15729
15730 \begin_layout Plain Layout
15731 in
15732 \end_layout
15733
15734 \end_inset
15735
15736 correct: 
15737 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15738 \end_inset
15739
15740
15741 \end_layout
15742
15743 \begin_layout Standard
15744 For multiple integrals there are the following commands:
15745 \begin_inset VSpace medskip
15746 \end_inset
15747
15748
15749 \end_layout
15750
15751 \begin_layout Standard
15752 \begin_inset space \hfill{}
15753 \end_inset
15754
15755
15756 \begin_inset Tabular
15757 <lyxtabular version="3" rows="4" columns="2">
15758 <features tabularvalignment="middle">
15759 <column alignment="center" valignment="top" width="0">
15760 <column alignment="center" valignment="top" width="0">
15761 <row>
15762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15763 \begin_inset Text
15764
15765 \begin_layout Plain Layout
15766 Command
15767 \end_layout
15768
15769 \end_inset
15770 </cell>
15771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15772 \begin_inset Text
15773
15774 \begin_layout Plain Layout
15775 Result
15776 \begin_inset Note Note
15777 status collapsed
15778
15779 \begin_layout Plain Layout
15780
15781 \series bold
15782
15783 \backslash
15784 raisebox
15785 \series default
15786  is only used as spacer.
15787 \end_layout
15788
15789 \end_inset
15790
15791
15792 \end_layout
15793
15794 \end_inset
15795 </cell>
15796 </row>
15797 <row>
15798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802
15803 \backslash
15804 iint
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15814 \end_inset
15815
15816
15817 \end_layout
15818
15819 \end_inset
15820 </cell>
15821 </row>
15822 <row>
15823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15824 \begin_inset Text
15825
15826 \begin_layout Plain Layout
15827
15828 \backslash
15829 oiint
15830 \end_layout
15831
15832 \end_inset
15833 </cell>
15834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15835 \begin_inset Text
15836
15837 \begin_layout Plain Layout
15838 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15839 \end_inset
15840
15841
15842 \end_layout
15843
15844 \end_inset
15845 </cell>
15846 </row>
15847 <row>
15848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852
15853 \backslash
15854 sqiint
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15860 \begin_inset Text
15861
15862 \begin_layout Plain Layout
15863 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15864 \end_inset
15865
15866
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 </row>
15872 </lyxtabular>
15873
15874 \end_inset
15875
15876
15877 \begin_inset space \hfill{}
15878 \end_inset
15879
15880
15881 \begin_inset Tabular
15882 <lyxtabular version="3" rows="4" columns="2">
15883 <features tabularvalignment="middle">
15884 <column alignment="center" valignment="top" width="0">
15885 <column alignment="center" valignment="top" width="0">
15886 <row>
15887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891 Command
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900 Result
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 </row>
15906 <row>
15907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15908 \begin_inset Text
15909
15910 \begin_layout Plain Layout
15911
15912 \backslash
15913 iiint
15914 \end_layout
15915
15916 \end_inset
15917 </cell>
15918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15923 \end_inset
15924
15925
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 </row>
15931 <row>
15932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15933 \begin_inset Text
15934
15935 \begin_layout Plain Layout
15936
15937 \backslash
15938 iiiint
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Plain Layout
15947 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15948 \end_inset
15949
15950
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 </row>
15956 <row>
15957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15958 \begin_inset Text
15959
15960 \begin_layout Plain Layout
15961
15962 \backslash
15963 dotsint
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15969 \begin_inset Text
15970
15971 \begin_layout Plain Layout
15972 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15973 \end_inset
15974
15975
15976 \end_layout
15977
15978 \end_inset
15979 </cell>
15980 </row>
15981 </lyxtabular>
15982
15983 \end_inset
15984
15985
15986 \begin_inset space \hfill{}
15987 \end_inset
15988
15989
15990 \end_layout
15991
15992 \begin_layout Subsection
15993 Operator Limits
15994 \begin_inset CommandInset label
15995 LatexCommand label
15996 name "sub:Operator-Limits"
15997
15998 \end_inset
15999
16000
16001 \begin_inset Index idx
16002 status collapsed
16003
16004 \begin_layout Plain Layout
16005 Operators ! Limits
16006 \end_layout
16007
16008 \end_inset
16009
16010
16011 \end_layout
16012
16013 \begin_layout Standard
16014 Limits are created by super- and subscripts:
16015 \end_layout
16016
16017 \begin_layout Standard
16018 \align center
16019 \begin_inset Tabular
16020 <lyxtabular version="3" rows="2" columns="2">
16021 <features tabularvalignment="middle">
16022 <column alignment="center" valignment="top" width="0pt">
16023 <column alignment="center" valignment="top" width="0pt">
16024 <row>
16025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Plain Layout
16029 Command
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16035 \begin_inset Text
16036
16037 \begin_layout Plain Layout
16038 Result
16039 \begin_inset Note Note
16040 status collapsed
16041
16042 \begin_layout Plain Layout
16043
16044 \series bold
16045
16046 \backslash
16047 raisebox
16048 \series default
16049  is only used as spacer.
16050 \end_layout
16051
16052 \end_inset
16053
16054
16055 \end_layout
16056
16057 \end_inset
16058 </cell>
16059 </row>
16060 <row>
16061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16062 \begin_inset Text
16063
16064 \begin_layout Plain Layout
16065
16066 \backslash
16067 prod^
16068 \backslash
16069 infty
16070 \begin_inset ERT
16071 status collapsed
16072
16073 \begin_layout Plain Layout
16074
16075
16076 \backslash
16077 spce 
16078 \end_layout
16079
16080 \end_inset
16081
16082
16083 \begin_inset Formula $\to$
16084 \end_inset
16085
16086 _0
16087 \begin_inset Formula $\to$
16088 \end_inset
16089
16090 A(x)
16091 \end_layout
16092
16093 \end_inset
16094 </cell>
16095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16096 \begin_inset Text
16097
16098 \begin_layout Plain Layout
16099 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16100 \end_inset
16101
16102
16103 \end_layout
16104
16105 \end_inset
16106 </cell>
16107 </row>
16108 </lyxtabular>
16109
16110 \end_inset
16111
16112
16113 \end_layout
16114
16115 \begin_layout Standard
16116 Limits of inline formulas are set right beside the operator.
16117  Limits in displayed formulas are set above or below the operator, except
16118  for integral limits.
16119 \end_layout
16120
16121 \begin_layout Standard
16122 To force that the limits are set beside the operator, the cursor is set
16123  directly behind the operator and the limits type is changed with the menu
16124  
16125 \family sans
16126 Edit\SpecialChar \menuseparator
16127 Math\SpecialChar \menuseparator
16128 Change Limits Type
16129 \family default
16130  to 
16131 \family sans
16132 \series bold
16133 Inline
16134 \family default
16135 \series default
16136  (shortcut 
16137 \begin_inset Info
16138 type  "shortcut"
16139 arg   "math-limits"
16140 \end_inset
16141
16142 ).
16143  An example:
16144 \end_layout
16145
16146 \begin_layout Standard
16147 The default limits type is this:
16148 \begin_inset Formula \[
16149 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16150
16151 \end_inset
16152
16153 This is how it looks when the limits type was changed to 
16154 \family sans
16155 \series bold
16156 Inline
16157 \family default
16158 \series default
16159 :
16160 \begin_inset Formula \[
16161 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16162
16163 \end_inset
16164
16165 For integrals, except those ending with 
16166 \series bold
16167 op
16168 \series default
16169  like 
16170 \series bold
16171
16172 \backslash
16173 intop
16174 \series default
16175
16176 \series bold
16177
16178 \backslash
16179 ointop
16180 \series default
16181  etc., the limits are by default set beside the operator.
16182  But for multiple integrals the limits are often set below the operator.
16183  In the following example the limits type was therefore set to 
16184 \series bold
16185 Display
16186 \series default
16187  and so set below the integrals:
16188 \begin_inset Formula \begin{equation}
16189 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
16190
16191 \end_inset
16192
16193
16194 \end_layout
16195
16196 \begin_layout Standard
16197 \begin_inset VSpace medskip
16198 \end_inset
16199
16200 To specify conditions for limits, the commands 
16201 \series bold
16202
16203 \backslash
16204 subarray
16205 \series default
16206
16207 \begin_inset Index idx
16208 status collapsed
16209
16210 \begin_layout Plain Layout
16211 Commands ! S ! 
16212 \backslash
16213 subarray
16214 \end_layout
16215
16216 \end_inset
16217
16218  and 
16219 \series bold
16220
16221 \backslash
16222 substack
16223 \series default
16224
16225 \begin_inset Index idx
16226 status collapsed
16227
16228 \begin_layout Plain Layout
16229 Commands ! S ! 
16230 \backslash
16231 substack
16232 \end_layout
16233
16234 \end_inset
16235
16236  are used.
16237  To create for example this expression 
16238 \begin_inset Formula \begin{equation}
16239 \sum_{\begin{subarray}{c}
16240 0<k<1000\\
16241 \\
16242 k\,\in\,\mathbb{N}
16243 \end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16244
16245 \end_inset
16246
16247
16248 \end_layout
16249
16250 \begin_layout Standard
16251 the following has to be done:
16252 \begin_inset Newline newline
16253 \end_inset
16254
16255 First the command 
16256 \series bold
16257
16258 \backslash
16259 sum
16260 \series default
16261 ^
16262 \series bold
16263 n
16264 \begin_inset ERT
16265 status collapsed
16266
16267 \begin_layout Plain Layout
16268
16269
16270 \backslash
16271 spce 
16272 \end_layout
16273
16274 \end_inset
16275
16276 _
16277 \series default
16278  is typed in.
16279  One is now in a blue box under the summation operator and insert there
16280  the command 
16281 \series bold
16282
16283 \backslash
16284 subarray
16285 \begin_inset ERT
16286 status collapsed
16287
16288 \begin_layout Plain Layout
16289
16290
16291 \backslash
16292 spce 
16293 \end_layout
16294
16295 \end_inset
16296
16297
16298 \series default
16299 .
16300  The blue box is now within a purple box and now several lines can be written
16301  among each other.
16302  A new line is created by inserting a line break (
16303 \begin_inset Info
16304 type  "shortcut"
16305 arg   "newline-insert newline"
16306 \end_inset
16307
16308 ).
16309  When now
16310 \begin_inset Newline newline
16311 \end_inset
16312
16313
16314 \series bold
16315 0<k<1000 Ctrl+Return
16316 \begin_inset Newline newline
16317 \end_inset
16318
16319
16320 \series default
16321 is typed in, a new box appears below for the new line.
16322 \end_layout
16323
16324 \begin_layout Standard
16325 The alignment of the lines can be changed to left aligned with the 
16326 \family sans
16327 table
16328 \family default
16329  
16330 \family sans
16331 toolbar
16332 \family default
16333  or the menu 
16334 \family sans
16335 Edit\SpecialChar \menuseparator
16336 Rows &Columns
16337 \family default
16338 .
16339  To get right alignment, 
16340 \series bold
16341
16342 \backslash
16343 hfill
16344 \begin_inset ERT
16345 status collapsed
16346
16347 \begin_layout Plain Layout
16348
16349
16350 \backslash
16351 spce 
16352 \end_layout
16353
16354 \end_inset
16355
16356
16357 \series default
16358  is inserted at the beginning of the line.
16359 \end_layout
16360
16361 \begin_layout Standard
16362 The command 
16363 \series bold
16364
16365 \backslash
16366 substack
16367 \series default
16368  is equivalent to 
16369 \series bold
16370
16371 \backslash
16372 subarray
16373 \series default
16374  with the difference that the lines are always centered.
16375 \end_layout
16376
16377 \begin_layout Standard
16378 \begin_inset VSpace bigskip
16379 \end_inset
16380
16381 Like in formula 
16382 \begin_inset CommandInset ref
16383 LatexCommand eqref
16384 reference "eq:substack"
16385
16386 \end_inset
16387
16388  there can be too much space beside an operator, because the characters
16389  following the operator are set beside the limits.
16390 \end_layout
16391
16392 \begin_layout Standard
16393 To avoid this, the following macro can be used in the LaTeX-preamble:
16394 \end_layout
16395
16396 \begin_layout Standard
16397
16398 \series bold
16399
16400 \backslash
16401 def
16402 \backslash
16403 clap#1{
16404 \backslash
16405 hbox to 0pt{
16406 \backslash
16407 hss #1
16408 \backslash
16409 hss}}
16410 \begin_inset Newline newline
16411 \end_inset
16412
16413
16414 \backslash
16415 def
16416 \backslash
16417 mathclap {
16418 \backslash
16419 mathpalette 
16420 \backslash
16421 mathclapinternal}
16422 \begin_inset Newline newline
16423 \end_inset
16424
16425
16426 \backslash
16427 def
16428 \backslash
16429 mathclapinternal #1#2{
16430 \backslash
16431 clap{$
16432 \backslash
16433 mathsurround =0pt #1{#2}$}}
16434 \end_layout
16435
16436 \begin_layout Standard
16437 This defines the command 
16438 \series bold
16439
16440 \backslash
16441 mathclap
16442 \series default
16443
16444 \begin_inset Index idx
16445 status collapsed
16446
16447 \begin_layout Plain Layout
16448 Commands ! M ! 
16449 \backslash
16450 mathclap
16451 \end_layout
16452
16453 \end_inset
16454
16455  that sets the width of the limit to 0
16456 \begin_inset space \thinspace{}
16457 \end_inset
16458
16459 pt.
16460  The command scheme is
16461 \end_layout
16462
16463 \begin_layout Standard
16464
16465 \series bold
16466
16467 \backslash
16468 mathclap{limit}
16469 \end_layout
16470
16471 \begin_layout Standard
16472 where the limit can consist of several conditions.
16473 \end_layout
16474
16475 \begin_layout Standard
16476 Applied on formula 
16477 \begin_inset CommandInset ref
16478 LatexCommand eqref
16479 reference "eq:substack"
16480
16481 \end_inset
16482
16483 , one uses the command
16484 \end_layout
16485
16486 \begin_layout Standard
16487
16488 \series bold
16489
16490 \backslash
16491 sum_
16492 \backslash
16493 mathclap{
16494 \backslash
16495 substack
16496 \begin_inset ERT
16497 status collapsed
16498
16499 \begin_layout Plain Layout
16500
16501
16502 \backslash
16503 spce 
16504 \end_layout
16505
16506 \end_inset
16507
16508 0<k<1000 Ctrl+Return
16509 \end_layout
16510
16511 \begin_layout Standard
16512 to create the lower limit.
16513  The summand is now directly behind the summation operator:
16514 \begin_inset Formula \[
16515 \sum_{\mathclap{\substack{0<k<1000\\
16516 \\
16517 k\,\in\,\mathbb{N}
16518 }
16519 }}^{n}k^{-2}\]
16520
16521 \end_inset
16522
16523
16524 \end_layout
16525
16526 \begin_layout Standard
16527 \begin_inset VSpace bigskip
16528 \end_inset
16529
16530 How to use one limit for several operators is described in 
16531 \begin_inset CommandInset ref
16532 LatexCommand ref
16533 reference "sub:Self-defined-Operators"
16534
16535 \end_inset
16536
16537 .
16538 \end_layout
16539
16540 \begin_layout Subsection
16541 Binary Operators
16542 \begin_inset CommandInset label
16543 LatexCommand label
16544 name "sub:Binary-Operators"
16545
16546 \end_inset
16547
16548
16549 \begin_inset Index idx
16550 status collapsed
16551
16552 \begin_layout Plain Layout
16553 Operators ! binary
16554 \end_layout
16555
16556 \end_inset
16557
16558
16559 \end_layout
16560
16561 \begin_layout Standard
16562 Binary operators are surrounded by space when there is a character before
16563  and behind them.
16564 \begin_inset VSpace medskip
16565 \end_inset
16566
16567
16568 \end_layout
16569
16570 \begin_layout Standard
16571 \begin_inset space \hfill{}
16572 \end_inset
16573
16574
16575 \begin_inset Tabular
16576 <lyxtabular version="3" rows="13" columns="2">
16577 <features tabularvalignment="middle">
16578 <column alignment="center" valignment="top" width="0pt">
16579 <column alignment="center" valignment="top" width="0pt">
16580 <row>
16581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585 Command
16586 \begin_inset Note Note
16587 status collapsed
16588
16589 \begin_layout Plain Layout
16590
16591 \series bold
16592
16593 \backslash
16594 raisebox
16595 \series default
16596  is only used as spacer.
16597 \end_layout
16598
16599 \end_inset
16600
16601
16602 \end_layout
16603
16604 \end_inset
16605 </cell>
16606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610 Result
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 </row>
16616 <row>
16617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16618 \begin_inset Text
16619
16620 \begin_layout Plain Layout
16621 +
16622 \end_layout
16623
16624 \end_inset
16625 </cell>
16626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630 \begin_inset Formula $+$
16631 \end_inset
16632
16633
16634 \end_layout
16635
16636 \end_inset
16637 </cell>
16638 </row>
16639 <row>
16640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644 -
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16650 \begin_inset Text
16651
16652 \begin_layout Plain Layout
16653 \begin_inset Formula $-$
16654 \end_inset
16655
16656
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 </row>
16662 <row>
16663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Plain Layout
16667
16668 \backslash
16669 pm
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16675 \begin_inset Text
16676
16677 \begin_layout Plain Layout
16678 \begin_inset Formula $\pm$
16679 \end_inset
16680
16681
16682 \end_layout
16683
16684 \end_inset
16685 </cell>
16686 </row>
16687 <row>
16688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16689 \begin_inset Text
16690
16691 \begin_layout Plain Layout
16692
16693 \backslash
16694 mp
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Plain Layout
16703 \begin_inset Formula $\mp$
16704 \end_inset
16705
16706
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 </row>
16712 <row>
16713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16714 \begin_inset Text
16715
16716 \begin_layout Plain Layout
16717
16718 \backslash
16719 cdot
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16725 \begin_inset Text
16726
16727 \begin_layout Plain Layout
16728 \begin_inset Formula $\cdot$
16729 \end_inset
16730
16731
16732 \end_layout
16733
16734 \end_inset
16735 </cell>
16736 </row>
16737 <row>
16738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16739 \begin_inset Text
16740
16741 \begin_layout Plain Layout
16742
16743 \backslash
16744 times
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16750 \begin_inset Text
16751
16752 \begin_layout Plain Layout
16753 \begin_inset Formula $\times$
16754 \end_inset
16755
16756
16757 \end_layout
16758
16759 \end_inset
16760 </cell>
16761 </row>
16762 <row>
16763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16764 \begin_inset Text
16765
16766 \begin_layout Plain Layout
16767
16768 \backslash
16769 div
16770 \end_layout
16771
16772 \end_inset
16773 </cell>
16774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16775 \begin_inset Text
16776
16777 \begin_layout Plain Layout
16778 \begin_inset Formula $\div$
16779 \end_inset
16780
16781
16782 \end_layout
16783
16784 \end_inset
16785 </cell>
16786 </row>
16787 <row>
16788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16789 \begin_inset Text
16790
16791 \begin_layout Plain Layout
16792 \begin_inset ERT
16793 status collapsed
16794
16795 \begin_layout Plain Layout
16796
16797
16798 \backslash
16799 raisebox{-1.2mm}{
16800 \end_layout
16801
16802 \end_inset
16803
16804 *
16805 \begin_inset ERT
16806 status collapsed
16807
16808 \begin_layout Plain Layout
16809
16810 }
16811 \end_layout
16812
16813 \end_inset
16814
16815
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824 \begin_inset Formula $*$
16825 \end_inset
16826
16827
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 </row>
16833 <row>
16834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16835 \begin_inset Text
16836
16837 \begin_layout Plain Layout
16838
16839 \backslash
16840 star
16841 \end_layout
16842
16843 \end_inset
16844 </cell>
16845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16846 \begin_inset Text
16847
16848 \begin_layout Plain Layout
16849 \begin_inset Formula $\star$
16850 \end_inset
16851
16852
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 </row>
16858 <row>
16859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16860 \begin_inset Text
16861
16862 \begin_layout Plain Layout
16863
16864 \backslash
16865 circ
16866 \end_layout
16867
16868 \end_inset
16869 </cell>
16870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16871 \begin_inset Text
16872
16873 \begin_layout Plain Layout
16874 \begin_inset Formula $\circ$
16875 \end_inset
16876
16877
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 </row>
16883 <row>
16884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16885 \begin_inset Text
16886
16887 \begin_layout Plain Layout
16888
16889 \backslash
16890 diamond
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16896 \begin_inset Text
16897
16898 \begin_layout Plain Layout
16899 \begin_inset Formula $\diamond$
16900 \end_inset
16901
16902
16903 \end_layout
16904
16905 \end_inset
16906 </cell>
16907 </row>
16908 <row>
16909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16910 \begin_inset Text
16911
16912 \begin_layout Plain Layout
16913
16914 \backslash
16915 bullet
16916 \end_layout
16917
16918 \end_inset
16919 </cell>
16920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924 \begin_inset Formula $\bullet$
16925 \end_inset
16926
16927
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 </row>
16933 </lyxtabular>
16934
16935 \end_inset
16936
16937
16938 \begin_inset space \hfill{}
16939 \end_inset
16940
16941
16942 \begin_inset Tabular
16943 <lyxtabular version="3" rows="13" columns="2">
16944 <features tabularvalignment="middle">
16945 <column alignment="center" valignment="top" width="0pt">
16946 <column alignment="center" valignment="top" width="0pt">
16947 <row>
16948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16949 \begin_inset Text
16950
16951 \begin_layout Plain Layout
16952 Command
16953 \end_layout
16954
16955 \end_inset
16956 </cell>
16957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961 Result
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 </row>
16967 <row>
16968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972
16973 \backslash
16974 nabla
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Plain Layout
16983 \begin_inset Formula $\nabla$
16984 \end_inset
16985
16986
16987 \end_layout
16988
16989 \end_inset
16990 </cell>
16991 </row>
16992 <row>
16993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16994 \begin_inset Text
16995
16996 \begin_layout Plain Layout
16997
16998 \backslash
16999 bigtriangledown
17000 \end_layout
17001
17002 \end_inset
17003 </cell>
17004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17005 \begin_inset Text
17006
17007 \begin_layout Plain Layout
17008 \begin_inset Formula $\bigtriangledown$
17009 \end_inset
17010
17011
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 </row>
17017 <row>
17018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17019 \begin_inset Text
17020
17021 \begin_layout Plain Layout
17022
17023 \backslash
17024 bigtriangleup
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Plain Layout
17033 \begin_inset Formula $\bigtriangleup$
17034 \end_inset
17035
17036
17037 \end_layout
17038
17039 \end_inset
17040 </cell>
17041 </row>
17042 <row>
17043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17044 \begin_inset Text
17045
17046 \begin_layout Plain Layout
17047
17048 \backslash
17049 Box
17050 \end_layout
17051
17052 \end_inset
17053 </cell>
17054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058 \begin_inset Formula $\Box$
17059 \end_inset
17060
17061
17062 \end_layout
17063
17064 \end_inset
17065 </cell>
17066 </row>
17067 <row>
17068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072
17073 \backslash
17074 cap 
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083 \begin_inset Formula $\cap$
17084 \end_inset
17085
17086
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 </row>
17092 <row>
17093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097
17098 \backslash
17099 cup
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17105 \begin_inset Text
17106
17107 \begin_layout Plain Layout
17108 \begin_inset Formula $\cup$
17109 \end_inset
17110
17111
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 </row>
17117 <row>
17118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17119 \begin_inset Text
17120
17121 \begin_layout Plain Layout
17122
17123 \backslash
17124 dagger
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133 \begin_inset Formula $\dagger$
17134 \end_inset
17135
17136
17137 \end_layout
17138
17139 \end_inset
17140 </cell>
17141 </row>
17142 <row>
17143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17144 \begin_inset Text
17145
17146 \begin_layout Plain Layout
17147
17148 \backslash
17149 ddagger
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17155 \begin_inset Text
17156
17157 \begin_layout Plain Layout
17158 \begin_inset Formula $\ddagger$
17159 \end_inset
17160
17161
17162 \end_layout
17163
17164 \end_inset
17165 </cell>
17166 </row>
17167 <row>
17168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout Plain Layout
17172
17173 \backslash
17174 wr
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17180 \begin_inset Text
17181
17182 \begin_layout Plain Layout
17183 \begin_inset Formula $\wr$
17184 \end_inset
17185
17186
17187 \end_layout
17188
17189 \end_inset
17190 </cell>
17191 </row>
17192 <row>
17193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197
17198 \backslash
17199 bigcirc
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Plain Layout
17208 \begin_inset Formula $\bigcirc$
17209 \end_inset
17210
17211
17212 \end_layout
17213
17214 \end_inset
17215 </cell>
17216 </row>
17217 <row>
17218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17219 \begin_inset Text
17220
17221 \begin_layout Plain Layout
17222
17223 \backslash
17224 wedge
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17230 \begin_inset Text
17231
17232 \begin_layout Plain Layout
17233 \begin_inset Formula $\wedge$
17234 \end_inset
17235
17236
17237 \end_layout
17238
17239 \end_inset
17240 </cell>
17241 </row>
17242 <row>
17243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17244 \begin_inset Text
17245
17246 \begin_layout Plain Layout
17247
17248 \backslash
17249 vee
17250 \end_layout
17251
17252 \end_inset
17253 </cell>
17254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17255 \begin_inset Text
17256
17257 \begin_layout Plain Layout
17258 \begin_inset Formula $\vee$
17259 \end_inset
17260
17261
17262 \end_layout
17263
17264 \end_inset
17265 </cell>
17266 </row>
17267 </lyxtabular>
17268
17269 \end_inset
17270
17271
17272 \begin_inset space \hfill{}
17273 \end_inset
17274
17275
17276 \begin_inset Tabular
17277 <lyxtabular version="3" rows="13" columns="2">
17278 <features tabularvalignment="middle">
17279 <column alignment="center" valignment="top" width="0pt">
17280 <column alignment="center" valignment="top" width="0pt">
17281 <row>
17282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17283 \begin_inset Text
17284
17285 \begin_layout Plain Layout
17286 Command
17287 \end_layout
17288
17289 \end_inset
17290 </cell>
17291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295 Result
17296 \end_layout
17297
17298 \end_inset
17299 </cell>
17300 </row>
17301 <row>
17302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17303 \begin_inset Text
17304
17305 \begin_layout Plain Layout
17306
17307 \backslash
17308 oplus
17309 \end_layout
17310
17311 \end_inset
17312 </cell>
17313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17314 \begin_inset Text
17315
17316 \begin_layout Plain Layout
17317 \begin_inset Formula $\oplus$
17318 \end_inset
17319
17320
17321 \end_layout
17322
17323 \end_inset
17324 </cell>
17325 </row>
17326 <row>
17327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17328 \begin_inset Text
17329
17330 \begin_layout Plain Layout
17331
17332 \backslash
17333 ominus
17334 \end_layout
17335
17336 \end_inset
17337 </cell>
17338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17339 \begin_inset Text
17340
17341 \begin_layout Plain Layout
17342 \begin_inset Formula $\ominus$
17343 \end_inset
17344
17345
17346 \end_layout
17347
17348 \end_inset
17349 </cell>
17350 </row>
17351 <row>
17352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17353 \begin_inset Text
17354
17355 \begin_layout Plain Layout
17356
17357 \backslash
17358 otimes
17359 \end_layout
17360
17361 \end_inset
17362 </cell>
17363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17364 \begin_inset Text
17365
17366 \begin_layout Plain Layout
17367 \begin_inset Formula $\otimes$
17368 \end_inset
17369
17370
17371 \end_layout
17372
17373 \end_inset
17374 </cell>
17375 </row>
17376 <row>
17377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17378 \begin_inset Text
17379
17380 \begin_layout Plain Layout
17381
17382 \backslash
17383 oslash
17384 \end_layout
17385
17386 \end_inset
17387 </cell>
17388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392 \begin_inset Formula $\oslash$
17393 \end_inset
17394
17395
17396 \end_layout
17397
17398 \end_inset
17399 </cell>
17400 </row>
17401 <row>
17402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17403 \begin_inset Text
17404
17405 \begin_layout Plain Layout
17406
17407 \backslash
17408 odot
17409 \end_layout
17410
17411 \end_inset
17412 </cell>
17413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17414 \begin_inset Text
17415
17416 \begin_layout Plain Layout
17417 \begin_inset Formula $\odot$
17418 \end_inset
17419
17420
17421 \end_layout
17422
17423 \end_inset
17424 </cell>
17425 </row>
17426 <row>
17427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17428 \begin_inset Text
17429
17430 \begin_layout Plain Layout
17431
17432 \backslash
17433 amalg
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17439 \begin_inset Text
17440
17441 \begin_layout Plain Layout
17442 \begin_inset Formula $\amalg$
17443 \end_inset
17444
17445
17446 \end_layout
17447
17448 \end_inset
17449 </cell>
17450 </row>
17451 <row>
17452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456
17457 \backslash
17458 uplus
17459 \end_layout
17460
17461 \end_inset
17462 </cell>
17463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17464 \begin_inset Text
17465
17466 \begin_layout Plain Layout
17467 \begin_inset Formula $\uplus$
17468 \end_inset
17469
17470
17471 \end_layout
17472
17473 \end_inset
17474 </cell>
17475 </row>
17476 <row>
17477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17478 \begin_inset Text
17479
17480 \begin_layout Plain Layout
17481
17482 \backslash
17483 setminus
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17489 \begin_inset Text
17490
17491 \begin_layout Plain Layout
17492 \begin_inset Formula $\setminus$
17493 \end_inset
17494
17495
17496 \end_layout
17497
17498 \end_inset
17499 </cell>
17500 </row>
17501 <row>
17502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17503 \begin_inset Text
17504
17505 \begin_layout Plain Layout
17506
17507 \backslash
17508 sqcap
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17514 \begin_inset Text
17515
17516 \begin_layout Plain Layout
17517 \begin_inset Formula $\sqcap$
17518 \end_inset
17519
17520
17521 \end_layout
17522
17523 \end_inset
17524 </cell>
17525 </row>
17526 <row>
17527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout Plain Layout
17531
17532 \backslash
17533 sqcup
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542 \begin_inset Formula $\sqcup$
17543 \end_inset
17544
17545
17546 \end_layout
17547
17548 \end_inset
17549 </cell>
17550 </row>
17551 <row>
17552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17553 \begin_inset Text
17554
17555 \begin_layout Plain Layout
17556
17557 \backslash
17558 triangleleft
17559 \end_layout
17560
17561 \end_inset
17562 </cell>
17563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17564 \begin_inset Text
17565
17566 \begin_layout Plain Layout
17567 \begin_inset Formula $\triangleleft$
17568 \end_inset
17569
17570
17571 \end_layout
17572
17573 \end_inset
17574 </cell>
17575 </row>
17576 <row>
17577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17578 \begin_inset Text
17579
17580 \begin_layout Plain Layout
17581
17582 \backslash
17583 triangleright
17584 \end_layout
17585
17586 \end_inset
17587 </cell>
17588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17589 \begin_inset Text
17590
17591 \begin_layout Plain Layout
17592 \begin_inset Formula $\triangleright$
17593 \end_inset
17594
17595
17596 \end_layout
17597
17598 \end_inset
17599 </cell>
17600 </row>
17601 </lyxtabular>
17602
17603 \end_inset
17604
17605
17606 \begin_inset space \hfill{}
17607 \end_inset
17608
17609
17610 \end_layout
17611
17612 \begin_layout Standard
17613 All binary operators can also be inserted via the math toolbar button 
17614 \begin_inset Graphics
17615         filename ../images/math/pm.png
17616         scale 85
17617
17618 \end_inset
17619
17620 .
17621 \end_layout
17622
17623 \begin_layout Standard
17624 To typeset the Laplace operator also 
17625 \series bold
17626
17627 \backslash
17628 Delta
17629 \series default
17630  or 
17631 \series bold
17632
17633 \backslash
17634 nabla
17635 \series default
17636 ^
17637 \series bold
17638 2
17639 \series default
17640  (
17641 \begin_inset Formula $\nabla^{2}$
17642 \end_inset
17643
17644 ) can be used instead of 
17645 \series bold
17646
17647 \backslash
17648 bigtriangleup
17649 \series default
17650  .
17651 \end_layout
17652
17653 \begin_layout Standard
17654 The character 
17655 \family sans
17656 Menu Separator
17657 \family default
17658  from the menu 
17659 \family sans
17660 Insert\SpecialChar \menuseparator
17661 Special Character
17662 \family default
17663  is the operator 
17664 \series bold
17665
17666 \backslash
17667 triangleright
17668 \series default
17669 .
17670 \end_layout
17671
17672 \begin_layout Subsection
17673 Self-defined Operators
17674 \begin_inset CommandInset label
17675 LatexCommand label
17676 name "sub:Self-defined-Operators"
17677
17678 \end_inset
17679
17680
17681 \begin_inset Index idx
17682 status collapsed
17683
17684 \begin_layout Plain Layout
17685 Operators ! self-defined
17686 \end_layout
17687
17688 \end_inset
17689
17690
17691 \end_layout
17692
17693 \begin_layout Standard
17694 With the help of the command 
17695 \series bold
17696
17697 \backslash
17698 DeclareMathOperator
17699 \series default
17700
17701 \begin_inset Index idx
17702 status collapsed
17703
17704 \begin_layout Plain Layout
17705 Commands ! D ! 
17706 \backslash
17707 dbinom@
17708 \backslash
17709 DeclareMathOperator
17710 \end_layout
17711
17712 \end_inset
17713
17714  custom operators can be defined in the LaTeX-preamble.
17715  Its command scheme is:
17716 \end_layout
17717
17718 \begin_layout Standard
17719
17720 \series bold
17721
17722 \backslash
17723 DeclareMathOperator{new command}{display}
17724 \end_layout
17725
17726 \begin_layout Standard
17727 Display can be characters or symbols that define how the operator looks
17728  in the output.
17729  To define a big operator a * is set behind the command.
17730  All self-defined big operators can have limits as described in 
17731 \begin_inset CommandInset ref
17732 LatexCommand ref
17733 reference "sub:Operator-Limits"
17734
17735 \end_inset
17736
17737 .
17738 \end_layout
17739
17740 \begin_layout Standard
17741 For example the LaTeX-preamble line
17742 \end_layout
17743
17744 \begin_layout Standard
17745
17746 \series bold
17747
17748 \backslash
17749 DeclareMathOperator*{
17750 \backslash
17751 Lozenge}{
17752 \backslash
17753 blacklozenge}
17754 \end_layout
17755
17756 \begin_layout Standard
17757 defines the command 
17758 \series bold
17759
17760 \backslash
17761 Lozenge
17762 \series default
17763 , that inserts a big operator consisting of the lozenge symbol from 
17764 \begin_inset CommandInset ref
17765 LatexCommand ref
17766 reference "sub:Miscellaneous-Symbols"
17767
17768 \end_inset
17769
17770 :
17771 \begin_inset Formula \[
17772 \Lozenge_{n=1}^{\infty}\]
17773
17774 \end_inset
17775
17776 The command for this formula is: 
17777 \series bold
17778
17779 \backslash
17780 Lozenge
17781 \series default
17782 ^
17783 \series bold
17784
17785 \backslash
17786 infty
17787 \begin_inset Formula $\to$
17788 \end_inset
17789
17790 _n=1
17791 \end_layout
17792
17793 \begin_layout Standard
17794 \begin_inset VSpace bigskip
17795 \end_inset
17796
17797 When self-defined operators are not used several times in the document,
17798  they can also be defined with the commands 
17799 \series bold
17800
17801 \backslash
17802 mathop
17803 \series default
17804
17805 \begin_inset Index idx
17806 status collapsed
17807
17808 \begin_layout Plain Layout
17809 Commands ! M ! 
17810 \backslash
17811 mathop
17812 \end_layout
17813
17814 \end_inset
17815
17816  and 
17817 \series bold
17818
17819 \backslash
17820 mathbin
17821 \series default
17822
17823 \begin_inset Index idx
17824 status collapsed
17825
17826 \begin_layout Plain Layout
17827 Commands ! M ! 
17828 \backslash
17829 mathbin
17830 \end_layout
17831
17832 \end_inset
17833
17834 , which have the following scheme:
17835 \end_layout
17836
17837 \begin_layout Standard
17838
17839 \series bold
17840
17841 \backslash
17842 mathop{display}
17843 \series default
17844  and 
17845 \series bold
17846
17847 \backslash
17848 mathbin{display}
17849 \end_layout
17850
17851 \begin_layout Standard
17852
17853 \series bold
17854
17855 \backslash
17856 mathop
17857 \series default
17858  defines big operators, 
17859 \series bold
17860
17861 \backslash
17862 mathbin
17863 \series default
17864  binary operators.
17865 \end_layout
17866
17867 \begin_layout Standard
17868
17869 \series bold
17870
17871 \backslash
17872 mathop
17873 \series default
17874  can e.
17875 \begin_inset space \thinspace{}
17876 \end_inset
17877
17878 g.
17879 \begin_inset space \space{}
17880 \end_inset
17881
17882 be used to use one limit for several operators:
17883 \end_layout
17884
17885 \begin_layout Standard
17886 \begin_inset Formula \[
17887 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17888
17889 \end_inset
17890
17891
17892 \end_layout
17893
17894 \begin_layout Standard
17895 The command for the formula above is:
17896 \begin_inset Newline newline
17897 \end_inset
17898
17899
17900 \series bold
17901
17902 \backslash
17903 mathop{
17904 \backslash
17905 sum
17906 \backslash
17907 negmedspace
17908 \backslash
17909 sum
17910 \series default
17911
17912 \begin_inset ERT
17913 status collapsed
17914
17915 \begin_layout Plain Layout
17916
17917
17918 \backslash
17919 spce 
17920 \end_layout
17921
17922 \end_inset
17923
17924
17925 \series bold
17926
17927 \begin_inset Formula $\to$
17928 \end_inset
17929
17930 ^N
17931 \series default
17932
17933 \begin_inset ERT
17934 status collapsed
17935
17936 \begin_layout Plain Layout
17937
17938
17939 \backslash
17940 spce 
17941 \end_layout
17942
17943 \end_inset
17944
17945
17946 \series bold
17947 _i,j=1
17948 \end_layout
17949
17950 \begin_layout Section
17951 Fonts
17952 \begin_inset Index idx
17953 status collapsed
17954
17955 \begin_layout Plain Layout
17956 Fonts
17957 \end_layout
17958
17959 \end_inset
17960
17961
17962 \end_layout
17963
17964 \begin_layout Subsection
17965 Font Styles
17966 \begin_inset CommandInset label
17967 LatexCommand label
17968 name "sub:Font-Styles"
17969
17970 \end_inset
17971
17972
17973 \begin_inset Index idx
17974 status collapsed
17975
17976 \begin_layout Plain Layout
17977 Font ! style
17978 \end_layout
17979
17980 \end_inset
17981
17982
17983 \end_layout
17984
17985 \begin_layout Standard
17986 Latin letters in formulas can be set in one of the following font styles:
17987 \begin_inset VSpace -2mm
17988 \end_inset
17989
17990
17991 \end_layout
17992
17993 \begin_layout Standard
17994 \align center
17995 \begin_inset Tabular
17996 <lyxtabular version="3" rows="7" columns="3">
17997 <features tabularvalignment="middle">
17998 <column alignment="center" valignment="top" width="0">
17999 <column alignment="center" valignment="top" width="0">
18000 <column alignment="center" valignment="top" width="0">
18001 <row>
18002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18003 \begin_inset Text
18004
18005 \begin_layout Plain Layout
18006 Command
18007 \end_layout
18008
18009 \end_inset
18010 </cell>
18011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18012 \begin_inset Text
18013
18014 \begin_layout Plain Layout
18015 Result
18016 \end_layout
18017
18018 \end_inset
18019 </cell>
18020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18021 \begin_inset Text
18022
18023 \begin_layout Plain Layout
18024 shortcut
18025 \end_layout
18026
18027 \end_inset
18028 </cell>
18029 </row>
18030 <row>
18031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18032 \begin_inset Text
18033
18034 \begin_layout Plain Layout
18035
18036 \backslash
18037 mathbb
18038 \series bold
18039
18040 \begin_inset ERT
18041 status collapsed
18042
18043 \begin_layout Plain Layout
18044
18045
18046 \backslash
18047 spce 
18048 \end_layout
18049
18050 \end_inset
18051
18052
18053 \series default
18054 ABC
18055 \end_layout
18056
18057 \end_inset
18058 </cell>
18059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18060 \begin_inset Text
18061
18062 \begin_layout Plain Layout
18063 \begin_inset Formula $\mathbb{ABC}$
18064 \end_inset
18065
18066
18067 \end_layout
18068
18069 \end_inset
18070 </cell>
18071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18072 \begin_inset Text
18073
18074 \begin_layout Plain Layout
18075 \begin_inset Info
18076 type  "shortcuts"
18077 arg   "font-noun"
18078 \end_inset
18079
18080
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 </row>
18086 <row>
18087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Plain Layout
18091
18092 \backslash
18093 mathbf
18094 \series bold
18095
18096 \begin_inset ERT
18097 status collapsed
18098
18099 \begin_layout Plain Layout
18100
18101
18102 \backslash
18103 spce 
18104 \end_layout
18105
18106 \end_inset
18107
18108
18109 \series default
18110 AbC
18111 \end_layout
18112
18113 \end_inset
18114 </cell>
18115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18116 \begin_inset Text
18117
18118 \begin_layout Plain Layout
18119 \begin_inset Formula $\mathbf{AbC}$
18120 \end_inset
18121
18122
18123 \end_layout
18124
18125 \end_inset
18126 </cell>
18127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131 \begin_inset Info
18132 type  "shortcuts"
18133 arg   "font-bold"
18134 \end_inset
18135
18136
18137 \end_layout
18138
18139 \end_inset
18140 </cell>
18141 </row>
18142 <row>
18143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18144 \begin_inset Text
18145
18146 \begin_layout Plain Layout
18147
18148 \backslash
18149 boldsymbol
18150 \series bold
18151
18152 \begin_inset ERT
18153 status collapsed
18154
18155 \begin_layout Plain Layout
18156
18157
18158 \backslash
18159 spce 
18160 \end_layout
18161
18162 \end_inset
18163
18164
18165 \series default
18166 AbC
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18172 \begin_inset Text
18173
18174 \begin_layout Plain Layout
18175 \begin_inset Formula $\boldsymbol{AbC}$
18176 \end_inset
18177
18178
18179 \end_layout
18180
18181 \end_inset
18182 </cell>
18183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18184 \begin_inset Text
18185
18186 \begin_layout Plain Layout
18187 \begin_inset Info
18188 type  "shortcuts"
18189 arg   "font-boldsymbol"
18190 \end_inset
18191
18192
18193 \end_layout
18194
18195 \end_inset
18196 </cell>
18197 </row>
18198 <row>
18199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18200 \begin_inset Text
18201
18202 \begin_layout Plain Layout
18203
18204 \backslash
18205 mathcal
18206 \series bold
18207
18208 \begin_inset ERT
18209 status collapsed
18210
18211 \begin_layout Plain Layout
18212
18213
18214 \backslash
18215 spce 
18216 \end_layout
18217
18218 \end_inset
18219
18220
18221 \series default
18222 ABC
18223 \end_layout
18224
18225 \end_inset
18226 </cell>
18227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231 \begin_inset Formula $\mathcal{ABC}$
18232 \end_inset
18233
18234
18235 \end_layout
18236
18237 \end_inset
18238 </cell>
18239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18240 \begin_inset Text
18241
18242 \begin_layout Plain Layout
18243 \begin_inset Info
18244 type  "shortcuts"
18245 arg   "font-emph"
18246 \end_inset
18247
18248
18249 \end_layout
18250
18251 \end_inset
18252 </cell>
18253 </row>
18254 <row>
18255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18256 \begin_inset Text
18257
18258 \begin_layout Plain Layout
18259
18260 \backslash
18261 mathfrak
18262 \series bold
18263
18264 \begin_inset ERT
18265 status collapsed
18266
18267 \begin_layout Plain Layout
18268
18269
18270 \backslash
18271 spce 
18272 \end_layout
18273
18274 \end_inset
18275
18276
18277 \series default
18278 AbC
18279 \end_layout
18280
18281 \end_inset
18282 </cell>
18283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18284 \begin_inset Text
18285
18286 \begin_layout Plain Layout
18287 \begin_inset Formula $\mathfrak{AbC}$
18288 \end_inset
18289
18290
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18296 \begin_inset Text
18297
18298 \begin_layout Plain Layout
18299 -
18300 \end_layout
18301
18302 \end_inset
18303 </cell>
18304 </row>
18305 <row>
18306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18307 \begin_inset Text
18308
18309 \begin_layout Plain Layout
18310
18311 \backslash
18312 mathscr
18313 \series bold
18314
18315 \begin_inset ERT
18316 status collapsed
18317
18318 \begin_layout Plain Layout
18319
18320
18321 \backslash
18322 spce 
18323 \end_layout
18324
18325 \end_inset
18326
18327
18328 \series default
18329 AbC
18330 \end_layout
18331
18332 \end_inset
18333 </cell>
18334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18335 \begin_inset Text
18336
18337 \begin_layout Plain Layout
18338 \begin_inset Formula $\mathscr{AbC}$
18339 \end_inset
18340
18341
18342 \end_layout
18343
18344 \end_inset
18345 </cell>
18346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18347 \begin_inset Text
18348
18349 \begin_layout Plain Layout
18350 -
18351 \end_layout
18352
18353 \end_inset
18354 </cell>
18355 </row>
18356 </lyxtabular>
18357
18358 \end_inset
18359
18360
18361 \end_layout
18362
18363 \begin_layout Standard
18364 \align center
18365 \begin_inset Tabular
18366 <lyxtabular version="3" rows="5" columns="3">
18367 <features tabularvalignment="middle">
18368 <column alignment="center" valignment="top" width="0">
18369 <column alignment="center" valignment="top" width="0">
18370 <column alignment="center" valignment="top" width="0">
18371 <row>
18372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18373 \begin_inset Text
18374
18375 \begin_layout Plain Layout
18376 Command
18377 \end_layout
18378
18379 \end_inset
18380 </cell>
18381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18382 \begin_inset Text
18383
18384 \begin_layout Plain Layout
18385 Result
18386 \end_layout
18387
18388 \end_inset
18389 </cell>
18390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18391 \begin_inset Text
18392
18393 \begin_layout Plain Layout
18394 shortcut
18395 \end_layout
18396
18397 \end_inset
18398 </cell>
18399 </row>
18400 <row>
18401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18402 \begin_inset Text
18403
18404 \begin_layout Plain Layout
18405
18406 \backslash
18407 mathit
18408 \series bold
18409
18410 \begin_inset ERT
18411 status collapsed
18412
18413 \begin_layout Plain Layout
18414
18415
18416 \backslash
18417 spce 
18418 \end_layout
18419
18420 \end_inset
18421
18422
18423 \series default
18424 AbC
18425 \end_layout
18426
18427 \end_inset
18428 </cell>
18429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18430 \begin_inset Text
18431
18432 \begin_layout Plain Layout
18433 \begin_inset Formula $\mathit{AbC}$
18434 \end_inset
18435
18436
18437 \end_layout
18438
18439 \end_inset
18440 </cell>
18441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18442 \begin_inset Text
18443
18444 \begin_layout Plain Layout
18445 -
18446 \end_layout
18447
18448 \end_inset
18449 </cell>
18450 </row>
18451 <row>
18452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18453 \begin_inset Text
18454
18455 \begin_layout Plain Layout
18456
18457 \backslash
18458 mathrm
18459 \series bold
18460
18461 \begin_inset ERT
18462 status collapsed
18463
18464 \begin_layout Plain Layout
18465
18466
18467 \backslash
18468 spce 
18469 \end_layout
18470
18471 \end_inset
18472
18473
18474 \series default
18475 AbC
18476 \end_layout
18477
18478 \end_inset
18479 </cell>
18480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18481 \begin_inset Text
18482
18483 \begin_layout Plain Layout
18484 \begin_inset Formula $\mathrm{AbC}$
18485 \end_inset
18486
18487
18488 \end_layout
18489
18490 \end_inset
18491 </cell>
18492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18493 \begin_inset Text
18494
18495 \begin_layout Plain Layout
18496 \begin_inset Info
18497 type  "shortcuts"
18498 arg   "font-roman"
18499 \end_inset
18500
18501
18502 \end_layout
18503
18504 \end_inset
18505 </cell>
18506 </row>
18507 <row>
18508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18509 \begin_inset Text
18510
18511 \begin_layout Plain Layout
18512
18513 \backslash
18514 mathsf
18515 \series bold
18516
18517 \begin_inset ERT
18518 status collapsed
18519
18520 \begin_layout Plain Layout
18521
18522
18523 \backslash
18524 spce 
18525 \end_layout
18526
18527 \end_inset
18528
18529
18530 \series default
18531 AbC
18532 \end_layout
18533
18534 \end_inset
18535 </cell>
18536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18537 \begin_inset Text
18538
18539 \begin_layout Plain Layout
18540 \begin_inset Formula $\mathsf{AbC}$
18541 \end_inset
18542
18543
18544 \end_layout
18545
18546 \end_inset
18547 </cell>
18548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18549 \begin_inset Text
18550
18551 \begin_layout Plain Layout
18552 \begin_inset Info
18553 type  "shortcuts"
18554 arg   "font-sans"
18555 \end_inset
18556
18557
18558 \end_layout
18559
18560 \end_inset
18561 </cell>
18562 </row>
18563 <row>
18564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18565 \begin_inset Text
18566
18567 \begin_layout Plain Layout
18568
18569 \backslash
18570 mathtt
18571 \series bold
18572
18573 \begin_inset ERT
18574 status collapsed
18575
18576 \begin_layout Plain Layout
18577
18578
18579 \backslash
18580 spce 
18581 \end_layout
18582
18583 \end_inset
18584
18585
18586 \series default
18587 AbC
18588 \end_layout
18589
18590 \end_inset
18591 </cell>
18592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18593 \begin_inset Text
18594
18595 \begin_layout Plain Layout
18596 \begin_inset Formula $\mathtt{AbC}$
18597 \end_inset
18598
18599
18600 \end_layout
18601
18602 \end_inset
18603 </cell>
18604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18605 \begin_inset Text
18606
18607 \begin_layout Plain Layout
18608 \begin_inset Info
18609 type  "shortcuts"
18610 arg   "font-typewriter"
18611 \end_inset
18612
18613
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 </row>
18619 </lyxtabular>
18620
18621 \end_inset
18622
18623
18624 \end_layout
18625
18626 \begin_layout Standard
18627 \begin_inset Note Greyedout
18628 status open
18629
18630 \begin_layout Plain Layout
18631
18632 \series bold
18633 Note:
18634 \series default
18635  The styles 
18636 \series bold
18637
18638 \backslash
18639 mathbb
18640 \series default
18641  and 
18642 \series bold
18643
18644 \backslash
18645 mathcal
18646 \series default
18647  can only be used for big letters.
18648 \end_layout
18649
18650 \end_inset
18651
18652
18653 \end_layout
18654
18655 \begin_layout Standard
18656 Predefined is the style 
18657 \series bold
18658
18659 \backslash
18660 mathnormal
18661 \series default
18662 .
18663 \end_layout
18664
18665 \begin_layout Standard
18666 The style commands work also for letters in mathematical constructs:
18667 \begin_inset Formula \[
18668 \mathfrak{A=\frac{b}{C}}\]
18669
18670 \end_inset
18671
18672
18673 \end_layout
18674
18675 \begin_layout Standard
18676 Characters in mathematical text don't appear in a math font style but in
18677  the text font style 
18678 \series bold
18679
18680 \backslash
18681 textrm
18682 \series default
18683 .
18684  That their style can't be set correctly via the text style dialog is a
18685  bug in LyX.
18686 \begin_inset Foot
18687 status collapsed
18688
18689 \begin_layout Plain Layout
18690 \begin_inset CommandInset href
18691 LatexCommand href
18692 name "LyX-bug #4629"
18693 target "http://www.lyx.org/trac/ticket/4629"
18694
18695 \end_inset
18696
18697
18698 \end_layout
18699
18700 \end_inset
18701
18702
18703 \end_layout
18704
18705 \begin_layout Standard
18706 Instead of the style commands the dialog 
18707 \family sans
18708 Edit\SpecialChar \menuseparator
18709 Math\SpecialChar \menuseparator
18710 Text Style
18711 \family default
18712  or the toolbar button 
18713 \begin_inset Graphics
18714         filename ../images/math/font.png
18715         scale 85
18716
18717 \end_inset
18718
18719  can be used.
18720 \end_layout
18721
18722 \begin_layout Subsection
18723 Bold Formulas
18724 \begin_inset CommandInset label
18725 LatexCommand label
18726 name "sub:Bold-Formulas"
18727
18728 \end_inset
18729
18730
18731 \begin_inset Index idx
18732 status collapsed
18733
18734 \begin_layout Plain Layout
18735 Formula ! bold
18736 \end_layout
18737
18738 \end_inset
18739
18740
18741 \end_layout
18742
18743 \begin_layout Standard
18744 To make a complete formula bold, the command 
18745 \series bold
18746
18747 \backslash
18748 mathbf
18749 \series default
18750  from the previous subsection cannot be used, because it doesn't work for
18751  small Greek letters.
18752  Furthermore it prints Latin letters always upright, like in the following
18753  equation:
18754 \end_layout
18755
18756 \begin_layout Standard
18757 \begin_inset Formula \[
18758 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18759
18760 \end_inset
18761
18762
18763 \end_layout
18764
18765 \begin_layout Standard
18766 To display the formula correctly, the command 
18767 \series bold
18768
18769 \backslash
18770 boldsymbol
18771 \series default
18772  is used:
18773 \begin_inset Formula \[
18774 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18775
18776 \end_inset
18777
18778 It is also possible to set the formula in a 
18779 \series bold
18780 boldmath environment
18781 \series default
18782 .
18783  This environment is created by inserting the command 
18784 \series bold
18785
18786 \backslash
18787 boldmath
18788 \series default
18789
18790 \begin_inset Index idx
18791 status collapsed
18792
18793 \begin_layout Plain Layout
18794 Commands ! B ! 
18795 \backslash
18796 boldmath
18797 \end_layout
18798
18799 \end_inset
18800
18801  in TeX-mode.
18802  To end the environment, the command 
18803 \series bold
18804
18805 \backslash
18806 unboldmath
18807 \series default
18808
18809 \begin_inset Index idx
18810 status collapsed
18811
18812 \begin_layout Plain Layout
18813 Commands ! U ! 
18814 \backslash
18815 unboldmath
18816 \end_layout
18817
18818 \end_inset
18819
18820  is inserted in TeX-mode.
18821 \begin_inset ERT
18822 status collapsed
18823
18824 \begin_layout Plain Layout
18825
18826
18827 \backslash
18828 boldmath 
18829 \end_layout
18830
18831 \end_inset
18832
18833
18834 \begin_inset Formula \[
18835 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18836
18837 \end_inset
18838
18839
18840 \begin_inset ERT
18841 status collapsed
18842
18843 \begin_layout Plain Layout
18844
18845
18846 \backslash
18847 unboldmath 
18848 \end_layout
18849
18850 \end_inset
18851
18852
18853 \end_layout
18854
18855 \begin_layout Subsection
18856 Colored Formulas
18857 \begin_inset Index idx
18858 status collapsed
18859
18860 \begin_layout Plain Layout
18861 Formula ! colored
18862 \end_layout
18863
18864 \end_inset
18865
18866
18867 \end_layout
18868
18869 \begin_layout Standard
18870 Formulas can be colored like normal text: Highlight a formula or a formula
18871  part and use the 
18872 \family sans
18873 Text Style
18874 \family default
18875  dialog.
18876  Here is a formula in magenta:
18877 \begin_inset Formula \[
18878 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18879
18880 \end_inset
18881
18882
18883 \end_layout
18884
18885 \begin_layout Standard
18886 You can also define your own colors as described in 
18887 \begin_inset CommandInset ref
18888 LatexCommand ref
18889 reference "sub:Colored-Boxes"
18890
18891 \end_inset
18892
18893 .
18894  They can be used with the TeX code command 
18895 \series bold
18896
18897 \backslash
18898 textcolor
18899 \series default
18900
18901 \begin_inset Index idx
18902 status collapsed
18903
18904 \begin_layout Plain Layout
18905 Commands ! T ! 
18906 \backslash
18907 textcolor
18908 \end_layout
18909
18910 \end_inset
18911
18912  in the scheme
18913 \end_layout
18914
18915 \begin_layout Standard
18916
18917 \series bold
18918
18919 \backslash
18920 textcolor{color}{characters or formula}
18921 \end_layout
18922
18923 \begin_layout Standard
18924 The following example was colored completely dark green and partly red:
18925 \end_layout
18926
18927 \begin_layout Standard
18928 \begin_inset ERT
18929 status collapsed
18930
18931 \begin_layout Plain Layout
18932
18933
18934 \backslash
18935 textcolor{darkgreen}{
18936 \end_layout
18937
18938 \end_inset
18939
18940
18941 \begin_inset Formula \[
18942 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18943
18944 \end_inset
18945
18946
18947 \begin_inset ERT
18948 status collapsed
18949
18950 \begin_layout Plain Layout
18951
18952 }
18953 \end_layout
18954
18955 \end_inset
18956
18957
18958 \end_layout
18959
18960 \begin_layout Standard
18961 Due to a bug in LyX only complete formulas can be colored with self-defined
18962  colors.
18963 \begin_inset Foot
18964 status collapsed
18965
18966 \begin_layout Plain Layout
18967 \begin_inset CommandInset href
18968 LatexCommand href
18969 name "LyX-bug #5269"
18970 target "http://www.lyx.org/trac/ticket/5269"
18971
18972 \end_inset
18973
18974
18975 \end_layout
18976
18977 \end_inset
18978
18979
18980 \end_layout
18981
18982 \begin_layout Subsection
18983 Font Sizes
18984 \begin_inset CommandInset label
18985 LatexCommand label
18986 name "sub:Font-Sizes"
18987
18988 \end_inset
18989
18990
18991 \begin_inset Index idx
18992 status collapsed
18993
18994 \begin_layout Plain Layout
18995 Font ! size
18996 \end_layout
18997
18998 \end_inset
18999
19000
19001 \end_layout
19002
19003 \begin_layout Standard
19004 For characters in formulas there are, analog to characters in text, the
19005  following size commands:
19006 \end_layout
19007
19008 \begin_layout Standard
19009
19010 \series bold
19011
19012 \backslash
19013 Huge
19014 \series default
19015
19016 \series bold
19017
19018 \backslash
19019 huge
19020 \series default
19021
19022 \series bold
19023
19024 \backslash
19025 LARGE
19026 \series default
19027
19028 \series bold
19029
19030 \backslash
19031 Large
19032 \series default
19033
19034 \series bold
19035
19036 \backslash
19037 large
19038 \series default
19039
19040 \series bold
19041
19042 \backslash
19043 normalsize
19044 \series default
19045
19046 \series bold
19047
19048 \backslash
19049 small
19050 \series default
19051 ,
19052 \begin_inset Newline newline
19053 \end_inset
19054
19055
19056 \series bold
19057
19058 \backslash
19059 footnotesize
19060 \series default
19061
19062 \series bold
19063
19064 \backslash
19065 scriptsize
19066 \series default
19067  and 
19068 \series bold
19069
19070 \backslash
19071 tiny
19072 \end_layout
19073
19074 \begin_layout Standard
19075 The size produced by the commands depends on the document font size, that
19076  corresponds with the command 
19077 \series bold
19078
19079 \backslash
19080 normalsize
19081 \series default
19082 .
19083  The other commands produce smaller or larger sizes than 
19084 \series bold
19085
19086 \backslash
19087 normalsize
19088 \series default
19089 .
19090  The font size can however not exceed a certain value.
19091  Is for example the document font size 12
19092 \begin_inset space \thinspace{}
19093 \end_inset
19094
19095 pt, the command 
19096 \series bold
19097
19098 \backslash
19099 Huge
19100 \series default
19101  switches to the same size as 
19102 \series bold
19103
19104 \backslash
19105 huge
19106 \series default
19107 .
19108  
19109 \end_layout
19110
19111 \begin_layout Standard
19112 A size command is inserted in TeX-mode before the formula and sets the size
19113  for all following formula and text characters.
19114  To switch back to the initial size, the command 
19115 \series bold
19116
19117 \backslash
19118 normalsize
19119 \series default
19120  is inserted behind the formula in TeX-mode.
19121 \end_layout
19122
19123 \begin_layout Standard
19124 \begin_inset Newpage newpage
19125 \end_inset
19126
19127
19128 \end_layout
19129
19130 \begin_layout Standard
19131 Within a formula the size can be changed using the following size commands:
19132 \end_layout
19133
19134 \begin_layout Standard
19135 \noindent
19136 \align center
19137 \begin_inset Tabular
19138 <lyxtabular version="3" rows="5" columns="2">
19139 <features tabularvalignment="middle">
19140 <column alignment="center" valignment="top" width="0">
19141 <column alignment="center" valignment="top" width="0">
19142 <row>
19143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Plain Layout
19147 Command
19148 \end_layout
19149
19150 \end_inset
19151 </cell>
19152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19153 \begin_inset Text
19154
19155 \begin_layout Plain Layout
19156 Result
19157 \begin_inset Note Note
19158 status collapsed
19159
19160 \begin_layout Plain Layout
19161
19162 \series bold
19163
19164 \backslash
19165 raisebox
19166 \series default
19167  is only used as spacer.
19168 \end_layout
19169
19170 \end_inset
19171
19172
19173 \end_layout
19174
19175 \end_inset
19176 </cell>
19177 </row>
19178 <row>
19179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183
19184 \backslash
19185 displaystyle
19186 \begin_inset Index idx
19187 status collapsed
19188
19189 \begin_layout Plain Layout
19190 Commands ! D ! 
19191 \backslash
19192 displaystyle
19193 \end_layout
19194
19195 \end_inset
19196
19197
19198 \end_layout
19199
19200 \end_inset
19201 </cell>
19202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19203 \begin_inset Text
19204
19205 \begin_layout Plain Layout
19206 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19207 \end_inset
19208
19209
19210 \end_layout
19211
19212 \end_inset
19213 </cell>
19214 </row>
19215 <row>
19216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19217 \begin_inset Text
19218
19219 \begin_layout Plain Layout
19220
19221 \backslash
19222 textstyle
19223 \end_layout
19224
19225 \end_inset
19226 </cell>
19227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19228 \begin_inset Text
19229
19230 \begin_layout Plain Layout
19231 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19232 \end_inset
19233
19234
19235 \end_layout
19236
19237 \end_inset
19238 </cell>
19239 </row>
19240 <row>
19241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19242 \begin_inset Text
19243
19244 \begin_layout Plain Layout
19245
19246 \backslash
19247 scriptstyle
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19253 \begin_inset Text
19254
19255 \begin_layout Plain Layout
19256 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19257 \end_inset
19258
19259
19260 \end_layout
19261
19262 \end_inset
19263 </cell>
19264 </row>
19265 <row>
19266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19267 \begin_inset Text
19268
19269 \begin_layout Plain Layout
19270
19271 \backslash
19272 scriptscriptstyle
19273 \end_layout
19274
19275 \end_inset
19276 </cell>
19277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19278 \begin_inset Text
19279
19280 \begin_layout Plain Layout
19281 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19282 \end_inset
19283
19284
19285 \end_layout
19286
19287 \end_inset
19288 </cell>
19289 </row>
19290 </lyxtabular>
19291
19292 \end_inset
19293
19294
19295 \end_layout
19296
19297 \begin_layout Standard
19298 After entering these commands, a blue box appears in which the formula parts
19299  are inserted.
19300 \end_layout
19301
19302 \begin_layout Standard
19303 There is a further method to change the font size, that though only works
19304  for symbols or letters in mathematical text.
19305  To use it, one of the above text size commands is inserted in mathematical
19306  text.
19307  All following characters until the end of the mathematical text or until
19308  another size command will have the selected size.
19309  Two examples:
19310 \begin_inset VSpace -2mm
19311 \end_inset
19312
19313
19314 \end_layout
19315
19316 \begin_layout Standard
19317 \begin_inset ERT
19318 status collapsed
19319
19320 \begin_layout Plain Layout
19321
19322
19323 \backslash
19324 huge 
19325 \end_layout
19326
19327 \end_inset
19328
19329
19330 \begin_inset Formula \[
19331 A=\frac{B}{c}\cdot\maltese\]
19332
19333 \end_inset
19334
19335
19336 \begin_inset Formula \[
19337 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19338
19339 \end_inset
19340
19341
19342 \begin_inset ERT
19343 status collapsed
19344
19345 \begin_layout Plain Layout
19346
19347
19348 \backslash
19349 normalsize 
19350 \end_layout
19351
19352 \end_inset
19353
19354
19355 \end_layout
19356
19357 \begin_layout Standard
19358 \begin_inset VSpace medskip
19359 \end_inset
19360
19361 Before both formulas the command 
19362 \series bold
19363
19364 \backslash
19365 huge
19366 \series default
19367  was inserted.
19368  The command for the second formula is:
19369 \begin_inset Newline newline
19370 \end_inset
19371
19372
19373 \series bold
19374
19375 \backslash
19376 maltese
19377 \begin_inset ERT
19378 status collapsed
19379
19380 \begin_layout Plain Layout
19381
19382
19383 \backslash
19384 spce 
19385 \end_layout
19386
19387 \end_inset
19388
19389 A Alt+M M 
19390 \backslash
19391 Large
19392 \begin_inset ERT
19393 status collapsed
19394
19395 \begin_layout Plain Layout
19396
19397
19398 \backslash
19399 spce 
19400 \end_layout
19401
19402 \end_inset
19403
19404
19405 \backslash
19406 maltese
19407 \begin_inset ERT
19408 status collapsed
19409
19410 \begin_layout Plain Layout
19411
19412
19413 \backslash
19414 spce 
19415 \end_layout
19416
19417 \end_inset
19418
19419
19420 \backslash
19421 textit
19422 \begin_inset ERT
19423 status collapsed
19424
19425 \begin_layout Plain Layout
19426
19427
19428 \backslash
19429 spce 
19430 \end_layout
19431
19432 \end_inset
19433
19434 A
19435 \begin_inset Formula $\to$
19436 \end_inset
19437
19438
19439 \begin_inset Formula $\to$
19440 \end_inset
19441
19442
19443 \begin_inset Newline newline
19444 \end_inset
19445
19446
19447 \begin_inset space \hspace*{}
19448 \length 1cm
19449 \end_inset
19450
19451 Alt+M
19452 \series default
19453  
19454 \series bold
19455
19456 \backslash
19457 tiny
19458 \begin_inset ERT
19459 status collapsed
19460
19461 \begin_layout Plain Layout
19462
19463
19464 \backslash
19465 spce 
19466 \end_layout
19467
19468 \end_inset
19469
19470
19471 \backslash
19472 maltese
19473 \begin_inset ERT
19474 status collapsed
19475
19476 \begin_layout Plain Layout
19477
19478
19479 \backslash
19480 spce 
19481 \end_layout
19482
19483 \end_inset
19484
19485
19486 \backslash
19487 textit
19488 \begin_inset ERT
19489 status collapsed
19490
19491 \begin_layout Plain Layout
19492
19493
19494 \backslash
19495 spce 
19496 \end_layout
19497
19498 \end_inset
19499
19500 A
19501 \end_layout
19502
19503 \begin_layout Standard
19504 If a symbol cannot be displayed in different sizes, it will always be displayed
19505  in the default size.
19506 \end_layout
19507
19508 \begin_layout Standard
19509 \begin_inset Newpage newpage
19510 \end_inset
19511
19512
19513 \end_layout
19514
19515 \begin_layout Section
19516 Greek Letters
19517 \begin_inset Index idx
19518 status collapsed
19519
19520 \begin_layout Plain Layout
19521 Greek letters
19522 \end_layout
19523
19524 \end_inset
19525
19526
19527 \end_layout
19528
19529 \begin_layout Standard
19530 All Greek letters can also be inserted via the toolbar button 
19531 \begin_inset Graphics
19532         filename ../images/math/alpha.png
19533         scale 85
19534
19535 \end_inset
19536
19537 .
19538 \end_layout
19539
19540 \begin_layout Subsection
19541 Small Letters
19542 \begin_inset Index idx
19543 status collapsed
19544
19545 \begin_layout Plain Layout
19546 Greek letters ! small
19547 \end_layout
19548
19549 \end_inset
19550
19551
19552 \end_layout
19553
19554 \begin_layout Standard
19555 \begin_inset space \hfill{}
19556 \end_inset
19557
19558
19559 \begin_inset Tabular
19560 <lyxtabular version="3" rows="11" columns="2">
19561 <features tabularvalignment="middle">
19562 <column alignment="center" valignment="top" width="0pt">
19563 <column alignment="center" valignment="top" width="0pt">
19564 <row>
19565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19566 \begin_inset Text
19567
19568 \begin_layout Plain Layout
19569 Command
19570 \end_layout
19571
19572 \end_inset
19573 </cell>
19574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578 Result
19579 \end_layout
19580
19581 \end_inset
19582 </cell>
19583 </row>
19584 <row>
19585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19586 \begin_inset Text
19587
19588 \begin_layout Plain Layout
19589
19590 \backslash
19591 alpha
19592 \end_layout
19593
19594 \end_inset
19595 </cell>
19596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19597 \begin_inset Text
19598
19599 \begin_layout Plain Layout
19600 \begin_inset Formula $\alpha$
19601 \end_inset
19602
19603
19604 \end_layout
19605
19606 \end_inset
19607 </cell>
19608 </row>
19609 <row>
19610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614
19615 \backslash
19616 beta
19617 \end_layout
19618
19619 \end_inset
19620 </cell>
19621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19622 \begin_inset Text
19623
19624 \begin_layout Plain Layout
19625 \begin_inset Formula $\beta$
19626 \end_inset
19627
19628
19629 \end_layout
19630
19631 \end_inset
19632 </cell>
19633 </row>
19634 <row>
19635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639
19640 \backslash
19641 gamma
19642 \end_layout
19643
19644 \end_inset
19645 </cell>
19646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19647 \begin_inset Text
19648
19649 \begin_layout Plain Layout
19650 \begin_inset Formula $\gamma$
19651 \end_inset
19652
19653
19654 \end_layout
19655
19656 \end_inset
19657 </cell>
19658 </row>
19659 <row>
19660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19661 \begin_inset Text
19662
19663 \begin_layout Plain Layout
19664
19665 \backslash
19666 delta
19667 \end_layout
19668
19669 \end_inset
19670 </cell>
19671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675 \begin_inset Formula $\delta$
19676 \end_inset
19677
19678
19679 \end_layout
19680
19681 \end_inset
19682 </cell>
19683 </row>
19684 <row>
19685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19686 \begin_inset Text
19687
19688 \begin_layout Plain Layout
19689
19690 \backslash
19691 epsilon
19692 \end_layout
19693
19694 \end_inset
19695 </cell>
19696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700 \begin_inset Formula $\epsilon$
19701 \end_inset
19702
19703
19704 \end_layout
19705
19706 \end_inset
19707 </cell>
19708 </row>
19709 <row>
19710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19711 \begin_inset Text
19712
19713 \begin_layout Plain Layout
19714
19715 \backslash
19716 varepsilon
19717 \end_layout
19718
19719 \end_inset
19720 </cell>
19721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19722 \begin_inset Text
19723
19724 \begin_layout Plain Layout
19725 \begin_inset Formula $\varepsilon$
19726 \end_inset
19727
19728
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 </row>
19734 <row>
19735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19736 \begin_inset Text
19737
19738 \begin_layout Plain Layout
19739
19740 \backslash
19741 zeta
19742 \end_layout
19743
19744 \end_inset
19745 </cell>
19746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19747 \begin_inset Text
19748
19749 \begin_layout Plain Layout
19750 \begin_inset Formula $\zeta$
19751 \end_inset
19752
19753
19754 \end_layout
19755
19756 \end_inset
19757 </cell>
19758 </row>
19759 <row>
19760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19761 \begin_inset Text
19762
19763 \begin_layout Plain Layout
19764
19765 \backslash
19766 eta
19767 \end_layout
19768
19769 \end_inset
19770 </cell>
19771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19772 \begin_inset Text
19773
19774 \begin_layout Plain Layout
19775 \begin_inset Formula $\eta$
19776 \end_inset
19777
19778
19779 \end_layout
19780
19781 \end_inset
19782 </cell>
19783 </row>
19784 <row>
19785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19786 \begin_inset Text
19787
19788 \begin_layout Plain Layout
19789
19790 \backslash
19791 theta
19792 \end_layout
19793
19794 \end_inset
19795 </cell>
19796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19797 \begin_inset Text
19798
19799 \begin_layout Plain Layout
19800 \begin_inset Formula $\theta$
19801 \end_inset
19802
19803
19804 \end_layout
19805
19806 \end_inset
19807 </cell>
19808 </row>
19809 <row>
19810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19811 \begin_inset Text
19812
19813 \begin_layout Plain Layout
19814
19815 \backslash
19816 vartheta
19817 \end_layout
19818
19819 \end_inset
19820 </cell>
19821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19822 \begin_inset Text
19823
19824 \begin_layout Plain Layout
19825 \begin_inset Formula $\vartheta$
19826 \end_inset
19827
19828
19829 \end_layout
19830
19831 \end_inset
19832 </cell>
19833 </row>
19834 </lyxtabular>
19835
19836 \end_inset
19837
19838
19839 \begin_inset space \hfill{}
19840 \end_inset
19841
19842
19843 \begin_inset Tabular
19844 <lyxtabular version="3" rows="12" columns="2">
19845 <features tabularvalignment="middle">
19846 <column alignment="center" valignment="top" width="0pt">
19847 <column alignment="center" valignment="top" width="0pt">
19848 <row>
19849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19850 \begin_inset Text
19851
19852 \begin_layout Plain Layout
19853 Command
19854 \end_layout
19855
19856 \end_inset
19857 </cell>
19858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Plain Layout
19862 Result
19863 \end_layout
19864
19865 \end_inset
19866 </cell>
19867 </row>
19868 <row>
19869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19870 \begin_inset Text
19871
19872 \begin_layout Plain Layout
19873
19874 \backslash
19875 iota
19876 \end_layout
19877
19878 \end_inset
19879 </cell>
19880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19881 \begin_inset Text
19882
19883 \begin_layout Plain Layout
19884 \begin_inset Formula $\iota$
19885 \end_inset
19886
19887
19888 \end_layout
19889
19890 \end_inset
19891 </cell>
19892 </row>
19893 <row>
19894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898
19899 \backslash
19900 kappa
19901 \end_layout
19902
19903 \end_inset
19904 </cell>
19905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19906 \begin_inset Text
19907
19908 \begin_layout Plain Layout
19909 \begin_inset Formula $\kappa$
19910 \end_inset
19911
19912
19913 \end_layout
19914
19915 \end_inset
19916 </cell>
19917 </row>
19918 <row>
19919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923
19924 \backslash
19925 varkappa
19926 \end_layout
19927
19928 \end_inset
19929 </cell>
19930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934 \begin_inset Formula $\varkappa$
19935 \end_inset
19936
19937
19938 \end_layout
19939
19940 \end_inset
19941 </cell>
19942 </row>
19943 <row>
19944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19945 \begin_inset Text
19946
19947 \begin_layout Plain Layout
19948
19949 \backslash
19950 lambda
19951 \end_layout
19952
19953 \end_inset
19954 </cell>
19955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19956 \begin_inset Text
19957
19958 \begin_layout Plain Layout
19959 \begin_inset Formula $\lambda$
19960 \end_inset
19961
19962
19963 \end_layout
19964
19965 \end_inset
19966 </cell>
19967 </row>
19968 <row>
19969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19970 \begin_inset Text
19971
19972 \begin_layout Plain Layout
19973
19974 \backslash
19975 mu
19976 \end_layout
19977
19978 \end_inset
19979 </cell>
19980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19981 \begin_inset Text
19982
19983 \begin_layout Plain Layout
19984 \begin_inset Formula $\mu$
19985 \end_inset
19986
19987
19988 \end_layout
19989
19990 \end_inset
19991 </cell>
19992 </row>
19993 <row>
19994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Plain Layout
19998
19999 \backslash
20000 nu
20001 \end_layout
20002
20003 \end_inset
20004 </cell>
20005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20006 \begin_inset Text
20007
20008 \begin_layout Plain Layout
20009 \begin_inset Formula $\nu$
20010 \end_inset
20011
20012
20013 \end_layout
20014
20015 \end_inset
20016 </cell>
20017 </row>
20018 <row>
20019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20020 \begin_inset Text
20021
20022 \begin_layout Plain Layout
20023
20024 \backslash
20025 xi
20026 \end_layout
20027
20028 \end_inset
20029 </cell>
20030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20031 \begin_inset Text
20032
20033 \begin_layout Plain Layout
20034 \begin_inset Formula $\xi$
20035 \end_inset
20036
20037
20038 \end_layout
20039
20040 \end_inset
20041 </cell>
20042 </row>
20043 <row>
20044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20045 \begin_inset Text
20046
20047 \begin_layout Plain Layout
20048 o
20049 \end_layout
20050
20051 \end_inset
20052 </cell>
20053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20054 \begin_inset Text
20055
20056 \begin_layout Plain Layout
20057 \begin_inset Formula $o$
20058 \end_inset
20059
20060
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 </row>
20066 <row>
20067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Plain Layout
20071
20072 \backslash
20073 pi
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Plain Layout
20082 \begin_inset Formula $\pi$
20083 \end_inset
20084
20085
20086 \end_layout
20087
20088 \end_inset
20089 </cell>
20090 </row>
20091 <row>
20092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20093 \begin_inset Text
20094
20095 \begin_layout Plain Layout
20096
20097 \backslash
20098 varpi
20099 \end_layout
20100
20101 \end_inset
20102 </cell>
20103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Plain Layout
20107 \begin_inset Formula $\varpi$
20108 \end_inset
20109
20110
20111 \end_layout
20112
20113 \end_inset
20114 </cell>
20115 </row>
20116 <row>
20117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20118 \begin_inset Text
20119
20120 \begin_layout Plain Layout
20121
20122 \backslash
20123 rho
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20129 \begin_inset Text
20130
20131 \begin_layout Plain Layout
20132 \begin_inset Formula $\rho$
20133 \end_inset
20134
20135
20136 \end_layout
20137
20138 \end_inset
20139 </cell>
20140 </row>
20141 </lyxtabular>
20142
20143 \end_inset
20144
20145
20146 \begin_inset space \hfill{}
20147 \end_inset
20148
20149
20150 \begin_inset Tabular
20151 <lyxtabular version="3" rows="11" columns="2">
20152 <features tabularvalignment="middle">
20153 <column alignment="center" valignment="top" width="0pt">
20154 <column alignment="center" valignment="top" width="0pt">
20155 <row>
20156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20157 \begin_inset Text
20158
20159 \begin_layout Plain Layout
20160 Command
20161 \end_layout
20162
20163 \end_inset
20164 </cell>
20165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20166 \begin_inset Text
20167
20168 \begin_layout Plain Layout
20169 Result
20170 \end_layout
20171
20172 \end_inset
20173 </cell>
20174 </row>
20175 <row>
20176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20177 \begin_inset Text
20178
20179 \begin_layout Plain Layout
20180
20181 \backslash
20182 varrho
20183 \end_layout
20184
20185 \end_inset
20186 </cell>
20187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20188 \begin_inset Text
20189
20190 \begin_layout Plain Layout
20191 \begin_inset Formula $\varrho$
20192 \end_inset
20193
20194
20195 \end_layout
20196
20197 \end_inset
20198 </cell>
20199 </row>
20200 <row>
20201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20202 \begin_inset Text
20203
20204 \begin_layout Plain Layout
20205
20206 \backslash
20207 sigma
20208 \end_layout
20209
20210 \end_inset
20211 </cell>
20212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20213 \begin_inset Text
20214
20215 \begin_layout Plain Layout
20216 \begin_inset Formula $\sigma$
20217 \end_inset
20218
20219
20220 \end_layout
20221
20222 \end_inset
20223 </cell>
20224 </row>
20225 <row>
20226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20227 \begin_inset Text
20228
20229 \begin_layout Plain Layout
20230
20231 \backslash
20232 varsigma
20233 \end_layout
20234
20235 \end_inset
20236 </cell>
20237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20238 \begin_inset Text
20239
20240 \begin_layout Plain Layout
20241 \begin_inset Formula $\varsigma$
20242 \end_inset
20243
20244
20245 \end_layout
20246
20247 \end_inset
20248 </cell>
20249 </row>
20250 <row>
20251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20252 \begin_inset Text
20253
20254 \begin_layout Plain Layout
20255
20256 \backslash
20257 tau
20258 \end_layout
20259
20260 \end_inset
20261 </cell>
20262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20263 \begin_inset Text
20264
20265 \begin_layout Plain Layout
20266 \begin_inset Formula $\tau$
20267 \end_inset
20268
20269
20270 \end_layout
20271
20272 \end_inset
20273 </cell>
20274 </row>
20275 <row>
20276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20277 \begin_inset Text
20278
20279 \begin_layout Plain Layout
20280
20281 \backslash
20282 upsilon
20283 \end_layout
20284
20285 \end_inset
20286 </cell>
20287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20288 \begin_inset Text
20289
20290 \begin_layout Plain Layout
20291 \begin_inset Formula $\upsilon$
20292 \end_inset
20293
20294
20295 \end_layout
20296
20297 \end_inset
20298 </cell>
20299 </row>
20300 <row>
20301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20302 \begin_inset Text
20303
20304 \begin_layout Plain Layout
20305
20306 \backslash
20307 phi
20308 \end_layout
20309
20310 \end_inset
20311 </cell>
20312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20313 \begin_inset Text
20314
20315 \begin_layout Plain Layout
20316 \begin_inset Formula $\phi$
20317 \end_inset
20318
20319
20320 \end_layout
20321
20322 \end_inset
20323 </cell>
20324 </row>
20325 <row>
20326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20327 \begin_inset Text
20328
20329 \begin_layout Plain Layout
20330
20331 \backslash
20332 varphi
20333 \end_layout
20334
20335 \end_inset
20336 </cell>
20337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20338 \begin_inset Text
20339
20340 \begin_layout Plain Layout
20341 \begin_inset Formula $\varphi$
20342 \end_inset
20343
20344
20345 \end_layout
20346
20347 \end_inset
20348 </cell>
20349 </row>
20350 <row>
20351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355
20356 \backslash
20357 chi
20358 \end_layout
20359
20360 \end_inset
20361 </cell>
20362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20363 \begin_inset Text
20364
20365 \begin_layout Plain Layout
20366 \begin_inset Formula $\chi$
20367 \end_inset
20368
20369
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 </row>
20375 <row>
20376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20377 \begin_inset Text
20378
20379 \begin_layout Plain Layout
20380
20381 \backslash
20382 psi
20383 \end_layout
20384
20385 \end_inset
20386 </cell>
20387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Plain Layout
20391 \begin_inset Formula $\psi$
20392 \end_inset
20393
20394
20395 \end_layout
20396
20397 \end_inset
20398 </cell>
20399 </row>
20400 <row>
20401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20402 \begin_inset Text
20403
20404 \begin_layout Plain Layout
20405
20406 \backslash
20407 omega
20408 \end_layout
20409
20410 \end_inset
20411 </cell>
20412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20413 \begin_inset Text
20414
20415 \begin_layout Plain Layout
20416 \begin_inset Formula $\omega$
20417 \end_inset
20418
20419
20420 \end_layout
20421
20422 \end_inset
20423 </cell>
20424 </row>
20425 </lyxtabular>
20426
20427 \end_inset
20428
20429
20430 \begin_inset space \hfill{}
20431 \end_inset
20432
20433
20434 \end_layout
20435
20436 \begin_layout Standard
20437 \begin_inset VSpace medskip
20438 \end_inset
20439
20440
20441 \end_layout
20442
20443 \begin_layout Standard
20444 How to create upright Greek letters is explained in 
20445 \begin_inset CommandInset ref
20446 LatexCommand ref
20447 reference "sub:Upright-small-Greek"
20448
20449 \end_inset
20450
20451 .
20452 \end_layout
20453
20454 \begin_layout Subsection
20455 Big Letters
20456 \begin_inset Index idx
20457 status collapsed
20458
20459 \begin_layout Plain Layout
20460 Greek letters ! big
20461 \end_layout
20462
20463 \end_inset
20464
20465
20466 \end_layout
20467
20468 \begin_layout Standard
20469 \begin_inset space \hfill{}
20470 \end_inset
20471
20472
20473 \begin_inset Tabular
20474 <lyxtabular version="3" rows="7" columns="2">
20475 <features tabularvalignment="middle">
20476 <column alignment="center" valignment="top" width="0pt">
20477 <column alignment="center" valignment="top" width="0pt">
20478 <row>
20479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20480 \begin_inset Text
20481
20482 \begin_layout Plain Layout
20483 Command
20484 \end_layout
20485
20486 \end_inset
20487 </cell>
20488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20489 \begin_inset Text
20490
20491 \begin_layout Plain Layout
20492 Result
20493 \end_layout
20494
20495 \end_inset
20496 </cell>
20497 </row>
20498 <row>
20499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20500 \begin_inset Text
20501
20502 \begin_layout Plain Layout
20503
20504 \backslash
20505 Gamma
20506 \end_layout
20507
20508 \end_inset
20509 </cell>
20510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20511 \begin_inset Text
20512
20513 \begin_layout Plain Layout
20514 \begin_inset Formula $\Gamma$
20515 \end_inset
20516
20517
20518 \end_layout
20519
20520 \end_inset
20521 </cell>
20522 </row>
20523 <row>
20524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528
20529 \backslash
20530 Delta
20531 \end_layout
20532
20533 \end_inset
20534 </cell>
20535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20536 \begin_inset Text
20537
20538 \begin_layout Plain Layout
20539 \begin_inset Formula $\Delta$
20540 \end_inset
20541
20542
20543 \end_layout
20544
20545 \end_inset
20546 </cell>
20547 </row>
20548 <row>
20549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20550 \begin_inset Text
20551
20552 \begin_layout Plain Layout
20553
20554 \backslash
20555 Theta
20556 \end_layout
20557
20558 \end_inset
20559 </cell>
20560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20561 \begin_inset Text
20562
20563 \begin_layout Plain Layout
20564 \begin_inset Formula $\Theta$
20565 \end_inset
20566
20567
20568 \end_layout
20569
20570 \end_inset
20571 </cell>
20572 </row>
20573 <row>
20574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20575 \begin_inset Text
20576
20577 \begin_layout Plain Layout
20578
20579 \backslash
20580 Lambda
20581 \end_layout
20582
20583 \end_inset
20584 </cell>
20585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20586 \begin_inset Text
20587
20588 \begin_layout Plain Layout
20589 \begin_inset Formula $\Lambda$
20590 \end_inset
20591
20592
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 </row>
20598 <row>
20599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20600 \begin_inset Text
20601
20602 \begin_layout Plain Layout
20603
20604 \backslash
20605 Xi
20606 \end_layout
20607
20608 \end_inset
20609 </cell>
20610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20611 \begin_inset Text
20612
20613 \begin_layout Plain Layout
20614 \begin_inset Formula $\Xi$
20615 \end_inset
20616
20617
20618 \end_layout
20619
20620 \end_inset
20621 </cell>
20622 </row>
20623 <row>
20624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628
20629 \backslash
20630 Pi
20631 \end_layout
20632
20633 \end_inset
20634 </cell>
20635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20636 \begin_inset Text
20637
20638 \begin_layout Plain Layout
20639 \begin_inset Formula $\Pi$
20640 \end_inset
20641
20642
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 </row>
20648 </lyxtabular>
20649
20650 \end_inset
20651
20652
20653 \begin_inset space \hfill{}
20654 \end_inset
20655
20656
20657 \begin_inset Tabular
20658 <lyxtabular version="3" rows="6" columns="2">
20659 <features tabularvalignment="middle">
20660 <column alignment="center" valignment="top" width="0pt">
20661 <column alignment="center" valignment="top" width="0pt">
20662 <row>
20663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20664 \begin_inset Text
20665
20666 \begin_layout Plain Layout
20667 Command
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676 Result
20677 \end_layout
20678
20679 \end_inset
20680 </cell>
20681 </row>
20682 <row>
20683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687
20688 \backslash
20689 Sigma
20690 \end_layout
20691
20692 \end_inset
20693 </cell>
20694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20695 \begin_inset Text
20696
20697 \begin_layout Plain Layout
20698 \begin_inset Formula $\Sigma$
20699 \end_inset
20700
20701
20702 \end_layout
20703
20704 \end_inset
20705 </cell>
20706 </row>
20707 <row>
20708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20709 \begin_inset Text
20710
20711 \begin_layout Plain Layout
20712
20713 \backslash
20714 Upsilon
20715 \end_layout
20716
20717 \end_inset
20718 </cell>
20719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20720 \begin_inset Text
20721
20722 \begin_layout Plain Layout
20723 \begin_inset Formula $\Upsilon$
20724 \end_inset
20725
20726
20727 \end_layout
20728
20729 \end_inset
20730 </cell>
20731 </row>
20732 <row>
20733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20734 \begin_inset Text
20735
20736 \begin_layout Plain Layout
20737
20738 \backslash
20739 Phi
20740 \end_layout
20741
20742 \end_inset
20743 </cell>
20744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748 \begin_inset Formula $\Phi$
20749 \end_inset
20750
20751
20752 \end_layout
20753
20754 \end_inset
20755 </cell>
20756 </row>
20757 <row>
20758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20759 \begin_inset Text
20760
20761 \begin_layout Plain Layout
20762
20763 \backslash
20764 Psi
20765 \end_layout
20766
20767 \end_inset
20768 </cell>
20769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20770 \begin_inset Text
20771
20772 \begin_layout Plain Layout
20773 \begin_inset Formula $\Psi$
20774 \end_inset
20775
20776
20777 \end_layout
20778
20779 \end_inset
20780 </cell>
20781 </row>
20782 <row>
20783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20784 \begin_inset Text
20785
20786 \begin_layout Plain Layout
20787
20788 \backslash
20789 Omega
20790 \end_layout
20791
20792 \end_inset
20793 </cell>
20794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20795 \begin_inset Text
20796
20797 \begin_layout Plain Layout
20798 \begin_inset Formula $\Omega$
20799 \end_inset
20800
20801
20802 \end_layout
20803
20804 \end_inset
20805 </cell>
20806 </row>
20807 </lyxtabular>
20808
20809 \end_inset
20810
20811
20812 \begin_inset space \hfill{}
20813 \end_inset
20814
20815
20816 \end_layout
20817
20818 \begin_layout Standard
20819 \begin_inset VSpace medskip
20820 \end_inset
20821
20822 That the big Greek letters appear upright is caused by a design bug when
20823  TeX was developed.
20824  To get correct italic big letters, begin every command with 
20825 \series bold
20826 var
20827 \series default
20828 .
20829  For example the command 
20830 \series bold
20831
20832 \backslash
20833 varGamma
20834 \series default
20835  produces: 
20836 \begin_inset Formula $\varGamma$
20837 \end_inset
20838
20839
20840 \end_layout
20841
20842 \begin_layout Subsection
20843 Bold Letters
20844 \begin_inset Index idx
20845 status collapsed
20846
20847 \begin_layout Plain Layout
20848 Greek letters ! bold
20849 \end_layout
20850
20851 \end_inset
20852
20853
20854 \end_layout
20855
20856 \begin_layout Standard
20857 Greek letters cannot be set with different font styles like Latin letters.
20858  They can only be made bold with the command 
20859 \series bold
20860
20861 \backslash
20862 boldsymbol
20863 \series default
20864
20865 \begin_inset Index idx
20866 status collapsed
20867
20868 \begin_layout Plain Layout
20869 Commands ! B ! 
20870 \backslash
20871 boldsymbol
20872 \end_layout
20873
20874 \end_inset
20875
20876 .
20877 \end_layout
20878
20879 \begin_layout Standard
20880 \align center
20881 \begin_inset Tabular
20882 <lyxtabular version="3" rows="3" columns="2">
20883 <features tabularvalignment="middle">
20884 <column alignment="center" valignment="top" width="0">
20885 <column alignment="center" valignment="top" width="0">
20886 <row>
20887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20888 \begin_inset Text
20889
20890 \begin_layout Plain Layout
20891 Command
20892 \end_layout
20893
20894 \end_inset
20895 </cell>
20896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20897 \begin_inset Text
20898
20899 \begin_layout Plain Layout
20900 Result
20901 \end_layout
20902
20903 \end_inset
20904 </cell>
20905 </row>
20906 <row>
20907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20908 \begin_inset Text
20909
20910 \begin_layout Plain Layout
20911
20912 \backslash
20913 Upsilon
20914 \backslash
20915 boldsymbol
20916 \backslash
20917 Upsilon
20918 \end_layout
20919
20920 \end_inset
20921 </cell>
20922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20923 \begin_inset Text
20924
20925 \begin_layout Plain Layout
20926 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20927 \end_inset
20928
20929
20930 \end_layout
20931
20932 \end_inset
20933 </cell>
20934 </row>
20935 <row>
20936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20937 \begin_inset Text
20938
20939 \begin_layout Plain Layout
20940
20941 \backslash
20942 theta
20943 \backslash
20944 boldsymbol
20945 \backslash
20946 theta
20947 \end_layout
20948
20949 \end_inset
20950 </cell>
20951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20952 \begin_inset Text
20953
20954 \begin_layout Plain Layout
20955 \begin_inset Formula $\theta\boldsymbol{\theta}$
20956 \end_inset
20957
20958
20959 \end_layout
20960
20961 \end_inset
20962 </cell>
20963 </row>
20964 </lyxtabular>
20965
20966 \end_inset
20967
20968
20969 \end_layout
20970
20971 \begin_layout Section
20972 Symbols
20973 \begin_inset ERT
20974 status collapsed
20975
20976 \begin_layout Plain Layout
20977
20978
20979 \backslash
20980 texorpdfstring{
20981 \end_layout
20982
20983 \end_inset
20984
20985
20986 \begin_inset Foot
20987 status collapsed
20988
20989 \begin_layout Plain Layout
20990 A list with all symbols of most of the LaTeX-packages can be found in 
20991 \begin_inset CommandInset citation
20992 LatexCommand cite
20993 key "Symbols"
20994
20995 \end_inset
20996
20997 .
20998 \end_layout
20999
21000 \end_inset
21001
21002
21003 \begin_inset ERT
21004 status collapsed
21005
21006 \begin_layout Plain Layout
21007
21008 }{}
21009 \end_layout
21010
21011 \end_inset
21012
21013
21014 \begin_inset Note Note
21015 status collapsed
21016
21017 \begin_layout Plain Layout
21018
21019 \backslash
21020 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21021 \end_layout
21022
21023 \begin_layout Plain Layout
21024 More about 
21025 \backslash
21026 texorpdfstring is in section 
21027 \begin_inset CommandInset ref
21028 LatexCommand ref
21029 reference "sub:Formulas-in-Section"
21030
21031 \end_inset
21032
21033 .
21034 \end_layout
21035
21036 \end_inset
21037
21038
21039 \begin_inset Index idx
21040 status collapsed
21041
21042 \begin_layout Plain Layout
21043 Symbols
21044 \end_layout
21045
21046 \end_inset
21047
21048
21049 \end_layout
21050
21051 \begin_layout Standard
21052 Many of the symbols listed in this section can also be inserted via the
21053  toolbar buttons 
21054 \begin_inset Graphics
21055         filename ../images/math/nabla.png
21056         scale 85
21057
21058 \end_inset
21059
21060  and 
21061 \begin_inset Graphics
21062         filename ../images/math/digamma.png
21063         scale 85
21064
21065 \end_inset
21066
21067 .
21068 \end_layout
21069
21070 \begin_layout Subsection
21071 Mathematical Symbols
21072 \begin_inset CommandInset label
21073 LatexCommand label
21074 name "sub:Mathematical-Symbols"
21075
21076 \end_inset
21077
21078
21079 \begin_inset Index idx
21080 status collapsed
21081
21082 \begin_layout Plain Layout
21083 Symbols ! mathematical
21084 \end_layout
21085
21086 \end_inset
21087
21088
21089 \end_layout
21090
21091 \begin_layout Standard
21092 \begin_inset space \hfill{}
21093 \end_inset
21094
21095
21096 \begin_inset Tabular
21097 <lyxtabular version="3" rows="10" columns="2">
21098 <features tabularvalignment="middle">
21099 <column alignment="center" valignment="top" width="0pt">
21100 <column alignment="center" valignment="top" width="0pt">
21101 <row>
21102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21103 \begin_inset Text
21104
21105 \begin_layout Plain Layout
21106 Command
21107 \end_layout
21108
21109 \end_inset
21110 </cell>
21111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21112 \begin_inset Text
21113
21114 \begin_layout Plain Layout
21115 Result
21116 \end_layout
21117
21118 \end_inset
21119 </cell>
21120 </row>
21121 <row>
21122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21123 \begin_inset Text
21124
21125 \begin_layout Plain Layout
21126
21127 \backslash
21128 neg
21129 \end_layout
21130
21131 \end_inset
21132 </cell>
21133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21134 \begin_inset Text
21135
21136 \begin_layout Plain Layout
21137 \begin_inset Formula $\neg$
21138 \end_inset
21139
21140
21141 \end_layout
21142
21143 \end_inset
21144 </cell>
21145 </row>
21146 <row>
21147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21148 \begin_inset Text
21149
21150 \begin_layout Plain Layout
21151
21152 \backslash
21153 Im
21154 \end_layout
21155
21156 \end_inset
21157 </cell>
21158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162 \begin_inset Formula $\Im$
21163 \end_inset
21164
21165
21166 \end_layout
21167
21168 \end_inset
21169 </cell>
21170 </row>
21171 <row>
21172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176
21177 \backslash
21178 Re
21179 \end_layout
21180
21181 \end_inset
21182 </cell>
21183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21184 \begin_inset Text
21185
21186 \begin_layout Plain Layout
21187 \begin_inset Formula $\Re$
21188 \end_inset
21189
21190
21191 \end_layout
21192
21193 \end_inset
21194 </cell>
21195 </row>
21196 <row>
21197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21198 \begin_inset Text
21199
21200 \begin_layout Plain Layout
21201
21202 \backslash
21203 aleph
21204 \end_layout
21205
21206 \end_inset
21207 </cell>
21208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21209 \begin_inset Text
21210
21211 \begin_layout Plain Layout
21212 \begin_inset Formula $\aleph$
21213 \end_inset
21214
21215
21216 \end_layout
21217
21218 \end_inset
21219 </cell>
21220 </row>
21221 <row>
21222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226
21227 \backslash
21228 partial
21229 \end_layout
21230
21231 \end_inset
21232 </cell>
21233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21234 \begin_inset Text
21235
21236 \begin_layout Plain Layout
21237 \begin_inset Formula $\partial$
21238 \end_inset
21239
21240
21241 \end_layout
21242
21243 \end_inset
21244 </cell>
21245 </row>
21246 <row>
21247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21248 \begin_inset Text
21249
21250 \begin_layout Plain Layout
21251
21252 \backslash
21253 infty
21254 \end_layout
21255
21256 \end_inset
21257 </cell>
21258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21259 \begin_inset Text
21260
21261 \begin_layout Plain Layout
21262 \begin_inset Formula $\infty$
21263 \end_inset
21264
21265
21266 \end_layout
21267
21268 \end_inset
21269 </cell>
21270 </row>
21271 <row>
21272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21273 \begin_inset Text
21274
21275 \begin_layout Plain Layout
21276
21277 \backslash
21278 wp
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287 \begin_inset Formula $\wp$
21288 \end_inset
21289
21290
21291 \end_layout
21292
21293 \end_inset
21294 </cell>
21295 </row>
21296 <row>
21297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21298 \begin_inset Text
21299
21300 \begin_layout Plain Layout
21301
21302 \backslash
21303 imath
21304 \end_layout
21305
21306 \end_inset
21307 </cell>
21308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21309 \begin_inset Text
21310
21311 \begin_layout Plain Layout
21312 \begin_inset Formula $\imath$
21313 \end_inset
21314
21315
21316 \end_layout
21317
21318 \end_inset
21319 </cell>
21320 </row>
21321 <row>
21322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21323 \begin_inset Text
21324
21325 \begin_layout Plain Layout
21326
21327 \backslash
21328 jmath
21329 \end_layout
21330
21331 \end_inset
21332 </cell>
21333 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337 \begin_inset Formula $\jmath$
21338 \end_inset
21339
21340
21341 \end_layout
21342
21343 \end_inset
21344 </cell>
21345 </row>
21346 </lyxtabular>
21347
21348 \end_inset
21349
21350
21351 \begin_inset space \hfill{}
21352 \end_inset
21353
21354
21355 \begin_inset Tabular
21356 <lyxtabular version="3" rows="10" columns="2">
21357 <features tabularvalignment="middle">
21358 <column alignment="center" valignment="top" width="0pt">
21359 <column alignment="center" valignment="top" width="0pt">
21360 <row>
21361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21362 \begin_inset Text
21363
21364 \begin_layout Plain Layout
21365 Command
21366 \end_layout
21367
21368 \end_inset
21369 </cell>
21370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21371 \begin_inset Text
21372
21373 \begin_layout Plain Layout
21374 Result
21375 \begin_inset Note Note
21376 status collapsed
21377
21378 \begin_layout Plain Layout
21379
21380 \series bold
21381
21382 \backslash
21383 raisebox
21384 \series default
21385  is only used as spacer.
21386 \end_layout
21387
21388 \end_inset
21389
21390
21391 \end_layout
21392
21393 \end_inset
21394 </cell>
21395 </row>
21396 <row>
21397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21398 \begin_inset Text
21399
21400 \begin_layout Plain Layout
21401
21402 \backslash
21403 forall
21404 \end_layout
21405
21406 \end_inset
21407 </cell>
21408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21409 \begin_inset Text
21410
21411 \begin_layout Plain Layout
21412 \begin_inset Formula $\forall$
21413 \end_inset
21414
21415
21416 \end_layout
21417
21418 \end_inset
21419 </cell>
21420 </row>
21421 <row>
21422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21423 \begin_inset Text
21424
21425 \begin_layout Plain Layout
21426
21427 \backslash
21428 exists
21429 \end_layout
21430
21431 \end_inset
21432 </cell>
21433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21434 \begin_inset Text
21435
21436 \begin_layout Plain Layout
21437 \begin_inset Formula $\exists$
21438 \end_inset
21439
21440
21441 \end_layout
21442
21443 \end_inset
21444 </cell>
21445 </row>
21446 <row>
21447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21448 \begin_inset Text
21449
21450 \begin_layout Plain Layout
21451
21452 \backslash
21453 nexists
21454 \end_layout
21455
21456 \end_inset
21457 </cell>
21458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21459 \begin_inset Text
21460
21461 \begin_layout Plain Layout
21462 \begin_inset Formula $\nexists$
21463 \end_inset
21464
21465
21466 \end_layout
21467
21468 \end_inset
21469 </cell>
21470 </row>
21471 <row>
21472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21473 \begin_inset Text
21474
21475 \begin_layout Plain Layout
21476
21477 \backslash
21478 emptyset
21479 \end_layout
21480
21481 \end_inset
21482 </cell>
21483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21484 \begin_inset Text
21485
21486 \begin_layout Plain Layout
21487 \begin_inset Formula $\emptyset$
21488 \end_inset
21489
21490
21491 \end_layout
21492
21493 \end_inset
21494 </cell>
21495 </row>
21496 <row>
21497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21498 \begin_inset Text
21499
21500 \begin_layout Plain Layout
21501
21502 \backslash
21503 varnothing
21504 \end_layout
21505
21506 \end_inset
21507 </cell>
21508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21509 \begin_inset Text
21510
21511 \begin_layout Plain Layout
21512 \begin_inset Formula $\varnothing$
21513 \end_inset
21514
21515
21516 \end_layout
21517
21518 \end_inset
21519 </cell>
21520 </row>
21521 <row>
21522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21523 \begin_inset Text
21524
21525 \begin_layout Plain Layout
21526
21527 \backslash
21528 dag
21529 \end_layout
21530
21531 \end_inset
21532 </cell>
21533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21534 \begin_inset Text
21535
21536 \begin_layout Plain Layout
21537 \begin_inset Formula $\dag$
21538 \end_inset
21539
21540
21541 \end_layout
21542
21543 \end_inset
21544 </cell>
21545 </row>
21546 <row>
21547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21548 \begin_inset Text
21549
21550 \begin_layout Plain Layout
21551
21552 \backslash
21553 ddag
21554 \end_layout
21555
21556 \end_inset
21557 </cell>
21558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21559 \begin_inset Text
21560
21561 \begin_layout Plain Layout
21562 \begin_inset Formula $\ddag$
21563 \end_inset
21564
21565
21566 \end_layout
21567
21568 \end_inset
21569 </cell>
21570 </row>
21571 <row>
21572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21573 \begin_inset Text
21574
21575 \begin_layout Plain Layout
21576
21577 \backslash
21578 complement
21579 \end_layout
21580
21581 \end_inset
21582 </cell>
21583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21584 \begin_inset Text
21585
21586 \begin_layout Plain Layout
21587 \begin_inset ERT
21588 status collapsed
21589
21590 \begin_layout Plain Layout
21591
21592
21593 \backslash
21594 raisebox{-0.8mm}{
21595 \end_layout
21596
21597 \end_inset
21598
21599
21600 \begin_inset Formula $\complement$
21601 \end_inset
21602
21603
21604 \begin_inset ERT
21605 status collapsed
21606
21607 \begin_layout Plain Layout
21608
21609 }
21610 \end_layout
21611
21612 \end_inset
21613
21614
21615 \end_layout
21616
21617 \end_inset
21618 </cell>
21619 </row>
21620 <row>
21621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21622 \begin_inset Text
21623
21624 \begin_layout Plain Layout
21625
21626 \backslash
21627 Bbbk
21628 \end_layout
21629
21630 \end_inset
21631 </cell>
21632 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21633 \begin_inset Text
21634
21635 \begin_layout Plain Layout
21636 \begin_inset Formula $\Bbbk$
21637 \end_inset
21638
21639
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 </row>
21645 </lyxtabular>
21646
21647 \end_inset
21648
21649
21650 \begin_inset space \hfill{}
21651 \end_inset
21652
21653
21654 \begin_inset Tabular
21655 <lyxtabular version="3" rows="10" columns="2">
21656 <features tabularvalignment="middle">
21657 <column alignment="center" valignment="top" width="0pt">
21658 <column alignment="center" valignment="top" width="0pt">
21659 <row>
21660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21661 \begin_inset Text
21662
21663 \begin_layout Plain Layout
21664 Command
21665 \end_layout
21666
21667 \end_inset
21668 </cell>
21669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21670 \begin_inset Text
21671
21672 \begin_layout Plain Layout
21673 Result
21674 \end_layout
21675
21676 \end_inset
21677 </cell>
21678 </row>
21679 <row>
21680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21681 \begin_inset Text
21682
21683 \begin_layout Plain Layout
21684
21685 \backslash
21686 prime
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21692 \begin_inset Text
21693
21694 \begin_layout Plain Layout
21695 \begin_inset Formula $\prime$
21696 \end_inset
21697
21698
21699 \end_layout
21700
21701 \end_inset
21702 </cell>
21703 </row>
21704 <row>
21705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21706 \begin_inset Text
21707
21708 \begin_layout Plain Layout
21709
21710 \backslash
21711 backprime
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21717 \begin_inset Text
21718
21719 \begin_layout Plain Layout
21720 \begin_inset Formula $\backprime$
21721 \end_inset
21722
21723
21724 \end_layout
21725
21726 \end_inset
21727 </cell>
21728 </row>
21729 <row>
21730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21731 \begin_inset Text
21732
21733 \begin_layout Plain Layout
21734
21735 \backslash
21736 mho
21737 \end_layout
21738
21739 \end_inset
21740 </cell>
21741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21742 \begin_inset Text
21743
21744 \begin_layout Plain Layout
21745 \begin_inset Formula $\mho$
21746 \end_inset
21747
21748
21749 \end_layout
21750
21751 \end_inset
21752 </cell>
21753 </row>
21754 <row>
21755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21756 \begin_inset Text
21757
21758 \begin_layout Plain Layout
21759
21760 \backslash
21761 triangle
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770 \begin_inset Formula $\triangle$
21771 \end_inset
21772
21773
21774 \end_layout
21775
21776 \end_inset
21777 </cell>
21778 </row>
21779 <row>
21780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784
21785 \backslash
21786 angle
21787 \end_layout
21788
21789 \end_inset
21790 </cell>
21791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795 \begin_inset Formula $\angle$
21796 \end_inset
21797
21798
21799 \end_layout
21800
21801 \end_inset
21802 </cell>
21803 </row>
21804 <row>
21805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809
21810 \backslash
21811 measuredangle
21812 \end_layout
21813
21814 \end_inset
21815 </cell>
21816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21817 \begin_inset Text
21818
21819 \begin_layout Plain Layout
21820 \begin_inset Formula $\measuredangle$
21821 \end_inset
21822
21823
21824 \end_layout
21825
21826 \end_inset
21827 </cell>
21828 </row>
21829 <row>
21830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21831 \begin_inset Text
21832
21833 \begin_layout Plain Layout
21834
21835 \backslash
21836 sphericalangle
21837 \end_layout
21838
21839 \end_inset
21840 </cell>
21841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21842 \begin_inset Text
21843
21844 \begin_layout Plain Layout
21845 \begin_inset Formula $\sphericalangle$
21846 \end_inset
21847
21848
21849 \end_layout
21850
21851 \end_inset
21852 </cell>
21853 </row>
21854 <row>
21855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21856 \begin_inset Text
21857
21858 \begin_layout Plain Layout
21859
21860 \backslash
21861 top
21862 \end_layout
21863
21864 \end_inset
21865 </cell>
21866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21867 \begin_inset Text
21868
21869 \begin_layout Plain Layout
21870 \begin_inset Formula $\top$
21871 \end_inset
21872
21873
21874 \end_layout
21875
21876 \end_inset
21877 </cell>
21878 </row>
21879 <row>
21880 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21881 \begin_inset Text
21882
21883 \begin_layout Plain Layout
21884
21885 \backslash
21886 bot
21887 \end_layout
21888
21889 \end_inset
21890 </cell>
21891 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895 \begin_inset Formula $\bot$
21896 \end_inset
21897
21898
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 </row>
21904 </lyxtabular>
21905
21906 \end_inset
21907
21908
21909 \begin_inset space \hfill{}
21910 \end_inset
21911
21912
21913 \end_layout
21914
21915 \begin_layout Subsection
21916 Miscellaneous Symbols
21917 \begin_inset CommandInset label
21918 LatexCommand label
21919 name "sub:Miscellaneous-Symbols"
21920
21921 \end_inset
21922
21923
21924 \begin_inset Index idx
21925 status collapsed
21926
21927 \begin_layout Plain Layout
21928 Symbols ! miscellaneous
21929 \end_layout
21930
21931 \end_inset
21932
21933
21934 \end_layout
21935
21936 \begin_layout Standard
21937 \noindent
21938 \align center
21939 \begin_inset Tabular
21940 <lyxtabular version="3" rows="10" columns="2">
21941 <features tabularvalignment="middle">
21942 <column alignment="center" valignment="top" width="0pt">
21943 <column alignment="center" valignment="top" width="0pt">
21944 <row>
21945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21946 \begin_inset Text
21947
21948 \begin_layout Plain Layout
21949 Command
21950 \end_layout
21951
21952 \end_inset
21953 </cell>
21954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21955 \begin_inset Text
21956
21957 \begin_layout Plain Layout
21958 Result
21959 \end_layout
21960
21961 \end_inset
21962 </cell>
21963 </row>
21964 <row>
21965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21966 \begin_inset Text
21967
21968 \begin_layout Plain Layout
21969
21970 \backslash
21971 flat
21972 \end_layout
21973
21974 \end_inset
21975 </cell>
21976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21977 \begin_inset Text
21978
21979 \begin_layout Plain Layout
21980 \begin_inset Formula $\flat$
21981 \end_inset
21982
21983
21984 \end_layout
21985
21986 \end_inset
21987 </cell>
21988 </row>
21989 <row>
21990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21991 \begin_inset Text
21992
21993 \begin_layout Plain Layout
21994
21995 \backslash
21996 natural
21997 \end_layout
21998
21999 \end_inset
22000 </cell>
22001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22002 \begin_inset Text
22003
22004 \begin_layout Plain Layout
22005 \begin_inset Formula $\natural$
22006 \end_inset
22007
22008
22009 \end_layout
22010
22011 \end_inset
22012 </cell>
22013 </row>
22014 <row>
22015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22016 \begin_inset Text
22017
22018 \begin_layout Plain Layout
22019
22020 \backslash
22021 sharp
22022 \end_layout
22023
22024 \end_inset
22025 </cell>
22026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22027 \begin_inset Text
22028
22029 \begin_layout Plain Layout
22030 \begin_inset Formula $\sharp$
22031 \end_inset
22032
22033
22034 \end_layout
22035
22036 \end_inset
22037 </cell>
22038 </row>
22039 <row>
22040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22041 \begin_inset Text
22042
22043 \begin_layout Plain Layout
22044
22045 \backslash
22046 surd
22047 \end_layout
22048
22049 \end_inset
22050 </cell>
22051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22052 \begin_inset Text
22053
22054 \begin_layout Plain Layout
22055 \begin_inset Formula $\surd$
22056 \end_inset
22057
22058
22059 \end_layout
22060
22061 \end_inset
22062 </cell>
22063 </row>
22064 <row>
22065 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22066 \begin_inset Text
22067
22068 \begin_layout Plain Layout
22069
22070 \backslash
22071 checkmark
22072 \end_layout
22073
22074 \end_inset
22075 </cell>
22076 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22077 \begin_inset Text
22078
22079 \begin_layout Plain Layout
22080 \begin_inset Formula $\checkmark$
22081 \end_inset
22082
22083
22084 \end_layout
22085
22086 \end_inset
22087 </cell>
22088 </row>
22089 <row>
22090 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22091 \begin_inset Text
22092
22093 \begin_layout Plain Layout
22094
22095 \backslash
22096 yen
22097 \end_layout
22098
22099 \end_inset
22100 </cell>
22101 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22102 \begin_inset Text
22103
22104 \begin_layout Plain Layout
22105 \begin_inset Formula $\yen$
22106 \end_inset
22107
22108
22109 \end_layout
22110
22111 \end_inset
22112 </cell>
22113 </row>
22114 <row>
22115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22116 \begin_inset Text
22117
22118 \begin_layout Plain Layout
22119
22120 \backslash
22121 pounds
22122 \end_layout
22123
22124 \end_inset
22125 </cell>
22126 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22127 \begin_inset Text
22128
22129 \begin_layout Plain Layout
22130 \begin_inset Formula $\pounds$
22131 \end_inset
22132
22133
22134 \end_layout
22135
22136 \end_inset
22137 </cell>
22138 </row>
22139 <row>
22140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22141 \begin_inset Text
22142
22143 \begin_layout Plain Layout
22144 $
22145 \end_layout
22146
22147 \end_inset
22148 </cell>
22149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22150 \begin_inset Text
22151
22152 \begin_layout Plain Layout
22153 \begin_inset Formula $\$$
22154 \end_inset
22155
22156
22157 \end_layout
22158
22159 \end_inset
22160 </cell>
22161 </row>
22162 <row>
22163 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22164 \begin_inset Text
22165
22166 \begin_layout Plain Layout
22167 §
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22173 \begin_inset Text
22174
22175 \begin_layout Plain Layout
22176 \begin_inset Formula $§$
22177 \end_inset
22178
22179
22180 \end_layout
22181
22182 \end_inset
22183 </cell>
22184 </row>
22185 </lyxtabular>
22186
22187 \end_inset
22188
22189
22190 \begin_inset Tabular
22191 <lyxtabular version="3" rows="10" columns="2">
22192 <features tabularvalignment="middle">
22193 <column alignment="center" valignment="top" width="0">
22194 <column alignment="center" valignment="top" width="0">
22195 <row>
22196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22197 \begin_inset Text
22198
22199 \begin_layout Plain Layout
22200 Command
22201 \end_layout
22202
22203 \end_inset
22204 </cell>
22205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22206 \begin_inset Text
22207
22208 \begin_layout Plain Layout
22209 Result
22210 \end_layout
22211
22212 \end_inset
22213 </cell>
22214 </row>
22215 <row>
22216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22217 \begin_inset Text
22218
22219 \begin_layout Plain Layout
22220
22221 \backslash
22222 hbar
22223 \end_layout
22224
22225 \end_inset
22226 </cell>
22227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22228 \begin_inset Text
22229
22230 \begin_layout Plain Layout
22231 \begin_inset Formula $\hbar$
22232 \end_inset
22233
22234
22235 \end_layout
22236
22237 \end_inset
22238 </cell>
22239 </row>
22240 <row>
22241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22242 \begin_inset Text
22243
22244 \begin_layout Plain Layout
22245
22246 \backslash
22247 hslash
22248 \end_layout
22249
22250 \end_inset
22251 </cell>
22252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22253 \begin_inset Text
22254
22255 \begin_layout Plain Layout
22256 \begin_inset Formula $\hslash$
22257 \end_inset
22258
22259
22260 \end_layout
22261
22262 \end_inset
22263 </cell>
22264 </row>
22265 <row>
22266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22267 \begin_inset Text
22268
22269 \begin_layout Plain Layout
22270
22271 \backslash
22272 clubsuit
22273 \end_layout
22274
22275 \end_inset
22276 </cell>
22277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22278 \begin_inset Text
22279
22280 \begin_layout Plain Layout
22281 \begin_inset Formula $\clubsuit$
22282 \end_inset
22283
22284
22285 \end_layout
22286
22287 \end_inset
22288 </cell>
22289 </row>
22290 <row>
22291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22292 \begin_inset Text
22293
22294 \begin_layout Plain Layout
22295
22296 \backslash
22297 spadesuit
22298 \end_layout
22299
22300 \end_inset
22301 </cell>
22302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22303 \begin_inset Text
22304
22305 \begin_layout Plain Layout
22306 \begin_inset Formula $\spadesuit$
22307 \end_inset
22308
22309
22310 \end_layout
22311
22312 \end_inset
22313 </cell>
22314 </row>
22315 <row>
22316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320
22321 \backslash
22322 bigstar
22323 \end_layout
22324
22325 \end_inset
22326 </cell>
22327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22328 \begin_inset Text
22329
22330 \begin_layout Plain Layout
22331 \begin_inset Formula $\bigstar$
22332 \end_inset
22333
22334
22335 \end_layout
22336
22337 \end_inset
22338 </cell>
22339 </row>
22340 <row>
22341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345
22346 \backslash
22347 blacklozenge
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22353 \begin_inset Text
22354
22355 \begin_layout Plain Layout
22356 \begin_inset Formula $\blacklozenge$
22357 \end_inset
22358
22359
22360 \end_layout
22361
22362 \end_inset
22363 </cell>
22364 </row>
22365 <row>
22366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22367 \begin_inset Text
22368
22369 \begin_layout Plain Layout
22370
22371 \backslash
22372 blacktriangle
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22378 \begin_inset Text
22379
22380 \begin_layout Plain Layout
22381 \begin_inset Formula $\blacktriangle$
22382 \end_inset
22383
22384
22385 \end_layout
22386
22387 \end_inset
22388 </cell>
22389 </row>
22390 <row>
22391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22392 \begin_inset Text
22393
22394 \begin_layout Plain Layout
22395
22396 \backslash
22397 blacktiangledown
22398 \end_layout
22399
22400 \end_inset
22401 </cell>
22402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22403 \begin_inset Text
22404
22405 \begin_layout Plain Layout
22406 \begin_inset Formula $\blacktriangledown$
22407 \end_inset
22408
22409
22410 \end_layout
22411
22412 \end_inset
22413 </cell>
22414 </row>
22415 <row>
22416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22417 \begin_inset Text
22418
22419 \begin_layout Plain Layout
22420
22421 \backslash
22422 bullet
22423 \end_layout
22424
22425 \end_inset
22426 </cell>
22427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22428 \begin_inset Text
22429
22430 \begin_layout Plain Layout
22431 \begin_inset Formula $\bullet$
22432 \end_inset
22433
22434
22435 \end_layout
22436
22437 \end_inset
22438 </cell>
22439 </row>
22440 </lyxtabular>
22441
22442 \end_inset
22443
22444
22445 \begin_inset Tabular
22446 <lyxtabular version="3" rows="10" columns="2">
22447 <features tabularvalignment="middle">
22448 <column alignment="center" valignment="top" width="0pt">
22449 <column alignment="center" valignment="top" width="0pt">
22450 <row>
22451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22452 \begin_inset Text
22453
22454 \begin_layout Plain Layout
22455 Command
22456 \end_layout
22457
22458 \end_inset
22459 </cell>
22460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22461 \begin_inset Text
22462
22463 \begin_layout Plain Layout
22464 Result
22465 \end_layout
22466
22467 \end_inset
22468 </cell>
22469 </row>
22470 <row>
22471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475
22476 \backslash
22477 diamondsuit
22478 \end_layout
22479
22480 \end_inset
22481 </cell>
22482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22483 \begin_inset Text
22484
22485 \begin_layout Plain Layout
22486 \begin_inset Formula $\diamondsuit$
22487 \end_inset
22488
22489
22490 \end_layout
22491
22492 \end_inset
22493 </cell>
22494 </row>
22495 <row>
22496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500
22501 \backslash
22502 Diamond
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511 \begin_inset Formula $\Diamond$
22512 \end_inset
22513
22514
22515 \end_layout
22516
22517 \end_inset
22518 </cell>
22519 </row>
22520 <row>
22521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22522 \begin_inset Text
22523
22524 \begin_layout Plain Layout
22525
22526 \backslash
22527 heartsuit
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536 \begin_inset Formula $\heartsuit$
22537 \end_inset
22538
22539
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 </row>
22545 <row>
22546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550
22551 \backslash
22552 P
22553 \end_layout
22554
22555 \end_inset
22556 </cell>
22557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22558 \begin_inset Text
22559
22560 \begin_layout Plain Layout
22561 \begin_inset Formula $\P$
22562 \end_inset
22563
22564
22565 \end_layout
22566
22567 \end_inset
22568 </cell>
22569 </row>
22570 <row>
22571 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575
22576 \backslash
22577 copyright
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22583 \begin_inset Text
22584
22585 \begin_layout Plain Layout
22586 \begin_inset Formula $\copyright$
22587 \end_inset
22588
22589
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 </row>
22595 <row>
22596 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600
22601 \backslash
22602 circledR
22603 \end_layout
22604
22605 \end_inset
22606 </cell>
22607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22608 \begin_inset Text
22609
22610 \begin_layout Plain Layout
22611 \begin_inset Formula $\circledR$
22612 \end_inset
22613
22614
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 </row>
22620 <row>
22621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625
22626 \backslash
22627 maltese
22628 \end_layout
22629
22630 \end_inset
22631 </cell>
22632 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22633 \begin_inset Text
22634
22635 \begin_layout Plain Layout
22636 \begin_inset Formula $\maltese$
22637 \end_inset
22638
22639
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 </row>
22645 <row>
22646 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22647 \begin_inset Text
22648
22649 \begin_layout Plain Layout
22650
22651 \backslash
22652 diagup
22653 \end_layout
22654
22655 \end_inset
22656 </cell>
22657 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661 \begin_inset Formula $\diagup$
22662 \end_inset
22663
22664
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 </row>
22670 <row>
22671 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22672 \begin_inset Text
22673
22674 \begin_layout Plain Layout
22675
22676 \backslash
22677 diagdown
22678 \end_layout
22679
22680 \end_inset
22681 </cell>
22682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686 \begin_inset Formula $\diagdown$
22687 \end_inset
22688
22689
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 </row>
22695 </lyxtabular>
22696
22697 \end_inset
22698
22699
22700 \end_layout
22701
22702 \begin_layout Standard
22703 \begin_inset VSpace medskip
22704 \end_inset
22705
22706 More symbols are listed in 
22707 \begin_inset CommandInset ref
22708 LatexCommand ref
22709 reference "sub:Miscellaneous-special-Characters"
22710
22711 \end_inset
22712
22713 .
22714 \end_layout
22715
22716 \begin_layout Standard
22717 Some symbols can be displayed in different sizes, see 
22718 \begin_inset CommandInset ref
22719 LatexCommand ref
22720 reference "sub:Font-Sizes"
22721
22722 \end_inset
22723
22724 .
22725 \end_layout
22726
22727 \begin_layout Subsection
22728 The Euro-Symbol €
22729 \begin_inset Index idx
22730 status collapsed
22731
22732 \begin_layout Plain Layout
22733 Symbols ! Euro-symbol
22734 \end_layout
22735
22736 \end_inset
22737
22738
22739 \begin_inset Index idx
22740 status collapsed
22741
22742 \begin_layout Plain Layout
22743
22744 \backslash
22745 @
22746 \begin_inset ERT
22747 status collapsed
22748
22749 \begin_layout Plain Layout
22750
22751
22752 \backslash
22753 officialeuro
22754 \end_layout
22755
22756 \end_inset
22757
22758
22759 \end_layout
22760
22761 \end_inset
22762
22763
22764 \end_layout
22765
22766 \begin_layout Standard
22767 To use the Euro symbol in formulas, the LaTeX-package 
22768 \series bold
22769 eurosym
22770 \series default
22771
22772 \begin_inset Index idx
22773 status collapsed
22774
22775 \begin_layout Plain Layout
22776 Packages ! eurosym
22777 \end_layout
22778
22779 \end_inset
22780
22781  must be installed and loaded with the LaTeX-preamble line
22782 \end_layout
22783
22784 \begin_layout Standard
22785
22786 \series bold
22787
22788 \backslash
22789 usepackage[gennarrow]{eurosym}
22790 \end_layout
22791
22792 \begin_layout Standard
22793 The Euro symbol can now be inserted with the command 
22794 \series bold
22795
22796 \backslash
22797 euro
22798 \series default
22799
22800 \begin_inset Index idx
22801 status collapsed
22802
22803 \begin_layout Plain Layout
22804 Commands ! E ! 
22805 \backslash
22806 euro
22807 \end_layout
22808
22809 \end_inset
22810
22811 .
22812 \end_layout
22813
22814 \begin_layout Standard
22815 The Euro symbol can directly be inserted with the € key in mathematical
22816  text, without having 
22817 \series bold
22818 eurosym
22819 \series default
22820  installed.
22821  When 
22822 \series bold
22823 eurosym
22824 \series default
22825  is installed, 
22826 \series bold
22827
22828 \backslash
22829 euro
22830 \series default
22831  can also be inserted in TeX-mode.
22832  The official currency symbol can then be inserted with the command 
22833 \series bold
22834
22835 \backslash
22836 officialeuro
22837 \series default
22838
22839 \begin_inset Index idx
22840 status collapsed
22841
22842 \begin_layout Plain Layout
22843 Commands ! O ! 
22844 \backslash
22845 officialeuro
22846 \end_layout
22847
22848 \end_inset
22849
22850 , that is only available in TeX-mode.
22851 \end_layout
22852
22853 \begin_layout Standard
22854 \begin_inset ERT
22855 status collapsed
22856
22857 \begin_layout Plain Layout
22858
22859
22860 \backslash
22861 ifeurosym 
22862 \end_layout
22863
22864 \end_inset
22865
22866
22867 \begin_inset Note Note
22868 status open
22869
22870 \begin_layout Plain Layout
22871 The following table will only be displayed when the LaTeX-package 
22872 \series bold
22873 eurosym
22874 \series default
22875  is installed.
22876 \end_layout
22877
22878 \end_inset
22879
22880
22881 \end_layout
22882
22883 \begin_layout Standard
22884 An overview about the different Euro symbols:
22885 \end_layout
22886
22887 \begin_layout Standard
22888 \align center
22889 \begin_inset Tabular
22890 <lyxtabular version="3" rows="4" columns="3">
22891 <features tabularvalignment="middle">
22892 <column alignment="center" valignment="top" width="0pt">
22893 <column alignment="center" valignment="top" width="0pt">
22894 <column alignment="center" valignment="top" width="0pt">
22895 <row>
22896 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22897 \begin_inset Text
22898
22899 \begin_layout Plain Layout
22900
22901 \end_layout
22902
22903 \end_inset
22904 </cell>
22905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909 Command 
22910 \end_layout
22911
22912 \end_inset
22913 </cell>
22914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22915 \begin_inset Text
22916
22917 \begin_layout Plain Layout
22918 Result
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 </row>
22924 <row>
22925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22926 \begin_inset Text
22927
22928 \begin_layout Plain Layout
22929 formula
22930 \end_layout
22931
22932 \end_inset
22933 </cell>
22934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22935 \begin_inset Text
22936
22937 \begin_layout Plain Layout
22938
22939 \backslash
22940 euro
22941 \end_layout
22942
22943 \end_inset
22944 </cell>
22945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22946 \begin_inset Text
22947
22948 \begin_layout Plain Layout
22949 \begin_inset Formula $\euro$
22950 \end_inset
22951
22952
22953 \end_layout
22954
22955 \end_inset
22956 </cell>
22957 </row>
22958 <row>
22959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22960 \begin_inset Text
22961
22962 \begin_layout Plain Layout
22963 mathematical text
22964 \end_layout
22965
22966 \end_inset
22967 </cell>
22968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22969 \begin_inset Text
22970
22971 \begin_layout Plain Layout
22972
22973 \end_layout
22974
22975 \end_inset
22976 </cell>
22977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22978 \begin_inset Text
22979
22980 \begin_layout Plain Layout
22981 \begin_inset Formula $\mbox{€}$
22982 \end_inset
22983
22984
22985 \end_layout
22986
22987 \end_inset
22988 </cell>
22989 </row>
22990 <row>
22991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22992 \begin_inset Text
22993
22994 \begin_layout Plain Layout
22995 TeX-mode
22996 \end_layout
22997
22998 \end_inset
22999 </cell>
23000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23001 \begin_inset Text
23002
23003 \begin_layout Plain Layout
23004
23005 \backslash
23006 officialeuro
23007 \end_layout
23008
23009 \end_inset
23010 </cell>
23011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23012 \begin_inset Text
23013
23014 \begin_layout Plain Layout
23015 \begin_inset ERT
23016 status collapsed
23017
23018 \begin_layout Plain Layout
23019
23020
23021 \backslash
23022 officialeuro
23023 \end_layout
23024
23025 \end_inset
23026
23027
23028 \end_layout
23029
23030 \end_inset
23031 </cell>
23032 </row>
23033 </lyxtabular>
23034
23035 \end_inset
23036
23037
23038 \end_layout
23039
23040 \begin_layout Standard
23041 \begin_inset ERT
23042 status collapsed
23043
23044 \begin_layout Plain Layout
23045
23046
23047 \backslash
23048 else 
23049 \end_layout
23050
23051 \end_inset
23052
23053
23054 \begin_inset Note Note
23055 status open
23056
23057 \begin_layout Plain Layout
23058 The following will be displayed when the LaTeX-package 
23059 \series bold
23060 eurosym
23061 \series default
23062  is not installed:
23063 \end_layout
23064
23065 \end_inset
23066
23067
23068 \end_layout
23069
23070 \begin_layout Standard
23071 You need to install the LaTeX-package 
23072 \series bold
23073 eurosym
23074 \series default
23075  to see the rest of this subsection in the output.
23076 \end_layout
23077
23078 \begin_layout Standard
23079 \begin_inset ERT
23080 status collapsed
23081
23082 \begin_layout Plain Layout
23083
23084
23085 \backslash
23086 fi 
23087 \end_layout
23088
23089 \end_inset
23090
23091
23092 \end_layout
23093
23094 \begin_layout Section
23095 Relations
23096 \begin_inset CommandInset label
23097 LatexCommand label
23098 name "sec:Relations"
23099
23100 \end_inset
23101
23102
23103 \begin_inset Index idx
23104 status collapsed
23105
23106 \begin_layout Plain Layout
23107 Relations
23108 \end_layout
23109
23110 \end_inset
23111
23112
23113 \begin_inset Index idx
23114 status collapsed
23115
23116 \begin_layout Plain Layout
23117 Comparisons|see
23118 \begin_inset ERT
23119 status collapsed
23120
23121 \begin_layout Plain Layout
23122
23123 {
23124 \end_layout
23125
23126 \end_inset
23127
23128 Relations
23129 \begin_inset ERT
23130 status collapsed
23131
23132 \begin_layout Plain Layout
23133
23134 }
23135 \end_layout
23136
23137 \end_inset
23138
23139
23140 \end_layout
23141
23142 \end_inset
23143
23144
23145 \end_layout
23146
23147 \begin_layout Standard
23148 All relations can also be inserted via the toolbar button 
23149 \begin_inset Graphics
23150         filename ../images/math/leq.png
23151         scale 85
23152
23153 \end_inset
23154
23155 .
23156 \end_layout
23157
23158 \begin_layout Standard
23159 \begin_inset space \hfill{}
23160 \end_inset
23161
23162
23163 \begin_inset Tabular
23164 <lyxtabular version="3" rows="17" columns="2">
23165 <features tabularvalignment="middle">
23166 <column alignment="center" valignment="top" width="0pt">
23167 <column alignment="center" valignment="top" width="0pt">
23168 <row>
23169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23170 \begin_inset Text
23171
23172 \begin_layout Plain Layout
23173 Command
23174 \end_layout
23175
23176 \end_inset
23177 </cell>
23178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23179 \begin_inset Text
23180
23181 \begin_layout Plain Layout
23182 Result
23183 \end_layout
23184
23185 \end_inset
23186 </cell>
23187 </row>
23188 <row>
23189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23190 \begin_inset Text
23191
23192 \begin_layout Plain Layout
23193 <
23194 \end_layout
23195
23196 \end_inset
23197 </cell>
23198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23199 \begin_inset Text
23200
23201 \begin_layout Plain Layout
23202 \begin_inset Formula $<$
23203 \end_inset
23204
23205
23206 \end_layout
23207
23208 \end_inset
23209 </cell>
23210 </row>
23211 <row>
23212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23213 \begin_inset Text
23214
23215 \begin_layout Plain Layout
23216
23217 \backslash
23218 le
23219 \end_layout
23220
23221 \end_inset
23222 </cell>
23223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23224 \begin_inset Text
23225
23226 \begin_layout Plain Layout
23227 \begin_inset Formula $\le$
23228 \end_inset
23229
23230
23231 \end_layout
23232
23233 \end_inset
23234 </cell>
23235 </row>
23236 <row>
23237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23238 \begin_inset Text
23239
23240 \begin_layout Plain Layout
23241
23242 \backslash
23243 ll
23244 \end_layout
23245
23246 \end_inset
23247 </cell>
23248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23249 \begin_inset Text
23250
23251 \begin_layout Plain Layout
23252 \begin_inset Formula $\ll$
23253 \end_inset
23254
23255
23256 \end_layout
23257
23258 \end_inset
23259 </cell>
23260 </row>
23261 <row>
23262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23263 \begin_inset Text
23264
23265 \begin_layout Plain Layout
23266
23267 \backslash
23268 prec
23269 \end_layout
23270
23271 \end_inset
23272 </cell>
23273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23274 \begin_inset Text
23275
23276 \begin_layout Plain Layout
23277 \begin_inset Formula $\prec$
23278 \end_inset
23279
23280
23281 \end_layout
23282
23283 \end_inset
23284 </cell>
23285 </row>
23286 <row>
23287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23288 \begin_inset Text
23289
23290 \begin_layout Plain Layout
23291
23292 \backslash
23293 preceq
23294 \end_layout
23295
23296 \end_inset
23297 </cell>
23298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23299 \begin_inset Text
23300
23301 \begin_layout Plain Layout
23302 \begin_inset Formula $\preceq$
23303 \end_inset
23304
23305
23306 \end_layout
23307
23308 \end_inset
23309 </cell>
23310 </row>
23311 <row>
23312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23313 \begin_inset Text
23314
23315 \begin_layout Plain Layout
23316
23317 \backslash
23318 subset
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23324 \begin_inset Text
23325
23326 \begin_layout Plain Layout
23327 \begin_inset Formula $\subset$
23328 \end_inset
23329
23330
23331 \end_layout
23332
23333 \end_inset
23334 </cell>
23335 </row>
23336 <row>
23337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341
23342 \backslash
23343 subseteq
23344 \end_layout
23345
23346 \end_inset
23347 </cell>
23348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23349 \begin_inset Text
23350
23351 \begin_layout Plain Layout
23352 \begin_inset Formula $\subseteq$
23353 \end_inset
23354
23355
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 </row>
23361 <row>
23362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23363 \begin_inset Text
23364
23365 \begin_layout Plain Layout
23366
23367 \backslash
23368 sqsubseteq
23369 \end_layout
23370
23371 \end_inset
23372 </cell>
23373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23374 \begin_inset Text
23375
23376 \begin_layout Plain Layout
23377 \begin_inset Formula $\sqsubseteq$
23378 \end_inset
23379
23380
23381 \end_layout
23382
23383 \end_inset
23384 </cell>
23385 </row>
23386 <row>
23387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391
23392 \backslash
23393 in
23394 \end_layout
23395
23396 \end_inset
23397 </cell>
23398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Plain Layout
23402 \begin_inset Formula $\in$
23403 \end_inset
23404
23405
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 </row>
23411 <row>
23412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416
23417 \backslash
23418 vdash
23419 \end_layout
23420
23421 \end_inset
23422 </cell>
23423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23424 \begin_inset Text
23425
23426 \begin_layout Plain Layout
23427 \begin_inset Formula $\vdash$
23428 \end_inset
23429
23430
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 </row>
23436 <row>
23437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441
23442 \backslash
23443 smile
23444 \end_layout
23445
23446 \end_inset
23447 </cell>
23448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23449 \begin_inset Text
23450
23451 \begin_layout Plain Layout
23452 \begin_inset Formula $\smile$
23453 \end_inset
23454
23455
23456 \end_layout
23457
23458 \end_inset
23459 </cell>
23460 </row>
23461 <row>
23462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23463 \begin_inset Text
23464
23465 \begin_layout Plain Layout
23466
23467 \backslash
23468 lhd
23469 \end_layout
23470
23471 \end_inset
23472 </cell>
23473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23474 \begin_inset Text
23475
23476 \begin_layout Plain Layout
23477 \begin_inset Formula $\lhd$
23478 \end_inset
23479
23480
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 </row>
23486 <row>
23487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491
23492 \backslash
23493 unlhd
23494 \end_layout
23495
23496 \end_inset
23497 </cell>
23498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23499 \begin_inset Text
23500
23501 \begin_layout Plain Layout
23502 \begin_inset Formula $\unlhd$
23503 \end_inset
23504
23505
23506 \end_layout
23507
23508 \end_inset
23509 </cell>
23510 </row>
23511 <row>
23512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23513 \begin_inset Text
23514
23515 \begin_layout Plain Layout
23516
23517 \backslash
23518 gtrless
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527 \begin_inset Formula $\gtrless$
23528 \end_inset
23529
23530
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 </row>
23536 <row>
23537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23538 \begin_inset Text
23539
23540 \begin_layout Plain Layout
23541
23542 \backslash
23543 mid
23544 \end_layout
23545
23546 \end_inset
23547 </cell>
23548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23549 \begin_inset Text
23550
23551 \begin_layout Plain Layout
23552 \begin_inset Formula $\mid$
23553 \end_inset
23554
23555
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 </row>
23561 <row>
23562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23563 \begin_inset Text
23564
23565 \begin_layout Plain Layout
23566
23567 \backslash
23568 nmid
23569 \end_layout
23570
23571 \end_inset
23572 </cell>
23573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23574 \begin_inset Text
23575
23576 \begin_layout Plain Layout
23577 \begin_inset Formula $\nmid$
23578 \end_inset
23579
23580
23581 \end_layout
23582
23583 \end_inset
23584 </cell>
23585 </row>
23586 </lyxtabular>
23587
23588 \end_inset
23589
23590
23591 \begin_inset space \hfill{}
23592 \end_inset
23593
23594
23595 \begin_inset Tabular
23596 <lyxtabular version="3" rows="17" columns="2">
23597 <features tabularvalignment="middle">
23598 <column alignment="center" valignment="top" width="0pt">
23599 <column alignment="center" valignment="top" width="0pt">
23600 <row>
23601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23602 \begin_inset Text
23603
23604 \begin_layout Plain Layout
23605 Command
23606 \end_layout
23607
23608 \end_inset
23609 </cell>
23610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23611 \begin_inset Text
23612
23613 \begin_layout Plain Layout
23614 Result
23615 \end_layout
23616
23617 \end_inset
23618 </cell>
23619 </row>
23620 <row>
23621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23622 \begin_inset Text
23623
23624 \begin_layout Plain Layout
23625 =
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23631 \begin_inset Text
23632
23633 \begin_layout Plain Layout
23634 \begin_inset Formula $=$
23635 \end_inset
23636
23637
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 </row>
23643 <row>
23644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23645 \begin_inset Text
23646
23647 \begin_layout Plain Layout
23648
23649 \backslash
23650 not=
23651 \end_layout
23652
23653 \end_inset
23654 </cell>
23655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23656 \begin_inset Text
23657
23658 \begin_layout Plain Layout
23659 \begin_inset Formula $\not=$
23660 \end_inset
23661
23662
23663 \end_layout
23664
23665 \end_inset
23666 </cell>
23667 </row>
23668 <row>
23669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23670 \begin_inset Text
23671
23672 \begin_layout Plain Layout
23673
23674 \backslash
23675 equiv
23676 \end_layout
23677
23678 \end_inset
23679 </cell>
23680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23681 \begin_inset Text
23682
23683 \begin_layout Plain Layout
23684 \begin_inset Formula $\equiv$
23685 \end_inset
23686
23687
23688 \end_layout
23689
23690 \end_inset
23691 </cell>
23692 </row>
23693 <row>
23694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23695 \begin_inset Text
23696
23697 \begin_layout Plain Layout
23698
23699 \backslash
23700 sim
23701 \end_layout
23702
23703 \end_inset
23704 </cell>
23705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23706 \begin_inset Text
23707
23708 \begin_layout Plain Layout
23709 \begin_inset Formula $\sim$
23710 \end_inset
23711
23712
23713 \end_layout
23714
23715 \end_inset
23716 </cell>
23717 </row>
23718 <row>
23719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23720 \begin_inset Text
23721
23722 \begin_layout Plain Layout
23723
23724 \backslash
23725 simeq
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734 \begin_inset Formula $\simeq$
23735 \end_inset
23736
23737
23738 \end_layout
23739
23740 \end_inset
23741 </cell>
23742 </row>
23743 <row>
23744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23745 \begin_inset Text
23746
23747 \begin_layout Plain Layout
23748
23749 \backslash
23750 approx
23751 \end_layout
23752
23753 \end_inset
23754 </cell>
23755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23756 \begin_inset Text
23757
23758 \begin_layout Plain Layout
23759 \begin_inset Formula $\approx$
23760 \end_inset
23761
23762
23763 \end_layout
23764
23765 \end_inset
23766 </cell>
23767 </row>
23768 <row>
23769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23770 \begin_inset Text
23771
23772 \begin_layout Plain Layout
23773
23774 \backslash
23775 cong
23776 \end_layout
23777
23778 \end_inset
23779 </cell>
23780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784 \begin_inset Formula $\cong$
23785 \end_inset
23786
23787
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 </row>
23793 <row>
23794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798
23799 \backslash
23800 bowtie
23801 \end_layout
23802
23803 \end_inset
23804 </cell>
23805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23806 \begin_inset Text
23807
23808 \begin_layout Plain Layout
23809 \begin_inset Formula $\bowtie$
23810 \end_inset
23811
23812
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 </row>
23818 <row>
23819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23820 \begin_inset Text
23821
23822 \begin_layout Plain Layout
23823
23824 \backslash
23825 notin
23826 \end_layout
23827
23828 \end_inset
23829 </cell>
23830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23831 \begin_inset Text
23832
23833 \begin_layout Plain Layout
23834 \begin_inset Formula $\notin$
23835 \end_inset
23836
23837
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 </row>
23843 <row>
23844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23845 \begin_inset Text
23846
23847 \begin_layout Plain Layout
23848
23849 \backslash
23850 perp
23851 \end_layout
23852
23853 \end_inset
23854 </cell>
23855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23856 \begin_inset Text
23857
23858 \begin_layout Plain Layout
23859 \begin_inset Formula $\perp$
23860 \end_inset
23861
23862
23863 \end_layout
23864
23865 \end_inset
23866 </cell>
23867 </row>
23868 <row>
23869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23870 \begin_inset Text
23871
23872 \begin_layout Plain Layout
23873
23874 \backslash
23875 propto
23876 \end_layout
23877
23878 \end_inset
23879 </cell>
23880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23881 \begin_inset Text
23882
23883 \begin_layout Plain Layout
23884 \begin_inset Formula $\propto$
23885 \end_inset
23886
23887
23888 \end_layout
23889
23890 \end_inset
23891 </cell>
23892 </row>
23893 <row>
23894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23895 \begin_inset Text
23896
23897 \begin_layout Plain Layout
23898
23899 \backslash
23900 asymp
23901 \end_layout
23902
23903 \end_inset
23904 </cell>
23905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23906 \begin_inset Text
23907
23908 \begin_layout Plain Layout
23909 \begin_inset Formula $\asymp$
23910 \end_inset
23911
23912
23913 \end_layout
23914
23915 \end_inset
23916 </cell>
23917 </row>
23918 <row>
23919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23920 \begin_inset Text
23921
23922 \begin_layout Plain Layout
23923
23924 \backslash
23925 doteq
23926 \end_layout
23927
23928 \end_inset
23929 </cell>
23930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23931 \begin_inset Text
23932
23933 \begin_layout Plain Layout
23934 \begin_inset Formula $\doteq$
23935 \end_inset
23936
23937
23938 \end_layout
23939
23940 \end_inset
23941 </cell>
23942 </row>
23943 <row>
23944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948
23949 \backslash
23950 circeq
23951 \end_layout
23952
23953 \end_inset
23954 </cell>
23955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23956 \begin_inset Text
23957
23958 \begin_layout Plain Layout
23959 \begin_inset Formula $\circeq$
23960 \end_inset
23961
23962
23963 \end_layout
23964
23965 \end_inset
23966 </cell>
23967 </row>
23968 <row>
23969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23970 \begin_inset Text
23971
23972 \begin_layout Plain Layout
23973
23974 \backslash
23975 models
23976 \end_layout
23977
23978 \end_inset
23979 </cell>
23980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23981 \begin_inset Text
23982
23983 \begin_layout Plain Layout
23984 \begin_inset Formula $\models$
23985 \end_inset
23986
23987
23988 \end_layout
23989
23990 \end_inset
23991 </cell>
23992 </row>
23993 <row>
23994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23995 \begin_inset Text
23996
23997 \begin_layout Plain Layout
23998
23999 \backslash
24000 widehat=
24001 \end_layout
24002
24003 \end_inset
24004 </cell>
24005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24006 \begin_inset Text
24007
24008 \begin_layout Plain Layout
24009 \begin_inset Formula $\widehat{=}$
24010 \end_inset
24011
24012
24013 \end_layout
24014
24015 \end_inset
24016 </cell>
24017 </row>
24018 </lyxtabular>
24019
24020 \end_inset
24021
24022
24023 \begin_inset space \hfill{}
24024 \end_inset
24025
24026
24027 \begin_inset Tabular
24028 <lyxtabular version="3" rows="17" columns="2">
24029 <features tabularvalignment="middle">
24030 <column alignment="center" valignment="top" width="0pt">
24031 <column alignment="center" valignment="top" width="0pt">
24032 <row>
24033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24034 \begin_inset Text
24035
24036 \begin_layout Plain Layout
24037 Command
24038 \end_layout
24039
24040 \end_inset
24041 </cell>
24042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24043 \begin_inset Text
24044
24045 \begin_layout Plain Layout
24046 Result
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 </row>
24052 <row>
24053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24054 \begin_inset Text
24055
24056 \begin_layout Plain Layout
24057 >
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066 \begin_inset Formula $>$
24067 \end_inset
24068
24069
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 </row>
24075 <row>
24076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24077 \begin_inset Text
24078
24079 \begin_layout Plain Layout
24080
24081 \backslash
24082 ge
24083 \end_layout
24084
24085 \end_inset
24086 </cell>
24087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24088 \begin_inset Text
24089
24090 \begin_layout Plain Layout
24091 \begin_inset Formula $\ge$
24092 \end_inset
24093
24094
24095 \end_layout
24096
24097 \end_inset
24098 </cell>
24099 </row>
24100 <row>
24101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Plain Layout
24105
24106 \backslash
24107 gg
24108 \end_layout
24109
24110 \end_inset
24111 </cell>
24112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24113 \begin_inset Text
24114
24115 \begin_layout Plain Layout
24116 \begin_inset Formula $\gg$
24117 \end_inset
24118
24119
24120 \end_layout
24121
24122 \end_inset
24123 </cell>
24124 </row>
24125 <row>
24126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24127 \begin_inset Text
24128
24129 \begin_layout Plain Layout
24130
24131 \backslash
24132 succ
24133 \end_layout
24134
24135 \end_inset
24136 </cell>
24137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24138 \begin_inset Text
24139
24140 \begin_layout Plain Layout
24141 \begin_inset Formula $\succ$
24142 \end_inset
24143
24144
24145 \end_layout
24146
24147 \end_inset
24148 </cell>
24149 </row>
24150 <row>
24151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24152 \begin_inset Text
24153
24154 \begin_layout Plain Layout
24155
24156 \backslash
24157 succeq
24158 \end_layout
24159
24160 \end_inset
24161 </cell>
24162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24163 \begin_inset Text
24164
24165 \begin_layout Plain Layout
24166 \begin_inset Formula $\succeq$
24167 \end_inset
24168
24169
24170 \end_layout
24171
24172 \end_inset
24173 </cell>
24174 </row>
24175 <row>
24176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24177 \begin_inset Text
24178
24179 \begin_layout Plain Layout
24180
24181 \backslash
24182 supset
24183 \end_layout
24184
24185 \end_inset
24186 </cell>
24187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24188 \begin_inset Text
24189
24190 \begin_layout Plain Layout
24191 \begin_inset Formula $\supset$
24192 \end_inset
24193
24194
24195 \end_layout
24196
24197 \end_inset
24198 </cell>
24199 </row>
24200 <row>
24201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24202 \begin_inset Text
24203
24204 \begin_layout Plain Layout
24205
24206 \backslash
24207 supseteq
24208 \end_layout
24209
24210 \end_inset
24211 </cell>
24212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24213 \begin_inset Text
24214
24215 \begin_layout Plain Layout
24216 \begin_inset Formula $\supseteq$
24217 \end_inset
24218
24219
24220 \end_layout
24221
24222 \end_inset
24223 </cell>
24224 </row>
24225 <row>
24226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24227 \begin_inset Text
24228
24229 \begin_layout Plain Layout
24230
24231 \backslash
24232 sqsupseteq
24233 \end_layout
24234
24235 \end_inset
24236 </cell>
24237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24238 \begin_inset Text
24239
24240 \begin_layout Plain Layout
24241 \begin_inset Formula $\sqsupseteq$
24242 \end_inset
24243
24244
24245 \end_layout
24246
24247 \end_inset
24248 </cell>
24249 </row>
24250 <row>
24251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24252 \begin_inset Text
24253
24254 \begin_layout Plain Layout
24255
24256 \backslash
24257 ni
24258 \end_layout
24259
24260 \end_inset
24261 </cell>
24262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24263 \begin_inset Text
24264
24265 \begin_layout Plain Layout
24266 \begin_inset Formula $\ni$
24267 \end_inset
24268
24269
24270 \end_layout
24271
24272 \end_inset
24273 </cell>
24274 </row>
24275 <row>
24276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24277 \begin_inset Text
24278
24279 \begin_layout Plain Layout
24280
24281 \backslash
24282 dashv
24283 \end_layout
24284
24285 \end_inset
24286 </cell>
24287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24288 \begin_inset Text
24289
24290 \begin_layout Plain Layout
24291 \begin_inset Formula $\dashv$
24292 \end_inset
24293
24294
24295 \end_layout
24296
24297 \end_inset
24298 </cell>
24299 </row>
24300 <row>
24301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24302 \begin_inset Text
24303
24304 \begin_layout Plain Layout
24305
24306 \backslash
24307 frown
24308 \end_layout
24309
24310 \end_inset
24311 </cell>
24312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24313 \begin_inset Text
24314
24315 \begin_layout Plain Layout
24316 \begin_inset Formula $\frown$
24317 \end_inset
24318
24319
24320 \end_layout
24321
24322 \end_inset
24323 </cell>
24324 </row>
24325 <row>
24326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24327 \begin_inset Text
24328
24329 \begin_layout Plain Layout
24330
24331 \backslash
24332 rhd
24333 \end_layout
24334
24335 \end_inset
24336 </cell>
24337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24338 \begin_inset Text
24339
24340 \begin_layout Plain Layout
24341 \begin_inset Formula $\rhd$
24342 \end_inset
24343
24344
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 </row>
24350 <row>
24351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24352 \begin_inset Text
24353
24354 \begin_layout Plain Layout
24355
24356 \backslash
24357 unrhd
24358 \end_layout
24359
24360 \end_inset
24361 </cell>
24362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24363 \begin_inset Text
24364
24365 \begin_layout Plain Layout
24366 \begin_inset Formula $\unrhd$
24367 \end_inset
24368
24369
24370 \end_layout
24371
24372 \end_inset
24373 </cell>
24374 </row>
24375 <row>
24376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380
24381 \backslash
24382 lessgtr
24383 \end_layout
24384
24385 \end_inset
24386 </cell>
24387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24388 \begin_inset Text
24389
24390 \begin_layout Plain Layout
24391 \begin_inset Formula $\lessgtr$
24392 \end_inset
24393
24394
24395 \end_layout
24396
24397 \end_inset
24398 </cell>
24399 </row>
24400 <row>
24401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24402 \begin_inset Text
24403
24404 \begin_layout Plain Layout
24405
24406 \backslash
24407 parallel
24408 \end_layout
24409
24410 \end_inset
24411 </cell>
24412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24413 \begin_inset Text
24414
24415 \begin_layout Plain Layout
24416 \begin_inset Formula $\parallel$
24417 \end_inset
24418
24419
24420 \end_layout
24421
24422 \end_inset
24423 </cell>
24424 </row>
24425 <row>
24426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Plain Layout
24430
24431 \backslash
24432 nparallel
24433 \end_layout
24434
24435 \end_inset
24436 </cell>
24437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24438 \begin_inset Text
24439
24440 \begin_layout Plain Layout
24441 \begin_inset Formula $\nparallel$
24442 \end_inset
24443
24444
24445 \end_layout
24446
24447 \end_inset
24448 </cell>
24449 </row>
24450 </lyxtabular>
24451
24452 \end_inset
24453
24454
24455 \begin_inset space \hfill{}
24456 \end_inset
24457
24458
24459 \end_layout
24460
24461 \begin_layout Standard
24462 \begin_inset VSpace medskip
24463 \end_inset
24464
24465 The characters 
24466 \series bold
24467
24468 \backslash
24469 lhd
24470 \series default
24471  and 
24472 \series bold
24473
24474 \backslash
24475 rhd
24476 \series default
24477  are bigger than the equal looking operators 
24478 \series bold
24479
24480 \backslash
24481 triangleleft
24482 \series default
24483  and 
24484 \series bold
24485
24486 \backslash
24487 triangleright
24488 \series default
24489 , respectively.
24490 \end_layout
24491
24492 \begin_layout Standard
24493 Relations are, in contrary to symbols, always surrounded by space.
24494 \end_layout
24495
24496 \begin_layout Standard
24497 Relations with labels can be created with the command 
24498 \series bold
24499
24500 \backslash
24501 stackrel
24502 \series default
24503
24504 \begin_inset Index idx
24505 status collapsed
24506
24507 \begin_layout Plain Layout
24508 Commands ! S ! 
24509 \backslash
24510 stackrel
24511 \end_layout
24512
24513 \end_inset
24514
24515 :
24516 \end_layout
24517
24518 \begin_layout Standard
24519 \align center
24520 \begin_inset Tabular
24521 <lyxtabular version="3" rows="2" columns="2">
24522 <features tabularvalignment="middle">
24523 <column alignment="center" valignment="top" width="0">
24524 <column alignment="center" valignment="top" width="0">
24525 <row>
24526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24527 \begin_inset Text
24528
24529 \begin_layout Plain Layout
24530 Command
24531 \end_layout
24532
24533 \end_inset
24534 </cell>
24535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24536 \begin_inset Text
24537
24538 \begin_layout Plain Layout
24539 Result
24540 \begin_inset Note Note
24541 status collapsed
24542
24543 \begin_layout Plain Layout
24544
24545 \series bold
24546
24547 \backslash
24548 raisebox
24549 \series default
24550  is only used as spacer.
24551 \end_layout
24552
24553 \end_inset
24554
24555
24556 \end_layout
24557
24558 \end_inset
24559 </cell>
24560 </row>
24561 <row>
24562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24563 \begin_inset Text
24564
24565 \begin_layout Plain Layout
24566 A(r)
24567 \backslash
24568 stackrel
24569 \begin_inset ERT
24570 status collapsed
24571
24572 \begin_layout Plain Layout
24573
24574
24575 \backslash
24576 spce 
24577 \end_layout
24578
24579 \end_inset
24580
24581 r
24582 \backslash
24583 to
24584 \backslash
24585 infty
24586 \begin_inset ERT
24587 status collapsed
24588
24589 \begin_layout Plain Layout
24590
24591
24592 \backslash
24593 spce 
24594 \end_layout
24595
24596 \end_inset
24597
24598
24599 \begin_inset Formula $\downarrow$
24600 \end_inset
24601
24602
24603 \backslash
24604 approx
24605 \begin_inset ERT
24606 status collapsed
24607
24608 \begin_layout Plain Layout
24609
24610
24611 \backslash
24612 spce 
24613 \end_layout
24614
24615 \end_inset
24616
24617
24618 \begin_inset ERT
24619 status collapsed
24620
24621 \begin_layout Plain Layout
24622
24623
24624 \backslash
24625 spce 
24626 \end_layout
24627
24628 \end_inset
24629
24630 B
24631 \end_layout
24632
24633 \end_inset
24634 </cell>
24635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24636 \begin_inset Text
24637
24638 \begin_layout Plain Layout
24639 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24640 \end_inset
24641
24642
24643 \end_layout
24644
24645 \end_inset
24646 </cell>
24647 </row>
24648 </lyxtabular>
24649
24650 \end_inset
24651
24652
24653 \end_layout
24654
24655 \begin_layout Section
24656 Functions
24657 \end_layout
24658
24659 \begin_layout Subsection
24660 Predefined Functions
24661 \begin_inset CommandInset label
24662 LatexCommand label
24663 name "sub:Predefined-Functions"
24664
24665 \end_inset
24666
24667
24668 \begin_inset Index idx
24669 status collapsed
24670
24671 \begin_layout Plain Layout
24672 Functions ! predefined
24673 \end_layout
24674
24675 \end_inset
24676
24677
24678 \end_layout
24679
24680 \begin_layout Standard
24681 In general, variables are set 
24682 \emph on
24683 italic
24684 \emph default
24685  in mathematical expressions, but not function names, because 
24686 \begin_inset Formula $sin$
24687 \end_inset
24688
24689  could be misunderstood as 
24690 \begin_inset Formula $s\cdot i\cdot n$
24691 \end_inset
24692
24693 .
24694  Therefore there are predefined functions, that are additionally a bit separated
24695  from prefactors.
24696  They are inserted as commands starting with a backslash before their name.
24697 \end_layout
24698
24699 \begin_layout Standard
24700 \align center
24701 \begin_inset Tabular
24702 <lyxtabular version="3" rows="2" columns="4">
24703 <features tabularvalignment="middle">
24704 <column alignment="center" valignment="top" width="0pt">
24705 <column alignment="center" valignment="top" width="0pt">
24706 <column alignment="center" valignment="top" width="0pt">
24707 <column alignment="center" valignment="top" width="0pt">
24708 <row>
24709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24710 \begin_inset Text
24711
24712 \begin_layout Plain Layout
24713 Command
24714 \end_layout
24715
24716 \end_inset
24717 </cell>
24718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24719 \begin_inset Text
24720
24721 \begin_layout Plain Layout
24722 Result
24723 \end_layout
24724
24725 \end_inset
24726 </cell>
24727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24728 \begin_inset Text
24729
24730 \begin_layout Plain Layout
24731 Command
24732 \end_layout
24733
24734 \end_inset
24735 </cell>
24736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24737 \begin_inset Text
24738
24739 \begin_layout Plain Layout
24740 Result
24741 \end_layout
24742
24743 \end_inset
24744 </cell>
24745 </row>
24746 <row>
24747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24748 \begin_inset Text
24749
24750 \begin_layout Plain Layout
24751 Asin(x)+B
24752 \end_layout
24753
24754 \end_inset
24755 </cell>
24756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24757 \begin_inset Text
24758
24759 \begin_layout Plain Layout
24760 \begin_inset Formula $Asin(x)+B$
24761 \end_inset
24762
24763
24764 \end_layout
24765
24766 \end_inset
24767 </cell>
24768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24769 \begin_inset Text
24770
24771 \begin_layout Plain Layout
24772 A
24773 \backslash
24774 sin(x)+B
24775 \end_layout
24776
24777 \end_inset
24778 </cell>
24779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24780 \begin_inset Text
24781
24782 \begin_layout Plain Layout
24783 \begin_inset Formula $A\sin(x)+B$
24784 \end_inset
24785
24786
24787 \end_layout
24788
24789 \end_inset
24790 </cell>
24791 </row>
24792 </lyxtabular>
24793
24794 \end_inset
24795
24796
24797 \end_layout
24798
24799 \begin_layout Standard
24800 The following functions are predefined:
24801 \end_layout
24802
24803 \begin_layout Standard
24804 \begin_inset VSpace -2mm
24805 \end_inset
24806
24807
24808 \end_layout
24809
24810 \begin_layout Standard
24811 \align center
24812 \begin_inset Tabular
24813 <lyxtabular version="3" rows="9" columns="4">
24814 <features tabularvalignment="middle">
24815 <column alignment="center" valignment="top" width="0pt">
24816 <column alignment="center" valignment="top" width="0pt">
24817 <column alignment="center" valignment="top" width="0pt">
24818 <column alignment="center" valignment="top" width="0pt">
24819 <row>
24820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24821 \begin_inset Text
24822
24823 \begin_layout Plain Layout
24824 Command
24825 \end_layout
24826
24827 \end_inset
24828 </cell>
24829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24830 \begin_inset Text
24831
24832 \begin_layout Plain Layout
24833 Command
24834 \end_layout
24835
24836 \end_inset
24837 </cell>
24838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24839 \begin_inset Text
24840
24841 \begin_layout Plain Layout
24842 Command
24843 \end_layout
24844
24845 \end_inset
24846 </cell>
24847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24848 \begin_inset Text
24849
24850 \begin_layout Plain Layout
24851 Command
24852 \end_layout
24853
24854 \end_inset
24855 </cell>
24856 </row>
24857 <row>
24858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24859 \begin_inset Text
24860
24861 \begin_layout Plain Layout
24862
24863 \backslash
24864 sin
24865 \end_layout
24866
24867 \end_inset
24868 </cell>
24869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24870 \begin_inset Text
24871
24872 \begin_layout Plain Layout
24873
24874 \backslash
24875 sinh
24876 \end_layout
24877
24878 \end_inset
24879 </cell>
24880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24881 \begin_inset Text
24882
24883 \begin_layout Plain Layout
24884
24885 \backslash
24886 arcsin
24887 \end_layout
24888
24889 \end_inset
24890 </cell>
24891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24892 \begin_inset Text
24893
24894 \begin_layout Plain Layout
24895
24896 \backslash
24897 sup
24898 \end_layout
24899
24900 \end_inset
24901 </cell>
24902 </row>
24903 <row>
24904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24905 \begin_inset Text
24906
24907 \begin_layout Plain Layout
24908
24909 \backslash
24910 cos
24911 \end_layout
24912
24913 \end_inset
24914 </cell>
24915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24916 \begin_inset Text
24917
24918 \begin_layout Plain Layout
24919
24920 \backslash
24921 cosh
24922 \end_layout
24923
24924 \end_inset
24925 </cell>
24926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24927 \begin_inset Text
24928
24929 \begin_layout Plain Layout
24930
24931 \backslash
24932 arccos
24933 \end_layout
24934
24935 \end_inset
24936 </cell>
24937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24938 \begin_inset Text
24939
24940 \begin_layout Plain Layout
24941
24942 \backslash
24943 inf
24944 \end_layout
24945
24946 \end_inset
24947 </cell>
24948 </row>
24949 <row>
24950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24951 \begin_inset Text
24952
24953 \begin_layout Plain Layout
24954
24955 \backslash
24956 tan
24957 \end_layout
24958
24959 \end_inset
24960 </cell>
24961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24962 \begin_inset Text
24963
24964 \begin_layout Plain Layout
24965
24966 \backslash
24967 tanh
24968 \end_layout
24969
24970 \end_inset
24971 </cell>
24972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24973 \begin_inset Text
24974
24975 \begin_layout Plain Layout
24976
24977 \backslash
24978 arctan
24979 \end_layout
24980
24981 \end_inset
24982 </cell>
24983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24984 \begin_inset Text
24985
24986 \begin_layout Plain Layout
24987
24988 \backslash
24989 lim
24990 \end_layout
24991
24992 \end_inset
24993 </cell>
24994 </row>
24995 <row>
24996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24997 \begin_inset Text
24998
24999 \begin_layout Plain Layout
25000
25001 \backslash
25002 cot
25003 \end_layout
25004
25005 \end_inset
25006 </cell>
25007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25008 \begin_inset Text
25009
25010 \begin_layout Plain Layout
25011
25012 \backslash
25013 coth
25014 \end_layout
25015
25016 \end_inset
25017 </cell>
25018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25019 \begin_inset Text
25020
25021 \begin_layout Plain Layout
25022
25023 \backslash
25024 arg
25025 \end_layout
25026
25027 \end_inset
25028 </cell>
25029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25030 \begin_inset Text
25031
25032 \begin_layout Plain Layout
25033
25034 \backslash
25035 liminf
25036 \end_layout
25037
25038 \end_inset
25039 </cell>
25040 </row>
25041 <row>
25042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25043 \begin_inset Text
25044
25045 \begin_layout Plain Layout
25046
25047 \backslash
25048 sec
25049 \end_layout
25050
25051 \end_inset
25052 </cell>
25053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25054 \begin_inset Text
25055
25056 \begin_layout Plain Layout
25057
25058 \backslash
25059 min
25060 \end_layout
25061
25062 \end_inset
25063 </cell>
25064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25065 \begin_inset Text
25066
25067 \begin_layout Plain Layout
25068
25069 \backslash
25070 deg
25071 \end_layout
25072
25073 \end_inset
25074 </cell>
25075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25076 \begin_inset Text
25077
25078 \begin_layout Plain Layout
25079
25080 \backslash
25081 limsup
25082 \end_layout
25083
25084 \end_inset
25085 </cell>
25086 </row>
25087 <row>
25088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25089 \begin_inset Text
25090
25091 \begin_layout Plain Layout
25092
25093 \backslash
25094 csc
25095 \end_layout
25096
25097 \end_inset
25098 </cell>
25099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25100 \begin_inset Text
25101
25102 \begin_layout Plain Layout
25103
25104 \backslash
25105 max
25106 \end_layout
25107
25108 \end_inset
25109 </cell>
25110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25111 \begin_inset Text
25112
25113 \begin_layout Plain Layout
25114
25115 \backslash
25116 det
25117 \end_layout
25118
25119 \end_inset
25120 </cell>
25121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25122 \begin_inset Text
25123
25124 \begin_layout Plain Layout
25125
25126 \backslash
25127 Pr
25128 \end_layout
25129
25130 \end_inset
25131 </cell>
25132 </row>
25133 <row>
25134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25135 \begin_inset Text
25136
25137 \begin_layout Plain Layout
25138
25139 \backslash
25140 ln
25141 \end_layout
25142
25143 \end_inset
25144 </cell>
25145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25146 \begin_inset Text
25147
25148 \begin_layout Plain Layout
25149
25150 \backslash
25151 exp
25152 \end_layout
25153
25154 \end_inset
25155 </cell>
25156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25157 \begin_inset Text
25158
25159 \begin_layout Plain Layout
25160
25161 \backslash
25162 dim
25163 \end_layout
25164
25165 \end_inset
25166 </cell>
25167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25168 \begin_inset Text
25169
25170 \begin_layout Plain Layout
25171
25172 \backslash
25173 hom
25174 \end_layout
25175
25176 \end_inset
25177 </cell>
25178 </row>
25179 <row>
25180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25181 \begin_inset Text
25182
25183 \begin_layout Plain Layout
25184
25185 \backslash
25186 lg
25187 \end_layout
25188
25189 \end_inset
25190 </cell>
25191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25192 \begin_inset Text
25193
25194 \begin_layout Plain Layout
25195
25196 \backslash
25197 log
25198 \end_layout
25199
25200 \end_inset
25201 </cell>
25202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25203 \begin_inset Text
25204
25205 \begin_layout Plain Layout
25206
25207 \backslash
25208 ker
25209 \end_layout
25210
25211 \end_inset
25212 </cell>
25213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25214 \begin_inset Text
25215
25216 \begin_layout Plain Layout
25217
25218 \backslash
25219 gcd
25220 \end_layout
25221
25222 \end_inset
25223 </cell>
25224 </row>
25225 </lyxtabular>
25226
25227 \end_inset
25228
25229
25230 \end_layout
25231
25232 \begin_layout Standard
25233 They can also be inserted with the math toolbar button 
25234 \begin_inset Graphics
25235         filename ../images/math/functions.png
25236         scale 85
25237
25238 \end_inset
25239
25240 .
25241 \end_layout
25242
25243 \begin_layout Subsection
25244 Self-defined Functions
25245 \begin_inset Index idx
25246 status collapsed
25247
25248 \begin_layout Plain Layout
25249 Functions ! self-defined
25250 \end_layout
25251
25252 \end_inset
25253
25254
25255 \end_layout
25256
25257 \begin_layout Standard
25258 To use a function that is not predefined, like for example the sign function
25259  sgn(x), there are two possibilities:
25260 \end_layout
25261
25262 \begin_layout Itemize
25263 Define the function by inserting the following line to the LaTeX-preamble
25264 \begin_inset Foot
25265 status collapsed
25266
25267 \begin_layout Plain Layout
25268 For more about 
25269 \series bold
25270
25271 \backslash
25272 DeclareMathOperator
25273 \series default
25274  see 
25275 \begin_inset CommandInset ref
25276 LatexCommand ref
25277 reference "sub:Self-defined-Operators"
25278
25279 \end_inset
25280
25281 .
25282 \end_layout
25283
25284 \end_inset
25285
25286
25287 \begin_inset Newline newline
25288 \end_inset
25289
25290
25291 \begin_inset VSpace -3mm
25292 \end_inset
25293
25294
25295 \begin_inset Newline newline
25296 \end_inset
25297
25298
25299 \series bold
25300
25301 \backslash
25302 DeclareMathOperator{
25303 \backslash
25304 sgn}{sgn}
25305 \series default
25306
25307 \begin_inset Index idx
25308 status collapsed
25309
25310 \begin_layout Plain Layout
25311 Commands ! D ! 
25312 \backslash
25313 dbinom@
25314 \backslash
25315 DeclareMathOperator
25316 \end_layout
25317
25318 \end_inset
25319
25320
25321 \begin_inset Newline newline
25322 \end_inset
25323
25324
25325 \begin_inset VSpace -2mm
25326 \end_inset
25327
25328
25329 \begin_inset Newline newline
25330 \end_inset
25331
25332 Now the new defined function can be called with the command 
25333 \series bold
25334
25335 \backslash
25336 sgn
25337 \series default
25338 .
25339 \end_layout
25340
25341 \begin_layout Itemize
25342 Write the formula as usual, mark the formula name, in our example the letters
25343  
25344 \emph on
25345 sgn
25346 \emph default
25347 , and change it to mathematical text.
25348  At last a space is inserted between prefactor and function.
25349 \end_layout
25350
25351 \begin_layout Standard
25352 The result is the same with both methods as with a predefined function
25353 \begin_inset Foot
25354 status collapsed
25355
25356 \begin_layout Plain Layout
25357 In LyX self-defined functions are displayed red, predefined ones black.
25358 \end_layout
25359
25360 \end_inset
25361
25362 :
25363 \end_layout
25364
25365 \begin_layout Standard
25366 \align center
25367 \begin_inset Tabular
25368 <lyxtabular version="3" rows="3" columns="2">
25369 <features tabularvalignment="middle">
25370 <column alignment="center" valignment="top" width="0pt">
25371 <column alignment="center" valignment="top" width="0pt">
25372 <row>
25373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25374 \begin_inset Text
25375
25376 \begin_layout Plain Layout
25377 Command
25378 \end_layout
25379
25380 \end_inset
25381 </cell>
25382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25383 \begin_inset Text
25384
25385 \begin_layout Plain Layout
25386 Result
25387 \end_layout
25388
25389 \end_inset
25390 </cell>
25391 </row>
25392 <row>
25393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25394 \begin_inset Text
25395
25396 \begin_layout Plain Layout
25397 A
25398 \backslash
25399 sgn(x)+B
25400 \end_layout
25401
25402 \end_inset
25403 </cell>
25404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25405 \begin_inset Text
25406
25407 \begin_layout Plain Layout
25408 \begin_inset Formula $A\sgn(x)+B$
25409 \end_inset
25410
25411
25412 \end_layout
25413
25414 \end_inset
25415 </cell>
25416 </row>
25417 <row>
25418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25419 \begin_inset Text
25420
25421 \begin_layout Plain Layout
25422 A
25423 \backslash
25424 ,
25425 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25426 \end_inset
25427
25428 (x)+B
25429 \end_layout
25430
25431 \end_inset
25432 </cell>
25433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25434 \begin_inset Text
25435
25436 \begin_layout Plain Layout
25437 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25438 \end_inset
25439
25440
25441 \end_layout
25442
25443 \end_inset
25444 </cell>
25445 </row>
25446 </lyxtabular>
25447
25448 \end_inset
25449
25450
25451 \end_layout
25452
25453 \begin_layout Standard
25454 The first method is more suitable when the self-defined function should
25455  be used several times.
25456 \end_layout
25457
25458 \begin_layout Subsection
25459 Limits
25460 \begin_inset Index idx
25461 status collapsed
25462
25463 \begin_layout Plain Layout
25464 Limits
25465 \end_layout
25466
25467 \end_inset
25468
25469
25470 \end_layout
25471
25472 \begin_layout Standard
25473 For limits there are defined besides 
25474 \series bold
25475
25476 \backslash
25477 lim
25478 \series default
25479
25480 \begin_inset Index idx
25481 status collapsed
25482
25483 \begin_layout Plain Layout
25484 Commands ! L ! 
25485 \backslash
25486 lim
25487 \end_layout
25488
25489 \end_inset
25490
25491
25492 \series bold
25493
25494 \backslash
25495 liminf
25496 \series default
25497  and 
25498 \series bold
25499
25500 \backslash
25501 limsup
25502 \series default
25503  furthermore the following functions:
25504 \end_layout
25505
25506 \begin_layout Standard
25507 \align center
25508 \begin_inset Tabular
25509 <lyxtabular version="3" rows="5" columns="2">
25510 <features tabularvalignment="middle">
25511 <column alignment="center" valignment="top" width="0">
25512 <column alignment="center" valignment="top" width="0">
25513 <row>
25514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25515 \begin_inset Text
25516
25517 \begin_layout Plain Layout
25518 Command
25519 \end_layout
25520
25521 \end_inset
25522 </cell>
25523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25524 \begin_inset Text
25525
25526 \begin_layout Plain Layout
25527 Result
25528 \begin_inset Note Note
25529 status collapsed
25530
25531 \begin_layout Plain Layout
25532
25533 \series bold
25534
25535 \backslash
25536 raisebox
25537 \series default
25538  is only used as spacer.
25539 \end_layout
25540
25541 \end_inset
25542
25543
25544 \end_layout
25545
25546 \end_inset
25547 </cell>
25548 </row>
25549 <row>
25550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25551 \begin_inset Text
25552
25553 \begin_layout Plain Layout
25554
25555 \backslash
25556 varliminf
25557 \end_layout
25558
25559 \end_inset
25560 </cell>
25561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25562 \begin_inset Text
25563
25564 \begin_layout Plain Layout
25565 \begin_inset Formula $\varliminf$
25566 \end_inset
25567
25568
25569 \end_layout
25570
25571 \end_inset
25572 </cell>
25573 </row>
25574 <row>
25575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25576 \begin_inset Text
25577
25578 \begin_layout Plain Layout
25579
25580 \backslash
25581 varlimsup
25582 \end_layout
25583
25584 \end_inset
25585 </cell>
25586 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25587 \begin_inset Text
25588
25589 \begin_layout Plain Layout
25590 \begin_inset Formula $\varlimsup$
25591 \end_inset
25592
25593
25594 \end_layout
25595
25596 \end_inset
25597 </cell>
25598 </row>
25599 <row>
25600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25601 \begin_inset Text
25602
25603 \begin_layout Plain Layout
25604
25605 \backslash
25606 varprojlim
25607 \end_layout
25608
25609 \end_inset
25610 </cell>
25611 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25612 \begin_inset Text
25613
25614 \begin_layout Plain Layout
25615 \begin_inset Formula $\varprojlim$
25616 \end_inset
25617
25618
25619 \end_layout
25620
25621 \end_inset
25622 </cell>
25623 </row>
25624 <row>
25625 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25626 \begin_inset Text
25627
25628 \begin_layout Plain Layout
25629
25630 \backslash
25631 varinjlim
25632 \end_layout
25633
25634 \end_inset
25635 </cell>
25636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25637 \begin_inset Text
25638
25639 \begin_layout Plain Layout
25640 \begin_inset Formula $\varinjlim$
25641 \end_inset
25642
25643
25644 \begin_inset Formula $\raisebox{-2.5mm}{}$
25645 \end_inset
25646
25647
25648 \end_layout
25649
25650 \end_inset
25651 </cell>
25652 </row>
25653 </lyxtabular>
25654
25655 \end_inset
25656
25657
25658 \end_layout
25659
25660 \begin_layout Standard
25661 \begin_inset VSpace medskip
25662 \end_inset
25663
25664 The limit is created by inserting a subscript.
25665  It is set right beside the function in an inline formula:
25666 \end_layout
25667
25668 \begin_layout Standard
25669 \align center
25670 \begin_inset Tabular
25671 <lyxtabular version="3" rows="2" columns="2">
25672 <features tabularvalignment="middle">
25673 <column alignment="center" valignment="top" width="0pt">
25674 <column alignment="center" valignment="top" width="0pt">
25675 <row>
25676 <cell alignment="center" valignment="top" usebox="none">
25677 \begin_inset Text
25678
25679 \begin_layout Plain Layout
25680 Command
25681 \end_layout
25682
25683 \end_inset
25684 </cell>
25685 <cell alignment="center" valignment="top" usebox="none">
25686 \begin_inset Text
25687
25688 \begin_layout Plain Layout
25689 \begin_inset space \hspace{}
25690 \length 1cm
25691 \end_inset
25692
25693 Result
25694 \begin_inset Note Note
25695 status collapsed
25696
25697 \begin_layout Plain Layout
25698 The space and
25699 \series bold
25700  
25701 \backslash
25702 raisebox
25703 \series default
25704  are used here as spacer.
25705 \end_layout
25706
25707 \end_inset
25708
25709
25710 \end_layout
25711
25712 \end_inset
25713 </cell>
25714 </row>
25715 <row>
25716 <cell alignment="center" valignment="top" usebox="none">
25717 \begin_inset Text
25718
25719 \begin_layout Plain Layout
25720
25721 \backslash
25722 lim_x
25723 \backslash
25724 to
25725 \begin_inset ERT
25726 status collapsed
25727
25728 \begin_layout Plain Layout
25729
25730
25731 \backslash
25732 spce 
25733 \end_layout
25734
25735 \end_inset
25736
25737 A
25738 \begin_inset ERT
25739 status collapsed
25740
25741 \begin_layout Plain Layout
25742
25743
25744 \backslash
25745 spce 
25746 \end_layout
25747
25748 \end_inset
25749
25750 x=B
25751 \end_layout
25752
25753 \end_inset
25754 </cell>
25755 <cell alignment="center" valignment="top" usebox="none">
25756 \begin_inset Text
25757
25758 \begin_layout Plain Layout
25759 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25760 \end_inset
25761
25762
25763 \end_layout
25764
25765 \end_inset
25766 </cell>
25767 </row>
25768 </lyxtabular>
25769
25770 \end_inset
25771
25772
25773 \end_layout
25774
25775 \begin_layout Standard
25776 In a displayed formula the limit is set below the formula, as usual:
25777 \begin_inset Formula \[
25778 \lim_{x\to A}x=B\]
25779
25780 \end_inset
25781
25782
25783 \end_layout
25784
25785 \begin_layout Subsection
25786 Modulo-Functions
25787 \begin_inset Index idx
25788 status collapsed
25789
25790 \begin_layout Plain Layout
25791 Functions ! modulo-
25792 \end_layout
25793
25794 \end_inset
25795
25796
25797 \end_layout
25798
25799 \begin_layout Standard
25800 The modulo-function is special, because it exists in four variants.
25801 \end_layout
25802
25803 \begin_layout Standard
25804 The variants in a displayed formula:
25805 \begin_inset Formula \begin{align*}
25806 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25807 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25808 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25809 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25810 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
25811 \end{align*}
25812
25813 \end_inset
25814
25815
25816 \end_layout
25817
25818 \begin_layout Standard
25819 In an inline formula less space is set before the function names for all
25820  variants.
25821 \end_layout
25822
25823 \begin_layout Section
25824 Special Characters
25825 \begin_inset Index idx
25826 status collapsed
25827
25828 \begin_layout Plain Layout
25829 Special characters
25830 \end_layout
25831
25832 \end_inset
25833
25834
25835 \end_layout
25836
25837 \begin_layout Subsection
25838 Special Characters in Mathematical Text
25839 \end_layout
25840
25841 \begin_layout Standard
25842 The following commands can only be used in mathematical text or in TeX-mode:
25843 \end_layout
25844
25845 \begin_layout Standard
25846 \begin_inset space \hfill{}
25847 \end_inset
25848
25849
25850 \begin_inset Tabular
25851 <lyxtabular version="3" rows="8" columns="2">
25852 <features tabularvalignment="middle">
25853 <column alignment="block" valignment="top" width="0">
25854 <column alignment="block" valignment="top" width="0">
25855 <row>
25856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25857 \begin_inset Text
25858
25859 \begin_layout Plain Layout
25860 Command
25861 \end_layout
25862
25863 \end_inset
25864 </cell>
25865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25866 \begin_inset Text
25867
25868 \begin_layout Plain Layout
25869 Result
25870 \end_layout
25871
25872 \end_inset
25873 </cell>
25874 </row>
25875 <row>
25876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25877 \begin_inset Text
25878
25879 \begin_layout Plain Layout
25880
25881 \backslash
25882 oe
25883 \end_layout
25884
25885 \end_inset
25886 </cell>
25887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25888 \begin_inset Text
25889
25890 \begin_layout Plain Layout
25891 \begin_inset Formula $\textrm{œ}$
25892 \end_inset
25893
25894
25895 \end_layout
25896
25897 \end_inset
25898 </cell>
25899 </row>
25900 <row>
25901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25902 \begin_inset Text
25903
25904 \begin_layout Plain Layout
25905
25906 \backslash
25907 OE
25908 \end_layout
25909
25910 \end_inset
25911 </cell>
25912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25913 \begin_inset Text
25914
25915 \begin_layout Plain Layout
25916 \begin_inset Formula $\textrm{Œ}$
25917 \end_inset
25918
25919
25920 \end_layout
25921
25922 \end_inset
25923 </cell>
25924 </row>
25925 <row>
25926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25927 \begin_inset Text
25928
25929 \begin_layout Plain Layout
25930
25931 \backslash
25932 ae
25933 \end_layout
25934
25935 \end_inset
25936 </cell>
25937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25938 \begin_inset Text
25939
25940 \begin_layout Plain Layout
25941 \begin_inset Formula $\textrm{æ}$
25942 \end_inset
25943
25944
25945 \end_layout
25946
25947 \end_inset
25948 </cell>
25949 </row>
25950 <row>
25951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25952 \begin_inset Text
25953
25954 \begin_layout Plain Layout
25955
25956 \backslash
25957 AE
25958 \end_layout
25959
25960 \end_inset
25961 </cell>
25962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25963 \begin_inset Text
25964
25965 \begin_layout Plain Layout
25966 \begin_inset Formula $\textrm{Æ}$
25967 \end_inset
25968
25969
25970 \end_layout
25971
25972 \end_inset
25973 </cell>
25974 </row>
25975 <row>
25976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25977 \begin_inset Text
25978
25979 \begin_layout Plain Layout
25980
25981 \backslash
25982 aa
25983 \end_layout
25984
25985 \end_inset
25986 </cell>
25987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25988 \begin_inset Text
25989
25990 \begin_layout Plain Layout
25991 \begin_inset Formula $\textrm{\aa}$
25992 \end_inset
25993
25994
25995 \end_layout
25996
25997 \end_inset
25998 </cell>
25999 </row>
26000 <row>
26001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26002 \begin_inset Text
26003
26004 \begin_layout Plain Layout
26005
26006 \backslash
26007 AA
26008 \begin_inset Index idx
26009 status collapsed
26010
26011 \begin_layout Plain Layout
26012
26013 \backslash
26014 @
26015 \begin_inset ERT
26016 status collapsed
26017
26018 \begin_layout Plain Layout
26019
26020
26021 \backslash
26022 textrm{
26023 \backslash
26024 AA}
26025 \end_layout
26026
26027 \end_inset
26028
26029
26030 \end_layout
26031
26032 \end_inset
26033
26034
26035 \end_layout
26036
26037 \end_inset
26038 </cell>
26039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26040 \begin_inset Text
26041
26042 \begin_layout Plain Layout
26043 \begin_inset Formula $\textrm{Å}$
26044 \end_inset
26045
26046
26047 \end_layout
26048
26049 \end_inset
26050 </cell>
26051 </row>
26052 <row>
26053 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26054 \begin_inset Text
26055
26056 \begin_layout Plain Layout
26057
26058 \backslash
26059 i
26060 \end_layout
26061
26062 \end_inset
26063 </cell>
26064 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26065 \begin_inset Text
26066
26067 \begin_layout Plain Layout
26068 \begin_inset Formula $\textrm{ı}$
26069 \end_inset
26070
26071
26072 \end_layout
26073
26074 \end_inset
26075 </cell>
26076 </row>
26077 </lyxtabular>
26078
26079 \end_inset
26080
26081
26082 \begin_inset space \hfill{}
26083 \end_inset
26084
26085
26086 \begin_inset Tabular
26087 <lyxtabular version="3" rows="8" columns="2">
26088 <features tabularvalignment="middle">
26089 <column alignment="block" valignment="top" width="0">
26090 <column alignment="center" valignment="top" width="0">
26091 <row>
26092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26093 \begin_inset Text
26094
26095 \begin_layout Plain Layout
26096 command
26097 \begin_inset Note Note
26098 status collapsed
26099
26100 \begin_layout Plain Layout
26101 The space of 0
26102 \begin_inset space \thinspace{}
26103 \end_inset
26104
26105 mm is used for separation, because otherwise the output will be ¡ and ¿
26106  respectively.
26107 \end_layout
26108
26109 \end_inset
26110
26111
26112 \end_layout
26113
26114 \end_inset
26115 </cell>
26116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26117 \begin_inset Text
26118
26119 \begin_layout Plain Layout
26120 Result
26121 \end_layout
26122
26123 \end_inset
26124 </cell>
26125 </row>
26126 <row>
26127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26128 \begin_inset Text
26129
26130 \begin_layout Plain Layout
26131
26132 \backslash
26133 o
26134 \end_layout
26135
26136 \end_inset
26137 </cell>
26138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26139 \begin_inset Text
26140
26141 \begin_layout Plain Layout
26142 \begin_inset Formula $\textrm{ø}$
26143 \end_inset
26144
26145
26146 \end_layout
26147
26148 \end_inset
26149 </cell>
26150 </row>
26151 <row>
26152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26153 \begin_inset Text
26154
26155 \begin_layout Plain Layout
26156
26157 \backslash
26158 O
26159 \end_layout
26160
26161 \end_inset
26162 </cell>
26163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26164 \begin_inset Text
26165
26166 \begin_layout Plain Layout
26167 \begin_inset Formula $\textrm{Ø}$
26168 \end_inset
26169
26170
26171 \end_layout
26172
26173 \end_inset
26174 </cell>
26175 </row>
26176 <row>
26177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26178 \begin_inset Text
26179
26180 \begin_layout Plain Layout
26181
26182 \backslash
26183 l
26184 \end_layout
26185
26186 \end_inset
26187 </cell>
26188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26189 \begin_inset Text
26190
26191 \begin_layout Plain Layout
26192 \begin_inset Formula $\textrm{ł}$
26193 \end_inset
26194
26195
26196 \end_layout
26197
26198 \end_inset
26199 </cell>
26200 </row>
26201 <row>
26202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26203 \begin_inset Text
26204
26205 \begin_layout Plain Layout
26206
26207 \backslash
26208 L
26209 \end_layout
26210
26211 \end_inset
26212 </cell>
26213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26214 \begin_inset Text
26215
26216 \begin_layout Plain Layout
26217 \begin_inset Formula $\textrm{Ł}$
26218 \end_inset
26219
26220
26221 \end_layout
26222
26223 \end_inset
26224 </cell>
26225 </row>
26226 <row>
26227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26228 \begin_inset Text
26229
26230 \begin_layout Plain Layout
26231 !
26232 \begin_inset space \hspace{}
26233 \length 0mm
26234 \end_inset
26235
26236 `
26237 \begin_inset ERT
26238 status collapsed
26239
26240 \begin_layout Plain Layout
26241
26242
26243 \backslash
26244 spce 
26245 \end_layout
26246
26247 \end_inset
26248
26249
26250 \end_layout
26251
26252 \end_inset
26253 </cell>
26254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26255 \begin_inset Text
26256
26257 \begin_layout Plain Layout
26258 \begin_inset Formula $\textrm{!`}$
26259 \end_inset
26260
26261
26262 \end_layout
26263
26264 \end_inset
26265 </cell>
26266 </row>
26267 <row>
26268 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26269 \begin_inset Text
26270
26271 \begin_layout Plain Layout
26272 ?
26273 \begin_inset space \hspace{}
26274 \length 0mm
26275 \end_inset
26276
26277 `
26278 \begin_inset ERT
26279 status collapsed
26280
26281 \begin_layout Plain Layout
26282
26283
26284 \backslash
26285 spce 
26286 \end_layout
26287
26288 \end_inset
26289
26290
26291 \end_layout
26292
26293 \end_inset
26294 </cell>
26295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26296 \begin_inset Text
26297
26298 \begin_layout Plain Layout
26299 \begin_inset Formula $\textrm{?`}$
26300 \end_inset
26301
26302
26303 \end_layout
26304
26305 \end_inset
26306 </cell>
26307 </row>
26308 <row>
26309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26310 \begin_inset Text
26311
26312 \begin_layout Plain Layout
26313
26314 \backslash
26315 j
26316 \end_layout
26317
26318 \end_inset
26319 </cell>
26320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26321 \begin_inset Text
26322
26323 \begin_layout Plain Layout
26324 \begin_inset Formula $\textrm{ȷ}$
26325 \end_inset
26326
26327
26328 \end_layout
26329
26330 \end_inset
26331 </cell>
26332 </row>
26333 </lyxtabular>
26334
26335 \end_inset
26336
26337
26338 \begin_inset space \hfill{}
26339 \end_inset
26340
26341
26342 \end_layout
26343
26344 \begin_layout Standard
26345 The characters 
26346 \begin_inset Formula $\textrm{\textrm{Å}}$
26347 \end_inset
26348
26349  and 
26350 \begin_inset Formula $\textrm{\textrm{Ø}}$
26351 \end_inset
26352
26353  can also be inserted via the math toolbar button 
26354 \begin_inset Graphics
26355         filename ../images/math/digamma.png
26356         scale 85
26357
26358 \end_inset
26359
26360 .
26361 \end_layout
26362
26363 \begin_layout Standard
26364 An exception are the commands 
26365 \series bold
26366 !
26367 \begin_inset space \hspace{}
26368 \length 0mm
26369 \end_inset
26370
26371 `
26372 \series default
26373  and 
26374 \series bold
26375 ?
26376 \begin_inset space \hspace{}
26377 \length 0mm
26378 \end_inset
26379
26380 `
26381 \series default
26382 , because they can be inserted in LyX directly to text.
26383 \end_layout
26384
26385 \begin_layout Subsection
26386 Accents in Text
26387 \begin_inset CommandInset label
26388 LatexCommand label
26389 name "sub:Accents-in-Text"
26390
26391 \end_inset
26392
26393
26394 \begin_inset Index idx
26395 status collapsed
26396
26397 \begin_layout Plain Layout
26398 Accents ! in text
26399 \end_layout
26400
26401 \end_inset
26402
26403
26404 \end_layout
26405
26406 \begin_layout Standard
26407 With the following commands all letters can be accented.
26408  The commands must be inserted in TeX-mode.
26409 \end_layout
26410
26411 \begin_layout Standard
26412 \begin_inset space \hfill{}
26413 \end_inset
26414
26415
26416 \begin_inset Tabular
26417 <lyxtabular version="3" rows="8" columns="2">
26418 <features tabularvalignment="middle">
26419 <column alignment="block" valignment="top" width="0">
26420 <column alignment="block" valignment="top" width="0">
26421 <row>
26422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26423 \begin_inset Text
26424
26425 \begin_layout Plain Layout
26426 Command
26427 \end_layout
26428
26429 \end_inset
26430 </cell>
26431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26432 \begin_inset Text
26433
26434 \begin_layout Plain Layout
26435 Result
26436 \end_layout
26437
26438 \end_inset
26439 </cell>
26440 </row>
26441 <row>
26442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26443 \begin_inset Text
26444
26445 \begin_layout Plain Layout
26446
26447 \backslash
26448
26449 \begin_inset Quotes grd
26450 \end_inset
26451
26452 e
26453 \end_layout
26454
26455 \end_inset
26456 </cell>
26457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26458 \begin_inset Text
26459
26460 \begin_layout Plain Layout
26461 \begin_inset ERT
26462 status collapsed
26463
26464 \begin_layout Plain Layout
26465
26466
26467 \backslash
26468 "e
26469 \end_layout
26470
26471 \end_inset
26472
26473
26474 \end_layout
26475
26476 \end_inset
26477 </cell>
26478 </row>
26479 <row>
26480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26481 \begin_inset Text
26482
26483 \begin_layout Plain Layout
26484
26485 \backslash
26486 `e
26487 \end_layout
26488
26489 \end_inset
26490 </cell>
26491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26492 \begin_inset Text
26493
26494 \begin_layout Plain Layout
26495 \begin_inset ERT
26496 status collapsed
26497
26498 \begin_layout Plain Layout
26499
26500
26501 \backslash
26502 `e
26503 \end_layout
26504
26505 \end_inset
26506
26507
26508 \end_layout
26509
26510 \end_inset
26511 </cell>
26512 </row>
26513 <row>
26514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26515 \begin_inset Text
26516
26517 \begin_layout Plain Layout
26518
26519 \backslash
26520 ^
26521 \begin_inset ERT
26522 status collapsed
26523
26524 \begin_layout Plain Layout
26525
26526
26527 \backslash
26528 spce 
26529 \end_layout
26530
26531 \end_inset
26532
26533 e
26534 \end_layout
26535
26536 \end_inset
26537 </cell>
26538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26539 \begin_inset Text
26540
26541 \begin_layout Plain Layout
26542 \begin_inset ERT
26543 status collapsed
26544
26545 \begin_layout Plain Layout
26546
26547
26548 \backslash
26549 ^e
26550 \end_layout
26551
26552 \end_inset
26553
26554
26555 \end_layout
26556
26557 \end_inset
26558 </cell>
26559 </row>
26560 <row>
26561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26562 \begin_inset Text
26563
26564 \begin_layout Plain Layout
26565
26566 \backslash
26567 =e
26568 \end_layout
26569
26570 \end_inset
26571 </cell>
26572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26573 \begin_inset Text
26574
26575 \begin_layout Plain Layout
26576 \begin_inset ERT
26577 status collapsed
26578
26579 \begin_layout Plain Layout
26580
26581
26582 \backslash
26583 =e
26584 \end_layout
26585
26586 \end_inset
26587
26588
26589 \end_layout
26590
26591 \end_inset
26592 </cell>
26593 </row>
26594 <row>
26595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26596 \begin_inset Text
26597
26598 \begin_layout Plain Layout
26599
26600 \backslash
26601 u
26602 \begin_inset ERT
26603 status collapsed
26604
26605 \begin_layout Plain Layout
26606
26607
26608 \backslash
26609 spce 
26610 \end_layout
26611
26612 \end_inset
26613
26614 e
26615 \end_layout
26616
26617 \end_inset
26618 </cell>
26619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26620 \begin_inset Text
26621
26622 \begin_layout Plain Layout
26623 \begin_inset ERT
26624 status collapsed
26625
26626 \begin_layout Plain Layout
26627
26628
26629 \backslash
26630 u e
26631 \end_layout
26632
26633 \end_inset
26634
26635
26636 \end_layout
26637
26638 \end_inset
26639 </cell>
26640 </row>
26641 <row>
26642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26643 \begin_inset Text
26644
26645 \begin_layout Plain Layout
26646
26647 \backslash
26648 b
26649 \begin_inset ERT
26650 status collapsed
26651
26652 \begin_layout Plain Layout
26653
26654
26655 \backslash
26656 spce 
26657 \end_layout
26658
26659 \end_inset
26660
26661 e
26662 \end_layout
26663
26664 \end_inset
26665 </cell>
26666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26667 \begin_inset Text
26668
26669 \begin_layout Plain Layout
26670 \begin_inset ERT
26671 status collapsed
26672
26673 \begin_layout Plain Layout
26674
26675
26676 \backslash
26677 b e
26678 \end_layout
26679
26680 \end_inset
26681
26682
26683 \end_layout
26684
26685 \end_inset
26686 </cell>
26687 </row>
26688 <row>
26689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26690 \begin_inset Text
26691
26692 \begin_layout Plain Layout
26693
26694 \backslash
26695 t
26696 \begin_inset ERT
26697 status collapsed
26698
26699 \begin_layout Plain Layout
26700
26701
26702 \backslash
26703 spce 
26704 \end_layout
26705
26706 \end_inset
26707
26708 ee
26709 \end_layout
26710
26711 \end_inset
26712 </cell>
26713 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26714 \begin_inset Text
26715
26716 \begin_layout Plain Layout
26717 \begin_inset ERT
26718 status collapsed
26719
26720 \begin_layout Plain Layout
26721
26722
26723 \backslash
26724 t ee
26725 \end_layout
26726
26727 \end_inset
26728
26729
26730 \end_layout
26731
26732 \end_inset
26733 </cell>
26734 </row>
26735 </lyxtabular>
26736
26737 \end_inset
26738
26739
26740 \begin_inset space \hfill{}
26741 \end_inset
26742
26743
26744 \begin_inset Tabular
26745 <lyxtabular version="3" rows="8" columns="2">
26746 <features tabularvalignment="middle">
26747 <column alignment="block" valignment="top" width="0">
26748 <column alignment="center" valignment="top" width="0">
26749 <row>
26750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26751 \begin_inset Text
26752
26753 \begin_layout Plain Layout
26754 Command
26755 \end_layout
26756
26757 \end_inset
26758 </cell>
26759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26760 \begin_inset Text
26761
26762 \begin_layout Plain Layout
26763 Result
26764 \end_layout
26765
26766 \end_inset
26767 </cell>
26768 </row>
26769 <row>
26770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26771 \begin_inset Text
26772
26773 \begin_layout Plain Layout
26774
26775 \backslash
26776 H
26777 \begin_inset ERT
26778 status collapsed
26779
26780 \begin_layout Plain Layout
26781
26782
26783 \backslash
26784 spce 
26785 \end_layout
26786
26787 \end_inset
26788
26789 e
26790 \end_layout
26791
26792 \end_inset
26793 </cell>
26794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26795 \begin_inset Text
26796
26797 \begin_layout Plain Layout
26798 \begin_inset ERT
26799 status collapsed
26800
26801 \begin_layout Plain Layout
26802
26803
26804 \backslash
26805 H e
26806 \end_layout
26807
26808 \end_inset
26809
26810
26811 \end_layout
26812
26813 \end_inset
26814 </cell>
26815 </row>
26816 <row>
26817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26818 \begin_inset Text
26819
26820 \begin_layout Plain Layout
26821
26822 \backslash
26823 'e
26824 \end_layout
26825
26826 \end_inset
26827 </cell>
26828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26829 \begin_inset Text
26830
26831 \begin_layout Plain Layout
26832 \begin_inset ERT
26833 status collapsed
26834
26835 \begin_layout Plain Layout
26836
26837
26838 \backslash
26839 'e
26840 \end_layout
26841
26842 \end_inset
26843
26844
26845 \end_layout
26846
26847 \end_inset
26848 </cell>
26849 </row>
26850 <row>
26851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26852 \begin_inset Text
26853
26854 \begin_layout Plain Layout
26855
26856 \backslash
26857 ~e
26858 \begin_inset Index idx
26859 status collapsed
26860
26861 \begin_layout Plain Layout
26862 Tilde
26863 \end_layout
26864
26865 \end_inset
26866
26867
26868 \end_layout
26869
26870 \end_inset
26871 </cell>
26872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26873 \begin_inset Text
26874
26875 \begin_layout Plain Layout
26876 \begin_inset ERT
26877 status collapsed
26878
26879 \begin_layout Plain Layout
26880
26881
26882 \backslash
26883 ~e
26884 \end_layout
26885
26886 \end_inset
26887
26888
26889 \end_layout
26890
26891 \end_inset
26892 </cell>
26893 </row>
26894 <row>
26895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26896 \begin_inset Text
26897
26898 \begin_layout Plain Layout
26899
26900 \backslash
26901 .e
26902 \end_layout
26903
26904 \end_inset
26905 </cell>
26906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26907 \begin_inset Text
26908
26909 \begin_layout Plain Layout
26910 \begin_inset ERT
26911 status collapsed
26912
26913 \begin_layout Plain Layout
26914
26915
26916 \backslash
26917 .e
26918 \end_layout
26919
26920 \end_inset
26921
26922
26923 \end_layout
26924
26925 \end_inset
26926 </cell>
26927 </row>
26928 <row>
26929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26930 \begin_inset Text
26931
26932 \begin_layout Plain Layout
26933
26934 \backslash
26935 v
26936 \begin_inset ERT
26937 status collapsed
26938
26939 \begin_layout Plain Layout
26940
26941
26942 \backslash
26943 spce 
26944 \end_layout
26945
26946 \end_inset
26947
26948 e
26949 \end_layout
26950
26951 \end_inset
26952 </cell>
26953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26954 \begin_inset Text
26955
26956 \begin_layout Plain Layout
26957 \begin_inset ERT
26958 status collapsed
26959
26960 \begin_layout Plain Layout
26961
26962
26963 \backslash
26964 v e
26965 \end_layout
26966
26967 \end_inset
26968
26969
26970 \end_layout
26971
26972 \end_inset
26973 </cell>
26974 </row>
26975 <row>
26976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26977 \begin_inset Text
26978
26979 \begin_layout Plain Layout
26980
26981 \backslash
26982 d
26983 \begin_inset ERT
26984 status collapsed
26985
26986 \begin_layout Plain Layout
26987
26988
26989 \backslash
26990 spce 
26991 \end_layout
26992
26993 \end_inset
26994
26995 e
26996 \end_layout
26997
26998 \end_inset
26999 </cell>
27000 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27001 \begin_inset Text
27002
27003 \begin_layout Plain Layout
27004 \begin_inset ERT
27005 status collapsed
27006
27007 \begin_layout Plain Layout
27008
27009
27010 \backslash
27011 d e
27012 \end_layout
27013
27014 \end_inset
27015
27016
27017 \end_layout
27018
27019 \end_inset
27020 </cell>
27021 </row>
27022 <row>
27023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27024 \begin_inset Text
27025
27026 \begin_layout Plain Layout
27027
27028 \backslash
27029 c
27030 \begin_inset ERT
27031 status collapsed
27032
27033 \begin_layout Plain Layout
27034
27035
27036 \backslash
27037 spce 
27038 \end_layout
27039
27040 \end_inset
27041
27042 e
27043 \end_layout
27044
27045 \end_inset
27046 </cell>
27047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27048 \begin_inset Text
27049
27050 \begin_layout Plain Layout
27051 \begin_inset ERT
27052 status collapsed
27053
27054 \begin_layout Plain Layout
27055
27056
27057 \backslash
27058 c e
27059 \end_layout
27060
27061 \end_inset
27062
27063
27064 \end_layout
27065
27066 \end_inset
27067 </cell>
27068 </row>
27069 </lyxtabular>
27070
27071 \end_inset
27072
27073
27074 \begin_inset space \hfill{}
27075 \end_inset
27076
27077
27078 \end_layout
27079
27080 \begin_layout Standard
27081 \begin_inset VSpace medskip
27082 \end_inset
27083
27084 With the command 
27085 \series bold
27086
27087 \backslash
27088 t
27089 \series default
27090  also two different characters can be accented.
27091  The command 
27092 \series bold
27093
27094 \backslash
27095 t
27096 \begin_inset ERT
27097 status collapsed
27098
27099 \begin_layout Plain Layout
27100
27101
27102 \backslash
27103 spce 
27104 \end_layout
27105
27106 \end_inset
27107
27108 sz
27109 \series default
27110  creates: 
27111 \begin_inset ERT
27112 status collapsed
27113
27114 \begin_layout Plain Layout
27115
27116
27117 \backslash
27118 t sz
27119 \end_layout
27120
27121 \end_inset
27122
27123
27124 \end_layout
27125
27126 \begin_layout Standard
27127 The accents 
27128 \series bold
27129 `
27130 \series default
27131  , 
27132 \series bold
27133 '
27134 \series default
27135  and 
27136 \series bold
27137 ^
27138 \series default
27139  can in combination with vowels directly be inserted with the keyboard without
27140  using TeX-mode.
27141  The same applies for the tilde
27142 \begin_inset Foot
27143 status collapsed
27144
27145 \begin_layout Plain Layout
27146 This only applies for keyboards where the tilde is defined as accent.
27147 \end_layout
27148
27149 \end_inset
27150
27151  
27152 \series bold
27153 ~
27154 \series default
27155  in combination with 
27156 \emph on
27157 a
27158 \emph default
27159  , 
27160 \emph on
27161 n
27162 \emph default
27163  , or 
27164 \emph on
27165 o
27166 \emph default
27167 .
27168 \end_layout
27169
27170 \begin_layout Standard
27171 The commands 
27172 \series bold
27173
27174 \backslash
27175 b
27176 \series default
27177  , 
27178 \series bold
27179
27180 \backslash
27181 c
27182 \series default
27183  , 
27184 \series bold
27185
27186 \backslash
27187 d
27188 \series default
27189  , 
27190 \series bold
27191
27192 \backslash
27193 H
27194 \series default
27195  , 
27196 \series bold
27197
27198 \backslash
27199 t
27200 \series default
27201  , 
27202 \series bold
27203
27204 \backslash
27205 u
27206 \series default
27207  , 
27208 \series bold
27209
27210 \backslash
27211 v
27212 \series default
27213  and accents that are inserted directly with the keyboard are also available
27214  in mathematical text.
27215  For the other accents there are special math commands to be used in formulas,
27216  see 
27217 \begin_inset CommandInset ref
27218 LatexCommand ref
27219 reference "sub:Accents-for-one"
27220
27221 \end_inset
27222
27223 .
27224 \end_layout
27225
27226 \begin_layout Standard
27227 \begin_inset VSpace bigskip
27228 \end_inset
27229
27230 Furthermore, with the command 
27231 \series bold
27232
27233 \backslash
27234 textcircled
27235 \series default
27236
27237 \begin_inset Index idx
27238 status collapsed
27239
27240 \begin_layout Plain Layout
27241 Commands ! T ! 
27242 \backslash
27243 textcircled
27244 \end_layout
27245
27246 \end_inset
27247
27248  all numbers and letters can be set into a circle, quasi accented with a
27249  circle, similar to the copyright symbol.
27250 \end_layout
27251
27252 \begin_layout Standard
27253 \align center
27254 \begin_inset Tabular
27255 <lyxtabular version="3" rows="3" columns="2">
27256 <features tabularvalignment="middle">
27257 <column alignment="center" valignment="top" width="0">
27258 <column alignment="center" valignment="top" width="0">
27259 <row>
27260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27261 \begin_inset Text
27262
27263 \begin_layout Plain Layout
27264 Command
27265 \end_layout
27266
27267 \end_inset
27268 </cell>
27269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27270 \begin_inset Text
27271
27272 \begin_layout Plain Layout
27273 Result
27274 \begin_inset Note Note
27275 status collapsed
27276
27277 \begin_layout Plain Layout
27278
27279 \series bold
27280
27281 \backslash
27282 raisebox
27283 \series default
27284  is only used as spacer.
27285 \end_layout
27286
27287 \end_inset
27288
27289
27290 \end_layout
27291
27292 \end_inset
27293 </cell>
27294 </row>
27295 <row>
27296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27297 \begin_inset Text
27298
27299 \begin_layout Plain Layout
27300
27301 \backslash
27302 textcircled{w}
27303 \end_layout
27304
27305 \end_inset
27306 </cell>
27307 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27308 \begin_inset Text
27309
27310 \begin_layout Plain Layout
27311 \begin_inset ERT
27312 status collapsed
27313
27314 \begin_layout Plain Layout
27315
27316
27317 \backslash
27318 textcircled{w}
27319 \end_layout
27320
27321 \end_inset
27322
27323
27324 \end_layout
27325
27326 \end_inset
27327 </cell>
27328 </row>
27329 <row>
27330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27331 \begin_inset Text
27332
27333 \begin_layout Plain Layout
27334
27335 \backslash
27336 Large 
27337 \backslash
27338 textcircled{
27339 \backslash
27340 normalsize
27341 \backslash
27342 protect
27343 \backslash
27344 raisebox{-1.5pt}{W}}
27345 \end_layout
27346
27347 \end_inset
27348 </cell>
27349 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27350 \begin_inset Text
27351
27352 \begin_layout Plain Layout
27353 \begin_inset Formula $\raisebox{4.5mm}{}$
27354 \end_inset
27355
27356
27357 \begin_inset ERT
27358 status collapsed
27359
27360 \begin_layout Plain Layout
27361
27362
27363 \backslash
27364 Large 
27365 \backslash
27366 textcircled{
27367 \backslash
27368 normalsize
27369 \backslash
27370 protect
27371 \backslash
27372 raisebox{-1.5pt}W}
27373 \end_layout
27374
27375 \end_inset
27376
27377
27378 \begin_inset Formula $\raisebox{-2mm}{}$
27379 \end_inset
27380
27381
27382 \end_layout
27383
27384 \end_inset
27385 </cell>
27386 </row>
27387 </lyxtabular>
27388
27389 \end_inset
27390
27391
27392 \end_layout
27393
27394 \begin_layout Standard
27395 One has to take care that the character fits in the circle.
27396  
27397 \series bold
27398
27399 \backslash
27400 Large
27401 \series default
27402
27403 \begin_inset Foot
27404 status collapsed
27405
27406 \begin_layout Plain Layout
27407 see 
27408 \begin_inset CommandInset ref
27409 LatexCommand ref
27410 reference "sub:Font-Sizes"
27411
27412 \end_inset
27413
27414
27415 \end_layout
27416
27417 \end_inset
27418
27419  specifies thereby the size of the circle.
27420  With the help of 
27421 \series bold
27422
27423 \backslash
27424 raisebox
27425 \series default
27426
27427 \begin_inset Foot
27428 status collapsed
27429
27430 \begin_layout Plain Layout
27431 see 
27432 \begin_inset CommandInset ref
27433 LatexCommand ref
27434 reference "sub:Boxes-without-Frame"
27435
27436 \end_inset
27437
27438
27439 \end_layout
27440
27441 \end_inset
27442
27443  the character can be centered.
27444 \end_layout
27445
27446 \begin_layout Subsection
27447 Minuscule Numbers
27448 \begin_inset Index idx
27449 status collapsed
27450
27451 \begin_layout Plain Layout
27452 Minuscule numbers
27453 \end_layout
27454
27455 \end_inset
27456
27457
27458 \end_layout
27459
27460 \begin_layout Standard
27461 Minuscule numbers are created with the command 
27462 \series bold
27463
27464 \backslash
27465 oldstylenums
27466 \series default
27467
27468 \begin_inset Index idx
27469 status collapsed
27470
27471 \begin_layout Plain Layout
27472 Commands ! O ! 
27473 \backslash
27474 oldstylenums
27475 \end_layout
27476
27477 \end_inset
27478
27479 .
27480  The command can be used in formulas and in TeX-mode.
27481  The command scheme is:
27482 \end_layout
27483
27484 \begin_layout Standard
27485
27486 \series bold
27487
27488 \backslash
27489 oldstylenums{number}
27490 \end_layout
27491
27492 \begin_layout Standard
27493 The command 
27494 \series bold
27495
27496 \backslash
27497 oldstylenums{0123456789
27498 \series default
27499  produces: 
27500 \begin_inset Formula $\oldstylenums{0123456789}$
27501 \end_inset
27502
27503
27504 \end_layout
27505
27506 \begin_layout Subsection
27507 Miscellaneous special Characters
27508 \begin_inset CommandInset label
27509 LatexCommand label
27510 name "sub:Miscellaneous-special-Characters"
27511
27512 \end_inset
27513
27514
27515 \begin_inset Index idx
27516 status collapsed
27517
27518 \begin_layout Plain Layout
27519 Special characters ! miscellaneous
27520 \end_layout
27521
27522 \end_inset
27523
27524
27525 \end_layout
27526
27527 \begin_layout Standard
27528 The following characters can only be inserted to formulas by using commands:
27529 \end_layout
27530
27531 \begin_layout Standard
27532 \align center
27533 \begin_inset Tabular
27534 <lyxtabular version="3" rows="4" columns="2">
27535 <features tabularvalignment="middle">
27536 <column alignment="center" valignment="top" width="0">
27537 <column alignment="center" valignment="top" width="0">
27538 <row>
27539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27540 \begin_inset Text
27541
27542 \begin_layout Plain Layout
27543 Command
27544 \end_layout
27545
27546 \end_inset
27547 </cell>
27548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27549 \begin_inset Text
27550
27551 \begin_layout Plain Layout
27552 Result
27553 \end_layout
27554
27555 \end_inset
27556 </cell>
27557 </row>
27558 <row>
27559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27560 \begin_inset Text
27561
27562 \begin_layout Plain Layout
27563
27564 \backslash
27565 ^
27566 \begin_inset ERT
27567 status collapsed
27568
27569 \begin_layout Plain Layout
27570
27571
27572 \backslash
27573 spce 
27574 \end_layout
27575
27576 \end_inset
27577
27578
27579 \end_layout
27580
27581 \end_inset
27582 </cell>
27583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27584 \begin_inset Text
27585
27586 \begin_layout Plain Layout
27587 \begin_inset Formula $\mathcircumflex$
27588 \end_inset
27589
27590
27591 \end_layout
27592
27593 \end_inset
27594 </cell>
27595 </row>
27596 <row>
27597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27598 \begin_inset Text
27599
27600 \begin_layout Plain Layout
27601
27602 \backslash
27603 _
27604 \end_layout
27605
27606 \end_inset
27607 </cell>
27608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27609 \begin_inset Text
27610
27611 \begin_layout Plain Layout
27612 \begin_inset Formula $\_$
27613 \end_inset
27614
27615
27616 \end_layout
27617
27618 \end_inset
27619 </cell>
27620 </row>
27621 <row>
27622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27623 \begin_inset Text
27624
27625 \begin_layout Plain Layout
27626 ^
27627 \begin_inset ERT
27628 status collapsed
27629
27630 \begin_layout Plain Layout
27631
27632
27633 \backslash
27634 spce 
27635 \end_layout
27636
27637 \end_inset
27638
27639
27640 \backslash
27641 circ
27642 \begin_inset Index idx
27643 status collapsed
27644
27645 \begin_layout Plain Layout
27646
27647 \backslash
27648
27649 \end_layout
27650
27651 \end_inset
27652
27653
27654 \end_layout
27655
27656 \end_inset
27657 </cell>
27658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27659 \begin_inset Text
27660
27661 \begin_layout Plain Layout
27662 \begin_inset Formula $^{\circ}$
27663 \end_inset
27664
27665
27666 \end_layout
27667
27668 \end_inset
27669 </cell>
27670 </row>
27671 </lyxtabular>
27672
27673 \end_inset
27674
27675
27676 \end_layout
27677
27678 \begin_layout Standard
27679 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27680  contains the following line
27681 \begin_inset Foot
27682 status collapsed
27683
27684 \begin_layout Plain Layout
27685 More about this is described in 
27686 \begin_inset CommandInset ref
27687 LatexCommand ref
27688 reference "sub:Text-Characters-in"
27689
27690 \end_inset
27691
27692 .
27693 \end_layout
27694
27695 \end_inset
27696
27697 :
27698 \end_layout
27699
27700 \begin_layout Standard
27701
27702 \series bold
27703
27704 \backslash
27705 DeclareInputtext{176}{
27706 \backslash
27707 ifmmode^
27708 \backslash
27709 circ
27710 \backslash
27711 else
27712 \backslash
27713 textdegree
27714 \backslash
27715 fi}
27716 \end_layout
27717
27718 \begin_layout Section
27719 Formula Styles
27720 \begin_inset CommandInset label
27721 LatexCommand label
27722 name "sec:Formula-Styles"
27723
27724 \end_inset
27725
27726
27727 \begin_inset Index idx
27728 status collapsed
27729
27730 \begin_layout Plain Layout
27731 Formula ! styles
27732 \end_layout
27733
27734 \end_inset
27735
27736
27737 \end_layout
27738
27739 \begin_layout Itemize
27740 There are two different alignment styles:
27741 \end_layout
27742
27743 \begin_deeper
27744 \begin_layout Description
27745 Centered is the predefined standard
27746 \end_layout
27747
27748 \begin_layout Description
27749 Indented for this the option 
27750 \series bold
27751 fleqn
27752 \series default
27753  must be inserted in the menu 
27754 \family sans
27755 Document\SpecialChar \menuseparator
27756 Settings
27757 \family default
27758  under 
27759 \family sans
27760 Document
27761 \begin_inset space ~
27762 \end_inset
27763
27764 Class
27765 \end_layout
27766
27767 \begin_layout Standard
27768 When 
27769 \series bold
27770 Indented
27771 \series default
27772  is used, the indentation can be adjusted with the length 
27773 \series bold
27774
27775 \backslash
27776 mathindent
27777 \series default
27778
27779 \begin_inset Index idx
27780 status collapsed
27781
27782 \begin_layout Plain Layout
27783 Commands ! M ! 
27784 \backslash
27785 mathindent
27786 \end_layout
27787
27788 \end_inset
27789
27790 .
27791  Should the distance be 15
27792 \begin_inset space \thinspace{}
27793 \end_inset
27794
27795 mm, the following command line is inserted in the LaTeX-preamble
27796 \end_layout
27797
27798 \begin_layout Standard
27799
27800 \series bold
27801
27802 \backslash
27803 setlength{
27804 \backslash
27805 mathindent}{15mm}
27806 \end_layout
27807
27808 \begin_layout Standard
27809 When no length is specified, the predefined value of 30
27810 \begin_inset space \thinspace{}
27811 \end_inset
27812
27813 pt will be used.
27814 \end_layout
27815
27816 \end_deeper
27817 \begin_layout Itemize
27818 And two different numbering styles:
27819 \end_layout
27820
27821 \begin_deeper
27822 \begin_layout Description
27823 Right is the predefined standard
27824 \end_layout
27825
27826 \begin_layout Description
27827 Left for this the option 
27828 \series bold
27829 leqno
27830 \series default
27831  must be inserted in the menu 
27832 \family sans
27833 Document\SpecialChar \menuseparator
27834 Settings
27835 \family default
27836  under 
27837 \family sans
27838 Document
27839 \begin_inset space ~
27840 \end_inset
27841
27842 Class
27843 \end_layout
27844
27845 \end_deeper
27846 \begin_layout Standard
27847
27848 \series bold
27849 fleqn
27850 \series default
27851  and 
27852 \series bold
27853 leqno
27854 \series default
27855  can also be used together.
27856  In this case both options are inserted, separated by a comma.
27857 \end_layout
27858
27859 \begin_layout Standard
27860 The chosen styles are used for all displayed formulas of the document.
27861  When both, centered and indented formulas should be created in a document,
27862  the style 
27863 \series bold
27864 Centered
27865 \series default
27866  is used.
27867  The indented formulas are then set in a flalign environment, see 
27868 \begin_inset CommandInset ref
27869 LatexCommand ref
27870 reference "sub:Flalign-Environment"
27871
27872 \end_inset
27873
27874 .
27875 \end_layout
27876
27877 \begin_layout Section
27878 Multiline Formulas
27879 \begin_inset CommandInset label
27880 LatexCommand label
27881 name "sec:Multiline-Formulas"
27882
27883 \end_inset
27884
27885
27886 \begin_inset Index idx
27887 status collapsed
27888
27889 \begin_layout Plain Layout
27890 Formula ! multiline
27891 \end_layout
27892
27893 \end_inset
27894
27895
27896 \end_layout
27897
27898 \begin_layout Subsection
27899 General
27900 \end_layout
27901
27902 \begin_layout Standard
27903 In LyX multiline formulas are created by pressing 
27904 \series bold
27905
27906 \begin_inset Info
27907 type  "shortcut"
27908 arg   "newline-insert newline"
27909 \end_inset
27910
27911
27912 \series default
27913  inside a formula.
27914  This creates either an 
27915 \series bold
27916 eqnarray environment
27917 \series default
27918  that is described in 
27919 \begin_inset CommandInset ref
27920 LatexCommand ref
27921 reference "sub:Eqnarray-Environment"
27922
27923 \end_inset
27924
27925  or, when the option 
27926 \family sans
27927 Use AMS math package
27928 \family default
27929  in the document settings is selected, an 
27930 \series bold
27931 align environment
27932 \series default
27933  that is described in 
27934 \begin_inset CommandInset ref
27935 LatexCommand ref
27936 reference "sub:Standard-align-Environment"
27937
27938 \end_inset
27939
27940 .
27941 \end_layout
27942
27943 \begin_layout Standard
27944 There are other multiline formula environments that can be created via the
27945  menu 
27946 \family sans
27947 Insert\SpecialChar \menuseparator
27948 Math
27949 \family default
27950 .
27951  These environments are described in the following sections.
27952 \end_layout
27953
27954 \begin_layout Standard
27955 In all multiline formula environments a new line is created by pressing
27956  
27957 \begin_inset Info
27958 type  "shortcut"
27959 arg   "newline-insert newline"
27960 \end_inset
27961
27962 .
27963  To add or delete lines, the math toolbar buttons 
27964 \begin_inset Graphics
27965         filename ../images/tabular-feature_append-row.png
27966         scale 85
27967
27968 \end_inset
27969
27970  or 
27971 \begin_inset Graphics
27972         filename ../images/tabular-feature_delete-row.png
27973         scale 85
27974
27975 \end_inset
27976
27977 , respectively, or the menu 
27978 \family sans
27979 Edit\SpecialChar \menuseparator
27980 Rows & Columns
27981 \family default
27982  can be used.
27983 \end_layout
27984
27985 \begin_layout Subsubsection
27986 Line Separation
27987 \begin_inset CommandInset label
27988 LatexCommand label
27989 name "sub:Line-Separation"
27990
27991 \end_inset
27992
27993
27994 \begin_inset Index idx
27995 status collapsed
27996
27997 \begin_layout Plain Layout
27998 Formula ! multiline ! Line separation
27999 \end_layout
28000
28001 \end_inset
28002
28003
28004 \end_layout
28005
28006 \begin_layout Standard
28007 There is sometimes not enough space in multiline formulas between the lines:
28008 \begin_inset Formula \begin{eqnarray*}
28009 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}\\
28010 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
28011 \end{eqnarray*}
28012
28013 \end_inset
28014
28015
28016 \end_layout
28017
28018 \begin_layout Standard
28019 In LaTeX additional line space is specified as optional argument of the
28020  new line command.
28021  This is not yet possible in LyX
28022 \begin_inset Foot
28023 status collapsed
28024
28025 \begin_layout Plain Layout
28026 see 
28027 \begin_inset CommandInset href
28028 LatexCommand href
28029 name "LyX-bug #1505"
28030 target "http://www.lyx.org/trac/ticket/1505"
28031
28032 \end_inset
28033
28034
28035 \end_layout
28036
28037 \end_inset
28038
28039 , therefore the whole formula must be inserted in TeX-mode.
28040  To add in our example space, the command 
28041 \series bold
28042
28043 \backslash
28044
28045 \backslash
28046 [3mm]
28047 \series default
28048  is inserted at the end of the first line.
28049  One gets: 
28050 \begin_inset ERT
28051 status collapsed
28052
28053 \begin_layout Plain Layout
28054
28055
28056 \backslash
28057 begin{eqnarray*}
28058 \end_layout
28059
28060 \begin_layout Plain Layout
28061
28062 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28063  = & 
28064 \backslash
28065 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28066 \backslash
28067
28068 \backslash
28069 [3mm]
28070 \end_layout
28071
28072 \begin_layout Plain Layout
28073
28074 4x^{2}
28075 \backslash
28076 left(B^{2}+x_{0}^{2}
28077 \backslash
28078 right)+4x_{0}x
28079 \backslash
28080 left(D-B^{2}
28081 \backslash
28082 right)+B^{2}
28083 \backslash
28084 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28085 \backslash
28086 right) & = & 0
28087 \end_layout
28088
28089 \begin_layout Plain Layout
28090
28091
28092 \backslash
28093 end{eqnarray*}
28094 \end_layout
28095
28096 \end_inset
28097
28098
28099 \end_layout
28100
28101 \begin_layout Standard
28102 \begin_inset VSpace bigskip
28103 \end_inset
28104
28105 To set the line separation for all lines in a formula, the length 
28106 \series bold
28107
28108 \backslash
28109 jot
28110 \series default
28111
28112 \begin_inset Index idx
28113 status collapsed
28114
28115 \begin_layout Plain Layout
28116 Commands ! J ! 
28117 \backslash
28118 jot
28119 \end_layout
28120
28121 \end_inset
28122
28123  is changed.
28124  The definition is: 
28125 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
28126 \end_inset
28127
28128 .
28129  Predefined for 
28130 \series bold
28131
28132 \backslash
28133 jot
28134 \series default
28135  is the value 3
28136 \begin_inset space \thinspace{}
28137 \end_inset
28138
28139 pt.
28140  To create 3
28141 \begin_inset space \thinspace{}
28142 \end_inset
28143
28144 mm additional line separation as in the previous example, the command
28145 \end_layout
28146
28147 \begin_layout Standard
28148
28149 \series bold
28150
28151 \backslash
28152 setlength{
28153 \backslash
28154 jot}{3mm+3pt}
28155 \end_layout
28156
28157 \begin_layout Standard
28158 is inserted in TeX-mode before the formula.
28159  This requires that the LaTeX-package 
28160 \series bold
28161 calc
28162 \series default
28163
28164 \begin_inset Foot
28165 status collapsed
28166
28167 \begin_layout Plain Layout
28168
28169 \series bold
28170 calc
28171 \series default
28172  is part of every LaTeX standard installation.
28173 \end_layout
28174
28175 \end_inset
28176
28177
28178 \begin_inset Index idx
28179 status collapsed
28180
28181 \begin_layout Plain Layout
28182 Packages ! calc
28183 \end_layout
28184
28185 \end_inset
28186
28187  was loaded in LaTeX-preamble with the line
28188 \end_layout
28189
28190 \begin_layout Standard
28191
28192 \series bold
28193
28194 \backslash
28195 usepackage{calc}
28196 \end_layout
28197
28198 \begin_layout Standard
28199 One gets: 
28200 \begin_inset ERT
28201 status collapsed
28202
28203 \begin_layout Plain Layout
28204
28205
28206 \backslash
28207 setlength{
28208 \backslash
28209 jot}{3mm+3pt}
28210 \end_layout
28211
28212 \end_inset
28213
28214
28215 \begin_inset Formula \begin{eqnarray*}
28216 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}\\
28217 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
28218 \end{eqnarray*}
28219
28220 \end_inset
28221
28222
28223 \end_layout
28224
28225 \begin_layout Standard
28226 \begin_inset ERT
28227 status collapsed
28228
28229 \begin_layout Plain Layout
28230
28231
28232 \backslash
28233 setlength{
28234 \backslash
28235 jot}{3pt}
28236 \end_layout
28237
28238 \end_inset
28239
28240  To get back to the predefined distance, 
28241 \series bold
28242
28243 \backslash
28244 jot
28245 \series default
28246  is set to the value 3
28247 \begin_inset space \thinspace{}
28248 \end_inset
28249
28250 pt.
28251 \end_layout
28252
28253 \begin_layout Subsubsection
28254 Column Separation
28255 \begin_inset CommandInset label
28256 LatexCommand label
28257 name "sub:Column-Separation"
28258
28259 \end_inset
28260
28261
28262 \begin_inset Index idx
28263 status collapsed
28264
28265 \begin_layout Plain Layout
28266 Formula ! multiline ! Column separation
28267 \end_layout
28268
28269 \end_inset
28270
28271
28272 \end_layout
28273
28274 \begin_layout Standard
28275 Multiline formulas form a matrix.
28276  A formula in the eqnarray environment is for example a matrix with three
28277  columns.
28278  By changing the column separation in this environment, the space beside
28279  the relation sign can be changed.
28280 \end_layout
28281
28282 \begin_layout Standard
28283 The column separation is specified with the length 
28284 \series bold
28285
28286 \backslash
28287 arraycolsep
28288 \series default
28289
28290 \begin_inset Index idx
28291 status collapsed
28292
28293 \begin_layout Plain Layout
28294 Commands ! A ! 
28295 \backslash
28296 arraycolsep
28297 \end_layout
28298
28299 \end_inset
28300
28301  according to:
28302 \begin_inset Newline newline
28303 \end_inset
28304
28305 column separation = 2
28306 \begin_inset space \thinspace{}
28307 \end_inset
28308
28309
28310 \series bold
28311
28312 \backslash
28313 arraycolsep
28314 \series default
28315
28316 \begin_inset Newline newline
28317 \end_inset
28318
28319 Thus, the command
28320 \end_layout
28321
28322 \begin_layout Standard
28323
28324 \series bold
28325
28326 \backslash
28327 setlength{
28328 \backslash
28329 arraycolsep}{1cm}
28330 \end_layout
28331
28332 \begin_layout Standard
28333 inserted in TeX-mode, sets for all following formulas a column separation
28334  of 2
28335 \begin_inset space \thinspace{}
28336 \end_inset
28337
28338 cm.
28339  To get back to the predefined distance, 
28340 \series bold
28341
28342 \backslash
28343 arraycolsep
28344 \series default
28345  is set to 5
28346 \begin_inset space \thinspace{}
28347 \end_inset
28348
28349 pt.
28350 \end_layout
28351
28352 \begin_layout Standard
28353 A formula with 2
28354 \begin_inset space \thinspace{}
28355 \end_inset
28356
28357 cm column separation:
28358 \begin_inset ERT
28359 status collapsed
28360
28361 \begin_layout Plain Layout
28362
28363
28364 \backslash
28365 setlength{
28366 \backslash
28367 arraycolsep}{1cm}
28368 \end_layout
28369
28370 \end_inset
28371
28372
28373 \begin_inset Formula \begin{eqnarray*}
28374 A & = & B\\
28375 C & \ne & A
28376 \end{eqnarray*}
28377
28378 \end_inset
28379
28380 A formula with the predefined column separation for matrices of 10
28381 \begin_inset space \thinspace{}
28382 \end_inset
28383
28384 pt:
28385 \begin_inset ERT
28386 status collapsed
28387
28388 \begin_layout Plain Layout
28389
28390
28391 \backslash
28392 setlength{
28393 \backslash
28394 arraycolsep}{5pt}
28395 \end_layout
28396
28397 \end_inset
28398
28399
28400 \begin_inset Formula \begin{eqnarray*}
28401 A & = & B\\
28402 C & \ne & A
28403 \end{eqnarray*}
28404
28405 \end_inset
28406
28407
28408 \end_layout
28409
28410 \begin_layout Subsubsection
28411 Long Formulas
28412 \begin_inset Index idx
28413 status collapsed
28414
28415 \begin_layout Plain Layout
28416 Formula ! long
28417 \end_layout
28418
28419 \end_inset
28420
28421
28422 \end_layout
28423
28424 \begin_layout Standard
28425 Long formulas can be typeset using these methods:
28426 \end_layout
28427
28428 \begin_layout Itemize
28429 When one side of the equation is much shorther than the line width, this
28430  one is chosen for the left side and the right side is typeset over two
28431  lines:
28432 \begin_inset Formula \begin{eqnarray}
28433 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 \\
28434  &  & -\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}
28435 \end{eqnarray}
28436
28437 \end_inset
28438
28439 The minus sign at the beginning of the second line does normally not appear
28440  as operator because it is the first character of the line.
28441  Thus it would not be surrounded by space and could not be distinguished
28442  from the fraction bar.
28443  To avoid this, 3
28444 \begin_inset space \thinspace{}
28445 \end_inset
28446
28447 pt space was inserted behind the minus sign with the command 
28448 \series bold
28449
28450 \backslash
28451 hspace
28452 \series default
28453 .
28454 \begin_inset Foot
28455 status collapsed
28456
28457 \begin_layout Plain Layout
28458 more about 
28459 \series bold
28460
28461 \backslash
28462 hspace
28463 \series default
28464  see 
28465 \begin_inset CommandInset ref
28466 LatexCommand ref
28467 reference "sub:Variable-Space"
28468
28469 \end_inset
28470
28471
28472 \end_layout
28473
28474 \end_inset
28475
28476
28477 \begin_inset Index idx
28478 status collapsed
28479
28480 \begin_layout Plain Layout
28481 Commands ! H ! 
28482 \backslash
28483 hspace
28484 \end_layout
28485
28486 \end_inset
28487
28488
28489 \end_layout
28490
28491 \begin_layout Itemize
28492 When both sides of the equation are too long, the command 
28493 \series bold
28494
28495 \backslash
28496 lefteqn
28497 \series default
28498
28499 \begin_inset Index idx
28500 status collapsed
28501
28502 \begin_layout Plain Layout
28503 Commands ! L ! 
28504 \backslash
28505 lefteqn
28506 \end_layout
28507
28508 \end_inset
28509
28510  is used.
28511  It is inserted to the first column of the first line and effects that all
28512  further insertions overwrite the following columns:
28513 \begin_inset Formula \begin{eqnarray}
28514 \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 \\
28515  &  & -\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 \\
28516  &  & =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}
28517 \end{eqnarray}
28518
28519 \end_inset
28520
28521 After the insertion of 
28522 \series bold
28523
28524 \backslash
28525 lefteqn
28526 \series default
28527 , the cursor is in a purple box that is a bit shifted to the left from the
28528  blue one.
28529  In this the formula is inserted.
28530 \begin_inset Newline newline
28531 \end_inset
28532
28533 The content of the further lines is inserted to the second or another formula
28534  column.
28535  The greater the column number where it was inserted, the larger the indentation.
28536 \begin_inset VSpace medskip
28537 \end_inset
28538
28539
28540 \begin_inset Newline newline
28541 \end_inset
28542
28543
28544 \begin_inset Note Greyedout
28545 status open
28546
28547 \begin_layout Plain Layout
28548 Note the following when using 
28549 \series bold
28550
28551 \backslash
28552 lefteqn
28553 \series default
28554 :
28555 \end_layout
28556
28557 \begin_layout Itemize
28558 The formula doesn't use the full page width.
28559  When e.
28560 \begin_inset space \thinspace{}
28561 \end_inset
28562
28563 g.
28564 \begin_inset space \space{}
28565 \end_inset
28566
28567 the term 
28568 \begin_inset Formula $-B^{2}$
28569 \end_inset
28570
28571  is added to the first line in the above example, it would have been outside
28572  the page margin.
28573  To better use the width, negative space can be inserted at the beginning
28574  of the first line.
28575 \end_layout
28576
28577 \begin_layout Itemize
28578 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28579  line.
28580 \begin_inset Foot
28581 status collapsed
28582
28583 \begin_layout Plain Layout
28584 \begin_inset CommandInset href
28585 LatexCommand href
28586 name "LyX-bug #1429"
28587 target "http://www.lyx.org/trac/ticket/1429"
28588
28589 \end_inset
28590
28591
28592 \end_layout
28593
28594 \end_inset
28595
28596  One can only set the cursor at the beginning of the line and move it with
28597  the arrow keys.
28598 \end_layout
28599
28600 \end_inset
28601
28602
28603 \end_layout
28604
28605 \begin_layout Itemize
28606 Other methods to set long formulas are offered by the environments described
28607  in 
28608 \begin_inset CommandInset ref
28609 LatexCommand ref
28610 reference "sub:Multline-Environment"
28611
28612 \end_inset
28613
28614  and 
28615 \begin_inset CommandInset ref
28616 LatexCommand ref
28617 reference "sub:Multiline-Formula-Parts"
28618
28619 \end_inset
28620
28621 .
28622 \end_layout
28623
28624 \begin_layout Subsubsection
28625 Multiline Brackets
28626 \begin_inset CommandInset label
28627 LatexCommand label
28628 name "sub:Multiline-Brackets"
28629
28630 \end_inset
28631
28632
28633 \begin_inset Index idx
28634 status collapsed
28635
28636 \begin_layout Plain Layout
28637 Brackets ! for multiline expressions
28638 \end_layout
28639
28640 \end_inset
28641
28642
28643 \end_layout
28644
28645 \begin_layout Standard
28646 For brackets spanning multiple lines the following problem occurs:
28647 \begin_inset Formula \begin{eqnarray*}
28648 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28649  &  & \left.\cdots+B-D\right]
28650 \end{eqnarray*}
28651
28652 \end_inset
28653
28654
28655 \end_layout
28656
28657 \begin_layout Standard
28658 The closing bracket is smaller than the opening bracket because brackets
28659  with variable size may not span multiple lines.
28660 \end_layout
28661
28662 \begin_layout Standard
28663 To set the bracket size for the second line correctly, the first line is
28664  ended with 
28665 \series bold
28666
28667 \backslash
28668 right.
28669 \series default
28670
28671 \begin_inset Index idx
28672 status collapsed
28673
28674 \begin_layout Plain Layout
28675 Commands ! R ! 
28676 \backslash
28677 right
28678 \end_layout
28679
28680 \end_inset
28681
28682  and the second line with 
28683 \series bold
28684
28685 \backslash
28686 left.
28687 \begin_inset Foot
28688 status collapsed
28689
28690 \begin_layout Plain Layout
28691 for more about 
28692 \series bold
28693
28694 \backslash
28695 left
28696 \series default
28697  and 
28698 \series bold
28699
28700 \backslash
28701 right
28702 \series default
28703  see 
28704 \begin_inset CommandInset ref
28705 LatexCommand ref
28706 reference "sub:Automatic-Bracket-Size"
28707
28708 \end_inset
28709
28710
28711 \end_layout
28712
28713 \end_inset
28714
28715
28716 \series default
28717
28718 \begin_inset Index idx
28719 status collapsed
28720
28721 \begin_layout Plain Layout
28722 Commands ! L ! 
28723 \backslash
28724 left
28725 \end_layout
28726
28727 \end_inset
28728
28729 .
28730  After 
28731 \series bold
28732
28733 \backslash
28734 left.
28735
28736 \series default
28737  the command 
28738 \series bold
28739
28740 \backslash
28741 vphantom
28742 \series default
28743
28744 \begin_inset ERT
28745 status collapsed
28746
28747 \begin_layout Plain Layout
28748
28749
28750 \backslash
28751 spce 
28752 \end_layout
28753
28754 \end_inset
28755
28756
28757 \series bold
28758
28759 \backslash
28760 prod
28761 \series default
28762 ^
28763 \begin_inset ERT
28764 status collapsed
28765
28766 \begin_layout Plain Layout
28767
28768
28769 \backslash
28770 spce 
28771 \end_layout
28772
28773 \end_inset
28774
28775
28776 \series bold
28777
28778 \backslash
28779 infty
28780 \series default
28781
28782 \begin_inset ERT
28783 status collapsed
28784
28785 \begin_layout Plain Layout
28786
28787
28788 \backslash
28789 spce 
28790 \end_layout
28791
28792 \end_inset
28793
28794
28795 \series bold
28796
28797 \begin_inset Formula $\downarrow$
28798 \end_inset
28799
28800 _R=1}
28801 \series default
28802
28803 \begin_inset Index idx
28804 status collapsed
28805
28806 \begin_layout Plain Layout
28807 Commands ! V ! 
28808 \backslash
28809 vphantom
28810 \end_layout
28811
28812 \end_inset
28813
28814  is inserted, because the multiplication operator with its limits is the
28815  largest symbol in the first line and this should be the size for the bracket
28816  in the second line.
28817 \end_layout
28818
28819 \begin_layout Standard
28820 The result is this:
28821 \begin_inset Formula \begin{eqnarray*}
28822 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28823  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28824 \end{eqnarray*}
28825
28826 \end_inset
28827
28828
28829 \end_layout
28830
28831 \begin_layout Subsection
28832 Align Environments
28833 \end_layout
28834
28835 \begin_layout Standard
28836 Align environments can be used for every kind of multiline formulas.
28837  They are specially useful to set several formulas side by side.
28838 \end_layout
28839
28840 \begin_layout Standard
28841 Align environments consist of columns.
28842  The odd columns are right aligned, the even ones left aligned.
28843  Every line in an Align environment can be numbered.
28844 \end_layout
28845
28846 \begin_layout Standard
28847 Align environments are created via the menu 
28848 \family sans
28849 Insert\SpecialChar \menuseparator
28850 Math
28851 \family default
28852 .
28853  With the menu 
28854 \family sans
28855 Edit\SpecialChar \menuseparator
28856 Math\SpecialChar \menuseparator
28857 Change Formula Type
28858 \family default
28859  already existing formulas can be converted to Align environments.
28860 \end_layout
28861
28862 \begin_layout Standard
28863 To add or delete columns, the math toolbar buttons 
28864 \begin_inset Graphics
28865         filename ../images/tabular-feature_append-column.png
28866         scale 85
28867
28868 \end_inset
28869
28870  or 
28871 \begin_inset Graphics
28872         filename ../images/tabular-feature_delete-column.png
28873         scale 85
28874
28875 \end_inset
28876
28877 , respectively, or the menu 
28878 \family sans
28879 Edit\SpecialChar \menuseparator
28880 Rows & Columns
28881 \family default
28882  can be used.
28883 \end_layout
28884
28885 \begin_layout Subsubsection
28886 Standard align Environment
28887 \begin_inset CommandInset label
28888 LatexCommand label
28889 name "sub:Standard-align-Environment"
28890
28891 \end_inset
28892
28893
28894 \begin_inset Index idx
28895 status collapsed
28896
28897 \begin_layout Plain Layout
28898 Formula ! multiline ! align environment
28899 \end_layout
28900
28901 \end_inset
28902
28903
28904 \end_layout
28905
28906 \begin_layout Standard
28907 This Align environment is created by presssing 
28908 \begin_inset Info
28909 type  "shortcut"
28910 arg   "newline-insert newline"
28911 \end_inset
28912
28913  in a formula or by the menu 
28914 \family sans
28915 Insert\SpecialChar \menuseparator
28916 Math\SpecialChar \menuseparator
28917 AMS align Environment
28918 \family default
28919 .
28920 \end_layout
28921
28922 \begin_layout Standard
28923 An example for two formulas set side by side, that are created with a four
28924  column align environment:
28925 \begin_inset Formula \begin{align*}
28926 A & =\sin(B) & C & =D\\
28927 C & \ne A & B & \ne D
28928 \end{align*}
28929
28930 \end_inset
28931
28932 As it can be seen, the formulas in this environment are placed so as if
28933  there would be a 
28934 \series bold
28935
28936 \backslash
28937 hfill
28938 \begin_inset Foot
28939 status collapsed
28940
28941 \begin_layout Plain Layout
28942 more about 
28943 \series bold
28944
28945 \backslash
28946 hfill
28947 \series default
28948  see 
28949 \begin_inset CommandInset ref
28950 LatexCommand ref
28951 reference "sub:Variable-Space"
28952
28953 \end_inset
28954
28955
28956 \end_layout
28957
28958 \end_inset
28959
28960
28961 \series default
28962  before the first and after every even column.
28963  When the formula style 
28964 \series bold
28965 Indented
28966 \begin_inset Foot
28967 status collapsed
28968
28969 \begin_layout Plain Layout
28970 formula styles see 
28971 \begin_inset CommandInset ref
28972 LatexCommand ref
28973 reference "sec:Formula-Styles"
28974
28975 \end_inset
28976
28977
28978 \end_layout
28979
28980 \end_inset
28981
28982
28983 \series default
28984  is used, the formula is set without the 
28985 \series bold
28986
28987 \backslash
28988 hfill
28989 \series default
28990  before the first column.
28991 \end_layout
28992
28993 \begin_layout Subsubsection
28994 Alignat Environment
28995 \begin_inset Index idx
28996 status collapsed
28997
28998 \begin_layout Plain Layout
28999 Formula ! multiline ! alignat environment
29000 \end_layout
29001
29002 \end_inset
29003
29004
29005 \end_layout
29006
29007 \begin_layout Standard
29008 The alignat environment has no predefined column separation.
29009  It can be inserted manually with the spaces that are described 
29010 \begin_inset CommandInset ref
29011 LatexCommand ref
29012 reference "sub:Space"
29013
29014 \end_inset
29015
29016 .
29017 \end_layout
29018
29019 \begin_layout Standard
29020 The above example in the alignat environment where 1
29021 \begin_inset space \thinspace{}
29022 \end_inset
29023
29024 cm space was inserted at the beginning of the second formula:
29025 \begin_inset Formula \begin{alignat*}{2}
29026 A & =\sin(B) & \hspace{1cm}C & =D\\
29027 C & \ne A & B & \ne D
29028 \end{alignat*}
29029
29030 \end_inset
29031
29032 Because the column separation can be set separately for every column, this
29033  environment is especially suitable to set three and more formulas side
29034  by side.
29035 \end_layout
29036
29037 \begin_layout Subsubsection
29038 Flalign Environment
29039 \begin_inset CommandInset label
29040 LatexCommand label
29041 name "sub:Flalign-Environment"
29042
29043 \end_inset
29044
29045
29046 \begin_inset Index idx
29047 status collapsed
29048
29049 \begin_layout Plain Layout
29050 Formula ! multiline ! flalign environment
29051 \end_layout
29052
29053 \end_inset
29054
29055
29056 \end_layout
29057
29058 \begin_layout Standard
29059 In this environment the first two columns are always set as much as possible
29060  to the left and the last two ones to the right.
29061  An example:
29062 \begin_inset Formula \begin{flalign*}
29063 A & =1 & B & =2 & C & =3\\
29064 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29065 \end{flalign*}
29066
29067 \end_inset
29068
29069
29070 \end_layout
29071
29072 \begin_layout Standard
29073 By creating a flalign environment with an odd number of columns where an
29074  empty TeX-brace is inserted to the last column, several formulas in a document
29075  can be set to the left, although the formula style 
29076 \series bold
29077 Centered
29078 \series default
29079  is used.
29080  As example the indented formula 
29081 \begin_inset CommandInset ref
29082 LatexCommand eqref
29083 reference "eq:VolInt"
29084
29085 \end_inset
29086
29087 :
29088 \begin_inset Formula \begin{flalign}
29089 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
29090
29091 \end_inset
29092
29093 The first two columns contain the formula.
29094  To indent it as with the formula style 
29095 \series bold
29096 Indented
29097 \series default
29098 , 30
29099 \begin_inset space \thinspace{}
29100 \end_inset
29101
29102 pt space was inserted at the beginning of the first column.
29103 \end_layout
29104
29105 \begin_layout Subsection
29106 Eqnarray Environment
29107 \begin_inset CommandInset label
29108 LatexCommand label
29109 name "sub:Eqnarray-Environment"
29110
29111 \end_inset
29112
29113
29114 \begin_inset Index idx
29115 status collapsed
29116
29117 \begin_layout Plain Layout
29118 Formula ! multiline ! eqnarray environment
29119 \end_layout
29120
29121 \end_inset
29122
29123
29124 \end_layout
29125
29126 \begin_layout Standard
29127 When this environment has been created, three blue boxes appear.
29128  The content of the first box is right aligned, the content of the last
29129  one left aligned.
29130  The content of the middle box appears centered and a bit smaller, because
29131  it is designed to insert there only relation characters.
29132 \begin_inset Formula \begin{eqnarray*}
29133 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29134 AB & AB & AB\\
29135 A & = & A
29136 \end{eqnarray*}
29137
29138 \end_inset
29139
29140
29141 \end_layout
29142
29143 \begin_layout Subsection
29144 Gather Environment
29145 \begin_inset Index idx
29146 status collapsed
29147
29148 \begin_layout Plain Layout
29149 Formula ! multiline ! gather environment
29150 \end_layout
29151
29152 \end_inset
29153
29154
29155 \end_layout
29156
29157 \begin_layout Standard
29158 This environment consists of only one centered column.
29159  Every line can be numbered.
29160 \begin_inset Formula \begin{gather}
29161 A=1\\
29162 X=\textrm{-}1
29163 \end{gather}
29164
29165 \end_inset
29166
29167
29168 \end_layout
29169
29170 \begin_layout Subsection
29171 Multline Environment
29172 \begin_inset CommandInset label
29173 LatexCommand label
29174 name "sub:Multline-Environment"
29175
29176 \end_inset
29177
29178
29179 \begin_inset Index idx
29180 status collapsed
29181
29182 \begin_layout Plain Layout
29183 Formula ! multiline ! multline environment
29184 \end_layout
29185
29186 \end_inset
29187
29188
29189 \end_layout
29190
29191 \begin_layout Standard
29192 The multline environment consists, like the gather environment, of only
29193  one column.
29194  But the first line is left aligned, the last one right aligned.
29195  All other lines are centered.
29196  Therefore this environment is suitable for long formulas.
29197  As example formula 
29198 \begin_inset CommandInset ref
29199 LatexCommand eqref
29200 reference "eq:lefteqn"
29201
29202 \end_inset
29203
29204  in the multline environment:
29205 \begin_inset Formula \begin{multline}
29206 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}\\
29207 -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}\\
29208 =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}}
29209 \end{multline}
29210
29211 \end_inset
29212
29213
29214 \end_layout
29215
29216 \begin_layout Standard
29217 In the output only the last (first) line of a multline environment appears
29218  numbered when the document numbering is right (left).
29219 \begin_inset Foot
29220 status collapsed
29221
29222 \begin_layout Plain Layout
29223 numbering styles see 
29224 \begin_inset CommandInset ref
29225 LatexCommand ref
29226 reference "sec:Formula-Styles"
29227
29228 \end_inset
29229
29230
29231 \end_layout
29232
29233 \end_inset
29234
29235
29236 \end_layout
29237
29238 \begin_layout Standard
29239 With the commands 
29240 \series bold
29241
29242 \backslash
29243 shoveright
29244 \series default
29245
29246 \begin_inset Index idx
29247 status collapsed
29248
29249 \begin_layout Plain Layout
29250 Commands ! S ! 
29251 \backslash
29252 shoveright
29253 \end_layout
29254
29255 \end_inset
29256
29257  and 
29258 \series bold
29259
29260 \backslash
29261 shoveleft
29262 \series default
29263
29264 \begin_inset Index idx
29265 status collapsed
29266
29267 \begin_layout Plain Layout
29268 Commands ! S ! 
29269 \backslash
29270 shoveleft
29271 \end_layout
29272
29273 \end_inset
29274
29275  a centered line can be right or left aligned, respectively.
29276  The commands are used as follows:
29277 \end_layout
29278
29279 \begin_layout Standard
29280
29281 \series bold
29282
29283 \backslash
29284 shoveright{line content}
29285 \series default
29286  and 
29287 \series bold
29288
29289 \backslash
29290 shoveleft{line content}
29291 \end_layout
29292
29293 \begin_layout Standard
29294 \begin_inset VSpace medskip
29295 \end_inset
29296
29297 The length 
29298 \series bold
29299
29300 \backslash
29301 multlinegap
29302 \series default
29303
29304 \begin_inset Index idx
29305 status collapsed
29306
29307 \begin_layout Plain Layout
29308 Commands ! M ! 
29309 \backslash
29310 multlinegap
29311 \end_layout
29312
29313 \end_inset
29314
29315  specifies the distance of the first line from the left page margin.
29316  Predefined is the length 0
29317 \begin_inset space \thinspace{}
29318 \end_inset
29319
29320 pt.
29321 \end_layout
29322
29323 \begin_layout Standard
29324 As example the above formula where the command
29325 \end_layout
29326
29327 \begin_layout Standard
29328
29329 \series bold
29330
29331 \backslash
29332 setlength{
29333 \backslash
29334 multlinegap}{2cm}
29335 \end_layout
29336
29337 \begin_layout Standard
29338 was inserted in TeX-mode before:
29339 \begin_inset ERT
29340 status collapsed
29341
29342 \begin_layout Plain Layout
29343
29344
29345 \backslash
29346 setlength{
29347 \backslash
29348 multlinegap}{2cm}
29349 \end_layout
29350
29351 \end_inset
29352
29353
29354 \begin_inset Formula \begin{multline}
29355 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}\\
29356 \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}}\\
29357 =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}}
29358 \end{multline}
29359
29360 \end_inset
29361
29362
29363 \begin_inset ERT
29364 status collapsed
29365
29366 \begin_layout Plain Layout
29367
29368
29369 \backslash
29370 setlength{
29371 \backslash
29372 multlinegap}{0pt}
29373 \end_layout
29374
29375 \end_inset
29376
29377 The second line was left aligned using 
29378 \series bold
29379
29380 \backslash
29381 shoveleft
29382 \series default
29383 .
29384 \end_layout
29385
29386 \begin_layout Subsection
29387 Multiline Formula Parts
29388 \begin_inset CommandInset label
29389 LatexCommand label
29390 name "sub:Multiline-Formula-Parts"
29391
29392 \end_inset
29393
29394
29395 \begin_inset Index idx
29396 status collapsed
29397
29398 \begin_layout Plain Layout
29399 Formula ! multiline ! formula parts
29400 \end_layout
29401
29402 \end_inset
29403
29404
29405 \end_layout
29406
29407 \begin_layout Standard
29408 To display only parts of a formula with multiple lines, one of the following
29409  environments are used: 
29410 \series bold
29411 aligned
29412 \series default
29413
29414 \series bold
29415 alignedat
29416 \series default
29417
29418 \series bold
29419 gathered
29420 \series default
29421  or 
29422 \series bold
29423 split
29424 \series default
29425 .
29426  They can be inserted via the menu 
29427 \family sans
29428 Insert\SpecialChar \menuseparator
29429 Math
29430 \family default
29431  or by using the commands described in this section.
29432 \end_layout
29433
29434 \begin_layout Standard
29435 The first three have the same properties as the corresponding multiline
29436  formula environments, but it is possible to set further formula parts beside
29437  them.
29438  An example:
29439 \begin_inset Formula \[
29440 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29441 \Delta E\Delta t & \ge\frac{\hbar}{2}
29442 \end{aligned}
29443 \right\} \textrm{Uncertainty relations}\]
29444
29445 \end_inset
29446
29447
29448 \end_layout
29449
29450 \begin_layout Standard
29451 To get this formula, a displayed formula is created where the command 
29452 \series bold
29453
29454 \backslash
29455 aligned
29456 \series default
29457
29458 \begin_inset Index idx
29459 status collapsed
29460
29461 \begin_layout Plain Layout
29462 Commands ! A ! 
29463 \backslash
29464 aligned
29465 \end_layout
29466
29467 \end_inset
29468
29469  is inserted.
29470  A purple box appears around the blue formula box where now columns and
29471  lines can be added.
29472  Outside the multiline environment other formula parts can be set, like
29473  the brace.
29474 \end_layout
29475
29476 \begin_layout Standard
29477 The aligned environment is also suitable for long formulas whose lines are
29478  horizontally aligned.
29479  Using aligned in a displayed formula has the advantage that the formula
29480  number is vertically centered behind the lines.
29481  As example formula 
29482 \begin_inset CommandInset ref
29483 LatexCommand eqref
29484 reference "eq:shortlong"
29485
29486 \end_inset
29487
29488  in the aligned environment:
29489 \begin_inset Formula \begin{equation}
29490 \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}|}\\
29491  & -\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}|}
29492 \end{aligned}
29493 \end{equation}
29494
29495 \end_inset
29496
29497
29498 \end_layout
29499
29500 \begin_layout Standard
29501 To use the environments 
29502 \series bold
29503 alignedat
29504 \series default
29505
29506 \series bold
29507 gathered
29508 \series default
29509 , or 
29510 \series bold
29511 split
29512 \series default
29513 , the command 
29514 \series bold
29515
29516 \backslash
29517 alignedat
29518 \series default
29519 ,
29520 \begin_inset Index idx
29521 status collapsed
29522
29523 \begin_layout Plain Layout
29524 Commands ! A ! 
29525 \backslash
29526 alignedat
29527 \end_layout
29528
29529 \end_inset
29530
29531  
29532 \series bold
29533
29534 \backslash
29535 gathered
29536 \series default
29537
29538 \begin_inset Index idx
29539 status collapsed
29540
29541 \begin_layout Plain Layout
29542 Commands ! G ! 
29543 \backslash
29544 gathered
29545 \end_layout
29546
29547 \end_inset
29548
29549 , or 
29550 \series bold
29551
29552 \backslash
29553 split
29554 \series default
29555
29556 \begin_inset Index idx
29557 status collapsed
29558
29559 \begin_layout Plain Layout
29560 Commands ! S ! 
29561 \backslash
29562 split
29563 \end_layout
29564
29565 \end_inset
29566
29567  are inserted, respectively.
29568  The split environment has the same properties as the aligned environment
29569  but it can only have two columns.
29570 \end_layout
29571
29572 \begin_layout Subsection
29573 Text in multiline Formulas
29574 \begin_inset CommandInset label
29575 LatexCommand label
29576 name "sub:Text-in-multiline"
29577
29578 \end_inset
29579
29580
29581 \begin_inset Index idx
29582 status collapsed
29583
29584 \begin_layout Plain Layout
29585 Text ! in formulas
29586 \end_layout
29587
29588 \end_inset
29589
29590
29591 \begin_inset Index idx
29592 status collapsed
29593
29594 \begin_layout Plain Layout
29595 Formula ! multiline ! text
29596 \end_layout
29597
29598 \end_inset
29599
29600
29601 \end_layout
29602
29603 \begin_layout Standard
29604 In the Align environments, and the multline and gather environment, text
29605  can be inserted that will appear in a separate line and doesn't affect
29606  the column alignment.
29607  To do this, the command 
29608 \series bold
29609
29610 \backslash
29611 intertext
29612 \series default
29613
29614 \begin_inset Index idx
29615 status collapsed
29616
29617 \begin_layout Plain Layout
29618 Commands ! I ! 
29619 \backslash
29620 intertext
29621 \end_layout
29622
29623 \end_inset
29624
29625  is used in the following scheme:
29626 \end_layout
29627
29628 \begin_layout Standard
29629
29630 \series bold
29631
29632 \backslash
29633 intertext{text}
29634 \end_layout
29635
29636 \begin_layout Standard
29637 The text should not be longer than a line because it cannot be hyphenated.
29638  As LyX doesn't yet support 
29639 \series bold
29640
29641 \backslash
29642 intertext
29643 \series default
29644  directly, the text is written as mathematical text.
29645  
29646 \series bold
29647
29648 \backslash
29649 intertext
29650 \series default
29651  must hereby be at the beginning of a line and appears in the output above
29652  this line.
29653  An example where the text was inserted at the beginning of the second line:
29654 \begin_inset Formula \begin{align}
29655 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29656 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29657 \end{align}
29658
29659 \end_inset
29660
29661
29662 \end_layout
29663
29664 \begin_layout Section
29665 Formula Numbering
29666 \begin_inset Index idx
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670 Formula numbering
29671 \end_layout
29672
29673 \end_inset
29674
29675
29676 \begin_inset Index idx
29677 status collapsed
29678
29679 \begin_layout Plain Layout
29680 Formula ! numbering|see
29681 \begin_inset ERT
29682 status collapsed
29683
29684 \begin_layout Plain Layout
29685
29686 {
29687 \end_layout
29688
29689 \end_inset
29690
29691 Formula numbering
29692 \begin_inset ERT
29693 status collapsed
29694
29695 \begin_layout Plain Layout
29696
29697 }
29698 \end_layout
29699
29700 \end_inset
29701
29702
29703 \end_layout
29704
29705 \end_inset
29706
29707
29708 \end_layout
29709
29710 \begin_layout Subsection
29711 General
29712 \end_layout
29713
29714 \begin_layout Standard
29715 Numbered formulas can be created with the menu 
29716 \family sans
29717 Insert\SpecialChar \menuseparator
29718 Math\SpecialChar \menuseparator
29719 Numbered
29720 \begin_inset space ~
29721 \end_inset
29722
29723 Formula
29724 \family default
29725  (shortcut 
29726 \family sans
29727 Ctrl+Alt
29728 \begin_inset space ~
29729 \end_inset
29730
29731 N
29732 \family default
29733 ).
29734  Existing formulas can be numbered with the menu 
29735 \family sans
29736 Edit\SpecialChar \menuseparator
29737 Math\SpecialChar \menuseparator
29738 Toggle
29739 \begin_inset space ~
29740 \end_inset
29741
29742 Numbering
29743 \family default
29744  (shortcut 
29745 \begin_inset Info
29746 type  "shortcut"
29747 arg   "math-number-toggle"
29748 \end_inset
29749
29750 ).
29751  The formula number is displayed in LyX behind the formula as number sign
29752  in parentheses.
29753  The number sign is replaced in the output by the formula number.
29754 \end_layout
29755
29756 \begin_layout Standard
29757 When numbering is turned on in multiline formulas, all lines will be numbered.
29758  But the numbering can be controlled with the menu 
29759 \family sans
29760 Edit\SpecialChar \menuseparator
29761 Math\SpecialChar \menuseparator
29762 Toggle
29763 \begin_inset space ~
29764 \end_inset
29765
29766 Numbering
29767 \begin_inset space ~
29768 \end_inset
29769
29770 of
29771 \begin_inset space ~
29772 \end_inset
29773
29774 Line
29775 \family default
29776  (shortcut
29777 \begin_inset Info
29778 type  "shortcut"
29779 arg   "math-number-line-toggle"
29780 \end_inset
29781
29782 ) for every line.
29783 \end_layout
29784
29785 \begin_layout Standard
29786 Except for inline formulas, all formulas can be numbered with two different
29787  styles, see 
29788 \begin_inset CommandInset ref
29789 LatexCommand ref
29790 reference "sec:Formula-Styles"
29791
29792 \end_inset
29793
29794 .
29795 \end_layout
29796
29797 \begin_layout Subsection
29798 Cross-References
29799 \begin_inset Index idx
29800 status collapsed
29801
29802 \begin_layout Plain Layout
29803 Cross-references ! to formulas
29804 \end_layout
29805
29806 \end_inset
29807
29808
29809 \end_layout
29810
29811 \begin_layout Standard
29812 All labeled formulas can be cross-referenced.
29813  A label is added by the menu 
29814 \family sans
29815 Insert\SpecialChar \menuseparator
29816 Label
29817 \family default
29818  or the toolbar button 
29819 \begin_inset Graphics
29820         filename ../images/label-insert.png
29821         scale 85
29822
29823 \end_inset
29824
29825 .
29826  The cursor must hereby be inside a displayed formula.
29827  A dialog pops up displaying the prefix 
29828 \series bold
29829 eq:
29830 \series default
29831  in a text field.
29832  The label is inserted there behind the prefix.
29833  The predefined prefix means 
29834 \begin_inset Quotes eld
29835 \end_inset
29836
29837 equation
29838 \begin_inset Quotes erd
29839 \end_inset
29840
29841  and makes it easier to find labels in large documents because it marks
29842  it as formula label to divide it from e.
29843 \begin_inset space \thinspace{}
29844 \end_inset
29845
29846 g.
29847 \begin_inset space \space{}
29848 \end_inset
29849
29850 section labels.
29851  To change a label, the menu 
29852 \family sans
29853 Insert\SpecialChar \menuseparator
29854 Label
29855 \family default
29856  is used again.
29857 \end_layout
29858
29859 \begin_layout Standard
29860 The name of the label is displayed in LyX within two parentheses behind
29861  formula.
29862  A formula with a label is always numbered.
29863 \end_layout
29864
29865 \begin_layout Standard
29866 Cross-references are inserted via the menu 
29867 \family sans
29868 Insert\SpecialChar \menuseparator
29869 Cross-Reference
29870 \family default
29871  or with the toolbar button 
29872 \begin_inset Graphics
29873         filename ../images/dialog-show-new-inset_ref.png
29874         scale 85
29875
29876 \end_inset
29877
29878 .
29879  A formula cross-reference appears in the output as formula number.
29880  When in the cross-reference dialog window the format 
29881 \series bold
29882 (<reference>)
29883 \series default
29884  is chosen, the cross-reference appears in the output as formula number
29885  in parentheses.
29886 \begin_inset Newline newline
29887 \end_inset
29888
29889 By right-clicking on a cross-reference in LyX, one jumps to the formula
29890  that is referenced.
29891 \end_layout
29892
29893 \begin_layout Standard
29894 Here are as examples cross-references to formulas of the following subsections:
29895 \begin_inset Note Note
29896 status open
29897
29898 \begin_layout Plain Layout
29899 Note the different cross-reference types.
29900 \end_layout
29901
29902 \end_inset
29903
29904
29905 \end_layout
29906
29907 \begin_layout Standard
29908 The equations 
29909 \begin_inset CommandInset ref
29910 LatexCommand eqref
29911 reference "eq:tag"
29912
29913 \end_inset
29914
29915  and 
29916 \begin_inset CommandInset ref
29917 LatexCommand eqref
29918 reference "eq:c"
29919
29920 \end_inset
29921
29922  are equivalent.
29923  In (
29924 \begin_inset CommandInset ref
29925 LatexCommand ref
29926 reference "eq:Lat"
29927
29928 \end_inset
29929
29930 ) big Latin letters are used for the numbering in contrary to (
29931 \begin_inset CommandInset ref
29932 LatexCommand ref
29933 reference "eq:Rom"
29934
29935 \end_inset
29936
29937 ).
29938 \end_layout
29939
29940 \begin_layout Standard
29941 \begin_inset VSpace medskip
29942 \end_inset
29943
29944 When the argument of 
29945 \series bold
29946
29947 \backslash
29948 tag
29949 \begin_inset Foot
29950 status collapsed
29951
29952 \begin_layout Plain Layout
29953
29954 \series bold
29955
29956 \backslash
29957 tag
29958 \series default
29959  is described in 
29960 \begin_inset CommandInset ref
29961 LatexCommand ref
29962 reference "sub:User-defined-Numbering"
29963
29964 \end_inset
29965
29966 .
29967 \end_layout
29968
29969 \end_inset
29970
29971
29972 \series default
29973  contains a box like in 
29974 \begin_inset CommandInset ref
29975 LatexCommand ref
29976 reference "sub:Paragraph-Boxes"
29977
29978 \end_inset
29979
29980 , the formula cannot be referenced.
29981 \end_layout
29982
29983 \begin_layout Subsection
29984 Subnumbering
29985 \begin_inset Index idx
29986 status collapsed
29987
29988 \begin_layout Plain Layout
29989 Formula numbering ! subnumbering
29990 \end_layout
29991
29992 \end_inset
29993
29994
29995 \end_layout
29996
29997 \begin_layout Standard
29998 With the help of the commands 
29999 \series bold
30000
30001 \backslash
30002 begin{subequations}
30003 \series default
30004  and 
30005 \series bold
30006
30007 \backslash
30008 end{subequations}
30009 \series default
30010  formulas can be subnumbered.
30011  Both commands are inserted in TeX-mode.
30012 \end_layout
30013
30014 \begin_layout Standard
30015 An example:
30016 \begin_inset Formula \begin{equation}
30017 A=C-B\label{eq:a}\end{equation}
30018
30019 \end_inset
30020
30021
30022 \begin_inset ERT
30023 status collapsed
30024
30025 \begin_layout Plain Layout
30026
30027
30028 \backslash
30029 addtocounter{equation}{-1}
30030 \end_layout
30031
30032 \end_inset
30033
30034
30035 \begin_inset ERT
30036 status collapsed
30037
30038 \begin_layout Plain Layout
30039
30040
30041 \backslash
30042 begin{subequations}
30043 \end_layout
30044
30045 \end_inset
30046
30047
30048 \begin_inset VSpace -5mm
30049 \end_inset
30050
30051
30052 \begin_inset Formula \begin{equation}
30053 B=C-A\label{eq:b}\end{equation}
30054
30055 \end_inset
30056
30057
30058 \begin_inset Formula \begin{equation}
30059 C=A+B\label{eq:c}\end{equation}
30060
30061 \end_inset
30062
30063
30064 \end_layout
30065
30066 \begin_layout Standard
30067 \begin_inset ERT
30068 status collapsed
30069
30070 \begin_layout Plain Layout
30071
30072
30073 \backslash
30074 end{subequations}
30075 \end_layout
30076
30077 \end_inset
30078
30079
30080 \end_layout
30081
30082 \begin_layout Standard
30083 To create the example, the following is done:
30084 \end_layout
30085
30086 \begin_layout Enumerate
30087 first formula is inserted
30088 \end_layout
30089
30090 \begin_layout Enumerate
30091
30092 \series bold
30093
30094 \backslash
30095 addtocounter{equation}{-1} 
30096 \backslash
30097 begin{subequations}
30098 \begin_inset Index idx
30099 status collapsed
30100
30101 \begin_layout Plain Layout
30102 Commands ! A ! 
30103 \backslash
30104 addtocounter
30105 \end_layout
30106
30107 \end_inset
30108
30109
30110 \begin_inset Newline newline
30111 \end_inset
30112
30113
30114 \series default
30115 is inserted after the first formula
30116 \end_layout
30117
30118 \begin_layout Enumerate
30119 second formula is inserted
30120 \end_layout
30121
30122 \begin_layout Enumerate
30123 third formula is inserted
30124 \end_layout
30125
30126 \begin_layout Enumerate
30127
30128 \series bold
30129
30130 \backslash
30131 end{subequations}
30132 \series default
30133  is inserted after the third formula
30134 \end_layout
30135
30136 \begin_layout Standard
30137 Every formula between the commands 
30138 \series bold
30139
30140 \backslash
30141 begin
30142 \series default
30143  and 
30144 \series bold
30145
30146 \backslash
30147 end
30148 \series default
30149  is subnumbered as a, b, 
30150 \begin_inset Newline linebreak
30151 \end_inset
30152
30153 c, \SpecialChar \ldots{}
30154  For multiline formulas every line will be subnumbered.
30155  All subnumbered formulas are treated as 
30156 \emph on
30157 one
30158 \emph default
30159  numbered formula.
30160  But as every numbered formula increases the counter 
30161 \series bold
30162 equation
30163 \series default
30164  by one, the command 
30165 \series bold
30166
30167 \backslash
30168 addtocounter
30169 \series default
30170  is needed to decrease it.
30171  Otherwise the formulas 
30172 \begin_inset CommandInset ref
30173 LatexCommand eqref
30174 reference "eq:a"
30175
30176 \end_inset
30177
30178
30179 \begin_inset CommandInset ref
30180 LatexCommand eqref
30181 reference "eq:b"
30182
30183 \end_inset
30184
30185
30186 \begin_inset CommandInset ref
30187 LatexCommand eqref
30188 reference "eq:c"
30189
30190 \end_inset
30191
30192  would be numbered as 
30193 \begin_inset CommandInset ref
30194 LatexCommand eqref
30195 reference "eq:a"
30196
30197 \end_inset
30198
30199
30200 \begin_inset CommandInset ref
30201 LatexCommand eqref
30202 reference "eq:d"
30203
30204 \end_inset
30205
30206
30207 \begin_inset CommandInset ref
30208 LatexCommand eqref
30209 reference "eq:f"
30210
30211 \end_inset
30212
30213 .
30214 \end_layout
30215
30216 \begin_layout Standard
30217 By inserting the commands in TeX-mode, a space is created between the first
30218  two formulas.
30219  To revert this -5
30220 \begin_inset space \thinspace{}
30221 \end_inset
30222
30223 mm vertical space is inserted after the command 
30224 \series bold
30225
30226 \backslash
30227 begin{subequations}
30228 \series default
30229 .
30230  When the formula style 
30231 \series bold
30232 Indented
30233 \begin_inset Foot
30234 status collapsed
30235
30236 \begin_layout Plain Layout
30237 formula styles see 
30238 \begin_inset CommandInset ref
30239 LatexCommand ref
30240 reference "sec:Formula-Styles"
30241
30242 \end_inset
30243
30244
30245 \end_layout
30246
30247 \end_inset
30248
30249
30250 \series default
30251  is used, -7
30252 \begin_inset space \thinspace{}
30253 \end_inset
30254
30255 mm space is inserted instead.
30256 \end_layout
30257
30258 \begin_layout Standard
30259 Here is an example for a multiline formula where the numbering was turned
30260  off for the second line:
30261 \begin_inset ERT
30262 status collapsed
30263
30264 \begin_layout Plain Layout
30265
30266
30267 \backslash
30268 begin{subequations}
30269 \end_layout
30270
30271 \end_inset
30272
30273
30274 \begin_inset Formula \begin{eqnarray}
30275 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30276  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30277  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30278 \end{eqnarray}
30279
30280 \end_inset
30281
30282
30283 \begin_inset ERT
30284 status collapsed
30285
30286 \begin_layout Plain Layout
30287
30288
30289 \backslash
30290 end{subequations}
30291 \end_layout
30292
30293 \end_inset
30294
30295
30296 \end_layout
30297
30298 \begin_layout Subsection
30299 User-defined Numbering
30300 \begin_inset CommandInset label
30301 LatexCommand label
30302 name "sub:User-defined-Numbering"
30303
30304 \end_inset
30305
30306
30307 \begin_inset Index idx
30308 status collapsed
30309
30310 \begin_layout Plain Layout
30311 Formula numbering ! user-defined
30312 \end_layout
30313
30314 \end_inset
30315
30316
30317 \end_layout
30318
30319 \begin_layout Standard
30320 \begin_inset Index idx
30321 status collapsed
30322
30323 \begin_layout Plain Layout
30324 Formula numbering ! self-defined delimiters
30325 \end_layout
30326
30327 \end_inset
30328
30329 With the standard numbering parentheses are set around the formula number.
30330  To replace the parentheses for example by vertical bars, the following
30331  line is added to the LaTeX-preamble:
30332 \end_layout
30333
30334 \begin_layout Standard
30335
30336 \series bold
30337
30338 \backslash
30339 def
30340 \backslash
30341 tagform@#1{
30342 \backslash
30343 maketag@@@{|#1|}}
30344 \series default
30345
30346 \begin_inset Note Note
30347 status collapsed
30348
30349 \begin_layout Plain Layout
30350 This macro is already declared in the LaTeX-preamble for testing.
30351  To activate it, remove the percent sign at the beginning.
30352 \end_layout
30353
30354 \end_inset
30355
30356
30357 \end_layout
30358
30359 \begin_layout Standard
30360 To use other characters, the vertical bars besides the 
30361 \series bold
30362 #1
30363 \series default
30364  are replaced by one ore more characters.
30365  To get only the formula number the vertical bars are omitted.
30366 \end_layout
30367
30368 \begin_layout Standard
30369 \begin_inset VSpace bigskip
30370 \end_inset
30371
30372 When there should be an expression of your choice instead of the consecutive
30373  formula number in parentheses behind the formula, the command 
30374 \series bold
30375
30376 \backslash
30377 tag
30378 \series default
30379
30380 \begin_inset Index idx
30381 status collapsed
30382
30383 \begin_layout Plain Layout
30384 Commands ! T ! 
30385 \backslash
30386 tag
30387 \end_layout
30388
30389 \end_inset
30390
30391  is used:
30392 \begin_inset Formula \begin{equation}
30393 A+B=C\tag{something}\label{eq:tag}\end{equation}
30394
30395 \end_inset
30396
30397 In this example the command 
30398 \series bold
30399
30400 \backslash
30401 tag
30402 \begin_inset ERT
30403 status collapsed
30404
30405 \begin_layout Plain Layout
30406
30407
30408 \backslash
30409 spce 
30410 \end_layout
30411
30412 \end_inset
30413
30414 something
30415 \series default
30416  was inserted to the formula.
30417 \end_layout
30418
30419 \begin_layout Standard
30420 When the command 
30421 \series bold
30422
30423 \backslash
30424 tag*
30425 \begin_inset ERT
30426 status collapsed
30427
30428 \begin_layout Plain Layout
30429
30430
30431 \backslash
30432 spce 
30433 \end_layout
30434
30435 \end_inset
30436
30437 something
30438 \series default
30439  is inserted instead, the star prevents the parentheses around the expression:
30440 \begin_inset Formula \[
30441 A+B=C\tag*{something}\]
30442
30443 \end_inset
30444
30445
30446 \end_layout
30447
30448 \begin_layout Standard
30449 \begin_inset VSpace bigskip
30450 \end_inset
30451
30452 To restart the formula numbering with new document parts or sections, the
30453  following command is used:
30454 \end_layout
30455
30456 \begin_layout Standard
30457
30458 \series bold
30459
30460 \backslash
30461 @addtoreset{equation}{part}
30462 \series default
30463
30464 \begin_inset Index idx
30465 status collapsed
30466
30467 \begin_layout Plain Layout
30468 Commands ! 
30469 \begin_inset ERT
30470 status collapsed
30471
30472 \begin_layout Plain Layout
30473
30474 "
30475 \end_layout
30476
30477 \end_inset
30478
30479 @
30480 \begin_inset ERT
30481 status collapsed
30482
30483 \begin_layout Plain Layout
30484
30485 "
30486 \end_layout
30487
30488 \end_inset
30489
30490  ! 
30491 \backslash
30492
30493 \begin_inset ERT
30494 status collapsed
30495
30496 \begin_layout Plain Layout
30497
30498 "
30499 \end_layout
30500
30501 \end_inset
30502
30503 @
30504 \begin_inset ERT
30505 status collapsed
30506
30507 \begin_layout Plain Layout
30508
30509 "
30510 \end_layout
30511
30512 \end_inset
30513
30514 addtoreset
30515 \end_layout
30516
30517 \end_inset
30518
30519
30520 \begin_inset Newline newline
30521 \end_inset
30522
30523 resp.
30524 \begin_inset Newline newline
30525 \end_inset
30526
30527
30528 \series bold
30529
30530 \backslash
30531 @addtoreset{equation}{section}
30532 \end_layout
30533
30534 \begin_layout Standard
30535 To be able to use these commands in TeX-mode, the 
30536 \begin_inset Quotes eld
30537 \end_inset
30538
30539 @
30540 \begin_inset Quotes erd
30541 \end_inset
30542
30543  character has to be made 
30544 \begin_inset Quotes eld
30545 \end_inset
30546
30547 active
30548 \begin_inset Quotes erd
30549 \end_inset
30550
30551  for LaTeX using the command 
30552 \series bold
30553
30554 \backslash
30555 makeatletter.
30556
30557 \series default
30558  The command 
30559 \series bold
30560
30561 \backslash
30562 makeatother
30563 \series default
30564  reverts this.
30565  So the command sequence in TeX-mode is:
30566 \end_layout
30567
30568 \begin_layout Standard
30569
30570 \series bold
30571
30572 \backslash
30573 makeatletter
30574 \begin_inset Newline newline
30575 \end_inset
30576
30577
30578 \backslash
30579 @addtoreset{equation}{section}
30580 \begin_inset Newline newline
30581 \end_inset
30582
30583
30584 \backslash
30585 makeatother
30586 \end_layout
30587
30588 \begin_layout Standard
30589 In the LaTeX-preamble 
30590 \series bold
30591
30592 \backslash
30593 makeatletter
30594 \series default
30595  and 
30596 \series bold
30597
30598 \backslash
30599 makeatother
30600 \series default
30601  can be omitted as they are automatically internally inserted by LyX.
30602 \end_layout
30603
30604 \begin_layout Standard
30605 To revert 
30606 \series bold
30607
30608 \backslash
30609 @addtoreset
30610 \series default
30611 , the file 
30612 \series bold
30613 remreset.sty
30614 \series default
30615
30616 \begin_inset Foot
30617 status collapsed
30618
30619 \begin_layout Plain Layout
30620
30621 \series bold
30622 remreset
30623 \series default
30624  is part of the LaTeX-package 
30625 \series bold
30626 carlisle
30627 \series default
30628
30629 \begin_inset Index idx
30630 status collapsed
30631
30632 \begin_layout Plain Layout
30633 Packages ! carlisle
30634 \end_layout
30635
30636 \end_inset
30637
30638  that is part of every LaTeX standard installation.
30639 \end_layout
30640
30641 \end_inset
30642
30643
30644 \begin_inset Index idx
30645 status collapsed
30646
30647 \begin_layout Plain Layout
30648 Packages ! remreset
30649 \end_layout
30650
30651 \end_inset
30652
30653  has to be loaded in the LaTeX-preamble with the line
30654 \end_layout
30655
30656 \begin_layout Standard
30657
30658 \series bold
30659
30660 \backslash
30661 usepackage{remreset}
30662 \end_layout
30663
30664 \begin_layout Standard
30665 Then the command 
30666 \series bold
30667
30668 \backslash
30669 @removefromreset
30670 \series default
30671
30672 \begin_inset Index idx
30673 status collapsed
30674
30675 \begin_layout Plain Layout
30676 Commands ! 
30677 \begin_inset ERT
30678 status collapsed
30679
30680 \begin_layout Plain Layout
30681
30682 "
30683 \end_layout
30684
30685 \end_inset
30686
30687 @
30688 \begin_inset ERT
30689 status collapsed
30690
30691 \begin_layout Plain Layout
30692
30693 "
30694 \end_layout
30695
30696 \end_inset
30697
30698  ! 
30699 \backslash
30700
30701 \begin_inset ERT
30702 status collapsed
30703
30704 \begin_layout Plain Layout
30705
30706 "
30707 \end_layout
30708
30709 \end_inset
30710
30711 @
30712 \begin_inset ERT
30713 status collapsed
30714
30715 \begin_layout Plain Layout
30716
30717 "
30718 \end_layout
30719
30720 \end_inset
30721
30722 removefromreset
30723 \end_layout
30724
30725 \end_inset
30726
30727  can be used with the same scheme as 
30728 \series bold
30729
30730 \backslash
30731 @addtoreset
30732 \series default
30733 .
30734 \end_layout
30735
30736 \begin_layout Standard
30737 \begin_inset VSpace bigskip
30738 \end_inset
30739
30740 Sometimes formulas should be numbered in the following form:
30741 \end_layout
30742
30743 \begin_layout Standard
30744
30745 \family typewriter
30746 (section number.formula number)
30747 \end_layout
30748
30749 \begin_layout Standard
30750 The formula number should start with every section with 
30751 \begin_inset Quotes eld
30752 \end_inset
30753
30754 1
30755 \begin_inset Quotes erd
30756 \end_inset
30757
30758 .
30759 \end_layout
30760
30761 \begin_layout Standard
30762 For this case there is the command 
30763 \series bold
30764
30765 \backslash
30766 numberwithin
30767 \series default
30768
30769 \begin_inset Index idx
30770 status collapsed
30771
30772 \begin_layout Plain Layout
30773 Commands ! N ! 
30774 \backslash
30775 numberwithin
30776 \end_layout
30777
30778 \end_inset
30779
30780 , which is used with the following scheme:
30781 \end_layout
30782
30783 \begin_layout Standard
30784
30785 \series bold
30786
30787 \backslash
30788 numberwithin{counter}{sectioning}
30789 \end_layout
30790
30791 \begin_layout Standard
30792 Counter denotes what kind of numbering is affected, sectioning denotes what
30793  number is before the dot.
30794 \end_layout
30795
30796 \begin_layout Standard
30797 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30798 \end_layout
30799
30800 \begin_layout Standard
30801
30802 \series bold
30803
30804 \backslash
30805 numberwithin{equation}{section}
30806 \end_layout
30807
30808 \begin_layout Standard
30809 This is the result:
30810 \begin_inset ERT
30811 status collapsed
30812
30813 \begin_layout Plain Layout
30814
30815
30816 \backslash
30817 numberwithin{equation}{section}
30818 \end_layout
30819
30820 \end_inset
30821
30822
30823 \begin_inset Formula \begin{equation}
30824 A+B=C\end{equation}
30825
30826 \end_inset
30827
30828
30829 \end_layout
30830
30831 \begin_layout Standard
30832 To number e.
30833 \begin_inset space \thinspace{}
30834 \end_inset
30835
30836 g.
30837 \begin_inset space \space{}
30838 \end_inset
30839
30840 tables so that the number of the part is the sectioning,
30841 \begin_inset Newline newline
30842 \end_inset
30843
30844
30845 \series bold
30846
30847 \backslash
30848 numberwithin{table}{part}
30849 \series default
30850  is used.
30851 \end_layout
30852
30853 \begin_layout Standard
30854 To go back to the standard numbering or to prevent this kind of numbering
30855  when it is defined by the document class, the following command is inserted
30856  as TeX-Code or to the LaTeX-preamble:
30857 \end_layout
30858
30859 \begin_layout Standard
30860
30861 \series bold
30862
30863 \backslash
30864 renewcommand{
30865 \backslash
30866 theequation}{
30867 \backslash
30868 arabic{equation}}
30869 \begin_inset Index idx
30870 status collapsed
30871
30872 \begin_layout Plain Layout
30873 Commands ! A ! 
30874 \backslash
30875 arabic
30876 \end_layout
30877
30878 \end_inset
30879
30880
30881 \series default
30882
30883 \begin_inset ERT
30884 status collapsed
30885
30886 \begin_layout Plain Layout
30887
30888
30889 \backslash
30890 renewcommand{
30891 \backslash
30892 theequation}{
30893 \backslash
30894 arabic{equation}}
30895 \end_layout
30896
30897 \end_inset
30898
30899
30900 \series bold
30901
30902 \begin_inset Newline newline
30903 \end_inset
30904
30905
30906 \series default
30907 or
30908 \series bold
30909
30910 \begin_inset Newline newline
30911 \end_inset
30912
30913
30914 \backslash
30915 renewcommand{
30916 \backslash
30917 thetable}{
30918 \backslash
30919 arabic{table}}
30920 \end_layout
30921
30922 \begin_layout Standard
30923
30924 \series bold
30925
30926 \backslash
30927 numberwithin
30928 \series default
30929  uses internally the command 
30930 \series bold
30931
30932 \backslash
30933 @addtoreset
30934 \series default
30935 , described above, that also needs to be reverted.
30936 \begin_inset ERT
30937 status collapsed
30938
30939 \begin_layout Plain Layout
30940
30941
30942 \backslash
30943 makeatletter
30944 \end_layout
30945
30946 \begin_layout Plain Layout
30947
30948
30949 \backslash
30950 @removefromreset{equation}{section}
30951 \end_layout
30952
30953 \begin_layout Plain Layout
30954
30955
30956 \backslash
30957 makeatother
30958 \end_layout
30959
30960 \end_inset
30961
30962
30963 \end_layout
30964
30965 \begin_layout Subsection
30966 Numbering with Roman Numbers and Letters
30967 \begin_inset Index idx
30968 status collapsed
30969
30970 \begin_layout Plain Layout
30971 Formula numbering ! with letters
30972 \end_layout
30973
30974 \end_inset
30975
30976
30977 \begin_inset Index idx
30978 status collapsed
30979
30980 \begin_layout Plain Layout
30981 Formula numbering ! with Roman numbers
30982 \end_layout
30983
30984 \end_inset
30985
30986
30987 \end_layout
30988
30989 \begin_layout Standard
30990 Formulas can also be numbered with Roman numbers and Latin letters.
30991  To number for example with small Roman numbers, the command
30992 \end_layout
30993
30994 \begin_layout Standard
30995
30996 \series bold
30997
30998 \backslash
30999 renewcommand{
31000 \backslash
31001 theequation}{
31002 \backslash
31003 roman{equation}}
31004 \end_layout
31005
31006 \begin_layout Standard
31007 is inserted before the formula in TeX-mode.
31008  
31009 \series bold
31010
31011 \backslash
31012 renewcommand
31013 \series default
31014
31015 \begin_inset Index idx
31016 status collapsed
31017
31018 \begin_layout Plain Layout
31019 Commands ! R ! 
31020 \backslash
31021 renewcommand
31022 \end_layout
31023
31024 \end_inset
31025
31026  redefines the predefined command 
31027 \series bold
31028
31029 \backslash
31030 theequation
31031 \series default
31032  to the command 
31033 \series bold
31034
31035 \backslash
31036 roman{equation}
31037 \series default
31038 .
31039 \begin_inset Foot
31040 status collapsed
31041
31042 \begin_layout Plain Layout
31043 The command 
31044 \series bold
31045
31046 \backslash
31047 renewcommand
31048 \series default
31049  has the same scheme like the command 
31050 \series bold
31051
31052 \backslash
31053 newcommand
31054 \series default
31055  that is described in 
31056 \begin_inset CommandInset ref
31057 LatexCommand ref
31058 reference "sub:The-Command-newcommand"
31059
31060 \end_inset
31061
31062 .
31063 \end_layout
31064
31065 \end_inset
31066
31067  
31068 \series bold
31069 equation
31070 \series default
31071  is the formula counter.
31072  When the command 
31073 \series bold
31074
31075 \backslash
31076 the
31077 \series default
31078  is used as prefix for a counter, the value of the counter is output as
31079  Arabic number.
31080  When a formula is numbered, LaTeX sets internally the command 
31081 \series bold
31082
31083 \backslash
31084 theequation
31085 \series default
31086  behind the formula.
31087  
31088 \series bold
31089
31090 \backslash
31091 roman{equation}
31092 \begin_inset Index idx
31093 status collapsed
31094
31095 \begin_layout Plain Layout
31096 Commands ! R ! 
31097 \backslash
31098 roman
31099 \end_layout
31100
31101 \end_inset
31102
31103
31104 \series default
31105  outputs the counter as small Roman number.
31106 \end_layout
31107
31108 \begin_layout Standard
31109 All formulas behind the command 
31110 \series bold
31111
31112 \backslash
31113 renew
31114 \series default
31115 c
31116 \series bold
31117 ommand
31118 \series default
31119  are now numbered Roman.
31120  To switch to numbering with big Roman numbers, the command is inserted
31121  again, but 
31122 \series bold
31123
31124 \backslash
31125 roman
31126 \series default
31127  is replaced by 
31128 \series bold
31129
31130 \backslash
31131 Roman
31132 \series default
31133
31134 \begin_inset Index idx
31135 status collapsed
31136
31137 \begin_layout Plain Layout
31138 Commands ! R ! 
31139 \backslash
31140 roman@
31141 \backslash
31142 Roman
31143 \end_layout
31144
31145 \end_inset
31146
31147 .
31148  To 
31149 \begin_inset Quotes eld
31150 \end_inset
31151
31152 number
31153 \begin_inset Quotes erd
31154 \end_inset
31155
31156  with small Latin letters there is the command 
31157 \series bold
31158
31159 \backslash
31160 alph
31161 \series default
31162
31163 \begin_inset Index idx
31164 status collapsed
31165
31166 \begin_layout Plain Layout
31167 Commands ! A ! 
31168 \backslash
31169 alph
31170 \end_layout
31171
31172 \end_inset
31173
31174 , for big ones there is the command 
31175 \series bold
31176
31177 \backslash
31178 Alph
31179 \series default
31180
31181 \begin_inset Index idx
31182 status collapsed
31183
31184 \begin_layout Plain Layout
31185 Commands ! A ! 
31186 \backslash
31187 alph@
31188 \backslash
31189 Alph
31190 \end_layout
31191
31192 \end_inset
31193
31194 .
31195 \end_layout
31196
31197 \begin_layout Standard
31198 \begin_inset Note Greyedout
31199 status open
31200
31201 \begin_layout Plain Layout
31202
31203 \series bold
31204 Note:
31205 \series default
31206  Only maximal 26 formulas can be numbered with Latin letters in one document.
31207 \end_layout
31208
31209 \end_inset
31210
31211
31212 \end_layout
31213
31214 \begin_layout Standard
31215 \begin_inset ERT
31216 status collapsed
31217
31218 \begin_layout Plain Layout
31219
31220
31221 \backslash
31222 renewcommand{
31223 \backslash
31224 theequation}{
31225 \backslash
31226 roman{equation}}
31227 \end_layout
31228
31229 \end_inset
31230
31231
31232 \end_layout
31233
31234 \begin_layout Standard
31235 \begin_inset Formula \begin{equation}
31236 A=\textrm{small roman}\end{equation}
31237
31238 \end_inset
31239
31240
31241 \begin_inset ERT
31242 status collapsed
31243
31244 \begin_layout Plain Layout
31245
31246
31247 \backslash
31248 renewcommand{
31249 \backslash
31250 theequation}{
31251 \backslash
31252 Roman{equation}}
31253 \end_layout
31254
31255 \end_inset
31256
31257
31258 \begin_inset Formula \begin{equation}
31259 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
31260
31261 \end_inset
31262
31263
31264 \begin_inset ERT
31265 status collapsed
31266
31267 \begin_layout Plain Layout
31268
31269
31270 \backslash
31271 renewcommand{
31272 \backslash
31273 theequation}{
31274 \backslash
31275 alph{equation}}
31276 \end_layout
31277
31278 \end_inset
31279
31280
31281 \begin_inset Formula \begin{equation}
31282 C=\textrm{small Latin}\end{equation}
31283
31284 \end_inset
31285
31286
31287 \begin_inset ERT
31288 status collapsed
31289
31290 \begin_layout Plain Layout
31291
31292
31293 \backslash
31294 renewcommand{
31295 \backslash
31296 theequation}{
31297 \backslash
31298 Alph{equation}}
31299 \end_layout
31300
31301 \end_inset
31302
31303
31304 \begin_inset Formula \begin{equation}
31305 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
31306
31307 \end_inset
31308
31309
31310 \end_layout
31311
31312 \begin_layout Standard
31313 To switch back to the default numbering, insert the command:
31314 \end_layout
31315
31316 \begin_layout Standard
31317
31318 \series bold
31319
31320 \backslash
31321 renewcommand{
31322 \backslash
31323 theequation}{
31324 \backslash
31325 arabic{equation}}
31326 \begin_inset Index idx
31327 status collapsed
31328
31329 \begin_layout Plain Layout
31330 Commands ! A ! 
31331 \backslash
31332 arabic
31333 \end_layout
31334
31335 \end_inset
31336
31337
31338 \end_layout
31339
31340 \begin_layout Standard
31341 \begin_inset ERT
31342 status collapsed
31343
31344 \begin_layout Plain Layout
31345
31346
31347 \backslash
31348 renewcommand{
31349 \backslash
31350 theequation}{
31351 \backslash
31352 arabic{equation}}
31353 \end_layout
31354
31355 \end_inset
31356
31357
31358 \begin_inset Formula \begin{equation}
31359 E=\textrm{Arabic}\end{equation}
31360
31361 \end_inset
31362
31363
31364 \end_layout
31365
31366 \begin_layout Standard
31367 \begin_inset VSpace medskip
31368 \end_inset
31369
31370 As you see, formulas are numbered serially independent from the numbering
31371  style.
31372  When then numbering should start with 
31373 \begin_inset Quotes eld
31374 \end_inset
31375
31376 1
31377 \begin_inset Quotes erd
31378 \end_inset
31379
31380  when the style is changed, new equation counters have to be defined.
31381  A description about this can be found in the file 
31382 \begin_inset CommandInset href
31383 LatexCommand href
31384 name "Formula-numbering.lyx"
31385 target "run:Formula-numbering.lyx"
31386
31387 \end_inset
31388
31389 .
31390 \end_layout
31391
31392 \begin_layout Section
31393 Chemical Symbols and Equations
31394 \begin_inset CommandInset label
31395 LatexCommand label
31396 name "sub:Chemical-Symbols-and"
31397
31398 \end_inset
31399
31400
31401 \begin_inset Index idx
31402 status collapsed
31403
31404 \begin_layout Plain Layout
31405 Chemical characters ! Symbols
31406 \end_layout
31407
31408 \end_inset
31409
31410
31411 \begin_inset Index idx
31412 status collapsed
31413
31414 \begin_layout Plain Layout
31415 Chemical equations
31416 \end_layout
31417
31418 \end_inset
31419
31420
31421 \begin_inset Index idx
31422 status collapsed
31423
31424 \begin_layout Plain Layout
31425 Symbols ! chemical
31426 \end_layout
31427
31428 \end_inset
31429
31430
31431 \end_layout
31432
31433 \begin_layout Standard
31434 An example text from chemistry:
31435 \end_layout
31436
31437 \begin_layout Quote
31438 The 
31439 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31440 \end_inset
31441
31442 -ion reacts with two 
31443 \begin_inset Formula $\mathrm{Na^{+}}$
31444 \end_inset
31445
31446 -ions to sodium sulfate 
31447 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31448 \end_inset
31449
31450 .
31451  The chemical equation for this is:
31452 \begin_inset Formula \begin{equation}
31453 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}\end{equation}
31454
31455 \end_inset
31456
31457
31458 \end_layout
31459
31460 \begin_layout Standard
31461 This chemical equation can directly be created as formula.
31462  To avoid that the symbols appear italic, everything is highlighted and
31463  changed by the shortcut 
31464 \begin_inset Info
31465 type  "shortcut"
31466 arg   "font-roman"
31467 \end_inset
31468
31469  to the upright font style.
31470 \begin_inset Foot
31471 status collapsed
31472
31473 \begin_layout Plain Layout
31474 font styles
31475 \series bold
31476  
31477 \series default
31478 see 
31479 \begin_inset CommandInset ref
31480 LatexCommand ref
31481 reference "sub:Font-Styles"
31482
31483 \end_inset
31484
31485
31486 \end_layout
31487
31488 \end_inset
31489
31490
31491 \end_layout
31492
31493 \begin_layout Standard
31494 A more convenient way to typeset chemical formulas is to use the command
31495  
31496 \series bold
31497
31498 \backslash
31499 ce
31500 \series default
31501
31502 \begin_inset Index idx
31503 status collapsed
31504
31505 \begin_layout Plain Layout
31506 Commands ! C ! 
31507 \backslash
31508 ce
31509 \end_layout
31510
31511 \end_inset
31512
31513  that is available when the LaTeX-package 
31514 \series bold
31515 mhchem
31516 \series default
31517
31518 \begin_inset Index idx
31519 status collapsed
31520
31521 \begin_layout Plain Layout
31522 Packages ! mhchem
31523 \end_layout
31524
31525 \end_inset
31526
31527  is installed.
31528  After inserting 
31529 \series bold
31530
31531 \backslash
31532 ce
31533 \series default
31534  to a formula a new blue box appears where chemical formulas can be inserted
31535  in an intuitive way.
31536 \end_layout
31537
31538 \begin_layout Standard
31539 \align center
31540 \begin_inset Tabular
31541 <lyxtabular version="3" rows="9" columns="2">
31542 <features tabularvalignment="middle">
31543 <column alignment="center" valignment="top" width="0">
31544 <column alignment="center" valignment="top" width="0">
31545 <row>
31546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31547 \begin_inset Text
31548
31549 \begin_layout Plain Layout
31550 Command
31551 \end_layout
31552
31553 \end_inset
31554 </cell>
31555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31556 \begin_inset Text
31557
31558 \begin_layout Plain Layout
31559 Result
31560 \begin_inset Note Note
31561 status collapsed
31562
31563 \begin_layout Plain Layout
31564
31565 \series bold
31566
31567 \backslash
31568 raisebox
31569 \series default
31570  is only used as spacer.
31571 \end_layout
31572
31573 \end_inset
31574
31575
31576 \end_layout
31577
31578 \end_inset
31579 </cell>
31580 </row>
31581 <row>
31582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31583 \begin_inset Text
31584
31585 \begin_layout Plain Layout
31586
31587 \backslash
31588 ce
31589 \begin_inset ERT
31590 status collapsed
31591
31592 \begin_layout Plain Layout
31593
31594
31595 \backslash
31596 spce 
31597 \end_layout
31598
31599 \end_inset
31600
31601 H2CO3
31602 \end_layout
31603
31604 \end_inset
31605 </cell>
31606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31607 \begin_inset Text
31608
31609 \begin_layout Plain Layout
31610 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31611 \end_inset
31612
31613
31614 \end_layout
31615
31616 \end_inset
31617 </cell>
31618 </row>
31619 <row>
31620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31621 \begin_inset Text
31622
31623 \begin_layout Plain Layout
31624
31625 \backslash
31626 ce
31627 \begin_inset ERT
31628 status collapsed
31629
31630 \begin_layout Plain Layout
31631
31632
31633 \backslash
31634 spce 
31635 \end_layout
31636
31637 \end_inset
31638
31639 SO4^2-
31640 \end_layout
31641
31642 \end_inset
31643 </cell>
31644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31645 \begin_inset Text
31646
31647 \begin_layout Plain Layout
31648 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31649 \end_inset
31650
31651
31652 \end_layout
31653
31654 \end_inset
31655 </cell>
31656 </row>
31657 <row>
31658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31659 \begin_inset Text
31660
31661 \begin_layout Plain Layout
31662
31663 \backslash
31664 ce
31665 \begin_inset ERT
31666 status collapsed
31667
31668 \begin_layout Plain Layout
31669
31670
31671 \backslash
31672 spce 
31673 \end_layout
31674
31675 \end_inset
31676
31677 (NH4)2S
31678 \end_layout
31679
31680 \end_inset
31681 </cell>
31682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31683 \begin_inset Text
31684
31685 \begin_layout Plain Layout
31686 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31687 \end_inset
31688
31689
31690 \end_layout
31691
31692 \end_inset
31693 </cell>
31694 </row>
31695 <row>
31696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31697 \begin_inset Text
31698
31699 \begin_layout Plain Layout
31700
31701 \backslash
31702 ce
31703 \begin_inset ERT
31704 status collapsed
31705
31706 \begin_layout Plain Layout
31707
31708
31709 \backslash
31710 spce 
31711 \end_layout
31712
31713 \end_inset
31714
31715 KCr(SO4)2.12H2O
31716 \end_layout
31717
31718 \end_inset
31719 </cell>
31720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31721 \begin_inset Text
31722
31723 \begin_layout Plain Layout
31724 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31725 \end_inset
31726
31727
31728 \end_layout
31729
31730 \end_inset
31731 </cell>
31732 </row>
31733 <row>
31734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31735 \begin_inset Text
31736
31737 \begin_layout Plain Layout
31738
31739 \backslash
31740 ce
31741 \begin_inset ERT
31742 status collapsed
31743
31744 \begin_layout Plain Layout
31745
31746
31747 \backslash
31748 spce 
31749 \end_layout
31750
31751 \end_inset
31752
31753 A-B
31754 \backslash
31755 dbond
31756 \begin_inset ERT
31757 status collapsed
31758
31759 \begin_layout Plain Layout
31760
31761
31762 \backslash
31763 spce 
31764 \end_layout
31765
31766 \end_inset
31767
31768 C
31769 \backslash
31770 tbond
31771 \begin_inset ERT
31772 status collapsed
31773
31774 \begin_layout Plain Layout
31775
31776
31777 \backslash
31778 spce 
31779 \end_layout
31780
31781 \end_inset
31782
31783 D
31784 \end_layout
31785
31786 \end_inset
31787 </cell>
31788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31789 \begin_inset Text
31790
31791 \begin_layout Plain Layout
31792 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31793 \end_inset
31794
31795
31796 \end_layout
31797
31798 \end_inset
31799 </cell>
31800 </row>
31801 <row>
31802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31803 \begin_inset Text
31804
31805 \begin_layout Plain Layout
31806
31807 \backslash
31808 ce
31809 \begin_inset ERT
31810 status collapsed
31811
31812 \begin_layout Plain Layout
31813
31814
31815 \backslash
31816 spce 
31817 \end_layout
31818
31819 \end_inset
31820
31821 ^227
31822 \begin_inset Formula $\downarrow$
31823 \end_inset
31824
31825 _90
31826 \begin_inset Formula $\to$
31827 \end_inset
31828
31829 Th+
31830 \end_layout
31831
31832 \end_inset
31833 </cell>
31834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31835 \begin_inset Text
31836
31837 \begin_layout Plain Layout
31838 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31839 \end_inset
31840
31841
31842 \end_layout
31843
31844 \end_inset
31845 </cell>
31846 </row>
31847 <row>
31848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31849 \begin_inset Text
31850
31851 \begin_layout Plain Layout
31852
31853 \backslash
31854 ce
31855 \begin_inset ERT
31856 status collapsed
31857
31858 \begin_layout Plain Layout
31859
31860
31861 \backslash
31862 spce 
31863 \end_layout
31864
31865 \end_inset
31866
31867 CO2
31868 \begin_inset ERT
31869 status collapsed
31870
31871 \begin_layout Plain Layout
31872
31873
31874 \backslash
31875 spce 
31876 \end_layout
31877
31878 \end_inset
31879
31880 +
31881 \begin_inset ERT
31882 status collapsed
31883
31884 \begin_layout Plain Layout
31885
31886
31887 \backslash
31888 spce 
31889 \end_layout
31890
31891 \end_inset
31892
31893 C
31894 \begin_inset ERT
31895 status collapsed
31896
31897 \begin_layout Plain Layout
31898
31899
31900 \backslash
31901 spce 
31902 \end_layout
31903
31904 \end_inset
31905
31906 <=>
31907 \begin_inset ERT
31908 status collapsed
31909
31910 \begin_layout Plain Layout
31911
31912
31913 \backslash
31914 spce 
31915 \end_layout
31916
31917 \end_inset
31918
31919 2CO
31920 \end_layout
31921
31922 \end_inset
31923 </cell>
31924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31925 \begin_inset Text
31926
31927 \begin_layout Plain Layout
31928 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31929 \end_inset
31930
31931
31932 \end_layout
31933
31934 \end_inset
31935 </cell>
31936 </row>
31937 <row>
31938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31939 \begin_inset Text
31940
31941 \begin_layout Plain Layout
31942
31943 \backslash
31944 ce
31945 \begin_inset ERT
31946 status collapsed
31947
31948 \begin_layout Plain Layout
31949
31950
31951 \backslash
31952 spce 
31953 \end_layout
31954
31955 \end_inset
31956
31957 CO2
31958 \begin_inset ERT
31959 status collapsed
31960
31961 \begin_layout Plain Layout
31962
31963
31964 \backslash
31965 spce 
31966 \end_layout
31967
31968 \end_inset
31969
31970 +
31971 \begin_inset ERT
31972 status collapsed
31973
31974 \begin_layout Plain Layout
31975
31976
31977 \backslash
31978 spce 
31979 \end_layout
31980
31981 \end_inset
31982
31983 C
31984 \begin_inset ERT
31985 status collapsed
31986
31987 \begin_layout Plain Layout
31988
31989
31990 \backslash
31991 spce 
31992 \end_layout
31993
31994 \end_inset
31995
31996 ->[
31997 \backslash
31998 alpha][
31999 \backslash
32000 beta]
32001 \begin_inset ERT
32002 status collapsed
32003
32004 \begin_layout Plain Layout
32005
32006
32007 \backslash
32008 spce 
32009 \end_layout
32010
32011 \end_inset
32012
32013 2CO}
32014 \end_layout
32015
32016 \end_inset
32017 </cell>
32018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32019 \begin_inset Text
32020
32021 \begin_layout Plain Layout
32022 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32023 \end_inset
32024
32025
32026 \end_layout
32027
32028 \end_inset
32029 </cell>
32030 </row>
32031 </lyxtabular>
32032
32033 \end_inset
32034
32035
32036 \end_layout
32037
32038 \begin_layout Standard
32039 \begin_inset Note Greyedout
32040 status open
32041
32042 \begin_layout Plain Layout
32043
32044 \series bold
32045 Note:
32046 \series default
32047  Inserting a formula to a 
32048 \series bold
32049
32050 \backslash
32051 ce
32052 \series default
32053  box will lead to LaTeX errors.
32054  In this case TeX code has to be used like for 
32055 \series bold
32056
32057 \backslash
32058 ce{$
32059 \backslash
32060 mu
32061 \backslash
32062 hyphen$Cl}
32063 \series default
32064
32065 \begin_inset ERT
32066 status collapsed
32067
32068 \begin_layout Plain Layout
32069
32070
32071 \backslash
32072 ce{$
32073 \backslash
32074 mu
32075 \backslash
32076 hyphen$Cl}
32077 \end_layout
32078
32079 \end_inset
32080
32081  
32082 \end_layout
32083
32084 \end_inset
32085
32086
32087 \end_layout
32088
32089 \begin_layout Standard
32090 Using 
32091 \series bold
32092
32093 \backslash
32094 ce
32095 \series default
32096  the command for equation
32097 \begin_inset space ~
32098 \end_inset
32099
32100
32101 \begin_inset CommandInset ref
32102 LatexCommand eqref
32103 reference "eq:chem-reaction"
32104
32105 \end_inset
32106
32107  is:
32108 \begin_inset Newline newline
32109 \end_inset
32110
32111
32112 \series bold
32113  
32114 \backslash
32115 ce
32116 \begin_inset ERT
32117 status collapsed
32118
32119 \begin_layout Plain Layout
32120
32121
32122 \backslash
32123 spce 
32124 \end_layout
32125
32126 \end_inset
32127
32128 2Na+
32129 \begin_inset ERT
32130 status collapsed
32131
32132 \begin_layout Plain Layout
32133
32134
32135 \backslash
32136 spce 
32137 \end_layout
32138
32139 \end_inset
32140
32141 +
32142 \begin_inset ERT
32143 status collapsed
32144
32145 \begin_layout Plain Layout
32146
32147
32148 \backslash
32149 spce 
32150 \end_layout
32151
32152 \end_inset
32153
32154 SO4^2-
32155 \begin_inset ERT
32156 status collapsed
32157
32158 \begin_layout Plain Layout
32159
32160
32161 \backslash
32162 spce 
32163 \end_layout
32164
32165 \end_inset
32166
32167
32168 \begin_inset ERT
32169 status collapsed
32170
32171 \begin_layout Plain Layout
32172
32173
32174 \backslash
32175 spce 
32176 \end_layout
32177
32178 \end_inset
32179
32180 ->
32181 \begin_inset ERT
32182 status collapsed
32183
32184 \begin_layout Plain Layout
32185
32186
32187 \backslash
32188 spce 
32189 \end_layout
32190
32191 \end_inset
32192
32193 Na2SO4
32194 \end_layout
32195
32196 \begin_layout Standard
32197 To create multiline chemical equations first a multiline formula is created
32198  as described in 
32199 \begin_inset CommandInset ref
32200 LatexCommand ref
32201 reference "sec:Multiline-Formulas"
32202
32203 \end_inset
32204
32205 .
32206  Afterwards the command 
32207 \series bold
32208
32209 \backslash
32210 ce
32211 \series default
32212  is used in every small blue box of the formula.
32213  
32214 \begin_inset CommandInset ref
32215 LatexCommand eqref
32216 reference "eq:TEOS-reaction-1"
32217
32218 \end_inset
32219
32220  and 
32221 \begin_inset CommandInset ref
32222 LatexCommand eqref
32223 reference "eq:TEOS-reaction-2"
32224
32225 \end_inset
32226
32227  are an example of a multi-stage chemical reaction where every equation
32228  has its own number.
32229 \begin_inset Formula \begin{eqnarray}
32230 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32231 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32232 \end{eqnarray}
32233
32234 \end_inset
32235
32236
32237 \end_layout
32238
32239 \begin_layout Standard
32240 Besides 
32241 \series bold
32242
32243 \backslash
32244 ce
32245 \series default
32246  the 
32247 \series bold
32248 mhchem
32249 \series default
32250  package provides the command 
32251 \series bold
32252
32253 \backslash
32254 cf
32255 \series default
32256
32257 \begin_inset Index idx
32258 status collapsed
32259
32260 \begin_layout Plain Layout
32261 Commands ! C ! 
32262 \backslash
32263 cf
32264 \end_layout
32265
32266 \end_inset
32267
32268  that has to be used for special cases.
32269  For more information about 
32270 \series bold
32271
32272 \backslash
32273 cf
32274 \series default
32275  and more examples have a look at the documentation of 
32276 \series bold
32277 mhchem
32278 \series default
32279
32280 \begin_inset CommandInset citation
32281 LatexCommand cite
32282 key "mhchem"
32283
32284 \end_inset
32285
32286 .
32287 \end_layout
32288
32289 \begin_layout Standard
32290 \begin_inset Newpage newpage
32291 \end_inset
32292
32293
32294 \end_layout
32295
32296 \begin_layout Section
32297 Diagrams
32298 \end_layout
32299
32300 \begin_layout Standard
32301 LyX supports two types of commutative diagrams: 
32302 \series bold
32303 amscd
32304 \series default
32305  and 
32306 \series bold
32307 xymatrix
32308 \series default
32309  that are explained in the following.
32310 \end_layout
32311
32312 \begin_layout Subsection
32313 Amscd Diagrams
32314 \begin_inset Index idx
32315 status collapsed
32316
32317 \begin_layout Plain Layout
32318 Diagrams ! amscd
32319 \end_layout
32320
32321 \end_inset
32322
32323
32324 \end_layout
32325
32326 \begin_layout Standard
32327 Diagrams of this type visualize relations by vertical and horizontal lines
32328  or arrows:
32329 \begin_inset Formula \[
32330 \begin{CD}A@>>>B@>>>C\\
32331 @AAA@.@VVV\\
32332 F@<<<E@<<<D
32333 \end{CD}\]
32334
32335 \end_inset
32336
32337
32338 \end_layout
32339
32340 \begin_layout Standard
32341 To get them, the command 
32342 \series bold
32343
32344 \backslash
32345 CD
32346 \begin_inset Index idx
32347 status collapsed
32348
32349 \begin_layout Plain Layout
32350 Commands ! C ! 
32351 \backslash
32352 CD
32353 \end_layout
32354
32355 \end_inset
32356
32357
32358 \series default
32359  is inserted to a formula.
32360  A blue box appears with two dashed lines where further commands can be
32361  inserted.
32362  With 
32363 \begin_inset Info
32364 type  "shortcut"
32365 arg   "newline-insert newline"
32366 \end_inset
32367
32368  a new line is created.
32369  Horizontal relations are inserted in odd, vertical in even formula lines.
32370 \end_layout
32371
32372 \begin_layout Standard
32373 To create the relations there are the following commands:
32374 \end_layout
32375
32376 \begin_layout Itemize
32377
32378 \series bold
32379 @<<<
32380 \series default
32381  creates a left arrow, 
32382 \series bold
32383 @>>>
32384 \series default
32385  a right arrow and 
32386 \series bold
32387 @=
32388 \series default
32389  a long equal sign
32390 \end_layout
32391
32392 \begin_layout Itemize
32393
32394 \series bold
32395 @AAA
32396 \series default
32397  creates an up arrow, 
32398 \series bold
32399 @VVV
32400 \series default
32401  an down arrow and 
32402 \series bold
32403 @|
32404 \series default
32405  a vertical equal sign
32406 \end_layout
32407
32408 \begin_layout Itemize
32409
32410 \series bold
32411 @.
32412
32413 \series default
32414  is a placeholder for non-existent relations
32415 \end_layout
32416
32417 \begin_layout Standard
32418 All arrows can be labeled as follows:
32419 \end_layout
32420
32421 \begin_layout Itemize
32422 Is text inserted between the first and second < or >, resp., it is placed
32423  above the arrow.
32424  When it is inserted between the second and third one, it appears under
32425  the arrow.
32426 \end_layout
32427
32428 \begin_layout Itemize
32429 When text for vertical arrows is inserted between the first and second A
32430  or V, resp., it is placed left beside the arrow.
32431  When it is inserted between the second and third one, it appears right
32432  beside the arrow.
32433  If the text contains an A or V, these letters must be set into a TeX-brace.
32434 \end_layout
32435
32436 \begin_layout Standard
32437 As example a diagram with all possible relations:
32438 \end_layout
32439
32440 \begin_layout Standard
32441 \begin_inset Formula \[
32442 \begin{CD}A@>j>>B@>>k>C@=F\\
32443 @AmAA@.@VV{V}V@|\\
32444 D@<<j<E@>k>>F@=C
32445 \end{CD}\]
32446
32447 \end_inset
32448
32449
32450 \end_layout
32451
32452 \begin_layout Standard
32453 The command for this is:
32454 \begin_inset Newline newline
32455 \end_inset
32456
32457
32458 \series bold
32459
32460 \backslash
32461 CD
32462 \begin_inset ERT
32463 status collapsed
32464
32465 \begin_layout Plain Layout
32466
32467
32468 \backslash
32469 spce 
32470 \end_layout
32471
32472 \end_inset
32473
32474 A@>j>>B@>>k>C@=F Ctrl+Return
32475 \begin_inset Newline newline
32476 \end_inset
32477
32478
32479 \begin_inset Phantom HPhantom
32480 status open
32481
32482 \begin_layout Plain Layout
32483
32484 \series bold
32485
32486 \backslash
32487 CD
32488 \begin_inset ERT
32489 status collapsed
32490
32491 \begin_layout Plain Layout
32492
32493
32494 \backslash
32495 spce 
32496 \end_layout
32497
32498 \end_inset
32499
32500
32501 \end_layout
32502
32503 \end_inset
32504
32505 @AmAA@.@VV
32506 \backslash
32507 {V
32508 \series default
32509
32510 \begin_inset Formula $\to$
32511 \end_inset
32512
32513
32514 \series bold
32515 V@| Ctrl+Return
32516 \begin_inset Newline newline
32517 \end_inset
32518
32519
32520 \begin_inset Phantom HPhantom
32521 status open
32522
32523 \begin_layout Plain Layout
32524
32525 \series bold
32526
32527 \backslash
32528 CD
32529 \begin_inset ERT
32530 status collapsed
32531
32532 \begin_layout Plain Layout
32533
32534
32535 \backslash
32536 spce 
32537 \end_layout
32538
32539 \end_inset
32540
32541
32542 \end_layout
32543
32544 \end_inset
32545
32546 D@<<j<E@>k>>F@=C
32547 \end_layout
32548
32549 \begin_layout Subsection
32550 Xymatrix Diagrams
32551 \begin_inset Index idx
32552 status collapsed
32553
32554 \begin_layout Plain Layout
32555 Diagrams ! xymatrix
32556 \end_layout
32557
32558 \end_inset
32559
32560
32561 \end_layout
32562
32563 \begin_layout Standard
32564 To be able to use xymatrices, the LaTeX-package 
32565 \series bold
32566 xypic
32567 \series default
32568  must be installed.
32569  A xymatrix is created by inserting the command 
32570 \series bold
32571
32572 \backslash
32573 xymatrix
32574 \series default
32575  in a formula.
32576  Then you are able to add new matrix columns and rows like for normal matrices,
32577  see 
32578 \begin_inset CommandInset ref
32579 LatexCommand ref
32580 reference "sec:Matrices"
32581
32582 \end_inset
32583
32584 .
32585 \end_layout
32586
32587 \begin_layout Standard
32588 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32589  and much more.
32590  All possibilities to create commutative diagrams and decorations are explained
32591  in detail in the 
32592 \emph on
32593 XY-pic manual
32594 \emph default
32595  that you find in the menu 
32596 \family sans
32597 Help\SpecialChar \menuseparator
32598 Specific
32599 \begin_inset space ~
32600 \end_inset
32601
32602 Manuals
32603 \family default
32604 .
32605 \end_layout
32606
32607 \begin_layout Subsection
32608
32609 \noun on
32610 Feynman
32611 \noun default
32612  Diagrams
32613 \begin_inset Index idx
32614 status collapsed
32615
32616 \begin_layout Plain Layout
32617 Diagrams ! Feynman
32618 \end_layout
32619
32620 \end_inset
32621
32622
32623 \end_layout
32624
32625 \begin_layout Standard
32626 To be able to use 
32627 \noun on
32628 Feynman
32629 \noun default
32630 -diagrams, the LaTeX-package 
32631 \series bold
32632 feyn
32633 \series default
32634  must be installed.
32635  A 
32636 \noun on
32637 Feynman
32638 \noun default
32639 -diagram is created by inserting the command 
32640 \series bold
32641
32642 \backslash
32643 Diagram
32644 \series default
32645  in a formula.
32646  Then you are able to add new matrix columns and rows like for normal matrices,
32647  see 
32648 \begin_inset CommandInset ref
32649 LatexCommand ref
32650 reference "sec:Matrices"
32651
32652 \end_inset
32653
32654 .
32655 \end_layout
32656
32657 \begin_layout Standard
32658 Examples how to create 
32659 \noun on
32660 Feynman-
32661 \noun default
32662 diagrams in LyX is given in the 
32663 \emph on
32664 Feynman-diagram manual
32665 \emph default
32666  that you find in the menu 
32667 \family sans
32668 Help\SpecialChar \menuseparator
32669 Specific
32670 \begin_inset space ~
32671 \end_inset
32672
32673 Manuals
32674 \family default
32675 .
32676 \end_layout
32677
32678 \begin_layout Section
32679 User-defined Commands
32680 \begin_inset Index idx
32681 status collapsed
32682
32683 \begin_layout Plain Layout
32684 User-defined commands
32685 \end_layout
32686
32687 \end_inset
32688
32689
32690 \end_layout
32691
32692 \begin_layout Standard
32693 \begin_inset Note Greyedout
32694 status open
32695
32696 \begin_layout Plain Layout
32697
32698 \series bold
32699 Note:
32700 \series default
32701  The names of user-defined commands and macros may only consist of Latin
32702  letters.
32703 \end_layout
32704
32705 \end_inset
32706
32707
32708 \end_layout
32709
32710 \begin_layout Subsection
32711 The Command 
32712 \backslash
32713 newcommand
32714 \begin_inset CommandInset label
32715 LatexCommand label
32716 name "sub:The-Command-newcommand"
32717
32718 \end_inset
32719
32720
32721 \begin_inset Index idx
32722 status collapsed
32723
32724 \begin_layout Plain Layout
32725 User-defined commands ! 
32726 \backslash
32727 newcommand
32728 \end_layout
32729
32730 \end_inset
32731
32732
32733 \begin_inset Index idx
32734 status collapsed
32735
32736 \begin_layout Plain Layout
32737 Commands ! N ! 
32738 \backslash
32739 newcommand
32740 \end_layout
32741
32742 \end_inset
32743
32744
32745 \end_layout
32746
32747 \begin_layout Standard
32748 Many LaTeX-commands are too long to be used frequently.
32749  But it is possible to define with the command 
32750 \series bold
32751
32752 \backslash
32753 newcommand
32754 \series default
32755  new shorter commands.
32756 \end_layout
32757
32758 \begin_layout Standard
32759 The command scheme of 
32760 \series bold
32761
32762 \backslash
32763 newcommand
32764 \series default
32765  is:
32766 \end_layout
32767
32768 \begin_layout Standard
32769
32770 \series bold
32771
32772 \backslash
32773 newcommand{new command name}[number of arguments][optional
32774 \series default
32775  
32776 \series bold
32777 value]
32778 \begin_inset Newline newline
32779 \end_inset
32780
32781
32782 \begin_inset Phantom HPhantom
32783 status open
32784
32785 \begin_layout Plain Layout
32786
32787 \series bold
32788
32789 \backslash
32790 newcommand
32791 \end_layout
32792
32793 \end_inset
32794
32795 {command definition}
32796 \end_layout
32797
32798 \begin_layout Standard
32799 \begin_inset Note Greyedout
32800 status open
32801
32802 \begin_layout Plain Layout
32803
32804 \series bold
32805 Note:
32806 \series default
32807  Assure that the name of the new command is not already used in your document
32808  or by LaTeX-packages that you use.
32809  When you for example define the command 
32810 \series bold
32811
32812 \backslash
32813 le
32814 \series default
32815  for 
32816 \series bold
32817
32818 \backslash
32819 Leftarrow
32820 \series default
32821 , you get an error message because 
32822 \series bold
32823
32824 \backslash
32825 le
32826 \series default
32827  is already defined as command for 
32828 \begin_inset Quotes eld
32829 \end_inset
32830
32831
32832 \begin_inset Formula $\le$
32833 \end_inset
32834
32835
32836 \begin_inset Quotes erd
32837 \end_inset
32838
32839 .
32840 \end_layout
32841
32842 \end_inset
32843
32844
32845 \end_layout
32846
32847 \begin_layout Standard
32848 The number of arguments is an integer in the range 0
32849 \begin_inset space \thinspace{}
32850 \end_inset
32851
32852 -
32853 \begin_inset space \thinspace{}
32854 \end_inset
32855
32856 9 and specifies how many arguments the new command should have.
32857  With the optional value a value for an optional argument can be predefined.
32858  When this is done, the 
32859 \emph on
32860 first
32861 \emph default
32862  
32863 \emph on
32864 a
32865 \emph default
32866 rgument of the new command is automatically an optional one.
32867 \end_layout
32868
32869 \begin_layout Standard
32870 Here are some examples:
32871 \end_layout
32872
32873 \begin_layout Itemize
32874 To define the command 
32875 \series bold
32876
32877 \backslash
32878 gr
32879 \series default
32880  for 
32881 \series bold
32882
32883 \backslash
32884 Longrightarrow
32885 \series default
32886 , the LaTeX-preamble line is:
32887 \begin_inset VSpace medskip
32888 \end_inset
32889
32890
32891 \begin_inset Newline newline
32892 \end_inset
32893
32894
32895 \series bold
32896
32897 \backslash
32898 newcommand{
32899 \backslash
32900 gr}{
32901 \backslash
32902 Longrightarrow}
32903 \end_layout
32904
32905 \begin_layout Itemize
32906 To define the command 
32907 \series bold
32908
32909 \backslash
32910 us
32911 \series default
32912  for 
32913 \series bold
32914
32915 \backslash
32916 underline
32917 \series default
32918 , the argument (that should be underlined) must be taken into account.
32919  For this the preamble line is:
32920 \begin_inset VSpace medskip
32921 \end_inset
32922
32923
32924 \begin_inset Newline newline
32925 \end_inset
32926
32927
32928 \series bold
32929
32930 \backslash
32931 newcommand{
32932 \backslash
32933 us}[1]{
32934 \backslash
32935 underline{#1}}
32936 \series default
32937
32938 \begin_inset VSpace medskip
32939 \end_inset
32940
32941
32942 \begin_inset Newline newline
32943 \end_inset
32944
32945 The character 
32946 \series bold
32947 #
32948 \series default
32949  acts as argument placeholder, the 
32950 \series bold
32951 1
32952 \series default
32953  behind it denotes that it is the placeholder for the first argument.
32954 \end_layout
32955
32956 \begin_layout Itemize
32957 For 
32958 \series bold
32959
32960 \backslash
32961 framebox
32962 \series default
32963  one can e.
32964 \begin_inset space \thinspace{}
32965 \end_inset
32966
32967 g.
32968 \begin_inset space \space{}
32969 \end_inset
32970
32971 define the command 
32972 \series bold
32973
32974 \backslash
32975 fb
32976 \series default
32977 :
32978 \begin_inset VSpace medskip
32979 \end_inset
32980
32981
32982 \begin_inset Newline newline
32983 \end_inset
32984
32985
32986 \series bold
32987
32988 \backslash
32989 newcommand{
32990 \backslash
32991 fb}[3]{
32992 \backslash
32993 framebox#1#2{$#3$}}
32994 \series default
32995
32996 \begin_inset VSpace medskip
32997 \end_inset
32998
32999
33000 \begin_inset Newline newline
33001 \end_inset
33002
33003 The two Dollar signs creates the extra formula needed for 
33004 \series bold
33005
33006 \backslash
33007 framebox
33008 \series default
33009 , see 
33010 \begin_inset CommandInset ref
33011 LatexCommand ref
33012 reference "sub:Boxes-with-Frame"
33013
33014 \end_inset
33015
33016 .
33017 \end_layout
33018
33019 \begin_layout Itemize
33020 To create a new command for 
33021 \series bold
33022
33023 \backslash
33024 fcolorbox
33025 \series default
33026  where the color for the box needn't to be specified, the argument for the
33027  color is defined optional:
33028 \begin_inset VSpace medskip
33029 \end_inset
33030
33031
33032 \begin_inset Newline newline
33033 \end_inset
33034
33035
33036 \series bold
33037
33038 \backslash
33039 newcommand{
33040 \backslash
33041 cb}[3][white]{
33042 \backslash
33043 fcolorbox{#2}{#1}{$#3$}}
33044 \series default
33045
33046 \begin_inset VSpace medskip
33047 \end_inset
33048
33049
33050 \begin_inset Newline newline
33051 \end_inset
33052
33053 When the color is not specified when using 
33054 \series bold
33055
33056 \backslash
33057 cb
33058 \series default
33059 , the predefined color 
33060 \series bold
33061 white
33062 \series default
33063  will be used.
33064 \end_layout
33065
33066 \begin_layout Standard
33067 A test of the new defined commands:
33068 \end_layout
33069
33070 \begin_layout Standard
33071 \align center
33072 \begin_inset Tabular
33073 <lyxtabular version="3" rows="6" columns="2">
33074 <features tabularvalignment="middle">
33075 <column alignment="center" valignment="top" width="0">
33076 <column alignment="center" valignment="top" width="0">
33077 <row>
33078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33079 \begin_inset Text
33080
33081 \begin_layout Plain Layout
33082 Command
33083 \end_layout
33084
33085 \end_inset
33086 </cell>
33087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33088 \begin_inset Text
33089
33090 \begin_layout Plain Layout
33091 Result
33092 \begin_inset Note Note
33093 status collapsed
33094
33095 \begin_layout Plain Layout
33096
33097 \series bold
33098
33099 \backslash
33100 raisebox
33101 \series default
33102  is only used as spacer.
33103 \end_layout
33104
33105 \end_inset
33106
33107
33108 \end_layout
33109
33110 \end_inset
33111 </cell>
33112 </row>
33113 <row>
33114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33115 \begin_inset Text
33116
33117 \begin_layout Plain Layout
33118 A
33119 \backslash
33120 gr
33121 \begin_inset ERT
33122 status collapsed
33123
33124 \begin_layout Plain Layout
33125
33126
33127 \backslash
33128 spce 
33129 \end_layout
33130
33131 \end_inset
33132
33133 B
33134 \end_layout
33135
33136 \end_inset
33137 </cell>
33138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33139 \begin_inset Text
33140
33141 \begin_layout Plain Layout
33142 \begin_inset Formula $A\gr B$
33143 \end_inset
33144
33145
33146 \end_layout
33147
33148 \end_inset
33149 </cell>
33150 </row>
33151 <row>
33152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33153 \begin_inset Text
33154
33155 \begin_layout Plain Layout
33156
33157 \backslash
33158 us{ABcd
33159 \end_layout
33160
33161 \end_inset
33162 </cell>
33163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33164 \begin_inset Text
33165
33166 \begin_layout Plain Layout
33167 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33168 \end_inset
33169
33170
33171 \end_layout
33172
33173 \end_inset
33174 </cell>
33175 </row>
33176 <row>
33177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33178 \begin_inset Text
33179
33180 \begin_layout Plain Layout
33181
33182 \backslash
33183 fb{[2cm]
33184 \begin_inset Formula $\to$
33185 \end_inset
33186
33187
33188 \backslash
33189 {
33190 \begin_inset Formula $\to$
33191 \end_inset
33192
33193
33194 \backslash
33195 {
33196 \backslash
33197 int
33198 \begin_inset ERT
33199 status collapsed
33200
33201 \begin_layout Plain Layout
33202
33203
33204 \backslash
33205 spce 
33206 \end_layout
33207
33208 \end_inset
33209
33210 A=B
33211 \end_layout
33212
33213 \end_inset
33214 </cell>
33215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33216 \begin_inset Text
33217
33218 \begin_layout Plain Layout
33219 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33220 \end_inset
33221
33222
33223 \end_layout
33224
33225 \end_inset
33226 </cell>
33227 </row>
33228 <row>
33229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33230 \begin_inset Text
33231
33232 \begin_layout Plain Layout
33233
33234 \backslash
33235 cb{red
33236 \begin_inset Formula $\to$
33237 \end_inset
33238
33239
33240 \backslash
33241 {
33242 \backslash
33243 int
33244 \begin_inset ERT
33245 status collapsed
33246
33247 \begin_layout Plain Layout
33248
33249
33250 \backslash
33251 spce 
33252 \end_layout
33253
33254 \end_inset
33255
33256 A=B
33257 \end_layout
33258
33259 \end_inset
33260 </cell>
33261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33262 \begin_inset Text
33263
33264 \begin_layout Plain Layout
33265 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33266 \end_inset
33267
33268
33269 \end_layout
33270
33271 \end_inset
33272 </cell>
33273 </row>
33274 <row>
33275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33276 \begin_inset Text
33277
33278 \begin_layout Plain Layout
33279
33280 \backslash
33281 cb[green]
33282 \backslash
33283 {red
33284 \begin_inset Formula $\to$
33285 \end_inset
33286
33287
33288 \backslash
33289 {
33290 \backslash
33291 int
33292 \begin_inset ERT
33293 status collapsed
33294
33295 \begin_layout Plain Layout
33296
33297
33298 \backslash
33299 spce 
33300 \end_layout
33301
33302 \end_inset
33303
33304 A=B
33305 \end_layout
33306
33307 \end_inset
33308 </cell>
33309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33310 \begin_inset Text
33311
33312 \begin_layout Plain Layout
33313 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33314 \end_inset
33315
33316
33317 \end_layout
33318
33319 \end_inset
33320 </cell>
33321 </row>
33322 </lyxtabular>
33323
33324 \end_inset
33325
33326
33327 \end_layout
33328
33329 \begin_layout Subsection
33330 Math Macros
33331 \begin_inset Index idx
33332 status collapsed
33333
33334 \begin_layout Plain Layout
33335 User-defined commands! Math macros
33336 \end_layout
33337
33338 \end_inset
33339
33340
33341 \begin_inset Index idx
33342 status collapsed
33343
33344 \begin_layout Plain Layout
33345 Macros
33346 \end_layout
33347
33348 \end_inset
33349
33350
33351 \end_layout
33352
33353 \begin_layout Standard
33354 User-defined commands are especially convenient for complex expressions.
33355  When you are for example dealing in a document with quadratic equations,
33356  the same solution type occurs several times.
33357  The general form of a quadratic equation is
33358 \begin_inset Formula \[
33359 0=\lambda^{2}+p\lambda+q\]
33360
33361 \end_inset
33362
33363 The general form of the solution is
33364 \begin_inset Formula \[
33365 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
33366
33367 \end_inset
33368
33369
33370 \end_layout
33371
33372 \begin_layout Standard
33373 To define a command for the solution formula where only the three parameters
33374  
33375 \begin_inset Formula $\lambda$
33376 \end_inset
33377
33378
33379 \begin_inset Formula $p$
33380 \end_inset
33381
33382  and 
33383 \begin_inset Formula $q$
33384 \end_inset
33385
33386  need to be specified and the index of 
33387 \begin_inset Formula $\lambda$
33388 \end_inset
33389
33390  can be given optionally, the LaTeX-preamble line is
33391 \begin_inset Newline newline
33392 \end_inset
33393
33394
33395 \series bold
33396
33397 \backslash
33398 newcommand{
33399 \backslash
33400 qG}[4][1,
33401 \backslash
33402 ,2]{#2_{#1}=-
33403 \backslash
33404 frac{#3}{2}
33405 \backslash
33406 pm
33407 \begin_inset Newline newline
33408 \end_inset
33409
33410
33411 \begin_inset Phantom HPhantom
33412 status open
33413
33414 \begin_layout Plain Layout
33415
33416 \series bold
33417
33418 \backslash
33419 newcommand
33420 \end_layout
33421
33422 \end_inset
33423
33424
33425 \backslash
33426 sqrt{
33427 \backslash
33428 frac{#3^{2}}{4}-#4}}
33429 \end_layout
33430
33431 \begin_layout Standard
33432 To create with this the solution formula, the command
33433 \begin_inset Newline newline
33434 \end_inset
33435
33436
33437 \series bold
33438
33439 \backslash
33440 qG{
33441 \backslash
33442 lambda
33443 \begin_inset Formula $\to$
33444 \end_inset
33445
33446
33447 \backslash
33448 {p
33449 \begin_inset Formula $\to$
33450 \end_inset
33451
33452
33453 \backslash
33454 {q
33455 \series default
33456  is inserted to a formula
33457 \series bold
33458 .
33459 \end_layout
33460
33461 \begin_layout Standard
33462 The definition of the new command is unintuitive because one has to know
33463  the schemes of all used LaTeX commands, e.
33464 \begin_inset space \thinspace{}
33465 \end_inset
33466
33467 g.
33468 \begin_inset space \space{}
33469 \end_inset
33470
33471 that a fraction is inserted in LaTeX as 
33472 \series bold
33473
33474 \backslash
33475 frac{numerator}{denominator}
33476 \series default
33477 .
33478  Furthermore one can easily forget a brace in the definition and cannot
33479  see in LyX what the new command is doing.
33480  To avoid these problems LyX offers the possibility to use math macros instead
33481  of the command 
33482 \series bold
33483
33484 \backslash
33485 newcommand
33486 \series default
33487 .
33488 \end_layout
33489
33490 \begin_layout Standard
33491 A math macro is created by using the menu 
33492 \family sans
33493 Insert\SpecialChar \menuseparator
33494 Math\SpecialChar \menuseparator
33495 Macro
33496 \family default
33497  or the toolbar button 
33498 \begin_inset Graphics
33499         filename ../images/math-macro_newmacroname_newcommand.png
33500         scale 85
33501
33502 \end_inset
33503
33504 .
33505  The math macro toolbar appears together with the following box where the
33506  macro is defined:
33507 \begin_inset Newline newline
33508 \end_inset
33509
33510
33511 \begin_inset space \hspace*{\fill}
33512 \end_inset
33513
33514
33515 \begin_inset Graphics
33516         filename clipart/macrobox.png
33517
33518 \end_inset
33519
33520
33521 \begin_inset space \hspace*{\fill}
33522 \end_inset
33523
33524
33525 \begin_inset Newline newline
33526 \end_inset
33527
33528
33529 \begin_inset FormulaMacro
33530 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33531 \end_inset
33532
33533
33534 \backslash
33535 newmacroname is the default name of the macro that should be changed to
33536  something sensible.
33537  The wanted formula is inserted in the first blue box.
33538  An argument placeholder is inserted with the command 
33539 \series bold
33540
33541 \backslash
33542 #argumentnumber
33543 \series default
33544 , e.
33545 \begin_inset space \thinspace{}
33546 \end_inset
33547
33548 g
33549 \begin_inset space \space{}
33550 \end_inset
33551
33552
33553 \series bold
33554
33555 \backslash
33556 #1
33557 \series default
33558  or by using the macro toolbar button 
33559 \begin_inset Graphics
33560         filename ../images/math-macro-add-param.png
33561         scale 85
33562
33563 \end_inset
33564
33565 .
33566  Argument placeholders are displayed red.
33567  Maximum 9 arguments are possible.
33568  Optional arguments are created with the toolbar button 
33569 \begin_inset Graphics
33570         filename ../images/math-macro-add-optional-param.png
33571         scale 85
33572
33573 \end_inset
33574
33575 .
33576  The first non-optional argument can be transformed to an optional one with
33577  the toolbar button 
33578 \begin_inset Graphics
33579         filename ../images/math-macro-make-optional.png
33580         scale 85
33581
33582 \end_inset
33583
33584 .
33585  In the second blue box the appearance of the macro in LyX can be defined.
33586  Normally you want to see it as it is defined, so the box is kept empty.
33587  But when you have created a macro that needs lot of space on the screen,
33588  you can insert in the box for example
33589 \begin_inset Newline newline
33590 \end_inset
33591
33592
33593 \series bold
33594 qG: 
33595 \backslash
33596 #1
33597 \series default
33598  
33599 \series bold
33600 ,
33601 \series default
33602  
33603 \series bold
33604
33605 \backslash
33606 #2
33607 \series default
33608  
33609 \series bold
33610 ,
33611 \series default
33612  
33613 \series bold
33614
33615 \backslash
33616 #3, 
33617 \backslash
33618 #4
33619 \begin_inset Newline newline
33620 \end_inset
33621
33622
33623 \series default
33624 For the macro only the arguments with the macro name in front of them will
33625  then be displayed in LyX, leading to a better overview.
33626  The formula appears in the output as defined in the first box.
33627 \begin_inset Newline newline
33628 \end_inset
33629
33630 The appearance of macros in formulas can furthermore be changed for single
33631  macros by setting the cursor in the macro and using the menu 
33632 \family sans
33633 View\SpecialChar \menuseparator
33634 (Un)fold
33635 \begin_inset space ~
33636 \end_inset
33637
33638 Math
33639 \begin_inset space ~
33640 \end_inset
33641
33642 Macro
33643 \family default
33644 .
33645 \end_layout
33646
33647 \begin_layout Standard
33648 To use a macro, the macro name is inserted as command to a formula, in our
33649  case 
33650 \series bold
33651
33652 \backslash
33653 qG
33654 \series default
33655 .
33656  Our macro looks in LyX like this:
33657 \begin_inset Newline newline
33658 \end_inset
33659
33660
33661 \begin_inset space \hspace*{\fill}
33662 \end_inset
33663
33664
33665 \begin_inset Graphics
33666         filename clipart/macrouse.png
33667
33668 \end_inset
33669
33670
33671 \begin_inset space \hspace*{\fill}
33672 \end_inset
33673
33674
33675 \begin_inset Newline newline
33676 \end_inset
33677
33678 Here is our macro example with the arguments 
33679 \begin_inset Formula $x$
33680 \end_inset
33681
33682
33683 \begin_inset Formula $\ln(x)$
33684 \end_inset
33685
33686  and 
33687 \begin_inset Formula $B$
33688 \end_inset
33689
33690 :
33691 \end_layout
33692
33693 \begin_layout Standard
33694 \begin_inset Formula \[
33695 \qG x{\ln(x)}B\]
33696
33697 \end_inset
33698
33699
33700 \end_layout
33701
33702 \begin_layout Standard
33703 LyX offers in the menu 
33704 \family sans
33705 Tools\SpecialChar \menuseparator
33706 Preferences\SpecialChar \menuseparator
33707 Editing\SpecialChar \menuseparator
33708 Control
33709 \family default
33710  different styles to edit macros.
33711  To find the style that suits you the most, choose a style and set the cursor
33712  in a macro formula to see the difference.
33713 \end_layout
33714
33715 \begin_layout Standard
33716 A math macro is transformed internally to a 
33717 \series bold
33718
33719 \backslash
33720 newcommand
33721 \series default
33722  command when exporting the document.
33723  The created 
33724 \series bold
33725
33726 \backslash
33727 newcommand
33728 \series default
33729  command is not placed in the LaTeX-preamble, therefore macros can only
33730  be used in formulas that are in the document below the macro definition
33731  box.
33732 \end_layout
33733
33734 \begin_layout Standard
33735 Math macros can also be directly be created from a 
33736 \series bold
33737
33738 \backslash
33739 newcommand
33740 \series default
33741  command.
33742  When writing for example the command
33743 \series bold
33744
33745 \begin_inset Newline newline
33746 \end_inset
33747
33748
33749 \backslash
33750 newcommand{
33751 \backslash
33752 larrow}[2]{
33753 \backslash
33754 xleftarrow[#2]{#1}}
33755 \begin_inset Newline newline
33756 \end_inset
33757
33758
33759 \series default
33760 in LyX as normal text, highlighting it completely and using then the shortcut
33761  
33762 \family sans
33763 Ctrl+M
33764 \family default
33765 , the command will be transformed to a math macro.
33766  Using this method you need to be careful that the 
33767 \series bold
33768
33769 \backslash
33770 newcommand
33771 \series default
33772  command is typed correctly, otherwise you get a faulty macro leading to
33773  LaTeX errors.
33774 \end_layout
33775
33776 \begin_layout Standard
33777 Math macros currently yet have the problem that further formulas in macro
33778  definitions are handled wrongly.
33779  Therefore the example 
33780 \series bold
33781
33782 \backslash
33783 fb
33784 \series default
33785  from 
33786 \begin_inset CommandInset ref
33787 LatexCommand ref
33788 reference "sub:The-Command-newcommand"
33789
33790 \end_inset
33791
33792  cannot be created as macro.
33793 \end_layout
33794
33795 \begin_layout Standard
33796 When the cursor is in a macro definition box, you will see the macro toolbar
33797  in LyX:
33798 \end_layout
33799
33800 \begin_layout Standard
33801 \begin_inset VSpace defskip
33802 \end_inset
33803
33804
33805 \end_layout
33806
33807 \begin_layout Standard
33808 \begin_inset Graphics
33809         filename clipart/MacroToolbar.png
33810
33811 \end_inset
33812
33813
33814 \begin_inset Index idx
33815 status collapsed
33816
33817 \begin_layout Plain Layout
33818 Macros ! Toolbar
33819 \end_layout
33820
33821 \end_inset
33822
33823
33824 \end_layout
33825
33826 \begin_layout Standard
33827 \begin_inset VSpace defskip
33828 \end_inset
33829
33830
33831 \end_layout
33832
33833 \begin_layout Standard
33834 The macro toolbar contains from left to right the following buttons:
33835 \end_layout
33836
33837 \begin_layout Standard
33838 \begin_inset VSpace defskip
33839 \end_inset
33840
33841
33842 \end_layout
33843
33844 \begin_layout Standard
33845 \begin_inset Tabular
33846 <lyxtabular version="3" rows="9" columns="2">
33847 <features islongtable="true" longtabularalignment="center">
33848 <column alignment="left" valignment="top" width="0">
33849 <column alignment="left" valignment="top" width="85col%">
33850 <row interlinespace="2.5mm">
33851 <cell alignment="center" valignment="top" usebox="none">
33852 \begin_inset Text
33853
33854 \begin_layout Plain Layout
33855 \begin_inset Graphics
33856         filename ../images/math-macro-remove-param.png
33857         BoundingBox 0bp 5bp 20bp 25bp
33858         rotateOrigin center
33859
33860 \end_inset
33861
33862
33863 \end_layout
33864
33865 \end_inset
33866 </cell>
33867 <cell alignment="center" valignment="top" usebox="none">
33868 \begin_inset Text
33869
33870 \begin_layout Plain Layout
33871
33872 \family sans
33873 Edit\SpecialChar \menuseparator
33874 Math\SpecialChar \menuseparator
33875 Macro
33876 \begin_inset space ~
33877 \end_inset
33878
33879 Definition\SpecialChar \menuseparator
33880 Remove Last Argument
33881 \end_layout
33882
33883 \end_inset
33884 </cell>
33885 </row>
33886 <row interlinespace="2.5mm">
33887 <cell alignment="center" valignment="top" usebox="none">
33888 \begin_inset Text
33889
33890 \begin_layout Plain Layout
33891 \begin_inset Graphics
33892         filename ../images/math-macro-add-param.png
33893         BoundingBox 0bp 5bp 20bp 25bp
33894         rotateOrigin center
33895
33896 \end_inset
33897
33898
33899 \end_layout
33900
33901 \end_inset
33902 </cell>
33903 <cell alignment="center" valignment="top" usebox="none">
33904 \begin_inset Text
33905
33906 \begin_layout Plain Layout
33907
33908 \family sans
33909 Edit\SpecialChar \menuseparator
33910 Math\SpecialChar \menuseparator
33911 Macro
33912 \begin_inset space ~
33913 \end_inset
33914
33915 Definition\SpecialChar \menuseparator
33916 Append Argument
33917 \end_layout
33918
33919 \end_inset
33920 </cell>
33921 </row>
33922 <row interlinespace="2.5mm">
33923 <cell alignment="center" valignment="top" usebox="none">
33924 \begin_inset Text
33925
33926 \begin_layout Plain Layout
33927 \begin_inset Graphics
33928         filename ../images/math-macro-make-optional.png
33929         BoundingBox 0bp 5bp 20bp 25bp
33930         rotateOrigin center
33931
33932 \end_inset
33933
33934
33935 \end_layout
33936
33937 \end_inset
33938 </cell>
33939 <cell alignment="center" valignment="top" usebox="none">
33940 \begin_inset Text
33941
33942 \begin_layout Plain Layout
33943
33944 \family sans
33945 Edit\SpecialChar \menuseparator
33946 Math\SpecialChar \menuseparator
33947 Macro
33948 \begin_inset space ~
33949 \end_inset
33950
33951 Definition\SpecialChar \menuseparator
33952 Make First Non-Optional into
33953 \begin_inset Newline newline
33954 \end_inset
33955
33956
33957 \begin_inset Phantom HPhantom
33958 status open
33959
33960 \begin_layout Plain Layout
33961
33962 \family sans
33963 Edit\SpecialChar \menuseparator
33964 Math\SpecialChar \menuseparator
33965 Macro
33966 \begin_inset space ~
33967 \end_inset
33968
33969 Definition\SpecialChar \menuseparator
33970
33971 \end_layout
33972
33973 \end_inset
33974
33975 Optional Argument
33976 \end_layout
33977
33978 \end_inset
33979 </cell>
33980 </row>
33981 <row interlinespace="2.5mm">
33982 <cell alignment="center" valignment="top" usebox="none">
33983 \begin_inset Text
33984
33985 \begin_layout Plain Layout
33986 \begin_inset Graphics
33987         filename ../images/math-macro-make-nonoptional.png
33988         BoundingBox 0bp 5bp 20bp 25bp
33989         rotateOrigin center
33990
33991 \end_inset
33992
33993
33994 \end_layout
33995
33996 \end_inset
33997 </cell>
33998 <cell alignment="center" valignment="top" usebox="none">
33999 \begin_inset Text
34000
34001 \begin_layout Plain Layout
34002
34003 \family sans
34004 Edit\SpecialChar \menuseparator
34005 Math\SpecialChar \menuseparator
34006 Macro
34007 \begin_inset space ~
34008 \end_inset
34009
34010 Definition\SpecialChar \menuseparator
34011 Make Last Optional into
34012 \begin_inset Newline newline
34013 \end_inset
34014
34015
34016 \begin_inset Phantom HPhantom
34017 status open
34018
34019 \begin_layout Plain Layout
34020
34021 \family sans
34022 Edit\SpecialChar \menuseparator
34023 Math\SpecialChar \menuseparator
34024 Macro
34025 \begin_inset space ~
34026 \end_inset
34027
34028 Definition\SpecialChar \menuseparator
34029
34030 \end_layout
34031
34032 \end_inset
34033
34034 Non-Optional Argument
34035 \end_layout
34036
34037 \end_inset
34038 </cell>
34039 </row>
34040 <row interlinespace="2.5mm">
34041 <cell alignment="center" valignment="top" usebox="none">
34042 \begin_inset Text
34043
34044 \begin_layout Plain Layout
34045 \begin_inset Graphics
34046         filename ../images/math-macro-remove-optional-param.png
34047         BoundingBox 0bp 5bp 20bp 25bp
34048         rotateOrigin center
34049
34050 \end_inset
34051
34052
34053 \end_layout
34054
34055 \end_inset
34056 </cell>
34057 <cell alignment="center" valignment="top" usebox="none">
34058 \begin_inset Text
34059
34060 \begin_layout Plain Layout
34061
34062 \family sans
34063 Edit\SpecialChar \menuseparator
34064 Math\SpecialChar \menuseparator
34065 Macro
34066 \begin_inset space ~
34067 \end_inset
34068
34069 Definition\SpecialChar \menuseparator
34070 Remove Optional Argument
34071 \end_layout
34072
34073 \end_inset
34074 </cell>
34075 </row>
34076 <row interlinespace="2.5mm">
34077 <cell alignment="center" valignment="top" usebox="none">
34078 \begin_inset Text
34079
34080 \begin_layout Plain Layout
34081 \begin_inset Graphics
34082         filename ../images/math-macro-add-optional-param.png
34083         BoundingBox 0bp 5bp 20bp 25bp
34084         rotateOrigin center
34085
34086 \end_inset
34087
34088
34089 \end_layout
34090
34091 \end_inset
34092 </cell>
34093 <cell alignment="center" valignment="top" usebox="none">
34094 \begin_inset Text
34095
34096 \begin_layout Plain Layout
34097
34098 \family sans
34099 Edit\SpecialChar \menuseparator
34100 Math\SpecialChar \menuseparator
34101 Macro
34102 \begin_inset space ~
34103 \end_inset
34104
34105 Definition\SpecialChar \menuseparator
34106 Insert Optional Argument
34107 \end_layout
34108
34109 \end_inset
34110 </cell>
34111 </row>
34112 <row interlinespace="2.5mm">
34113 <cell alignment="center" valignment="top" usebox="none">
34114 \begin_inset Text
34115
34116 \begin_layout Plain Layout
34117 \begin_inset Graphics
34118         filename ../images/math-macro-remove-greedy-param.png
34119         BoundingBox 0bp 5bp 20bp 25bp
34120         rotateOrigin center
34121
34122 \end_inset
34123
34124
34125 \end_layout
34126
34127 \end_inset
34128 </cell>
34129 <cell alignment="center" valignment="top" usebox="none">
34130 \begin_inset Text
34131
34132 \begin_layout Plain Layout
34133
34134 \family sans
34135 Edit\SpecialChar \menuseparator
34136 Math\SpecialChar \menuseparator
34137 Macro
34138 \begin_inset space ~
34139 \end_inset
34140
34141 Definition\SpecialChar \menuseparator
34142 Remove Last Argument
34143 \begin_inset Newline newline
34144 \end_inset
34145
34146
34147 \begin_inset Phantom HPhantom
34148 status open
34149
34150 \begin_layout Plain Layout
34151
34152 \family sans
34153 Edit\SpecialChar \menuseparator
34154 Math\SpecialChar \menuseparator
34155 Macro
34156 \begin_inset space ~
34157 \end_inset
34158
34159 Definition\SpecialChar \menuseparator
34160
34161 \end_layout
34162
34163 \end_inset
34164
34165 Spitting Out To The Right
34166 \end_layout
34167
34168 \end_inset
34169 </cell>
34170 </row>
34171 <row interlinespace="2.5mm">
34172 <cell alignment="center" valignment="top" usebox="none">
34173 \begin_inset Text
34174
34175 \begin_layout Plain Layout
34176 \begin_inset Graphics
34177         filename ../images/math-macro-append-greedy-param.png
34178         BoundingBox 0bp 5bp 20bp 25bp
34179         rotateOrigin center
34180
34181 \end_inset
34182
34183
34184 \end_layout
34185
34186 \end_inset
34187 </cell>
34188 <cell alignment="center" valignment="top" usebox="none">
34189 \begin_inset Text
34190
34191 \begin_layout Plain Layout
34192
34193 \family sans
34194 Edit\SpecialChar \menuseparator
34195 Math\SpecialChar \menuseparator
34196 Macro
34197 \begin_inset space ~
34198 \end_inset
34199
34200 Definition\SpecialChar \menuseparator
34201 Append Argument
34202 \begin_inset Newline newline
34203 \end_inset
34204
34205
34206 \begin_inset Phantom HPhantom
34207 status open
34208
34209 \begin_layout Plain Layout
34210
34211 \family sans
34212 Edit\SpecialChar \menuseparator
34213 Math\SpecialChar \menuseparator
34214 Macro
34215 \begin_inset space ~
34216 \end_inset
34217
34218 Definition\SpecialChar \menuseparator
34219
34220 \end_layout
34221
34222 \end_inset
34223
34224 Eating From The Right
34225 \end_layout
34226
34227 \end_inset
34228 </cell>
34229 </row>
34230 <row interlinespace="2.5mm">
34231 <cell alignment="center" valignment="top" usebox="none">
34232 \begin_inset Text
34233
34234 \begin_layout Plain Layout
34235 \begin_inset Graphics
34236         filename ../images/math-macro-add-greedy-optional-param.png
34237         BoundingBox 0bp 5bp 20bp 25bp
34238         rotateOrigin center
34239
34240 \end_inset
34241
34242
34243 \end_layout
34244
34245 \end_inset
34246 </cell>
34247 <cell alignment="center" valignment="top" usebox="none">
34248 \begin_inset Text
34249
34250 \begin_layout Plain Layout
34251
34252 \family sans
34253 Edit\SpecialChar \menuseparator
34254 Math\SpecialChar \menuseparator
34255 Macro
34256 \begin_inset space ~
34257 \end_inset
34258
34259 Definition\SpecialChar \menuseparator
34260 Append Optional Argument
34261 \begin_inset Newline newline
34262 \end_inset
34263
34264
34265 \begin_inset Phantom HPhantom
34266 status open
34267
34268 \begin_layout Plain Layout
34269
34270 \family sans
34271 Edit\SpecialChar \menuseparator
34272 Math\SpecialChar \menuseparator
34273 Macro
34274 \begin_inset space ~
34275 \end_inset
34276
34277 Definition\SpecialChar \menuseparator
34278
34279 \end_layout
34280
34281 \end_inset
34282
34283 Eating From The Right
34284 \end_layout
34285
34286 \end_inset
34287 </cell>
34288 </row>
34289 </lyxtabular>
34290
34291 \end_inset
34292
34293
34294 \end_layout
34295
34296 \begin_layout Standard
34297 \begin_inset Newpage newpage
34298 \end_inset
34299
34300
34301 \end_layout
34302
34303 \begin_layout Section
34304 Tips
34305 \begin_inset Index idx
34306 status collapsed
34307
34308 \begin_layout Plain Layout
34309 Tips
34310 \end_layout
34311
34312 \end_inset
34313
34314
34315 \end_layout
34316
34317 \begin_layout Subsection
34318 Negative Numbers
34319 \begin_inset Index idx
34320 status collapsed
34321
34322 \begin_layout Plain Layout
34323 Numbers ! negative
34324 \end_layout
34325
34326 \end_inset
34327
34328
34329 \end_layout
34330
34331 \begin_layout Standard
34332 Negative numbers often look ugly in formulas because the minus sign before
34333  the number is set with the same length as the minus operator sign.
34334  When writing the negative number in normal text, the minus sign appears
34335  correctly.
34336 \end_layout
34337
34338 \begin_layout Standard
34339 Thus, the problem disappears when converting the minus sign to mathematical
34340  text.
34341 \end_layout
34342
34343 \begin_layout Standard
34344 An example to visualize the problem:
34345 \end_layout
34346
34347 \begin_layout Standard
34348 \align center
34349 \begin_inset Tabular
34350 <lyxtabular version="3" rows="3" columns="2">
34351 <features tabularvalignment="middle">
34352 <column alignment="right" valignment="top" width="0">
34353 <column alignment="left" valignment="top" width="0">
34354 <row>
34355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34356 \begin_inset Text
34357
34358 \begin_layout Plain Layout
34359 normal text:
34360 \end_layout
34361
34362 \end_inset
34363 </cell>
34364 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34365 \begin_inset Text
34366
34367 \begin_layout Plain Layout
34368 x = -2
34369 \end_layout
34370
34371 \end_inset
34372 </cell>
34373 </row>
34374 <row>
34375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34376 \begin_inset Text
34377
34378 \begin_layout Plain Layout
34379 formula:
34380 \end_layout
34381
34382 \end_inset
34383 </cell>
34384 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34385 \begin_inset Text
34386
34387 \begin_layout Plain Layout
34388 \begin_inset Formula $x=-2$
34389 \end_inset
34390
34391
34392 \end_layout
34393
34394 \end_inset
34395 </cell>
34396 </row>
34397 <row>
34398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34399 \begin_inset Text
34400
34401 \begin_layout Plain Layout
34402 solution:
34403 \end_layout
34404
34405 \end_inset
34406 </cell>
34407 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34408 \begin_inset Text
34409
34410 \begin_layout Plain Layout
34411 \begin_inset Formula $x=\textrm{-}2$
34412 \end_inset
34413
34414
34415 \end_layout
34416
34417 \end_inset
34418 </cell>
34419 </row>
34420 </lyxtabular>
34421
34422 \end_inset
34423
34424
34425 \end_layout
34426
34427 \begin_layout Subsection
34428 Comma as decimal Separator
34429 \begin_inset Index idx
34430 status collapsed
34431
34432 \begin_layout Plain Layout
34433 Comma
34434 \end_layout
34435
34436 \end_inset
34437
34438
34439 \end_layout
34440
34441 \begin_layout Standard
34442 In LaTeX a comma inside a formula is used, according to the English convention,
34443  as number group separator.
34444  So there will be space added behind all commas in formulas.
34445 \end_layout
34446
34447 \begin_layout Standard
34448 To avoid this, the comma is highlighted and changed to mathematical text
34449  (shortcut 
34450 \begin_inset Info
34451 type  "shortcut"
34452 arg   "math-mode"
34453 \end_inset
34454
34455 ).
34456 \end_layout
34457
34458 \begin_layout Standard
34459 To use all formula commas in the document as decimal separator, the file
34460  
34461 \series bold
34462 icomma.sty
34463 \series default
34464
34465 \begin_inset Foot
34466 status collapsed
34467
34468 \begin_layout Plain Layout
34469
34470 \series bold
34471 icomma
34472 \series default
34473  is part of the LaTeX-package 
34474 \series bold
34475 was
34476 \series default
34477
34478 \begin_inset Index idx
34479 status collapsed
34480
34481 \begin_layout Plain Layout
34482 Packages ! was
34483 \begin_inset ERT
34484 status collapsed
34485
34486 \begin_layout Plain Layout
34487
34488
34489 \backslash
34490 vspace{4mm}
34491 \end_layout
34492
34493 \end_inset
34494
34495
34496 \end_layout
34497
34498 \end_inset
34499
34500 .
34501 \end_layout
34502
34503 \end_inset
34504
34505
34506 \begin_inset Index idx
34507 status collapsed
34508
34509 \begin_layout Plain Layout
34510 Packages ! icomma
34511 \end_layout
34512
34513 \end_inset
34514
34515  is loaded with the LaTeX-preamble line
34516 \end_layout
34517
34518 \begin_layout Standard
34519
34520 \series bold
34521
34522 \backslash
34523 usepackage{icomma}
34524 \end_layout
34525
34526 \begin_layout Subsection
34527 Physical Vectors
34528 \begin_inset CommandInset label
34529 LatexCommand label
34530 name "sub:Physical-Vectors"
34531
34532 \end_inset
34533
34534
34535 \begin_inset Index idx
34536 status collapsed
34537
34538 \begin_layout Plain Layout
34539 Vectors ! physical
34540 \end_layout
34541
34542 \end_inset
34543
34544
34545 \end_layout
34546
34547 \begin_layout Standard
34548 Predefined vectors are offered by the LaTeX-package 
34549 \series bold
34550 braket
34551 \series default
34552
34553 \begin_inset Index idx
34554 status collapsed
34555
34556 \begin_layout Plain Layout
34557 Packages ! braket
34558 \end_layout
34559
34560 \end_inset
34561
34562  that is loaded with the LaTeX-preamble line
34563 \end_layout
34564
34565 \begin_layout Standard
34566
34567 \series bold
34568
34569 \backslash
34570 usepackage{braket}
34571 \end_layout
34572
34573 \begin_layout Standard
34574 \begin_inset ERT
34575 status collapsed
34576
34577 \begin_layout Plain Layout
34578
34579
34580 \backslash
34581 ifbraket 
34582 \end_layout
34583
34584 \end_inset
34585
34586
34587 \begin_inset Note Note
34588 status open
34589
34590 \begin_layout Plain Layout
34591 The following table will only be displayed when the LaTeX-package 
34592 \series bold
34593 braket
34594 \series default
34595  is installed.
34596 \end_layout
34597
34598 \end_inset
34599
34600
34601 \end_layout
34602
34603 \begin_layout Standard
34604 The following commands are defined:
34605 \end_layout
34606
34607 \begin_layout Standard
34608 \align center
34609 \begin_inset Tabular
34610 <lyxtabular version="3" rows="4" columns="2">
34611 <features tabularvalignment="middle">
34612 <column alignment="center" valignment="top" width="0">
34613 <column alignment="center" valignment="top" width="0">
34614 <row>
34615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34616 \begin_inset Text
34617
34618 \begin_layout Plain Layout
34619 Command
34620 \end_layout
34621
34622 \end_inset
34623 </cell>
34624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34625 \begin_inset Text
34626
34627 \begin_layout Plain Layout
34628 Result
34629 \end_layout
34630
34631 \end_inset
34632 </cell>
34633 </row>
34634 <row>
34635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34636 \begin_inset Text
34637
34638 \begin_layout Plain Layout
34639
34640 \backslash
34641 Bra{
34642 \backslash
34643 psi
34644 \end_layout
34645
34646 \end_inset
34647 </cell>
34648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34649 \begin_inset Text
34650
34651 \begin_layout Plain Layout
34652 \begin_inset Formula $\Bra{\psi}$
34653 \end_inset
34654
34655
34656 \end_layout
34657
34658 \end_inset
34659 </cell>
34660 </row>
34661 <row>
34662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34663 \begin_inset Text
34664
34665 \begin_layout Plain Layout
34666
34667 \backslash
34668 Ket{
34669 \backslash
34670 psi
34671 \end_layout
34672
34673 \end_inset
34674 </cell>
34675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34676 \begin_inset Text
34677
34678 \begin_layout Plain Layout
34679 \begin_inset Formula $\Ket{\psi}$
34680 \end_inset
34681
34682
34683 \end_layout
34684
34685 \end_inset
34686 </cell>
34687 </row>
34688 <row>
34689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34690 \begin_inset Text
34691
34692 \begin_layout Plain Layout
34693
34694 \backslash
34695 Braket{
34696 \backslash
34697 psi|
34698 \backslash
34699 phi
34700 \end_layout
34701
34702 \end_inset
34703 </cell>
34704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34705 \begin_inset Text
34706
34707 \begin_layout Plain Layout
34708 \begin_inset Formula $\Braket{\psi|\phi}$
34709 \end_inset
34710
34711
34712 \end_layout
34713
34714 \end_inset
34715 </cell>
34716 </row>
34717 </lyxtabular>
34718
34719 \end_inset
34720
34721
34722 \end_layout
34723
34724 \begin_layout Standard
34725 The command 
34726 \series bold
34727
34728 \backslash
34729 Braket
34730 \series default
34731  assures that all vertical bars are set in the size of the surrounding brackets:
34732 \begin_inset Formula \[
34733 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34734
34735 \end_inset
34736
34737
34738 \begin_inset ERT
34739 status collapsed
34740
34741 \begin_layout Plain Layout
34742
34743
34744 \backslash
34745 else 
34746 \end_layout
34747
34748 \end_inset
34749
34750
34751 \begin_inset Note Note
34752 status open
34753
34754 \begin_layout Plain Layout
34755 The following will be displayed when the LaTeX-package 
34756 \series bold
34757 braket
34758 \series default
34759  is not installed:
34760 \end_layout
34761
34762 \end_inset
34763
34764
34765 \end_layout
34766
34767 \begin_layout Standard
34768 You need to install the LaTeX-package 
34769 \series bold
34770 braket
34771 \series default
34772  to see the rest of this subsection in the output.
34773 \end_layout
34774
34775 \begin_layout Standard
34776 \begin_inset ERT
34777 status collapsed
34778
34779 \begin_layout Plain Layout
34780
34781
34782 \backslash
34783 fi 
34784 \end_layout
34785
34786 \end_inset
34787
34788
34789 \end_layout
34790
34791 \begin_layout Standard
34792 The effect of 
34793 \series bold
34794
34795 \backslash
34796 Braket
34797 \series default
34798  can also be achieved using the command 
34799 \series bold
34800
34801 \backslash
34802 middle
34803 \series default
34804 , that is described in 
34805 \begin_inset CommandInset ref
34806 LatexCommand ref
34807 reference "sub:Automatic-Bracket-Size"
34808
34809 \end_inset
34810
34811 .
34812 \end_layout
34813
34814 \begin_layout Subsection
34815 Self-defined Fractions
34816 \begin_inset CommandInset label
34817 LatexCommand label
34818 name "sub:Self-defined-Fractions"
34819
34820 \end_inset
34821
34822
34823 \begin_inset Index idx
34824 status collapsed
34825
34826 \begin_layout Plain Layout
34827 Fractions ! self-defined
34828 \end_layout
34829
34830 \end_inset
34831
34832
34833 \end_layout
34834
34835 \begin_layout Standard
34836 To define custom commands for fractions, the command 
34837 \series bold
34838
34839 \backslash
34840 genfrac
34841 \series default
34842
34843 \begin_inset Index idx
34844 status collapsed
34845
34846 \begin_layout Plain Layout
34847 Commands ! G ! 
34848 \backslash
34849 genfrac
34850 \end_layout
34851
34852 \end_inset
34853
34854  is used in the following scheme:
34855 \end_layout
34856
34857 \begin_layout Standard
34858
34859 \series bold
34860
34861 \backslash
34862 genfrac{left
34863 \series default
34864  
34865 \series bold
34866 bracket}{right
34867 \series default
34868  
34869 \series bold
34870 bracket}{fraction bar thickness}{style}
34871 \begin_inset Newline newline
34872 \end_inset
34873
34874
34875 \begin_inset Phantom HPhantom
34876 status open
34877
34878 \begin_layout Plain Layout
34879
34880 \series bold
34881
34882 \backslash
34883 genfrac
34884 \end_layout
34885
34886 \end_inset
34887
34888 {numerator}{denominator}
34889 \end_layout
34890
34891 \begin_layout Standard
34892 The style is a number in the range of 0
34893 \begin_inset space \thinspace{}
34894 \end_inset
34895
34896 -
34897 \begin_inset space \thinspace{}
34898 \end_inset
34899
34900 3.
34901 \end_layout
34902
34903 \begin_layout Standard
34904 \align center
34905 \begin_inset Tabular
34906 <lyxtabular version="3" rows="5" columns="2">
34907 <features tabularvalignment="middle">
34908 <column alignment="center" valignment="top" width="0">
34909 <column alignment="center" valignment="top" width="0">
34910 <row>
34911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34912 \begin_inset Text
34913
34914 \begin_layout Plain Layout
34915 Number
34916 \end_layout
34917
34918 \end_inset
34919 </cell>
34920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34921 \begin_inset Text
34922
34923 \begin_layout Plain Layout
34924 Style (Size)
34925 \end_layout
34926
34927 \end_inset
34928 </cell>
34929 </row>
34930 <row>
34931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34932 \begin_inset Text
34933
34934 \begin_layout Plain Layout
34935 0
34936 \end_layout
34937
34938 \end_inset
34939 </cell>
34940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34941 \begin_inset Text
34942
34943 \begin_layout Plain Layout
34944 display style formula
34945 \end_layout
34946
34947 \end_inset
34948 </cell>
34949 </row>
34950 <row>
34951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34952 \begin_inset Text
34953
34954 \begin_layout Plain Layout
34955 1
34956 \end_layout
34957
34958 \end_inset
34959 </cell>
34960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34961 \begin_inset Text
34962
34963 \begin_layout Plain Layout
34964 inline formula
34965 \end_layout
34966
34967 \end_inset
34968 </cell>
34969 </row>
34970 <row>
34971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34972 \begin_inset Text
34973
34974 \begin_layout Plain Layout
34975 2
34976 \end_layout
34977
34978 \end_inset
34979 </cell>
34980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34981 \begin_inset Text
34982
34983 \begin_layout Plain Layout
34984 small
34985 \end_layout
34986
34987 \end_inset
34988 </cell>
34989 </row>
34990 <row>
34991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34992 \begin_inset Text
34993
34994 \begin_layout Plain Layout
34995 3
34996 \end_layout
34997
34998 \end_inset
34999 </cell>
35000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35001 \begin_inset Text
35002
35003 \begin_layout Plain Layout
35004 tiny
35005 \end_layout
35006
35007 \end_inset
35008 </cell>
35009 </row>
35010 </lyxtabular>
35011
35012 \end_inset
35013
35014
35015 \end_layout
35016
35017 \begin_layout Standard
35018 When no style is given, the size is adjusted to the surrounding environment
35019  like for the command 
35020 \series bold
35021
35022 \backslash
35023 frac
35024 \series default
35025 .
35026 \end_layout
35027
35028 \begin_layout Standard
35029 When no fraction bar thickness is given, the predefined value of 0.4
35030 \begin_inset space \thinspace{}
35031 \end_inset
35032
35033 pt will be used.
35034 \end_layout
35035
35036 \begin_layout Standard
35037 \begin_inset VSpace medskip
35038 \end_inset
35039
35040 For example, the commands 
35041 \series bold
35042
35043 \backslash
35044 dfrac
35045 \series default
35046  and 
35047 \series bold
35048
35049 \backslash
35050 tbinom
35051 \series default
35052  from 
35053 \begin_inset CommandInset ref
35054 LatexCommand ref
35055 reference "sub:Fractions"
35056
35057 \end_inset
35058
35059  are defined with the commands
35060 \end_layout
35061
35062 \begin_layout Standard
35063
35064 \series bold
35065
35066 \backslash
35067 newcommand{
35068 \backslash
35069 dfrac}[2]{
35070 \backslash
35071 genfrac{}{}{}{0}{#1}{#2}}
35072 \end_layout
35073
35074 \begin_layout Standard
35075 and
35076 \end_layout
35077
35078 \begin_layout Standard
35079
35080 \series bold
35081
35082 \backslash
35083 newcommand{
35084 \backslash
35085 tbinom}[2]{
35086 \backslash
35087 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35088 \end_layout
35089
35090 \begin_layout Standard
35091 \begin_inset VSpace medskip
35092 \end_inset
35093
35094 To define a fraction where the fraction bar thickness can be given as optional
35095  argument, the following line is inserted to the LaTeX-preamble:
35096 \end_layout
35097
35098 \begin_layout Standard
35099
35100 \series bold
35101
35102 \backslash
35103 newcommand{
35104 \backslash
35105 fracS}[3][]{
35106 \backslash
35107 genfrac{}{}{#1}{}{#2}{#3}}
35108 \end_layout
35109
35110 \begin_layout Standard
35111 A test:
35112 \begin_inset Formula \begin{align*}
35113 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35114 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35115 \end{align*}
35116
35117 \end_inset
35118
35119 As one can see, the distance of the numerator and the denominator to the
35120  fraction bar is round about three times the bar thickness.
35121 \end_layout
35122
35123 \begin_layout Subsection
35124 Canceled Formulas
35125 \begin_inset Index idx
35126 status collapsed
35127
35128 \begin_layout Plain Layout
35129 Formula ! canceled
35130 \end_layout
35131
35132 \end_inset
35133
35134
35135 \end_layout
35136
35137 \begin_layout Standard
35138 To cancel formulas or formula parts, the LaTeX-package 
35139 \series bold
35140 cancel
35141 \series default
35142
35143 \begin_inset Index idx
35144 status collapsed
35145
35146 \begin_layout Plain Layout
35147 Packages ! cancel
35148 \end_layout
35149
35150 \end_inset
35151
35152  has to be loaded with the LaTeX-preamble line
35153 \end_layout
35154
35155 \begin_layout Standard
35156
35157 \series bold
35158
35159 \backslash
35160 usepackage[samesize]{cancel}
35161 \end_layout
35162
35163 \begin_layout Standard
35164 \begin_inset ERT
35165 status collapsed
35166
35167 \begin_layout Plain Layout
35168
35169
35170 \backslash
35171 ifcancel 
35172 \end_layout
35173
35174 \end_inset
35175
35176
35177 \begin_inset Note Note
35178 status open
35179
35180 \begin_layout Plain Layout
35181 The following table will only be displayed when the LaTeX-package 
35182 \series bold
35183 cancel
35184 \series default
35185  is installed.
35186 \end_layout
35187
35188 \end_inset
35189
35190
35191 \end_layout
35192
35193 \begin_layout Standard
35194 There are four ways to cancel formulas:
35195 \end_layout
35196
35197 \begin_layout Standard
35198 \align center
35199 \begin_inset Tabular
35200 <lyxtabular version="3" rows="5" columns="2">
35201 <features tabularvalignment="middle">
35202 <column alignment="center" valignment="top" width="0">
35203 <column alignment="center" valignment="top" width="0">
35204 <row>
35205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35206 \begin_inset Text
35207
35208 \begin_layout Plain Layout
35209 Command
35210 \end_layout
35211
35212 \end_inset
35213 </cell>
35214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35215 \begin_inset Text
35216
35217 \begin_layout Plain Layout
35218 Result
35219 \begin_inset Note Note
35220 status collapsed
35221
35222 \begin_layout Plain Layout
35223 The space and
35224 \series bold
35225  
35226 \backslash
35227 raisebox
35228 \series default
35229  are used here as spacer.
35230 \end_layout
35231
35232 \end_inset
35233
35234
35235 \end_layout
35236
35237 \end_inset
35238 </cell>
35239 </row>
35240 <row>
35241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35242 \begin_inset Text
35243
35244 \begin_layout Plain Layout
35245
35246 \backslash
35247 cancel{
35248 \backslash
35249 int
35250 \begin_inset ERT
35251 status collapsed
35252
35253 \begin_layout Plain Layout
35254
35255
35256 \backslash
35257 spce 
35258 \end_layout
35259
35260 \end_inset
35261
35262 A=B
35263 \end_layout
35264
35265 \end_inset
35266 </cell>
35267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35268 \begin_inset Text
35269
35270 \begin_layout Plain Layout
35271 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35272 \end_inset
35273
35274
35275 \end_layout
35276
35277 \end_inset
35278 </cell>
35279 </row>
35280 <row>
35281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35282 \begin_inset Text
35283
35284 \begin_layout Plain Layout
35285
35286 \backslash
35287 bcancel{
35288 \backslash
35289 int
35290 \begin_inset ERT
35291 status collapsed
35292
35293 \begin_layout Plain Layout
35294
35295
35296 \backslash
35297 spce 
35298 \end_layout
35299
35300 \end_inset
35301
35302 A=B
35303 \end_layout
35304
35305 \end_inset
35306 </cell>
35307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35308 \begin_inset Text
35309
35310 \begin_layout Plain Layout
35311 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35312 \end_inset
35313
35314
35315 \end_layout
35316
35317 \end_inset
35318 </cell>
35319 </row>
35320 <row>
35321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35322 \begin_inset Text
35323
35324 \begin_layout Plain Layout
35325
35326 \backslash
35327 xcancel{
35328 \backslash
35329 int
35330 \begin_inset ERT
35331 status collapsed
35332
35333 \begin_layout Plain Layout
35334
35335
35336 \backslash
35337 spce 
35338 \end_layout
35339
35340 \end_inset
35341
35342 A=B
35343 \end_layout
35344
35345 \end_inset
35346 </cell>
35347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35348 \begin_inset Text
35349
35350 \begin_layout Plain Layout
35351 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35352 \end_inset
35353
35354
35355 \end_layout
35356
35357 \end_inset
35358 </cell>
35359 </row>
35360 <row>
35361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35362 \begin_inset Text
35363
35364 \begin_layout Plain Layout
35365
35366 \backslash
35367 cancelto{1
35368 \begin_inset Formula $\to$
35369 \end_inset
35370
35371
35372 \backslash
35373 {
35374 \backslash
35375 int
35376 \begin_inset ERT
35377 status collapsed
35378
35379 \begin_layout Plain Layout
35380
35381
35382 \backslash
35383 spce 
35384 \end_layout
35385
35386 \end_inset
35387
35388 A=B
35389 \end_layout
35390
35391 \end_inset
35392 </cell>
35393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35394 \begin_inset Text
35395
35396 \begin_layout Plain Layout
35397 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35398 \end_inset
35399
35400
35401 \end_layout
35402
35403 \end_inset
35404 </cell>
35405 </row>
35406 </lyxtabular>
35407
35408 \end_inset
35409
35410
35411 \end_layout
35412
35413 \begin_layout Standard
35414
35415 \series bold
35416
35417 \backslash
35418 cancelto
35419 \series default
35420  is especially suitable to visualize the reduction of fractions within formulas:
35421 \begin_inset Formula \[
35422 \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}}}\]
35423
35424 \end_inset
35425
35426
35427 \end_layout
35428
35429 \begin_layout Standard
35430 \begin_inset ERT
35431 status collapsed
35432
35433 \begin_layout Plain Layout
35434
35435
35436 \backslash
35437 else 
35438 \end_layout
35439
35440 \end_inset
35441
35442
35443 \begin_inset Note Note
35444 status open
35445
35446 \begin_layout Plain Layout
35447 The following will be displayed when the LaTeX-package 
35448 \series bold
35449 cancel
35450 \series default
35451  is not installed:
35452 \end_layout
35453
35454 \end_inset
35455
35456
35457 \end_layout
35458
35459 \begin_layout Standard
35460 You need to install the LaTeX-package 
35461 \series bold
35462 cancel
35463 \series default
35464  to see the rest of this subsection in the output.
35465 \end_layout
35466
35467 \begin_layout Standard
35468 \begin_inset ERT
35469 status collapsed
35470
35471 \begin_layout Plain Layout
35472
35473
35474 \backslash
35475 fi 
35476 \end_layout
35477
35478 \end_inset
35479
35480
35481 \end_layout
35482
35483 \begin_layout Subsection
35484 Formulas in Section Headings
35485 \begin_inset CommandInset label
35486 LatexCommand label
35487 name "sub:Formulas-in-Section"
35488
35489 \end_inset
35490
35491
35492 \begin_inset Index idx
35493 status collapsed
35494
35495 \begin_layout Plain Layout
35496 Formula ! in section headings
35497 \end_layout
35498
35499 \end_inset
35500
35501
35502 \end_layout
35503
35504 \begin_layout Standard
35505 When formulas are used in section headings, the following has to be taken
35506  into account:
35507 \end_layout
35508
35509 \begin_layout Standard
35510 \begin_inset Note Greyedout
35511 status open
35512
35513 \begin_layout Plain Layout
35514 When 
35515 \series bold
35516 hyperref
35517 \series default
35518
35519 \begin_inset Index idx
35520 status collapsed
35521
35522 \begin_layout Plain Layout
35523 Packages ! hyperref
35524 \end_layout
35525
35526 \end_inset
35527
35528  support is enabled in the document settings dialog under 
35529 \family sans
35530 PDF
35531 \begin_inset space ~
35532 \end_inset
35533
35534 Properties
35535 \family default
35536 , PDF-bookmarks are created for every section heading in the table of contents.
35537  If a section heading contains formulas, they are incorrectly displayed
35538  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35539 s.
35540 \end_layout
35541
35542 \end_inset
35543
35544
35545 \end_layout
35546
35547 \begin_layout Standard
35548 Both problems can be solved by inserting at the end of the section heading
35549  a short title with the menu 
35550 \family sans
35551 Insert\SpecialChar \menuseparator
35552 Short
35553 \begin_inset space ~
35554 \end_inset
35555
35556 Title
35557 \family default
35558 .
35559  Short titles are used as alternative for multiline section headings to
35560  keep the table of contents clearly arranged.
35561  Only the short title appears in the table of contents and therefore also
35562  in the PDF-bookmark.
35563 \end_layout
35564
35565 \begin_layout Standard
35566 When formulas should be used in the table of contents but 
35567 \series bold
35568 hyperref
35569 \series default
35570  is used, one can use the following command in TeX-mode:
35571 \end_layout
35572
35573 \begin_layout Standard
35574
35575 \series bold
35576
35577 \backslash
35578 texorpdfstring{part}{alternative}
35579 \begin_inset Index idx
35580 status collapsed
35581
35582 \begin_layout Plain Layout
35583 Commands ! T ! 
35584 \backslash
35585 texorpdfstring
35586 \end_layout
35587
35588 \end_inset
35589
35590
35591 \end_layout
35592
35593 \begin_layout Standard
35594 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35595  This can be characters, formulas, footnotes, but also cross-references.
35596  The alternative is used instead of the part for the bookmark.
35597 \end_layout
35598
35599 \begin_layout Standard
35600 Here are two example headings:
35601 \begin_inset VSpace -3mm
35602 \end_inset
35603
35604
35605 \begin_inset ERT
35606 status collapsed
35607
35608 \begin_layout Plain Layout
35609
35610
35611 \backslash
35612 boldmath 
35613 \end_layout
35614
35615 \end_inset
35616
35617
35618 \end_layout
35619
35620 \begin_layout Subsubsection
35621 Heading without formula in table of contents 
35622 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35623 \end_inset
35624
35625
35626 \begin_inset Argument
35627 status collapsed
35628
35629 \begin_layout Plain Layout
35630 Heading without formula in table of contents
35631 \end_layout
35632
35633 \end_inset
35634
35635
35636 \end_layout
35637
35638 \begin_layout Subsubsection
35639 Heading with formula in table of contents
35640 \begin_inset ERT
35641 status collapsed
35642
35643 \begin_layout Plain Layout
35644
35645
35646 \backslash
35647 texorpdfstring{
35648 \end_layout
35649
35650 \end_inset
35651
35652  
35653 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35654 \end_inset
35655
35656
35657 \begin_inset ERT
35658 status collapsed
35659
35660 \begin_layout Plain Layout
35661
35662 }{}
35663 \end_layout
35664
35665 \end_inset
35666
35667
35668 \end_layout
35669
35670 \begin_layout Standard
35671 \begin_inset ERT
35672 status collapsed
35673
35674 \begin_layout Plain Layout
35675
35676
35677 \backslash
35678 unboldmath 
35679 \end_layout
35680
35681 \end_inset
35682
35683 In the first heading a short title was used, in the second one 
35684 \series bold
35685
35686 \backslash
35687 texorpdfstring
35688 \series default
35689 .
35690 \end_layout
35691
35692 \begin_layout Standard
35693 To get the same formatting as for the other headings, the complete heading
35694  was set into a 
35695 \series bold
35696 boldmath
35697 \series default
35698  environment
35699 \begin_inset Foot
35700 status collapsed
35701
35702 \begin_layout Plain Layout
35703 see 
35704 \begin_inset CommandInset ref
35705 LatexCommand ref
35706 reference "sub:Bold-Formulas"
35707
35708 \end_inset
35709
35710
35711 \end_layout
35712
35713 \end_inset
35714
35715 .
35716 \end_layout
35717
35718 \begin_layout Subsection
35719 Formulas in multi-column Text
35720 \begin_inset Index idx
35721 status collapsed
35722
35723 \begin_layout Plain Layout
35724 Formula ! in multi-column text
35725 \end_layout
35726
35727 \end_inset
35728
35729
35730 \end_layout
35731
35732 \begin_layout Standard
35733 Formulas in multi-column text are often too wide to fit into a column and
35734  thus need to be set over the whole page width.
35735  This is done by using the LaTeX-package 
35736 \series bold
35737 multicol
35738 \series default
35739
35740 \begin_inset Foot
35741 status collapsed
35742
35743 \begin_layout Plain Layout
35744
35745 \series bold
35746 multicol
35747 \series default
35748  is part of every LaTeX standard installation.
35749 \end_layout
35750
35751 \end_inset
35752
35753
35754 \begin_inset Index idx
35755 status collapsed
35756
35757 \begin_layout Plain Layout
35758 Packages ! multicol
35759 \end_layout
35760
35761 \end_inset
35762
35763 , that is loaded with the LaTeX-preamble line
35764 \end_layout
35765
35766 \begin_layout Standard
35767
35768 \series bold
35769
35770 \backslash
35771 usepackage{multicol}
35772 \end_layout
35773
35774 \begin_layout Standard
35775 \begin_inset Note Greyedout
35776 status open
35777
35778 \begin_layout Plain Layout
35779 Note herby that the setting 
35780 \family sans
35781 Two-column
35782 \begin_inset space ~
35783 \end_inset
35784
35785 document
35786 \family default
35787  in the menu 
35788 \family sans
35789 Document\SpecialChar \menuseparator
35790 Settings
35791 \family default
35792  under 
35793 \family sans
35794 Text
35795 \begin_inset space ~
35796 \end_inset
35797
35798 Layout
35799 \family default
35800 \emph on
35801  
35802 \emph default
35803 must 
35804 \emph on
35805 not
35806 \emph default
35807  be selected.
35808 \end_layout
35809
35810 \end_inset
35811
35812
35813 \end_layout
35814
35815 \begin_layout Standard
35816 Before the multi-column text the command
35817 \end_layout
35818
35819 \begin_layout Standard
35820
35821 \series bold
35822
35823 \backslash
35824 begin{multicols}{column number}
35825 \end_layout
35826
35827 \begin_layout Standard
35828 is written in TeX-mode.
35829  The column number is a number in the range of 2
35830 \begin_inset space \thinspace{}
35831 \end_inset
35832
35833 -
35834 \begin_inset space \thinspace{}
35835 \end_inset
35836
35837 10.
35838  Before the formula the multi-column text is ended by inserting the command
35839 \end_layout
35840
35841 \begin_layout Standard
35842
35843 \series bold
35844
35845 \backslash
35846 end{multicols}
35847 \end_layout
35848
35849 \begin_layout Standard
35850 in TeX-mode.
35851 \end_layout
35852
35853 \begin_layout Standard
35854 Due to the command some space is automatically added before the formula.
35855  To revert this, -6
35856 \begin_inset space \thinspace{}
35857 \end_inset
35858
35859 mm vertical space is inserted before the formula.
35860  When the formula style 
35861 \series bold
35862 Indented
35863 \begin_inset Foot
35864 status collapsed
35865
35866 \begin_layout Plain Layout
35867 formula styles see 
35868 \begin_inset CommandInset ref
35869 LatexCommand ref
35870 reference "sec:Formula-Styles"
35871
35872 \end_inset
35873
35874
35875 \end_layout
35876
35877 \end_inset
35878
35879
35880 \series default
35881  is used, -9
35882 \begin_inset space \thinspace{}
35883 \end_inset
35884
35885 mm space is inserted instead.
35886 \end_layout
35887
35888 \begin_layout Standard
35889 As example a multi-column text with a displayed formula:
35890 \end_layout
35891
35892 \begin_layout Standard
35893
35894 \lang german
35895 \begin_inset ERT
35896 status collapsed
35897
35898 \begin_layout Plain Layout
35899
35900
35901 \backslash
35902 begin{multicols}{2}
35903 \end_layout
35904
35905 \end_inset
35906
35907 Das Spektrum wird fouriertransformiert.
35908  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35909 , Lösungsmittel) zu trennen.
35910  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35911  nun das Aussehen des Ausgangssignals.
35912  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35913  über alle Phasen integrieren muss.
35914  Sei nun 
35915 \begin_inset Formula $S$
35916 \end_inset
35917
35918  unser normiertes Ausgangssignal und 
35919 \begin_inset Formula $P$
35920 \end_inset
35921
35922  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35923 \begin_inset ERT
35924 status collapsed
35925
35926 \begin_layout Plain Layout
35927
35928
35929 \backslash
35930 end{multicols}
35931 \end_layout
35932
35933 \end_inset
35934
35935
35936 \begin_inset VSpace -6mm
35937 \end_inset
35938
35939
35940 \begin_inset Formula \begin{equation}
35941 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
35942
35943 \end_inset
35944
35945
35946 \begin_inset ERT
35947 status collapsed
35948
35949 \begin_layout Plain Layout
35950
35951
35952 \backslash
35953 begin{multicols}{2}
35954 \end_layout
35955
35956 \end_inset
35957
35958 wobei 
35959 \begin_inset Formula $S_{0}$
35960 \end_inset
35961
35962  das Signal ohne Gradient ist und die Normierungsbedingung 
35963 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35964 \end_inset
35965
35966  gilt.
35967  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35968  Direkt nach dem 
35969 \begin_inset Formula $\nicefrac{\pi}{2}$
35970 \end_inset
35971
35972
35973 \begin_inset space \thinspace{}
35974 \end_inset
35975
35976 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35977  das Signal zusätzlich abschwächt.
35978  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35979  
35980 \begin_inset Formula $T_{2}$
35981 \end_inset
35982
35983 -Zeit.
35984 \end_layout
35985
35986 \begin_layout Standard
35987
35988 \lang german
35989 \begin_inset ERT
35990 status collapsed
35991
35992 \begin_layout Plain Layout
35993
35994
35995 \backslash
35996 end{multicols}
35997 \end_layout
35998
35999 \end_inset
36000
36001
36002 \end_layout
36003
36004 \begin_layout Subsection
36005 Formulas with Description of Variables
36006 \begin_inset Index idx
36007 status collapsed
36008
36009 \begin_layout Plain Layout
36010 Formula ! with description of variables
36011 \end_layout
36012
36013 \end_inset
36014
36015
36016 \end_layout
36017
36018 \begin_layout Standard
36019 To describe variables within a formula, like in formula 
36020 \begin_inset CommandInset ref
36021 LatexCommand eqref
36022 reference "eq:within"
36023
36024 \end_inset
36025
36026 , a 2
36027 \series bold
36028 ×
36029 \series default
36030
36031 \begin_inset Formula $n$
36032 \end_inset
36033
36034
36035 \begin_inset space ~
36036 \end_inset
36037
36038 matrix is used with left aligned columns for the 
36039 \begin_inset Formula $n$
36040 \end_inset
36041
36042  used variables.
36043 \begin_inset Foot
36044 status collapsed
36045
36046 \begin_layout Plain Layout
36047 matrices see 
36048 \begin_inset CommandInset ref
36049 LatexCommand ref
36050 reference "sec:Matrices"
36051
36052 \end_inset
36053
36054
36055 \end_layout
36056
36057 \end_inset
36058
36059  To set the description in a smaller size, before the matrix e.
36060 \begin_inset space \thinspace{}
36061 \end_inset
36062
36063 g.
36064 \begin_inset space \space{}
36065 \end_inset
36066
36067 the command 
36068 \series bold
36069
36070 \backslash
36071 footnotesize
36072 \series default
36073  is inserted.
36074 \begin_inset Foot
36075 status collapsed
36076
36077 \begin_layout Plain Layout
36078 font sizes see 
36079 \begin_inset CommandInset ref
36080 LatexCommand ref
36081 reference "sub:Font-Sizes"
36082
36083 \end_inset
36084
36085
36086 \end_layout
36087
36088 \end_inset
36089
36090
36091 \end_layout
36092
36093 \begin_layout Standard
36094 When the formula style 
36095 \series bold
36096 Indented
36097 \begin_inset Foot
36098 status collapsed
36099
36100 \begin_layout Plain Layout
36101 formula styles see 
36102 \begin_inset CommandInset ref
36103 LatexCommand ref
36104 reference "sec:Formula-Styles"
36105
36106 \end_inset
36107
36108
36109 \end_layout
36110
36111 \end_inset
36112
36113
36114 \series default
36115  is used, a 
36116 \series bold
36117
36118 \backslash
36119 hfill
36120 \series default
36121
36122 \begin_inset Foot
36123 status collapsed
36124
36125 \begin_layout Plain Layout
36126
36127 \series bold
36128
36129 \backslash
36130 hfill
36131 \series default
36132  only works in formulas with the style 
36133 \series bold
36134 Indented
36135 \series default
36136 , see 
36137 \begin_inset CommandInset ref
36138 LatexCommand ref
36139 reference "sub:Variable-Space"
36140
36141 \end_inset
36142
36143 .
36144 \end_layout
36145
36146 \end_inset
36147
36148  is inserted before and after the matrix to have the same separation of
36149  the matrix from the equation and the side margin.
36150 \end_layout
36151
36152 \begin_layout Standard
36153 When the formula style 
36154 \series bold
36155 Centered
36156 \series default
36157  is used, the method described in 
36158 \begin_inset CommandInset ref
36159 LatexCommand ref
36160 reference "sub:Flalign-Environment"
36161
36162 \end_inset
36163
36164  is used to indent formulas.
36165  Formula 
36166 \begin_inset CommandInset ref
36167 LatexCommand eqref
36168 reference "eq:within"
36169
36170 \end_inset
36171
36172  consists of five columns whereas in the first two columns contain the equation,
36173  the third the matrix and the last one an empty TeX-brace.
36174 \begin_inset Formula \begin{flalign}
36175 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36176 \rho & \textrm{density}\\
36177 V & \textrm{volume}\\
36178 g & \textrm{gravitational acceleration}
36179 \end{array} &  & {}\label{eq:within}\end{flalign}
36180
36181 \end_inset
36182
36183
36184 \end_layout
36185
36186 \begin_layout Subsection
36187 Upright small Greek Letters
36188 \begin_inset CommandInset label
36189 LatexCommand label
36190 name "sub:Upright-small-Greek"
36191
36192 \end_inset
36193
36194
36195 \begin_inset Index idx
36196 status collapsed
36197
36198 \begin_layout Plain Layout
36199 Greek letters ! upright
36200 \end_layout
36201
36202 \end_inset
36203
36204
36205 \end_layout
36206
36207 \begin_layout Standard
36208 Most of the math fonts only provide italic small Greek letters.
36209  But for symbols of elementary particles like pions and neutrinos, upright
36210  Greek letters are needed.
36211  The file 
36212 \series bold
36213 upgreek.sty
36214 \series default
36215
36216 \begin_inset Foot
36217 status collapsed
36218
36219 \begin_layout Plain Layout
36220
36221 \series bold
36222 upgreek
36223 \series default
36224  is part of the LaTeX-package 
36225 \series bold
36226 was
36227 \series default
36228
36229 \begin_inset Index idx
36230 status collapsed
36231
36232 \begin_layout Plain Layout
36233 Packages ! was
36234 \begin_inset ERT
36235 status collapsed
36236
36237 \begin_layout Plain Layout
36238
36239
36240 \backslash
36241 vspace{4mm}
36242 \end_layout
36243
36244 \end_inset
36245
36246
36247 \end_layout
36248
36249 \end_inset
36250
36251 .
36252 \end_layout
36253
36254 \end_inset
36255
36256
36257 \begin_inset Index idx
36258 status collapsed
36259
36260 \begin_layout Plain Layout
36261 Packages ! upgreek
36262 \end_layout
36263
36264 \end_inset
36265
36266  that is loaded with the LaTeX-preamble line
36267 \end_layout
36268
36269 \begin_layout Standard
36270
36271 \series bold
36272
36273 \backslash
36274 usepackage{upgreek}
36275 \end_layout
36276
36277 \begin_layout Standard
36278 provides them.
36279  
36280 \begin_inset ERT
36281 status collapsed
36282
36283 \begin_layout Plain Layout
36284
36285
36286 \backslash
36287 ifupgreek 
36288 \end_layout
36289
36290 \end_inset
36291
36292
36293 \begin_inset Note Note
36294 status open
36295
36296 \begin_layout Plain Layout
36297 The following table will only be displayed when the LaTeX-package 
36298 \series bold
36299 upgreek
36300 \series default
36301  is installed:
36302 \end_layout
36303
36304 \end_inset
36305
36306  They are created when the command for a small Greek letters is started
36307  with 
36308 \series bold
36309 up
36310 \series default
36311 .
36312  For example the command 
36313 \series bold
36314
36315 \backslash
36316 uptau
36317 \series default
36318  creates this: 
36319 \begin_inset Formula $\uptau$
36320 \end_inset
36321
36322
36323 \end_layout
36324
36325 \begin_layout Standard
36326 With these commands reactions of elementary particles can be typeset:
36327 \begin_inset Formula \[
36328 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
36329
36330 \end_inset
36331
36332
36333 \end_layout
36334
36335 \begin_layout Standard
36336 The upright letters are more bold and wider than the italic ones.
36337  They should therefore not be used for units like 
36338 \begin_inset Quotes eld
36339 \end_inset
36340
36341 µm
36342 \begin_inset Quotes erd
36343 \end_inset
36344
36345 .
36346 \end_layout
36347
36348 \begin_layout Standard
36349 \begin_inset ERT
36350 status collapsed
36351
36352 \begin_layout Plain Layout
36353
36354
36355 \backslash
36356 else 
36357 \end_layout
36358
36359 \end_inset
36360
36361
36362 \begin_inset Note Note
36363 status open
36364
36365 \begin_layout Plain Layout
36366 The following will be displayed when the LaTeX-package 
36367 \series bold
36368 upgreek
36369 \series default
36370  is not installed:
36371 \end_layout
36372
36373 \end_inset
36374
36375
36376 \end_layout
36377
36378 \begin_layout Standard
36379 You need to install the LaTeX-package 
36380 \series bold
36381 upgreek
36382 \series default
36383  to see the rest of this subsection in the output.
36384 \end_layout
36385
36386 \begin_layout Standard
36387 \begin_inset ERT
36388 status collapsed
36389
36390 \begin_layout Plain Layout
36391
36392
36393 \backslash
36394 fi 
36395 \end_layout
36396
36397 \end_inset
36398
36399
36400 \end_layout
36401
36402 \begin_layout Subsection
36403 Text Characters in Formulas
36404 \begin_inset CommandInset label
36405 LatexCommand label
36406 name "sub:Text-Characters-in"
36407
36408 \end_inset
36409
36410
36411 \begin_inset Index idx
36412 status collapsed
36413
36414 \begin_layout Plain Layout
36415 Text ! in formulas
36416 \end_layout
36417
36418 \end_inset
36419
36420
36421 \end_layout
36422
36423 \begin_layout Standard
36424 In some cases you might want to insert text characters directly into formulas.
36425  When for example the centered dot · is often used in formulas like 
36426 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36427 \end_inset
36428
36429 , one would have to insert the command 
36430 \series bold
36431
36432 \backslash
36433 cdot
36434 \series default
36435
36436 \begin_inset Foot
36437 status collapsed
36438
36439 \begin_layout Plain Layout
36440 see 
36441 \begin_inset CommandInset ref
36442 LatexCommand ref
36443 reference "sub:Binary-Operators"
36444
36445 \end_inset
36446
36447
36448 \end_layout
36449
36450 \end_inset
36451
36452  all the time, because this character is defined in all encodings as text
36453  character.
36454  But the encoding can be changed by this LaTeX-preamble line:
36455 \end_layout
36456
36457 \begin_layout Standard
36458
36459 \series bold
36460
36461 \backslash
36462 Declare Inputtext{183}{
36463 \backslash
36464 ifmmode
36465 \backslash
36466 cdot
36467 \backslash
36468 else
36469 \backslash
36470 textperiodcentered
36471 \backslash
36472 f\SpecialChar \textcompwordmark{}
36473 i}
36474 \end_layout
36475
36476 \begin_layout Standard
36477 The character encoding (menu 
36478 \family sans
36479 Document\SpecialChar \menuseparator
36480 Settings\SpecialChar \menuseparator
36481 Language
36482 \family default
36483 ) specifies what character appears when a keyboard key is pressed.
36484  When the key for the character '·' is pressed, internally the command 
36485 \series bold
36486
36487 \backslash
36488 textperiodcentered
36489 \series default
36490  is used.
36491  But this command is not available in a formula so that you would get LaTeX-erro
36492 rs.
36493  With the changed encoding the right command is chosen automatically, depending
36494  on if the character was inserted into a formula or not.
36495 \end_layout
36496
36497 \begin_layout Standard
36498 The encoding of several characters is saved in definition files.
36499  Fore example the encoding 
36500 \series bold
36501 latin9
36502 \series default
36503  is defined in the file 
36504 \series bold
36505 latin9.def
36506 \series default
36507  that is in the installation folder of LaTeX.
36508  Encodings should only be changed via the LaTeX-preamble and not in the
36509  definition files.
36510  Otherwise own documents could not be edited by other LyX users working
36511  on other computers.
36512 \end_layout
36513
36514 \begin_layout Standard
36515 \begin_inset VSpace medskip
36516 \end_inset
36517
36518 Besides the centered dot, in this document the degree sign ° is defined
36519  with the following LaTeX-preamble line so that it can directly be inserted
36520  to a formula:
36521 \end_layout
36522
36523 \begin_layout Standard
36524
36525 \series bold
36526
36527 \backslash
36528 DeclareInputtext{176}{
36529 \backslash
36530 ifmmode^
36531 \backslash
36532 circ
36533 \backslash
36534 else
36535 \backslash
36536 textdegree
36537 \backslash
36538 f\SpecialChar \textcompwordmark{}
36539 i}
36540 \end_layout
36541
36542 \begin_layout Standard
36543 \begin_inset Newpage newpage
36544 \end_inset
36545
36546
36547 \end_layout
36548
36549 \begin_layout Section
36550 \start_of_appendix
36551 Typographic Advice
36552 \begin_inset Index idx
36553 status collapsed
36554
36555 \begin_layout Plain Layout
36556 Typographic advice
36557 \end_layout
36558
36559 \end_inset
36560
36561
36562 \end_layout
36563
36564 \begin_layout Standard
36565 This section is a summary of the most important typographic rules, listed
36566  in ISO norms.
36567 \begin_inset Foot
36568 status collapsed
36569
36570 \begin_layout Plain Layout
36571 This collection was partly taken from the German semi-official dictionary
36572  called 
36573 \begin_inset Quotes eld
36574 \end_inset
36575
36576 Duden
36577 \begin_inset Quotes erd
36578 \end_inset
36579
36580  
36581 \begin_inset CommandInset citation
36582 LatexCommand cite
36583 key "Duden"
36584
36585 \end_inset
36586
36587  that lists some of the ISO rules.
36588  More rules are listed in 
36589 \begin_inset CommandInset citation
36590 LatexCommand cite
36591 key "Checklist"
36592
36593 \end_inset
36594
36595 .
36596 \end_layout
36597
36598 \end_inset
36599
36600
36601 \end_layout
36602
36603 \begin_layout Itemize
36604 Physical units are 
36605 \emph on
36606 always
36607 \emph default
36608  set upright
36609 \begin_inset Foot
36610 status collapsed
36611
36612 \begin_layout Plain Layout
36613 done with font styles, see 
36614 \begin_inset CommandInset ref
36615 LatexCommand ref
36616 reference "sub:Font-Styles"
36617
36618 \end_inset
36619
36620
36621 \end_layout
36622
36623 \end_inset
36624
36625 , no matter if they appear in italic text: 30
36626 \begin_inset space \thinspace{}
36627 \end_inset
36628
36629 km/h
36630 \begin_inset Newline newline
36631 \end_inset
36632
36633 Between the value and the unit is the smallest space, see 
36634 \begin_inset CommandInset ref
36635 LatexCommand ref
36636 reference "sub:Predefined-Space"
36637
36638 \end_inset
36639
36640 .
36641 \begin_inset Newline newline
36642 \end_inset
36643
36644 This convention is automatically fulfilled when the command 
36645 \series bold
36646
36647 \backslash
36648 unittwo
36649 \series default
36650  is used.
36651  When it is entered to a formula, two boxes appear.
36652  In the first one the value is inserted, in the second one the unit, and
36653  one gets as above: 
36654 \begin_inset Formula $\unit[30]{km/h}$
36655 \end_inset
36656
36657
36658 \begin_inset space \thinspace{}
36659 \end_inset
36660
36661 .
36662  Note that 
36663 \series bold
36664
36665 \backslash
36666 unittwo
36667 \series default
36668  is not a real LaTeX command but the command 
36669 \series bold
36670
36671 \backslash
36672 unit[value]{unit}
36673 \series default
36674 , therefore you cannot use it in TeX code.
36675 \end_layout
36676
36677 \begin_layout Itemize
36678 Percent and perthousand signs are set like physical units:
36679 \begin_inset Newline newline
36680 \end_inset
36681
36682 1,2
36683 \begin_inset space \thinspace{}
36684 \end_inset
36685
36686 ‰ alcohol in blood
36687 \end_layout
36688
36689 \begin_layout Itemize
36690 The degree sign follows directly on the value: 15°, but not when it is used
36691  in units: 15
36692 \begin_inset space \thinspace{}
36693 \end_inset
36694
36695 °C
36696 \end_layout
36697
36698 \begin_layout Itemize
36699 In numbers with more than four digits the smallest space is inserted before
36700  every third digit to group them: 
36701 \family roman
36702 \series medium
36703 \shape up
36704 \size normal
36705 \emph off
36706 \bar no
36707 \noun off
36708 \color none
36709 18
36710 \begin_inset space \thinspace{}
36711 \end_inset
36712
36713 473
36714 \begin_inset space \thinspace{}
36715 \end_inset
36716
36717 588
36718 \end_layout
36719
36720 \begin_layout Itemize
36721 For dimensions like 120×90×40
36722 \begin_inset space \thinspace{}
36723 \end_inset
36724
36725 cm the multiplication sign 
36726 \begin_inset Quotes eld
36727 \end_inset
36728
36729 ×
36730 \begin_inset Quotes erd
36731 \end_inset
36732
36733  is used.
36734  It is available either via the command 
36735 \series bold
36736
36737 \backslash
36738 times
36739 \series default
36740  or via the menu 
36741 \family sans
36742 Insert\SpecialChar \menuseparator
36743 Special Character\SpecialChar \menuseparator
36744 Symbols
36745 \family default
36746 .
36747 \end_layout
36748
36749 \begin_layout Itemize
36750 Functions with names consisting of several letters are set upright to avoid
36751  confusions, see 
36752 \begin_inset CommandInset ref
36753 LatexCommand ref
36754 reference "sub:Predefined-Functions"
36755
36756 \end_inset
36757
36758 .
36759 \end_layout
36760
36761 \begin_layout Itemize
36762 Indices consisting of several letters, are set upright: 
36763 \begin_inset Formula $E_{\mathrm{kin}}$
36764 \end_inset
36765
36766
36767 \begin_inset Newline newline
36768 \end_inset
36769
36770 Components of matrices are set italic: 
36771 \begin_inset Formula $\hat{H}_{kl}$
36772 \end_inset
36773
36774
36775 \end_layout
36776
36777 \begin_layout Itemize
36778 The differentiation/integration operator 'd', the Euler's number 'e' and
36779  the imaginary unit 'i' should be set upright, to avoid mixing them up with
36780  other variables.
36781 \end_layout
36782
36783 \begin_layout Itemize
36784 The character that denotes a 
36785 \noun on
36786 Fourier
36787 \noun default
36788  transformation is inserted either by the command 
36789 \series bold
36790
36791 \backslash
36792 mathscr
36793 \begin_inset ERT
36794 status collapsed
36795
36796 \begin_layout Plain Layout
36797
36798
36799 \backslash
36800 spce 
36801 \end_layout
36802
36803 \end_inset
36804
36805 F
36806 \series default
36807  or via the menu 
36808 \family sans
36809 Insert\SpecialChar \menuseparator
36810 Special Character\SpecialChar \menuseparator
36811 Symbols\SpecialChar \menuseparator
36812 Letterlike
36813 \begin_inset space ~
36814 \end_inset
36815
36816 Symbols
36817 \family default
36818
36819 \begin_inset Formula $\mathscr{F}$
36820 \end_inset
36821
36822
36823 \end_layout
36824
36825 \begin_layout Standard
36826 \begin_inset Newpage newpage
36827 \end_inset
36828
36829
36830 \end_layout
36831
36832 \begin_layout Section
36833 Synonyms
36834 \begin_inset Index idx
36835 status collapsed
36836
36837 \begin_layout Plain Layout
36838 Synonyms
36839 \end_layout
36840
36841 \end_inset
36842
36843
36844 \end_layout
36845
36846 \begin_layout Standard
36847 Some characters and symbols can be created with several commands.
36848  Here is a list of the synonym commands:
36849 \end_layout
36850
36851 \begin_layout Standard
36852 \begin_inset VSpace bigskip
36853 \end_inset
36854
36855
36856 \begin_inset space \hfill{}
36857 \end_inset
36858
36859
36860 \begin_inset Tabular
36861 <lyxtabular version="3" rows="12" columns="2">
36862 <features tabularvalignment="middle">
36863 <column alignment="center" valignment="top" width="0pt">
36864 <column alignment="center" valignment="top" width="0pt">
36865 <row>
36866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36867 \begin_inset Text
36868
36869 \begin_layout Plain Layout
36870 Command
36871 \end_layout
36872
36873 \end_inset
36874 </cell>
36875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36876 \begin_inset Text
36877
36878 \begin_layout Plain Layout
36879 equivalent to
36880 \begin_inset Note Note
36881 status collapsed
36882
36883 \begin_layout Plain Layout
36884
36885 \series bold
36886
36887 \backslash
36888 raisebox
36889 \series default
36890  is only used as spacer.
36891 \end_layout
36892
36893 \end_inset
36894
36895
36896 \end_layout
36897
36898 \end_inset
36899 </cell>
36900 </row>
36901 <row>
36902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36903 \begin_inset Text
36904
36905 \begin_layout Plain Layout
36906
36907 \backslash
36908 ast
36909 \end_layout
36910
36911 \end_inset
36912 </cell>
36913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36914 \begin_inset Text
36915
36916 \begin_layout Plain Layout
36917 \begin_inset ERT
36918 status collapsed
36919
36920 \begin_layout Plain Layout
36921
36922
36923 \backslash
36924 raisebox{-1.2mm}{
36925 \end_layout
36926
36927 \end_inset
36928
36929 *
36930 \begin_inset ERT
36931 status collapsed
36932
36933 \begin_layout Plain Layout
36934
36935 }
36936 \end_layout
36937
36938 \end_inset
36939
36940
36941 \end_layout
36942
36943 \end_inset
36944 </cell>
36945 </row>
36946 <row>
36947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36948 \begin_inset Text
36949
36950 \begin_layout Plain Layout
36951
36952 \backslash
36953 choose
36954 \end_layout
36955
36956 \end_inset
36957 </cell>
36958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36959 \begin_inset Text
36960
36961 \begin_layout Plain Layout
36962
36963 \backslash
36964 binom
36965 \end_layout
36966
36967 \end_inset
36968 </cell>
36969 </row>
36970 <row>
36971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36972 \begin_inset Text
36973
36974 \begin_layout Plain Layout
36975
36976 \backslash
36977 geq
36978 \end_layout
36979
36980 \end_inset
36981 </cell>
36982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36983 \begin_inset Text
36984
36985 \begin_layout Plain Layout
36986
36987 \backslash
36988 ge
36989 \end_layout
36990
36991 \end_inset
36992 </cell>
36993 </row>
36994 <row>
36995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36996 \begin_inset Text
36997
36998 \begin_layout Plain Layout
36999
37000 \backslash
37001 lbrace
37002 \end_layout
37003
37004 \end_inset
37005 </cell>
37006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37007 \begin_inset Text
37008
37009 \begin_layout Plain Layout
37010 {
37011 \end_layout
37012
37013 \end_inset
37014 </cell>
37015 </row>
37016 <row>
37017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37018 \begin_inset Text
37019
37020 \begin_layout Plain Layout
37021
37022 \backslash
37023 lbracket
37024 \end_layout
37025
37026 \end_inset
37027 </cell>
37028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37029 \begin_inset Text
37030
37031 \begin_layout Plain Layout
37032 [
37033 \end_layout
37034
37035 \end_inset
37036 </cell>
37037 </row>
37038 <row>
37039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37040 \begin_inset Text
37041
37042 \begin_layout Plain Layout
37043
37044 \backslash
37045 leftarrow
37046 \end_layout
37047
37048 \end_inset
37049 </cell>
37050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37051 \begin_inset Text
37052
37053 \begin_layout Plain Layout
37054
37055 \backslash
37056 gets
37057 \end_layout
37058
37059 \end_inset
37060 </cell>
37061 </row>
37062 <row>
37063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37064 \begin_inset Text
37065
37066 \begin_layout Plain Layout
37067
37068 \backslash
37069 leq
37070 \end_layout
37071
37072 \end_inset
37073 </cell>
37074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37075 \begin_inset Text
37076
37077 \begin_layout Plain Layout
37078
37079 \backslash
37080 le
37081 \end_layout
37082
37083 \end_inset
37084 </cell>
37085 </row>
37086 <row>
37087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37088 \begin_inset Text
37089
37090 \begin_layout Plain Layout
37091
37092 \backslash
37093 lor
37094 \end_layout
37095
37096 \end_inset
37097 </cell>
37098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37099 \begin_inset Text
37100
37101 \begin_layout Plain Layout
37102
37103 \backslash
37104 vee
37105 \end_layout
37106
37107 \end_inset
37108 </cell>
37109 </row>
37110 <row>
37111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37112 \begin_inset Text
37113
37114 \begin_layout Plain Layout
37115
37116 \backslash
37117 neq
37118 \end_layout
37119
37120 \end_inset
37121 </cell>
37122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37123 \begin_inset Text
37124
37125 \begin_layout Plain Layout
37126
37127 \backslash
37128 not=
37129 \end_layout
37130
37131 \end_inset
37132 </cell>
37133 </row>
37134 <row>
37135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37136 \begin_inset Text
37137
37138 \begin_layout Plain Layout
37139
37140 \backslash
37141 slash
37142 \end_layout
37143
37144 \end_inset
37145 </cell>
37146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37147 \begin_inset Text
37148
37149 \begin_layout Plain Layout
37150 /
37151 \end_layout
37152
37153 \end_inset
37154 </cell>
37155 </row>
37156 <row>
37157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37158 \begin_inset Text
37159
37160 \begin_layout Plain Layout
37161
37162 \backslash
37163 vert
37164 \end_layout
37165
37166 \end_inset
37167 </cell>
37168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37169 \begin_inset Text
37170
37171 \begin_layout Plain Layout
37172 |
37173 \end_layout
37174
37175 \end_inset
37176 </cell>
37177 </row>
37178 </lyxtabular>
37179
37180 \end_inset
37181
37182
37183 \begin_inset space \hfill{}
37184 \end_inset
37185
37186
37187 \begin_inset Tabular
37188 <lyxtabular version="3" rows="12" columns="2">
37189 <features tabularvalignment="middle">
37190 <column alignment="center" valignment="top" width="0pt">
37191 <column alignment="center" valignment="top" width="0pt">
37192 <row>
37193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37194 \begin_inset Text
37195
37196 \begin_layout Plain Layout
37197 Command
37198 \end_layout
37199
37200 \end_inset
37201 </cell>
37202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37203 \begin_inset Text
37204
37205 \begin_layout Plain Layout
37206 equivalent to
37207 \end_layout
37208
37209 \end_inset
37210 </cell>
37211 </row>
37212 <row>
37213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37214 \begin_inset Text
37215
37216 \begin_layout Plain Layout
37217
37218 \backslash
37219 backslash
37220 \end_layout
37221
37222 \end_inset
37223 </cell>
37224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37225 \begin_inset Text
37226
37227 \begin_layout Plain Layout
37228
37229 \backslash
37230
37231 \backslash
37232
37233 \end_layout
37234
37235 \end_inset
37236 </cell>
37237 </row>
37238 <row>
37239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37240 \begin_inset Text
37241
37242 \begin_layout Plain Layout
37243
37244 \backslash
37245 dasharrow
37246 \end_layout
37247
37248 \end_inset
37249 </cell>
37250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37251 \begin_inset Text
37252
37253 \begin_layout Plain Layout
37254
37255 \backslash
37256 dashrightarrow
37257 \end_layout
37258
37259 \end_inset
37260 </cell>
37261 </row>
37262 <row>
37263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37264 \begin_inset Text
37265
37266 \begin_layout Plain Layout
37267
37268 \backslash
37269 land
37270 \end_layout
37271
37272 \end_inset
37273 </cell>
37274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37275 \begin_inset Text
37276
37277 \begin_layout Plain Layout
37278
37279 \backslash
37280 wedge
37281 \end_layout
37282
37283 \end_inset
37284 </cell>
37285 </row>
37286 <row>
37287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37288 \begin_inset Text
37289
37290 \begin_layout Plain Layout
37291
37292 \backslash
37293 rbrace
37294 \end_layout
37295
37296 \end_inset
37297 </cell>
37298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37299 \begin_inset Text
37300
37301 \begin_layout Plain Layout
37302 }
37303 \end_layout
37304
37305 \end_inset
37306 </cell>
37307 </row>
37308 <row>
37309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37310 \begin_inset Text
37311
37312 \begin_layout Plain Layout
37313
37314 \backslash
37315 rbracket
37316 \end_layout
37317
37318 \end_inset
37319 </cell>
37320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37321 \begin_inset Text
37322
37323 \begin_layout Plain Layout
37324 ]
37325 \end_layout
37326
37327 \end_inset
37328 </cell>
37329 </row>
37330 <row>
37331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37332 \begin_inset Text
37333
37334 \begin_layout Plain Layout
37335
37336 \backslash
37337 rightarrow
37338 \end_layout
37339
37340 \end_inset
37341 </cell>
37342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37343 \begin_inset Text
37344
37345 \begin_layout Plain Layout
37346
37347 \backslash
37348 to
37349 \end_layout
37350
37351 \end_inset
37352 </cell>
37353 </row>
37354 <row>
37355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37356 \begin_inset Text
37357
37358 \begin_layout Plain Layout
37359
37360 \backslash
37361 lnot
37362 \end_layout
37363
37364 \end_inset
37365 </cell>
37366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37367 \begin_inset Text
37368
37369 \begin_layout Plain Layout
37370
37371 \backslash
37372 neg
37373 \end_layout
37374
37375 \end_inset
37376 </cell>
37377 </row>
37378 <row>
37379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37380 \begin_inset Text
37381
37382 \begin_layout Plain Layout
37383
37384 \backslash
37385 ne
37386 \end_layout
37387
37388 \end_inset
37389 </cell>
37390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37391 \begin_inset Text
37392
37393 \begin_layout Plain Layout
37394
37395 \backslash
37396 not=
37397 \end_layout
37398
37399 \end_inset
37400 </cell>
37401 </row>
37402 <row>
37403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37404 \begin_inset Text
37405
37406 \begin_layout Plain Layout
37407
37408 \backslash
37409 owns
37410 \end_layout
37411
37412 \end_inset
37413 </cell>
37414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37415 \begin_inset Text
37416
37417 \begin_layout Plain Layout
37418
37419 \backslash
37420 ni
37421 \end_layout
37422
37423 \end_inset
37424 </cell>
37425 </row>
37426 <row>
37427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37428 \begin_inset Text
37429
37430 \begin_layout Plain Layout
37431
37432 \backslash
37433 square
37434 \end_layout
37435
37436 \end_inset
37437 </cell>
37438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37439 \begin_inset Text
37440
37441 \begin_layout Plain Layout
37442
37443 \backslash
37444 Box
37445 \end_layout
37446
37447 \end_inset
37448 </cell>
37449 </row>
37450 <row>
37451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37452 \begin_inset Text
37453
37454 \begin_layout Plain Layout
37455
37456 \backslash
37457 Vert
37458 \end_layout
37459
37460 \end_inset
37461 </cell>
37462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37463 \begin_inset Text
37464
37465 \begin_layout Plain Layout
37466
37467 \backslash
37468 |
37469 \end_layout
37470
37471 \end_inset
37472 </cell>
37473 </row>
37474 </lyxtabular>
37475
37476 \end_inset
37477
37478
37479 \begin_inset space \hfill{}
37480 \end_inset
37481
37482
37483 \end_layout
37484
37485 \begin_layout Standard
37486 \begin_inset Newpage newpage
37487 \end_inset
37488
37489
37490 \end_layout
37491
37492 \begin_layout Bibliography
37493 \labelwidthstring References
37494 \begin_inset CommandInset bibitem
37495 LatexCommand bibitem
37496 key "TLC2"
37497
37498 \end_inset
37499
37500
37501 \shape smallcaps
37502 Mittelbach, F.
37503  ; Goossens, M.
37504 \shape default
37505
37506 \shape italic
37507 The LaTeX Companion
37508 \shape default
37509 .
37510  Addison Wesley, 2004
37511 \end_layout
37512
37513 \begin_layout Bibliography
37514 \labelwidthstring References
37515 \begin_inset CommandInset bibitem
37516 LatexCommand bibitem
37517 key "Mathmode"
37518
37519 \end_inset
37520
37521
37522 \begin_inset CommandInset href
37523 LatexCommand href
37524 name "Description"
37525 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37526
37527 \end_inset
37528
37529  of LaTeX's math abilities
37530 \end_layout
37531
37532 \begin_layout Bibliography
37533 \labelwidthstring References
37534 \begin_inset CommandInset bibitem
37535 LatexCommand bibitem
37536 key "AMS"
37537
37538 \end_inset
37539
37540
37541 \begin_inset CommandInset href
37542 LatexCommand href
37543 name "Description"
37544 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37545
37546 \end_inset
37547
37548  of 
37549 \begin_inset ERT
37550 status collapsed
37551
37552 \begin_layout Plain Layout
37553
37554
37555 \backslash
37556 AmS
37557 \end_layout
37558
37559 \end_inset
37560
37561 -LaTeX
37562 \end_layout
37563
37564 \begin_layout Bibliography
37565 \labelwidthstring References
37566 \begin_inset CommandInset bibitem
37567 LatexCommand bibitem
37568 key "Symbols"
37569
37570 \end_inset
37571
37572
37573 \begin_inset CommandInset href
37574 LatexCommand href
37575 name "List"
37576 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37577
37578 \end_inset
37579
37580  of all symbols available with LaTeX-packages
37581 \end_layout
37582
37583 \begin_layout Bibliography
37584 \labelwidthstring References
37585 \begin_inset CommandInset bibitem
37586 LatexCommand bibitem
37587 key "hyperref"
37588
37589 \end_inset
37590
37591
37592 \begin_inset CommandInset href
37593 LatexCommand href
37594 name "Documentation"
37595 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37596
37597 \end_inset
37598
37599  of the LaTeX-package 
37600 \series bold
37601 hyperref
37602 \series default
37603
37604 \begin_inset Index idx
37605 status collapsed
37606
37607 \begin_layout Plain Layout
37608 Packages ! hyperref
37609 \end_layout
37610
37611 \end_inset
37612
37613
37614 \end_layout
37615
37616 \begin_layout Bibliography
37617 \labelwidthstring References
37618 \begin_inset CommandInset bibitem
37619 LatexCommand bibitem
37620 key "mhchem"
37621
37622 \end_inset
37623
37624
37625 \begin_inset CommandInset href
37626 LatexCommand href
37627 name "Documentation"
37628 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37629
37630 \end_inset
37631
37632  of the LaTeX-package 
37633 \series bold
37634 mhchem
37635 \series default
37636
37637 \begin_inset Index idx
37638 status collapsed
37639
37640 \begin_layout Plain Layout
37641 Packages ! mhchem
37642 \end_layout
37643
37644 \end_inset
37645
37646
37647 \end_layout
37648
37649 \begin_layout Bibliography
37650 \labelwidthstring References
37651 \begin_inset CommandInset bibitem
37652 LatexCommand bibitem
37653 key "Mathclap"
37654
37655 \end_inset
37656
37657
37658 \begin_inset CommandInset href
37659 LatexCommand href
37660 name "Description"
37661 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37662
37663 \end_inset
37664
37665  of the command 
37666 \series bold
37667
37668 \backslash
37669 mathclap
37670 \series default
37671 , described in 
37672 \begin_inset CommandInset ref
37673 LatexCommand ref
37674 reference "sub:Operator-Limits"
37675
37676 \end_inset
37677
37678
37679 \begin_inset Index idx
37680 status collapsed
37681
37682 \begin_layout Plain Layout
37683 Commands ! M ! 
37684 \backslash
37685 mathclap
37686 \end_layout
37687
37688 \end_inset
37689
37690
37691 \end_layout
37692
37693 \begin_layout Bibliography
37694 \labelwidthstring References
37695 \begin_inset CommandInset bibitem
37696 LatexCommand bibitem
37697 key "Duden"
37698
37699 \end_inset
37700
37701
37702 \emph on
37703 Duden Band 1
37704 \emph default
37705 .
37706  22.
37707  Auflage, Duden 2001
37708 \end_layout
37709
37710 \begin_layout Bibliography
37711 \labelwidthstring References
37712 \begin_inset CommandInset bibitem
37713 LatexCommand bibitem
37714 key "Checklist"
37715
37716 \end_inset
37717
37718
37719 \begin_inset CommandInset href
37720 LatexCommand href
37721 name "Check list"
37722 target "http://physics.nist.gov/Document/checklist.pdf"
37723
37724 \end_inset
37725
37726  for reviewing manuscripts
37727 \end_layout
37728
37729 \begin_layout Standard
37730 \begin_inset CommandInset index_print
37731 LatexCommand printindex
37732 type "idx"
37733
37734 \end_inset
37735
37736
37737 \end_layout
37738
37739 \end_body
37740 \end_document