]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
cd3a51480b7fef44221d22f347e1fc69c9c40915
[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 bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
154 \use_default_options false
155 \maintain_unincluded_children false
156 \language english
157 \inputencoding auto
158 \fontencoding global
159 \font_roman default
160 \font_sans default
161 \font_typewriter default
162 \font_default_family default
163 \use_xetex false
164 \font_sc false
165 \font_osf false
166 \font_sf_scale 100
167 \font_tt_scale 100
168
169 \graphics default
170 \default_output_format default
171 \output_sync 0
172 \bibtex_command default
173 \index_command default
174 \paperfontsize 12
175 \spacing single
176 \use_hyperref true
177 \pdf_title "LyX's Math Manual"
178 \pdf_author "LyX Team, Uwe Stöhr"
179 \pdf_subject "LyX-documentation about math"
180 \pdf_keywords "LyX, Mathed"
181 \pdf_bookmarks true
182 \pdf_bookmarksnumbered true
183 \pdf_bookmarksopen true
184 \pdf_bookmarksopenlevel 1
185 \pdf_breaklinks false
186 \pdf_pdfborder false
187 \pdf_colorlinks true
188 \pdf_backref false
189 \pdf_pdfusetitle false
190 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
191 \papersize a4paper
192 \use_geometry false
193 \use_amsmath 2
194 \use_esint 1
195 \use_mhchem 1
196 \use_mathdots 1
197 \cite_engine basic
198 \use_bibtopic false
199 \use_indices false
200 \paperorientation portrait
201 \suppress_date false
202 \index Index
203 \shortcut idx
204 \color #008000
205 \end_index
206 \secnumdepth 4
207 \tocdepth 3
208 \paragraph_separation skip
209 \defskip medskip
210 \quotes_language english
211 \papercolumns 1
212 \papersides 2
213 \paperpagestyle plain
214 \bullet 1 0 6 -1
215 \bullet 2 2 35 -1
216 \bullet 3 2 7 -1
217 \tracking_changes false
218 \output_changes false
219 \html_math_output 0
220 \html_be_strict false
221 \end_header
222
223 \begin_body
224
225 \begin_layout Title
226 LyX's detailed Math manual
227 \end_layout
228
229 \begin_layout Author
230 by the LyX Team
231 \begin_inset Foot
232 status collapsed
233
234 \begin_layout Plain Layout
235 \noindent
236 If you have comments or error corrections, please send them to the LyX Documenta
237 tion mailing list: 
238 \family typewriter
239
240 \begin_inset CommandInset href
241 LatexCommand href
242 name "lyx-docs@lists.lyx.org"
243 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
244 type "mailto:"
245
246 \end_inset
247
248
249 \end_layout
250
251 \end_inset
252
253
254 \begin_inset Note Note
255 status collapsed
256
257 \begin_layout Plain Layout
258 author: Uwe Stöhr
259 \end_layout
260
261 \end_inset
262
263
264 \begin_inset Newline newline
265 \end_inset
266
267
268 \begin_inset Newline newline
269 \end_inset
270
271
272 \family sans
273 Version 2.0.x
274 \end_layout
275
276 \begin_layout Standard
277 \begin_inset CommandInset toc
278 LatexCommand tableofcontents
279
280 \end_inset
281
282
283 \end_layout
284
285 \begin_layout Standard
286 \begin_inset Note Note
287 status open
288
289 \begin_layout Plain Layout
290 To export this document to PDF, PS or DVI the LaTeX-packages 
291 \series bold
292 braket, cancel, eurosym,
293 \series default
294  
295 \series bold
296 mhchem, multirow
297 \series default
298  and 
299 \series bold
300 was
301 \series default
302  should be installed.
303  If they are not installed the document can be export anyway but the sections
304  where the packages are required will not appear in the output.
305  An exeption is 
306 \series bold
307 mhchem
308 \series default
309 ; if it is not installed, this file cannot be exported.
310 \end_layout
311
312 \begin_layout Plain Layout
313 The latest PDF-version of this document can be found here:
314 \begin_inset Newline newline
315 \end_inset
316
317
318 \series bold
319 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
320 \end_layout
321
322 \end_inset
323
324
325 \end_layout
326
327 \begin_layout Standard
328 \begin_inset Newpage newpage
329 \end_inset
330
331
332 \end_layout
333
334 \begin_layout Section
335 Introduction
336 \end_layout
337
338 \begin_layout Standard
339 This document explains LyX's math features and is furthermore a collection
340  of LaTeX-commands used for mathematical characters and constructs.
341  The explanations are designed for the usage of commands.
342  It is therefore required that you have read the section 
343 \family typewriter
344 Mathematical
345 \begin_inset space ~
346 \end_inset
347
348 Formulas
349 \family default
350  of the User's Guide.
351 \end_layout
352
353 \begin_layout Standard
354 Most of the characters and many constructs explained in this manual are
355  also accessible via the menu 
356 \family sans
357 Insert
358 \series bold
359 \SpecialChar \menuseparator
360
361 \series default
362 Math
363 \family default
364 , or the 
365 \family sans
366 math
367 \family default
368 \series bold
369  
370 \family sans
371 \series default
372 toolbar
373 \family default
374 .
375  But everybody who has to write lots of formulas will notice that it is
376  much faster to use commands instead of the math toolbar.
377  Therefore this manual is focused on commands but also mentions the correspondin
378 g toolbar buttons when available.
379 \end_layout
380
381 \begin_layout Standard
382 If not specially mentioned the commands are only available within formulas.
383  To be able to use all commands explained in this document, the option 
384 \family sans
385 Use AMS math package
386 \family default
387  must be used in the document settings (menu 
388 \family sans
389 Document\SpecialChar \menuseparator
390 Settings\SpecialChar \menuseparator
391 Math
392 \begin_inset space ~
393 \end_inset
394
395 Options
396 \family default
397 ).
398 \begin_inset Foot
399 status collapsed
400
401 \begin_layout Plain Layout
402 The option 
403 \family sans
404 Use AMS math package automatically
405 \family default
406  only uses 
407 \begin_inset ERT
408 status collapsed
409
410 \begin_layout Plain Layout
411
412
413 \backslash
414 AmS 
415 \end_layout
416
417 \end_inset
418
419 -math when math constructs are found that are supported by LyX.
420 \end_layout
421
422 \end_inset
423
424
425 \end_layout
426
427 \begin_layout Standard
428 This document doesn't list all 
429 \begin_inset ERT
430 status collapsed
431
432 \begin_layout Plain Layout
433
434
435 \backslash
436 AmS 
437 \end_layout
438
439 \end_inset
440
441 -math commands
442 \begin_inset Foot
443 status collapsed
444
445 \begin_layout Plain Layout
446 A list with all 
447 \begin_inset ERT
448 status collapsed
449
450 \begin_layout Plain Layout
451
452
453 \backslash
454 AmS
455 \end_layout
456
457 \end_inset
458
459 -math commands is in the file 
460 \family sans
461
462 \begin_inset CommandInset href
463 LatexCommand href
464 name "amsguide.ps"
465 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
466
467 \end_inset
468
469
470 \family default
471 , which is part of every LaTeX standard installation.
472 \end_layout
473
474 \end_inset
475
476  for lucidity reasons.
477 \end_layout
478
479 \begin_layout Section
480 General Instructions
481 \end_layout
482
483 \begin_layout Standard
484 To create an inline formula
485 \begin_inset Index idx
486 status collapsed
487
488 \begin_layout Plain Layout
489 Formula ! inline
490 \end_layout
491
492 \end_inset
493
494  that is embedded into a text line, use one of the shortcuts 
495 \begin_inset Info
496 type  "shortcuts"
497 arg   "math-mode"
498 \end_inset
499
500  or the toolbar button 
501 \begin_inset Graphics
502         filename ../images/math-mode.png
503         scale 85
504
505 \end_inset
506
507
508 \begin_inset Newline newline
509 \end_inset
510
511 To create a display style formula
512 \begin_inset Index idx
513 status collapsed
514
515 \begin_layout Plain Layout
516 Formula ! display style
517 \end_layout
518
519 \end_inset
520
521  that will appear bigger and in an own paragraph, use one of these shortcuts:
522  
523 \begin_inset Info
524 type  "shortcuts"
525 arg   "math-display"
526 \end_inset
527
528 .
529 \end_layout
530
531 \begin_layout Standard
532 To change a display style formula to an inline formula, set the cursor into
533  the formula and use one of the shortcuts 
534 \begin_inset Info
535 type  "shortcuts"
536 arg   "math-mode"
537 \end_inset
538
539  or the menu 
540 \family sans
541 Edit\SpecialChar \menuseparator
542 Math\SpecialChar \menuseparator
543 Change formula type
544 \family default
545 .
546  The same way is used to change an inline formula to a display style formula.
547 \end_layout
548
549 \begin_layout Standard
550 To display parts of an inline formula in the size of a display style formula,
551  enter the command 
552 \series bold
553
554 \backslash
555 displaystyle
556 \series default
557
558 \begin_inset Index idx
559 status collapsed
560
561 \begin_layout Plain Layout
562 Commands ! D ! 
563 \backslash
564 displaystyle
565 \end_layout
566
567 \end_inset
568
569  to a formula.
570  Then a new blue box appears in which the desired formula part is inserted.
571 \end_layout
572
573 \begin_layout Standard
574 Only inline formulas are allowed inside tables.
575 \end_layout
576
577 \begin_layout Standard
578 The 
579 \family sans
580 math toolbar
581 \family default
582  can be turned on in the menu 
583 \family sans
584 View\SpecialChar \menuseparator
585 Toolbars
586 \family default
587 .
588  When you click there on 
589 \begin_inset Quotes eld
590 \end_inset
591
592 Math
593 \begin_inset Quotes erd
594 \end_inset
595
596  the toolbar will be shown permanently at the bottom; this state is visualized
597  in the 
598 \family sans
599 Toolbars
600 \family default
601  menu with a checkmark.
602  When you click in this state again on 
603 \begin_inset Quotes eld
604 \end_inset
605
606 Math
607 \begin_inset Quotes erd
608 \end_inset
609
610  in the 
611 \family sans
612 Toolbars
613 \family default
614  menu, the 
615 \family sans
616 math toolbar
617 \family default
618  is only shown when the cursor is within a formula; this state is visualized
619  by the renaming of the menu entry from 
620 \begin_inset Quotes eld
621 \end_inset
622
623 Math
624 \begin_inset Quotes erd
625 \end_inset
626
627  to 
628 \begin_inset Quotes eld
629 \end_inset
630
631 Math
632 \begin_inset space ~
633 \end_inset
634
635 (auto)
636 \begin_inset Quotes erd
637 \end_inset
638
639 .
640 \end_layout
641
642 \begin_layout Standard
643 The TeX-mode
644 \begin_inset Index idx
645 status collapsed
646
647 \begin_layout Plain Layout
648 T@TeX-mode
649 \end_layout
650
651 \end_inset
652
653  is invoked by pressing the toolbar button 
654 \begin_inset Graphics
655         filename ../images/ert-insert.png
656         scale 85
657
658 \end_inset
659
660  or by using the menu 
661 \family sans
662 Insert\SpecialChar \menuseparator
663 Te
664 \begin_inset ERT
665 status collapsed
666
667 \begin_layout Plain Layout
668
669 {}
670 \end_layout
671
672 \end_inset
673
674 X Code
675 \family default
676  (shortcut 
677 \begin_inset Info
678 type  "shortcut"
679 arg   "ert-insert"
680 \end_inset
681
682 ).
683 \begin_inset Note Note
684 status collapsed
685
686 \begin_layout Plain Layout
687 In LyX there are three 
688 \begin_inset Quotes eld
689 \end_inset
690
691 proper names
692 \begin_inset Quotes erd
693 \end_inset
694
695  that appear in the output with sub- and superscript letters: TeX, LaTeX
696  and LyX
697 \end_layout
698
699 \begin_layout Plain Layout
700 To avoid that these names are recognized as proper names, a TeX-brace pair
701  is inserted.
702 \end_layout
703
704 \end_inset
705
706
707 \end_layout
708
709 \begin_layout Standard
710 To change the LaTeX-preamble
711 \begin_inset Index idx
712 status collapsed
713
714 \begin_layout Plain Layout
715 L@LaTeX-preamble
716 \end_layout
717
718 \end_inset
719
720 , use the menu 
721 \family sans
722 Document\SpecialChar \menuseparator
723 Settings\SpecialChar \menuseparator
724 LaT
725 \begin_inset ERT
726 status collapsed
727
728 \begin_layout Plain Layout
729
730 {}
731 \end_layout
732
733 \end_inset
734
735 eX
736 \family default
737  
738 \family sans
739 Preamble
740 \family default
741 .
742 \end_layout
743
744 \begin_layout Standard
745 To edit matrices, case differentiations and multiline formulas subsequently,
746  the menus 
747 \family sans
748 Edit\SpecialChar \menuseparator
749 Math
750 \family default
751  and 
752 \family sans
753 Edit\SpecialChar \menuseparator
754 Rows
755 \begin_inset space \thinspace{}
756 \end_inset
757
758 &
759 \begin_inset space \thinspace{}
760 \end_inset
761
762 Columns,
763 \family default
764  or the 
765 \family sans
766 table toolbar
767 \family default
768  can be used.
769  When lines and columns are swapped via the menu, the column or line where
770  the cursor is in is exchanged with the column to the right or the line
771  below, respectively.
772  Is the cursor in the last column or row, the exchange is done with the
773  column to the left or the line above.
774 \end_layout
775
776 \begin_layout Standard
777 To write text in formulas
778 \begin_inset Foot
779 status collapsed
780
781 \begin_layout Plain Layout
782 For multiline formulas the command 
783 \series bold
784
785 \backslash
786 intertext
787 \series default
788  is used, see 
789 \begin_inset CommandInset ref
790 LatexCommand ref
791 reference "sub:Text-in-multiline"
792
793 \end_inset
794
795 .
796 \end_layout
797
798 \end_inset
799
800  
801 \emph on
802 mathematical text
803 \emph default
804
805 \begin_inset Index idx
806 status collapsed
807
808 \begin_layout Plain Layout
809 Text ! in formulas
810 \end_layout
811
812 \end_inset
813
814
815 \begin_inset Index idx
816 status collapsed
817
818 \begin_layout Plain Layout
819 Mathematical text
820 \end_layout
821
822 \end_inset
823
824  is used.
825  This mode is invoked with the shortcut 
826 \begin_inset Info
827 type  "shortcut"
828 arg   "font-default"
829 \end_inset
830
831  or by the insertion of the command 
832 \series bold
833
834 \backslash
835 text
836 \series default
837
838 \begin_inset Index idx
839 status collapsed
840
841 \begin_layout Plain Layout
842 Commands ! T ! 
843 \backslash
844 text
845 \end_layout
846
847 \end_inset
848
849 .
850  The text appears black in LyX and can therefore be distinguished from the
851  other formula parts that appear blue.
852  In the output mathematical text is set upright, in contrary to other formula
853  parts.
854 \end_layout
855
856 \begin_layout Subsection*
857 Command Scheme
858 \end_layout
859
860 \begin_layout Standard
861 Most of the LaTeX-commands for math constructs have the following scheme:
862 \end_layout
863
864 \begin_layout Standard
865
866 \series bold
867
868 \backslash
869 commandname[optional
870 \series default
871  
872 \series bold
873 argument]{required
874 \series default
875  
876 \series bold
877 argument}
878 \end_layout
879
880 \begin_layout Standard
881 A command starts always with a backslash 
882 \begin_inset Quotes gld
883 \end_inset
884
885
886 \series bold
887
888 \backslash
889
890 \series default
891
892 \begin_inset Quotes grd
893 \end_inset
894
895 .
896  To omit optional arguments, also omit the associated brackets.
897  The braces around the required arguments are named in this document as
898  TeX-braces
899 \begin_inset Index idx
900 status collapsed
901
902 \begin_layout Plain Layout
903 T@TeX-braces
904 \end_layout
905
906 \end_inset
907
908 .
909  If you add in a formula a left brace to a command name, LyX creates automatical
910 ly a TeX-brace.
911  In all other cases TeX-braces are created in formulas with the command
912  
913 \series bold
914
915 \backslash
916 {
917 \series default
918 .
919  TeX-braces appear red in LyX, in contrary to normal braces that appear
920  blue.
921  In TeX-mode no command is needed to get TeX-braces.
922  TeX-braces don't appear in the output.
923 \end_layout
924
925 \begin_layout Standard
926 When commands without arguments, like commands for symbols are entered in
927  TeX-mode, a space character must 
928 \emph on
929 always
930 \emph default
931  be behind the command to end it.
932  This space doesn't appear in the output.
933  When the space should appear in the output, the space must be followed
934  by a protected space in normal text.
935 \end_layout
936
937 \begin_layout Standard
938 A protected space is inserted with 
939 \begin_inset Info
940 type  "shortcut"
941 arg   "space-insert protected"
942 \end_inset
943
944 .
945 \end_layout
946
947 \begin_layout Subsection*
948 \begin_inset Newpage newpage
949 \end_inset
950
951 Syntax Explanation
952 \end_layout
953
954 \begin_layout Itemize
955 The symbol
956 \begin_inset Foot
957 status collapsed
958
959 \begin_layout Plain Layout
960 This visible space character can be created with the command 
961 \series bold
962
963 \backslash
964 textvisiblespace
965 \series default
966
967 \begin_inset Index idx
968 status collapsed
969
970 \begin_layout Plain Layout
971 Commands ! T ! 
972 \backslash
973 textvisiblespace
974 \end_layout
975
976 \end_inset
977
978 , inserted in TeX-mode.
979 \end_layout
980
981 \end_inset
982
983  
984 \begin_inset ERT
985 status collapsed
986
987 \begin_layout Plain Layout
988
989
990 \backslash
991 spce 
992 \end_layout
993
994 \end_inset
995
996
997 \begin_inset space ~
998 \end_inset
999
1000 denotes a space character to be input.
1001 \end_layout
1002
1003 \begin_layout Itemize
1004 An arrow like 
1005 \begin_inset Formula $\to$
1006 \end_inset
1007
1008  denotes the usage of the corresponding arrow key on the keyboard.
1009 \end_layout
1010
1011 \begin_layout Subsection*
1012 Available units
1013 \end_layout
1014
1015 \begin_layout Standard
1016 \align center
1017 \begin_inset Float table
1018 placement H
1019 wide false
1020 sideways false
1021 status open
1022
1023 \begin_layout Plain Layout
1024 \align center
1025 \begin_inset Caption
1026
1027 \begin_layout Plain Layout
1028 \begin_inset CommandInset label
1029 LatexCommand label
1030 name "tab:Available-units"
1031
1032 \end_inset
1033
1034 Available units
1035 \end_layout
1036
1037 \end_inset
1038
1039
1040 \end_layout
1041
1042 \begin_layout Plain Layout
1043 \align center
1044 \begin_inset Tabular
1045 <lyxtabular version="3" rows="13" columns="2">
1046 <features tabularvalignment="middle">
1047 <column alignment="center" valignment="top" width="0">
1048 <column alignment="center" valignment="top" width="0">
1049 <row>
1050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1051 \begin_inset Text
1052
1053 \begin_layout Plain Layout
1054 Unit
1055 \end_layout
1056
1057 \end_inset
1058 </cell>
1059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1060 \begin_inset Text
1061
1062 \begin_layout Plain Layout
1063 Name / Description
1064 \end_layout
1065
1066 \end_inset
1067 </cell>
1068 </row>
1069 <row>
1070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1071 \begin_inset Text
1072
1073 \begin_layout Plain Layout
1074 mm
1075 \end_layout
1076
1077 \end_inset
1078 </cell>
1079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1080 \begin_inset Text
1081
1082 \begin_layout Plain Layout
1083 Millimeter
1084 \end_layout
1085
1086 \end_inset
1087 </cell>
1088 </row>
1089 <row>
1090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1091 \begin_inset Text
1092
1093 \begin_layout Plain Layout
1094 cm
1095 \end_layout
1096
1097 \end_inset
1098 </cell>
1099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1100 \begin_inset Text
1101
1102 \begin_layout Plain Layout
1103 Centimeter
1104 \end_layout
1105
1106 \end_inset
1107 </cell>
1108 </row>
1109 <row>
1110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1111 \begin_inset Text
1112
1113 \begin_layout Plain Layout
1114 in
1115 \end_layout
1116
1117 \end_inset
1118 </cell>
1119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1120 \begin_inset Text
1121
1122 \begin_layout Plain Layout
1123 Inch (1
1124 \begin_inset space \thinspace{}
1125 \end_inset
1126
1127 in = 2,54
1128 \begin_inset space \thinspace{}
1129 \end_inset
1130
1131 cm)
1132 \end_layout
1133
1134 \end_inset
1135 </cell>
1136 </row>
1137 <row>
1138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1139 \begin_inset Text
1140
1141 \begin_layout Plain Layout
1142 pt
1143 \end_layout
1144
1145 \end_inset
1146 </cell>
1147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1148 \begin_inset Text
1149
1150 \begin_layout Plain Layout
1151 Point (72.27
1152 \begin_inset space \thinspace{}
1153 \end_inset
1154
1155 pt = 1
1156 \begin_inset space \thinspace{}
1157 \end_inset
1158
1159 in)
1160 \end_layout
1161
1162 \end_inset
1163 </cell>
1164 </row>
1165 <row>
1166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1167 \begin_inset Text
1168
1169 \begin_layout Plain Layout
1170 pc
1171 \end_layout
1172
1173 \end_inset
1174 </cell>
1175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1176 \begin_inset Text
1177
1178 \begin_layout Plain Layout
1179 Pica (1
1180 \begin_inset space \thinspace{}
1181 \end_inset
1182
1183 pc = 12
1184 \begin_inset space \thinspace{}
1185 \end_inset
1186
1187 pt)
1188 \end_layout
1189
1190 \end_inset
1191 </cell>
1192 </row>
1193 <row>
1194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1195 \begin_inset Text
1196
1197 \begin_layout Plain Layout
1198 sp
1199 \end_layout
1200
1201 \end_inset
1202 </cell>
1203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1204 \begin_inset Text
1205
1206 \begin_layout Plain Layout
1207 scaled point (65536
1208 \begin_inset space \thinspace{}
1209 \end_inset
1210
1211 sp = 1
1212 \begin_inset space \thinspace{}
1213 \end_inset
1214
1215 pt)
1216 \end_layout
1217
1218 \end_inset
1219 </cell>
1220 </row>
1221 <row>
1222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1223 \begin_inset Text
1224
1225 \begin_layout Plain Layout
1226 bp
1227 \end_layout
1228
1229 \end_inset
1230 </cell>
1231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1232 \begin_inset Text
1233
1234 \begin_layout Plain Layout
1235 big point (72
1236 \begin_inset space \thinspace{}
1237 \end_inset
1238
1239 bp = 1
1240 \begin_inset space \thinspace{}
1241 \end_inset
1242
1243 in)
1244 \end_layout
1245
1246 \end_inset
1247 </cell>
1248 </row>
1249 <row>
1250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1251 \begin_inset Text
1252
1253 \begin_layout Plain Layout
1254 dd
1255 \end_layout
1256
1257 \end_inset
1258 </cell>
1259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1260 \begin_inset Text
1261
1262 \begin_layout Plain Layout
1263 Didot (1
1264 \begin_inset space \thinspace{}
1265 \end_inset
1266
1267 dd 
1268 \begin_inset Formula $\approx$
1269 \end_inset
1270
1271  0.376
1272 \begin_inset space \thinspace{}
1273 \end_inset
1274
1275 mm)
1276 \end_layout
1277
1278 \end_inset
1279 </cell>
1280 </row>
1281 <row>
1282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1283 \begin_inset Text
1284
1285 \begin_layout Plain Layout
1286 cc
1287 \end_layout
1288
1289 \end_inset
1290 </cell>
1291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1292 \begin_inset Text
1293
1294 \begin_layout Plain Layout
1295 Cicero (1
1296 \begin_inset space \thinspace{}
1297 \end_inset
1298
1299 cc = 12
1300 \begin_inset space \thinspace{}
1301 \end_inset
1302
1303 dd)
1304 \end_layout
1305
1306 \end_inset
1307 </cell>
1308 </row>
1309 <row>
1310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1311 \begin_inset Text
1312
1313 \begin_layout Plain Layout
1314 ex
1315 \end_layout
1316
1317 \end_inset
1318 </cell>
1319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1320 \begin_inset Text
1321
1322 \begin_layout Plain Layout
1323 Height of letter 
1324 \emph on
1325
1326 \begin_inset Quotes eld
1327 \end_inset
1328
1329 x
1330 \emph default
1331
1332 \begin_inset Quotes erd
1333 \end_inset
1334
1335  in the current font
1336 \end_layout
1337
1338 \end_inset
1339 </cell>
1340 </row>
1341 <row>
1342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1343 \begin_inset Text
1344
1345 \begin_layout Plain Layout
1346 em
1347 \end_layout
1348
1349 \end_inset
1350 </cell>
1351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1352 \begin_inset Text
1353
1354 \begin_layout Plain Layout
1355 width of letter 
1356 \begin_inset Quotes eld
1357 \end_inset
1358
1359
1360 \emph on
1361 M
1362 \emph default
1363
1364 \begin_inset Quotes erd
1365 \end_inset
1366
1367  in the current font
1368 \end_layout
1369
1370 \end_inset
1371 </cell>
1372 </row>
1373 <row>
1374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1375 \begin_inset Text
1376
1377 \begin_layout Plain Layout
1378 mu
1379 \end_layout
1380
1381 \end_inset
1382 </cell>
1383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1384 \begin_inset Text
1385
1386 \begin_layout Plain Layout
1387 math unit (1
1388 \begin_inset space \thinspace{}
1389 \end_inset
1390
1391 mu = 
1392 \begin_inset Formula $\nicefrac{1}{18}$
1393 \end_inset
1394
1395
1396 \begin_inset space \thinspace{}
1397 \end_inset
1398
1399 em)
1400 \end_layout
1401
1402 \end_inset
1403 </cell>
1404 </row>
1405 </lyxtabular>
1406
1407 \end_inset
1408
1409
1410 \end_layout
1411
1412 \end_inset
1413
1414
1415 \end_layout
1416
1417 \begin_layout Standard
1418 \begin_inset Newpage newpage
1419 \end_inset
1420
1421
1422 \end_layout
1423
1424 \begin_layout Section
1425 Basic Functions
1426 \end_layout
1427
1428 \begin_layout Subsection
1429 Exponents
1430 \begin_inset Index idx
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434 Exponents
1435 \end_layout
1436
1437 \end_inset
1438
1439  and Indices
1440 \begin_inset Index idx
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444 Indices
1445 \end_layout
1446
1447 \end_inset
1448
1449
1450 \begin_inset Index idx
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454 Superscripts|see
1455 \begin_inset ERT
1456 status collapsed
1457
1458 \begin_layout Plain Layout
1459
1460 {
1461 \end_layout
1462
1463 \end_inset
1464
1465 Exponents
1466 \begin_inset ERT
1467 status collapsed
1468
1469 \begin_layout Plain Layout
1470
1471 }
1472 \end_layout
1473
1474 \end_inset
1475
1476
1477 \end_layout
1478
1479 \end_inset
1480
1481
1482 \begin_inset Index idx
1483 status collapsed
1484
1485 \begin_layout Plain Layout
1486 Subscripts|see
1487 \begin_inset ERT
1488 status collapsed
1489
1490 \begin_layout Plain Layout
1491
1492 {
1493 \end_layout
1494
1495 \end_inset
1496
1497 Indices
1498 \begin_inset ERT
1499 status collapsed
1500
1501 \begin_layout Plain Layout
1502
1503 }
1504 \end_layout
1505
1506 \end_inset
1507
1508
1509 \end_layout
1510
1511 \end_inset
1512
1513
1514 \end_layout
1515
1516 \begin_layout Standard
1517 Indices are created with an underscore 
1518 \begin_inset Quotes eld
1519 \end_inset
1520
1521 _
1522 \begin_inset Quotes erd
1523 \end_inset
1524
1525  or via the math toolbar button 
1526 \begin_inset Graphics
1527         filename ../images/math-subscript.png
1528         scale 85
1529
1530 \end_inset
1531
1532  , exponents with a caret 
1533 \begin_inset Quotes eld
1534 \end_inset
1535
1536 ^
1537 \begin_inset Quotes erd
1538 \end_inset
1539
1540  or via the math toolbar button 
1541 \begin_inset Graphics
1542         filename ../images/math-superscript.png
1543         scale 85
1544
1545 \end_inset
1546
1547 .
1548 \end_layout
1549
1550 \begin_layout Standard
1551 \align center
1552 \begin_inset Tabular
1553 <lyxtabular version="3" rows="4" columns="2">
1554 <features tabularvalignment="middle">
1555 <column alignment="center" valignment="top" width="0pt">
1556 <column alignment="center" valignment="top" width="0pt">
1557 <row>
1558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1559 \begin_inset Text
1560
1561 \begin_layout Plain Layout
1562 command
1563 \end_layout
1564
1565 \end_inset
1566 </cell>
1567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1568 \begin_inset Text
1569
1570 \begin_layout Plain Layout
1571 Result
1572 \begin_inset Note Note
1573 status collapsed
1574
1575 \begin_layout Plain Layout
1576
1577 \series bold
1578
1579 \backslash
1580 raisebox
1581 \series default
1582  is only used as spacer.
1583 \end_layout
1584
1585 \end_inset
1586
1587
1588 \end_layout
1589
1590 \end_inset
1591 </cell>
1592 </row>
1593 <row>
1594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1595 \begin_inset Text
1596
1597 \begin_layout Plain Layout
1598 B_V
1599 \end_layout
1600
1601 \end_inset
1602 </cell>
1603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1604 \begin_inset Text
1605
1606 \begin_layout Plain Layout
1607 \begin_inset Formula $B_{V}$
1608 \end_inset
1609
1610
1611 \end_layout
1612
1613 \end_inset
1614 </cell>
1615 </row>
1616 <row>
1617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1618 \begin_inset Text
1619
1620 \begin_layout Plain Layout
1621 B^V
1622 \end_layout
1623
1624 \end_inset
1625 </cell>
1626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1627 \begin_inset Text
1628
1629 \begin_layout Plain Layout
1630 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1631 \end_inset
1632
1633
1634 \end_layout
1635
1636 \end_inset
1637 </cell>
1638 </row>
1639 <row>
1640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1641 \begin_inset Text
1642
1643 \begin_layout Plain Layout
1644 B^
1645 \begin_inset ERT
1646 status collapsed
1647
1648 \begin_layout Plain Layout
1649
1650
1651 \backslash
1652 spce 
1653 \end_layout
1654
1655 \end_inset
1656
1657 A
1658 \end_layout
1659
1660 \end_inset
1661 </cell>
1662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1663 \begin_inset Text
1664
1665 \begin_layout Plain Layout
1666 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1667 \end_inset
1668
1669
1670 \end_layout
1671
1672 \end_inset
1673 </cell>
1674 </row>
1675 </lyxtabular>
1676
1677 \end_inset
1678
1679
1680 \end_layout
1681
1682 \begin_layout Standard
1683 As the caret is in some languages an accent, vowels will be accentuated
1684  in this case and not set as exponents
1685 \begin_inset Foot
1686 status collapsed
1687
1688 \begin_layout Plain Layout
1689 Depending on the used keyboard settings this can also happen for other character
1690 s than vowels.
1691 \end_layout
1692
1693 \end_inset
1694
1695 .
1696  To get in this case exponents, press 
1697 \family sans
1698 Space
1699 \family default
1700  after the caret as in the last example.
1701 \end_layout
1702
1703 \begin_layout Subsection
1704 Fractions
1705 \begin_inset CommandInset label
1706 LatexCommand label
1707 name "sub:Fractions"
1708
1709 \end_inset
1710
1711
1712 \begin_inset Index idx
1713 status collapsed
1714
1715 \begin_layout Plain Layout
1716 Fractions
1717 \end_layout
1718
1719 \end_inset
1720
1721
1722 \end_layout
1723
1724 \begin_layout Standard
1725 Fractions are generated with the command 
1726 \series bold
1727
1728 \backslash
1729 frac
1730 \series default
1731
1732 \begin_inset Index idx
1733 status collapsed
1734
1735 \begin_layout Plain Layout
1736 Commands ! F ! 
1737 \backslash
1738 frac
1739 \end_layout
1740
1741 \end_inset
1742
1743  or via the math toolbar button 
1744 \begin_inset Graphics
1745         filename ../images/math/frac.png
1746         scale 50
1747
1748 \end_inset
1749
1750 .
1751  The font size is adjusted automatically, depending on whether the fraction
1752  is in an inline or display style formula.
1753  With the math toolbar button 
1754 \begin_inset Graphics
1755         filename ../images/math/frac-square.png
1756         scale 85
1757
1758 \end_inset
1759
1760  you can select different fraction types.
1761 \end_layout
1762
1763 \begin_layout Standard
1764 With the command 
1765 \series bold
1766
1767 \backslash
1768 dfrac
1769 \series default
1770
1771 \begin_inset Index idx
1772 status collapsed
1773
1774 \begin_layout Plain Layout
1775 Commands ! D ! 
1776 \backslash
1777 dfrac
1778 \end_layout
1779
1780 \end_inset
1781
1782  a fraction can be created that has in any case the size of a display style
1783  formula.
1784  With 
1785 \series bold
1786
1787 \backslash
1788 tfrac
1789 \series default
1790
1791 \begin_inset Index idx
1792 status collapsed
1793
1794 \begin_layout Plain Layout
1795 Commands ! T ! 
1796 \backslash
1797 tfrac
1798 \end_layout
1799
1800 \end_inset
1801
1802  the fraction appears always with the size of an inline formula.
1803  An example:
1804 \end_layout
1805
1806 \begin_layout Standard
1807 A line with the fraction 
1808 \begin_inset Formula $\frac{1}{2}$
1809 \end_inset
1810
1811  that was created with the command 
1812 \series bold
1813
1814 \backslash
1815 frac
1816 \series default
1817 .
1818 \end_layout
1819
1820 \begin_layout Standard
1821 A line with the fraction 
1822 \begin_inset Formula $\dfrac{1}{2}$
1823 \end_inset
1824
1825  that was created with the command 
1826 \series bold
1827
1828 \backslash
1829 dfrac
1830 \series default
1831 .
1832 \end_layout
1833
1834 \begin_layout Standard
1835 \align center
1836 \begin_inset Tabular
1837 <lyxtabular version="3" rows="4" columns="2">
1838 <features tabularvalignment="middle">
1839 <column alignment="center" valignment="top" width="0pt">
1840 <column alignment="center" valignment="top" width="0pt">
1841 <row>
1842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1843 \begin_inset Text
1844
1845 \begin_layout Plain Layout
1846 Command
1847 \end_layout
1848
1849 \end_inset
1850 </cell>
1851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1852 \begin_inset Text
1853
1854 \begin_layout Plain Layout
1855 Result
1856 \begin_inset Note Note
1857 status collapsed
1858
1859 \begin_layout Plain Layout
1860
1861 \series bold
1862
1863 \backslash
1864 raisebox
1865 \series default
1866  is only used as spacer.
1867 \end_layout
1868
1869 \end_inset
1870
1871
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 </row>
1877 <row>
1878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1879 \begin_inset Text
1880
1881 \begin_layout Plain Layout
1882
1883 \backslash
1884 frac
1885 \begin_inset ERT
1886 status collapsed
1887
1888 \begin_layout Plain Layout
1889
1890
1891 \backslash
1892 spce 
1893 \end_layout
1894
1895 \end_inset
1896
1897 A
1898 \begin_inset Formula $\downarrow$
1899 \end_inset
1900
1901 B
1902 \end_layout
1903
1904 \end_inset
1905 </cell>
1906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1907 \begin_inset Text
1908
1909 \begin_layout Plain Layout
1910 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1911 \end_inset
1912
1913
1914 \end_layout
1915
1916 \end_inset
1917 </cell>
1918 </row>
1919 <row>
1920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1921 \begin_inset Text
1922
1923 \begin_layout Plain Layout
1924
1925 \backslash
1926 dfrac
1927 \begin_inset ERT
1928 status collapsed
1929
1930 \begin_layout Plain Layout
1931
1932
1933 \backslash
1934 spce 
1935 \end_layout
1936
1937 \end_inset
1938
1939 A
1940 \begin_inset Formula $\downarrow$
1941 \end_inset
1942
1943 B
1944 \end_layout
1945
1946 \end_inset
1947 </cell>
1948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1949 \begin_inset Text
1950
1951 \begin_layout Plain Layout
1952 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1953 \end_inset
1954
1955
1956 \end_layout
1957
1958 \end_inset
1959 </cell>
1960 </row>
1961 <row>
1962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1963 \begin_inset Text
1964
1965 \begin_layout Plain Layout
1966
1967 \backslash
1968 dfrac
1969 \begin_inset ERT
1970 status collapsed
1971
1972 \begin_layout Plain Layout
1973
1974
1975 \backslash
1976 spce 
1977 \end_layout
1978
1979 \end_inset
1980
1981 e^
1982 \begin_inset ERT
1983 status collapsed
1984
1985 \begin_layout Plain Layout
1986
1987
1988 \backslash
1989 spce 
1990 \end_layout
1991
1992 \end_inset
1993
1994
1995 \backslash
1996 frac
1997 \begin_inset ERT
1998 status collapsed
1999
2000 \begin_layout Plain Layout
2001
2002
2003 \backslash
2004 spce 
2005 \end_layout
2006
2007 \end_inset
2008
2009 1
2010 \begin_inset Formula $\downarrow$
2011 \end_inset
2012
2013 2
2014 \begin_inset Formula $\downarrow\downarrow$
2015 \end_inset
2016
2017 3
2018 \end_layout
2019
2020 \end_inset
2021 </cell>
2022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2023 \begin_inset Text
2024
2025 \begin_layout Plain Layout
2026 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2027 \end_inset
2028
2029
2030 \end_layout
2031
2032 \end_inset
2033 </cell>
2034 </row>
2035 </lyxtabular>
2036
2037 \end_inset
2038
2039
2040 \end_layout
2041
2042 \begin_layout Standard
2043 \begin_inset VSpace bigskip
2044 \end_inset
2045
2046
2047 \begin_inset Newpage newpage
2048 \end_inset
2049
2050 For nested fractions the command 
2051 \series bold
2052
2053 \backslash
2054 cfrac
2055 \series default
2056
2057 \begin_inset Index idx
2058 status collapsed
2059
2060 \begin_layout Plain Layout
2061 Commands ! C ! 
2062 \backslash
2063 cfrac
2064 \end_layout
2065
2066 \end_inset
2067
2068  can be used.
2069  Here is an example:
2070 \begin_inset VSpace -3mm
2071 \end_inset
2072
2073
2074 \end_layout
2075
2076 \begin_layout Standard
2077 \begin_inset Formula \begin{align*}
2078 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2079 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2080 \end{align*}
2081
2082 \end_inset
2083
2084
2085 \end_layout
2086
2087 \begin_layout Standard
2088 The command for the example above is:
2089 \end_layout
2090
2091 \begin_layout Standard
2092
2093 \series bold
2094
2095 \backslash
2096 cfrac
2097 \begin_inset ERT
2098 status collapsed
2099
2100 \begin_layout Plain Layout
2101
2102
2103 \backslash
2104 spce 
2105 \end_layout
2106
2107 \end_inset
2108
2109 A
2110 \begin_inset Formula $\downarrow$
2111 \end_inset
2112
2113 B+
2114 \backslash
2115 cfrac
2116 \begin_inset ERT
2117 status collapsed
2118
2119 \begin_layout Plain Layout
2120
2121
2122 \backslash
2123 spce 
2124 \end_layout
2125
2126 \end_inset
2127
2128 C+
2129 \backslash
2130 cfrac
2131 \begin_inset ERT
2132 status collapsed
2133
2134 \begin_layout Plain Layout
2135
2136
2137 \backslash
2138 spce 
2139 \end_layout
2140
2141 \end_inset
2142
2143 E
2144 \begin_inset Formula $\downarrow$
2145 \end_inset
2146
2147 F
2148 \begin_inset Formula $\downarrow$
2149 \end_inset
2150
2151 D
2152 \end_layout
2153
2154 \begin_layout Standard
2155 \begin_inset VSpace medskip
2156 \end_inset
2157
2158
2159 \end_layout
2160
2161 \begin_layout Standard
2162
2163 \series bold
2164
2165 \backslash
2166 cfrac
2167 \series default
2168  sets the fraction always in the size of a displayed formula, also when
2169  it is part of another fraction.
2170 \end_layout
2171
2172 \begin_layout Standard
2173 It is possible to specify the alignment of the numerator.
2174  The command 
2175 \series bold
2176
2177 \backslash
2178 cfracleft
2179 \series default
2180  is used to left align it, the command 
2181 \series bold
2182
2183 \backslash
2184 cfracright
2185 \series default
2186  to right-align it.
2187  
2188 \series bold
2189
2190 \backslash
2191 cfrac
2192 \series default
2193  centers the numerator.
2194  These fractions demonstrate the different alignments:
2195 \end_layout
2196
2197 \begin_layout Standard
2198 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2199 \end_inset
2200
2201
2202 \begin_inset Formula $\cfrac{A}{B+C}$
2203 \end_inset
2204
2205
2206 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2207 \end_inset
2208
2209
2210 \end_layout
2211
2212 \begin_layout Standard
2213 \begin_inset Note Greyedout
2214 status open
2215
2216 \begin_layout Plain Layout
2217
2218 \series bold
2219 Note:
2220 \series default
2221  
2222 \series bold
2223
2224 \backslash
2225 cfracleft
2226 \series default
2227  and 
2228 \series bold
2229
2230 \backslash
2231 cfracright
2232 \series default
2233  are no real LaTeX commands but represent the command 
2234 \series bold
2235
2236 \backslash
2237 cfrac[alignment]{numerator}{denominator}
2238 \series default
2239  .
2240  Therefore you cannot use them in TeX code.
2241 \end_layout
2242
2243 \end_inset
2244
2245
2246 \end_layout
2247
2248 \begin_layout Standard
2249 \begin_inset VSpace medskip
2250 \end_inset
2251
2252 It is often advantageous to combine 
2253 \series bold
2254
2255 \backslash
2256 cfrac
2257 \series default
2258  and 
2259 \series bold
2260
2261 \backslash
2262 frac
2263 \series default
2264 :
2265 \begin_inset Formula \[
2266 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2267
2268 \end_inset
2269
2270
2271 \end_layout
2272
2273 \begin_layout Standard
2274 For inline fractions with a sloped fraction stroke you can use the command
2275  
2276 \series bold
2277
2278 \backslash
2279 nicefrac
2280 \series default
2281
2282 \begin_inset Index idx
2283 status collapsed
2284
2285 \begin_layout Plain Layout
2286 Commands ! N ! 
2287 \backslash
2288 nicefrac
2289 \end_layout
2290
2291 \end_inset
2292
2293
2294 \begin_inset Formula $\nicefrac{5}{31}$
2295 \end_inset
2296
2297  or 
2298 \series bold
2299
2300 \backslash
2301 unitfrac
2302 \series default
2303
2304 \begin_inset Index idx
2305 status collapsed
2306
2307 \begin_layout Plain Layout
2308 Commands ! U ! 
2309 \backslash
2310 unitfrac
2311 \end_layout
2312
2313 \end_inset
2314
2315
2316 \begin_inset Formula $\unitfrac{5}{31}$
2317 \end_inset
2318
2319  There is furthermore the command 
2320 \series bold
2321
2322 \backslash
2323 unitfracthree
2324 \series default
2325  that offers to write a fraction in combination with a number: 
2326 \begin_inset Formula $\unitfrac[2]{1}{3}$
2327 \end_inset
2328
2329
2330 \end_layout
2331
2332 \begin_layout Standard
2333 \begin_inset Note Greyedout
2334 status open
2335
2336 \begin_layout Plain Layout
2337
2338 \series bold
2339 Note:
2340 \series default
2341  
2342 \series bold
2343
2344 \backslash
2345 unitfracthree
2346 \series default
2347  is not a real LaTeX command but the command
2348 \begin_inset Newline newline
2349 \end_inset
2350
2351
2352 \series bold
2353
2354 \backslash
2355 unitfrac[number]{numerator}{denominator}
2356 \series default
2357  .
2358  Therefore you cannot use it in TeX code.
2359 \end_layout
2360
2361 \end_inset
2362
2363
2364 \end_layout
2365
2366 \begin_layout Standard
2367 How to define own fractions where the fraction stroke can be changed, is
2368  explained in 
2369 \begin_inset CommandInset ref
2370 LatexCommand ref
2371 reference "sub:Self-defined-Fractions"
2372
2373 \end_inset
2374
2375 .
2376 \end_layout
2377
2378 \begin_layout Subsection
2379 Roots
2380 \begin_inset Index idx
2381 status collapsed
2382
2383 \begin_layout Plain Layout
2384 Roots
2385 \end_layout
2386
2387 \end_inset
2388
2389
2390 \end_layout
2391
2392 \begin_layout Standard
2393 Square roots are created with 
2394 \series bold
2395
2396 \backslash
2397 sqrt
2398 \series default
2399
2400 \begin_inset Index idx
2401 status collapsed
2402
2403 \begin_layout Plain Layout
2404 Commands ! S ! 
2405 \backslash
2406 sqrt
2407 \end_layout
2408
2409 \end_inset
2410
2411  or the math toolbar button 
2412 \begin_inset Graphics
2413         filename ../images/math/sqrt.png
2414         scale 85
2415
2416 \end_inset
2417
2418 , all other roots with the command 
2419 \series bold
2420
2421 \backslash
2422 root
2423 \series default
2424
2425 \begin_inset Index idx
2426 status collapsed
2427
2428 \begin_layout Plain Layout
2429 Commands ! R ! 
2430 \backslash
2431 root
2432 \end_layout
2433
2434 \end_inset
2435
2436  or with the math toolbar button 
2437 \begin_inset Graphics
2438         filename ../images/math/root.png
2439         scale 85
2440
2441 \end_inset
2442
2443 .
2444 \end_layout
2445
2446 \begin_layout Standard
2447 \align center
2448 \begin_inset Tabular
2449 <lyxtabular version="3" rows="3" columns="2">
2450 <features tabularvalignment="middle">
2451 <column alignment="center" valignment="top" width="0pt">
2452 <column alignment="center" valignment="top" width="0pt">
2453 <row>
2454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2455 \begin_inset Text
2456
2457 \begin_layout Plain Layout
2458 Command
2459 \end_layout
2460
2461 \end_inset
2462 </cell>
2463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2464 \begin_inset Text
2465
2466 \begin_layout Plain Layout
2467 Result
2468 \begin_inset Note Note
2469 status collapsed
2470
2471 \begin_layout Plain Layout
2472
2473 \series bold
2474
2475 \backslash
2476 raisebox
2477 \series default
2478  is only used as spacer.
2479 \end_layout
2480
2481 \end_inset
2482
2483
2484 \end_layout
2485
2486 \end_inset
2487 </cell>
2488 </row>
2489 <row>
2490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2491 \begin_inset Text
2492
2493 \begin_layout Plain Layout
2494
2495 \backslash
2496 sqrt
2497 \begin_inset ERT
2498 status collapsed
2499
2500 \begin_layout Plain Layout
2501
2502
2503 \backslash
2504 spce 
2505 \end_layout
2506
2507 \end_inset
2508
2509 A-B
2510 \end_layout
2511
2512 \end_inset
2513 </cell>
2514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2515 \begin_inset Text
2516
2517 \begin_layout Plain Layout
2518 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2519 \end_inset
2520
2521
2522 \end_layout
2523
2524 \end_inset
2525 </cell>
2526 </row>
2527 <row>
2528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2529 \begin_inset Text
2530
2531 \begin_layout Plain Layout
2532
2533 \backslash
2534 root
2535 \begin_inset ERT
2536 status collapsed
2537
2538 \begin_layout Plain Layout
2539
2540
2541 \backslash
2542 spce 
2543 \end_layout
2544
2545 \end_inset
2546
2547 3
2548 \begin_inset Formula $\downarrow$
2549 \end_inset
2550
2551 A-B
2552 \end_layout
2553
2554 \end_inset
2555 </cell>
2556 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2557 \begin_inset Text
2558
2559 \begin_layout Plain Layout
2560 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2561 \end_inset
2562
2563
2564 \end_layout
2565
2566 \end_inset
2567 </cell>
2568 </row>
2569 </lyxtabular>
2570
2571 \end_inset
2572
2573
2574 \end_layout
2575
2576 \begin_layout Standard
2577 A square root can also be created with 
2578 \series bold
2579
2580 \backslash
2581 root
2582 \series default
2583  when the root index field is left empty.
2584 \end_layout
2585
2586 \begin_layout Standard
2587 With certain indices the distance to the root is too small, like in this
2588  formula: 
2589 \begin_inset Formula $\sqrt[\beta]{B}$
2590 \end_inset
2591
2592
2593 \begin_inset Newline newline
2594 \end_inset
2595
2596 The 
2597 \begin_inset Formula $\beta$
2598 \end_inset
2599
2600  touches the root.
2601  To avoid this, the commands 
2602 \series bold
2603
2604 \backslash
2605 leftroot
2606 \series default
2607
2608 \begin_inset Index idx
2609 status collapsed
2610
2611 \begin_layout Plain Layout
2612 Commands ! L ! 
2613 \backslash
2614 leftroot
2615 \end_layout
2616
2617 \end_inset
2618
2619  and 
2620 \series bold
2621
2622 \backslash
2623 uproot
2624 \series default
2625
2626 \begin_inset Index idx
2627 status collapsed
2628
2629 \begin_layout Plain Layout
2630 Commands ! U ! 
2631 \backslash
2632 uproot
2633 \end_layout
2634
2635 \end_inset
2636
2637  are used with the following scheme:
2638 \end_layout
2639
2640 \begin_layout Standard
2641
2642 \series bold
2643
2644 \backslash
2645 leftroot{distance}
2646 \series default
2647  and 
2648 \series bold
2649
2650 \backslash
2651 uproot{distance}
2652 \end_layout
2653
2654 \begin_layout Standard
2655 Distance is the number of Big Points (unit bp; 
2656 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2657 \end_inset
2658
2659 ), that the index should be moved to the left or top, resp..
2660  The commands are written to the index.
2661  This way the command
2662 \begin_inset Newline newline
2663 \end_inset
2664
2665
2666 \series bold
2667
2668 \backslash
2669 root
2670 \backslash
2671 leftroot{-1
2672 \begin_inset Formula $\to$
2673 \end_inset
2674
2675
2676 \backslash
2677 uproot{2
2678 \begin_inset Formula $\to$
2679 \end_inset
2680
2681
2682 \backslash
2683 beta
2684 \begin_inset ERT
2685 status collapsed
2686
2687 \begin_layout Plain Layout
2688
2689
2690 \backslash
2691 spce 
2692 \end_layout
2693
2694 \end_inset
2695
2696
2697 \begin_inset Formula $\to$
2698 \end_inset
2699
2700 B
2701 \begin_inset Newline newline
2702 \end_inset
2703
2704
2705 \series default
2706 produces a correct typeset formula: 
2707 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2708 \end_inset
2709
2710
2711 \end_layout
2712
2713 \begin_layout Subsection
2714 Binomial Coefficients
2715 \begin_inset Index idx
2716 status collapsed
2717
2718 \begin_layout Plain Layout
2719 Binomial coefficients
2720 \end_layout
2721
2722 \end_inset
2723
2724
2725 \end_layout
2726
2727 \begin_layout Standard
2728 Binomial coefficients are inserted with the command 
2729 \series bold
2730
2731 \backslash
2732 binom
2733 \series default
2734
2735 \begin_inset Index idx
2736 status collapsed
2737
2738 \begin_layout Plain Layout
2739 Commands ! B ! 
2740 \backslash
2741 binom
2742 \end_layout
2743
2744 \end_inset
2745
2746  or with the submenu of the math toolbar button 
2747 \begin_inset Graphics
2748         filename ../images/math/frac-square.png
2749         scale 85
2750
2751 \end_inset
2752
2753 .
2754  Analog to fractions (
2755 \series bold
2756
2757 \backslash
2758 frac
2759 \series default
2760 ) there are besides 
2761 \series bold
2762
2763 \backslash
2764 binom
2765 \series default
2766  the commands 
2767 \series bold
2768
2769 \backslash
2770 dbinom
2771 \series default
2772
2773 \begin_inset Index idx
2774 status collapsed
2775
2776 \begin_layout Plain Layout
2777 Commands ! D ! 
2778 \backslash
2779 dbinom
2780 \end_layout
2781
2782 \end_inset
2783
2784  and 
2785 \series bold
2786
2787 \backslash
2788 tbinom
2789 \series default
2790
2791 \begin_inset Index idx
2792 status collapsed
2793
2794 \begin_layout Plain Layout
2795 Commands ! T ! 
2796 \backslash
2797 tbinom
2798 \end_layout
2799
2800 \end_inset
2801
2802 .
2803  For other brackets around binomial coeficients there are the commands 
2804 \series bold
2805
2806 \backslash
2807 brace
2808 \series default
2809
2810 \begin_inset Index idx
2811 status collapsed
2812
2813 \begin_layout Plain Layout
2814 Commands ! B ! 
2815 \backslash
2816 brace
2817 \end_layout
2818
2819 \end_inset
2820
2821  and 
2822 \series bold
2823
2824 \backslash
2825 brack
2826 \series default
2827
2828 \begin_inset Index idx
2829 status collapsed
2830
2831 \begin_layout Plain Layout
2832 Commands ! B ! 
2833 \backslash
2834 brack
2835 \end_layout
2836
2837 \end_inset
2838
2839 .
2840 \end_layout
2841
2842 \begin_layout Standard
2843 \align center
2844 \begin_inset Tabular
2845 <lyxtabular version="3" rows="6" columns="2">
2846 <features tabularvalignment="middle">
2847 <column alignment="center" valignment="top" width="0pt">
2848 <column alignment="center" valignment="top" width="0pt">
2849 <row>
2850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2851 \begin_inset Text
2852
2853 \begin_layout Plain Layout
2854 Command
2855 \end_layout
2856
2857 \end_inset
2858 </cell>
2859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2860 \begin_inset Text
2861
2862 \begin_layout Plain Layout
2863 Result
2864 \begin_inset Note Note
2865 status collapsed
2866
2867 \begin_layout Plain Layout
2868
2869 \series bold
2870
2871 \backslash
2872 raisebox
2873 \series default
2874  is only used as spacer.
2875 \end_layout
2876
2877 \end_inset
2878
2879
2880 \end_layout
2881
2882 \end_inset
2883 </cell>
2884 </row>
2885 <row>
2886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2887 \begin_inset Text
2888
2889 \begin_layout Plain Layout
2890
2891 \backslash
2892 binom
2893 \begin_inset ERT
2894 status collapsed
2895
2896 \begin_layout Plain Layout
2897
2898
2899 \backslash
2900 spce 
2901 \end_layout
2902
2903 \end_inset
2904
2905 A
2906 \begin_inset Formula $\downarrow$
2907 \end_inset
2908
2909 B
2910 \end_layout
2911
2912 \end_inset
2913 </cell>
2914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2915 \begin_inset Text
2916
2917 \begin_layout Plain Layout
2918 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2919 \end_inset
2920
2921
2922 \end_layout
2923
2924 \end_inset
2925 </cell>
2926 </row>
2927 <row>
2928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2929 \begin_inset Text
2930
2931 \begin_layout Plain Layout
2932
2933 \backslash
2934 dbinom
2935 \begin_inset ERT
2936 status collapsed
2937
2938 \begin_layout Plain Layout
2939
2940
2941 \backslash
2942 spce 
2943 \end_layout
2944
2945 \end_inset
2946
2947 A
2948 \begin_inset Formula $\downarrow$
2949 \end_inset
2950
2951 B
2952 \end_layout
2953
2954 \end_inset
2955 </cell>
2956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2957 \begin_inset Text
2958
2959 \begin_layout Plain Layout
2960 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2961 \end_inset
2962
2963
2964 \end_layout
2965
2966 \end_inset
2967 </cell>
2968 </row>
2969 <row>
2970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2971 \begin_inset Text
2972
2973 \begin_layout Plain Layout
2974
2975 \backslash
2976 tbinom
2977 \begin_inset ERT
2978 status collapsed
2979
2980 \begin_layout Plain Layout
2981
2982
2983 \backslash
2984 spce 
2985 \end_layout
2986
2987 \end_inset
2988
2989 A
2990 \begin_inset Formula $\downarrow$
2991 \end_inset
2992
2993 B
2994 \end_layout
2995
2996 \end_inset
2997 </cell>
2998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2999 \begin_inset Text
3000
3001 \begin_layout Plain Layout
3002 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
3003 \end_inset
3004
3005
3006 \end_layout
3007
3008 \end_inset
3009 </cell>
3010 </row>
3011 <row>
3012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Plain Layout
3016
3017 \backslash
3018 brack
3019 \begin_inset ERT
3020 status collapsed
3021
3022 \begin_layout Plain Layout
3023
3024
3025 \backslash
3026 spce 
3027 \end_layout
3028
3029 \end_inset
3030
3031 A
3032 \begin_inset Formula $\downarrow$
3033 \end_inset
3034
3035 B
3036 \end_layout
3037
3038 \end_inset
3039 </cell>
3040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3041 \begin_inset Text
3042
3043 \begin_layout Plain Layout
3044 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3045 \end_inset
3046
3047
3048 \end_layout
3049
3050 \end_inset
3051 </cell>
3052 </row>
3053 <row>
3054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058
3059 \backslash
3060 brace
3061 \begin_inset ERT
3062 status collapsed
3063
3064 \begin_layout Plain Layout
3065
3066
3067 \backslash
3068 spce 
3069 \end_layout
3070
3071 \end_inset
3072
3073 A
3074 \begin_inset Formula $\downarrow$
3075 \end_inset
3076
3077 B
3078 \end_layout
3079
3080 \end_inset
3081 </cell>
3082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3083 \begin_inset Text
3084
3085 \begin_layout Plain Layout
3086 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3087 \end_inset
3088
3089
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 </row>
3095 </lyxtabular>
3096
3097 \end_inset
3098
3099
3100 \end_layout
3101
3102 \begin_layout Subsection
3103 Case Differentiations
3104 \begin_inset Index idx
3105 status collapsed
3106
3107 \begin_layout Plain Layout
3108 Case differentiations 
3109 \end_layout
3110
3111 \end_inset
3112
3113
3114 \end_layout
3115
3116 \begin_layout Standard
3117 \align center
3118 \begin_inset Tabular
3119 <lyxtabular version="3" rows="3" columns="2">
3120 <features tabularvalignment="middle">
3121 <column alignment="center" valignment="top" width="0pt">
3122 <column alignment="center" valignment="top" width="0pt">
3123 <row>
3124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Plain Layout
3128 Command
3129 \end_layout
3130
3131 \end_inset
3132 </cell>
3133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3134 \begin_inset Text
3135
3136 \begin_layout Plain Layout
3137 Result
3138 \end_layout
3139
3140 \end_inset
3141 </cell>
3142 </row>
3143 <row>
3144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3145 \begin_inset Text
3146
3147 \begin_layout Plain Layout
3148
3149 \backslash
3150 cases
3151 \begin_inset ERT
3152 status collapsed
3153
3154 \begin_layout Plain Layout
3155
3156
3157 \backslash
3158 spce 
3159 \end_layout
3160
3161 \end_inset
3162
3163 A
3164 \begin_inset Formula $\to$
3165 \end_inset
3166
3167 B>0
3168 \begin_inset Index idx
3169 status collapsed
3170
3171 \begin_layout Plain Layout
3172 Commands ! C ! 
3173 \backslash
3174 cases
3175 \end_layout
3176
3177 \end_inset
3178
3179
3180 \end_layout
3181
3182 \end_inset
3183 </cell>
3184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3185 \begin_inset Text
3186
3187 \begin_layout Plain Layout
3188 \begin_inset Formula $\begin{cases}
3189 A & B>0\end{cases}$
3190 \end_inset
3191
3192
3193 \end_layout
3194
3195 \end_inset
3196 </cell>
3197 </row>
3198 <row>
3199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3200 \begin_inset Text
3201
3202 \begin_layout Plain Layout
3203
3204 \backslash
3205 cases
3206 \begin_inset ERT
3207 status collapsed
3208
3209 \begin_layout Plain Layout
3210
3211
3212 \backslash
3213 spce 
3214 \end_layout
3215
3216 \end_inset
3217
3218
3219 \begin_inset Info
3220 type  "shortcut"
3221 arg   "newline-insert newline"
3222 \end_inset
3223
3224
3225 \end_layout
3226
3227 \end_inset
3228 </cell>
3229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233 \begin_inset Formula $\begin{cases}
3234 A & \textrm{for }x>0\\
3235 B & \textrm{for }x=0
3236 \end{cases}$
3237 \end_inset
3238
3239
3240 \end_layout
3241
3242 \end_inset
3243 </cell>
3244 </row>
3245 </lyxtabular>
3246
3247 \end_inset
3248
3249
3250 \end_layout
3251
3252 \begin_layout Standard
3253 After inserting 
3254 \series bold
3255
3256 \backslash
3257 cases
3258 \series default
3259  or the usage of the math toolbar button 
3260 \begin_inset Graphics
3261         filename ../images/math/cases.png
3262         scale 85
3263
3264 \end_inset
3265
3266  you can create new lines with the shortcut 
3267 \begin_inset Info
3268 type  "shortcut"
3269 arg   "newline-insert newline"
3270 \end_inset
3271
3272  or the table toolbar button 
3273 \begin_inset Graphics
3274         filename ../images/tabular-feature_append-row.png
3275         scale 85
3276
3277 \end_inset
3278
3279 .
3280 \end_layout
3281
3282 \begin_layout Standard
3283 The command 
3284 \series bold
3285
3286 \backslash
3287 cases
3288 \series default
3289  is also available via the menu 
3290 \family sans
3291 Insert\SpecialChar \menuseparator
3292 Math\SpecialChar \menuseparator
3293 Cases-Environment
3294 \family default
3295 .
3296 \end_layout
3297
3298 \begin_layout Subsection
3299 Negations
3300 \begin_inset Index idx
3301 status collapsed
3302
3303 \begin_layout Plain Layout
3304 Negations
3305 \end_layout
3306
3307 \end_inset
3308
3309
3310 \end_layout
3311
3312 \begin_layout Standard
3313 By inserting of 
3314 \series bold
3315
3316 \backslash
3317 not
3318 \series default
3319
3320 \begin_inset Index idx
3321 status collapsed
3322
3323 \begin_layout Plain Layout
3324 Commands ! N ! 
3325 \backslash
3326 not
3327 \end_layout
3328
3329 \end_inset
3330
3331  every character can be displayed canceled.
3332  The characters are quasi accentuated by a slash.
3333 \end_layout
3334
3335 \begin_layout Standard
3336 \align center
3337 \begin_inset Tabular
3338 <lyxtabular version="3" rows="4" columns="2">
3339 <features tabularvalignment="middle">
3340 <column alignment="center" valignment="top" width="0pt">
3341 <column alignment="center" valignment="top" width="0pt">
3342 <row>
3343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Plain Layout
3347 Command
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356 Result
3357 \end_layout
3358
3359 \end_inset
3360 </cell>
3361 </row>
3362 <row>
3363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367
3368 \backslash
3369 not=
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378 \begin_inset Formula $\not=$
3379 \end_inset
3380
3381
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 </row>
3387 <row>
3388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392
3393 \backslash
3394 not 
3395 \backslash
3396 le
3397 \end_layout
3398
3399 \end_inset
3400 </cell>
3401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Plain Layout
3405 \begin_inset Formula $\not\le$
3406 \end_inset
3407
3408
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 </row>
3414 <row>
3415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419
3420 \backslash
3421 not 
3422 \backslash
3423 parallel
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3429 \begin_inset Text
3430
3431 \begin_layout Plain Layout
3432 \begin_inset Formula $\not\parallel$
3433 \end_inset
3434
3435
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 </row>
3441 </lyxtabular>
3442
3443 \end_inset
3444
3445
3446 \end_layout
3447
3448 \begin_layout Standard
3449 The last example shows, that not all negations look good.
3450  Therefore there are for some negations special commands (see 
3451 \begin_inset CommandInset ref
3452 LatexCommand ref
3453 reference "sub:Mathematical-Symbols"
3454
3455 \end_inset
3456
3457  and 
3458 \begin_inset CommandInset ref
3459 LatexCommand ref
3460 reference "sec:Relations"
3461
3462 \end_inset
3463
3464 ).
3465 \end_layout
3466
3467 \begin_layout Subsection
3468 Placeholders
3469 \begin_inset CommandInset label
3470 LatexCommand label
3471 name "sub:Placeholders"
3472
3473 \end_inset
3474
3475
3476 \begin_inset Index idx
3477 status collapsed
3478
3479 \begin_layout Plain Layout
3480 Placeholders
3481 \end_layout
3482
3483 \end_inset
3484
3485
3486 \begin_inset Index idx
3487 status collapsed
3488
3489 \begin_layout Plain Layout
3490 Chemical characters ! Isotopes
3491 \end_layout
3492
3493 \end_inset
3494
3495
3496 \begin_inset Index idx
3497 status collapsed
3498
3499 \begin_layout Plain Layout
3500 Isotopes|see
3501 \begin_inset ERT
3502 status collapsed
3503
3504 \begin_layout Plain Layout
3505
3506 {
3507 \end_layout
3508
3509 \end_inset
3510
3511 Chemical characters
3512 \begin_inset ERT
3513 status collapsed
3514
3515 \begin_layout Plain Layout
3516
3517 }
3518 \end_layout
3519
3520 \end_inset
3521
3522
3523 \end_layout
3524
3525 \end_inset
3526
3527
3528 \end_layout
3529
3530 \begin_layout Standard
3531 When displaying e.
3532 \begin_inset space \thinspace{}
3533 \end_inset
3534
3535 g.
3536 \begin_inset space \space{}
3537 \end_inset
3538
3539 isotopes
3540 \begin_inset Foot
3541 status collapsed
3542
3543 \begin_layout Plain Layout
3544 Typesetting isotopes and chemical symbols is described in 
3545 \begin_inset CommandInset ref
3546 LatexCommand ref
3547 reference "sub:Chemical-Symbols-and"
3548
3549 \end_inset
3550
3551 .
3552 \end_layout
3553
3554 \end_inset
3555
3556  the following problem occurs:
3557 \end_layout
3558
3559 \begin_layout Standard
3560 \align center
3561 \begin_inset Tabular
3562 <lyxtabular version="3" rows="2" columns="2">
3563 <features tabularvalignment="middle">
3564 <column alignment="center" valignment="top" width="0pt">
3565 <column alignment="center" valignment="top" width="0pt">
3566 <row>
3567 <cell alignment="center" valignment="top" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Plain Layout
3571 Indices created with sub- and superscripts:
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell alignment="center" valignment="top" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3581 \end_inset
3582
3583
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 </row>
3589 <row>
3590 <cell alignment="center" valignment="top" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 correct indices:
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 <cell alignment="center" valignment="top" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Plain Layout
3603 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3604 \end_inset
3605
3606
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 </row>
3612 </lyxtabular>
3613
3614 \end_inset
3615
3616
3617 \begin_inset Note Note
3618 status collapsed
3619
3620 \begin_layout Plain Layout
3621
3622 \series bold
3623
3624 \backslash
3625 raisebox
3626 \series default
3627  is only used as spacer.
3628 \end_layout
3629
3630 \end_inset
3631
3632
3633 \end_layout
3634
3635 \begin_layout Standard
3636 The shorter index is by default placed below or above the first character
3637  of the longer index.
3638  To avoid this there is the command 
3639 \series bold
3640
3641 \backslash
3642 phantom
3643 \series default
3644
3645 \begin_inset Index idx
3646 status collapsed
3647
3648 \begin_layout Plain Layout
3649 Commands ! P ! 
3650 \backslash
3651 phantom
3652 \end_layout
3653
3654 \end_inset
3655
3656  or the math toolbar button
3657 \begin_inset space \thinspace{}
3658 \end_inset
3659
3660
3661 \begin_inset Foot
3662 status collapsed
3663
3664 \begin_layout Plain Layout
3665 can be found in the submenu of the toolbar button 
3666 \begin_inset Graphics
3667         filename ../images/math/space.png
3668         scale 85
3669
3670 \end_inset
3671
3672
3673 \end_layout
3674
3675 \end_inset
3676
3677  
3678 \begin_inset Graphics
3679         filename ../images/math/phantom.png
3680         scale 85
3681
3682 \end_inset
3683
3684  that creates one or more phantom characters.
3685  When inserting 
3686 \series bold
3687
3688 \backslash
3689 phantom
3690 \series default
3691  a small blue box appears that is superposed with two red arrows.
3692  The arrows indicate that the complete width and height of the box content
3693  will be created as placeholder.
3694  Phantom characters are accordingly placeholders with the size of the characters.
3695 \end_layout
3696
3697 \begin_layout Standard
3698 \align center
3699 \begin_inset Tabular
3700 <lyxtabular version="3" rows="4" columns="2">
3701 <features tabularvalignment="middle">
3702 <column alignment="center" valignment="top" width="0">
3703 <column alignment="center" valignment="top" width="0">
3704 <row>
3705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 Command
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 Result
3719 \begin_inset Note Note
3720 status collapsed
3721
3722 \begin_layout Plain Layout
3723
3724 \series bold
3725
3726 \backslash
3727 raisebox
3728 \series default
3729  is only used as spacer.
3730 \end_layout
3731
3732 \end_inset
3733
3734
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 </row>
3740 <row>
3741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745 ^19
3746 \begin_inset ERT
3747 status collapsed
3748
3749 \begin_layout Plain Layout
3750
3751
3752 \backslash
3753 spce 
3754 \end_layout
3755
3756 \end_inset
3757
3758 _
3759 \backslash
3760 phantom
3761 \begin_inset ERT
3762 status collapsed
3763
3764 \begin_layout Plain Layout
3765
3766
3767 \backslash
3768 spce 
3769 \end_layout
3770
3771 \end_inset
3772
3773 1
3774 \begin_inset Formula $\to$
3775 \end_inset
3776
3777 9
3778 \begin_inset ERT
3779 status collapsed
3780
3781 \begin_layout Plain Layout
3782
3783
3784 \backslash
3785 spce 
3786 \end_layout
3787
3788 \end_inset
3789
3790 F
3791 \end_layout
3792
3793 \end_inset
3794 </cell>
3795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3796 \begin_inset Text
3797
3798 \begin_layout Plain Layout
3799 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3800 \end_inset
3801
3802
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 </row>
3808 <row>
3809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 ^235
3814 \begin_inset ERT
3815 status collapsed
3816
3817 \begin_layout Plain Layout
3818
3819
3820 \backslash
3821 spce 
3822 \end_layout
3823
3824 \end_inset
3825
3826 _
3827 \backslash
3828 phantom
3829 \begin_inset ERT
3830 status collapsed
3831
3832 \begin_layout Plain Layout
3833
3834
3835 \backslash
3836 spce 
3837 \end_layout
3838
3839 \end_inset
3840
3841 23
3842 \begin_inset Formula $\to$
3843 \end_inset
3844
3845 9
3846 \begin_inset ERT
3847 status collapsed
3848
3849 \begin_layout Plain Layout
3850
3851
3852 \backslash
3853 spce 
3854 \end_layout
3855
3856 \end_inset
3857
3858 F
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3868 \end_inset
3869
3870
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 </row>
3876 <row>
3877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3878 \begin_inset Text
3879
3880 \begin_layout Plain Layout
3881
3882 \backslash
3883 Lambda^
3884 \begin_inset ERT
3885 status collapsed
3886
3887 \begin_layout Plain Layout
3888
3889
3890 \backslash
3891 spce 
3892 \end_layout
3893
3894 \end_inset
3895
3896
3897 \backslash
3898 phantom
3899 \begin_inset ERT
3900 status collapsed
3901
3902 \begin_layout Plain Layout
3903
3904
3905 \backslash
3906 spce 
3907 \end_layout
3908
3909 \end_inset
3910
3911 ii
3912 \begin_inset Formula $\to$
3913 \end_inset
3914
3915 t
3916 \begin_inset ERT
3917 status collapsed
3918
3919 \begin_layout Plain Layout
3920
3921
3922 \backslash
3923 spce 
3924 \end_layout
3925
3926 \end_inset
3927
3928 _MMt
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3938 \end_inset
3939
3940
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 </row>
3946 </lyxtabular>
3947
3948 \end_inset
3949
3950
3951 \end_layout
3952
3953 \begin_layout Standard
3954 Furthermore there are the commands 
3955 \series bold
3956
3957 \backslash
3958 vphantom
3959 \series default
3960
3961 \begin_inset Index idx
3962 status collapsed
3963
3964 \begin_layout Plain Layout
3965 Commands ! V ! 
3966 \backslash
3967 vphantom
3968 \end_layout
3969
3970 \end_inset
3971
3972  (toolbar button 
3973 \begin_inset space ~
3974 \end_inset
3975
3976
3977 \begin_inset Graphics
3978         filename ../images/math/vphantom.png
3979         scale 85
3980
3981 \end_inset
3982
3983 ) and 
3984 \series bold
3985
3986 \backslash
3987 hphantom
3988 \series default
3989
3990 \begin_inset Index idx
3991 status collapsed
3992
3993 \begin_layout Plain Layout
3994 Commands ! H ! 
3995 \backslash
3996 hphantom
3997 \end_layout
3998
3999 \end_inset
4000
4001  (toolbar button 
4002 \begin_inset space ~
4003 \end_inset
4004
4005
4006 \begin_inset Graphics
4007         filename ../images/math/hphantom.png
4008         scale 85
4009
4010 \end_inset
4011
4012 ).
4013  
4014 \series bold
4015
4016 \backslash
4017 hphantom
4018 \series default
4019  creates only space for the maximal height of the characters in the box
4020  but not for its width.
4021  
4022 \series bold
4023
4024 \backslash
4025 vphantom
4026 \series default
4027  creates only space for the width of the box content.
4028  Therefore  the boxes of both commands have only one red arrow.
4029 \end_layout
4030
4031 \begin_layout Standard
4032 For example creates 
4033 \series bold
4034
4035 \backslash
4036 vphantom
4037 \series default
4038
4039 \begin_inset ERT
4040 status collapsed
4041
4042 \begin_layout Plain Layout
4043
4044
4045 \backslash
4046 spce 
4047 \end_layout
4048
4049 \end_inset
4050
4051
4052 \series bold
4053 a
4054 \backslash
4055 int
4056 \series default
4057  space for the height of the integral sign,
4058 \begin_inset Foot
4059 status collapsed
4060
4061 \begin_layout Plain Layout
4062 The command 
4063 \series bold
4064
4065 \backslash
4066 int
4067 \series default
4068  creates an integral sign, see 
4069 \begin_inset CommandInset ref
4070 LatexCommand ref
4071 reference "sub:Big-Operators"
4072
4073 \end_inset
4074
4075 .
4076 \end_layout
4077
4078 \end_inset
4079
4080  because this is the larger character.
4081  An example application is in 
4082 \begin_inset CommandInset ref
4083 LatexCommand ref
4084 reference "sub:Multiline-Brackets"
4085
4086 \end_inset
4087
4088 .
4089 \end_layout
4090
4091 \begin_layout Standard
4092 Placeholders can also be used for text when it is inserted via the menu
4093  
4094 \family sans
4095 Insert\SpecialChar \menuseparator
4096 Formatting\SpecialChar \menuseparator
4097 Phantom
4098 \family default
4099 :
4100 \end_layout
4101
4102 \begin_layout Standard
4103 This is a sentence.
4104 \begin_inset Newline newline
4105 \end_inset
4106
4107
4108 \begin_inset Phantom Phantom
4109 status open
4110
4111 \begin_layout Plain Layout
4112 This
4113 \end_layout
4114
4115 \end_inset
4116
4117  is a sentence.
4118 \end_layout
4119
4120 \begin_layout Subsection
4121 Lines
4122 \begin_inset Index idx
4123 status collapsed
4124
4125 \begin_layout Plain Layout
4126 Lines
4127 \end_layout
4128
4129 \end_inset
4130
4131
4132 \begin_inset Index idx
4133 status collapsed
4134
4135 \begin_layout Plain Layout
4136 Formula ! underlined
4137 \end_layout
4138
4139 \end_inset
4140
4141
4142 \end_layout
4143
4144 \begin_layout Standard
4145 \align center
4146 \begin_inset Tabular
4147 <lyxtabular version="3" rows="4" columns="2">
4148 <features tabularvalignment="middle">
4149 <column alignment="center" valignment="top" width="0pt">
4150 <column alignment="center" valignment="top" width="0pt">
4151 <row>
4152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4153 \begin_inset Text
4154
4155 \begin_layout Plain Layout
4156 Command
4157 \end_layout
4158
4159 \end_inset
4160 </cell>
4161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4162 \begin_inset Text
4163
4164 \begin_layout Plain Layout
4165 Result
4166 \begin_inset Note Note
4167 status collapsed
4168
4169 \begin_layout Plain Layout
4170
4171 \series bold
4172
4173 \backslash
4174 raisebox
4175 \series default
4176  is only used as spacer.
4177 \end_layout
4178
4179 \end_inset
4180
4181
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 </row>
4187 <row>
4188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192
4193 \backslash
4194 overline
4195 \begin_inset ERT
4196 status collapsed
4197
4198 \begin_layout Plain Layout
4199
4200
4201 \backslash
4202 spce 
4203 \end_layout
4204
4205 \end_inset
4206
4207 A+B
4208 \begin_inset Index idx
4209 status collapsed
4210
4211 \begin_layout Plain Layout
4212 Commands ! O ! 
4213 \backslash
4214 overline
4215 \end_layout
4216
4217 \end_inset
4218
4219
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4229 \end_inset
4230
4231
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 </row>
4237 <row>
4238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4239 \begin_inset Text
4240
4241 \begin_layout Plain Layout
4242
4243 \backslash
4244 underline
4245 \begin_inset ERT
4246 status collapsed
4247
4248 \begin_layout Plain Layout
4249
4250
4251 \backslash
4252 spce 
4253 \end_layout
4254
4255 \end_inset
4256
4257 A+B
4258 \begin_inset Index idx
4259 status collapsed
4260
4261 \begin_layout Plain Layout
4262 Commands ! U ! 
4263 \backslash
4264 underline
4265 \end_layout
4266
4267 \end_inset
4268
4269
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4279 \end_inset
4280
4281
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 </row>
4287 <row>
4288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292
4293 \backslash
4294 overline
4295 \begin_inset ERT
4296 status collapsed
4297
4298 \begin_layout Plain Layout
4299
4300
4301 \backslash
4302 spce 
4303 \end_layout
4304
4305 \end_inset
4306
4307
4308 \backslash
4309 underline
4310 \begin_inset ERT
4311 status collapsed
4312
4313 \begin_layout Plain Layout
4314
4315
4316 \backslash
4317 spce 
4318 \end_layout
4319
4320 \end_inset
4321
4322 A+B
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4332 \end_inset
4333
4334
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 </row>
4340 </lyxtabular>
4341
4342 \end_inset
4343
4344
4345 \end_layout
4346
4347 \begin_layout Standard
4348 In the last example it doesn't matter if first 
4349 \series bold
4350
4351 \backslash
4352 overline
4353 \series default
4354  or 
4355 \series bold
4356
4357 \backslash
4358 underline
4359 \series default
4360  is inserted.
4361 \end_layout
4362
4363 \begin_layout Standard
4364 To double underline e.
4365 \begin_inset space \thinspace{}
4366 \end_inset
4367
4368 g.
4369 \begin_inset space \space{}
4370 \end_inset
4371
4372 results, one uses 
4373 \series bold
4374
4375 \backslash
4376 underline
4377 \series default
4378  twice.
4379 \end_layout
4380
4381 \begin_layout Standard
4382 It is possible to place up to 6 lines above or below characters.
4383 \end_layout
4384
4385 \begin_layout Standard
4386 \begin_inset VSpace bigskip
4387 \end_inset
4388
4389 Custom lines can be created using the command 
4390 \series bold
4391
4392 \backslash
4393 rule
4394 \series default
4395
4396 \begin_inset Index idx
4397 status collapsed
4398
4399 \begin_layout Plain Layout
4400 Commands ! R ! 
4401 \backslash
4402 rule
4403 \end_layout
4404
4405 \end_inset
4406
4407  which has the following scheme:
4408 \end_layout
4409
4410 \begin_layout Standard
4411
4412 \series bold
4413
4414 \backslash
4415 rule[vertical offset]{length}{thickness}
4416 \end_layout
4417
4418 \begin_layout Standard
4419 The optional vertical offset shifts the line upwards (or downwards, when
4420  the value is negative).
4421  The units listed in 
4422 \begin_inset CommandInset ref
4423 LatexCommand ref
4424 reference "tab:Available-units"
4425
4426 \end_inset
4427
4428  can be used for the values.
4429  Here are two example lines created with the commands
4430 \begin_inset Newline newline
4431 \end_inset
4432
4433
4434 \series bold
4435
4436 \backslash
4437 rule[-2ex]{3cm}{2pt}
4438 \series default
4439  and 
4440 \series bold
4441
4442 \backslash
4443 rule{2cm}{1pt}
4444 \series default
4445 :
4446 \end_layout
4447
4448 \begin_layout Standard
4449 This is a sentence 
4450 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4451 \end_inset
4452
4453  with two lines.
4454 \end_layout
4455
4456 \begin_layout Standard
4457
4458 \series bold
4459
4460 \backslash
4461 rule
4462 \series default
4463  can also be used for text when a line is inserted via the menu 
4464 \family sans
4465 Insert\SpecialChar \menuseparator
4466 Formatting\SpecialChar \menuseparator
4467 Horizontal
4468 \begin_inset space ~
4469 \end_inset
4470
4471 Line
4472 \family default
4473 :
4474 \end_layout
4475
4476 \begin_layout Standard
4477 This is a sentence 
4478 \begin_inset CommandInset line
4479 LatexCommand rule
4480 offset "0.5ex"
4481 width "3cm"
4482 height "1pt"
4483
4484 \end_inset
4485
4486  with one line.
4487 \end_layout
4488
4489 \begin_layout Subsection
4490 Ellipses
4491 \begin_inset CommandInset label
4492 LatexCommand label
4493 name "sub:Ellipses"
4494
4495 \end_inset
4496
4497
4498 \begin_inset Index idx
4499 status collapsed
4500
4501 \begin_layout Plain Layout
4502 Ellipses
4503 \end_layout
4504
4505 \end_inset
4506
4507
4508 \end_layout
4509
4510 \begin_layout Standard
4511 There are different types of ellipses available.
4512 \begin_inset Foot
4513 status collapsed
4514
4515 \begin_layout Plain Layout
4516 In the math toolbar in the submenu of the button 
4517 \begin_inset Graphics
4518         filename ../images/math/ldots.png
4519         scale 85
4520
4521 \end_inset
4522
4523
4524 \end_layout
4525
4526 \end_inset
4527
4528  For listings dots at the baseline are used (
4529 \series bold
4530
4531 \backslash
4532 ldots
4533 \series default
4534
4535 \begin_inset Index idx
4536 status collapsed
4537
4538 \begin_layout Plain Layout
4539 Commands ! L ! 
4540 \backslash
4541 ldots
4542 \end_layout
4543
4544 \end_inset
4545
4546 ), while for operations dots are needed that are on the same height as the
4547  operators (
4548 \series bold
4549
4550 \backslash
4551 cdots
4552 \series default
4553
4554 \begin_inset Index idx
4555 status collapsed
4556
4557 \begin_layout Plain Layout
4558 Commands ! C ! 
4559 \backslash
4560 cdots
4561 \end_layout
4562
4563 \end_inset
4564
4565 ).
4566  When using the command 
4567 \series bold
4568
4569 \backslash
4570 dots
4571 \series default
4572
4573 \begin_inset Index idx
4574 status collapsed
4575
4576 \begin_layout Plain Layout
4577 Commands ! D ! 
4578 \backslash
4579 dots
4580 \end_layout
4581
4582 \end_inset
4583
4584 , LaTeX decides on the basis of the next character what type is used.
4585 \end_layout
4586
4587 \begin_layout Standard
4588 \align center
4589 \begin_inset Tabular
4590 <lyxtabular version="3" rows="8" columns="2">
4591 <features tabularvalignment="middle">
4592 <column alignment="center" valignment="top" width="0pt">
4593 <column alignment="center" valignment="top" width="0pt">
4594 <row>
4595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599 Command
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 Result
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 </row>
4614 <row>
4615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Plain Layout
4619 A_1
4620 \begin_inset ERT
4621 status collapsed
4622
4623 \begin_layout Plain Layout
4624
4625
4626 \backslash
4627 spce 
4628 \end_layout
4629
4630 \end_inset
4631
4632 ,
4633 \backslash
4634 dots
4635 \begin_inset ERT
4636 status collapsed
4637
4638 \begin_layout Plain Layout
4639
4640
4641 \backslash
4642 spce 
4643 \end_layout
4644
4645 \end_inset
4646
4647 ,A_n
4648 \end_layout
4649
4650 \end_inset
4651 </cell>
4652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656 \begin_inset Formula $A_{1},\dots,A_{n}$
4657 \end_inset
4658
4659
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 </row>
4665 <row>
4666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4667 \begin_inset Text
4668
4669 \begin_layout Plain Layout
4670 A_1
4671 \begin_inset ERT
4672 status collapsed
4673
4674 \begin_layout Plain Layout
4675
4676
4677 \backslash
4678 spce 
4679 \end_layout
4680
4681 \end_inset
4682
4683 +
4684 \backslash
4685 dots
4686 \begin_inset ERT
4687 status collapsed
4688
4689 \begin_layout Plain Layout
4690
4691
4692 \backslash
4693 spce 
4694 \end_layout
4695
4696 \end_inset
4697
4698 +A_n
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 \begin_inset Formula $A_{1}+\dots+A_{n}$
4708 \end_inset
4709
4710
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 </row>
4716 <row>
4717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4718 \begin_inset Text
4719
4720 \begin_layout Plain Layout
4721 A_1
4722 \begin_inset ERT
4723 status collapsed
4724
4725 \begin_layout Plain Layout
4726
4727
4728 \backslash
4729 spce 
4730 \end_layout
4731
4732 \end_inset
4733
4734 ,
4735 \backslash
4736 ldots
4737 \begin_inset ERT
4738 status collapsed
4739
4740 \begin_layout Plain Layout
4741
4742
4743 \backslash
4744 spce 
4745 \end_layout
4746
4747 \end_inset
4748
4749 ,A_n
4750 \end_layout
4751
4752 \end_inset
4753 </cell>
4754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4755 \begin_inset Text
4756
4757 \begin_layout Plain Layout
4758 \begin_inset Formula $A_{1},\ldots,A_{n}$
4759 \end_inset
4760
4761
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 </row>
4767 <row>
4768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772 A_1
4773 \begin_inset ERT
4774 status collapsed
4775
4776 \begin_layout Plain Layout
4777
4778
4779 \backslash
4780 spce 
4781 \end_layout
4782
4783 \end_inset
4784
4785 +
4786 \backslash
4787 cdots
4788 \begin_inset ERT
4789 status collapsed
4790
4791 \begin_layout Plain Layout
4792
4793
4794 \backslash
4795 spce 
4796 \end_layout
4797
4798 \end_inset
4799
4800 +A_n
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Plain Layout
4809 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4810 \end_inset
4811
4812
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 </row>
4818 <row>
4819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823
4824 \backslash
4825 vdots
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834 \begin_inset Formula $\vdots$
4835 \end_inset
4836
4837
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 </row>
4843 <row>
4844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4845 \begin_inset Text
4846
4847 \begin_layout Plain Layout
4848
4849 \backslash
4850 ddots
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859 \begin_inset Formula $\ddots$
4860 \end_inset
4861
4862
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 </row>
4868 <row>
4869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4870 \begin_inset Text
4871
4872 \begin_layout Plain Layout
4873 3×3
4874 \begin_inset space \thinspace{}
4875 \end_inset
4876
4877 matrix with the different dots
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4883 \begin_inset Text
4884
4885 \begin_layout Plain Layout
4886 \begin_inset Formula $\begin{array}{ccc}
4887 A_{11} & \cdots & A_{1m}\\
4888 \vdots & \ddots & \vdots\\
4889 A_{n1} & \cdots & A_{nm}
4890 \end{array}$
4891 \end_inset
4892
4893
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 </row>
4899 </lyxtabular>
4900
4901 \end_inset
4902
4903
4904 \end_layout
4905
4906 \begin_layout Standard
4907 The ellipses available in menu 
4908 \family sans
4909 Insert\SpecialChar \menuseparator
4910 Special
4911 \begin_inset space ~
4912 \end_inset
4913
4914 Character
4915 \family default
4916  are 
4917 \series bold
4918
4919 \backslash
4920 ldots
4921 \series default
4922 .
4923 \end_layout
4924
4925 \begin_layout Standard
4926 \begin_inset VSpace medskip
4927 \end_inset
4928
4929 Specially for matrices there are ellipses that span over several columns.
4930  They are created with the command 
4931 \series bold
4932
4933 \backslash
4934 hdotsfor
4935 \series default
4936
4937 \begin_inset Index idx
4938 status collapsed
4939
4940 \begin_layout Plain Layout
4941 Commands ! H ! 
4942 \backslash
4943 hdotsfor
4944 \end_layout
4945
4946 \end_inset
4947
4948 , that has the following scheme:
4949 \end_layout
4950
4951 \begin_layout Standard
4952
4953 \series bold
4954
4955 \backslash
4956 hdotsfor[distance]{number of columns}
4957 \end_layout
4958
4959 \begin_layout Standard
4960 The number of columns specifies how many columns should be spanned.
4961  Distance is a factor for the distance between the dots.
4962 \end_layout
4963
4964 \begin_layout Standard
4965 In the following matrix the command 
4966 \series bold
4967
4968 \backslash
4969 hdotsfor[2]{4}
4970 \series default
4971  was inserted in the first box of the second line, to get an ellipsis with
4972  a dot distance twice as long as with the command 
4973 \series bold
4974
4975 \backslash
4976 dots
4977 \series default
4978 :
4979 \begin_inset Formula \[
4980 \left(\begin{array}{cccc}
4981 A & B & C & D\\
4982 \hdotsfor[2]{4}\\
4983 q & w & e & r
4984 \end{array}\right)\]
4985
4986 \end_inset
4987
4988 Note that the matrix fields that should be spanned must be empty, otherwise
4989  you get LaTeX-errors.
4990 \end_layout
4991
4992 \begin_layout Standard
4993 \begin_inset VSpace bigskip
4994 \end_inset
4995
4996 Furthermore you can fill with the command 
4997 \series bold
4998
4999 \backslash
5000 dotfill
5001 \series default
5002
5003 \begin_inset Index idx
5004 status collapsed
5005
5006 \begin_layout Plain Layout
5007 Commands ! D ! 
5008 \backslash
5009 dotfill
5010 \end_layout
5011
5012 \end_inset
5013
5014  the rest of a line with dots.
5015  The effect of these commands is the same like with 
5016 \series bold
5017
5018 \backslash
5019 hfill
5020 \series default
5021 , see 
5022 \begin_inset CommandInset ref
5023 LatexCommand ref
5024 reference "sub:Variable-Space"
5025
5026 \end_inset
5027
5028 .
5029 \end_layout
5030
5031 \begin_layout Standard
5032 For example the command 
5033 \series bold
5034 A
5035 \backslash
5036 dotfill
5037 \begin_inset ERT
5038 status collapsed
5039
5040 \begin_layout Plain Layout
5041
5042
5043 \backslash
5044 spce 
5045 \end_layout
5046
5047 \end_inset
5048
5049 B
5050 \series default
5051  produces
5052 \end_layout
5053
5054 \begin_layout Standard
5055 \begin_inset Formula $A\dotfill B$
5056 \end_inset
5057
5058
5059 \end_layout
5060
5061 \begin_layout Standard
5062 Analog to
5063 \series bold
5064  
5065 \backslash
5066 dotfill
5067 \series default
5068  there is for a line the command 
5069 \series bold
5070
5071 \backslash
5072 hrulefill
5073 \series default
5074
5075 \begin_inset Index idx
5076 status collapsed
5077
5078 \begin_layout Plain Layout
5079 Commands ! H ! 
5080 \backslash
5081 hrulefill
5082 \end_layout
5083
5084 \end_inset
5085
5086 :
5087 \end_layout
5088
5089 \begin_layout Standard
5090 \begin_inset Formula $A\hrulefill B$
5091 \end_inset
5092
5093
5094 \end_layout
5095
5096 \begin_layout Standard
5097 To use the commands for text, they have to be inserted in TeX-mode.
5098 \end_layout
5099
5100 \begin_layout Section
5101 Matrices
5102 \begin_inset CommandInset label
5103 LatexCommand label
5104 name "sec:Matrices"
5105
5106 \end_inset
5107
5108
5109 \begin_inset Index idx
5110 status collapsed
5111
5112 \begin_layout Plain Layout
5113 Matrices
5114 \end_layout
5115
5116 \end_inset
5117
5118
5119 \end_layout
5120
5121 \begin_layout Standard
5122 Matrices can be inserted via the math toolbar button 
5123 \begin_inset Graphics
5124         filename ../images/dialog-show_mathmatrix.png
5125         scale 85
5126
5127 \end_inset
5128
5129  or the menu 
5130 \family sans
5131 Insert\SpecialChar \menuseparator
5132 Math\SpecialChar \menuseparator
5133 Matrix
5134 \family default
5135 .
5136  You will be asked for the number of matrix columns and rows and the alignment.
5137  The vertical alignment is hereby only of importance for matrices in inline
5138  formulas:
5139 \end_layout
5140
5141 \begin_layout Standard
5142 The first matrix is top 
5143 \begin_inset Formula $\begin{array}[t]{cccc}
5144 A & D & G & J\\
5145 B & E & H & K\\
5146 C & F & I & L
5147 \end{array}$
5148 \end_inset
5149
5150 , the second middle 
5151 \begin_inset Formula $\begin{array}{cccc}
5152 A & D & G & J\\
5153 B & E & H & K\\
5154 C & F & I & L
5155 \end{array}$
5156 \end_inset
5157
5158  and the third bottom 
5159 \begin_inset Formula $\begin{array}[b]{cccc}
5160 A & D & G & J\\
5161 B & E & H & K\\
5162 C & F & I & L
5163 \end{array}$
5164 \end_inset
5165
5166  aligned.
5167 \end_layout
5168
5169 \begin_layout Standard
5170 The horizontal alignment specifies how the column entries should be aligned.
5171  It is set by entering a letter for every column.
5172  
5173 \emph on
5174 l
5175 \emph default
5176  denotes left aligned, 
5177 \emph on
5178 c
5179 \emph default
5180  centered and 
5181 \emph on
5182 r
5183 \emph default
5184  right aligned.
5185  To create for example a 4
5186 \series bold
5187 ×
5188 \series default
5189 4
5190 \begin_inset space ~
5191 \end_inset
5192
5193 matrix where the first column is left aligned, the second and third are
5194  centered and the last one is right aligned, one enters for the horizontal
5195  alignment 
5196 \series bold
5197 lccr
5198 \series default
5199 .
5200  Normally are in a matrix all columns centered, therefore the default is
5201  for every column is a 
5202 \series bold
5203 c
5204 \series default
5205 .
5206 \end_layout
5207
5208 \begin_layout Standard
5209 Horizontal alignment:
5210 \end_layout
5211
5212 \begin_layout Standard
5213
5214 \series bold
5215 lll
5216 \series default
5217  : 
5218 \begin_inset Formula $\begin{array}{lll}
5219 10000 & D & G\\
5220 B & 10000 & H\\
5221 C & F & 10000
5222 \end{array}$
5223 \end_inset
5224
5225  , 
5226 \series bold
5227 ccc
5228 \series default
5229  : 
5230 \begin_inset Formula $\begin{array}{ccc}
5231 10000 & D & G\\
5232 B & 10000 & H\\
5233 C & F & 10000
5234 \end{array}$
5235 \end_inset
5236
5237  , 
5238 \series bold
5239 rrr
5240 \series default
5241  : 
5242 \begin_inset Formula $\begin{array}{rrr}
5243 10000 & D & G\\
5244 B & 10000 & H\\
5245 C & F & 10000
5246 \end{array}$
5247 \end_inset
5248
5249
5250 \end_layout
5251
5252 \begin_layout Standard
5253 To add or delete rows and columns subsequently, the math toolbar buttons
5254  
5255 \begin_inset Graphics
5256         filename ../images/tabular-feature_append-row.png
5257         scale 85
5258
5259 \end_inset
5260
5261
5262 \begin_inset Graphics
5263         filename ../images/tabular-feature_delete-row.png
5264         scale 85
5265
5266 \end_inset
5267
5268 , etc.
5269 \begin_inset space \thinspace{}
5270 \end_inset
5271
5272 , or the menu 
5273 \family sans
5274 Edit\SpecialChar \menuseparator
5275 Rows & Columns
5276 \family default
5277  can be used.
5278  New rows can also be created with 
5279 \begin_inset Info
5280 type  "shortcut"
5281 arg   "newline-insert newline"
5282 \end_inset
5283
5284 .
5285 \end_layout
5286
5287 \begin_layout Standard
5288 \begin_inset VSpace bigskip
5289 \end_inset
5290
5291 Parentheses around a matrix can can either be created with the commands
5292  
5293 \series bold
5294
5295 \backslash
5296 left
5297 \series default
5298
5299 \begin_inset Index idx
5300 status collapsed
5301
5302 \begin_layout Plain Layout
5303 Commands ! L ! 
5304 \backslash
5305 left
5306 \end_layout
5307
5308 \end_inset
5309
5310  and 
5311 \series bold
5312
5313 \backslash
5314 right
5315 \series default
5316
5317 \begin_inset Index idx
5318 status collapsed
5319
5320 \begin_layout Plain Layout
5321 Commands ! R ! 
5322 \backslash
5323 right
5324 \end_layout
5325
5326 \end_inset
5327
5328  (shortcut 
5329 \family sans
5330 Alt+M
5331 \begin_inset space ~
5332 \end_inset
5333
5334 Parenthesis
5335 \family default
5336 ), see 
5337 \begin_inset CommandInset ref
5338 LatexCommand ref
5339 reference "sub:Automatic-Bracket-Size"
5340
5341 \end_inset
5342
5343 , or by using the following commands:
5344 \begin_inset VSpace medskip
5345 \end_inset
5346
5347
5348 \end_layout
5349
5350 \begin_layout Standard
5351 \begin_inset space \hfill{}
5352 \end_inset
5353
5354
5355 \begin_inset Tabular
5356 <lyxtabular version="3" rows="4" columns="2">
5357 <features tabularvalignment="middle">
5358 <column alignment="center" valignment="top" width="0">
5359 <column alignment="center" valignment="top" width="0">
5360 <row>
5361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5362 \begin_inset Text
5363
5364 \begin_layout Plain Layout
5365 Command
5366 \end_layout
5367
5368 \end_inset
5369 </cell>
5370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5371 \begin_inset Text
5372
5373 \begin_layout Plain Layout
5374 Result
5375 \begin_inset Note Note
5376 status collapsed
5377
5378 \begin_layout Plain Layout
5379
5380 \series bold
5381
5382 \backslash
5383 raisebox
5384 \series default
5385  is only used as spacer.
5386 \end_layout
5387
5388 \end_inset
5389
5390
5391 \end_layout
5392
5393 \end_inset
5394 </cell>
5395 </row>
5396 <row>
5397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401
5402 \backslash
5403 bmatrix
5404 \begin_inset ERT
5405 status collapsed
5406
5407 \begin_layout Plain Layout
5408
5409
5410 \backslash
5411 spce 
5412 \end_layout
5413
5414 \end_inset
5415
5416 2
5417 \series bold
5418 ×
5419 \series default
5420 2
5421 \begin_inset space \thinspace{}
5422 \end_inset
5423
5424 matrix
5425 \end_layout
5426
5427 \end_inset
5428 </cell>
5429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5430 \begin_inset Text
5431
5432 \begin_layout Plain Layout
5433 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5434 0 & \textrm{-}\mathrm{i}\\
5435 \mathrm{i} & 0
5436 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5437 \end_inset
5438
5439
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 </row>
5445 <row>
5446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450
5451 \backslash
5452 Bmatrix
5453 \begin_inset ERT
5454 status collapsed
5455
5456 \begin_layout Plain Layout
5457
5458
5459 \backslash
5460 spce 
5461 \end_layout
5462
5463 \end_inset
5464
5465 2
5466 \series bold
5467 ×
5468 \series default
5469 2
5470 \begin_inset space \thinspace{}
5471 \end_inset
5472
5473 matrix
5474 \end_layout
5475
5476 \end_inset
5477 </cell>
5478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5483 0 & \textrm{-}\mathrm{i}\\
5484 \mathrm{i} & 0
5485 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5486 \end_inset
5487
5488
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 </row>
5494 <row>
5495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Plain Layout
5499
5500 \backslash
5501 pmatrix
5502 \begin_inset ERT
5503 status collapsed
5504
5505 \begin_layout Plain Layout
5506
5507
5508 \backslash
5509 spce 
5510 \end_layout
5511
5512 \end_inset
5513
5514 2
5515 \series bold
5516 ×
5517 \series default
5518 2
5519 \begin_inset space \thinspace{}
5520 \end_inset
5521
5522 matrix
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5528 \begin_inset Text
5529
5530 \begin_layout Plain Layout
5531 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5532 0 & \textrm{-}\mathrm{i}\\
5533 \mathrm{i} & 0
5534 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5535 \end_inset
5536
5537
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 </row>
5543 </lyxtabular>
5544
5545 \end_inset
5546
5547
5548 \begin_inset space \hfill{}
5549 \end_inset
5550
5551
5552 \begin_inset Tabular
5553 <lyxtabular version="3" rows="4" columns="2">
5554 <features tabularvalignment="middle">
5555 <column alignment="center" valignment="top" width="0">
5556 <column alignment="center" valignment="top" width="0">
5557 <row>
5558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 Command
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 Result
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 </row>
5577 <row>
5578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582
5583 \backslash
5584 vmatrix
5585 \begin_inset ERT
5586 status collapsed
5587
5588 \begin_layout Plain Layout
5589
5590
5591 \backslash
5592 spce 
5593 \end_layout
5594
5595 \end_inset
5596
5597 2
5598 \series bold
5599 ×
5600 \series default
5601 2
5602 \begin_inset space \thinspace{}
5603 \end_inset
5604
5605 matrix
5606 \end_layout
5607
5608 \end_inset
5609 </cell>
5610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5615 0 & \textrm{-}\mathrm{i}\\
5616 \mathrm{i} & 0
5617 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5618 \end_inset
5619
5620
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 </row>
5626 <row>
5627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631
5632 \backslash
5633 Vmatrix
5634 \begin_inset ERT
5635 status collapsed
5636
5637 \begin_layout Plain Layout
5638
5639
5640 \backslash
5641 spce 
5642 \end_layout
5643
5644 \end_inset
5645
5646 2
5647 \series bold
5648 ×
5649 \series default
5650 2
5651 \begin_inset space \thinspace{}
5652 \end_inset
5653
5654 matrix
5655 \end_layout
5656
5657 \end_inset
5658 </cell>
5659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5660 \begin_inset Text
5661
5662 \begin_layout Plain Layout
5663 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5664 0 & \textrm{-}\mathrm{i}\\
5665 \mathrm{i} & 0
5666 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5667 \end_inset
5668
5669
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 </row>
5675 <row>
5676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5677 \begin_inset Text
5678
5679 \begin_layout Plain Layout
5680
5681 \backslash
5682 matrix
5683 \begin_inset ERT
5684 status collapsed
5685
5686 \begin_layout Plain Layout
5687
5688
5689 \backslash
5690 spce 
5691 \end_layout
5692
5693 \end_inset
5694
5695 2
5696 \series bold
5697 ×
5698 \series default
5699 2
5700 \begin_inset space \thinspace{}
5701 \end_inset
5702
5703 matrix
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Plain Layout
5712 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5713 0 & \textrm{-}\mathrm{i}\\
5714 \mathrm{i} & 0
5715 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5716 \end_inset
5717
5718
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 </row>
5724 </lyxtabular>
5725
5726 \end_inset
5727
5728
5729 \begin_inset space \hfill{}
5730 \end_inset
5731
5732
5733 \end_layout
5734
5735 \begin_layout Standard
5736 \begin_inset VSpace medskip
5737 \end_inset
5738
5739 When e.
5740 \begin_inset space \thinspace{}
5741 \end_inset
5742
5743 g.
5744 \begin_inset space \space{}
5745 \end_inset
5746
5747
5748 \series bold
5749
5750 \backslash
5751 vmatrix
5752 \series default
5753  is inserted, a blue box appears between two vertical lines where the matrix
5754  is inserted.
5755 \end_layout
5756
5757 \begin_layout Standard
5758 \begin_inset VSpace bigskip
5759 \end_inset
5760
5761 As all multiline formulas are matrices, the length 
5762 \series bold
5763
5764 \backslash
5765 arraycolsep
5766 \series default
5767
5768 \begin_inset Index idx
5769 status collapsed
5770
5771 \begin_layout Plain Layout
5772 Commands ! A ! 
5773 \backslash
5774 arraycolsep
5775 \end_layout
5776
5777 \end_inset
5778
5779  that is described in 
5780 \begin_inset CommandInset ref
5781 LatexCommand ref
5782 reference "sub:Column-Separation"
5783
5784 \end_inset
5785
5786  can also be used to change the column separation of matrices.
5787 \end_layout
5788
5789 \begin_layout Standard
5790 To change the row separation, the command 
5791 \series bold
5792
5793 \backslash
5794 arraystretch
5795 \series default
5796
5797 \begin_inset Index idx
5798 status collapsed
5799
5800 \begin_layout Plain Layout
5801 Commands ! A ! 
5802 \backslash
5803 arraystretch
5804 \end_layout
5805
5806 \end_inset
5807
5808  is used.
5809  It is used as follows:
5810 \end_layout
5811
5812 \begin_layout Standard
5813
5814 \series bold
5815
5816 \backslash
5817 renewcommand{
5818 \backslash
5819 arraystretch}{stretch factor}
5820 \begin_inset Index idx
5821 status collapsed
5822
5823 \begin_layout Plain Layout
5824 Commands ! R ! 
5825 \backslash
5826 renewcommand
5827 \end_layout
5828
5829 \end_inset
5830
5831
5832 \end_layout
5833
5834 \begin_layout Standard
5835 The command 
5836 \series bold
5837
5838 \backslash
5839 renewcommand
5840 \series default
5841  assigns the stretch factor to the predefined command 
5842 \series bold
5843
5844 \backslash
5845 arraystretch
5846 \series default
5847 .
5848  To double e.
5849 \begin_inset space \thinspace{}
5850 \end_inset
5851
5852 g.
5853 \begin_inset space \space{}
5854 \end_inset
5855
5856 the row separation, use the factor 2.
5857  This is then used for all following matrices.
5858  To go back to the original separation, assign the factor 1 to 
5859 \series bold
5860
5861 \backslash
5862 arraystretch
5863 \series default
5864 .
5865 \end_layout
5866
5867 \begin_layout Standard
5868 To set matrices into a text line, the command 
5869 \series bold
5870
5871 \backslash
5872 smallmatrix
5873 \series default
5874
5875 \begin_inset Index idx
5876 status collapsed
5877
5878 \begin_layout Plain Layout
5879 Commands ! S ! 
5880 \backslash
5881 smallmatrix
5882 \end_layout
5883
5884 \end_inset
5885
5886  is used.
5887  When it is inserted a blue box with two dashed lines appears.
5888  In this box the matrix is inserted.
5889 \end_layout
5890
5891 \begin_layout Standard
5892 This is a matrix 
5893 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5894 C & D
5895 \end{smallmatrix}\right)$
5896 \end_inset
5897
5898  in a text line.
5899 \end_layout
5900
5901 \begin_layout Section
5902 Brackets and Delimiters
5903 \begin_inset Index idx
5904 status collapsed
5905
5906 \begin_layout Plain Layout
5907 Brackets
5908 \end_layout
5909
5910 \end_inset
5911
5912
5913 \begin_inset Index idx
5914 status collapsed
5915
5916 \begin_layout Plain Layout
5917 Delimiters
5918 \end_layout
5919
5920 \end_inset
5921
5922
5923 \end_layout
5924
5925 \begin_layout Subsection
5926 Vertical Brackets and Delimiters
5927 \begin_inset Index idx
5928 status collapsed
5929
5930 \begin_layout Plain Layout
5931 Brackets ! vertical
5932 \end_layout
5933
5934 \end_inset
5935
5936
5937 \end_layout
5938
5939 \begin_layout Standard
5940 \begin_inset space \hfill{}
5941 \end_inset
5942
5943
5944 \begin_inset Tabular
5945 <lyxtabular version="3" rows="9" columns="2">
5946 <features tabularvalignment="middle">
5947 <column alignment="center" valignment="top" width="0pt">
5948 <column alignment="center" valignment="top" width="0pt">
5949 <row>
5950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 Command
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 Result
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 </row>
5969 <row>
5970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5971 \begin_inset Text
5972
5973 \begin_layout Plain Layout
5974 (
5975 \end_layout
5976
5977 \end_inset
5978 </cell>
5979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5980 \begin_inset Text
5981
5982 \begin_layout Plain Layout
5983 \begin_inset Formula $($
5984 \end_inset
5985
5986
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 </row>
5992 <row>
5993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 {
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006 \begin_inset Formula $\{$
6007 \end_inset
6008
6009
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 </row>
6015 <row>
6016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 [
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 \begin_inset Formula $[$
6030 \end_inset
6031
6032
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 </row>
6038 <row>
6039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043
6044 \backslash
6045 langle
6046 \end_layout
6047
6048 \end_inset
6049 </cell>
6050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6051 \begin_inset Text
6052
6053 \begin_layout Plain Layout
6054 \begin_inset Formula $\langle$
6055 \end_inset
6056
6057
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 </row>
6063 <row>
6064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6065 \begin_inset Text
6066
6067 \begin_layout Plain Layout
6068
6069 \backslash
6070 lceil
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079 \begin_inset Formula $\lceil$
6080 \end_inset
6081
6082
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 </row>
6088 <row>
6089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6090 \begin_inset Text
6091
6092 \begin_layout Plain Layout
6093
6094 \backslash
6095 lfloor
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 \begin_inset Formula $\lfloor$
6105 \end_inset
6106
6107
6108 \end_layout
6109
6110 \end_inset
6111 </cell>
6112 </row>
6113 <row>
6114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6115 \begin_inset Text
6116
6117 \begin_layout Plain Layout
6118 /
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Plain Layout
6127 \begin_inset Formula $/$
6128 \end_inset
6129
6130
6131 \end_layout
6132
6133 \end_inset
6134 </cell>
6135 </row>
6136 <row>
6137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Plain Layout
6141 |
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150 \begin_inset Formula $|$
6151 \end_inset
6152
6153
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 </row>
6159 </lyxtabular>
6160
6161 \end_inset
6162
6163
6164 \begin_inset space \hfill{}
6165 \end_inset
6166
6167
6168 \begin_inset Tabular
6169 <lyxtabular version="3" rows="9" columns="2">
6170 <features tabularvalignment="middle">
6171 <column alignment="center" valignment="top" width="0pt">
6172 <column alignment="center" valignment="top" width="0pt">
6173 <row>
6174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6175 \begin_inset Text
6176
6177 \begin_layout Plain Layout
6178 Command
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187 Result
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 </row>
6193 <row>
6194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 )
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 \begin_inset Formula $)$
6208 \end_inset
6209
6210
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 </row>
6216 <row>
6217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221 }
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230 \begin_inset Formula $\}$
6231 \end_inset
6232
6233
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 </row>
6239 <row>
6240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6241 \begin_inset Text
6242
6243 \begin_layout Plain Layout
6244 ]
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6250 \begin_inset Text
6251
6252 \begin_layout Plain Layout
6253 \begin_inset Formula $]$
6254 \end_inset
6255
6256
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 </row>
6262 <row>
6263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267
6268 \backslash
6269 rangle
6270 \end_layout
6271
6272 \end_inset
6273 </cell>
6274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6275 \begin_inset Text
6276
6277 \begin_layout Plain Layout
6278 \begin_inset Formula $\rangle$
6279 \end_inset
6280
6281
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 </row>
6287 <row>
6288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292
6293 \backslash
6294 rceil
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 \begin_inset Formula $\rceil$
6304 \end_inset
6305
6306
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 </row>
6312 <row>
6313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317
6318 \backslash
6319 rfloor
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 \begin_inset Formula $\rfloor$
6329 \end_inset
6330
6331
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 </row>
6337 <row>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342
6343 \backslash
6344
6345 \backslash
6346
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6352 \begin_inset Text
6353
6354 \begin_layout Plain Layout
6355 \begin_inset Formula $\backslash$
6356 \end_inset
6357
6358
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 </row>
6364 <row>
6365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369
6370 \backslash
6371 |
6372 \end_layout
6373
6374 \end_inset
6375 </cell>
6376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 \begin_inset Formula $\|$
6381 \end_inset
6382
6383
6384 \end_layout
6385
6386 \end_inset
6387 </cell>
6388 </row>
6389 </lyxtabular>
6390
6391 \end_inset
6392
6393
6394 \begin_inset space \hfill{}
6395 \end_inset
6396
6397
6398 \end_layout
6399
6400 \begin_layout Standard
6401
6402 \series medium
6403 \begin_inset Note Greyedout
6404 status open
6405
6406 \begin_layout Plain Layout
6407
6408 \series bold
6409 Note:
6410 \series default
6411  In TeX-mode the command 
6412 \series bold
6413
6414 \backslash
6415 textbackslash
6416 \series default
6417
6418 \begin_inset Index idx
6419 status collapsed
6420
6421 \begin_layout Plain Layout
6422 Commands ! T ! 
6423 \backslash
6424 textbackslash
6425 \end_layout
6426
6427 \end_inset
6428
6429  must be used for the backslash, because the command 
6430 \series bold
6431
6432 \backslash
6433
6434 \backslash
6435
6436 \series default
6437  produces there a line break.
6438 \end_layout
6439
6440 \end_inset
6441
6442
6443 \end_layout
6444
6445 \begin_layout Standard
6446 For all characters listed above the size can be adjusted with the commands
6447  described in the following two subsections.
6448  When using these commands, the characters < and > can directly be used
6449  instead of the commands 
6450 \series bold
6451
6452 \backslash
6453 langle
6454 \series default
6455  and 
6456 \series bold
6457
6458 \backslash
6459 rangle
6460 \series default
6461 .
6462 \end_layout
6463
6464 \begin_layout Subsubsection
6465 Manual Bracket Size
6466 \begin_inset CommandInset label
6467 LatexCommand label
6468 name "sub:Manual-Bracket-Size"
6469
6470 \end_inset
6471
6472
6473 \begin_inset Index idx
6474 status collapsed
6475
6476 \begin_layout Plain Layout
6477 Bracket size ! manual
6478 \end_layout
6479
6480 \end_inset
6481
6482
6483 \end_layout
6484
6485 \begin_layout Standard
6486 The bracket size can be specified manually by the LaTeX-commands 
6487 \series bold
6488
6489 \backslash
6490 big
6491 \series default
6492
6493 \begin_inset Index idx
6494 status collapsed
6495
6496 \begin_layout Plain Layout
6497 Commands ! B ! 
6498 \backslash
6499 big
6500 \end_layout
6501
6502 \end_inset
6503
6504
6505 \series bold
6506
6507 \backslash
6508 Big
6509 \series default
6510
6511 \series bold
6512
6513 \backslash
6514 bigg
6515 \series default
6516  and 
6517 \series bold
6518
6519 \backslash
6520 Bigg
6521 \series default
6522 .
6523  
6524 \series bold
6525
6526 \backslash
6527 big
6528 \series default
6529  denotes the smallest and 
6530 \series bold
6531
6532 \backslash
6533 Bigg
6534 \series default
6535  the largest bracket size.
6536 \end_layout
6537
6538 \begin_layout Standard
6539 These commands are used to emphasize levels of brackets:
6540 \end_layout
6541
6542 \begin_layout Standard
6543 \align center
6544 \begin_inset Tabular
6545 <lyxtabular version="3" rows="2" columns="2">
6546 <features tabularvalignment="middle">
6547 <column alignment="center" valignment="top" width="0pt">
6548 <column alignment="center" valignment="top" width="0pt">
6549 <row>
6550 <cell alignment="center" valignment="top" usebox="none">
6551 \begin_inset Text
6552
6553 \begin_layout Plain Layout
6554 all brackets in the same size:
6555 \end_layout
6556
6557 \end_inset
6558 </cell>
6559 <cell alignment="center" valignment="top" usebox="none">
6560 \begin_inset Text
6561
6562 \begin_layout Plain Layout
6563 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6564 \end_inset
6565
6566
6567 \end_layout
6568
6569 \end_inset
6570 </cell>
6571 </row>
6572 <row>
6573 <cell alignment="center" valignment="top" usebox="none">
6574 \begin_inset Text
6575
6576 \begin_layout Plain Layout
6577 this looks better:
6578 \end_layout
6579
6580 \end_inset
6581 </cell>
6582 <cell alignment="center" valignment="top" usebox="none">
6583 \begin_inset Text
6584
6585 \begin_layout Plain Layout
6586 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6587 \end_inset
6588
6589
6590 \end_layout
6591
6592 \end_inset
6593 </cell>
6594 </row>
6595 </lyxtabular>
6596
6597 \end_inset
6598
6599
6600 \begin_inset Note Note
6601 status collapsed
6602
6603 \begin_layout Plain Layout
6604
6605 \series bold
6606
6607 \backslash
6608 raisebox
6609 \series default
6610  is only used as spacer.
6611 \end_layout
6612
6613 \end_inset
6614
6615
6616 \end_layout
6617
6618 \begin_layout Standard
6619 For the second formula the command 
6620 \series bold
6621
6622 \backslash
6623 Big((A+B)(A-B)
6624 \backslash
6625 Big)^
6626 \begin_inset ERT
6627 status collapsed
6628
6629 \begin_layout Plain Layout
6630
6631
6632 \backslash
6633 spce 
6634 \end_layout
6635
6636 \end_inset
6637
6638 C
6639 \series default
6640  has been used.
6641 \end_layout
6642
6643 \begin_layout Standard
6644 Here is an overview about all bracket sizes:
6645 \end_layout
6646
6647 \begin_layout Standard
6648 \align center
6649
6650 \backslash
6651 Bigg(
6652 \backslash
6653 exp
6654 \backslash
6655 bigg<
6656 \backslash
6657 Big[
6658 \backslash
6659 big{
6660 \backslash
6661 ln(3x)
6662 \backslash
6663 big}^2
6664 \begin_inset ERT
6665 status collapsed
6666
6667 \begin_layout Plain Layout
6668
6669
6670 \backslash
6671 spce 
6672 \end_layout
6673
6674 \end_inset
6675
6676
6677 \backslash
6678 sin(x)
6679 \backslash
6680 Big]^
6681 \begin_inset ERT
6682 status collapsed
6683
6684 \begin_layout Plain Layout
6685
6686
6687 \backslash
6688 spce 
6689 \end_layout
6690
6691 \end_inset
6692
6693 A
6694 \begin_inset ERT
6695 status collapsed
6696
6697 \begin_layout Plain Layout
6698
6699
6700 \backslash
6701 spce 
6702 \end_layout
6703
6704 \end_inset
6705
6706
6707 \backslash
6708 bigg>
6709 \backslash
6710 Bigg)^0,5
6711 \end_layout
6712
6713 \begin_layout Standard
6714 \align center
6715 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6716 \end_inset
6717
6718
6719 \end_layout
6720
6721 \begin_layout Standard
6722 Besides the 
6723 \series bold
6724
6725 \backslash
6726 big
6727 \series default
6728 -commands there is the variant 
6729 \series bold
6730
6731 \backslash
6732 bigm
6733 \series default
6734
6735 \begin_inset Index idx
6736 status collapsed
6737
6738 \begin_layout Plain Layout
6739 Commands ! B ! 
6740 \backslash
6741 bigm
6742 \end_layout
6743
6744 \end_inset
6745
6746  that adds a bit more space between the bracket and its content, and the
6747  variant 
6748 \series bold
6749
6750 \backslash
6751 bigl
6752 \series default
6753 -
6754 \series bold
6755
6756 \backslash
6757 bigr
6758 \series default
6759
6760 \begin_inset Index idx
6761 status collapsed
6762
6763 \begin_layout Plain Layout
6764 Commands ! B ! 
6765 \backslash
6766 bigl - 
6767 \backslash
6768 bigr
6769 \end_layout
6770
6771 \end_inset
6772
6773 , that don't add additional space.
6774  The 
6775 \emph on
6776 l
6777 \emph default
6778  at the end of the command 
6779 \series bold
6780
6781 \backslash
6782 bigl
6783 \series default
6784  is for a left bracket; for a right bracket this will be replaced by an
6785  
6786 \emph on
6787 r
6788 \emph default
6789 .
6790  A left or right bracket can each be an opening or closing bracket.
6791 \end_layout
6792
6793 \begin_layout Standard
6794 In the following table is a comparison of the variants:
6795 \end_layout
6796
6797 \begin_layout Standard
6798 \align center
6799 \begin_inset Tabular
6800 <lyxtabular version="3" rows="5" columns="2">
6801 <features tabularvalignment="middle">
6802 <column alignment="center" valignment="middle" width="0">
6803 <column alignment="center" valignment="middle" width="0">
6804 <row>
6805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6806 \begin_inset Text
6807
6808 \begin_layout Plain Layout
6809 Command
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818 Result
6819 \begin_inset Note Note
6820 status collapsed
6821
6822 \begin_layout Plain Layout
6823
6824 \series bold
6825
6826 \backslash
6827 raisebox
6828 \series default
6829  is only used as spacer.
6830 \end_layout
6831
6832 \end_inset
6833
6834
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 </row>
6840 <row>
6841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6842 \begin_inset Text
6843
6844 \begin_layout Plain Layout
6845
6846 \backslash
6847 Bigm(
6848 \backslash
6849 bigm(
6850 \backslash
6851 ln(3x)
6852 \backslash
6853 bigm)^2
6854 \series bold
6855
6856 \begin_inset ERT
6857 status collapsed
6858
6859 \begin_layout Plain Layout
6860
6861
6862 \backslash
6863 spce 
6864 \end_layout
6865
6866 \end_inset
6867
6868
6869 \series default
6870
6871 \backslash
6872 Bigm)
6873 \end_layout
6874
6875 \end_inset
6876 </cell>
6877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6878 \begin_inset Text
6879
6880 \begin_layout Plain Layout
6881 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6882 \end_inset
6883
6884
6885 \end_layout
6886
6887 \end_inset
6888 </cell>
6889 </row>
6890 <row>
6891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6892 \begin_inset Text
6893
6894 \begin_layout Plain Layout
6895
6896 \backslash
6897 Big(
6898 \backslash
6899 big(
6900 \backslash
6901 ln(3x)
6902 \backslash
6903 big)^2
6904 \series bold
6905
6906 \begin_inset ERT
6907 status collapsed
6908
6909 \begin_layout Plain Layout
6910
6911
6912 \backslash
6913 spce 
6914 \end_layout
6915
6916 \end_inset
6917
6918
6919 \series default
6920
6921 \backslash
6922 Big)
6923 \end_layout
6924
6925 \end_inset
6926 </cell>
6927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6928 \begin_inset Text
6929
6930 \begin_layout Plain Layout
6931 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6932 \end_inset
6933
6934
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 </row>
6940 <row>
6941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945
6946 \backslash
6947 Bigl(
6948 \backslash
6949 bigl(
6950 \backslash
6951 ln(3x)
6952 \backslash
6953 bigr)^2
6954 \series bold
6955
6956 \begin_inset ERT
6957 status collapsed
6958
6959 \begin_layout Plain Layout
6960
6961
6962 \backslash
6963 spce 
6964 \end_layout
6965
6966 \end_inset
6967
6968
6969 \series default
6970
6971 \backslash
6972 Bigr)
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6978 \begin_inset Text
6979
6980 \begin_layout Plain Layout
6981 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6982 \end_inset
6983
6984
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 </row>
6990 <row>
6991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995
6996 \backslash
6997 bigl)
6998 \backslash
6999 ln(3x)
7000 \backslash
7001 bigr(
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7007 \begin_inset Text
7008
7009 \begin_layout Plain Layout
7010 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7011 \end_inset
7012
7013
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 </row>
7019 </lyxtabular>
7020
7021 \end_inset
7022
7023
7024 \end_layout
7025
7026 \begin_layout Subsubsection
7027 Automatic Bracket Size
7028 \begin_inset CommandInset label
7029 LatexCommand label
7030 name "sub:Automatic-Bracket-Size"
7031
7032 \end_inset
7033
7034
7035 \begin_inset Index idx
7036 status collapsed
7037
7038 \begin_layout Plain Layout
7039 Bracket size ! automatic
7040 \end_layout
7041
7042 \end_inset
7043
7044
7045 \end_layout
7046
7047 \begin_layout Standard
7048 Brackets with variable size can be inserted with the commands 
7049 \series bold
7050
7051 \backslash
7052 left
7053 \series default
7054
7055 \begin_inset Index idx
7056 status collapsed
7057
7058 \begin_layout Plain Layout
7059 Commands ! L ! 
7060 \backslash
7061 left
7062 \end_layout
7063
7064 \end_inset
7065
7066  and 
7067 \series bold
7068
7069 \backslash
7070 right
7071 \series default
7072
7073 \begin_inset Index idx
7074 status collapsed
7075
7076 \begin_layout Plain Layout
7077 Commands ! R ! 
7078 \backslash
7079 right
7080 \end_layout
7081
7082 \end_inset
7083
7084  or via the math toolbar button 
7085 \begin_inset Graphics
7086         filename ../images/dialog-show_mathdelimiter.png
7087         scale 85
7088
7089 \end_inset
7090
7091 .
7092  Directly behind 
7093 \series bold
7094
7095 \backslash
7096 left
7097 \series default
7098  and 
7099 \series bold
7100
7101 \backslash
7102 right
7103 \series default
7104  the wanted bracket must be inserted.
7105  The bracket size will then automatically be calculated for the output.
7106 \end_layout
7107
7108 \begin_layout Standard
7109 \align center
7110 normal bracket: The command 
7111 \series bold
7112
7113 \backslash
7114 ln(
7115 \backslash
7116 frac
7117 \begin_inset ERT
7118 status collapsed
7119
7120 \begin_layout Plain Layout
7121
7122
7123 \backslash
7124 spce 
7125 \end_layout
7126
7127 \end_inset
7128
7129 A
7130 \begin_inset Formula $\downarrow$
7131 \end_inset
7132
7133 C
7134 \begin_inset ERT
7135 status collapsed
7136
7137 \begin_layout Plain Layout
7138
7139
7140 \backslash
7141 spce 
7142 \end_layout
7143
7144 \end_inset
7145
7146 )
7147 \series default
7148  creates
7149 \begin_inset Formula \[
7150 \ln(\frac{A}{C})\]
7151
7152 \end_inset
7153
7154
7155 \end_layout
7156
7157 \begin_layout Standard
7158 \align center
7159 multiline bracket: The command 
7160 \series bold
7161
7162 \backslash
7163 ln
7164 \backslash
7165 left(
7166 \backslash
7167 frac
7168 \begin_inset ERT
7169 status collapsed
7170
7171 \begin_layout Plain Layout
7172
7173
7174 \backslash
7175 spce 
7176 \end_layout
7177
7178 \end_inset
7179
7180 A
7181 \begin_inset Formula $\downarrow$
7182 \end_inset
7183
7184 C
7185 \begin_inset ERT
7186 status collapsed
7187
7188 \begin_layout Plain Layout
7189
7190
7191 \backslash
7192 spce 
7193 \end_layout
7194
7195 \end_inset
7196
7197
7198 \backslash
7199 right)
7200 \series default
7201  creates
7202 \begin_inset Formula \[
7203 \ln\left(\frac{A}{C}\right)\]
7204
7205 \end_inset
7206
7207
7208 \end_layout
7209
7210 \begin_layout Standard
7211 Instead of 
7212 \series bold
7213
7214 \backslash
7215 left
7216 \series default
7217  and 
7218 \series bold
7219
7220 \backslash
7221 right
7222 \series default
7223  the shortcut 
7224 \family sans
7225 Alt+M
7226 \begin_inset space ~
7227 \end_inset
7228
7229 Bracket
7230 \family default
7231  can be used.
7232  This has the advantage that you can see in LyX immediately the real bracket
7233  size and that the matching right bracket will be created too.
7234 \begin_inset Newline newline
7235 \end_inset
7236
7237 The command for the last example would then be: 
7238 \series bold
7239
7240 \backslash
7241 ln Alt+M
7242 \series default
7243  
7244 \series bold
7245 (
7246 \backslash
7247 frac
7248 \begin_inset ERT
7249 status collapsed
7250
7251 \begin_layout Plain Layout
7252
7253
7254 \backslash
7255 spce 
7256 \end_layout
7257
7258 \end_inset
7259
7260 A
7261 \begin_inset Formula $\downarrow$
7262 \end_inset
7263
7264 C
7265 \end_layout
7266
7267 \begin_layout Standard
7268 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7269  For example the command 
7270 \series bold
7271
7272 \backslash
7273 left.
7274 \backslash
7275 frac
7276 \begin_inset ERT
7277 status collapsed
7278
7279 \begin_layout Plain Layout
7280
7281
7282 \backslash
7283 spce 
7284 \end_layout
7285
7286 \end_inset
7287
7288 A
7289 \begin_inset Formula $\downarrow$
7290 \end_inset
7291
7292 B
7293 \begin_inset ERT
7294 status collapsed
7295
7296 \begin_layout Plain Layout
7297
7298
7299 \backslash
7300 spce 
7301 \end_layout
7302
7303 \end_inset
7304
7305
7306 \backslash
7307 right}
7308 \series default
7309  creates:
7310 \series bold
7311
7312 \begin_inset Formula \[
7313 \left.\frac{A}{B}\right\} \]
7314
7315 \end_inset
7316
7317
7318 \series default
7319 The commands 
7320 \series bold
7321
7322 \backslash
7323 left
7324 \series default
7325  and 
7326 \series bold
7327
7328 \backslash
7329 right
7330 \series default
7331  will be converted by LyX to brackets in the right size when the document
7332  is reloaded and an omitted bracket will appear as dashed line.
7333 \end_layout
7334
7335 \begin_layout Standard
7336 \begin_inset VSpace bigskip
7337 \end_inset
7338
7339 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7340  the command 
7341 \series bold
7342
7343 \backslash
7344 middle
7345 \series default
7346
7347 \begin_inset Index idx
7348 status collapsed
7349
7350 \begin_layout Plain Layout
7351 Commands ! M ! 
7352 \backslash
7353 middle
7354 \end_layout
7355
7356 \end_inset
7357
7358  is additionally available for all brackets and limits.
7359  With this command the height of the following character is adapted to the
7360  one of the surrounding brackets, what is e.
7361 \begin_inset space \thinspace{}
7362 \end_inset
7363
7364 g.
7365 \begin_inset space \space{}
7366 \end_inset
7367
7368 needed for physical vectors:
7369 \begin_inset Formula \[
7370 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7371
7372 \end_inset
7373
7374 For physical vectors there is a special LaTeX-package, described in 
7375 \begin_inset CommandInset ref
7376 LatexCommand ref
7377 reference "sub:Physical-Vectors"
7378
7379 \end_inset
7380
7381 .
7382 \end_layout
7383
7384 \begin_layout Subsection
7385 Horizontal Brackets
7386 \begin_inset Index idx
7387 status collapsed
7388
7389 \begin_layout Plain Layout
7390 Brackets ! horizontal
7391 \end_layout
7392
7393 \end_inset
7394
7395
7396 \end_layout
7397
7398 \begin_layout Standard
7399 \align center
7400 \begin_inset Tabular
7401 <lyxtabular version="3" rows="4" columns="2">
7402 <features tabularvalignment="middle">
7403 <column alignment="center" valignment="top" width="0pt">
7404 <column alignment="center" valignment="top" width="0pt">
7405 <row>
7406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7407 \begin_inset Text
7408
7409 \begin_layout Plain Layout
7410 Command
7411 \begin_inset Note Note
7412 status collapsed
7413
7414 \begin_layout Plain Layout
7415
7416 \series bold
7417
7418 \backslash
7419 raisebox
7420 \series default
7421  is only used as spacer.
7422 \end_layout
7423
7424 \end_inset
7425
7426
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435 Result
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 </row>
7441 <row>
7442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Plain Layout
7446 \begin_inset ERT
7447 status collapsed
7448
7449 \begin_layout Plain Layout
7450
7451
7452 \backslash
7453 raisebox{2.3mm}{
7454 \end_layout
7455
7456 \end_inset
7457
7458
7459 \backslash
7460 overbrace
7461 \begin_inset ERT
7462 status collapsed
7463
7464 \begin_layout Plain Layout
7465
7466
7467 \backslash
7468 spce 
7469 \end_layout
7470
7471 \end_inset
7472
7473 A+B
7474 \begin_inset ERT
7475 status collapsed
7476
7477 \begin_layout Plain Layout
7478
7479
7480 \backslash
7481 spce 
7482 \end_layout
7483
7484 \end_inset
7485
7486 ^
7487 \begin_inset ERT
7488 status collapsed
7489
7490 \begin_layout Plain Layout
7491
7492
7493 \backslash
7494 spce 
7495 \end_layout
7496
7497 \end_inset
7498
7499 3
7500 \begin_inset ERT
7501 status collapsed
7502
7503 \begin_layout Plain Layout
7504
7505 }
7506 \end_layout
7507
7508 \end_inset
7509
7510
7511 \begin_inset Index idx
7512 status collapsed
7513
7514 \begin_layout Plain Layout
7515 Commands ! O ! 
7516 \backslash
7517 overbrace
7518 \end_layout
7519
7520 \end_inset
7521
7522
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531 \begin_inset Formula $\overbrace{A+B}^{3}$
7532 \end_inset
7533
7534
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 </row>
7540 <row>
7541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Plain Layout
7545 \begin_inset ERT
7546 status collapsed
7547
7548 \begin_layout Plain Layout
7549
7550
7551 \backslash
7552 raisebox{-2.2mm}{
7553 \end_layout
7554
7555 \end_inset
7556
7557
7558 \backslash
7559 underbrace
7560 \begin_inset ERT
7561 status collapsed
7562
7563 \begin_layout Plain Layout
7564
7565
7566 \backslash
7567 spce 
7568 \end_layout
7569
7570 \end_inset
7571
7572 A+B
7573 \begin_inset ERT
7574 status collapsed
7575
7576 \begin_layout Plain Layout
7577
7578
7579 \backslash
7580 spce 
7581 \end_layout
7582
7583 \end_inset
7584
7585 _5
7586 \begin_inset ERT
7587 status collapsed
7588
7589 \begin_layout Plain Layout
7590
7591 }
7592 \end_layout
7593
7594 \end_inset
7595
7596
7597 \begin_inset Index idx
7598 status collapsed
7599
7600 \begin_layout Plain Layout
7601 Commands ! U ! 
7602 \backslash
7603 underbrace
7604 \end_layout
7605
7606 \end_inset
7607
7608
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617 \begin_inset Formula $\underbrace{A+B}_{5}$
7618 \end_inset
7619
7620
7621 \end_layout
7622
7623 \end_inset
7624 </cell>
7625 </row>
7626 <row>
7627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Plain Layout
7631
7632 \backslash
7633 overbrace
7634 \begin_inset ERT
7635 status collapsed
7636
7637 \begin_layout Plain Layout
7638
7639
7640 \backslash
7641 spce 
7642 \end_layout
7643
7644 \end_inset
7645
7646
7647 \backslash
7648 underbrace
7649 \begin_inset ERT
7650 status collapsed
7651
7652 \begin_layout Plain Layout
7653
7654
7655 \backslash
7656 spce 
7657 \end_layout
7658
7659 \end_inset
7660
7661 A+B_w
7662 \begin_inset ERT
7663 status collapsed
7664
7665 \begin_layout Plain Layout
7666
7667
7668 \backslash
7669 spce 
7670 \end_layout
7671
7672 \end_inset
7673
7674
7675 \begin_inset ERT
7676 status collapsed
7677
7678 \begin_layout Plain Layout
7679
7680
7681 \backslash
7682 spce 
7683 \end_layout
7684
7685 \end_inset
7686
7687 _7
7688 \begin_inset ERT
7689 status collapsed
7690
7691 \begin_layout Plain Layout
7692
7693
7694 \backslash
7695 spce 
7696 \end_layout
7697
7698 \end_inset
7699
7700
7701 \begin_inset ERT
7702 status collapsed
7703
7704 \begin_layout Plain Layout
7705
7706
7707 \backslash
7708 spce 
7709 \end_layout
7710
7711 \end_inset
7712
7713 ^
7714 \begin_inset ERT
7715 status collapsed
7716
7717 \begin_layout Plain Layout
7718
7719
7720 \backslash
7721 spce 
7722 \end_layout
7723
7724 \end_inset
7725
7726 C
7727 \end_layout
7728
7729 \end_inset
7730 </cell>
7731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7732 \begin_inset Text
7733
7734 \begin_layout Plain Layout
7735 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7736 \end_inset
7737
7738
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 </row>
7744 </lyxtabular>
7745
7746 \end_inset
7747
7748
7749 \end_layout
7750
7751 \begin_layout Standard
7752 In the last example it doesn't matter if 
7753 \series bold
7754
7755 \backslash
7756 overbrace
7757 \series default
7758  or 
7759 \series bold
7760
7761 \backslash
7762 underbrace
7763 \series default
7764  is inserted at first.
7765 \end_layout
7766
7767 \begin_layout Standard
7768 \begin_inset VSpace bigskip
7769 \end_inset
7770
7771 When brackets are needed that overlap each other, multiline formulas, as
7772  described in 
7773 \begin_inset CommandInset ref
7774 LatexCommand ref
7775 reference "sec:Multiline-Formulas"
7776
7777 \end_inset
7778
7779 , must be used:
7780 \begin_inset Formula \begin{eqnarray*}
7781 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7782  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7783 \end{eqnarray*}
7784
7785 \end_inset
7786
7787 In the first row the formula is inserted together with the first brace.
7788  It is hereby important that the space command
7789 \begin_inset Foot
7790 status collapsed
7791
7792 \begin_layout Plain Layout
7793 Space commands are explained in 
7794 \begin_inset CommandInset ref
7795 LatexCommand ref
7796 reference "sub:Predefined-Space"
7797
7798 \end_inset
7799
7800 .
7801 \end_layout
7802
7803 \end_inset
7804
7805  
7806 \series bold
7807
7808 \backslash
7809 :
7810 \series default
7811  is inserted before the first 
7812 \begin_inset Formula $d$
7813 \end_inset
7814
7815 , because the brace that ends behind the 
7816 \begin_inset Formula $q$
7817 \end_inset
7818
7819  prevents that the following 
7820 \begin_inset Quotes eld
7821 \end_inset
7822
7823 +
7824 \begin_inset Quotes erd
7825 \end_inset
7826
7827  is surrounded by space.
7828 \begin_inset Foot
7829 status collapsed
7830
7831 \begin_layout Plain Layout
7832 because a bracket is not handled as character, see 
7833 \begin_inset CommandInset ref
7834 LatexCommand ref
7835 reference "sub:Binary-Operators"
7836
7837 \end_inset
7838
7839
7840 \end_layout
7841
7842 \end_inset
7843
7844  In the second row the second brace is inserted.
7845  As it should begin before the 
7846 \begin_inset Formula $b$
7847 \end_inset
7848
7849 , first the command 
7850 \series bold
7851
7852 \backslash
7853 hphantom{gggg+
7854 \backslash
7855 :}
7856 \series default
7857  is inserted.
7858 \begin_inset Foot
7859 status collapsed
7860
7861 \begin_layout Plain Layout
7862 more about 
7863 \series bold
7864
7865 \backslash
7866 hphantom
7867 \series default
7868  see 
7869 \begin_inset CommandInset ref
7870 LatexCommand ref
7871 reference "sub:Placeholders"
7872
7873 \end_inset
7874
7875
7876 \end_layout
7877
7878 \end_inset
7879
7880  This space is needed because the 
7881 \begin_inset Quotes eld
7882 \end_inset
7883
7884 +
7885 \begin_inset Quotes erd
7886 \end_inset
7887
7888  is also surrounded by space in the formula.
7889  The brace is placed under the command 
7890 \series bold
7891
7892 \backslash
7893 hphantom{bbqq+dddd}
7894 \series default
7895 .
7896 \end_layout
7897
7898 \begin_layout Standard
7899 It gets more complicated when brackets overlap each other, like in the following
7900  example:
7901 \begin_inset ERT
7902 status collapsed
7903
7904 \begin_layout Plain Layout
7905
7906
7907 \backslash
7908 setlength{
7909 \backslash
7910 jot}{-6pt}
7911 \end_layout
7912
7913 \end_inset
7914
7915
7916 \begin_inset Formula \begin{eqnarray*}
7917  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7918 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7919 \end{eqnarray*}
7920
7921 \end_inset
7922
7923
7924 \begin_inset ERT
7925 status collapsed
7926
7927 \begin_layout Plain Layout
7928
7929
7930 \backslash
7931 setlength{
7932 \backslash
7933 jot}{3pt}
7934 \end_layout
7935
7936 \end_inset
7937
7938 The first formula row is the same as the second row of the previous example,
7939  with the difference that the brace is above.
7940  The second row contains the formula together with the second brace.
7941  To avoid that there is space between the upper brace in the first row and
7942  the formula, the row spacing need to be reduced.
7943  This is not easily possible due to a bug in LyX
7944 \begin_inset Foot
7945 status collapsed
7946
7947 \begin_layout Plain Layout
7948 \begin_inset CommandInset href
7949 LatexCommand href
7950 name "LyX-bug #1505"
7951 target "http://www.lyx.org/trac/ticket/1505"
7952
7953 \end_inset
7954
7955
7956 \end_layout
7957
7958 \end_inset
7959
7960 .
7961  As solution for the problem, the global formula row separation 
7962 \series bold
7963
7964 \backslash
7965 jot
7966 \series default
7967
7968 \begin_inset Index idx
7969 status collapsed
7970
7971 \begin_layout Plain Layout
7972 Commands ! J ! 
7973 \backslash
7974 jot
7975 \end_layout
7976
7977 \end_inset
7978
7979  must be changed to -6
7980 \begin_inset space \thinspace{}
7981 \end_inset
7982
7983 pt before the formula with the command 
7984 \series bold
7985
7986 \backslash
7987 setlength{
7988 \backslash
7989 jot}{-6pt}
7990 \series default
7991  in TeX-mode.
7992  
7993 \series bold
7994
7995 \backslash
7996 jot
7997 \series default
7998  is set back after the formula to the standard value of 3
7999 \begin_inset space \thinspace{}
8000 \end_inset
8001
8002 pt using the same command.
8003  More about the row separation in formulas is explained in 
8004 \begin_inset CommandInset ref
8005 LatexCommand ref
8006 reference "sub:Line-Separation"
8007
8008 \end_inset
8009
8010 .
8011 \end_layout
8012
8013 \begin_layout Section
8014 Arrows
8015 \begin_inset Index idx
8016 status collapsed
8017
8018 \begin_layout Plain Layout
8019 Arrows
8020 \end_layout
8021
8022 \end_inset
8023
8024
8025 \end_layout
8026
8027 \begin_layout Standard
8028 Arrows can be inserted via the math toolbar button 
8029 \begin_inset Graphics
8030         filename ../images/math/leftarrow.png
8031         scale 85
8032
8033 \end_inset
8034
8035  or the commands listed in the following subsections.
8036 \end_layout
8037
8038 \begin_layout Standard
8039 \begin_inset Newpage newpage
8040 \end_inset
8041
8042
8043 \end_layout
8044
8045 \begin_layout Subsection
8046 Horizontal Arrows
8047 \begin_inset Index idx
8048 status collapsed
8049
8050 \begin_layout Plain Layout
8051 Arrows ! horizontal
8052 \end_layout
8053
8054 \end_inset
8055
8056
8057 \end_layout
8058
8059 \begin_layout Standard
8060 \begin_inset space \hfill{}
8061 \end_inset
8062
8063
8064 \begin_inset Tabular
8065 <lyxtabular version="3" rows="8" columns="2">
8066 <features tabularvalignment="middle">
8067 <column alignment="center" valignment="top" width="0pt">
8068 <column alignment="center" valignment="top" width="0pt">
8069 <row>
8070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074 Command
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 Result
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 </row>
8089 <row>
8090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094
8095 \backslash
8096 gets
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105 \begin_inset Formula $\gets$
8106 \end_inset
8107
8108
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 </row>
8114 <row>
8115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119
8120 \backslash
8121 Leftarrow
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130 \begin_inset Formula $\Leftarrow$
8131 \end_inset
8132
8133
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 </row>
8139 <row>
8140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144
8145 \backslash
8146 longleftarrow
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155 \begin_inset Formula $\longleftarrow$
8156 \end_inset
8157
8158
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 </row>
8164 <row>
8165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169
8170 \backslash
8171 Longleftarrow
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 \begin_inset Formula $\Longleftarrow$
8181 \end_inset
8182
8183
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 </row>
8189 <row>
8190 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194
8195 \backslash
8196 leftharpoonup
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205 \begin_inset Formula $\leftharpoonup$
8206 \end_inset
8207
8208
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 </row>
8214 <row>
8215 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219
8220 \backslash
8221 leftharpoondown
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 \begin_inset Formula $\leftharpoondown$
8231 \end_inset
8232
8233
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 </row>
8239 <row>
8240 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244
8245 \backslash
8246 hookleftarrow
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 \begin_inset Formula $\hookleftarrow$
8256 \end_inset
8257
8258
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 </row>
8264 </lyxtabular>
8265
8266 \end_inset
8267
8268
8269 \begin_inset space \hfill{}
8270 \end_inset
8271
8272
8273 \begin_inset Tabular
8274 <lyxtabular version="3" rows="8" columns="2">
8275 <features tabularvalignment="middle">
8276 <column alignment="center" valignment="top" width="0pt">
8277 <column alignment="center" valignment="top" width="0pt">
8278 <row>
8279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 Command
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 Result
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 </row>
8298 <row>
8299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303
8304 \backslash
8305 to
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 \begin_inset Formula $\to$
8315 \end_inset
8316
8317
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 </row>
8323 <row>
8324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328
8329 \backslash
8330 Rightarrow
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 \begin_inset Formula $\Rightarrow$
8340 \end_inset
8341
8342
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 </row>
8348 <row>
8349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353
8354 \backslash
8355 longrightarrow
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 \begin_inset Formula $\longrightarrow$
8365 \end_inset
8366
8367
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 </row>
8373 <row>
8374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378
8379 \backslash
8380 Longrightarrow
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 \begin_inset Formula $\Longrightarrow$
8390 \end_inset
8391
8392
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 </row>
8398 <row>
8399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403
8404 \backslash
8405 rightharpoonup
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414 \begin_inset Formula $\rightharpoonup$
8415 \end_inset
8416
8417
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 </row>
8423 <row>
8424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428
8429 \backslash
8430 rightharpoondown
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439 \begin_inset Formula $\rightharpoondown$
8440 \end_inset
8441
8442
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 </row>
8448 <row>
8449 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453
8454 \backslash
8455 hookrightarrow
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 \begin_inset Formula $\hookrightarrow$
8465 \end_inset
8466
8467
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 </row>
8473 </lyxtabular>
8474
8475 \end_inset
8476
8477
8478 \begin_inset space \hfill{}
8479 \end_inset
8480
8481
8482 \end_layout
8483
8484 \begin_layout Standard
8485 \begin_inset space \hfill{}
8486 \end_inset
8487
8488
8489 \begin_inset Tabular
8490 <lyxtabular version="3" rows="6" columns="2">
8491 <features tabularvalignment="middle">
8492 <column alignment="center" valignment="top" width="0pt">
8493 <column alignment="center" valignment="top" width="0pt">
8494 <row>
8495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 Command
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8505 \begin_inset Text
8506
8507 \begin_layout Plain Layout
8508 Result
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 </row>
8514 <row>
8515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519
8520 \backslash
8521 leftrightarrow
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530 \begin_inset Formula $\leftrightarrow$
8531 \end_inset
8532
8533
8534 \end_layout
8535
8536 \end_inset
8537 </cell>
8538 </row>
8539 <row>
8540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544
8545 \backslash
8546 Leftrightarrow
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555 \begin_inset Formula $\Leftrightarrow$
8556 \end_inset
8557
8558
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 </row>
8564 <row>
8565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569
8570 \backslash
8571 longleftrightarrow
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580 \begin_inset Formula $\longleftrightarrow$
8581 \end_inset
8582
8583
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 </row>
8589 <row>
8590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8591 \begin_inset Text
8592
8593 \begin_layout Plain Layout
8594
8595 \backslash
8596 Longleftrightarrow
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605 \begin_inset Formula $\Longleftrightarrow$
8606 \end_inset
8607
8608
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 </row>
8614 <row>
8615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619
8620 \backslash
8621 rightleftharpoons
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630 \begin_inset Formula $\rightleftharpoons$
8631 \end_inset
8632
8633
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 </row>
8639 </lyxtabular>
8640
8641 \end_inset
8642
8643
8644 \begin_inset space \hspace{}
8645 \length 25pt
8646 \end_inset
8647
8648
8649 \begin_inset space \hfill{}
8650 \end_inset
8651
8652
8653 \begin_inset Tabular
8654 <lyxtabular version="3" rows="5" columns="2">
8655 <features tabularvalignment="middle">
8656 <column alignment="center" valignment="top" width="0pt">
8657 <column alignment="center" valignment="top" width="0pt">
8658 <row>
8659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663 Command
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8669 \begin_inset Text
8670
8671 \begin_layout Plain Layout
8672 Result
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 </row>
8678 <row>
8679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683
8684 \backslash
8685 mapsto
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 \begin_inset Formula $\mapsto$
8695 \end_inset
8696
8697
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 </row>
8703 <row>
8704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708
8709 \backslash
8710 longmapsto
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 \begin_inset Formula $\longmapsto$
8720 \end_inset
8721
8722
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 </row>
8728 <row>
8729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733
8734 \backslash
8735 leadsto
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 \begin_inset Formula $\leadsto$
8745 \end_inset
8746
8747
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 </row>
8753 <row>
8754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758
8759 \backslash
8760 dasharrow
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 \begin_inset Formula $\dasharrow$
8770 \end_inset
8771
8772
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 </row>
8778 </lyxtabular>
8779
8780 \end_inset
8781
8782
8783 \begin_inset space \hfill{}
8784 \end_inset
8785
8786
8787 \end_layout
8788
8789 \begin_layout Standard
8790 \begin_inset VSpace medskip
8791 \end_inset
8792
8793 Arrows used as accent like e.
8794 \begin_inset space \thinspace{}
8795 \end_inset
8796
8797 g.
8798 \begin_inset space \space{}
8799 \end_inset
8800
8801 vector arrows are listed in 
8802 \begin_inset CommandInset ref
8803 LatexCommand ref
8804 reference "sec:Accents"
8805
8806 \end_inset
8807
8808 .
8809 \end_layout
8810
8811 \begin_layout Standard
8812 \begin_inset VSpace bigskip
8813 \end_inset
8814
8815 Furthermore there are the labeled arrows
8816 \begin_inset Index idx
8817 status collapsed
8818
8819 \begin_layout Plain Layout
8820 Arrows ! labeled
8821 \end_layout
8822
8823 \end_inset
8824
8825  
8826 \series bold
8827
8828 \backslash
8829 xleftarrow
8830 \series default
8831
8832 \begin_inset Index idx
8833 status collapsed
8834
8835 \begin_layout Plain Layout
8836 Commands ! X ! 
8837 \backslash
8838 xleftarrow
8839 \end_layout
8840
8841 \end_inset
8842
8843  and 
8844 \series bold
8845
8846 \backslash
8847 xrightarrow
8848 \series default
8849
8850 \begin_inset Index idx
8851 status collapsed
8852
8853 \begin_layout Plain Layout
8854 Commands ! X ! 
8855 \backslash
8856 xrightarrow
8857 \begin_inset ERT
8858 status collapsed
8859
8860 \begin_layout Plain Layout
8861
8862
8863 \backslash
8864 vspace{4mm}
8865 \end_layout
8866
8867 \end_inset
8868
8869
8870 \end_layout
8871
8872 \end_inset
8873
8874 .
8875  When inserting one of these commands in a formula, an arrow with two blue
8876  boxes appear where the label can be inserted.
8877  The length of the arrow adapts to the label width.
8878 \end_layout
8879
8880 \begin_layout Standard
8881 \align center
8882 \begin_inset Tabular
8883 <lyxtabular version="3" rows="3" columns="2">
8884 <features tabularvalignment="middle">
8885 <column alignment="center" valignment="top" width="0pt">
8886 <column alignment="center" valignment="top" width="0pt">
8887 <row>
8888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892 Command
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Plain Layout
8901 Result
8902 \begin_inset Note Note
8903 status collapsed
8904
8905 \begin_layout Plain Layout
8906
8907 \series bold
8908
8909 \backslash
8910 raisebox
8911 \series default
8912  is only used as spacer.
8913 \end_layout
8914
8915 \end_inset
8916
8917
8918 \end_layout
8919
8920 \end_inset
8921 </cell>
8922 </row>
8923 <row>
8924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928 F(a)
8929 \backslash
8930 xleftarrow
8931 \begin_inset ERT
8932 status collapsed
8933
8934 \begin_layout Plain Layout
8935
8936
8937 \backslash
8938 spce 
8939 \end_layout
8940
8941 \end_inset
8942
8943 x=a
8944 \begin_inset Formula $\downarrow$
8945 \end_inset
8946
8947 x>0
8948 \begin_inset Formula $\to$
8949 \end_inset
8950
8951 F(x)
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8961 \end_inset
8962
8963
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 </row>
8969 <row>
8970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974 F(x)
8975 \backslash
8976 xrightarrow
8977 \begin_inset ERT
8978 status collapsed
8979
8980 \begin_layout Plain Layout
8981
8982
8983 \backslash
8984 spce 
8985 \end_layout
8986
8987 \end_inset
8988
8989 x=a
8990 \begin_inset Formula $\downarrow$
8991 \end_inset
8992
8993 x>0
8994 \begin_inset Formula $\to$
8995 \end_inset
8996
8997 F(a)
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9007 \end_inset
9008
9009
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 </row>
9015 </lyxtabular>
9016
9017 \end_inset
9018
9019
9020 \end_layout
9021
9022 \begin_layout Subsection
9023 Vertical and diagonal Arrows
9024 \begin_inset Index idx
9025 status collapsed
9026
9027 \begin_layout Plain Layout
9028 Arrows ! diagonal
9029 \end_layout
9030
9031 \end_inset
9032
9033
9034 \begin_inset Index idx
9035 status collapsed
9036
9037 \begin_layout Plain Layout
9038 Arrows ! vertical
9039 \end_layout
9040
9041 \end_inset
9042
9043
9044 \end_layout
9045
9046 \begin_layout Standard
9047 \begin_inset space \hfill{}
9048 \end_inset
9049
9050
9051 \begin_inset Tabular
9052 <lyxtabular version="3" rows="7" columns="2">
9053 <features tabularvalignment="middle">
9054 <column alignment="center" valignment="top" width="0pt">
9055 <column alignment="center" valignment="top" width="0pt">
9056 <row>
9057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061 Command
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 Result
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 </row>
9076 <row>
9077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081
9082 \backslash
9083 uparrow
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 \begin_inset Formula $\uparrow$
9093 \end_inset
9094
9095
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 </row>
9101 <row>
9102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106
9107 \backslash
9108 Uparrow
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117 \begin_inset Formula $\Uparrow$
9118 \end_inset
9119
9120
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 </row>
9126 <row>
9127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131
9132 \backslash
9133 updownarrow
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142 \begin_inset Formula $\updownarrow$
9143 \end_inset
9144
9145
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 </row>
9151 <row>
9152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156
9157 \backslash
9158 Updownarrow
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9164 \begin_inset Text
9165
9166 \begin_layout Plain Layout
9167 \begin_inset Formula $\Updownarrow$
9168 \end_inset
9169
9170
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 </row>
9176 <row>
9177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181
9182 \backslash
9183 Downarrow
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 \begin_inset Formula $\Downarrow$
9193 \end_inset
9194
9195
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 </row>
9201 <row>
9202 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206
9207 \backslash
9208 downarrow
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217 \begin_inset Formula $\downarrow$
9218 \end_inset
9219
9220
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 </row>
9226 </lyxtabular>
9227
9228 \end_inset
9229
9230
9231 \begin_inset space \hfill{}
9232 \end_inset
9233
9234
9235 \begin_inset Tabular
9236 <lyxtabular version="3" rows="5" columns="2">
9237 <features tabularvalignment="middle">
9238 <column alignment="center" valignment="top" width="0pt">
9239 <column alignment="center" valignment="top" width="0pt">
9240 <row>
9241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245 Command
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254 Result
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 </row>
9260 <row>
9261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265
9266 \backslash
9267 nearrow
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276 \begin_inset Formula $\nearrow$
9277 \end_inset
9278
9279
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 </row>
9285 <row>
9286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290
9291 \backslash
9292 searrow
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301 \begin_inset Formula $\searrow$
9302 \end_inset
9303
9304
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 </row>
9310 <row>
9311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315
9316 \backslash
9317 swarrow
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326 \begin_inset Formula $\swarrow$
9327 \end_inset
9328
9329
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 </row>
9335 <row>
9336 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Plain Layout
9340
9341 \backslash
9342 nwarrow
9343 \end_layout
9344
9345 \end_inset
9346 </cell>
9347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351 \begin_inset Formula $\nwarrow$
9352 \end_inset
9353
9354
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 </row>
9360 </lyxtabular>
9361
9362 \end_inset
9363
9364
9365 \begin_inset space \hfill{}
9366 \end_inset
9367
9368
9369 \end_layout
9370
9371 \begin_layout Standard
9372 \begin_inset VSpace medskip
9373 \end_inset
9374
9375 Vertical arrows can be used also as delimiter together with the commands
9376  described in 
9377 \begin_inset CommandInset ref
9378 LatexCommand ref
9379 reference "sub:Manual-Bracket-Size"
9380
9381 \end_inset
9382
9383  and 
9384 \begin_inset CommandInset ref
9385 LatexCommand ref
9386 reference "sub:Automatic-Bracket-Size"
9387
9388 \end_inset
9389
9390 .
9391 \end_layout
9392
9393 \begin_layout Standard
9394 \begin_inset Newpage newpage
9395 \end_inset
9396
9397
9398 \end_layout
9399
9400 \begin_layout Section
9401 Accents
9402 \begin_inset CommandInset label
9403 LatexCommand label
9404 name "sec:Accents"
9405
9406 \end_inset
9407
9408
9409 \begin_inset Index idx
9410 status collapsed
9411
9412 \begin_layout Plain Layout
9413 Accents
9414 \end_layout
9415
9416 \end_inset
9417
9418
9419 \end_layout
9420
9421 \begin_layout Standard
9422 Accents can be inserted via the math toolbar button 
9423 \begin_inset Graphics
9424         filename ../images/math/hat.png
9425         scale 85
9426
9427 \end_inset
9428
9429  or the commands listed in the following subsections.
9430 \end_layout
9431
9432 \begin_layout Subsection
9433 Accents for one Character
9434 \begin_inset ERT
9435 status collapsed
9436
9437 \begin_layout Plain Layout
9438
9439
9440 \backslash
9441 texorpdfstring{
9442 \end_layout
9443
9444 \end_inset
9445
9446
9447 \begin_inset Foot
9448 status collapsed
9449
9450 \begin_layout Plain Layout
9451 accents in text see 
9452 \begin_inset CommandInset ref
9453 LatexCommand ref
9454 reference "sub:Accents-in-Text"
9455
9456 \end_inset
9457
9458
9459 \end_layout
9460
9461 \end_inset
9462
9463
9464 \begin_inset ERT
9465 status collapsed
9466
9467 \begin_layout Plain Layout
9468
9469 }{}
9470 \end_layout
9471
9472 \end_inset
9473
9474
9475 \begin_inset Note Note
9476 status collapsed
9477
9478 \begin_layout Plain Layout
9479
9480 \backslash
9481 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
9482 \end_layout
9483
9484 \begin_layout Plain Layout
9485 More about 
9486 \backslash
9487 texorpdfstring is in section 
9488 \begin_inset CommandInset ref
9489 LatexCommand ref
9490 reference "sub:Formulas-in-Section"
9491
9492 \end_inset
9493
9494 .
9495 \end_layout
9496
9497 \end_inset
9498
9499
9500 \begin_inset CommandInset label
9501 LatexCommand label
9502 name "sub:Accents-for-one"
9503
9504 \end_inset
9505
9506
9507 \begin_inset Index idx
9508 status collapsed
9509
9510 \begin_layout Plain Layout
9511 Accents ! for one character
9512 \end_layout
9513
9514 \end_inset
9515
9516
9517 \end_layout
9518
9519 \begin_layout Standard
9520 \begin_inset space \hfill{}
9521 \end_inset
9522
9523
9524 \begin_inset Tabular
9525 <lyxtabular version="3" rows="8" columns="2">
9526 <features tabularvalignment="middle">
9527 <column alignment="center" valignment="top" width="0pt">
9528 <column alignment="center" valignment="top" width="0pt">
9529 <row>
9530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534 Command
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543 Result
9544 \begin_inset Note Note
9545 status collapsed
9546
9547 \begin_layout Plain Layout
9548
9549 \series bold
9550
9551 \backslash
9552 raisebox
9553 \series default
9554  is only used as spacer.
9555 \end_layout
9556
9557 \end_inset
9558
9559
9560 \end_layout
9561
9562 \end_inset
9563 </cell>
9564 </row>
9565 <row>
9566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9567 \begin_inset Text
9568
9569 \begin_layout Plain Layout
9570
9571 \backslash
9572 dot
9573 \begin_inset ERT
9574 status collapsed
9575
9576 \begin_layout Plain Layout
9577
9578
9579 \backslash
9580 spce 
9581 \end_layout
9582
9583 \end_inset
9584
9585 A
9586 \end_layout
9587
9588 \end_inset
9589 </cell>
9590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9591 \begin_inset Text
9592
9593 \begin_layout Plain Layout
9594 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9595 \end_inset
9596
9597
9598 \end_layout
9599
9600 \end_inset
9601 </cell>
9602 </row>
9603 <row>
9604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9605 \begin_inset Text
9606
9607 \begin_layout Plain Layout
9608
9609 \backslash
9610 ddot
9611 \begin_inset ERT
9612 status collapsed
9613
9614 \begin_layout Plain Layout
9615
9616
9617 \backslash
9618 spce 
9619 \end_layout
9620
9621 \end_inset
9622
9623 A
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9629 \begin_inset Text
9630
9631 \begin_layout Plain Layout
9632 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9633 \end_inset
9634
9635
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 </row>
9641 <row>
9642 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9643 \begin_inset Text
9644
9645 \begin_layout Plain Layout
9646
9647 \backslash
9648 dddot
9649 \begin_inset ERT
9650 status collapsed
9651
9652 \begin_layout Plain Layout
9653
9654
9655 \backslash
9656 spce 
9657 \end_layout
9658
9659 \end_inset
9660
9661 A
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Plain Layout
9670 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9671 \end_inset
9672
9673
9674 \end_layout
9675
9676 \end_inset
9677 </cell>
9678 </row>
9679 <row>
9680 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9681 \begin_inset Text
9682
9683 \begin_layout Plain Layout
9684
9685 \backslash
9686 ddddot
9687 \begin_inset ERT
9688 status collapsed
9689
9690 \begin_layout Plain Layout
9691
9692
9693 \backslash
9694 spce 
9695 \end_layout
9696
9697 \end_inset
9698
9699 A
9700 \end_layout
9701
9702 \end_inset
9703 </cell>
9704 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9705 \begin_inset Text
9706
9707 \begin_layout Plain Layout
9708 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9709 \end_inset
9710
9711
9712 \end_layout
9713
9714 \end_inset
9715 </cell>
9716 </row>
9717 <row>
9718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9719 \begin_inset Text
9720
9721 \begin_layout Plain Layout
9722
9723 \backslash
9724 vec
9725 \begin_inset ERT
9726 status collapsed
9727
9728 \begin_layout Plain Layout
9729
9730
9731 \backslash
9732 spce 
9733 \end_layout
9734
9735 \end_inset
9736
9737 A
9738 \begin_inset Index idx
9739 status collapsed
9740
9741 \begin_layout Plain Layout
9742 Vectors
9743 \end_layout
9744
9745 \end_inset
9746
9747
9748 \end_layout
9749
9750 \end_inset
9751 </cell>
9752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9757 \end_inset
9758
9759
9760 \end_layout
9761
9762 \end_inset
9763 </cell>
9764 </row>
9765 <row>
9766 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9767 \begin_inset Text
9768
9769 \begin_layout Plain Layout
9770
9771 \backslash
9772 bar
9773 \begin_inset ERT
9774 status collapsed
9775
9776 \begin_layout Plain Layout
9777
9778
9779 \backslash
9780 spce 
9781 \end_layout
9782
9783 \end_inset
9784
9785 A
9786 \end_layout
9787
9788 \end_inset
9789 </cell>
9790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9791 \begin_inset Text
9792
9793 \begin_layout Plain Layout
9794 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9795 \end_inset
9796
9797
9798 \end_layout
9799
9800 \end_inset
9801 </cell>
9802 </row>
9803 <row>
9804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9805 \begin_inset Text
9806
9807 \begin_layout Plain Layout
9808
9809 \backslash
9810 mathring
9811 \begin_inset ERT
9812 status collapsed
9813
9814 \begin_layout Plain Layout
9815
9816
9817 \backslash
9818 spce 
9819 \end_layout
9820
9821 \end_inset
9822
9823 A
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9829 \begin_inset Text
9830
9831 \begin_layout Plain Layout
9832 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9833 \end_inset
9834
9835
9836 \end_layout
9837
9838 \end_inset
9839 </cell>
9840 </row>
9841 </lyxtabular>
9842
9843 \end_inset
9844
9845
9846 \begin_inset space \hfill{}
9847 \end_inset
9848
9849
9850 \begin_inset Tabular
9851 <lyxtabular version="3" rows="7" columns="2">
9852 <features tabularvalignment="middle">
9853 <column alignment="center" valignment="top" width="0pt">
9854 <column alignment="center" valignment="top" width="0pt">
9855 <row>
9856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9857 \begin_inset Text
9858
9859 \begin_layout Plain Layout
9860 Command
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869 Result
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 </row>
9875 <row>
9876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880
9881 \backslash
9882 tilde
9883 \begin_inset ERT
9884 status collapsed
9885
9886 \begin_layout Plain Layout
9887
9888
9889 \backslash
9890 spce 
9891 \end_layout
9892
9893 \end_inset
9894
9895 A
9896 \end_layout
9897
9898 \end_inset
9899 </cell>
9900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9901 \begin_inset Text
9902
9903 \begin_layout Plain Layout
9904 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9905 \end_inset
9906
9907
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 </row>
9913 <row>
9914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9915 \begin_inset Text
9916
9917 \begin_layout Plain Layout
9918
9919 \backslash
9920 hat
9921 \begin_inset ERT
9922 status collapsed
9923
9924 \begin_layout Plain Layout
9925
9926
9927 \backslash
9928 spce 
9929 \end_layout
9930
9931 \end_inset
9932
9933 A
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Plain Layout
9942 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9943 \end_inset
9944
9945
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 </row>
9951 <row>
9952 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9953 \begin_inset Text
9954
9955 \begin_layout Plain Layout
9956
9957 \backslash
9958 check
9959 \begin_inset ERT
9960 status collapsed
9961
9962 \begin_layout Plain Layout
9963
9964
9965 \backslash
9966 spce 
9967 \end_layout
9968
9969 \end_inset
9970
9971 A
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9981 \end_inset
9982
9983
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 </row>
9989 <row>
9990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Plain Layout
9994
9995 \backslash
9996 acute
9997 \begin_inset ERT
9998 status collapsed
9999
10000 \begin_layout Plain Layout
10001
10002
10003 \backslash
10004 spce 
10005 \end_layout
10006
10007 \end_inset
10008
10009 A
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10015 \begin_inset Text
10016
10017 \begin_layout Plain Layout
10018 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10019 \end_inset
10020
10021
10022 \end_layout
10023
10024 \end_inset
10025 </cell>
10026 </row>
10027 <row>
10028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032
10033 \backslash
10034 grave
10035 \begin_inset ERT
10036 status collapsed
10037
10038 \begin_layout Plain Layout
10039
10040
10041 \backslash
10042 spce 
10043 \end_layout
10044
10045 \end_inset
10046
10047 A
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10057 \end_inset
10058
10059
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 </row>
10065 <row>
10066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070
10071 \backslash
10072 breve
10073 \begin_inset ERT
10074 status collapsed
10075
10076 \begin_layout Plain Layout
10077
10078
10079 \backslash
10080 spce 
10081 \end_layout
10082
10083 \end_inset
10084
10085 A
10086 \end_layout
10087
10088 \end_inset
10089 </cell>
10090 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10091 \begin_inset Text
10092
10093 \begin_layout Plain Layout
10094 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10095 \end_inset
10096
10097
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 </row>
10103 </lyxtabular>
10104
10105 \end_inset
10106
10107
10108 \begin_inset space \hfill{}
10109 \end_inset
10110
10111
10112 \end_layout
10113
10114 \begin_layout Standard
10115 \begin_inset VSpace bigskip
10116 \end_inset
10117
10118
10119 \end_layout
10120
10121 \begin_layout Standard
10122 You can directly insert accents like é to formulas.
10123  LyX will transform them to the corresponding accent command.
10124  For umlauts
10125 \begin_inset Index idx
10126 status collapsed
10127
10128 \begin_layout Plain Layout
10129 Umlauts
10130 \end_layout
10131
10132 \end_inset
10133
10134  it is better to insert a quotation mark before the vowel.
10135  These two characters are then treated by LaTeX as 
10136 \emph on
10137 one
10138 \emph default
10139  character when the formula part with the umlaut is marked as German.
10140  In contrary to 
10141 \series bold
10142
10143 \backslash
10144 ddot
10145 \series default
10146 , with this method 
10147 \begin_inset Quotes eld
10148 \end_inset
10149
10150 real
10151 \begin_inset Quotes erd
10152 \end_inset
10153
10154  umlauts are created as demonstrated in the following example:
10155 \end_layout
10156
10157 \begin_layout Standard
10158 \begin_inset VSpace -2mm
10159 \end_inset
10160
10161
10162 \end_layout
10163
10164 \begin_layout Standard
10165 \align center
10166 \begin_inset Tabular
10167 <lyxtabular version="3" rows="3" columns="2">
10168 <features tabularvalignment="middle">
10169 <column alignment="center" valignment="top" width="0">
10170 <column alignment="center" valignment="top" width="0">
10171 <row>
10172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176 Command
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185 Result
10186 \begin_inset Note Note
10187 status collapsed
10188
10189 \begin_layout Plain Layout
10190
10191 \series bold
10192
10193 \backslash
10194 raisebox
10195 \series default
10196  and the 0
10197 \begin_inset space \thinspace{}
10198 \end_inset
10199
10200 pt space are only used as spacer.
10201 \end_layout
10202
10203 \end_inset
10204
10205
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 </row>
10211 <row>
10212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216
10217 \lang ngerman
10218 \begin_inset Quotes grd
10219 \end_inset
10220
10221 i
10222 \end_layout
10223
10224 \end_inset
10225 </cell>
10226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230 \begin_inset space \hspace{}
10231 \length 0pt
10232 \end_inset
10233
10234
10235 \lang ngerman
10236
10237 \begin_inset Formula $"i$
10238 \end_inset
10239
10240
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 </row>
10246 <row>
10247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251
10252 \backslash
10253 ddot
10254 \begin_inset ERT
10255 status collapsed
10256
10257 \begin_layout Plain Layout
10258
10259
10260 \backslash
10261 spce 
10262 \end_layout
10263
10264 \end_inset
10265
10266 i
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10276 \end_inset
10277
10278
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 </row>
10284 </lyxtabular>
10285
10286 \end_inset
10287
10288
10289 \end_layout
10290
10291 \begin_layout Standard
10292 Another advantage to 
10293 \series bold
10294
10295 \backslash
10296 ddot
10297 \series default
10298  is that umlauts can directly be converted to mathematical text because
10299  the accent commands above are 
10300 \emph on
10301 not allowed
10302 \emph default
10303  
10304 \emph on
10305 in mathematical text
10306 \emph default
10307 .
10308  To convert an accented character to mathematical text, only the character
10309  under the accent may be converted.
10310  This applies also for all other conversions, e.
10311 \begin_inset space \thinspace{}
10312 \end_inset
10313
10314 g.
10315 \begin_inset space \space{}
10316 \end_inset
10317
10318 to italic or bold.
10319 \end_layout
10320
10321 \begin_layout Standard
10322 In mathematical text, umlauts and other accented characters can directly
10323  be inserted.
10324 \end_layout
10325
10326 \begin_layout Subsection
10327 Accents for Operators
10328 \begin_inset Index idx
10329 status collapsed
10330
10331 \begin_layout Plain Layout
10332 Accents ! for operators
10333 \end_layout
10334
10335 \end_inset
10336
10337
10338 \end_layout
10339
10340 \begin_layout Standard
10341 With the commands 
10342 \series bold
10343
10344 \backslash
10345 overset
10346 \series default
10347
10348 \begin_inset Index idx
10349 status collapsed
10350
10351 \begin_layout Plain Layout
10352 Commands ! O ! 
10353 \backslash
10354 overset
10355 \end_layout
10356
10357 \end_inset
10358
10359  and 
10360 \series bold
10361
10362 \backslash
10363 underset
10364 \series default
10365
10366 \begin_inset Index idx
10367 status collapsed
10368
10369 \begin_layout Plain Layout
10370 Commands ! U ! 
10371 \backslash
10372 underset
10373 \end_layout
10374
10375 \end_inset
10376
10377  characters can be placed above or below an operator, respectively, to accent
10378  it.
10379  With the command 
10380 \series bold
10381
10382 \backslash
10383 sideset
10384 \series default
10385
10386 \begin_inset Index idx
10387 status collapsed
10388
10389 \begin_layout Plain Layout
10390 Commands ! S ! 
10391 \backslash
10392 sideset
10393 \end_layout
10394
10395 \end_inset
10396
10397  characters can be set before and behind an operator.
10398  The command scheme is:
10399 \end_layout
10400
10401 \begin_layout Standard
10402
10403 \series bold
10404
10405 \backslash
10406 sideset{character
10407 \series default
10408  
10409 \series bold
10410 before}{character
10411 \series default
10412  
10413 \series bold
10414 behind}
10415 \end_layout
10416
10417 \begin_layout Standard
10418
10419 \series bold
10420
10421 \backslash
10422 sideset
10423 \series default
10424  must always be before the operator that should be accented.
10425  You can accent with several characters and even with other operators and
10426  symbols.
10427  To place with 
10428 \series bold
10429
10430 \backslash
10431 sideset
10432 \series default
10433  for example only characters behind an operator, write nothing between the
10434  first braces but don't omit the braces.
10435 \end_layout
10436
10437 \begin_layout Standard
10438 For example the command 
10439 \series bold
10440
10441 \backslash
10442 sideset{
10443 \begin_inset Formula $\to$
10444 \end_inset
10445
10446
10447 \backslash
10448 {
10449 \series default
10450 '
10451 \series bold
10452
10453 \begin_inset Formula $\to$
10454 \end_inset
10455
10456
10457 \backslash
10458 sum_k=1
10459 \begin_inset ERT
10460 status collapsed
10461
10462 \begin_layout Plain Layout
10463
10464
10465 \backslash
10466 spce 
10467 \end_layout
10468
10469 \end_inset
10470
10471
10472 \series default
10473 ^
10474 \series bold
10475 n
10476 \series default
10477  produces:
10478 \begin_inset Formula \[
10479 \sideset{}{'}\sum_{k=1}^{n}\]
10480
10481 \end_inset
10482
10483
10484 \end_layout
10485
10486 \begin_layout Standard
10487 The command 
10488 \series bold
10489
10490 \backslash
10491 overset
10492 \begin_inset ERT
10493 status collapsed
10494
10495 \begin_layout Plain Layout
10496
10497
10498 \backslash
10499 spce 
10500 \end_layout
10501
10502 \end_inset
10503
10504
10505 \backslash
10506 maltese
10507 \begin_inset ERT
10508 status collapsed
10509
10510 \begin_layout Plain Layout
10511
10512
10513 \backslash
10514 spce 
10515 \end_layout
10516
10517 \end_inset
10518
10519
10520 \series default
10521
10522 \begin_inset Formula $\uparrow$
10523 \end_inset
10524
10525
10526 \series bold
10527 a
10528 \series default
10529  produces:
10530 \begin_inset Formula \[
10531 \overset{a}{\maltese}\]
10532
10533 \end_inset
10534
10535 As seen in the last example, with 
10536 \series bold
10537
10538 \backslash
10539 overset
10540 \series default
10541  and 
10542 \series bold
10543
10544 \backslash
10545 underset
10546 \series default
10547  also symbols and characters can be accented; with 
10548 \series bold
10549
10550 \backslash
10551 sideset
10552 \series default
10553  this is not possible.
10554 \end_layout
10555
10556 \begin_layout Subsection
10557 Accents for several Characters
10558 \begin_inset Index idx
10559 status collapsed
10560
10561 \begin_layout Plain Layout
10562 Accents ! for several characters
10563 \end_layout
10564
10565 \end_inset
10566
10567
10568 \end_layout
10569
10570 \begin_layout Standard
10571 \begin_inset space \hfill{}
10572 \end_inset
10573
10574
10575 \begin_inset Tabular
10576 <lyxtabular version="3" rows="5" columns="2">
10577 <features tabularvalignment="middle">
10578 <column alignment="center" valignment="top" width="0pt">
10579 <column alignment="center" valignment="top" width="0pt">
10580 <row>
10581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 Command
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 Result
10595 \begin_inset Note Note
10596 status collapsed
10597
10598 \begin_layout Plain Layout
10599
10600 \series bold
10601
10602 \backslash
10603 raisebox
10604 \series default
10605  is only used as spacer.
10606 \end_layout
10607
10608 \end_inset
10609
10610
10611 \end_layout
10612
10613 \end_inset
10614 </cell>
10615 </row>
10616 <row>
10617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621
10622 \backslash
10623 overleftarrow
10624 \begin_inset ERT
10625 status collapsed
10626
10627 \begin_layout Plain Layout
10628
10629
10630 \backslash
10631 spce 
10632 \end_layout
10633
10634 \end_inset
10635
10636 A=B
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10646 \end_inset
10647
10648
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 </row>
10654 <row>
10655 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10656 \begin_inset Text
10657
10658 \begin_layout Plain Layout
10659
10660 \backslash
10661 underleftarrow
10662 \begin_inset ERT
10663 status collapsed
10664
10665 \begin_layout Plain Layout
10666
10667
10668 \backslash
10669 spce 
10670 \end_layout
10671
10672 \end_inset
10673
10674 A=B
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10684 \end_inset
10685
10686
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 </row>
10692 <row>
10693 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697
10698 \backslash
10699 overleftrightarrow
10700 \begin_inset ERT
10701 status collapsed
10702
10703 \begin_layout Plain Layout
10704
10705
10706 \backslash
10707 spce 
10708 \end_layout
10709
10710 \end_inset
10711
10712 A=B
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10722 \end_inset
10723
10724
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 </row>
10730 <row>
10731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735
10736 \backslash
10737 underleftrightarrow
10738 \begin_inset ERT
10739 status collapsed
10740
10741 \begin_layout Plain Layout
10742
10743
10744 \backslash
10745 spce 
10746 \end_layout
10747
10748 \end_inset
10749
10750 A=B
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10760 \end_inset
10761
10762
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 </row>
10768 </lyxtabular>
10769
10770 \end_inset
10771
10772
10773 \begin_inset space \hfill{}
10774 \end_inset
10775
10776
10777 \begin_inset Tabular
10778 <lyxtabular version="3" rows="5" columns="2">
10779 <features tabularvalignment="middle">
10780 <column alignment="center" valignment="top" width="0pt">
10781 <column alignment="center" valignment="top" width="0pt">
10782 <row>
10783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787 Command
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796 Result
10797 \end_layout
10798
10799 \end_inset
10800 </cell>
10801 </row>
10802 <row>
10803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807
10808 \backslash
10809 overrightarrow
10810 \begin_inset ERT
10811 status collapsed
10812
10813 \begin_layout Plain Layout
10814
10815
10816 \backslash
10817 spce 
10818 \end_layout
10819
10820 \end_inset
10821
10822 A=B
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10832 \end_inset
10833
10834
10835 \end_layout
10836
10837 \end_inset
10838 </cell>
10839 </row>
10840 <row>
10841 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10842 \begin_inset Text
10843
10844 \begin_layout Plain Layout
10845
10846 \backslash
10847 underrightarrow
10848 \begin_inset ERT
10849 status collapsed
10850
10851 \begin_layout Plain Layout
10852
10853
10854 \backslash
10855 spce 
10856 \end_layout
10857
10858 \end_inset
10859
10860 A=B
10861 \end_layout
10862
10863 \end_inset
10864 </cell>
10865 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10866 \begin_inset Text
10867
10868 \begin_layout Plain Layout
10869 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10870 \end_inset
10871
10872
10873 \end_layout
10874
10875 \end_inset
10876 </cell>
10877 </row>
10878 <row>
10879 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883
10884 \backslash
10885 widetilde
10886 \begin_inset ERT
10887 status collapsed
10888
10889 \begin_layout Plain Layout
10890
10891
10892 \backslash
10893 spce 
10894 \end_layout
10895
10896 \end_inset
10897
10898 A=B
10899 \end_layout
10900
10901 \end_inset
10902 </cell>
10903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10908 \end_inset
10909
10910
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 </row>
10916 <row>
10917 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921
10922 \backslash
10923 widehat
10924 \begin_inset ERT
10925 status collapsed
10926
10927 \begin_layout Plain Layout
10928
10929
10930 \backslash
10931 spce 
10932 \end_layout
10933
10934 \end_inset
10935
10936 A=B
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10946 \end_inset
10947
10948
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 </row>
10954 </lyxtabular>
10955
10956 \end_inset
10957
10958
10959 \begin_inset space \hfill{}
10960 \end_inset
10961
10962
10963 \end_layout
10964
10965 \begin_layout Standard
10966 \begin_inset VSpace medskip
10967 \end_inset
10968
10969 With these commands as many characters as you like can be accented.
10970  But the accents 
10971 \series bold
10972
10973 \backslash
10974 widetilde
10975 \series default
10976  and 
10977 \series bold
10978
10979 \backslash
10980 widehat
10981 \series default
10982  will only be set in the output with a length of three characters, as shown
10983  in the following example:
10984 \begin_inset Formula \[
10985 \widetilde{A+B=C-D}\]
10986
10987 \end_inset
10988
10989
10990 \end_layout
10991
10992 \begin_layout Standard
10993 With the commands 
10994 \series bold
10995
10996 \backslash
10997 overset
10998 \series default
10999
11000 \begin_inset Index idx
11001 status collapsed
11002
11003 \begin_layout Plain Layout
11004 Commands ! O ! 
11005 \backslash
11006 overset
11007 \end_layout
11008
11009 \end_inset
11010
11011  and 
11012 \series bold
11013
11014 \backslash
11015 underset
11016 \series default
11017
11018 \begin_inset Index idx
11019 status collapsed
11020
11021 \begin_layout Plain Layout
11022 Commands ! U ! 
11023 \backslash
11024 underset
11025 \end_layout
11026
11027 \end_inset
11028
11029  described in the previous subsection it is also possible to accent several
11030  characters.
11031  The command 
11032 \series bold
11033
11034 \backslash
11035 underset
11036 \begin_inset ERT
11037 status collapsed
11038
11039 \begin_layout Plain Layout
11040
11041
11042 \backslash
11043 spce 
11044 \end_layout
11045
11046 \end_inset
11047
11048 A=B
11049 \begin_inset Formula $\downarrow$
11050 \end_inset
11051
11052 ***
11053 \series default
11054  creates:
11055 \begin_inset Formula \[
11056 \underset{***}{A=B}\]
11057
11058 \end_inset
11059
11060
11061 \end_layout
11062
11063 \begin_layout Section
11064 Space
11065 \begin_inset CommandInset label
11066 LatexCommand label
11067 name "sub:Space"
11068
11069 \end_inset
11070
11071
11072 \begin_inset Index idx
11073 status collapsed
11074
11075 \begin_layout Plain Layout
11076 Space ! horizontal
11077 \end_layout
11078
11079 \end_inset
11080
11081
11082 \end_layout
11083
11084 \begin_layout Subsection
11085 Predefined Space
11086 \begin_inset CommandInset label
11087 LatexCommand label
11088 name "sub:Predefined-Space"
11089
11090 \end_inset
11091
11092
11093 \begin_inset Index idx
11094 status collapsed
11095
11096 \begin_layout Plain Layout
11097 Space ! horizontal ! predefined
11098 \end_layout
11099
11100 \end_inset
11101
11102
11103 \end_layout
11104
11105 \begin_layout Standard
11106 Sometimes it is necessary to insert horizontal space to a formula.
11107  This is done by inserting a protected space (shortcut 
11108 \begin_inset Info
11109 type  "shortcut"
11110 arg   "space-insert protected"
11111 \end_inset
11112
11113 ).
11114  A 
11115 \begin_inset Quotes eld
11116 \end_inset
11117
11118
11119 \color blue
11120
11121 \begin_inset ERT
11122 status collapsed
11123
11124 \begin_layout Plain Layout
11125
11126
11127 \backslash
11128 spce 
11129 \end_layout
11130
11131 \end_inset
11132
11133
11134 \color inherit
11135
11136 \begin_inset Quotes erd
11137 \end_inset
11138
11139  appears and by pressing 
11140 \family sans
11141 Space
11142 \family default
11143  several times one can select one of eight different space sizes.
11144  The spaces can also be inserted using the math toolbar button 
11145 \begin_inset Graphics
11146         filename ../images/math/space.png
11147         scale 85
11148
11149 \end_inset
11150
11151  or special commands.
11152  Independent from the inserted command, one can select the size again by
11153  pressing 
11154 \family sans
11155 Space
11156 \family default
11157  afterwards.
11158 \end_layout
11159
11160 \begin_layout Standard
11161 \noindent
11162 \align center
11163 \begin_inset VSpace -5mm
11164 \end_inset
11165
11166
11167 \begin_inset Tabular
11168 <lyxtabular version="3" rows="3" columns="7">
11169 <features tabularvalignment="middle">
11170 <column alignment="center" valignment="middle" width="6.8cm">
11171 <column alignment="center" valignment="top" width="0">
11172 <column alignment="center" valignment="top" width="0">
11173 <column alignment="center" valignment="top" width="0">
11174 <column alignment="center" valignment="top" width="0">
11175 <column alignment="center" valignment="top" width="0">
11176 <column alignment="center" valignment="top" width="0">
11177 <row>
11178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11179 \begin_inset Text
11180
11181 \begin_layout Plain Layout
11182 Command
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191
11192 \backslash
11193 ,
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202
11203 \backslash
11204 :
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213
11214 \backslash
11215 ;
11216 \end_layout
11217
11218 \end_inset
11219 </cell>
11220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11221 \begin_inset Text
11222
11223 \begin_layout Plain Layout
11224
11225 \backslash
11226 quad
11227 \end_layout
11228
11229 \end_inset
11230 </cell>
11231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Plain Layout
11235
11236 \backslash
11237 qquad
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246
11247 \backslash
11248 !
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 </row>
11254 <row>
11255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 Number of 
11260 \family sans
11261 Space
11262 \family default
11263  keystrokes after inserting the protected space
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272 0
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11278 \begin_inset Text
11279
11280 \begin_layout Plain Layout
11281 1
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290 2
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11296 \begin_inset Text
11297
11298 \begin_layout Plain Layout
11299 3
11300 \end_layout
11301
11302 \end_inset
11303 </cell>
11304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Plain Layout
11308 4
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11314 \begin_inset Text
11315
11316 \begin_layout Plain Layout
11317 5
11318 \end_layout
11319
11320 \end_inset
11321 </cell>
11322 </row>
11323 <row>
11324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11325 \begin_inset Text
11326
11327 \begin_layout Plain Layout
11328 Result
11329 \end_layout
11330
11331 \end_inset
11332 </cell>
11333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11334 \begin_inset Text
11335
11336 \begin_layout Plain Layout
11337 \begin_inset Formula $A\, B$
11338 \end_inset
11339
11340
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349 \begin_inset Formula $A\: B$
11350 \end_inset
11351
11352
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11358 \begin_inset Text
11359
11360 \begin_layout Plain Layout
11361 \begin_inset Formula $A\; B$
11362 \end_inset
11363
11364
11365 \end_layout
11366
11367 \end_inset
11368 </cell>
11369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11370 \begin_inset Text
11371
11372 \begin_layout Plain Layout
11373 \begin_inset Formula $A\quad B$
11374 \end_inset
11375
11376
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 \begin_inset Formula $A\qquad B$
11386 \end_inset
11387
11388
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397 \begin_inset Formula $A\! B$
11398 \end_inset
11399
11400
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 </row>
11406 </lyxtabular>
11407
11408 \end_inset
11409
11410
11411 \end_layout
11412
11413 \begin_layout Standard
11414 The last size seem to produce no space.
11415  It is displayed red in LyX contrary to the other sizes, because it is a
11416  negative space.
11417  There are two more negative spaces:
11418 \end_layout
11419
11420 \begin_layout Standard
11421 \align center
11422 \begin_inset Tabular
11423 <lyxtabular version="3" rows="3" columns="3">
11424 <features tabularvalignment="middle">
11425 <column alignment="center" valignment="middle" width="6.8cm">
11426 <column alignment="center" valignment="top" width="0pt">
11427 <column alignment="center" valignment="top" width="0pt">
11428 <row>
11429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433 Command
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11439 \begin_inset Text
11440
11441 \begin_layout Plain Layout
11442
11443 \backslash
11444 negmedspace
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453
11454 \backslash
11455 negthickspace
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 </row>
11461 <row>
11462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11463 \begin_inset Text
11464
11465 \begin_layout Plain Layout
11466 Number of 
11467 \family sans
11468 Space
11469 \family default
11470  keystrokes after inserting the protected space
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 6
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488 7
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 </row>
11494 <row>
11495 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Plain Layout
11499 Result
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 \begin_inset Formula $A\negmedspace B$
11509 \end_inset
11510
11511
11512 \end_layout
11513
11514 \end_inset
11515 </cell>
11516 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11517 \begin_inset Text
11518
11519 \begin_layout Plain Layout
11520 \begin_inset Formula $A\negthickspace B$
11521 \end_inset
11522
11523
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 </row>
11529 </lyxtabular>
11530
11531 \end_inset
11532
11533
11534 \end_layout
11535
11536 \begin_layout Standard
11537 Negative spaces can lead to characters overlapping each other.
11538  Thus they can be used to enforce ligatures, what is e.
11539 \begin_inset space \thinspace{}
11540 \end_inset
11541
11542 g.
11543 \begin_inset space \space{}
11544 \end_inset
11545
11546 useful for summation operators: 
11547 \end_layout
11548
11549 \begin_layout Standard
11550 \align center
11551 \begin_inset Tabular
11552 <lyxtabular version="3" rows="3" columns="2">
11553 <features tabularvalignment="middle">
11554 <column alignment="center" valignment="top" width="0">
11555 <column alignment="center" valignment="top" width="0">
11556 <row>
11557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561 Command
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11567 \begin_inset Text
11568
11569 \begin_layout Plain Layout
11570 Result
11571 \begin_inset Note Note
11572 status collapsed
11573
11574 \begin_layout Plain Layout
11575
11576 \series bold
11577
11578 \backslash
11579 raisebox
11580 \series default
11581  is only used as spacer.
11582 \end_layout
11583
11584 \end_inset
11585
11586
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 </row>
11592 <row>
11593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11594 \begin_inset Text
11595
11596 \begin_layout Plain Layout
11597
11598 \backslash
11599 sum
11600 \backslash
11601 sum
11602 \begin_inset ERT
11603 status collapsed
11604
11605 \begin_layout Plain Layout
11606
11607
11608 \backslash
11609 spce 
11610 \end_layout
11611
11612 \end_inset
11613
11614 f_kl
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11624 \end_inset
11625
11626
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 </row>
11632 <row>
11633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637
11638 \backslash
11639 sum
11640 \backslash
11641 negmedspace
11642 \backslash
11643 sum
11644 \begin_inset ERT
11645 status collapsed
11646
11647 \begin_layout Plain Layout
11648
11649
11650 \backslash
11651 spce 
11652 \end_layout
11653
11654 \end_inset
11655
11656 f_kl
11657 \end_layout
11658
11659 \end_inset
11660 </cell>
11661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11662 \begin_inset Text
11663
11664 \begin_layout Plain Layout
11665 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11666 \end_inset
11667
11668
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 </row>
11674 </lyxtabular>
11675
11676 \end_inset
11677
11678
11679 \end_layout
11680
11681 \begin_layout Standard
11682 Relations like for example equal signs, are always surrounded by space.
11683  To suppress this, the equal sign is placed into a TeX-brace.
11684  The following example demonstrates this:
11685 \end_layout
11686
11687 \begin_layout Standard
11688 \align center
11689 \begin_inset Tabular
11690 <lyxtabular version="3" rows="2" columns="2">
11691 <features tabularvalignment="middle">
11692 <column alignment="center" valignment="top" width="0pt">
11693 <column alignment="center" valignment="top" width="0pt">
11694 <row>
11695 <cell alignment="center" valignment="top" usebox="none">
11696 \begin_inset Text
11697
11698 \begin_layout Plain Layout
11699 normal equation
11700 \end_layout
11701
11702 \end_inset
11703 </cell>
11704 <cell alignment="center" valignment="top" usebox="none">
11705 \begin_inset Text
11706
11707 \begin_layout Plain Layout
11708 \begin_inset Formula $A=B$
11709 \end_inset
11710
11711
11712 \end_layout
11713
11714 \end_inset
11715 </cell>
11716 </row>
11717 <row>
11718 <cell alignment="center" valignment="top" usebox="none">
11719 \begin_inset Text
11720
11721 \begin_layout Plain Layout
11722 \begin_inset Note Note
11723 status collapsed
11724
11725 \begin_layout Plain Layout
11726
11727 \series bold
11728
11729 \backslash
11730 raisebox
11731 \series default
11732  is only used as spacer.
11733 \end_layout
11734
11735 \end_inset
11736
11737
11738 \begin_inset Formula $\raisebox{5mm}{}$
11739 \end_inset
11740
11741 equation without space
11742 \end_layout
11743
11744 \end_inset
11745 </cell>
11746 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11747 \begin_inset Text
11748
11749 \begin_layout Plain Layout
11750 \begin_inset Formula $A{=}B$
11751 \end_inset
11752
11753
11754 \end_layout
11755
11756 \end_inset
11757 </cell>
11758 </row>
11759 </lyxtabular>
11760
11761 \end_inset
11762
11763
11764 \end_layout
11765
11766 \begin_layout Standard
11767 \noindent
11768 The command for the last formula is: 
11769 \series bold
11770 A
11771 \backslash
11772 {=
11773 \begin_inset Formula $\to$
11774 \end_inset
11775
11776 B
11777 \end_layout
11778
11779 \begin_layout Standard
11780 \begin_inset VSpace bigskip
11781 \end_inset
11782
11783 Spaces are needed for physical units, because the space between the value
11784  and the unit is the smallest one and not a normal space.
11785  For units in text, the smallest space is inserted via the menu 
11786 \family sans
11787 Insert\SpecialChar \menuseparator
11788 Formatting\SpecialChar \menuseparator
11789 Thin
11790 \begin_inset space ~
11791 \end_inset
11792
11793 Space
11794 \family default
11795  (shortcut 
11796 \begin_inset Info
11797 type  "shortcut"
11798 arg   "space-insert thin"
11799 \end_inset
11800
11801 ).
11802 \end_layout
11803
11804 \begin_layout Standard
11805 An example to visualize the difference:
11806 \end_layout
11807
11808 \begin_layout Standard
11809 \begin_inset Tabular
11810 <lyxtabular version="3" rows="2" columns="2">
11811 <features tabularvalignment="middle">
11812 <column alignment="left" valignment="top" width="0">
11813 <column alignment="left" valignment="top" width="0">
11814 <row>
11815 <cell alignment="center" valignment="top" usebox="none">
11816 \begin_inset Text
11817
11818 \begin_layout Plain Layout
11819 24 kW
11820 \begin_inset Formula $\cdot$
11821 \end_inset
11822
11823 h
11824 \end_layout
11825
11826 \end_inset
11827 </cell>
11828 <cell alignment="center" valignment="top" usebox="none">
11829 \begin_inset Text
11830
11831 \begin_layout Plain Layout
11832 space between value and unit
11833 \end_layout
11834
11835 \end_inset
11836 </cell>
11837 </row>
11838 <row>
11839 <cell alignment="center" valignment="top" usebox="none">
11840 \begin_inset Text
11841
11842 \begin_layout Plain Layout
11843 24
11844 \begin_inset space \thinspace{}
11845 \end_inset
11846
11847 kW
11848 \begin_inset Formula $\cdot$
11849 \end_inset
11850
11851 h
11852 \end_layout
11853
11854 \end_inset
11855 </cell>
11856 <cell alignment="center" valignment="top" usebox="none">
11857 \begin_inset Text
11858
11859 \begin_layout Plain Layout
11860 smallest space between value and unit
11861 \end_layout
11862
11863 \end_inset
11864 </cell>
11865 </row>
11866 </lyxtabular>
11867
11868 \end_inset
11869
11870
11871 \end_layout
11872
11873 \begin_layout Subsection
11874 Variable Space
11875 \begin_inset ERT
11876 status collapsed
11877
11878 \begin_layout Plain Layout
11879
11880
11881 \backslash
11882 texorpdfstring{
11883 \end_layout
11884
11885 \end_inset
11886
11887
11888 \begin_inset Foot
11889 status collapsed
11890
11891 \begin_layout Plain Layout
11892 for vertical space in formulas see 
11893 \begin_inset CommandInset ref
11894 LatexCommand ref
11895 reference "sub:Line-Separation"
11896
11897 \end_inset
11898
11899
11900 \end_layout
11901
11902 \end_inset
11903
11904
11905 \begin_inset ERT
11906 status collapsed
11907
11908 \begin_layout Plain Layout
11909
11910 }{}
11911 \end_layout
11912
11913 \end_inset
11914
11915
11916 \begin_inset Note Note
11917 status collapsed
11918
11919 \begin_layout Plain Layout
11920
11921 \backslash
11922 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
11923 \end_layout
11924
11925 \begin_layout Plain Layout
11926 More about 
11927 \backslash
11928 texorpdfstring is in section 
11929 \begin_inset CommandInset ref
11930 LatexCommand ref
11931 reference "sub:Formulas-in-Section"
11932
11933 \end_inset
11934
11935 .
11936 \end_layout
11937
11938 \end_inset
11939
11940
11941 \begin_inset CommandInset label
11942 LatexCommand label
11943 name "sub:Variable-Space"
11944
11945 \end_inset
11946
11947
11948 \begin_inset Index idx
11949 status collapsed
11950
11951 \begin_layout Plain Layout
11952 Space ! horizontal ! variable
11953 \end_layout
11954
11955 \end_inset
11956
11957
11958 \end_layout
11959
11960 \begin_layout Standard
11961 Space with a defined length can be inserted with the command 
11962 \series bold
11963
11964 \backslash
11965 hspace
11966 \series default
11967
11968 \begin_inset Index idx
11969 status collapsed
11970
11971 \begin_layout Plain Layout
11972 Commands ! H ! 
11973 \backslash
11974 hspace
11975 \end_layout
11976
11977 \end_inset
11978
11979 .
11980  Then a long 
11981 \begin_inset Quotes eld
11982 \end_inset
11983
11984
11985 \color blue
11986
11987 \begin_inset ERT
11988 status collapsed
11989
11990 \begin_layout Plain Layout
11991
11992
11993 \backslash
11994 spce 
11995 \end_layout
11996
11997 \end_inset
11998
11999
12000 \color inherit
12001
12002 \begin_inset Quotes erd
12003 \end_inset
12004
12005  appears.
12006  The length can be specified by left-clicking on the 
12007 \begin_inset Quotes eld
12008 \end_inset
12009
12010
12011 \color blue
12012
12013 \begin_inset ERT
12014 status collapsed
12015
12016 \begin_layout Plain Layout
12017
12018
12019 \backslash
12020 spce 
12021 \end_layout
12022
12023 \end_inset
12024
12025
12026 \color inherit
12027
12028 \begin_inset Quotes erd
12029 \end_inset
12030
12031 .
12032  The length may also be negative.
12033  To insert so many space that the formula uses all available space, the
12034  command 
12035 \series bold
12036
12037 \backslash
12038 hfill
12039 \series default
12040
12041 \begin_inset Index idx
12042 status collapsed
12043
12044 \begin_layout Plain Layout
12045 Commands ! H ! 
12046 \backslash
12047 hfill
12048 \end_layout
12049
12050 \end_inset
12051
12052  is used.
12053 \end_layout
12054
12055 \begin_layout Standard
12056 \begin_inset VSpace -1mm
12057 \end_inset
12058
12059
12060 \end_layout
12061
12062 \begin_layout Standard
12063 \align center
12064 \begin_inset Tabular
12065 <lyxtabular version="3" rows="4" columns="2">
12066 <features tabularvalignment="middle">
12067 <column alignment="center" valignment="top" width="0">
12068 <column alignment="center" valignment="top" width="0">
12069 <row>
12070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12071 \begin_inset Text
12072
12073 \begin_layout Plain Layout
12074 Command (
12075 \backslash
12076 hspace length)
12077 \end_layout
12078
12079 \end_inset
12080 </cell>
12081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12082 \begin_inset Text
12083
12084 \begin_layout Plain Layout
12085 Result
12086 \end_layout
12087
12088 \end_inset
12089 </cell>
12090 </row>
12091 <row>
12092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12093 \begin_inset Text
12094
12095 \begin_layout Plain Layout
12096 A=B
12097 \backslash
12098 hspace
12099 \begin_inset ERT
12100 status collapsed
12101
12102 \begin_layout Plain Layout
12103
12104
12105 \backslash
12106 spce 
12107 \end_layout
12108
12109 \end_inset
12110
12111
12112 \begin_inset Formula $\to$
12113 \end_inset
12114
12115 A
12116 \backslash
12117 not=C (3
12118 \begin_inset space \thinspace{}
12119 \end_inset
12120
12121 cm)
12122 \end_layout
12123
12124 \end_inset
12125 </cell>
12126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12127 \begin_inset Text
12128
12129 \begin_layout Plain Layout
12130 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12131 \end_inset
12132
12133
12134 \end_layout
12135
12136 \end_inset
12137 </cell>
12138 </row>
12139 <row>
12140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12141 \begin_inset Text
12142
12143 \begin_layout Plain Layout
12144 A
12145 \backslash
12146 hspace
12147 \begin_inset ERT
12148 status collapsed
12149
12150 \begin_layout Plain Layout
12151
12152
12153 \backslash
12154 spce 
12155 \end_layout
12156
12157 \end_inset
12158
12159
12160 \begin_inset Formula $\to$
12161 \end_inset
12162
12163 A
12164 \backslash
12165 not=A (-1
12166 \begin_inset space \thinspace{}
12167 \end_inset
12168
12169 mm)
12170 \end_layout
12171
12172 \end_inset
12173 </cell>
12174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12175 \begin_inset Text
12176
12177 \begin_layout Plain Layout
12178 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12179 \end_inset
12180
12181
12182 \end_layout
12183
12184 \end_inset
12185 </cell>
12186 </row>
12187 <row>
12188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12189 \begin_inset Text
12190
12191 \begin_layout Plain Layout
12192 A=A
12193 \backslash
12194 hfill
12195 \begin_inset ERT
12196 status collapsed
12197
12198 \begin_layout Plain Layout
12199
12200
12201 \backslash
12202 spce 
12203 \end_layout
12204
12205 \end_inset
12206
12207 B=B
12208 \end_layout
12209
12210 \end_inset
12211 </cell>
12212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12213 \begin_inset Text
12214
12215 \begin_layout Plain Layout
12216 \begin_inset Formula $A=A\hfill B=B$
12217 \end_inset
12218
12219
12220 \end_layout
12221
12222 \end_inset
12223 </cell>
12224 </row>
12225 </lyxtabular>
12226
12227 \end_inset
12228
12229
12230 \end_layout
12231
12232 \begin_layout Standard
12233 In the last example the available space is given by the longest column entry
12234  of the table.
12235  In an inline formula the space depends on the length of the line in which
12236  
12237 \series bold
12238
12239 \backslash
12240 hfill
12241 \series default
12242  is inserted.
12243  Thus, when the line uses the full width, no space will be created.
12244  
12245 \series bold
12246
12247 \backslash
12248 hfill
12249 \series default
12250  only has an effect on displayed formulas when the formula style 
12251 \series bold
12252 Indented
12253 \series default
12254  is used.
12255  (Formula styles are explained in 
12256 \begin_inset CommandInset ref
12257 LatexCommand ref
12258 reference "sec:Formula-Styles"
12259
12260 \end_inset
12261
12262 .)
12263 \end_layout
12264
12265 \begin_layout Standard
12266 Besides 
12267 \series bold
12268
12269 \backslash
12270 hfill
12271 \series default
12272 , there are the commands 
12273 \series bold
12274
12275 \backslash
12276 dotfill
12277 \series default
12278  and 
12279 \series bold
12280
12281 \backslash
12282 hrulefill
12283 \series default
12284  that fill the space with a pattern, see 
12285 \begin_inset CommandInset ref
12286 LatexCommand ref
12287 reference "sub:Ellipses"
12288
12289 \end_inset
12290
12291  for an example.
12292 \end_layout
12293
12294 \begin_layout Standard
12295 For text, variable space can be inserted via the menu 
12296 \family sans
12297 Insert\SpecialChar \menuseparator
12298 Formatting\SpecialChar \menuseparator
12299 Horizontal
12300 \begin_inset space ~
12301 \end_inset
12302
12303 Space
12304 \family default
12305 :
12306 \end_layout
12307
12308 \begin_layout Standard
12309 This is a line with
12310 \begin_inset space \hspace{}
12311 \length 2cm
12312 \end_inset
12313
12314 2
12315 \begin_inset space \thinspace{}
12316 \end_inset
12317
12318 cm space.
12319 \end_layout
12320
12321 \begin_layout Standard
12322 This is a line with
12323 \begin_inset space \hfill{}
12324 \end_inset
12325
12326 maximum space.
12327 \end_layout
12328
12329 \begin_layout Subsection
12330 Space besides inline Formulas
12331 \begin_inset Index idx
12332 status collapsed
12333
12334 \begin_layout Plain Layout
12335 Space ! besides inline formulas
12336 \end_layout
12337
12338 \end_inset
12339
12340
12341 \end_layout
12342
12343 \begin_layout Standard
12344 The space that surrounds inline formulas can be adjusted with the length
12345  
12346 \series bold
12347
12348 \backslash
12349 mathsurround
12350 \series default
12351
12352 \begin_inset Index idx
12353 status collapsed
12354
12355 \begin_layout Plain Layout
12356 Commands ! M ! 
12357 \backslash
12358 mathsurround
12359 \end_layout
12360
12361 \end_inset
12362
12363 .
12364  The value of a length is set with the command 
12365 \series bold
12366
12367 \backslash
12368 setlength
12369 \series default
12370
12371 \begin_inset Index idx
12372 status collapsed
12373
12374 \begin_layout Plain Layout
12375 Commands ! S ! 
12376 \backslash
12377 setlength
12378 \end_layout
12379
12380 \end_inset
12381
12382  that has the following scheme:
12383 \end_layout
12384
12385 \begin_layout Standard
12386
12387 \series bold
12388
12389 \backslash
12390 setlength{length name}{value}
12391 \end_layout
12392
12393 \begin_layout Standard
12394 To set 
12395 \series bold
12396
12397 \backslash
12398 mathsurround
12399 \series default
12400  to the value 5
12401 \begin_inset space \thinspace{}
12402 \end_inset
12403
12404 mm, the command
12405 \end_layout
12406
12407 \begin_layout Standard
12408
12409 \series bold
12410
12411 \backslash
12412 setlength{
12413 \backslash
12414 mathsurround}{5mm}
12415 \end_layout
12416
12417 \begin_layout Standard
12418 is inserted in TeX-mode.
12419  5
12420 \begin_inset space \thinspace{}
12421 \end_inset
12422
12423 mm space will now be set around all inline formulas:
12424 \begin_inset ERT
12425 status collapsed
12426
12427 \begin_layout Plain Layout
12428
12429
12430 \backslash
12431 setlength{
12432 \backslash
12433 mathsurround}{5mm}
12434 \end_layout
12435
12436 \end_inset
12437
12438
12439 \end_layout
12440
12441 \begin_layout Standard
12442 This is a line with an inline formula 
12443 \begin_inset Formula $A=B$
12444 \end_inset
12445
12446  with 5
12447 \begin_inset space \thinspace{}
12448 \end_inset
12449
12450 mm surrounding space.
12451 \begin_inset ERT
12452 status collapsed
12453
12454 \begin_layout Plain Layout
12455
12456
12457 \backslash
12458 setlength{
12459 \backslash
12460 mathsurround}{0pt}
12461 \end_layout
12462
12463 \end_inset
12464
12465
12466 \end_layout
12467
12468 \begin_layout Standard
12469 To return to the predefined value, 
12470 \series bold
12471
12472 \backslash
12473 mathsurround
12474 \series default
12475  is set to the value 0
12476 \begin_inset space \thinspace{}
12477 \end_inset
12478
12479 pt.
12480 \end_layout
12481
12482 \begin_layout Section
12483 Boxes and Frames
12484 \begin_inset Index idx
12485 status collapsed
12486
12487 \begin_layout Plain Layout
12488 Boxes
12489 \end_layout
12490
12491 \end_inset
12492
12493
12494 \begin_inset Index idx
12495 status collapsed
12496
12497 \begin_layout Plain Layout
12498 Frames | see
12499 \begin_inset ERT
12500 status collapsed
12501
12502 \begin_layout Plain Layout
12503
12504 {
12505 \end_layout
12506
12507 \end_inset
12508
12509 Boxes
12510 \begin_inset ERT
12511 status collapsed
12512
12513 \begin_layout Plain Layout
12514
12515 }
12516 \end_layout
12517
12518 \end_inset
12519
12520
12521 \end_layout
12522
12523 \end_inset
12524
12525
12526 \end_layout
12527
12528 \begin_layout Standard
12529 Boxes for text are described in chapter 
12530 \family typewriter
12531 Boxes
12532 \family default
12533  in the 
12534 \family typewriter
12535 Embedded
12536 \begin_inset space ~
12537 \end_inset
12538
12539 Objects
12540 \family default
12541  manual.
12542 \end_layout
12543
12544 \begin_layout Subsection
12545 Boxes with Frame
12546 \begin_inset CommandInset label
12547 LatexCommand label
12548 name "sub:Boxes-with-Frame"
12549
12550 \end_inset
12551
12552
12553 \begin_inset Index idx
12554 status collapsed
12555
12556 \begin_layout Plain Layout
12557 Boxes ! with frame
12558 \end_layout
12559
12560 \end_inset
12561
12562
12563 \end_layout
12564
12565 \begin_layout Standard
12566 It is possible to frame formulas or parts of it with the commands 
12567 \series bold
12568
12569 \backslash
12570 fbox
12571 \series default
12572
12573 \begin_inset Index idx
12574 status collapsed
12575
12576 \begin_layout Plain Layout
12577 Commands ! F ! 
12578 \backslash
12579 fbox
12580 \end_layout
12581
12582 \end_inset
12583
12584  and 
12585 \series bold
12586
12587 \backslash
12588 boxed
12589 \series default
12590
12591 \begin_inset Index idx
12592 status collapsed
12593
12594 \begin_layout Plain Layout
12595 Commands ! B ! 
12596 \backslash
12597 boxed
12598 \end_layout
12599
12600 \end_inset
12601
12602 .
12603 \end_layout
12604
12605 \begin_layout Standard
12606 When one of these commands is inserted to a formula, a blue box appears
12607  within a frame to enter formula parts.
12608  For 
12609 \series bold
12610
12611 \backslash
12612 fbox
12613 \series default
12614  an additional formula has to be created by 
12615 \family sans
12616 Ctrl+M
12617 \family default
12618  within this box, because the box content will otherwise be treated as mathemati
12619 cal text.
12620  When 
12621 \series bold
12622
12623 \backslash
12624 boxed
12625 \series default
12626  is used, a new formula is automatically created inside the frame.
12627 \end_layout
12628
12629 \begin_layout Standard
12630 The command 
12631 \series bold
12632
12633 \backslash
12634 fbox
12635 \series default
12636  is not suitable to frame displayed formulas because the formula will always
12637  be set in the size of the text.
12638  
12639 \series bold
12640
12641 \backslash
12642 boxed
12643 \series default
12644  is in contrary not suitable to frame inline formulas, because the formula
12645  will always be set in the size of a displayed formula.
12646 \end_layout
12647
12648 \begin_layout Standard
12649 As extension to 
12650 \series bold
12651
12652 \backslash
12653 fbox
12654 \series default
12655  there is the command 
12656 \series bold
12657
12658 \backslash
12659 framebox
12660 \series default
12661
12662 \begin_inset Index idx
12663 status collapsed
12664
12665 \begin_layout Plain Layout
12666 Commands ! F ! 
12667 \backslash
12668 framebox
12669 \end_layout
12670
12671 \end_inset
12672
12673  where additionally the frame width and the alignment can be specified.
12674  
12675 \series bold
12676
12677 \backslash
12678 framebox
12679 \series default
12680  is used in the following scheme:
12681 \end_layout
12682
12683 \begin_layout Standard
12684
12685 \series bold
12686
12687 \backslash
12688 framebox[frame width][position]{box content}
12689 \end_layout
12690
12691 \begin_layout Standard
12692 The position can either be 
12693 \emph on
12694 l
12695 \emph default
12696  or 
12697 \emph on
12698 r
12699 \emph default
12700 .
12701  
12702 \emph on
12703 l
12704 \emph default
12705  left aligns, 
12706 \emph on
12707 r
12708 \emph default
12709  right aligns the formula in the box.
12710  When no position is given, the formula will be centered.
12711 \begin_inset Newline newline
12712 \end_inset
12713
12714 Is no width given, also no position can be given.
12715  In this case the frame width is adjusted to the box content like for 
12716 \series bold
12717
12718 \backslash
12719 fbox
12720 \series default
12721 .
12722 \end_layout
12723
12724 \begin_layout Standard
12725 When the command 
12726 \series bold
12727
12728 \backslash
12729 framebox
12730 \series default
12731  is inserted, a box appears containing three blue boxes.
12732  The first two boxes are surrounded by brackets and denote the two optional
12733  arguments.
12734  The third box is for formula parts like for 
12735 \series bold
12736
12737 \backslash
12738 fbox
12739 \series default
12740 .
12741 \end_layout
12742
12743 \begin_layout Standard
12744 \align center
12745 \begin_inset Tabular
12746 <lyxtabular version="3" rows="5" columns="2">
12747 <features tabularvalignment="middle">
12748 <column alignment="center" valignment="top" width="0">
12749 <column alignment="center" valignment="top" width="0">
12750 <row>
12751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12752 \begin_inset Text
12753
12754 \begin_layout Plain Layout
12755 Command
12756 \end_layout
12757
12758 \end_inset
12759 </cell>
12760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12761 \begin_inset Text
12762
12763 \begin_layout Plain Layout
12764 Result
12765 \begin_inset Note Note
12766 status collapsed
12767
12768 \begin_layout Plain Layout
12769
12770 \series bold
12771
12772 \backslash
12773 raisebox
12774 \series default
12775  is only used as spacer.
12776 \end_layout
12777
12778 \end_inset
12779
12780
12781 \end_layout
12782
12783 \end_inset
12784 </cell>
12785 </row>
12786 <row>
12787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12788 \begin_inset Text
12789
12790 \begin_layout Plain Layout
12791
12792 \backslash
12793 fbox
12794 \begin_inset ERT
12795 status collapsed
12796
12797 \begin_layout Plain Layout
12798
12799
12800 \backslash
12801 spce 
12802 \end_layout
12803
12804 \end_inset
12805
12806
12807 \family sans
12808 Ctrl+M
12809 \family default
12810  
12811 \backslash
12812 int
12813 \begin_inset ERT
12814 status collapsed
12815
12816 \begin_layout Plain Layout
12817
12818
12819 \backslash
12820 spce 
12821 \end_layout
12822
12823 \end_inset
12824
12825 A=B
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Plain Layout
12834 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12835 \end_inset
12836
12837
12838 \end_layout
12839
12840 \end_inset
12841 </cell>
12842 </row>
12843 <row>
12844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12845 \begin_inset Text
12846
12847 \begin_layout Plain Layout
12848
12849 \backslash
12850 boxed
12851 \begin_inset ERT
12852 status collapsed
12853
12854 \begin_layout Plain Layout
12855
12856
12857 \backslash
12858 spce 
12859 \end_layout
12860
12861 \end_inset
12862
12863
12864 \backslash
12865 int
12866 \begin_inset ERT
12867 status collapsed
12868
12869 \begin_layout Plain Layout
12870
12871
12872 \backslash
12873 spce 
12874 \end_layout
12875
12876 \end_inset
12877
12878 A=B
12879 \end_layout
12880
12881 \end_inset
12882 </cell>
12883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12884 \begin_inset Text
12885
12886 \begin_layout Plain Layout
12887 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12888 \end_inset
12889
12890
12891 \end_layout
12892
12893 \end_inset
12894 </cell>
12895 </row>
12896 <row>
12897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901 A+
12902 \backslash
12903 fbox
12904 \begin_inset ERT
12905 status collapsed
12906
12907 \begin_layout Plain Layout
12908
12909
12910 \backslash
12911 spce 
12912 \end_layout
12913
12914 \end_inset
12915
12916 B
12917 \end_layout
12918
12919 \end_inset
12920 </cell>
12921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12922 \begin_inset Text
12923
12924 \begin_layout Plain Layout
12925 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12926 \end_inset
12927
12928
12929 \end_layout
12930
12931 \end_inset
12932 </cell>
12933 </row>
12934 <row>
12935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12936 \begin_inset Text
12937
12938 \begin_layout Plain Layout
12939
12940 \backslash
12941 framebox
12942 \begin_inset ERT
12943 status collapsed
12944
12945 \begin_layout Plain Layout
12946
12947
12948 \backslash
12949 spce 
12950 \end_layout
12951
12952 \end_inset
12953
12954 20mm
12955 \begin_inset Formula $\to$
12956 \end_inset
12957
12958
12959 \begin_inset Formula $\to$
12960 \end_inset
12961
12962
12963 \family sans
12964 Ctrl+M
12965 \family default
12966  
12967 \backslash
12968 frac
12969 \begin_inset ERT
12970 status collapsed
12971
12972 \begin_layout Plain Layout
12973
12974
12975 \backslash
12976 spce 
12977 \end_layout
12978
12979 \end_inset
12980
12981 A
12982 \begin_inset Formula $\downarrow$
12983 \end_inset
12984
12985 B
12986 \end_layout
12987
12988 \end_inset
12989 </cell>
12990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12991 \begin_inset Text
12992
12993 \begin_layout Plain Layout
12994 \begin_inset Formula $\raisebox{6mm}{}$
12995 \end_inset
12996
12997
12998 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12999 \end_inset
13000
13001
13002 \begin_inset Formula $\raisebox{-4mm}{}$
13003 \end_inset
13004
13005
13006 \end_layout
13007
13008 \end_inset
13009 </cell>
13010 </row>
13011 </lyxtabular>
13012
13013 \end_inset
13014
13015
13016 \end_layout
13017
13018 \begin_layout Standard
13019 The frame thickness can also be adjusted.
13020  To do this the following commands have to be inserted in TeX-mode before
13021  the formula
13022 \end_layout
13023
13024 \begin_layout Standard
13025
13026 \series bold
13027
13028 \backslash
13029 fboxrule
13030 \series default
13031  
13032 \series bold
13033
13034 \begin_inset Quotes eld
13035 \end_inset
13036
13037 thickness
13038 \begin_inset Quotes erd
13039 \end_inset
13040
13041
13042 \series default
13043  
13044 \series bold
13045
13046 \backslash
13047 fboxsep
13048 \series default
13049  
13050 \series bold
13051
13052 \begin_inset Quotes eld
13053 \end_inset
13054
13055 distance
13056 \begin_inset Quotes erd
13057 \end_inset
13058
13059
13060 \end_layout
13061
13062 \begin_layout Standard
13063 \begin_inset Quotes eld
13064 \end_inset
13065
13066 distance
13067 \begin_inset Quotes erd
13068 \end_inset
13069
13070  specifies the minimal distance between the frame and the first character
13071  in the box.
13072  An example for this is the following framed formula:
13073 \begin_inset ERT
13074 status collapsed
13075
13076 \begin_layout Plain Layout
13077
13078
13079 \backslash
13080 fboxrule 2mm 
13081 \backslash
13082 fboxsep 3mm
13083 \end_layout
13084
13085 \end_inset
13086
13087
13088 \begin_inset Formula \[
13089 \boxed{A+B=C}\]
13090
13091 \end_inset
13092
13093 Before this formula the commands
13094 \end_layout
13095
13096 \begin_layout Standard
13097
13098 \series bold
13099
13100 \backslash
13101 fboxrule
13102 \series default
13103  
13104 \series bold
13105 2mm
13106 \series default
13107  
13108 \series bold
13109
13110 \backslash
13111 fboxsep
13112 \series default
13113  
13114 \series bold
13115 3mm
13116 \end_layout
13117
13118 \begin_layout Standard
13119 were inserted in TeX-mode.
13120  The given values are used for all following boxes.
13121 \end_layout
13122
13123 \begin_layout Standard
13124 To return to the standard frame size, the command
13125 \end_layout
13126
13127 \begin_layout Standard
13128
13129 \series bold
13130
13131 \backslash
13132 fboxrule
13133 \series default
13134  
13135 \series bold
13136 0.4pt
13137 \series default
13138  
13139 \series bold
13140
13141 \backslash
13142 fboxsep
13143 \series default
13144  
13145 \series bold
13146 3pt
13147 \series default
13148
13149 \begin_inset ERT
13150 status collapsed
13151
13152 \begin_layout Plain Layout
13153
13154
13155 \backslash
13156 fboxrule 0.4pt 
13157 \backslash
13158 fboxsep 3pt
13159 \end_layout
13160
13161 \end_inset
13162
13163
13164 \end_layout
13165
13166 \begin_layout Standard
13167 is inserted in TeX-mode before the next formula.
13168 \end_layout
13169
13170 \begin_layout Subsection
13171 Boxes without Frame
13172 \begin_inset CommandInset label
13173 LatexCommand label
13174 name "sub:Boxes-without-Frame"
13175
13176 \end_inset
13177
13178
13179 \begin_inset Index idx
13180 status collapsed
13181
13182 \begin_layout Plain Layout
13183 Boxes ! without frame
13184 \end_layout
13185
13186 \end_inset
13187
13188
13189 \end_layout
13190
13191 \begin_layout Standard
13192 For boxes without a frame there are the following box commands: 
13193 \series bold
13194
13195 \backslash
13196 mbox
13197 \series default
13198
13199 \begin_inset Index idx
13200 status collapsed
13201
13202 \begin_layout Plain Layout
13203 Commands ! M ! 
13204 \backslash
13205 mbox
13206 \end_layout
13207
13208 \end_inset
13209
13210
13211 \series bold
13212
13213 \backslash
13214 makebox
13215 \series default
13216
13217 \begin_inset Index idx
13218 status collapsed
13219
13220 \begin_layout Plain Layout
13221 Commands ! M ! 
13222 \backslash
13223 makebox
13224 \end_layout
13225
13226 \end_inset
13227
13228  and 
13229 \series bold
13230
13231 \backslash
13232 raisebox
13233 \series default
13234
13235 \begin_inset Index idx
13236 status collapsed
13237
13238 \begin_layout Plain Layout
13239 Commands ! R ! 
13240 \backslash
13241 raisebox
13242 \end_layout
13243
13244 \end_inset
13245
13246
13247 \end_layout
13248
13249 \begin_layout Standard
13250 With 
13251 \series bold
13252
13253 \backslash
13254 raisebox
13255 \series default
13256  a box can be super- or subscripted.
13257  But in contrary to normal super- and subscripting, the characters in the
13258  box keep their font size.
13259  
13260 \series bold
13261
13262 \backslash
13263 raisebox
13264 \series default
13265  is used in the following scheme:
13266 \end_layout
13267
13268 \begin_layout Standard
13269
13270 \series bold
13271
13272 \backslash
13273 raisebox{height}{box content}
13274 \end_layout
13275
13276 \begin_layout Standard
13277 When the box should contain a formula, an extra formula is needed like for
13278  
13279 \series bold
13280
13281 \backslash
13282 fbox
13283 \series default
13284 .
13285  
13286 \series medium
13287
13288 \begin_inset Note Greyedout
13289 status open
13290
13291 \begin_layout Plain Layout
13292
13293 \series bold
13294 Note:
13295 \series default
13296  For 
13297 \series bold
13298
13299 \backslash
13300 raisebox
13301 \series default
13302  this extra formula is created by pressing 
13303 \family sans
13304 Ctrl+M
13305 \family default
13306  twice instead of once because LyX doesn't yet support 
13307 \series bold
13308
13309 \backslash
13310 raisebox
13311 \series default
13312  directly.
13313 \end_layout
13314
13315 \end_inset
13316
13317
13318 \end_layout
13319
13320 \begin_layout Standard
13321 \align center
13322 \begin_inset Tabular
13323 <lyxtabular version="3" rows="4" columns="2">
13324 <features tabularvalignment="middle">
13325 <column alignment="center" valignment="top" width="0">
13326 <column alignment="center" valignment="top" width="0">
13327 <row>
13328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13329 \begin_inset Text
13330
13331 \begin_layout Plain Layout
13332 Command
13333 \end_layout
13334
13335 \end_inset
13336 </cell>
13337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13338 \begin_inset Text
13339
13340 \begin_layout Plain Layout
13341 Result
13342 \end_layout
13343
13344 \end_inset
13345 </cell>
13346 </row>
13347 <row>
13348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13349 \begin_inset Text
13350
13351 \begin_layout Plain Layout
13352 H
13353 \backslash
13354 raisebox{2mm
13355 \begin_inset Formula $\to$
13356 \end_inset
13357
13358
13359 \backslash
13360 {al
13361 \begin_inset Formula $\to$
13362 \end_inset
13363
13364  lo
13365 \end_layout
13366
13367 \end_inset
13368 </cell>
13369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13370 \begin_inset Text
13371
13372 \begin_layout Plain Layout
13373 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13374 \end_inset
13375
13376
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 </row>
13382 <row>
13383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13384 \begin_inset Text
13385
13386 \begin_layout Plain Layout
13387 H
13388 \backslash
13389 raisebox{-2mm
13390 \begin_inset Formula $\to$
13391 \end_inset
13392
13393
13394 \backslash
13395 {al
13396 \begin_inset Formula $\to$
13397 \end_inset
13398
13399 lo
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13405 \begin_inset Text
13406
13407 \begin_layout Plain Layout
13408 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13409 \end_inset
13410
13411
13412 \end_layout
13413
13414 \end_inset
13415 </cell>
13416 </row>
13417 <row>
13418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13419 \begin_inset Text
13420
13421 \begin_layout Plain Layout
13422 A=
13423 \backslash
13424 raisebox{-2mm
13425 \begin_inset Formula $\to$
13426 \end_inset
13427
13428
13429 \backslash
13430 {
13431 \family sans
13432 Ctrl+M
13433 \family default
13434  
13435 \family sans
13436 Ctrl+M
13437 \family default
13438  
13439 \backslash
13440 sqrt
13441 \begin_inset ERT
13442 status collapsed
13443
13444 \begin_layout Plain Layout
13445
13446
13447 \backslash
13448 spce 
13449 \end_layout
13450
13451 \end_inset
13452
13453
13454 \end_layout
13455
13456 \end_inset
13457 </cell>
13458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13459 \begin_inset Text
13460
13461 \begin_layout Plain Layout
13462 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13463 \end_inset
13464
13465
13466 \end_layout
13467
13468 \end_inset
13469 </cell>
13470 </row>
13471 </lyxtabular>
13472
13473 \end_inset
13474
13475
13476 \end_layout
13477
13478 \begin_layout Standard
13479 The command 
13480 \series bold
13481
13482 \backslash
13483 mbox
13484 \series default
13485  is equivalent to 
13486 \series bold
13487
13488 \backslash
13489 fbox
13490 \series default
13491  and 
13492 \series bold
13493
13494 \backslash
13495 makebox
13496 \series default
13497  is equivalent to 
13498 \series bold
13499
13500 \backslash
13501 framebox
13502 \series default
13503 , with the difference that there is no frame.
13504 \end_layout
13505
13506 \begin_layout Subsection
13507 Colored Boxes
13508 \begin_inset CommandInset label
13509 LatexCommand label
13510 name "sub:Colored-Boxes"
13511
13512 \end_inset
13513
13514
13515 \begin_inset Index idx
13516 status collapsed
13517
13518 \begin_layout Plain Layout
13519 Boxes ! colored
13520 \end_layout
13521
13522 \end_inset
13523
13524
13525 \end_layout
13526
13527 \begin_layout Standard
13528 To be able to use all commands explained in this section, the LaTeX-package
13529  
13530 \series bold
13531 color
13532 \series default
13533
13534 \begin_inset Foot
13535 status collapsed
13536
13537 \begin_layout Plain Layout
13538 The LaTeX-package 
13539 \series bold
13540 color
13541 \series default
13542  is part of every LaTeX standard installation.
13543 \end_layout
13544
13545 \end_inset
13546
13547
13548 \begin_inset Index idx
13549 status collapsed
13550
13551 \begin_layout Plain Layout
13552 Packages ! color
13553 \end_layout
13554
13555 \end_inset
13556
13557  has to be loaded in the LaTeX-preamble with the line
13558 \begin_inset Foot
13559 status collapsed
13560
13561 \begin_layout Plain Layout
13562 When text is colored somewhere in the document with a predefined color,
13563  LyX loads the LaTeX-package 
13564 \series bold
13565 color
13566 \series default
13567  automatically.
13568  Thus it is possible that the package is loaded twice, but this doesn't
13569  arise problems.
13570 \end_layout
13571
13572 \end_inset
13573
13574
13575 \begin_inset Note Note
13576 status collapsed
13577
13578 \begin_layout Plain Layout
13579 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13580 amble.
13581 \end_layout
13582
13583 \end_inset
13584
13585
13586 \end_layout
13587
13588 \begin_layout Standard
13589
13590 \series bold
13591
13592 \backslash
13593 usepackage{color}
13594 \end_layout
13595
13596 \begin_layout Standard
13597 \begin_inset VSpace medskip
13598 \end_inset
13599
13600 To color boxes, the command 
13601 \series bold
13602
13603 \backslash
13604 colorbox
13605 \series default
13606
13607 \begin_inset Index idx
13608 status collapsed
13609
13610 \begin_layout Plain Layout
13611 Commands ! C ! 
13612 \backslash
13613 colorbox
13614 \end_layout
13615
13616 \end_inset
13617
13618  is used in the following scheme:
13619 \end_layout
13620
13621 \begin_layout Standard
13622
13623 \series bold
13624
13625 \backslash
13626 colorbox{color}{box content}
13627 \end_layout
13628
13629 \begin_layout Standard
13630 The box content can also be a box and a 
13631 \series bold
13632
13633 \backslash
13634 colorbox
13635 \series default
13636  can also be part of another box (see the 2nd and 3rd example).
13637  When the box should contain a formula, an extra formula has to be created,
13638  the same way as for 
13639 \series bold
13640
13641 \backslash
13642 raisebox
13643 \series default
13644 .
13645 \begin_inset Foot
13646 status collapsed
13647
13648 \begin_layout Plain Layout
13649 This also applies for the command 
13650 \series bold
13651
13652 \backslash
13653 fcolorbox
13654 \series default
13655 .
13656 \end_layout
13657
13658 \end_inset
13659
13660
13661 \end_layout
13662
13663 \begin_layout Standard
13664 One of the following predefined colors can be chosen:
13665 \end_layout
13666
13667 \begin_layout Standard
13668
13669 \series bold
13670 black
13671 \series default
13672
13673 \series bold
13674 blue
13675 \series default
13676
13677 \series bold
13678 cyan
13679 \series default
13680
13681 \series bold
13682 green
13683 \series default
13684
13685 \series bold
13686 magenta
13687 \series default
13688
13689 \series bold
13690 red
13691 \series default
13692
13693 \series bold
13694 white
13695 \series default
13696  and 
13697 \series bold
13698 yellow
13699 \end_layout
13700
13701 \begin_layout Standard
13702 \align center
13703 \begin_inset Tabular
13704 <lyxtabular version="3" rows="4" columns="2">
13705 <features tabularvalignment="middle">
13706 <column alignment="center" valignment="top" width="0">
13707 <column alignment="center" valignment="top" width="0">
13708 <row>
13709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13710 \begin_inset Text
13711
13712 \begin_layout Plain Layout
13713 Command
13714 \end_layout
13715
13716 \end_inset
13717 </cell>
13718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Plain Layout
13722 Result
13723 \begin_inset Note Note
13724 status collapsed
13725
13726 \begin_layout Plain Layout
13727
13728 \series bold
13729
13730 \backslash
13731 raisebox
13732 \series default
13733  is only used as spacer.
13734 \end_layout
13735
13736 \end_inset
13737
13738
13739 \end_layout
13740
13741 \end_inset
13742 </cell>
13743 </row>
13744 <row>
13745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13746 \begin_inset Text
13747
13748 \begin_layout Plain Layout
13749
13750 \backslash
13751 colorbox{yellow
13752 \begin_inset Formula $\to$
13753 \end_inset
13754
13755
13756 \backslash
13757 {A=B
13758 \end_layout
13759
13760 \end_inset
13761 </cell>
13762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13763 \begin_inset Text
13764
13765 \begin_layout Plain Layout
13766 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13767 \end_inset
13768
13769
13770 \end_layout
13771
13772 \end_inset
13773 </cell>
13774 </row>
13775 <row>
13776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13777 \begin_inset Text
13778
13779 \begin_layout Plain Layout
13780
13781 \backslash
13782 colorbox{green
13783 \begin_inset Formula $\to$
13784 \end_inset
13785
13786
13787 \backslash
13788 {
13789 \backslash
13790 fbox
13791 \begin_inset ERT
13792 status collapsed
13793
13794 \begin_layout Plain Layout
13795
13796
13797 \backslash
13798 spce 
13799 \end_layout
13800
13801 \end_inset
13802
13803 A=B
13804 \end_layout
13805
13806 \end_inset
13807 </cell>
13808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13809 \begin_inset Text
13810
13811 \begin_layout Plain Layout
13812 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13813 \end_inset
13814
13815
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 </row>
13821 <row>
13822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13823 \begin_inset Text
13824
13825 \begin_layout Plain Layout
13826
13827 \backslash
13828 fbox
13829 \begin_inset ERT
13830 status collapsed
13831
13832 \begin_layout Plain Layout
13833
13834
13835 \backslash
13836 spce 
13837 \end_layout
13838
13839 \end_inset
13840
13841
13842 \backslash
13843 colorbox{green
13844 \begin_inset Formula $\to$
13845 \end_inset
13846
13847
13848 \backslash
13849 {
13850 \family sans
13851 Ctrl+M
13852 \family default
13853  
13854 \family sans
13855 Ctrl+M
13856 \family default
13857  
13858 \backslash
13859 int
13860 \begin_inset ERT
13861 status collapsed
13862
13863 \begin_layout Plain Layout
13864
13865
13866 \backslash
13867 spce 
13868 \end_layout
13869
13870 \end_inset
13871
13872 C=D
13873 \end_layout
13874
13875 \end_inset
13876 </cell>
13877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13878 \begin_inset Text
13879
13880 \begin_layout Plain Layout
13881 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13882 \end_inset
13883
13884
13885 \end_layout
13886
13887 \end_inset
13888 </cell>
13889 </row>
13890 </lyxtabular>
13891
13892 \end_inset
13893
13894
13895 \end_layout
13896
13897 \begin_layout Standard
13898
13899 \series bold
13900
13901 \backslash
13902 colorbox
13903 \series default
13904  only colors the box but not the characters in the box.
13905  To color all characters, the whole formula is highlighted and the wanted
13906  color is chosen in the 
13907 \family sans
13908 Text
13909 \begin_inset space ~
13910 \end_inset
13911
13912 Style
13913 \family default
13914  dialog.
13915  The dialog can be called with the toolbar button 
13916 \begin_inset Graphics
13917         filename ../images/dialog-show_character.png
13918         scale 85
13919
13920 \end_inset
13921
13922  or the menu 
13923 \family sans
13924 Edit\SpecialChar \menuseparator
13925 Text
13926 \begin_inset space ~
13927 \end_inset
13928
13929 Style\SpecialChar \menuseparator
13930 Customized
13931 \family default
13932 .
13933  The formula number has then the same color as the formula.
13934  When the formula number should get another color than the formula characters,
13935  the color must be changed within the formula.
13936 \end_layout
13937
13938 \begin_layout Standard
13939 An example:
13940 \end_layout
13941
13942 \begin_layout Standard
13943
13944 \color red
13945 \begin_inset Formula \begin{equation}
13946 \int A=B\label{eq:red}\end{equation}
13947
13948 \end_inset
13949
13950
13951 \color green
13952
13953 \begin_inset Formula \begin{equation}
13954 \textcolor{red}{\int A=B}\label{eq:redgreen}\end{equation}
13955
13956 \end_inset
13957
13958
13959 \end_layout
13960
13961 \begin_layout Standard
13962 Formula 
13963 \begin_inset CommandInset ref
13964 LatexCommand eqref
13965 reference "eq:red"
13966
13967 \end_inset
13968
13969  is completely colored red.
13970 \begin_inset Newline newline
13971 \end_inset
13972
13973 Formula 
13974 \begin_inset CommandInset ref
13975 LatexCommand eqref
13976 reference "eq:redgreen"
13977
13978 \end_inset
13979
13980  was first completely colored green to set the color for the formula number.
13981  Subsequently the formula characters were colored red.
13982 \end_layout
13983
13984 \begin_layout Standard
13985 \begin_inset VSpace bigskip
13986 \end_inset
13987
13988 To color the frame different than the rest of the box, the command 
13989 \series bold
13990
13991 \backslash
13992 fcolorbox
13993 \series default
13994
13995 \begin_inset Index idx
13996 status collapsed
13997
13998 \begin_layout Plain Layout
13999 Commands ! F ! 
14000 \backslash
14001 fcolorbox
14002 \end_layout
14003
14004 \end_inset
14005
14006  is used in the following scheme:
14007 \end_layout
14008
14009 \begin_layout Standard
14010
14011 \series bold
14012
14013 \backslash
14014 fcolorbox{frame color}{color}{box content}
14015 \end_layout
14016
14017 \begin_layout Standard
14018 So 
14019 \series bold
14020
14021 \backslash
14022 fcolorbox
14023 \series default
14024  is an extension of the command 
14025 \series bold
14026
14027 \backslash
14028 colorbox
14029 \series default
14030 .
14031  The frame width is set, like for 
14032 \series bold
14033
14034 \backslash
14035 framebox
14036 \series default
14037 , with 
14038 \series bold
14039
14040 \backslash
14041 fboxrule
14042 \series default
14043  and 
14044 \series bold
14045
14046 \backslash
14047 fboxsep
14048 \series default
14049 .
14050  An example:
14051 \begin_inset ERT
14052 status collapsed
14053
14054 \begin_layout Plain Layout
14055
14056
14057 \backslash
14058 fboxrule 1mm 
14059 \backslash
14060 fboxsep 1mm
14061 \end_layout
14062
14063 \end_inset
14064
14065
14066 \begin_inset Formula \[
14067 \fcolorbox{cyan}{magenta}{A=B}\]
14068
14069 \end_inset
14070
14071
14072 \begin_inset ERT
14073 status collapsed
14074
14075 \begin_layout Plain Layout
14076
14077
14078 \backslash
14079 fboxrule 0.4pt 
14080 \backslash
14081 fboxsep 3pt
14082 \end_layout
14083
14084 \end_inset
14085
14086
14087 \end_layout
14088
14089 \begin_layout Standard
14090 This formula was created with the command
14091 \begin_inset Newline newline
14092 \end_inset
14093
14094
14095 \series bold
14096
14097 \backslash
14098 fcolorbox{cyan
14099 \begin_inset Formula $\to$
14100 \end_inset
14101
14102
14103 \backslash
14104 {magenta
14105 \begin_inset Formula $\to$
14106 \end_inset
14107
14108
14109 \backslash
14110 {A=B
14111 \series default
14112 .
14113 \end_layout
14114
14115 \begin_layout Standard
14116 \begin_inset VSpace bigskip
14117 \end_inset
14118
14119 To use other colors than the predefined ones, they have to be defined first.
14120 \end_layout
14121
14122 \begin_layout Standard
14123 One can for example define the color 
14124 \begin_inset Quotes eld
14125 \end_inset
14126
14127
14128 \series bold
14129 darkgreen
14130 \series default
14131
14132 \begin_inset Quotes erd
14133 \end_inset
14134
14135  with the LaTeX-preamble line:
14136 \end_layout
14137
14138 \begin_layout Standard
14139
14140 \series bold
14141
14142 \backslash
14143 definecolor{darkgreen}{cmyk}{0.5,
14144 \series default
14145  
14146 \series bold
14147 0,
14148 \series default
14149  
14150 \series bold
14151 1,
14152 \series default
14153  
14154 \series bold
14155 0.5}
14156 \series default
14157
14158 \begin_inset Index idx
14159 status collapsed
14160
14161 \begin_layout Plain Layout
14162 Commands ! D ! 
14163 \backslash
14164 definecolor
14165 \end_layout
14166
14167 \end_inset
14168
14169
14170 \end_layout
14171
14172 \begin_layout Standard
14173
14174 \series bold
14175 cmyk
14176 \series default
14177  is the color space that denotes the colors 
14178 \series bold
14179 cyan
14180 \series default
14181
14182 \series bold
14183 magenta
14184 \series default
14185
14186 \series bold
14187 yellow
14188 \series default
14189  and 
14190 \series bold
14191 black
14192 \series default
14193 .
14194  The four comma separated numbers are the portion factor for the corresponding
14195  colors of the color space.
14196  The factors can be in the range of 0
14197 \begin_inset space \thinspace{}
14198 \end_inset
14199
14200 -
14201 \begin_inset space \thinspace{}
14202 \end_inset
14203
14204 1.
14205  Instead of 
14206 \series bold
14207 cmyk
14208 \series default
14209  also the color space 
14210 \series bold
14211 rgb
14212 \series default
14213  can be used for definitions.
14214  
14215 \series bold
14216 rgb
14217 \series default
14218  denotes 
14219 \series bold
14220 red
14221 \series default
14222
14223 \series bold
14224 green
14225 \series default
14226  and 
14227 \series bold
14228 blue
14229 \series default
14230 , so that there are in this case three portion factors for the corresponding
14231  colors.
14232  Furthermore there is the color space 
14233 \series bold
14234 gray
14235 \series default
14236  with one portion factor for the gray value.
14237 \end_layout
14238
14239 \begin_layout Standard
14240 As example a framed box with the new defined color 
14241 \series bold
14242 darkgreen
14243 \series default
14244  where the characters have been colored 
14245 \series bold
14246 yellow
14247 \series default
14248 :
14249 \begin_inset Formula \begin{equation}
14250 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14251
14252 \end_inset
14253
14254
14255 \end_layout
14256
14257 \begin_layout Standard
14258 Self-defined colors can also be used for text with the help of the command
14259  
14260 \series bold
14261
14262 \backslash
14263 textcolor
14264 \series default
14265 :
14266 \begin_inset Index idx
14267 status collapsed
14268
14269 \begin_layout Plain Layout
14270 Text ! colored
14271 \end_layout
14272
14273 \end_inset
14274
14275
14276 \end_layout
14277
14278 \begin_layout Standard
14279 \begin_inset ERT
14280 status collapsed
14281
14282 \begin_layout Plain Layout
14283
14284
14285 \backslash
14286 textcolor{darkgreen}{
14287 \end_layout
14288
14289 \end_inset
14290
14291 This sentence is 
14292 \begin_inset Quotes eld
14293 \end_inset
14294
14295 darkgreen
14296 \begin_inset Quotes erd
14297 \end_inset
14298
14299 .
14300 \begin_inset ERT
14301 status collapsed
14302
14303 \begin_layout Plain Layout
14304
14305 }
14306 \end_layout
14307
14308 \end_inset
14309
14310
14311 \end_layout
14312
14313 \begin_layout Standard
14314
14315 \series bold
14316
14317 \backslash
14318 textcolor
14319 \series default
14320
14321 \begin_inset Index idx
14322 status collapsed
14323
14324 \begin_layout Plain Layout
14325 Commands ! T ! 
14326 \backslash
14327 textcolor
14328 \end_layout
14329
14330 \end_inset
14331
14332  is used in the scheme 
14333 \series bold
14334
14335 \backslash
14336 textcolor{color}{characters to color}
14337 \series default
14338 .
14339 \end_layout
14340
14341 \begin_layout Subsection
14342 Paragraph Boxes
14343 \begin_inset CommandInset label
14344 LatexCommand label
14345 name "sub:Paragraph-Boxes"
14346
14347 \end_inset
14348
14349
14350 \begin_inset Index idx
14351 status collapsed
14352
14353 \begin_layout Plain Layout
14354 Boxes ! as paragraph
14355 \end_layout
14356
14357 \end_inset
14358
14359
14360 \end_layout
14361
14362 \begin_layout Standard
14363 A box that can contain several lines and paragraphs, a so called paragraph
14364  box (parbox), can be created with the menu 
14365 \family sans
14366 Insert\SpecialChar \menuseparator
14367 Box
14368 \family default
14369  or the toolbar button 
14370 \begin_inset Graphics
14371         filename ../images/box-insert.png
14372         scale 85
14373
14374 \end_inset
14375
14376 .
14377 \end_layout
14378
14379 \begin_layout Standard
14380 The following example shows a framed parbox in a line:
14381 \end_layout
14382
14383 \begin_layout Standard
14384 \begin_inset VSpace medskip
14385 \end_inset
14386
14387 This is a line 
14388 \begin_inset Box Boxed
14389 position "c"
14390 hor_pos "c"
14391 has_inner_box 1
14392 inner_pos "t"
14393 use_parbox 1
14394 use_makebox 0
14395 width "5cm"
14396 special "none"
14397 height "1in"
14398 height_special "totalheight"
14399 status open
14400
14401 \begin_layout Plain Layout
14402 This is a paragraph box.
14403  It is exactly 5
14404 \begin_inset space \thinspace{}
14405 \end_inset
14406
14407 cm long and can also contain formulas: 
14408 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14409 \end_inset
14410
14411
14412 \end_layout
14413
14414 \end_inset
14415
14416  with a parbox.
14417 \end_layout
14418
14419 \begin_layout Standard
14420 \begin_inset VSpace medskip
14421 \end_inset
14422
14423
14424 \end_layout
14425
14426 \begin_layout Standard
14427 Such a box is created by right-clicking on the gray box inset.
14428  A dialog pops up showing the box properties.
14429  In our case set: 
14430 \emph on
14431 Decoration
14432 \emph default
14433 : Recangular box, 
14434 \emph on
14435 Inner Box
14436 \emph default
14437 : Parbox, 
14438 \emph on
14439 Width
14440 \emph default
14441 : 5
14442 \begin_inset space \thinspace{}
14443 \end_inset
14444
14445 cm, 
14446 \emph on
14447 Vertical Box Alignment
14448 \emph default
14449 : Middle
14450 \end_layout
14451
14452 \begin_layout Standard
14453 \begin_inset VSpace medskip
14454 \end_inset
14455
14456 In LaTeX a parbox is created with the command 
14457 \series bold
14458
14459 \backslash
14460 parbox
14461 \series default
14462
14463 \begin_inset Index idx
14464 status collapsed
14465
14466 \begin_layout Plain Layout
14467 Commands ! P ! 
14468 \backslash
14469 parbox
14470 \end_layout
14471
14472 \end_inset
14473
14474  that has the following scheme:
14475 \end_layout
14476
14477 \begin_layout Standard
14478
14479 \series bold
14480
14481 \backslash
14482 parbox[position]{width}{box content}
14483 \end_layout
14484
14485 \begin_layout Standard
14486 The positions 
14487 \emph on
14488 b
14489 \emph default
14490  and 
14491 \emph on
14492 t
14493 \emph default
14494  are possible.
14495  
14496 \emph on
14497 b
14498 \emph default
14499  for bottom means that the box is aligned within the surrounding text with
14500  its last line.
14501  With 
14502 \emph on
14503 t
14504 \emph default
14505  for top this is done with the first line.
14506  When no position is given, the box will be vertically centered, see section
14507  
14508 \emph on
14509 Boxes
14510 \emph default
14511  of the 
14512 \emph on
14513 Embedded
14514 \begin_inset space ~
14515 \end_inset
14516
14517 Objects
14518 \emph default
14519  manual for examples.
14520 \end_layout
14521
14522 \begin_layout Standard
14523 \begin_inset VSpace bigskip
14524 \end_inset
14525
14526 To frame formulas completely, including the formula number, the formula
14527  must be set into a parbox.
14528  To do this, the command 
14529 \series bold
14530
14531 \backslash
14532 fbox{
14533 \backslash
14534 parbox{
14535 \backslash
14536 linewidth-2
14537 \backslash
14538 fboxsep-2
14539 \backslash
14540 fboxrule}{
14541 \series default
14542  is inserted in TeX-mode before the formula.
14543  
14544 \series bold
14545
14546 \backslash
14547 linewidth
14548 \series default
14549
14550 \begin_inset Index idx
14551 status collapsed
14552
14553 \begin_layout Plain Layout
14554 Commands ! L ! 
14555 \backslash
14556 linewidth
14557 \end_layout
14558
14559 \end_inset
14560
14561  is hereby the line width set for the document.
14562  Because the frame is outside the parbox, 2
14563 \begin_inset space \thinspace{}
14564 \end_inset
14565
14566 times the frame separation and the frame thickness must be subtracted from
14567  the line width.
14568  As this is not automatically done by LyX due to a bug
14569 \begin_inset Foot
14570 status collapsed
14571
14572 \begin_layout Plain Layout
14573 \begin_inset CommandInset href
14574 LatexCommand href
14575 name "LyX-bug #4483"
14576 target "http://www.lyx.org/trac/ticket/4483"
14577
14578 \end_inset
14579
14580
14581 \end_layout
14582
14583 \end_inset
14584
14585 , TeX-mode has to be used.
14586  To be able to multiply and subtract in arguments, the LaTeX-package 
14587 \series bold
14588 calc
14589 \series default
14590
14591 \begin_inset Foot
14592 status collapsed
14593
14594 \begin_layout Plain Layout
14595
14596 \series bold
14597 calc
14598 \series default
14599  is part of every LaTeX standard installation.
14600 \end_layout
14601
14602 \end_inset
14603
14604
14605 \begin_inset Index idx
14606 status collapsed
14607
14608 \begin_layout Plain Layout
14609 Packages ! calc
14610 \end_layout
14611
14612 \end_inset
14613
14614  must be loaded in the LaTeX-preamble with the line
14615 \end_layout
14616
14617 \begin_layout Standard
14618
14619 \series bold
14620
14621 \backslash
14622 usepackage{calc}
14623 \end_layout
14624
14625 \begin_layout Standard
14626 Behind the formula both boxes are closed by entering 
14627 \series bold
14628 }}
14629 \series default
14630  in TeX-mode.
14631  Here is an example:
14632 \begin_inset ERT
14633 status collapsed
14634
14635 \begin_layout Plain Layout
14636
14637
14638 \backslash
14639 fboxsep 5mm 
14640 \backslash
14641 fboxrule 5mm
14642 \end_layout
14643
14644 \end_inset
14645
14646
14647 \end_layout
14648
14649 \begin_layout Standard
14650 \begin_inset ERT
14651 status collapsed
14652
14653 \begin_layout Plain Layout
14654
14655
14656 \backslash
14657 fbox{
14658 \backslash
14659 parbox{
14660 \backslash
14661 linewidth-2
14662 \backslash
14663 fboxsep-2
14664 \backslash
14665 fboxrule}{
14666 \end_layout
14667
14668 \end_inset
14669
14670
14671 \begin_inset Formula \begin{equation}
14672 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14673
14674 \end_inset
14675
14676
14677 \begin_inset ERT
14678 status collapsed
14679
14680 \begin_layout Plain Layout
14681
14682 }}
14683 \end_layout
14684
14685 \end_inset
14686
14687
14688 \begin_inset ERT
14689 status collapsed
14690
14691 \begin_layout Plain Layout
14692
14693
14694 \backslash
14695 fboxrule 0.4pt 
14696 \backslash
14697 fboxsep 3pt
14698 \end_layout
14699
14700 \end_inset
14701
14702
14703 \end_layout
14704
14705 \begin_layout Standard
14706 \begin_inset VSpace medskip
14707 \end_inset
14708
14709 As a parbox is used as argument of 
14710 \series bold
14711
14712 \backslash
14713 fbox
14714 \series default
14715 , there is in this case no difference between 
14716 \series bold
14717
14718 \backslash
14719 fbox
14720 \series default
14721  and 
14722 \series bold
14723
14724 \backslash
14725 boxed
14726 \series default
14727 .
14728 \end_layout
14729
14730 \begin_layout Standard
14731 \begin_inset VSpace bigskip
14732 \end_inset
14733
14734 Paragraph boxes are very useful to comment formulas directly.
14735  To do this, 
14736 \series bold
14737
14738 \backslash
14739 parbox
14740 \series default
14741  is used in combination with the command 
14742 \series bold
14743
14744 \backslash
14745 tag
14746 \series default
14747 .
14748  (more about 
14749 \series bold
14750
14751 \backslash
14752 tag
14753 \series default
14754  see 
14755 \begin_inset CommandInset ref
14756 LatexCommand ref
14757 reference "sub:User-defined-Numbering"
14758
14759 \end_inset
14760
14761 )
14762 \end_layout
14763
14764 \begin_layout Standard
14765 An example of a formula commented with 
14766 \series bold
14767
14768 \backslash
14769 parbox
14770 \series default
14771 :
14772 \end_layout
14773
14774 \begin_layout Standard
14775 \begin_inset ERT
14776 status collapsed
14777
14778 \begin_layout Plain Layout
14779
14780
14781 \backslash
14782 [5x-7b=3b
14783 \backslash
14784 tag*{
14785 \backslash
14786 parbox{5cm}{
14787 \end_layout
14788
14789 \end_inset
14790
14791 This is a description.
14792  It is distinctly separated from the formula and multiline.
14793 \begin_inset ERT
14794 status collapsed
14795
14796 \begin_layout Plain Layout
14797
14798 }}
14799 \backslash
14800 ]
14801 \end_layout
14802
14803 \end_inset
14804
14805
14806 \end_layout
14807
14808 \begin_layout Standard
14809 Such a formula must be inserted completely in TeX-mode because LyX does
14810  not yet support the command 
14811 \series bold
14812
14813 \backslash
14814 parbox
14815 \series default
14816  in formulas.
14817  The formula is created with the following command sequence:
14818 \end_layout
14819
14820 \begin_layout Standard
14821 The command 
14822 \series bold
14823
14824 \backslash
14825 [5x-7b=3b
14826 \backslash
14827 tag*
14828 \backslash
14829 {
14830 \backslash
14831 parbox{5cm}{
14832 \series default
14833  is inserted in TeX-mode.
14834 \begin_inset Foot
14835 status collapsed
14836
14837 \begin_layout Plain Layout
14838 When the formula style 
14839 \series bold
14840 Indented
14841 \series default
14842  is used, 
14843 \series bold
14844
14845 \backslash
14846 tag*
14847 \backslash
14848 {
14849 \series default
14850  can also be replaced by 
14851 \series bold
14852
14853 \backslash
14854 hfill
14855 \series default
14856 .
14857  (formula styles see 
14858 \begin_inset CommandInset ref
14859 LatexCommand ref
14860 reference "sec:Formula-Styles"
14861
14862 \end_inset
14863
14864 )
14865 \end_layout
14866
14867 \end_inset
14868
14869  Then the description follows as normal text and finally 
14870 \series bold
14871 }}
14872 \backslash
14873 ]
14874 \series default
14875  is inserted in TeX-mode.
14876  The commands 
14877 \series bold
14878
14879 \backslash
14880 [
14881 \series default
14882  and 
14883 \series bold
14884
14885 \backslash
14886 ]
14887 \series default
14888  hereby create a displayed formula.
14889 \end_layout
14890
14891 \begin_layout Standard
14892 The advantages of 
14893 \series bold
14894
14895 \backslash
14896 parbox
14897 \series default
14898  can be seen in this example that was 
14899 \begin_inset Quotes eld
14900 \end_inset
14901
14902 commented
14903 \begin_inset Quotes erd
14904 \end_inset
14905
14906  using the mathematical textmode:
14907 \begin_inset Formula \[
14908 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}\]
14909
14910 \end_inset
14911
14912
14913 \end_layout
14914
14915 \begin_layout Section
14916 Operators
14917 \begin_inset Index idx
14918 status collapsed
14919
14920 \begin_layout Plain Layout
14921 Operators
14922 \end_layout
14923
14924 \end_inset
14925
14926
14927 \end_layout
14928
14929 \begin_layout Subsection
14930 Big Operators
14931 \begin_inset CommandInset label
14932 LatexCommand label
14933 name "sub:Big-Operators"
14934
14935 \end_inset
14936
14937
14938 \begin_inset Index idx
14939 status collapsed
14940
14941 \begin_layout Plain Layout
14942 Operators ! big
14943 \end_layout
14944
14945 \end_inset
14946
14947
14948 \begin_inset Index idx
14949 status collapsed
14950
14951 \begin_layout Plain Layout
14952 Sums
14953 \end_layout
14954
14955 \end_inset
14956
14957
14958 \begin_inset Index idx
14959 status collapsed
14960
14961 \begin_layout Plain Layout
14962 Integrals
14963 \end_layout
14964
14965 \end_inset
14966
14967
14968 \end_layout
14969
14970 \begin_layout Standard
14971 To be able to use all integral operators listed here, the option 
14972 \family sans
14973 Use esint package automatically
14974 \family default
14975  must be set in the document settings under 
14976 \family sans
14977 Math
14978 \begin_inset space ~
14979 \end_inset
14980
14981 Options
14982 \family default
14983 .
14984 \end_layout
14985
14986 \begin_layout Standard
14987 \begin_inset space \hfill{}
14988 \end_inset
14989
14990
14991 \begin_inset Tabular
14992 <lyxtabular version="3" rows="11" columns="2">
14993 <features tabularvalignment="middle">
14994 <column alignment="center" valignment="top" width="0pt">
14995 <column alignment="center" valignment="top" width="0pt">
14996 <row>
14997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Plain Layout
15001 Command
15002 \end_layout
15003
15004 \end_inset
15005 </cell>
15006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15007 \begin_inset Text
15008
15009 \begin_layout Plain Layout
15010 Result
15011 \end_layout
15012
15013 \end_inset
15014 </cell>
15015 </row>
15016 <row>
15017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15018 \begin_inset Text
15019
15020 \begin_layout Plain Layout
15021
15022 \backslash
15023 int
15024 \begin_inset Index idx
15025 status collapsed
15026
15027 \begin_layout Plain Layout
15028 Commands ! I ! 
15029 \backslash
15030 int
15031 \end_layout
15032
15033 \end_inset
15034
15035
15036 \end_layout
15037
15038 \end_inset
15039 </cell>
15040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15041 \begin_inset Text
15042
15043 \begin_layout Plain Layout
15044 \begin_inset Formula $\int$
15045 \end_inset
15046
15047
15048 \end_layout
15049
15050 \end_inset
15051 </cell>
15052 </row>
15053 <row>
15054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Plain Layout
15058
15059 \backslash
15060 oint
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069 \begin_inset Formula $\oint$
15070 \end_inset
15071
15072
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 </row>
15078 <row>
15079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083
15084 \backslash
15085 ointctrclockwise
15086 \end_layout
15087
15088 \end_inset
15089 </cell>
15090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094 \begin_inset Formula $\ointctrclockwise$
15095 \end_inset
15096
15097
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 </row>
15103 <row>
15104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108
15109 \backslash
15110 ointclockwise
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 \begin_inset Formula $\ointclockwise$
15120 \end_inset
15121
15122
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 <row>
15129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133
15134 \backslash
15135 sqint
15136 \end_layout
15137
15138 \end_inset
15139 </cell>
15140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144 \begin_inset Formula $\sqint$
15145 \end_inset
15146
15147
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 </row>
15153 <row>
15154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158
15159 \backslash
15160 fint
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169  
15170 \begin_inset Formula $\fint$
15171 \end_inset
15172
15173
15174 \end_layout
15175
15176 \end_inset
15177 </cell>
15178 </row>
15179 <row>
15180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184
15185 \backslash
15186 landupint
15187 \end_layout
15188
15189 \end_inset
15190 </cell>
15191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195  
15196 \begin_inset Formula $\landupint$
15197 \end_inset
15198
15199
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 </row>
15205 <row>
15206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210
15211 \backslash
15212 landdownint
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Plain Layout
15221  
15222 \begin_inset Formula $\landdownint$
15223 \end_inset
15224
15225
15226 \end_layout
15227
15228 \end_inset
15229 </cell>
15230 </row>
15231 <row>
15232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15233 \begin_inset Text
15234
15235 \begin_layout Plain Layout
15236
15237 \backslash
15238 bigcap
15239 \end_layout
15240
15241 \end_inset
15242 </cell>
15243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15244 \begin_inset Text
15245
15246 \begin_layout Plain Layout
15247 \begin_inset Formula $\bigcap$
15248 \end_inset
15249
15250
15251 \end_layout
15252
15253 \end_inset
15254 </cell>
15255 </row>
15256 <row>
15257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15258 \begin_inset Text
15259
15260 \begin_layout Plain Layout
15261
15262 \backslash
15263 bigcup
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15269 \begin_inset Text
15270
15271 \begin_layout Plain Layout
15272 \begin_inset Formula $\bigcup$
15273 \end_inset
15274
15275
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 </row>
15281 </lyxtabular>
15282
15283 \end_inset
15284
15285
15286 \begin_inset space \hfill{}
15287 \end_inset
15288
15289
15290 \begin_inset Tabular
15291 <lyxtabular version="3" rows="11" columns="2">
15292 <features tabularvalignment="middle">
15293 <column alignment="center" valignment="top" width="0pt">
15294 <column alignment="center" valignment="top" width="0pt">
15295 <row>
15296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300 Command
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309 Result
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 </row>
15315 <row>
15316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15317 \begin_inset Text
15318
15319 \begin_layout Plain Layout
15320
15321 \backslash
15322 sum
15323 \begin_inset Index idx
15324 status collapsed
15325
15326 \begin_layout Plain Layout
15327 Commands ! S ! 
15328 \backslash
15329 sum
15330 \end_layout
15331
15332 \end_inset
15333
15334
15335 \end_layout
15336
15337 \end_inset
15338 </cell>
15339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Plain Layout
15343 \begin_inset Formula $\sum$
15344 \end_inset
15345
15346
15347 \end_layout
15348
15349 \end_inset
15350 </cell>
15351 </row>
15352 <row>
15353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15354 \begin_inset Text
15355
15356 \begin_layout Plain Layout
15357
15358 \backslash
15359 prod
15360 \begin_inset Index idx
15361 status collapsed
15362
15363 \begin_layout Plain Layout
15364 Commands ! P ! 
15365 \backslash
15366 prod
15367 \end_layout
15368
15369 \end_inset
15370
15371
15372 \end_layout
15373
15374 \end_inset
15375 </cell>
15376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15377 \begin_inset Text
15378
15379 \begin_layout Plain Layout
15380 \begin_inset Formula $\prod$
15381 \end_inset
15382
15383
15384 \end_layout
15385
15386 \end_inset
15387 </cell>
15388 </row>
15389 <row>
15390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15391 \begin_inset Text
15392
15393 \begin_layout Plain Layout
15394
15395 \backslash
15396 coprod
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15402 \begin_inset Text
15403
15404 \begin_layout Plain Layout
15405 \begin_inset Formula $\coprod$
15406 \end_inset
15407
15408
15409 \end_layout
15410
15411 \end_inset
15412 </cell>
15413 </row>
15414 <row>
15415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15416 \begin_inset Text
15417
15418 \begin_layout Plain Layout
15419
15420 \backslash
15421 bigodot
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15427 \begin_inset Text
15428
15429 \begin_layout Plain Layout
15430 \begin_inset Formula $\bigodot$
15431 \end_inset
15432
15433
15434 \end_layout
15435
15436 \end_inset
15437 </cell>
15438 </row>
15439 <row>
15440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15441 \begin_inset Text
15442
15443 \begin_layout Plain Layout
15444
15445 \backslash
15446 bigotimes
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15452 \begin_inset Text
15453
15454 \begin_layout Plain Layout
15455 \begin_inset Formula $\bigotimes$
15456 \end_inset
15457
15458
15459 \end_layout
15460
15461 \end_inset
15462 </cell>
15463 </row>
15464 <row>
15465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Plain Layout
15469
15470 \backslash
15471 bigoplus
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15477 \begin_inset Text
15478
15479 \begin_layout Plain Layout
15480 \begin_inset Formula $\bigoplus$
15481 \end_inset
15482
15483
15484 \end_layout
15485
15486 \end_inset
15487 </cell>
15488 </row>
15489 <row>
15490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15491 \begin_inset Text
15492
15493 \begin_layout Plain Layout
15494
15495 \backslash
15496 bigwedge
15497 \end_layout
15498
15499 \end_inset
15500 </cell>
15501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15502 \begin_inset Text
15503
15504 \begin_layout Plain Layout
15505 \begin_inset Formula $\bigwedge$
15506 \end_inset
15507
15508
15509 \end_layout
15510
15511 \end_inset
15512 </cell>
15513 </row>
15514 <row>
15515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15516 \begin_inset Text
15517
15518 \begin_layout Plain Layout
15519
15520 \backslash
15521 bigvee
15522 \end_layout
15523
15524 \end_inset
15525 </cell>
15526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15527 \begin_inset Text
15528
15529 \begin_layout Plain Layout
15530 \begin_inset Formula $\bigvee$
15531 \end_inset
15532
15533
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 </row>
15539 <row>
15540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Plain Layout
15544
15545 \backslash
15546 bigsqcup
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555 \begin_inset Formula $\bigsqcup$
15556 \end_inset
15557
15558
15559 \end_layout
15560
15561 \end_inset
15562 </cell>
15563 </row>
15564 <row>
15565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15566 \begin_inset Text
15567
15568 \begin_layout Plain Layout
15569
15570 \backslash
15571 biguplus
15572 \end_layout
15573
15574 \end_inset
15575 </cell>
15576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15577 \begin_inset Text
15578
15579 \begin_layout Plain Layout
15580 \begin_inset Formula $\biguplus$
15581 \end_inset
15582
15583
15584 \end_layout
15585
15586 \end_inset
15587 </cell>
15588 </row>
15589 </lyxtabular>
15590
15591 \end_inset
15592
15593
15594 \begin_inset space \hfill{}
15595 \end_inset
15596
15597
15598 \end_layout
15599
15600 \begin_layout Standard
15601 All big operators can also be inserted via the math toolbar button 
15602 \begin_inset Graphics
15603         filename ../images/math/intop.png
15604         scale 85
15605
15606 \end_inset
15607
15608 .
15609 \end_layout
15610
15611 \begin_layout Standard
15612 The operators are called big because they are bigger than the sometimes
15613  equal looking binary operators.
15614  All big operators can have limits as described in the next subsection.
15615 \end_layout
15616
15617 \begin_layout Standard
15618 For all integral operators there is a second version available, ending on
15619  
15620 \series bold
15621 op
15622 \series default
15623
15624 \series bold
15625
15626 \backslash
15627 intop
15628 \series default
15629
15630 \series bold
15631
15632 \backslash
15633 ointop
15634 \series default
15635  etc..
15636  These operators are different from 
15637 \series bold
15638
15639 \backslash
15640 int
15641 \series default
15642  etc.
15643 \begin_inset space \space{}
15644 \end_inset
15645
15646 in the style the operator limits are displayed, see 
15647 \begin_inset CommandInset ref
15648 LatexCommand ref
15649 reference "sub:Operator-Limits"
15650
15651 \end_inset
15652
15653 .
15654  
15655 \end_layout
15656
15657 \begin_layout Subsubsection*
15658 Advice for Integrals
15659 \end_layout
15660
15661 \begin_layout Standard
15662 The letter 
15663 \emph on
15664 d
15665 \emph default
15666  in an integral is an operator, that therefore has to be set upright.
15667  This is done by highlighting the 
15668 \emph on
15669 d
15670 \emph default
15671  and using the keyboard shortcut 
15672 \begin_inset Info
15673 type  "shortcut"
15674 arg   "font-roman"
15675 \end_inset
15676
15677
15678 \begin_inset Foot
15679 status collapsed
15680
15681 \begin_layout Plain Layout
15682 Font styles
15683 \series bold
15684  
15685 \series default
15686 see 
15687 \begin_inset CommandInset ref
15688 LatexCommand ref
15689 reference "sub:Font-Styles"
15690
15691 \end_inset
15692
15693
15694 \end_layout
15695
15696 \end_inset
15697
15698 .
15699  Finally the smallest space is inserted before the 
15700 \emph on
15701 d
15702 \emph default
15703 , as this is usual for operators.
15704  An example:
15705 \end_layout
15706
15707 \begin_layout Standard
15708 incorrect: 
15709 \begin_inset Formula $\int A(x)dx$
15710 \end_inset
15711
15712
15713 \begin_inset Newline newline
15714 \end_inset
15715
15716
15717 \begin_inset Phantom HPhantom
15718 status open
15719
15720 \begin_layout Plain Layout
15721 in
15722 \end_layout
15723
15724 \end_inset
15725
15726 correct: 
15727 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15728 \end_inset
15729
15730
15731 \end_layout
15732
15733 \begin_layout Standard
15734 For multiple integrals there are the following commands:
15735 \begin_inset VSpace medskip
15736 \end_inset
15737
15738
15739 \end_layout
15740
15741 \begin_layout Standard
15742 \begin_inset space \hfill{}
15743 \end_inset
15744
15745
15746 \begin_inset Tabular
15747 <lyxtabular version="3" rows="4" columns="2">
15748 <features tabularvalignment="middle">
15749 <column alignment="center" valignment="top" width="0">
15750 <column alignment="center" valignment="top" width="0">
15751 <row>
15752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756 Command
15757 \end_layout
15758
15759 \end_inset
15760 </cell>
15761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15762 \begin_inset Text
15763
15764 \begin_layout Plain Layout
15765 Result
15766 \begin_inset Note Note
15767 status collapsed
15768
15769 \begin_layout Plain Layout
15770
15771 \series bold
15772
15773 \backslash
15774 raisebox
15775 \series default
15776  is only used as spacer.
15777 \end_layout
15778
15779 \end_inset
15780
15781
15782 \end_layout
15783
15784 \end_inset
15785 </cell>
15786 </row>
15787 <row>
15788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15789 \begin_inset Text
15790
15791 \begin_layout Plain Layout
15792
15793 \backslash
15794 iint
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Plain Layout
15803 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15804 \end_inset
15805
15806
15807 \end_layout
15808
15809 \end_inset
15810 </cell>
15811 </row>
15812 <row>
15813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15814 \begin_inset Text
15815
15816 \begin_layout Plain Layout
15817
15818 \backslash
15819 oiint
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15825 \begin_inset Text
15826
15827 \begin_layout Plain Layout
15828 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15829 \end_inset
15830
15831
15832 \end_layout
15833
15834 \end_inset
15835 </cell>
15836 </row>
15837 <row>
15838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15839 \begin_inset Text
15840
15841 \begin_layout Plain Layout
15842
15843 \backslash
15844 sqiint
15845 \end_layout
15846
15847 \end_inset
15848 </cell>
15849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15850 \begin_inset Text
15851
15852 \begin_layout Plain Layout
15853 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15854 \end_inset
15855
15856
15857 \end_layout
15858
15859 \end_inset
15860 </cell>
15861 </row>
15862 </lyxtabular>
15863
15864 \end_inset
15865
15866
15867 \begin_inset space \hfill{}
15868 \end_inset
15869
15870
15871 \begin_inset Tabular
15872 <lyxtabular version="3" rows="4" columns="2">
15873 <features tabularvalignment="middle">
15874 <column alignment="center" valignment="top" width="0">
15875 <column alignment="center" valignment="top" width="0">
15876 <row>
15877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15878 \begin_inset Text
15879
15880 \begin_layout Plain Layout
15881 Command
15882 \end_layout
15883
15884 \end_inset
15885 </cell>
15886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890 Result
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 </row>
15896 <row>
15897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15898 \begin_inset Text
15899
15900 \begin_layout Plain Layout
15901
15902 \backslash
15903 iiint
15904 \end_layout
15905
15906 \end_inset
15907 </cell>
15908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15909 \begin_inset Text
15910
15911 \begin_layout Plain Layout
15912 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15913 \end_inset
15914
15915
15916 \end_layout
15917
15918 \end_inset
15919 </cell>
15920 </row>
15921 <row>
15922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15923 \begin_inset Text
15924
15925 \begin_layout Plain Layout
15926
15927 \backslash
15928 iiiint
15929 \end_layout
15930
15931 \end_inset
15932 </cell>
15933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15934 \begin_inset Text
15935
15936 \begin_layout Plain Layout
15937 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15938 \end_inset
15939
15940
15941 \end_layout
15942
15943 \end_inset
15944 </cell>
15945 </row>
15946 <row>
15947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15948 \begin_inset Text
15949
15950 \begin_layout Plain Layout
15951
15952 \backslash
15953 dotsint
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Plain Layout
15962 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15963 \end_inset
15964
15965
15966 \end_layout
15967
15968 \end_inset
15969 </cell>
15970 </row>
15971 </lyxtabular>
15972
15973 \end_inset
15974
15975
15976 \begin_inset space \hfill{}
15977 \end_inset
15978
15979
15980 \end_layout
15981
15982 \begin_layout Subsection
15983 Operator Limits
15984 \begin_inset CommandInset label
15985 LatexCommand label
15986 name "sub:Operator-Limits"
15987
15988 \end_inset
15989
15990
15991 \begin_inset Index idx
15992 status collapsed
15993
15994 \begin_layout Plain Layout
15995 Operators ! Limits
15996 \end_layout
15997
15998 \end_inset
15999
16000
16001 \end_layout
16002
16003 \begin_layout Standard
16004 Limits are created by super- and subscripts:
16005 \end_layout
16006
16007 \begin_layout Standard
16008 \align center
16009 \begin_inset Tabular
16010 <lyxtabular version="3" rows="2" columns="2">
16011 <features tabularvalignment="middle">
16012 <column alignment="center" valignment="top" width="0pt">
16013 <column alignment="center" valignment="top" width="0pt">
16014 <row>
16015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019 Command
16020 \end_layout
16021
16022 \end_inset
16023 </cell>
16024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16025 \begin_inset Text
16026
16027 \begin_layout Plain Layout
16028 Result
16029 \begin_inset Note Note
16030 status collapsed
16031
16032 \begin_layout Plain Layout
16033
16034 \series bold
16035
16036 \backslash
16037 raisebox
16038 \series default
16039  is only used as spacer.
16040 \end_layout
16041
16042 \end_inset
16043
16044
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 </row>
16050 <row>
16051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Plain Layout
16055
16056 \backslash
16057 prod^
16058 \backslash
16059 infty
16060 \begin_inset ERT
16061 status collapsed
16062
16063 \begin_layout Plain Layout
16064
16065
16066 \backslash
16067 spce 
16068 \end_layout
16069
16070 \end_inset
16071
16072
16073 \begin_inset Formula $\to$
16074 \end_inset
16075
16076 _0
16077 \begin_inset Formula $\to$
16078 \end_inset
16079
16080 A(x)
16081 \end_layout
16082
16083 \end_inset
16084 </cell>
16085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Plain Layout
16089 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16090 \end_inset
16091
16092
16093 \end_layout
16094
16095 \end_inset
16096 </cell>
16097 </row>
16098 </lyxtabular>
16099
16100 \end_inset
16101
16102
16103 \end_layout
16104
16105 \begin_layout Standard
16106 Limits of inline formulas are set right beside the operator.
16107  Limits in displayed formulas are set above or below the operator, except
16108  for integral limits.
16109 \end_layout
16110
16111 \begin_layout Standard
16112 To force that the limits are set beside the operator, the cursor is set
16113  directly behind the operator and the limits type is changed with the menu
16114  
16115 \family sans
16116 Edit\SpecialChar \menuseparator
16117 Math\SpecialChar \menuseparator
16118 Change Limits Type
16119 \family default
16120  to 
16121 \family sans
16122 \series bold
16123 Inline
16124 \family default
16125 \series default
16126  (shortcut 
16127 \begin_inset Info
16128 type  "shortcut"
16129 arg   "math-limits"
16130 \end_inset
16131
16132 ).
16133  An example:
16134 \end_layout
16135
16136 \begin_layout Standard
16137 The default limits type is this:
16138 \begin_inset Formula \[
16139 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16140
16141 \end_inset
16142
16143 This is how it looks when the limits type was changed to 
16144 \family sans
16145 \series bold
16146 Inline
16147 \family default
16148 \series default
16149 :
16150 \begin_inset Formula \[
16151 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16152
16153 \end_inset
16154
16155 For integrals, except those ending with 
16156 \series bold
16157 op
16158 \series default
16159  like 
16160 \series bold
16161
16162 \backslash
16163 intop
16164 \series default
16165
16166 \series bold
16167
16168 \backslash
16169 ointop
16170 \series default
16171  etc., the limits are by default set beside the operator.
16172  But for multiple integrals the limits are often set below the operator.
16173  In the following example the limits type was therefore set to 
16174 \series bold
16175 Display
16176 \series default
16177  and so set below the integrals:
16178 \begin_inset Formula \begin{equation}
16179 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
16180
16181 \end_inset
16182
16183
16184 \end_layout
16185
16186 \begin_layout Standard
16187 \begin_inset VSpace medskip
16188 \end_inset
16189
16190 To specify conditions for limits, the commands 
16191 \series bold
16192
16193 \backslash
16194 subarray
16195 \series default
16196
16197 \begin_inset Index idx
16198 status collapsed
16199
16200 \begin_layout Plain Layout
16201 Commands ! S ! 
16202 \backslash
16203 subarray
16204 \end_layout
16205
16206 \end_inset
16207
16208  and 
16209 \series bold
16210
16211 \backslash
16212 substack
16213 \series default
16214
16215 \begin_inset Index idx
16216 status collapsed
16217
16218 \begin_layout Plain Layout
16219 Commands ! S ! 
16220 \backslash
16221 substack
16222 \end_layout
16223
16224 \end_inset
16225
16226  are used.
16227  To create for example this expression 
16228 \begin_inset Formula \begin{equation}
16229 \sum_{\begin{subarray}{c}
16230 0<k<1000\\
16231 \\
16232 k\,\in\,\mathbb{N}
16233 \end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16234
16235 \end_inset
16236
16237
16238 \end_layout
16239
16240 \begin_layout Standard
16241 the following has to be done:
16242 \begin_inset Newline newline
16243 \end_inset
16244
16245 First the command 
16246 \series bold
16247
16248 \backslash
16249 sum
16250 \series default
16251 ^
16252 \series bold
16253 n
16254 \begin_inset ERT
16255 status collapsed
16256
16257 \begin_layout Plain Layout
16258
16259
16260 \backslash
16261 spce 
16262 \end_layout
16263
16264 \end_inset
16265
16266 _
16267 \series default
16268  is typed in.
16269  One is now in a blue box under the summation operator and insert there
16270  the command 
16271 \series bold
16272
16273 \backslash
16274 subarray
16275 \begin_inset ERT
16276 status collapsed
16277
16278 \begin_layout Plain Layout
16279
16280
16281 \backslash
16282 spce 
16283 \end_layout
16284
16285 \end_inset
16286
16287
16288 \series default
16289 .
16290  The blue box is now within a purple box and now several lines can be written
16291  among each other.
16292  A new line is created by inserting a line break (
16293 \begin_inset Info
16294 type  "shortcut"
16295 arg   "newline-insert newline"
16296 \end_inset
16297
16298 ).
16299  When now
16300 \begin_inset Newline newline
16301 \end_inset
16302
16303
16304 \series bold
16305 0<k<1000 Ctrl+Return
16306 \begin_inset Newline newline
16307 \end_inset
16308
16309
16310 \series default
16311 is typed in, a new box appears below for the new line.
16312 \end_layout
16313
16314 \begin_layout Standard
16315 The alignment of the lines can be changed to left aligned with the 
16316 \family sans
16317 table
16318 \family default
16319  
16320 \family sans
16321 toolbar
16322 \family default
16323  or the menu 
16324 \family sans
16325 Edit\SpecialChar \menuseparator
16326 Rows &Columns
16327 \family default
16328 .
16329  To get right alignment, 
16330 \series bold
16331
16332 \backslash
16333 hfill
16334 \begin_inset ERT
16335 status collapsed
16336
16337 \begin_layout Plain Layout
16338
16339
16340 \backslash
16341 spce 
16342 \end_layout
16343
16344 \end_inset
16345
16346
16347 \series default
16348  is inserted at the beginning of the line.
16349 \end_layout
16350
16351 \begin_layout Standard
16352 The command 
16353 \series bold
16354
16355 \backslash
16356 substack
16357 \series default
16358  is equivalent to 
16359 \series bold
16360
16361 \backslash
16362 subarray
16363 \series default
16364  with the difference that the lines are always centered.
16365 \end_layout
16366
16367 \begin_layout Standard
16368 \begin_inset VSpace bigskip
16369 \end_inset
16370
16371 Like in formula 
16372 \begin_inset CommandInset ref
16373 LatexCommand eqref
16374 reference "eq:substack"
16375
16376 \end_inset
16377
16378  there can be too much space beside an operator, because the characters
16379  following the operator are set beside the limits.
16380 \end_layout
16381
16382 \begin_layout Standard
16383 To avoid this, the following macro can be used in the LaTeX-preamble:
16384 \end_layout
16385
16386 \begin_layout Standard
16387
16388 \series bold
16389
16390 \backslash
16391 def
16392 \backslash
16393 clap#1{
16394 \backslash
16395 hbox to 0pt{
16396 \backslash
16397 hss #1
16398 \backslash
16399 hss}}
16400 \begin_inset Newline newline
16401 \end_inset
16402
16403
16404 \backslash
16405 def
16406 \backslash
16407 mathclap {
16408 \backslash
16409 mathpalette 
16410 \backslash
16411 mathclapinternal}
16412 \begin_inset Newline newline
16413 \end_inset
16414
16415
16416 \backslash
16417 def
16418 \backslash
16419 mathclapinternal #1#2{
16420 \backslash
16421 clap{$
16422 \backslash
16423 mathsurround =0pt #1{#2}$}}
16424 \end_layout
16425
16426 \begin_layout Standard
16427 This defines the command 
16428 \series bold
16429
16430 \backslash
16431 mathclap
16432 \series default
16433
16434 \begin_inset Index idx
16435 status collapsed
16436
16437 \begin_layout Plain Layout
16438 Commands ! M ! 
16439 \backslash
16440 mathclap
16441 \end_layout
16442
16443 \end_inset
16444
16445  that sets the width of the limit to 0
16446 \begin_inset space \thinspace{}
16447 \end_inset
16448
16449 pt.
16450  The command scheme is
16451 \end_layout
16452
16453 \begin_layout Standard
16454
16455 \series bold
16456
16457 \backslash
16458 mathclap{limit}
16459 \end_layout
16460
16461 \begin_layout Standard
16462 where the limit can consist of several conditions.
16463 \end_layout
16464
16465 \begin_layout Standard
16466 Applied on formula 
16467 \begin_inset CommandInset ref
16468 LatexCommand eqref
16469 reference "eq:substack"
16470
16471 \end_inset
16472
16473 , one uses the command
16474 \end_layout
16475
16476 \begin_layout Standard
16477
16478 \series bold
16479
16480 \backslash
16481 sum_
16482 \backslash
16483 mathclap{
16484 \backslash
16485 substack
16486 \begin_inset ERT
16487 status collapsed
16488
16489 \begin_layout Plain Layout
16490
16491
16492 \backslash
16493 spce 
16494 \end_layout
16495
16496 \end_inset
16497
16498 0<k<1000 Ctrl+Return
16499 \end_layout
16500
16501 \begin_layout Standard
16502 to create the lower limit.
16503  The summand is now directly behind the summation operator:
16504 \begin_inset Formula \[
16505 \sum_{\mathclap{\substack{0<k<1000\\
16506 \\
16507 k\,\in\,\mathbb{N}
16508 }
16509 }}^{n}k^{-2}\]
16510
16511 \end_inset
16512
16513
16514 \end_layout
16515
16516 \begin_layout Standard
16517 \begin_inset VSpace bigskip
16518 \end_inset
16519
16520 How to use one limit for several operators is described in 
16521 \begin_inset CommandInset ref
16522 LatexCommand ref
16523 reference "sub:Self-defined-Operators"
16524
16525 \end_inset
16526
16527 .
16528 \end_layout
16529
16530 \begin_layout Subsection
16531 Binary Operators
16532 \begin_inset CommandInset label
16533 LatexCommand label
16534 name "sub:Binary-Operators"
16535
16536 \end_inset
16537
16538
16539 \begin_inset Index idx
16540 status collapsed
16541
16542 \begin_layout Plain Layout
16543 Operators ! binary
16544 \end_layout
16545
16546 \end_inset
16547
16548
16549 \end_layout
16550
16551 \begin_layout Standard
16552 Binary operators are surrounded by space when there is a character before
16553  and behind them.
16554 \begin_inset VSpace medskip
16555 \end_inset
16556
16557
16558 \end_layout
16559
16560 \begin_layout Standard
16561 \begin_inset space \hfill{}
16562 \end_inset
16563
16564
16565 \begin_inset Tabular
16566 <lyxtabular version="3" rows="13" columns="2">
16567 <features tabularvalignment="middle">
16568 <column alignment="center" valignment="top" width="0pt">
16569 <column alignment="center" valignment="top" width="0pt">
16570 <row>
16571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16572 \begin_inset Text
16573
16574 \begin_layout Plain Layout
16575 Command
16576 \begin_inset Note Note
16577 status collapsed
16578
16579 \begin_layout Plain Layout
16580
16581 \series bold
16582
16583 \backslash
16584 raisebox
16585 \series default
16586  is only used as spacer.
16587 \end_layout
16588
16589 \end_inset
16590
16591
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Plain Layout
16600 Result
16601 \end_layout
16602
16603 \end_inset
16604 </cell>
16605 </row>
16606 <row>
16607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Plain Layout
16611 +
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620 \begin_inset Formula $+$
16621 \end_inset
16622
16623
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 </row>
16629 <row>
16630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634 -
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16640 \begin_inset Text
16641
16642 \begin_layout Plain Layout
16643 \begin_inset Formula $-$
16644 \end_inset
16645
16646
16647 \end_layout
16648
16649 \end_inset
16650 </cell>
16651 </row>
16652 <row>
16653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Plain Layout
16657
16658 \backslash
16659 pm
16660 \end_layout
16661
16662 \end_inset
16663 </cell>
16664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16665 \begin_inset Text
16666
16667 \begin_layout Plain Layout
16668 \begin_inset Formula $\pm$
16669 \end_inset
16670
16671
16672 \end_layout
16673
16674 \end_inset
16675 </cell>
16676 </row>
16677 <row>
16678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16679 \begin_inset Text
16680
16681 \begin_layout Plain Layout
16682
16683 \backslash
16684 mp
16685 \end_layout
16686
16687 \end_inset
16688 </cell>
16689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Plain Layout
16693 \begin_inset Formula $\mp$
16694 \end_inset
16695
16696
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 </row>
16702 <row>
16703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16704 \begin_inset Text
16705
16706 \begin_layout Plain Layout
16707
16708 \backslash
16709 cdot
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
16714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Plain Layout
16718 \begin_inset Formula $\cdot$
16719 \end_inset
16720
16721
16722 \end_layout
16723
16724 \end_inset
16725 </cell>
16726 </row>
16727 <row>
16728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Plain Layout
16732
16733 \backslash
16734 times
16735 \end_layout
16736
16737 \end_inset
16738 </cell>
16739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Plain Layout
16743 \begin_inset Formula $\times$
16744 \end_inset
16745
16746
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 </row>
16752 <row>
16753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Plain Layout
16757
16758 \backslash
16759 div
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768 \begin_inset Formula $\div$
16769 \end_inset
16770
16771
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 </row>
16777 <row>
16778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16779 \begin_inset Text
16780
16781 \begin_layout Plain Layout
16782 \begin_inset ERT
16783 status collapsed
16784
16785 \begin_layout Plain Layout
16786
16787
16788 \backslash
16789 raisebox{-1.2mm}{
16790 \end_layout
16791
16792 \end_inset
16793
16794 *
16795 \begin_inset ERT
16796 status collapsed
16797
16798 \begin_layout Plain Layout
16799
16800 }
16801 \end_layout
16802
16803 \end_inset
16804
16805
16806 \end_layout
16807
16808 \end_inset
16809 </cell>
16810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Plain Layout
16814 \begin_inset Formula $*$
16815 \end_inset
16816
16817
16818 \end_layout
16819
16820 \end_inset
16821 </cell>
16822 </row>
16823 <row>
16824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Plain Layout
16828
16829 \backslash
16830 star
16831 \end_layout
16832
16833 \end_inset
16834 </cell>
16835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16836 \begin_inset Text
16837
16838 \begin_layout Plain Layout
16839 \begin_inset Formula $\star$
16840 \end_inset
16841
16842
16843 \end_layout
16844
16845 \end_inset
16846 </cell>
16847 </row>
16848 <row>
16849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16850 \begin_inset Text
16851
16852 \begin_layout Plain Layout
16853
16854 \backslash
16855 circ
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864 \begin_inset Formula $\circ$
16865 \end_inset
16866
16867
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 </row>
16873 <row>
16874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878
16879 \backslash
16880 diamond
16881 \end_layout
16882
16883 \end_inset
16884 </cell>
16885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889 \begin_inset Formula $\diamond$
16890 \end_inset
16891
16892
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 </row>
16898 <row>
16899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16900 \begin_inset Text
16901
16902 \begin_layout Plain Layout
16903
16904 \backslash
16905 bullet
16906 \end_layout
16907
16908 \end_inset
16909 </cell>
16910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914 \begin_inset Formula $\bullet$
16915 \end_inset
16916
16917
16918 \end_layout
16919
16920 \end_inset
16921 </cell>
16922 </row>
16923 </lyxtabular>
16924
16925 \end_inset
16926
16927
16928 \begin_inset space \hfill{}
16929 \end_inset
16930
16931
16932 \begin_inset Tabular
16933 <lyxtabular version="3" rows="13" columns="2">
16934 <features tabularvalignment="middle">
16935 <column alignment="center" valignment="top" width="0pt">
16936 <column alignment="center" valignment="top" width="0pt">
16937 <row>
16938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16939 \begin_inset Text
16940
16941 \begin_layout Plain Layout
16942 Command
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16948 \begin_inset Text
16949
16950 \begin_layout Plain Layout
16951 Result
16952 \end_layout
16953
16954 \end_inset
16955 </cell>
16956 </row>
16957 <row>
16958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962
16963 \backslash
16964 nabla
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Plain Layout
16973 \begin_inset Formula $\nabla$
16974 \end_inset
16975
16976
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 </row>
16982 <row>
16983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987
16988 \backslash
16989 bigtriangledown
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Plain Layout
16998 \begin_inset Formula $\bigtriangledown$
16999 \end_inset
17000
17001
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 </row>
17007 <row>
17008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012
17013 \backslash
17014 bigtriangleup
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023 \begin_inset Formula $\bigtriangleup$
17024 \end_inset
17025
17026
17027 \end_layout
17028
17029 \end_inset
17030 </cell>
17031 </row>
17032 <row>
17033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037
17038 \backslash
17039 Box
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048 \begin_inset Formula $\Box$
17049 \end_inset
17050
17051
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 </row>
17057 <row>
17058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062
17063 \backslash
17064 cap 
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17070 \begin_inset Text
17071
17072 \begin_layout Plain Layout
17073 \begin_inset Formula $\cap$
17074 \end_inset
17075
17076
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 </row>
17082 <row>
17083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17084 \begin_inset Text
17085
17086 \begin_layout Plain Layout
17087
17088 \backslash
17089 cup
17090 \end_layout
17091
17092 \end_inset
17093 </cell>
17094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098 \begin_inset Formula $\cup$
17099 \end_inset
17100
17101
17102 \end_layout
17103
17104 \end_inset
17105 </cell>
17106 </row>
17107 <row>
17108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17109 \begin_inset Text
17110
17111 \begin_layout Plain Layout
17112
17113 \backslash
17114 dagger
17115 \end_layout
17116
17117 \end_inset
17118 </cell>
17119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17120 \begin_inset Text
17121
17122 \begin_layout Plain Layout
17123 \begin_inset Formula $\dagger$
17124 \end_inset
17125
17126
17127 \end_layout
17128
17129 \end_inset
17130 </cell>
17131 </row>
17132 <row>
17133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17134 \begin_inset Text
17135
17136 \begin_layout Plain Layout
17137
17138 \backslash
17139 ddagger
17140 \end_layout
17141
17142 \end_inset
17143 </cell>
17144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17145 \begin_inset Text
17146
17147 \begin_layout Plain Layout
17148 \begin_inset Formula $\ddagger$
17149 \end_inset
17150
17151
17152 \end_layout
17153
17154 \end_inset
17155 </cell>
17156 </row>
17157 <row>
17158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17159 \begin_inset Text
17160
17161 \begin_layout Plain Layout
17162
17163 \backslash
17164 wr
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173 \begin_inset Formula $\wr$
17174 \end_inset
17175
17176
17177 \end_layout
17178
17179 \end_inset
17180 </cell>
17181 </row>
17182 <row>
17183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17184 \begin_inset Text
17185
17186 \begin_layout Plain Layout
17187
17188 \backslash
17189 bigcirc
17190 \end_layout
17191
17192 \end_inset
17193 </cell>
17194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198 \begin_inset Formula $\bigcirc$
17199 \end_inset
17200
17201
17202 \end_layout
17203
17204 \end_inset
17205 </cell>
17206 </row>
17207 <row>
17208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17209 \begin_inset Text
17210
17211 \begin_layout Plain Layout
17212
17213 \backslash
17214 wedge
17215 \end_layout
17216
17217 \end_inset
17218 </cell>
17219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout Plain Layout
17223 \begin_inset Formula $\wedge$
17224 \end_inset
17225
17226
17227 \end_layout
17228
17229 \end_inset
17230 </cell>
17231 </row>
17232 <row>
17233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17234 \begin_inset Text
17235
17236 \begin_layout Plain Layout
17237
17238 \backslash
17239 vee
17240 \end_layout
17241
17242 \end_inset
17243 </cell>
17244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248 \begin_inset Formula $\vee$
17249 \end_inset
17250
17251
17252 \end_layout
17253
17254 \end_inset
17255 </cell>
17256 </row>
17257 </lyxtabular>
17258
17259 \end_inset
17260
17261
17262 \begin_inset space \hfill{}
17263 \end_inset
17264
17265
17266 \begin_inset Tabular
17267 <lyxtabular version="3" rows="13" columns="2">
17268 <features tabularvalignment="middle">
17269 <column alignment="center" valignment="top" width="0pt">
17270 <column alignment="center" valignment="top" width="0pt">
17271 <row>
17272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17273 \begin_inset Text
17274
17275 \begin_layout Plain Layout
17276 Command
17277 \end_layout
17278
17279 \end_inset
17280 </cell>
17281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17282 \begin_inset Text
17283
17284 \begin_layout Plain Layout
17285 Result
17286 \end_layout
17287
17288 \end_inset
17289 </cell>
17290 </row>
17291 <row>
17292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout Plain Layout
17296
17297 \backslash
17298 oplus
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17304 \begin_inset Text
17305
17306 \begin_layout Plain Layout
17307 \begin_inset Formula $\oplus$
17308 \end_inset
17309
17310
17311 \end_layout
17312
17313 \end_inset
17314 </cell>
17315 </row>
17316 <row>
17317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321
17322 \backslash
17323 ominus
17324 \end_layout
17325
17326 \end_inset
17327 </cell>
17328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17329 \begin_inset Text
17330
17331 \begin_layout Plain Layout
17332 \begin_inset Formula $\ominus$
17333 \end_inset
17334
17335
17336 \end_layout
17337
17338 \end_inset
17339 </cell>
17340 </row>
17341 <row>
17342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346
17347 \backslash
17348 otimes
17349 \end_layout
17350
17351 \end_inset
17352 </cell>
17353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17354 \begin_inset Text
17355
17356 \begin_layout Plain Layout
17357 \begin_inset Formula $\otimes$
17358 \end_inset
17359
17360
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 </row>
17366 <row>
17367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371
17372 \backslash
17373 oslash
17374 \end_layout
17375
17376 \end_inset
17377 </cell>
17378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17379 \begin_inset Text
17380
17381 \begin_layout Plain Layout
17382 \begin_inset Formula $\oslash$
17383 \end_inset
17384
17385
17386 \end_layout
17387
17388 \end_inset
17389 </cell>
17390 </row>
17391 <row>
17392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17393 \begin_inset Text
17394
17395 \begin_layout Plain Layout
17396
17397 \backslash
17398 odot
17399 \end_layout
17400
17401 \end_inset
17402 </cell>
17403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17404 \begin_inset Text
17405
17406 \begin_layout Plain Layout
17407 \begin_inset Formula $\odot$
17408 \end_inset
17409
17410
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 </row>
17416 <row>
17417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421
17422 \backslash
17423 amalg
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432 \begin_inset Formula $\amalg$
17433 \end_inset
17434
17435
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 </row>
17441 <row>
17442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17443 \begin_inset Text
17444
17445 \begin_layout Plain Layout
17446
17447 \backslash
17448 uplus
17449 \end_layout
17450
17451 \end_inset
17452 </cell>
17453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17454 \begin_inset Text
17455
17456 \begin_layout Plain Layout
17457 \begin_inset Formula $\uplus$
17458 \end_inset
17459
17460
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 </row>
17466 <row>
17467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17468 \begin_inset Text
17469
17470 \begin_layout Plain Layout
17471
17472 \backslash
17473 setminus
17474 \end_layout
17475
17476 \end_inset
17477 </cell>
17478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482 \begin_inset Formula $\setminus$
17483 \end_inset
17484
17485
17486 \end_layout
17487
17488 \end_inset
17489 </cell>
17490 </row>
17491 <row>
17492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17493 \begin_inset Text
17494
17495 \begin_layout Plain Layout
17496
17497 \backslash
17498 sqcap
17499 \end_layout
17500
17501 \end_inset
17502 </cell>
17503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507 \begin_inset Formula $\sqcap$
17508 \end_inset
17509
17510
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 </row>
17516 <row>
17517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17518 \begin_inset Text
17519
17520 \begin_layout Plain Layout
17521
17522 \backslash
17523 sqcup
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17529 \begin_inset Text
17530
17531 \begin_layout Plain Layout
17532 \begin_inset Formula $\sqcup$
17533 \end_inset
17534
17535
17536 \end_layout
17537
17538 \end_inset
17539 </cell>
17540 </row>
17541 <row>
17542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17543 \begin_inset Text
17544
17545 \begin_layout Plain Layout
17546
17547 \backslash
17548 triangleleft
17549 \end_layout
17550
17551 \end_inset
17552 </cell>
17553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17554 \begin_inset Text
17555
17556 \begin_layout Plain Layout
17557 \begin_inset Formula $\triangleleft$
17558 \end_inset
17559
17560
17561 \end_layout
17562
17563 \end_inset
17564 </cell>
17565 </row>
17566 <row>
17567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17568 \begin_inset Text
17569
17570 \begin_layout Plain Layout
17571
17572 \backslash
17573 triangleright
17574 \end_layout
17575
17576 \end_inset
17577 </cell>
17578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17579 \begin_inset Text
17580
17581 \begin_layout Plain Layout
17582 \begin_inset Formula $\triangleright$
17583 \end_inset
17584
17585
17586 \end_layout
17587
17588 \end_inset
17589 </cell>
17590 </row>
17591 </lyxtabular>
17592
17593 \end_inset
17594
17595
17596 \begin_inset space \hfill{}
17597 \end_inset
17598
17599
17600 \end_layout
17601
17602 \begin_layout Standard
17603 All binary operators can also be inserted via the math toolbar button 
17604 \begin_inset Graphics
17605         filename ../images/math/pm.png
17606         scale 85
17607
17608 \end_inset
17609
17610 .
17611 \end_layout
17612
17613 \begin_layout Standard
17614 To typeset the Laplace operator also 
17615 \series bold
17616
17617 \backslash
17618 Delta
17619 \series default
17620  or 
17621 \series bold
17622
17623 \backslash
17624 nabla
17625 \series default
17626 ^
17627 \series bold
17628 2
17629 \series default
17630  (
17631 \begin_inset Formula $\nabla^{2}$
17632 \end_inset
17633
17634 ) can be used instead of 
17635 \series bold
17636
17637 \backslash
17638 bigtriangleup
17639 \series default
17640  .
17641 \end_layout
17642
17643 \begin_layout Standard
17644 The character 
17645 \family sans
17646 Menu Separator
17647 \family default
17648  from the menu 
17649 \family sans
17650 Insert\SpecialChar \menuseparator
17651 Special Character
17652 \family default
17653  is the operator 
17654 \series bold
17655
17656 \backslash
17657 triangleright
17658 \series default
17659 .
17660 \end_layout
17661
17662 \begin_layout Subsection
17663 Self-defined Operators
17664 \begin_inset CommandInset label
17665 LatexCommand label
17666 name "sub:Self-defined-Operators"
17667
17668 \end_inset
17669
17670
17671 \begin_inset Index idx
17672 status collapsed
17673
17674 \begin_layout Plain Layout
17675 Operators ! self-defined
17676 \end_layout
17677
17678 \end_inset
17679
17680
17681 \end_layout
17682
17683 \begin_layout Standard
17684 With the help of the command 
17685 \series bold
17686
17687 \backslash
17688 DeclareMathOperator
17689 \series default
17690
17691 \begin_inset Index idx
17692 status collapsed
17693
17694 \begin_layout Plain Layout
17695 Commands ! D ! 
17696 \backslash
17697 dbinom@
17698 \backslash
17699 DeclareMathOperator
17700 \end_layout
17701
17702 \end_inset
17703
17704  custom operators can be defined in the LaTeX-preamble.
17705  Its command scheme is:
17706 \end_layout
17707
17708 \begin_layout Standard
17709
17710 \series bold
17711
17712 \backslash
17713 DeclareMathOperator{new command}{display}
17714 \end_layout
17715
17716 \begin_layout Standard
17717 Display can be characters or symbols that define how the operator looks
17718  in the output.
17719  To define a big operator a * is set behind the command.
17720  All self-defined big operators can have limits as described in 
17721 \begin_inset CommandInset ref
17722 LatexCommand ref
17723 reference "sub:Operator-Limits"
17724
17725 \end_inset
17726
17727 .
17728 \end_layout
17729
17730 \begin_layout Standard
17731 For example the LaTeX-preamble line
17732 \end_layout
17733
17734 \begin_layout Standard
17735
17736 \series bold
17737
17738 \backslash
17739 DeclareMathOperator*{
17740 \backslash
17741 Lozenge}{
17742 \backslash
17743 blacklozenge}
17744 \end_layout
17745
17746 \begin_layout Standard
17747 defines the command 
17748 \series bold
17749
17750 \backslash
17751 Lozenge
17752 \series default
17753 , that inserts a big operator consisting of the lozenge symbol from 
17754 \begin_inset CommandInset ref
17755 LatexCommand ref
17756 reference "sub:Miscellaneous-Symbols"
17757
17758 \end_inset
17759
17760 :
17761 \begin_inset Formula \[
17762 \Lozenge_{n=1}^{\infty}\]
17763
17764 \end_inset
17765
17766 The command for this formula is: 
17767 \series bold
17768
17769 \backslash
17770 Lozenge
17771 \series default
17772 ^
17773 \series bold
17774
17775 \backslash
17776 infty
17777 \begin_inset Formula $\to$
17778 \end_inset
17779
17780 _n=1
17781 \end_layout
17782
17783 \begin_layout Standard
17784 \begin_inset VSpace bigskip
17785 \end_inset
17786
17787 When self-defined operators are not used several times in the document,
17788  they can also be defined with the commands 
17789 \series bold
17790
17791 \backslash
17792 mathop
17793 \series default
17794
17795 \begin_inset Index idx
17796 status collapsed
17797
17798 \begin_layout Plain Layout
17799 Commands ! M ! 
17800 \backslash
17801 mathop
17802 \end_layout
17803
17804 \end_inset
17805
17806  and 
17807 \series bold
17808
17809 \backslash
17810 mathbin
17811 \series default
17812
17813 \begin_inset Index idx
17814 status collapsed
17815
17816 \begin_layout Plain Layout
17817 Commands ! M ! 
17818 \backslash
17819 mathbin
17820 \end_layout
17821
17822 \end_inset
17823
17824 , which have the following scheme:
17825 \end_layout
17826
17827 \begin_layout Standard
17828
17829 \series bold
17830
17831 \backslash
17832 mathop{display}
17833 \series default
17834  and 
17835 \series bold
17836
17837 \backslash
17838 mathbin{display}
17839 \end_layout
17840
17841 \begin_layout Standard
17842
17843 \series bold
17844
17845 \backslash
17846 mathop
17847 \series default
17848  defines big operators, 
17849 \series bold
17850
17851 \backslash
17852 mathbin
17853 \series default
17854  binary operators.
17855 \end_layout
17856
17857 \begin_layout Standard
17858
17859 \series bold
17860
17861 \backslash
17862 mathop
17863 \series default
17864  can e.
17865 \begin_inset space \thinspace{}
17866 \end_inset
17867
17868 g.
17869 \begin_inset space \space{}
17870 \end_inset
17871
17872 be used to use one limit for several operators:
17873 \end_layout
17874
17875 \begin_layout Standard
17876 \begin_inset Formula \[
17877 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17878
17879 \end_inset
17880
17881
17882 \end_layout
17883
17884 \begin_layout Standard
17885 The command for the formula above is:
17886 \begin_inset Newline newline
17887 \end_inset
17888
17889
17890 \series bold
17891
17892 \backslash
17893 mathop{
17894 \backslash
17895 sum
17896 \backslash
17897 negmedspace
17898 \backslash
17899 sum
17900 \series default
17901
17902 \begin_inset ERT
17903 status collapsed
17904
17905 \begin_layout Plain Layout
17906
17907
17908 \backslash
17909 spce 
17910 \end_layout
17911
17912 \end_inset
17913
17914
17915 \series bold
17916
17917 \begin_inset Formula $\to$
17918 \end_inset
17919
17920 ^N
17921 \series default
17922
17923 \begin_inset ERT
17924 status collapsed
17925
17926 \begin_layout Plain Layout
17927
17928
17929 \backslash
17930 spce 
17931 \end_layout
17932
17933 \end_inset
17934
17935
17936 \series bold
17937 _i,j=1
17938 \end_layout
17939
17940 \begin_layout Section
17941 Fonts
17942 \begin_inset Index idx
17943 status collapsed
17944
17945 \begin_layout Plain Layout
17946 Fonts
17947 \end_layout
17948
17949 \end_inset
17950
17951
17952 \end_layout
17953
17954 \begin_layout Subsection
17955 Font Styles
17956 \begin_inset CommandInset label
17957 LatexCommand label
17958 name "sub:Font-Styles"
17959
17960 \end_inset
17961
17962
17963 \begin_inset Index idx
17964 status collapsed
17965
17966 \begin_layout Plain Layout
17967 Font ! style
17968 \end_layout
17969
17970 \end_inset
17971
17972
17973 \end_layout
17974
17975 \begin_layout Standard
17976 Latin letters in formulas can be set in one of the following font styles:
17977 \begin_inset VSpace -2mm
17978 \end_inset
17979
17980
17981 \end_layout
17982
17983 \begin_layout Standard
17984 \align center
17985 \begin_inset Tabular
17986 <lyxtabular version="3" rows="6" columns="3">
17987 <features tabularvalignment="middle">
17988 <column alignment="center" valignment="top" width="0">
17989 <column alignment="center" valignment="top" width="0">
17990 <column alignment="center" valignment="top" width="0">
17991 <row>
17992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17993 \begin_inset Text
17994
17995 \begin_layout Plain Layout
17996 Command
17997 \end_layout
17998
17999 \end_inset
18000 </cell>
18001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18002 \begin_inset Text
18003
18004 \begin_layout Plain Layout
18005 Result
18006 \end_layout
18007
18008 \end_inset
18009 </cell>
18010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18011 \begin_inset Text
18012
18013 \begin_layout Plain Layout
18014 shortcut
18015 \end_layout
18016
18017 \end_inset
18018 </cell>
18019 </row>
18020 <row>
18021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18022 \begin_inset Text
18023
18024 \begin_layout Plain Layout
18025
18026 \backslash
18027 mathbb
18028 \series bold
18029
18030 \begin_inset ERT
18031 status collapsed
18032
18033 \begin_layout Plain Layout
18034
18035
18036 \backslash
18037 spce 
18038 \end_layout
18039
18040 \end_inset
18041
18042
18043 \series default
18044 ABC
18045 \end_layout
18046
18047 \end_inset
18048 </cell>
18049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18050 \begin_inset Text
18051
18052 \begin_layout Plain Layout
18053 \begin_inset Formula $\mathbb{ABC}$
18054 \end_inset
18055
18056
18057 \end_layout
18058
18059 \end_inset
18060 </cell>
18061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065 \begin_inset Info
18066 type  "shortcut"
18067 arg   "font-noun"
18068 \end_inset
18069
18070
18071 \end_layout
18072
18073 \end_inset
18074 </cell>
18075 </row>
18076 <row>
18077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18078 \begin_inset Text
18079
18080 \begin_layout Plain Layout
18081
18082 \backslash
18083 mathbf
18084 \series bold
18085
18086 \begin_inset ERT
18087 status collapsed
18088
18089 \begin_layout Plain Layout
18090
18091
18092 \backslash
18093 spce 
18094 \end_layout
18095
18096 \end_inset
18097
18098
18099 \series default
18100 AbC
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109 \begin_inset Formula $\mathbf{AbC}$
18110 \end_inset
18111
18112
18113 \end_layout
18114
18115 \end_inset
18116 </cell>
18117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18118 \begin_inset Text
18119
18120 \begin_layout Plain Layout
18121 \begin_inset Info
18122 type  "shortcut"
18123 arg   "font-bold"
18124 \end_inset
18125
18126
18127 \end_layout
18128
18129 \end_inset
18130 </cell>
18131 </row>
18132 <row>
18133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18134 \begin_inset Text
18135
18136 \begin_layout Plain Layout
18137
18138 \backslash
18139 boldsymbol
18140 \series bold
18141
18142 \begin_inset ERT
18143 status collapsed
18144
18145 \begin_layout Plain Layout
18146
18147
18148 \backslash
18149 spce 
18150 \end_layout
18151
18152 \end_inset
18153
18154
18155 \series default
18156 AbC
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165 \begin_inset Formula $\boldsymbol{AbC}$
18166 \end_inset
18167
18168
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177 \begin_inset Info
18178 type  "shortcuts"
18179 arg   "font-boldsymbol"
18180 \end_inset
18181
18182
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 </row>
18188 <row>
18189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18190 \begin_inset Text
18191
18192 \begin_layout Plain Layout
18193
18194 \backslash
18195 mathcal
18196 \series bold
18197
18198 \begin_inset ERT
18199 status collapsed
18200
18201 \begin_layout Plain Layout
18202
18203
18204 \backslash
18205 spce 
18206 \end_layout
18207
18208 \end_inset
18209
18210
18211 \series default
18212 ABC
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18218 \begin_inset Text
18219
18220 \begin_layout Plain Layout
18221 \begin_inset Formula $\mathcal{ABC}$
18222 \end_inset
18223
18224
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 \begin_inset Info
18234 type  "shortcut"
18235 arg   "font-emph"
18236 \end_inset
18237
18238
18239 \end_layout
18240
18241 \end_inset
18242 </cell>
18243 </row>
18244 <row>
18245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18246 \begin_inset Text
18247
18248 \begin_layout Plain Layout
18249
18250 \backslash
18251 mathfrak
18252 \series bold
18253
18254 \begin_inset ERT
18255 status collapsed
18256
18257 \begin_layout Plain Layout
18258
18259
18260 \backslash
18261 spce 
18262 \end_layout
18263
18264 \end_inset
18265
18266
18267 \series default
18268 AbC
18269 \end_layout
18270
18271 \end_inset
18272 </cell>
18273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18274 \begin_inset Text
18275
18276 \begin_layout Plain Layout
18277 \begin_inset Formula $\mathfrak{AbC}$
18278 \end_inset
18279
18280
18281 \end_layout
18282
18283 \end_inset
18284 </cell>
18285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18286 \begin_inset Text
18287
18288 \begin_layout Plain Layout
18289 -
18290 \end_layout
18291
18292 \end_inset
18293 </cell>
18294 </row>
18295 </lyxtabular>
18296
18297 \end_inset
18298
18299
18300 \end_layout
18301
18302 \begin_layout Standard
18303 \align center
18304 \begin_inset Tabular
18305 <lyxtabular version="3" rows="5" columns="3">
18306 <features tabularvalignment="middle">
18307 <column alignment="center" valignment="top" width="0">
18308 <column alignment="center" valignment="top" width="0">
18309 <column alignment="center" valignment="top" width="0">
18310 <row>
18311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18312 \begin_inset Text
18313
18314 \begin_layout Plain Layout
18315 Command
18316 \end_layout
18317
18318 \end_inset
18319 </cell>
18320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18321 \begin_inset Text
18322
18323 \begin_layout Plain Layout
18324 Result
18325 \end_layout
18326
18327 \end_inset
18328 </cell>
18329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18330 \begin_inset Text
18331
18332 \begin_layout Plain Layout
18333 shortcut
18334 \end_layout
18335
18336 \end_inset
18337 </cell>
18338 </row>
18339 <row>
18340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18341 \begin_inset Text
18342
18343 \begin_layout Plain Layout
18344
18345 \backslash
18346 mathit
18347 \series bold
18348
18349 \begin_inset ERT
18350 status collapsed
18351
18352 \begin_layout Plain Layout
18353
18354
18355 \backslash
18356 spce 
18357 \end_layout
18358
18359 \end_inset
18360
18361
18362 \series default
18363 AbC
18364 \end_layout
18365
18366 \end_inset
18367 </cell>
18368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18369 \begin_inset Text
18370
18371 \begin_layout Plain Layout
18372 \begin_inset Formula $\mathit{AbC}$
18373 \end_inset
18374
18375
18376 \end_layout
18377
18378 \end_inset
18379 </cell>
18380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18381 \begin_inset Text
18382
18383 \begin_layout Plain Layout
18384 -
18385 \end_layout
18386
18387 \end_inset
18388 </cell>
18389 </row>
18390 <row>
18391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395
18396 \backslash
18397 mathrm
18398 \series bold
18399
18400 \begin_inset ERT
18401 status collapsed
18402
18403 \begin_layout Plain Layout
18404
18405
18406 \backslash
18407 spce 
18408 \end_layout
18409
18410 \end_inset
18411
18412
18413 \series default
18414 AbC
18415 \end_layout
18416
18417 \end_inset
18418 </cell>
18419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18420 \begin_inset Text
18421
18422 \begin_layout Plain Layout
18423 \begin_inset Formula $\mathrm{AbC}$
18424 \end_inset
18425
18426
18427 \end_layout
18428
18429 \end_inset
18430 </cell>
18431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18432 \begin_inset Text
18433
18434 \begin_layout Plain Layout
18435 \begin_inset Info
18436 type  "shortcut"
18437 arg   "font-roman"
18438 \end_inset
18439
18440
18441 \end_layout
18442
18443 \end_inset
18444 </cell>
18445 </row>
18446 <row>
18447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18448 \begin_inset Text
18449
18450 \begin_layout Plain Layout
18451
18452 \backslash
18453 mathsf
18454 \series bold
18455
18456 \begin_inset ERT
18457 status collapsed
18458
18459 \begin_layout Plain Layout
18460
18461
18462 \backslash
18463 spce 
18464 \end_layout
18465
18466 \end_inset
18467
18468
18469 \series default
18470 AbC
18471 \end_layout
18472
18473 \end_inset
18474 </cell>
18475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18476 \begin_inset Text
18477
18478 \begin_layout Plain Layout
18479 \begin_inset Formula $\mathsf{AbC}$
18480 \end_inset
18481
18482
18483 \end_layout
18484
18485 \end_inset
18486 </cell>
18487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18488 \begin_inset Text
18489
18490 \begin_layout Plain Layout
18491 \begin_inset Info
18492 type  "shortcut"
18493 arg   "font-sans"
18494 \end_inset
18495
18496
18497 \end_layout
18498
18499 \end_inset
18500 </cell>
18501 </row>
18502 <row>
18503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18504 \begin_inset Text
18505
18506 \begin_layout Plain Layout
18507
18508 \backslash
18509 mathtt
18510 \series bold
18511
18512 \begin_inset ERT
18513 status collapsed
18514
18515 \begin_layout Plain Layout
18516
18517
18518 \backslash
18519 spce 
18520 \end_layout
18521
18522 \end_inset
18523
18524
18525 \series default
18526 AbC
18527 \end_layout
18528
18529 \end_inset
18530 </cell>
18531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18532 \begin_inset Text
18533
18534 \begin_layout Plain Layout
18535 \begin_inset Formula $\mathtt{AbC}$
18536 \end_inset
18537
18538
18539 \end_layout
18540
18541 \end_inset
18542 </cell>
18543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18544 \begin_inset Text
18545
18546 \begin_layout Plain Layout
18547 \begin_inset Info
18548 type  "shortcut"
18549 arg   "font-typewriter"
18550 \end_inset
18551
18552
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 </row>
18558 </lyxtabular>
18559
18560 \end_inset
18561
18562
18563 \end_layout
18564
18565 \begin_layout Standard
18566 \begin_inset Note Greyedout
18567 status open
18568
18569 \begin_layout Plain Layout
18570
18571 \series bold
18572 Note:
18573 \series default
18574  The styles 
18575 \series bold
18576
18577 \backslash
18578 mathbb
18579 \series default
18580  and 
18581 \series bold
18582
18583 \backslash
18584 mathcal
18585 \series default
18586  can only be used for big letters.
18587 \end_layout
18588
18589 \end_inset
18590
18591
18592 \end_layout
18593
18594 \begin_layout Standard
18595 Predefined is the style 
18596 \series bold
18597
18598 \backslash
18599 mathnormal
18600 \series default
18601 .
18602 \end_layout
18603
18604 \begin_layout Standard
18605 The style commands work also for letters in mathematical constructs:
18606 \begin_inset Formula \[
18607 \mathfrak{A=\frac{b}{C}}\]
18608
18609 \end_inset
18610
18611
18612 \end_layout
18613
18614 \begin_layout Standard
18615 Characters in mathematical text don't appear in a math font style but in
18616  the text font style 
18617 \series bold
18618
18619 \backslash
18620 textrm
18621 \series default
18622 .
18623  That their style can't be set correctly via the text style dialog is a
18624  bug in LyX.
18625 \begin_inset Foot
18626 status collapsed
18627
18628 \begin_layout Plain Layout
18629 \begin_inset CommandInset href
18630 LatexCommand href
18631 name "LyX-bug #4629"
18632 target "http://www.lyx.org/trac/ticket/4629"
18633
18634 \end_inset
18635
18636
18637 \end_layout
18638
18639 \end_inset
18640
18641
18642 \end_layout
18643
18644 \begin_layout Standard
18645 Instead of the style commands the dialog 
18646 \family sans
18647 Edit\SpecialChar \menuseparator
18648 Math\SpecialChar \menuseparator
18649 Text Style
18650 \family default
18651  or the toolbar button 
18652 \begin_inset Graphics
18653         filename ../images/math/font.png
18654         scale 85
18655
18656 \end_inset
18657
18658  can be used.
18659 \end_layout
18660
18661 \begin_layout Subsection
18662 Bold Formulas
18663 \begin_inset CommandInset label
18664 LatexCommand label
18665 name "sub:Bold-Formulas"
18666
18667 \end_inset
18668
18669
18670 \begin_inset Index idx
18671 status collapsed
18672
18673 \begin_layout Plain Layout
18674 Formula ! bold
18675 \end_layout
18676
18677 \end_inset
18678
18679
18680 \end_layout
18681
18682 \begin_layout Standard
18683 To make a complete formula bold, the command 
18684 \series bold
18685
18686 \backslash
18687 mathbf
18688 \series default
18689  from the previous subsection cannot be used, because it doesn't work for
18690  small Greek letters.
18691  Furthermore it prints Latin letters always upright, like in the following
18692  equation:
18693 \end_layout
18694
18695 \begin_layout Standard
18696 \begin_inset Formula \[
18697 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}\]
18698
18699 \end_inset
18700
18701
18702 \end_layout
18703
18704 \begin_layout Standard
18705 To display the formula correctly, the command 
18706 \series bold
18707
18708 \backslash
18709 boldsymbol
18710 \series default
18711  is used:
18712 \begin_inset Formula \[
18713 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}\]
18714
18715 \end_inset
18716
18717 It is also possible to set the formula in a 
18718 \series bold
18719 boldmath environment
18720 \series default
18721 .
18722  This environment is created by inserting the command 
18723 \series bold
18724
18725 \backslash
18726 boldmath
18727 \series default
18728
18729 \begin_inset Index idx
18730 status collapsed
18731
18732 \begin_layout Plain Layout
18733 Commands ! B ! 
18734 \backslash
18735 boldmath
18736 \end_layout
18737
18738 \end_inset
18739
18740  in TeX-mode.
18741  To end the environment, the command 
18742 \series bold
18743
18744 \backslash
18745 unboldmath
18746 \series default
18747
18748 \begin_inset Index idx
18749 status collapsed
18750
18751 \begin_layout Plain Layout
18752 Commands ! U ! 
18753 \backslash
18754 unboldmath
18755 \end_layout
18756
18757 \end_inset
18758
18759  is inserted in TeX-mode.
18760 \begin_inset ERT
18761 status collapsed
18762
18763 \begin_layout Plain Layout
18764
18765
18766 \backslash
18767 boldmath 
18768 \end_layout
18769
18770 \end_inset
18771
18772
18773 \begin_inset Formula \[
18774 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}\]
18775
18776 \end_inset
18777
18778
18779 \begin_inset ERT
18780 status collapsed
18781
18782 \begin_layout Plain Layout
18783
18784
18785 \backslash
18786 unboldmath 
18787 \end_layout
18788
18789 \end_inset
18790
18791
18792 \end_layout
18793
18794 \begin_layout Subsection
18795 Colored Formulas
18796 \begin_inset Index idx
18797 status collapsed
18798
18799 \begin_layout Plain Layout
18800 Formula ! colored
18801 \end_layout
18802
18803 \end_inset
18804
18805
18806 \end_layout
18807
18808 \begin_layout Standard
18809 Formulas can be colored like normal text: Highlight a formula or a formula
18810  part and use the 
18811 \family sans
18812 Text Style
18813 \family default
18814  dialog.
18815  Here is a formula in magenta:
18816 \begin_inset Formula \[
18817 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18818
18819 \end_inset
18820
18821
18822 \end_layout
18823
18824 \begin_layout Standard
18825 You can also define your own colors as described in 
18826 \begin_inset CommandInset ref
18827 LatexCommand ref
18828 reference "sub:Colored-Boxes"
18829
18830 \end_inset
18831
18832 .
18833  They can be used with the TeX code command 
18834 \series bold
18835
18836 \backslash
18837 textcolor
18838 \series default
18839
18840 \begin_inset Index idx
18841 status collapsed
18842
18843 \begin_layout Plain Layout
18844 Commands ! T ! 
18845 \backslash
18846 textcolor
18847 \end_layout
18848
18849 \end_inset
18850
18851  in the scheme
18852 \end_layout
18853
18854 \begin_layout Standard
18855
18856 \series bold
18857
18858 \backslash
18859 textcolor{color}{characters or formula}
18860 \end_layout
18861
18862 \begin_layout Standard
18863 The following example was colored completely dark green and partly red:
18864 \end_layout
18865
18866 \begin_layout Standard
18867 \begin_inset ERT
18868 status collapsed
18869
18870 \begin_layout Plain Layout
18871
18872
18873 \backslash
18874 textcolor{darkgreen}{
18875 \end_layout
18876
18877 \end_inset
18878
18879
18880 \begin_inset Formula \[
18881 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18882
18883 \end_inset
18884
18885
18886 \begin_inset ERT
18887 status collapsed
18888
18889 \begin_layout Plain Layout
18890
18891 }
18892 \end_layout
18893
18894 \end_inset
18895
18896
18897 \end_layout
18898
18899 \begin_layout Standard
18900 Due to a bug in LyX only complete formulas can be colored with self-defined
18901  colors.
18902 \begin_inset Foot
18903 status collapsed
18904
18905 \begin_layout Plain Layout
18906 \begin_inset CommandInset href
18907 LatexCommand href
18908 name "LyX-bug #5269"
18909 target "http://www.lyx.org/trac/ticket/5269"
18910
18911 \end_inset
18912
18913
18914 \end_layout
18915
18916 \end_inset
18917
18918
18919 \end_layout
18920
18921 \begin_layout Subsection
18922 Font Sizes
18923 \begin_inset CommandInset label
18924 LatexCommand label
18925 name "sub:Font-Sizes"
18926
18927 \end_inset
18928
18929
18930 \begin_inset Index idx
18931 status collapsed
18932
18933 \begin_layout Plain Layout
18934 Font ! size
18935 \end_layout
18936
18937 \end_inset
18938
18939
18940 \end_layout
18941
18942 \begin_layout Standard
18943 For characters in formulas there are, analog to characters in text, the
18944  following size commands:
18945 \end_layout
18946
18947 \begin_layout Standard
18948
18949 \series bold
18950
18951 \backslash
18952 Huge
18953 \series default
18954
18955 \series bold
18956
18957 \backslash
18958 huge
18959 \series default
18960
18961 \series bold
18962
18963 \backslash
18964 LARGE
18965 \series default
18966
18967 \series bold
18968
18969 \backslash
18970 Large
18971 \series default
18972
18973 \series bold
18974
18975 \backslash
18976 large
18977 \series default
18978
18979 \series bold
18980
18981 \backslash
18982 normalsize
18983 \series default
18984
18985 \series bold
18986
18987 \backslash
18988 small
18989 \series default
18990 ,
18991 \begin_inset Newline newline
18992 \end_inset
18993
18994
18995 \series bold
18996
18997 \backslash
18998 footnotesize
18999 \series default
19000
19001 \series bold
19002
19003 \backslash
19004 scriptsize
19005 \series default
19006  and 
19007 \series bold
19008
19009 \backslash
19010 tiny
19011 \end_layout
19012
19013 \begin_layout Standard
19014 The size produced by the commands depends on the document font size, that
19015  corresponds with the command 
19016 \series bold
19017
19018 \backslash
19019 normalsize
19020 \series default
19021 .
19022  The other commands produce smaller or larger sizes than 
19023 \series bold
19024
19025 \backslash
19026 normalsize
19027 \series default
19028 .
19029  The font size can however not exceed a certain value.
19030  Is for example the document font size 12
19031 \begin_inset space \thinspace{}
19032 \end_inset
19033
19034 pt, the command 
19035 \series bold
19036
19037 \backslash
19038 Huge
19039 \series default
19040  switches to the same size as 
19041 \series bold
19042
19043 \backslash
19044 huge
19045 \series default
19046 .
19047  
19048 \end_layout
19049
19050 \begin_layout Standard
19051 A size command is inserted in TeX-mode before the formula and sets the size
19052  for all following formula and text characters.
19053  To switch back to the initial size, the command 
19054 \series bold
19055
19056 \backslash
19057 normalsize
19058 \series default
19059  is inserted behind the formula in TeX-mode.
19060 \end_layout
19061
19062 \begin_layout Standard
19063 \begin_inset Newpage newpage
19064 \end_inset
19065
19066
19067 \end_layout
19068
19069 \begin_layout Standard
19070 Within a formula the size can be changed using the following size commands:
19071 \end_layout
19072
19073 \begin_layout Standard
19074 \noindent
19075 \align center
19076 \begin_inset Tabular
19077 <lyxtabular version="3" rows="5" columns="2">
19078 <features tabularvalignment="middle">
19079 <column alignment="center" valignment="top" width="0">
19080 <column alignment="center" valignment="top" width="0">
19081 <row>
19082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19083 \begin_inset Text
19084
19085 \begin_layout Plain Layout
19086 Command
19087 \end_layout
19088
19089 \end_inset
19090 </cell>
19091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19092 \begin_inset Text
19093
19094 \begin_layout Plain Layout
19095 Result
19096 \begin_inset Note Note
19097 status collapsed
19098
19099 \begin_layout Plain Layout
19100
19101 \series bold
19102
19103 \backslash
19104 raisebox
19105 \series default
19106  is only used as spacer.
19107 \end_layout
19108
19109 \end_inset
19110
19111
19112 \end_layout
19113
19114 \end_inset
19115 </cell>
19116 </row>
19117 <row>
19118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19119 \begin_inset Text
19120
19121 \begin_layout Plain Layout
19122
19123 \backslash
19124 displaystyle
19125 \begin_inset Index idx
19126 status collapsed
19127
19128 \begin_layout Plain Layout
19129 Commands ! D ! 
19130 \backslash
19131 displaystyle
19132 \end_layout
19133
19134 \end_inset
19135
19136
19137 \end_layout
19138
19139 \end_inset
19140 </cell>
19141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19146 \end_inset
19147
19148
19149 \end_layout
19150
19151 \end_inset
19152 </cell>
19153 </row>
19154 <row>
19155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19156 \begin_inset Text
19157
19158 \begin_layout Plain Layout
19159
19160 \backslash
19161 textstyle
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19167 \begin_inset Text
19168
19169 \begin_layout Plain Layout
19170 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19171 \end_inset
19172
19173
19174 \end_layout
19175
19176 \end_inset
19177 </cell>
19178 </row>
19179 <row>
19180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19181 \begin_inset Text
19182
19183 \begin_layout Plain Layout
19184
19185 \backslash
19186 scriptstyle
19187 \end_layout
19188
19189 \end_inset
19190 </cell>
19191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19192 \begin_inset Text
19193
19194 \begin_layout Plain Layout
19195 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19196 \end_inset
19197
19198
19199 \end_layout
19200
19201 \end_inset
19202 </cell>
19203 </row>
19204 <row>
19205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19206 \begin_inset Text
19207
19208 \begin_layout Plain Layout
19209
19210 \backslash
19211 scriptscriptstyle
19212 \end_layout
19213
19214 \end_inset
19215 </cell>
19216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19217 \begin_inset Text
19218
19219 \begin_layout Plain Layout
19220 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19221 \end_inset
19222
19223
19224 \end_layout
19225
19226 \end_inset
19227 </cell>
19228 </row>
19229 </lyxtabular>
19230
19231 \end_inset
19232
19233
19234 \end_layout
19235
19236 \begin_layout Standard
19237 After entering these commands, a blue box appears in which the formula parts
19238  are inserted.
19239 \end_layout
19240
19241 \begin_layout Standard
19242 There is a further method to change the font size, that though only works
19243  for symbols or letters in mathematical text.
19244  To use it, one of the above text size commands is inserted in mathematical
19245  text.
19246  All following characters until the end of the mathematical text or until
19247  another size command will have the selected size.
19248  Two examples:
19249 \begin_inset VSpace -2mm
19250 \end_inset
19251
19252
19253 \end_layout
19254
19255 \begin_layout Standard
19256 \begin_inset ERT
19257 status collapsed
19258
19259 \begin_layout Plain Layout
19260
19261
19262 \backslash
19263 huge 
19264 \end_layout
19265
19266 \end_inset
19267
19268
19269 \begin_inset Formula \[
19270 A=\frac{B}{c}\cdot\maltese\]
19271
19272 \end_inset
19273
19274
19275 \begin_inset Formula \[
19276 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19277
19278 \end_inset
19279
19280
19281 \begin_inset ERT
19282 status collapsed
19283
19284 \begin_layout Plain Layout
19285
19286
19287 \backslash
19288 normalsize 
19289 \end_layout
19290
19291 \end_inset
19292
19293
19294 \end_layout
19295
19296 \begin_layout Standard
19297 \begin_inset VSpace medskip
19298 \end_inset
19299
19300 Before both formulas the command 
19301 \series bold
19302
19303 \backslash
19304 huge
19305 \series default
19306  was inserted.
19307  The command for the second formula is:
19308 \begin_inset Newline newline
19309 \end_inset
19310
19311
19312 \series bold
19313
19314 \backslash
19315 maltese
19316 \begin_inset ERT
19317 status collapsed
19318
19319 \begin_layout Plain Layout
19320
19321
19322 \backslash
19323 spce 
19324 \end_layout
19325
19326 \end_inset
19327
19328 A Alt+M M 
19329 \backslash
19330 Large
19331 \begin_inset ERT
19332 status collapsed
19333
19334 \begin_layout Plain Layout
19335
19336
19337 \backslash
19338 spce 
19339 \end_layout
19340
19341 \end_inset
19342
19343
19344 \backslash
19345 maltese
19346 \begin_inset ERT
19347 status collapsed
19348
19349 \begin_layout Plain Layout
19350
19351
19352 \backslash
19353 spce 
19354 \end_layout
19355
19356 \end_inset
19357
19358
19359 \backslash
19360 textit
19361 \begin_inset ERT
19362 status collapsed
19363
19364 \begin_layout Plain Layout
19365
19366
19367 \backslash
19368 spce 
19369 \end_layout
19370
19371 \end_inset
19372
19373 A
19374 \begin_inset Formula $\to$
19375 \end_inset
19376
19377
19378 \begin_inset Formula $\to$
19379 \end_inset
19380
19381
19382 \begin_inset Newline newline
19383 \end_inset
19384
19385
19386 \begin_inset space \hspace*{}
19387 \length 1cm
19388 \end_inset
19389
19390 Alt+M
19391 \series default
19392  
19393 \series bold
19394
19395 \backslash
19396 tiny
19397 \begin_inset ERT
19398 status collapsed
19399
19400 \begin_layout Plain Layout
19401
19402
19403 \backslash
19404 spce 
19405 \end_layout
19406
19407 \end_inset
19408
19409
19410 \backslash
19411 maltese
19412 \begin_inset ERT
19413 status collapsed
19414
19415 \begin_layout Plain Layout
19416
19417
19418 \backslash
19419 spce 
19420 \end_layout
19421
19422 \end_inset
19423
19424
19425 \backslash
19426 textit
19427 \begin_inset ERT
19428 status collapsed
19429
19430 \begin_layout Plain Layout
19431
19432
19433 \backslash
19434 spce 
19435 \end_layout
19436
19437 \end_inset
19438
19439 A
19440 \end_layout
19441
19442 \begin_layout Standard
19443 If a symbol cannot be displayed in different sizes, it will always be displayed
19444  in the default size.
19445 \end_layout
19446
19447 \begin_layout Standard
19448 \begin_inset Newpage newpage
19449 \end_inset
19450
19451
19452 \end_layout
19453
19454 \begin_layout Section
19455 Greek Letters
19456 \begin_inset Index idx
19457 status collapsed
19458
19459 \begin_layout Plain Layout
19460 Greek letters
19461 \end_layout
19462
19463 \end_inset
19464
19465
19466 \end_layout
19467
19468 \begin_layout Standard
19469 All Greek letters can also be inserted via the toolbar button 
19470 \begin_inset Graphics
19471         filename ../images/math/alpha.png
19472         scale 85
19473
19474 \end_inset
19475
19476 .
19477 \end_layout
19478
19479 \begin_layout Subsection
19480 Small Letters
19481 \begin_inset Index idx
19482 status collapsed
19483
19484 \begin_layout Plain Layout
19485 Greek letters ! small
19486 \end_layout
19487
19488 \end_inset
19489
19490
19491 \end_layout
19492
19493 \begin_layout Standard
19494 \begin_inset space \hfill{}
19495 \end_inset
19496
19497
19498 \begin_inset Tabular
19499 <lyxtabular version="3" rows="11" columns="2">
19500 <features tabularvalignment="middle">
19501 <column alignment="center" valignment="top" width="0pt">
19502 <column alignment="center" valignment="top" width="0pt">
19503 <row>
19504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19505 \begin_inset Text
19506
19507 \begin_layout Plain Layout
19508 Command
19509 \end_layout
19510
19511 \end_inset
19512 </cell>
19513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19514 \begin_inset Text
19515
19516 \begin_layout Plain Layout
19517 Result
19518 \end_layout
19519
19520 \end_inset
19521 </cell>
19522 </row>
19523 <row>
19524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528
19529 \backslash
19530 alpha
19531 \end_layout
19532
19533 \end_inset
19534 </cell>
19535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19536 \begin_inset Text
19537
19538 \begin_layout Plain Layout
19539 \begin_inset Formula $\alpha$
19540 \end_inset
19541
19542
19543 \end_layout
19544
19545 \end_inset
19546 </cell>
19547 </row>
19548 <row>
19549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19550 \begin_inset Text
19551
19552 \begin_layout Plain Layout
19553
19554 \backslash
19555 beta
19556 \end_layout
19557
19558 \end_inset
19559 </cell>
19560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564 \begin_inset Formula $\beta$
19565 \end_inset
19566
19567
19568 \end_layout
19569
19570 \end_inset
19571 </cell>
19572 </row>
19573 <row>
19574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578
19579 \backslash
19580 gamma
19581 \end_layout
19582
19583 \end_inset
19584 </cell>
19585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19586 \begin_inset Text
19587
19588 \begin_layout Plain Layout
19589 \begin_inset Formula $\gamma$
19590 \end_inset
19591
19592
19593 \end_layout
19594
19595 \end_inset
19596 </cell>
19597 </row>
19598 <row>
19599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19600 \begin_inset Text
19601
19602 \begin_layout Plain Layout
19603
19604 \backslash
19605 delta
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614 \begin_inset Formula $\delta$
19615 \end_inset
19616
19617
19618 \end_layout
19619
19620 \end_inset
19621 </cell>
19622 </row>
19623 <row>
19624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Plain Layout
19628
19629 \backslash
19630 epsilon
19631 \end_layout
19632
19633 \end_inset
19634 </cell>
19635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639 \begin_inset Formula $\epsilon$
19640 \end_inset
19641
19642
19643 \end_layout
19644
19645 \end_inset
19646 </cell>
19647 </row>
19648 <row>
19649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19650 \begin_inset Text
19651
19652 \begin_layout Plain Layout
19653
19654 \backslash
19655 varepsilon
19656 \end_layout
19657
19658 \end_inset
19659 </cell>
19660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19661 \begin_inset Text
19662
19663 \begin_layout Plain Layout
19664 \begin_inset Formula $\varepsilon$
19665 \end_inset
19666
19667
19668 \end_layout
19669
19670 \end_inset
19671 </cell>
19672 </row>
19673 <row>
19674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19675 \begin_inset Text
19676
19677 \begin_layout Plain Layout
19678
19679 \backslash
19680 zeta
19681 \end_layout
19682
19683 \end_inset
19684 </cell>
19685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19686 \begin_inset Text
19687
19688 \begin_layout Plain Layout
19689 \begin_inset Formula $\zeta$
19690 \end_inset
19691
19692
19693 \end_layout
19694
19695 \end_inset
19696 </cell>
19697 </row>
19698 <row>
19699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19700 \begin_inset Text
19701
19702 \begin_layout Plain Layout
19703
19704 \backslash
19705 eta
19706 \end_layout
19707
19708 \end_inset
19709 </cell>
19710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19711 \begin_inset Text
19712
19713 \begin_layout Plain Layout
19714 \begin_inset Formula $\eta$
19715 \end_inset
19716
19717
19718 \end_layout
19719
19720 \end_inset
19721 </cell>
19722 </row>
19723 <row>
19724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19725 \begin_inset Text
19726
19727 \begin_layout Plain Layout
19728
19729 \backslash
19730 theta
19731 \end_layout
19732
19733 \end_inset
19734 </cell>
19735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19736 \begin_inset Text
19737
19738 \begin_layout Plain Layout
19739 \begin_inset Formula $\theta$
19740 \end_inset
19741
19742
19743 \end_layout
19744
19745 \end_inset
19746 </cell>
19747 </row>
19748 <row>
19749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19750 \begin_inset Text
19751
19752 \begin_layout Plain Layout
19753
19754 \backslash
19755 vartheta
19756 \end_layout
19757
19758 \end_inset
19759 </cell>
19760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19761 \begin_inset Text
19762
19763 \begin_layout Plain Layout
19764 \begin_inset Formula $\vartheta$
19765 \end_inset
19766
19767
19768 \end_layout
19769
19770 \end_inset
19771 </cell>
19772 </row>
19773 </lyxtabular>
19774
19775 \end_inset
19776
19777
19778 \begin_inset space \hfill{}
19779 \end_inset
19780
19781
19782 \begin_inset Tabular
19783 <lyxtabular version="3" rows="12" columns="2">
19784 <features tabularvalignment="middle">
19785 <column alignment="center" valignment="top" width="0pt">
19786 <column alignment="center" valignment="top" width="0pt">
19787 <row>
19788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19789 \begin_inset Text
19790
19791 \begin_layout Plain Layout
19792 Command
19793 \end_layout
19794
19795 \end_inset
19796 </cell>
19797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19798 \begin_inset Text
19799
19800 \begin_layout Plain Layout
19801 Result
19802 \end_layout
19803
19804 \end_inset
19805 </cell>
19806 </row>
19807 <row>
19808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19809 \begin_inset Text
19810
19811 \begin_layout Plain Layout
19812
19813 \backslash
19814 iota
19815 \end_layout
19816
19817 \end_inset
19818 </cell>
19819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19820 \begin_inset Text
19821
19822 \begin_layout Plain Layout
19823 \begin_inset Formula $\iota$
19824 \end_inset
19825
19826
19827 \end_layout
19828
19829 \end_inset
19830 </cell>
19831 </row>
19832 <row>
19833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19834 \begin_inset Text
19835
19836 \begin_layout Plain Layout
19837
19838 \backslash
19839 kappa
19840 \end_layout
19841
19842 \end_inset
19843 </cell>
19844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19845 \begin_inset Text
19846
19847 \begin_layout Plain Layout
19848 \begin_inset Formula $\kappa$
19849 \end_inset
19850
19851
19852 \end_layout
19853
19854 \end_inset
19855 </cell>
19856 </row>
19857 <row>
19858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19859 \begin_inset Text
19860
19861 \begin_layout Plain Layout
19862
19863 \backslash
19864 varkappa
19865 \end_layout
19866
19867 \end_inset
19868 </cell>
19869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19870 \begin_inset Text
19871
19872 \begin_layout Plain Layout
19873 \begin_inset Formula $\varkappa$
19874 \end_inset
19875
19876
19877 \end_layout
19878
19879 \end_inset
19880 </cell>
19881 </row>
19882 <row>
19883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19884 \begin_inset Text
19885
19886 \begin_layout Plain Layout
19887
19888 \backslash
19889 lambda
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898 \begin_inset Formula $\lambda$
19899 \end_inset
19900
19901
19902 \end_layout
19903
19904 \end_inset
19905 </cell>
19906 </row>
19907 <row>
19908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19909 \begin_inset Text
19910
19911 \begin_layout Plain Layout
19912
19913 \backslash
19914 mu
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19920 \begin_inset Text
19921
19922 \begin_layout Plain Layout
19923 \begin_inset Formula $\mu$
19924 \end_inset
19925
19926
19927 \end_layout
19928
19929 \end_inset
19930 </cell>
19931 </row>
19932 <row>
19933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19934 \begin_inset Text
19935
19936 \begin_layout Plain Layout
19937
19938 \backslash
19939 nu
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19945 \begin_inset Text
19946
19947 \begin_layout Plain Layout
19948 \begin_inset Formula $\nu$
19949 \end_inset
19950
19951
19952 \end_layout
19953
19954 \end_inset
19955 </cell>
19956 </row>
19957 <row>
19958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19959 \begin_inset Text
19960
19961 \begin_layout Plain Layout
19962
19963 \backslash
19964 xi
19965 \end_layout
19966
19967 \end_inset
19968 </cell>
19969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19970 \begin_inset Text
19971
19972 \begin_layout Plain Layout
19973 \begin_inset Formula $\xi$
19974 \end_inset
19975
19976
19977 \end_layout
19978
19979 \end_inset
19980 </cell>
19981 </row>
19982 <row>
19983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19984 \begin_inset Text
19985
19986 \begin_layout Plain Layout
19987 o
19988 \end_layout
19989
19990 \end_inset
19991 </cell>
19992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19993 \begin_inset Text
19994
19995 \begin_layout Plain Layout
19996 \begin_inset Formula $o$
19997 \end_inset
19998
19999
20000 \end_layout
20001
20002 \end_inset
20003 </cell>
20004 </row>
20005 <row>
20006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20007 \begin_inset Text
20008
20009 \begin_layout Plain Layout
20010
20011 \backslash
20012 pi
20013 \end_layout
20014
20015 \end_inset
20016 </cell>
20017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20018 \begin_inset Text
20019
20020 \begin_layout Plain Layout
20021 \begin_inset Formula $\pi$
20022 \end_inset
20023
20024
20025 \end_layout
20026
20027 \end_inset
20028 </cell>
20029 </row>
20030 <row>
20031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20032 \begin_inset Text
20033
20034 \begin_layout Plain Layout
20035
20036 \backslash
20037 varpi
20038 \end_layout
20039
20040 \end_inset
20041 </cell>
20042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20043 \begin_inset Text
20044
20045 \begin_layout Plain Layout
20046 \begin_inset Formula $\varpi$
20047 \end_inset
20048
20049
20050 \end_layout
20051
20052 \end_inset
20053 </cell>
20054 </row>
20055 <row>
20056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20057 \begin_inset Text
20058
20059 \begin_layout Plain Layout
20060
20061 \backslash
20062 rho
20063 \end_layout
20064
20065 \end_inset
20066 </cell>
20067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Plain Layout
20071 \begin_inset Formula $\rho$
20072 \end_inset
20073
20074
20075 \end_layout
20076
20077 \end_inset
20078 </cell>
20079 </row>
20080 </lyxtabular>
20081
20082 \end_inset
20083
20084
20085 \begin_inset space \hfill{}
20086 \end_inset
20087
20088
20089 \begin_inset Tabular
20090 <lyxtabular version="3" rows="11" columns="2">
20091 <features tabularvalignment="middle">
20092 <column alignment="center" valignment="top" width="0pt">
20093 <column alignment="center" valignment="top" width="0pt">
20094 <row>
20095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20096 \begin_inset Text
20097
20098 \begin_layout Plain Layout
20099 Command
20100 \end_layout
20101
20102 \end_inset
20103 </cell>
20104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108 Result
20109 \end_layout
20110
20111 \end_inset
20112 </cell>
20113 </row>
20114 <row>
20115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20116 \begin_inset Text
20117
20118 \begin_layout Plain Layout
20119
20120 \backslash
20121 varrho
20122 \end_layout
20123
20124 \end_inset
20125 </cell>
20126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20127 \begin_inset Text
20128
20129 \begin_layout Plain Layout
20130 \begin_inset Formula $\varrho$
20131 \end_inset
20132
20133
20134 \end_layout
20135
20136 \end_inset
20137 </cell>
20138 </row>
20139 <row>
20140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20141 \begin_inset Text
20142
20143 \begin_layout Plain Layout
20144
20145 \backslash
20146 sigma
20147 \end_layout
20148
20149 \end_inset
20150 </cell>
20151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20152 \begin_inset Text
20153
20154 \begin_layout Plain Layout
20155 \begin_inset Formula $\sigma$
20156 \end_inset
20157
20158
20159 \end_layout
20160
20161 \end_inset
20162 </cell>
20163 </row>
20164 <row>
20165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20166 \begin_inset Text
20167
20168 \begin_layout Plain Layout
20169
20170 \backslash
20171 varsigma
20172 \end_layout
20173
20174 \end_inset
20175 </cell>
20176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20177 \begin_inset Text
20178
20179 \begin_layout Plain Layout
20180 \begin_inset Formula $\varsigma$
20181 \end_inset
20182
20183
20184 \end_layout
20185
20186 \end_inset
20187 </cell>
20188 </row>
20189 <row>
20190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20191 \begin_inset Text
20192
20193 \begin_layout Plain Layout
20194
20195 \backslash
20196 tau
20197 \end_layout
20198
20199 \end_inset
20200 </cell>
20201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20202 \begin_inset Text
20203
20204 \begin_layout Plain Layout
20205 \begin_inset Formula $\tau$
20206 \end_inset
20207
20208
20209 \end_layout
20210
20211 \end_inset
20212 </cell>
20213 </row>
20214 <row>
20215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20216 \begin_inset Text
20217
20218 \begin_layout Plain Layout
20219
20220 \backslash
20221 upsilon
20222 \end_layout
20223
20224 \end_inset
20225 </cell>
20226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20227 \begin_inset Text
20228
20229 \begin_layout Plain Layout
20230 \begin_inset Formula $\upsilon$
20231 \end_inset
20232
20233
20234 \end_layout
20235
20236 \end_inset
20237 </cell>
20238 </row>
20239 <row>
20240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244
20245 \backslash
20246 phi
20247 \end_layout
20248
20249 \end_inset
20250 </cell>
20251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20252 \begin_inset Text
20253
20254 \begin_layout Plain Layout
20255 \begin_inset Formula $\phi$
20256 \end_inset
20257
20258
20259 \end_layout
20260
20261 \end_inset
20262 </cell>
20263 </row>
20264 <row>
20265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20266 \begin_inset Text
20267
20268 \begin_layout Plain Layout
20269
20270 \backslash
20271 varphi
20272 \end_layout
20273
20274 \end_inset
20275 </cell>
20276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20277 \begin_inset Text
20278
20279 \begin_layout Plain Layout
20280 \begin_inset Formula $\varphi$
20281 \end_inset
20282
20283
20284 \end_layout
20285
20286 \end_inset
20287 </cell>
20288 </row>
20289 <row>
20290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20291 \begin_inset Text
20292
20293 \begin_layout Plain Layout
20294
20295 \backslash
20296 chi
20297 \end_layout
20298
20299 \end_inset
20300 </cell>
20301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20302 \begin_inset Text
20303
20304 \begin_layout Plain Layout
20305 \begin_inset Formula $\chi$
20306 \end_inset
20307
20308
20309 \end_layout
20310
20311 \end_inset
20312 </cell>
20313 </row>
20314 <row>
20315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20316 \begin_inset Text
20317
20318 \begin_layout Plain Layout
20319
20320 \backslash
20321 psi
20322 \end_layout
20323
20324 \end_inset
20325 </cell>
20326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20327 \begin_inset Text
20328
20329 \begin_layout Plain Layout
20330 \begin_inset Formula $\psi$
20331 \end_inset
20332
20333
20334 \end_layout
20335
20336 \end_inset
20337 </cell>
20338 </row>
20339 <row>
20340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20341 \begin_inset Text
20342
20343 \begin_layout Plain Layout
20344
20345 \backslash
20346 omega
20347 \end_layout
20348
20349 \end_inset
20350 </cell>
20351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355 \begin_inset Formula $\omega$
20356 \end_inset
20357
20358
20359 \end_layout
20360
20361 \end_inset
20362 </cell>
20363 </row>
20364 </lyxtabular>
20365
20366 \end_inset
20367
20368
20369 \begin_inset space \hfill{}
20370 \end_inset
20371
20372
20373 \end_layout
20374
20375 \begin_layout Standard
20376 \begin_inset VSpace medskip
20377 \end_inset
20378
20379
20380 \end_layout
20381
20382 \begin_layout Standard
20383 How to create upright Greek letters is explained in 
20384 \begin_inset CommandInset ref
20385 LatexCommand ref
20386 reference "sub:Upright-small-Greek"
20387
20388 \end_inset
20389
20390 .
20391 \end_layout
20392
20393 \begin_layout Subsection
20394 Big Letters
20395 \begin_inset Index idx
20396 status collapsed
20397
20398 \begin_layout Plain Layout
20399 Greek letters ! big
20400 \end_layout
20401
20402 \end_inset
20403
20404
20405 \end_layout
20406
20407 \begin_layout Standard
20408 \begin_inset space \hfill{}
20409 \end_inset
20410
20411
20412 \begin_inset Tabular
20413 <lyxtabular version="3" rows="7" columns="2">
20414 <features tabularvalignment="middle">
20415 <column alignment="center" valignment="top" width="0pt">
20416 <column alignment="center" valignment="top" width="0pt">
20417 <row>
20418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20419 \begin_inset Text
20420
20421 \begin_layout Plain Layout
20422 Command
20423 \end_layout
20424
20425 \end_inset
20426 </cell>
20427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20428 \begin_inset Text
20429
20430 \begin_layout Plain Layout
20431 Result
20432 \end_layout
20433
20434 \end_inset
20435 </cell>
20436 </row>
20437 <row>
20438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20439 \begin_inset Text
20440
20441 \begin_layout Plain Layout
20442
20443 \backslash
20444 Gamma
20445 \end_layout
20446
20447 \end_inset
20448 </cell>
20449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20450 \begin_inset Text
20451
20452 \begin_layout Plain Layout
20453 \begin_inset Formula $\Gamma$
20454 \end_inset
20455
20456
20457 \end_layout
20458
20459 \end_inset
20460 </cell>
20461 </row>
20462 <row>
20463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20464 \begin_inset Text
20465
20466 \begin_layout Plain Layout
20467
20468 \backslash
20469 Delta
20470 \end_layout
20471
20472 \end_inset
20473 </cell>
20474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20475 \begin_inset Text
20476
20477 \begin_layout Plain Layout
20478 \begin_inset Formula $\Delta$
20479 \end_inset
20480
20481
20482 \end_layout
20483
20484 \end_inset
20485 </cell>
20486 </row>
20487 <row>
20488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20489 \begin_inset Text
20490
20491 \begin_layout Plain Layout
20492
20493 \backslash
20494 Theta
20495 \end_layout
20496
20497 \end_inset
20498 </cell>
20499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20500 \begin_inset Text
20501
20502 \begin_layout Plain Layout
20503 \begin_inset Formula $\Theta$
20504 \end_inset
20505
20506
20507 \end_layout
20508
20509 \end_inset
20510 </cell>
20511 </row>
20512 <row>
20513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20514 \begin_inset Text
20515
20516 \begin_layout Plain Layout
20517
20518 \backslash
20519 Lambda
20520 \end_layout
20521
20522 \end_inset
20523 </cell>
20524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528 \begin_inset Formula $\Lambda$
20529 \end_inset
20530
20531
20532 \end_layout
20533
20534 \end_inset
20535 </cell>
20536 </row>
20537 <row>
20538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20539 \begin_inset Text
20540
20541 \begin_layout Plain Layout
20542
20543 \backslash
20544 Xi
20545 \end_layout
20546
20547 \end_inset
20548 </cell>
20549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20550 \begin_inset Text
20551
20552 \begin_layout Plain Layout
20553 \begin_inset Formula $\Xi$
20554 \end_inset
20555
20556
20557 \end_layout
20558
20559 \end_inset
20560 </cell>
20561 </row>
20562 <row>
20563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20564 \begin_inset Text
20565
20566 \begin_layout Plain Layout
20567
20568 \backslash
20569 Pi
20570 \end_layout
20571
20572 \end_inset
20573 </cell>
20574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20575 \begin_inset Text
20576
20577 \begin_layout Plain Layout
20578 \begin_inset Formula $\Pi$
20579 \end_inset
20580
20581
20582 \end_layout
20583
20584 \end_inset
20585 </cell>
20586 </row>
20587 </lyxtabular>
20588
20589 \end_inset
20590
20591
20592 \begin_inset space \hfill{}
20593 \end_inset
20594
20595
20596 \begin_inset Tabular
20597 <lyxtabular version="3" rows="6" columns="2">
20598 <features tabularvalignment="middle">
20599 <column alignment="center" valignment="top" width="0pt">
20600 <column alignment="center" valignment="top" width="0pt">
20601 <row>
20602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20603 \begin_inset Text
20604
20605 \begin_layout Plain Layout
20606 Command
20607 \end_layout
20608
20609 \end_inset
20610 </cell>
20611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20612 \begin_inset Text
20613
20614 \begin_layout Plain Layout
20615 Result
20616 \end_layout
20617
20618 \end_inset
20619 </cell>
20620 </row>
20621 <row>
20622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20623 \begin_inset Text
20624
20625 \begin_layout Plain Layout
20626
20627 \backslash
20628 Sigma
20629 \end_layout
20630
20631 \end_inset
20632 </cell>
20633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20634 \begin_inset Text
20635
20636 \begin_layout Plain Layout
20637 \begin_inset Formula $\Sigma$
20638 \end_inset
20639
20640
20641 \end_layout
20642
20643 \end_inset
20644 </cell>
20645 </row>
20646 <row>
20647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20648 \begin_inset Text
20649
20650 \begin_layout Plain Layout
20651
20652 \backslash
20653 Upsilon
20654 \end_layout
20655
20656 \end_inset
20657 </cell>
20658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20659 \begin_inset Text
20660
20661 \begin_layout Plain Layout
20662 \begin_inset Formula $\Upsilon$
20663 \end_inset
20664
20665
20666 \end_layout
20667
20668 \end_inset
20669 </cell>
20670 </row>
20671 <row>
20672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676
20677 \backslash
20678 Phi
20679 \end_layout
20680
20681 \end_inset
20682 </cell>
20683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687 \begin_inset Formula $\Phi$
20688 \end_inset
20689
20690
20691 \end_layout
20692
20693 \end_inset
20694 </cell>
20695 </row>
20696 <row>
20697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20698 \begin_inset Text
20699
20700 \begin_layout Plain Layout
20701
20702 \backslash
20703 Psi
20704 \end_layout
20705
20706 \end_inset
20707 </cell>
20708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20709 \begin_inset Text
20710
20711 \begin_layout Plain Layout
20712 \begin_inset Formula $\Psi$
20713 \end_inset
20714
20715
20716 \end_layout
20717
20718 \end_inset
20719 </cell>
20720 </row>
20721 <row>
20722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726
20727 \backslash
20728 Omega
20729 \end_layout
20730
20731 \end_inset
20732 </cell>
20733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20734 \begin_inset Text
20735
20736 \begin_layout Plain Layout
20737 \begin_inset Formula $\Omega$
20738 \end_inset
20739
20740
20741 \end_layout
20742
20743 \end_inset
20744 </cell>
20745 </row>
20746 </lyxtabular>
20747
20748 \end_inset
20749
20750
20751 \begin_inset space \hfill{}
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \begin_layout Standard
20758 \begin_inset VSpace medskip
20759 \end_inset
20760
20761 That the big Greek letters appear upright is caused by a design bug when
20762  TeX was developed.
20763  To get correct italic big letters, begin every command with 
20764 \series bold
20765 var
20766 \series default
20767 .
20768  For example the command 
20769 \series bold
20770
20771 \backslash
20772 varGamma
20773 \series default
20774  produces: 
20775 \begin_inset Formula $\varGamma$
20776 \end_inset
20777
20778
20779 \end_layout
20780
20781 \begin_layout Subsection
20782 Bold Letters
20783 \begin_inset Index idx
20784 status collapsed
20785
20786 \begin_layout Plain Layout
20787 Greek letters ! bold
20788 \end_layout
20789
20790 \end_inset
20791
20792
20793 \end_layout
20794
20795 \begin_layout Standard
20796 Greek letters cannot be set with different font styles like Latin letters.
20797  They can only be made bold with the command 
20798 \series bold
20799
20800 \backslash
20801 boldsymbol
20802 \series default
20803
20804 \begin_inset Index idx
20805 status collapsed
20806
20807 \begin_layout Plain Layout
20808 Commands ! B ! 
20809 \backslash
20810 boldsymbol
20811 \end_layout
20812
20813 \end_inset
20814
20815 .
20816 \end_layout
20817
20818 \begin_layout Standard
20819 \align center
20820 \begin_inset Tabular
20821 <lyxtabular version="3" rows="3" columns="2">
20822 <features tabularvalignment="middle">
20823 <column alignment="center" valignment="top" width="0">
20824 <column alignment="center" valignment="top" width="0">
20825 <row>
20826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20827 \begin_inset Text
20828
20829 \begin_layout Plain Layout
20830 Command
20831 \end_layout
20832
20833 \end_inset
20834 </cell>
20835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20836 \begin_inset Text
20837
20838 \begin_layout Plain Layout
20839 Result
20840 \end_layout
20841
20842 \end_inset
20843 </cell>
20844 </row>
20845 <row>
20846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20847 \begin_inset Text
20848
20849 \begin_layout Plain Layout
20850
20851 \backslash
20852 Upsilon
20853 \backslash
20854 boldsymbol
20855 \backslash
20856 Upsilon
20857 \end_layout
20858
20859 \end_inset
20860 </cell>
20861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20862 \begin_inset Text
20863
20864 \begin_layout Plain Layout
20865 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20866 \end_inset
20867
20868
20869 \end_layout
20870
20871 \end_inset
20872 </cell>
20873 </row>
20874 <row>
20875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20876 \begin_inset Text
20877
20878 \begin_layout Plain Layout
20879
20880 \backslash
20881 theta
20882 \backslash
20883 boldsymbol
20884 \backslash
20885 theta
20886 \end_layout
20887
20888 \end_inset
20889 </cell>
20890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20891 \begin_inset Text
20892
20893 \begin_layout Plain Layout
20894 \begin_inset Formula $\theta\boldsymbol{\theta}$
20895 \end_inset
20896
20897
20898 \end_layout
20899
20900 \end_inset
20901 </cell>
20902 </row>
20903 </lyxtabular>
20904
20905 \end_inset
20906
20907
20908 \end_layout
20909
20910 \begin_layout Section
20911 Symbols
20912 \begin_inset ERT
20913 status collapsed
20914
20915 \begin_layout Plain Layout
20916
20917
20918 \backslash
20919 texorpdfstring{
20920 \end_layout
20921
20922 \end_inset
20923
20924
20925 \begin_inset Foot
20926 status collapsed
20927
20928 \begin_layout Plain Layout
20929 A list with all symbols of most of the LaTeX-packages can be found in 
20930 \begin_inset CommandInset citation
20931 LatexCommand cite
20932 key "Symbols"
20933
20934 \end_inset
20935
20936 .
20937 \end_layout
20938
20939 \end_inset
20940
20941
20942 \begin_inset ERT
20943 status collapsed
20944
20945 \begin_layout Plain Layout
20946
20947 }{}
20948 \end_layout
20949
20950 \end_inset
20951
20952
20953 \begin_inset Note Note
20954 status collapsed
20955
20956 \begin_layout Plain Layout
20957
20958 \backslash
20959 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
20960 \end_layout
20961
20962 \begin_layout Plain Layout
20963 More about 
20964 \backslash
20965 texorpdfstring is in section 
20966 \begin_inset CommandInset ref
20967 LatexCommand ref
20968 reference "sub:Formulas-in-Section"
20969
20970 \end_inset
20971
20972 .
20973 \end_layout
20974
20975 \end_inset
20976
20977
20978 \begin_inset Index idx
20979 status collapsed
20980
20981 \begin_layout Plain Layout
20982 Symbols
20983 \end_layout
20984
20985 \end_inset
20986
20987
20988 \end_layout
20989
20990 \begin_layout Standard
20991 Many of the symbols listed in this section can also be inserted via the
20992  toolbar buttons 
20993 \begin_inset Graphics
20994         filename ../images/math/nabla.png
20995         scale 85
20996
20997 \end_inset
20998
20999  and 
21000 \begin_inset Graphics
21001         filename ../images/math/digamma.png
21002         scale 85
21003
21004 \end_inset
21005
21006 .
21007 \end_layout
21008
21009 \begin_layout Subsection
21010 Mathematical Symbols
21011 \begin_inset CommandInset label
21012 LatexCommand label
21013 name "sub:Mathematical-Symbols"
21014
21015 \end_inset
21016
21017
21018 \begin_inset Index idx
21019 status collapsed
21020
21021 \begin_layout Plain Layout
21022 Symbols ! mathematical
21023 \end_layout
21024
21025 \end_inset
21026
21027
21028 \end_layout
21029
21030 \begin_layout Standard
21031 \begin_inset space \hfill{}
21032 \end_inset
21033
21034
21035 \begin_inset Tabular
21036 <lyxtabular version="3" rows="10" columns="2">
21037 <features tabularvalignment="middle">
21038 <column alignment="center" valignment="top" width="0pt">
21039 <column alignment="center" valignment="top" width="0pt">
21040 <row>
21041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21042 \begin_inset Text
21043
21044 \begin_layout Plain Layout
21045 Command
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054 Result
21055 \end_layout
21056
21057 \end_inset
21058 </cell>
21059 </row>
21060 <row>
21061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065
21066 \backslash
21067 neg
21068 \end_layout
21069
21070 \end_inset
21071 </cell>
21072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076 \begin_inset Formula $\neg$
21077 \end_inset
21078
21079
21080 \end_layout
21081
21082 \end_inset
21083 </cell>
21084 </row>
21085 <row>
21086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21087 \begin_inset Text
21088
21089 \begin_layout Plain Layout
21090
21091 \backslash
21092 Im
21093 \end_layout
21094
21095 \end_inset
21096 </cell>
21097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21098 \begin_inset Text
21099
21100 \begin_layout Plain Layout
21101 \begin_inset Formula $\Im$
21102 \end_inset
21103
21104
21105 \end_layout
21106
21107 \end_inset
21108 </cell>
21109 </row>
21110 <row>
21111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21112 \begin_inset Text
21113
21114 \begin_layout Plain Layout
21115
21116 \backslash
21117 Re
21118 \end_layout
21119
21120 \end_inset
21121 </cell>
21122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21123 \begin_inset Text
21124
21125 \begin_layout Plain Layout
21126 \begin_inset Formula $\Re$
21127 \end_inset
21128
21129
21130 \end_layout
21131
21132 \end_inset
21133 </cell>
21134 </row>
21135 <row>
21136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21137 \begin_inset Text
21138
21139 \begin_layout Plain Layout
21140
21141 \backslash
21142 aleph
21143 \end_layout
21144
21145 \end_inset
21146 </cell>
21147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21148 \begin_inset Text
21149
21150 \begin_layout Plain Layout
21151 \begin_inset Formula $\aleph$
21152 \end_inset
21153
21154
21155 \end_layout
21156
21157 \end_inset
21158 </cell>
21159 </row>
21160 <row>
21161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21162 \begin_inset Text
21163
21164 \begin_layout Plain Layout
21165
21166 \backslash
21167 partial
21168 \end_layout
21169
21170 \end_inset
21171 </cell>
21172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176 \begin_inset Formula $\partial$
21177 \end_inset
21178
21179
21180 \end_layout
21181
21182 \end_inset
21183 </cell>
21184 </row>
21185 <row>
21186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21187 \begin_inset Text
21188
21189 \begin_layout Plain Layout
21190
21191 \backslash
21192 infty
21193 \end_layout
21194
21195 \end_inset
21196 </cell>
21197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21198 \begin_inset Text
21199
21200 \begin_layout Plain Layout
21201 \begin_inset Formula $\infty$
21202 \end_inset
21203
21204
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 </row>
21210 <row>
21211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21212 \begin_inset Text
21213
21214 \begin_layout Plain Layout
21215
21216 \backslash
21217 wp
21218 \end_layout
21219
21220 \end_inset
21221 </cell>
21222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226 \begin_inset Formula $\wp$
21227 \end_inset
21228
21229
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 </row>
21235 <row>
21236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21237 \begin_inset Text
21238
21239 \begin_layout Plain Layout
21240
21241 \backslash
21242 imath
21243 \end_layout
21244
21245 \end_inset
21246 </cell>
21247 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21248 \begin_inset Text
21249
21250 \begin_layout Plain Layout
21251 \begin_inset Formula $\imath$
21252 \end_inset
21253
21254
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 </row>
21260 <row>
21261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21262 \begin_inset Text
21263
21264 \begin_layout Plain Layout
21265
21266 \backslash
21267 jmath
21268 \end_layout
21269
21270 \end_inset
21271 </cell>
21272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21273 \begin_inset Text
21274
21275 \begin_layout Plain Layout
21276 \begin_inset Formula $\jmath$
21277 \end_inset
21278
21279
21280 \end_layout
21281
21282 \end_inset
21283 </cell>
21284 </row>
21285 </lyxtabular>
21286
21287 \end_inset
21288
21289
21290 \begin_inset space \hfill{}
21291 \end_inset
21292
21293
21294 \begin_inset Tabular
21295 <lyxtabular version="3" rows="10" columns="2">
21296 <features tabularvalignment="middle">
21297 <column alignment="center" valignment="top" width="0pt">
21298 <column alignment="center" valignment="top" width="0pt">
21299 <row>
21300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21301 \begin_inset Text
21302
21303 \begin_layout Plain Layout
21304 Command
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313 Result
21314 \begin_inset Note Note
21315 status collapsed
21316
21317 \begin_layout Plain Layout
21318
21319 \series bold
21320
21321 \backslash
21322 raisebox
21323 \series default
21324  is only used as spacer.
21325 \end_layout
21326
21327 \end_inset
21328
21329
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 </row>
21335 <row>
21336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21337 \begin_inset Text
21338
21339 \begin_layout Plain Layout
21340
21341 \backslash
21342 forall
21343 \end_layout
21344
21345 \end_inset
21346 </cell>
21347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21348 \begin_inset Text
21349
21350 \begin_layout Plain Layout
21351 \begin_inset Formula $\forall$
21352 \end_inset
21353
21354
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 </row>
21360 <row>
21361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21362 \begin_inset Text
21363
21364 \begin_layout Plain Layout
21365
21366 \backslash
21367 exists
21368 \end_layout
21369
21370 \end_inset
21371 </cell>
21372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21373 \begin_inset Text
21374
21375 \begin_layout Plain Layout
21376 \begin_inset Formula $\exists$
21377 \end_inset
21378
21379
21380 \end_layout
21381
21382 \end_inset
21383 </cell>
21384 </row>
21385 <row>
21386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21387 \begin_inset Text
21388
21389 \begin_layout Plain Layout
21390
21391 \backslash
21392 nexists
21393 \end_layout
21394
21395 \end_inset
21396 </cell>
21397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21398 \begin_inset Text
21399
21400 \begin_layout Plain Layout
21401 \begin_inset Formula $\nexists$
21402 \end_inset
21403
21404
21405 \end_layout
21406
21407 \end_inset
21408 </cell>
21409 </row>
21410 <row>
21411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21412 \begin_inset Text
21413
21414 \begin_layout Plain Layout
21415
21416 \backslash
21417 emptyset
21418 \end_layout
21419
21420 \end_inset
21421 </cell>
21422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21423 \begin_inset Text
21424
21425 \begin_layout Plain Layout
21426 \begin_inset Formula $\emptyset$
21427 \end_inset
21428
21429
21430 \end_layout
21431
21432 \end_inset
21433 </cell>
21434 </row>
21435 <row>
21436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21437 \begin_inset Text
21438
21439 \begin_layout Plain Layout
21440
21441 \backslash
21442 varnothing
21443 \end_layout
21444
21445 \end_inset
21446 </cell>
21447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21448 \begin_inset Text
21449
21450 \begin_layout Plain Layout
21451 \begin_inset Formula $\varnothing$
21452 \end_inset
21453
21454
21455 \end_layout
21456
21457 \end_inset
21458 </cell>
21459 </row>
21460 <row>
21461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21462 \begin_inset Text
21463
21464 \begin_layout Plain Layout
21465
21466 \backslash
21467 dag
21468 \end_layout
21469
21470 \end_inset
21471 </cell>
21472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21473 \begin_inset Text
21474
21475 \begin_layout Plain Layout
21476 \begin_inset Formula $\dag$
21477 \end_inset
21478
21479
21480 \end_layout
21481
21482 \end_inset
21483 </cell>
21484 </row>
21485 <row>
21486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21487 \begin_inset Text
21488
21489 \begin_layout Plain Layout
21490
21491 \backslash
21492 ddag
21493 \end_layout
21494
21495 \end_inset
21496 </cell>
21497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21498 \begin_inset Text
21499
21500 \begin_layout Plain Layout
21501 \begin_inset Formula $\ddag$
21502 \end_inset
21503
21504
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 </row>
21510 <row>
21511 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21512 \begin_inset Text
21513
21514 \begin_layout Plain Layout
21515
21516 \backslash
21517 complement
21518 \end_layout
21519
21520 \end_inset
21521 </cell>
21522 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21523 \begin_inset Text
21524
21525 \begin_layout Plain Layout
21526 \begin_inset ERT
21527 status collapsed
21528
21529 \begin_layout Plain Layout
21530
21531
21532 \backslash
21533 raisebox{-0.8mm}{
21534 \end_layout
21535
21536 \end_inset
21537
21538
21539 \begin_inset Formula $\complement$
21540 \end_inset
21541
21542
21543 \begin_inset ERT
21544 status collapsed
21545
21546 \begin_layout Plain Layout
21547
21548 }
21549 \end_layout
21550
21551 \end_inset
21552
21553
21554 \end_layout
21555
21556 \end_inset
21557 </cell>
21558 </row>
21559 <row>
21560 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21561 \begin_inset Text
21562
21563 \begin_layout Plain Layout
21564
21565 \backslash
21566 Bbbk
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21572 \begin_inset Text
21573
21574 \begin_layout Plain Layout
21575 \begin_inset Formula $\Bbbk$
21576 \end_inset
21577
21578
21579 \end_layout
21580
21581 \end_inset
21582 </cell>
21583 </row>
21584 </lyxtabular>
21585
21586 \end_inset
21587
21588
21589 \begin_inset space \hfill{}
21590 \end_inset
21591
21592
21593 \begin_inset Tabular
21594 <lyxtabular version="3" rows="10" columns="2">
21595 <features tabularvalignment="middle">
21596 <column alignment="center" valignment="top" width="0pt">
21597 <column alignment="center" valignment="top" width="0pt">
21598 <row>
21599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21600 \begin_inset Text
21601
21602 \begin_layout Plain Layout
21603 Command
21604 \end_layout
21605
21606 \end_inset
21607 </cell>
21608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21609 \begin_inset Text
21610
21611 \begin_layout Plain Layout
21612 Result
21613 \end_layout
21614
21615 \end_inset
21616 </cell>
21617 </row>
21618 <row>
21619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623
21624 \backslash
21625 prime
21626 \end_layout
21627
21628 \end_inset
21629 </cell>
21630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21631 \begin_inset Text
21632
21633 \begin_layout Plain Layout
21634 \begin_inset Formula $\prime$
21635 \end_inset
21636
21637
21638 \end_layout
21639
21640 \end_inset
21641 </cell>
21642 </row>
21643 <row>
21644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648
21649 \backslash
21650 backprime
21651 \end_layout
21652
21653 \end_inset
21654 </cell>
21655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21656 \begin_inset Text
21657
21658 \begin_layout Plain Layout
21659 \begin_inset Formula $\backprime$
21660 \end_inset
21661
21662
21663 \end_layout
21664
21665 \end_inset
21666 </cell>
21667 </row>
21668 <row>
21669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21670 \begin_inset Text
21671
21672 \begin_layout Plain Layout
21673
21674 \backslash
21675 mho
21676 \end_layout
21677
21678 \end_inset
21679 </cell>
21680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21681 \begin_inset Text
21682
21683 \begin_layout Plain Layout
21684 \begin_inset Formula $\mho$
21685 \end_inset
21686
21687
21688 \end_layout
21689
21690 \end_inset
21691 </cell>
21692 </row>
21693 <row>
21694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21695 \begin_inset Text
21696
21697 \begin_layout Plain Layout
21698
21699 \backslash
21700 triangle
21701 \end_layout
21702
21703 \end_inset
21704 </cell>
21705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21706 \begin_inset Text
21707
21708 \begin_layout Plain Layout
21709 \begin_inset Formula $\triangle$
21710 \end_inset
21711
21712
21713 \end_layout
21714
21715 \end_inset
21716 </cell>
21717 </row>
21718 <row>
21719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723
21724 \backslash
21725 angle
21726 \end_layout
21727
21728 \end_inset
21729 </cell>
21730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21731 \begin_inset Text
21732
21733 \begin_layout Plain Layout
21734 \begin_inset Formula $\angle$
21735 \end_inset
21736
21737
21738 \end_layout
21739
21740 \end_inset
21741 </cell>
21742 </row>
21743 <row>
21744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21745 \begin_inset Text
21746
21747 \begin_layout Plain Layout
21748
21749 \backslash
21750 measuredangle
21751 \end_layout
21752
21753 \end_inset
21754 </cell>
21755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21756 \begin_inset Text
21757
21758 \begin_layout Plain Layout
21759 \begin_inset Formula $\measuredangle$
21760 \end_inset
21761
21762
21763 \end_layout
21764
21765 \end_inset
21766 </cell>
21767 </row>
21768 <row>
21769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21770 \begin_inset Text
21771
21772 \begin_layout Plain Layout
21773
21774 \backslash
21775 sphericalangle
21776 \end_layout
21777
21778 \end_inset
21779 </cell>
21780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784 \begin_inset Formula $\sphericalangle$
21785 \end_inset
21786
21787
21788 \end_layout
21789
21790 \end_inset
21791 </cell>
21792 </row>
21793 <row>
21794 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21795 \begin_inset Text
21796
21797 \begin_layout Plain Layout
21798
21799 \backslash
21800 top
21801 \end_layout
21802
21803 \end_inset
21804 </cell>
21805 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809 \begin_inset Formula $\top$
21810 \end_inset
21811
21812
21813 \end_layout
21814
21815 \end_inset
21816 </cell>
21817 </row>
21818 <row>
21819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21820 \begin_inset Text
21821
21822 \begin_layout Plain Layout
21823
21824 \backslash
21825 bot
21826 \end_layout
21827
21828 \end_inset
21829 </cell>
21830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21831 \begin_inset Text
21832
21833 \begin_layout Plain Layout
21834 \begin_inset Formula $\bot$
21835 \end_inset
21836
21837
21838 \end_layout
21839
21840 \end_inset
21841 </cell>
21842 </row>
21843 </lyxtabular>
21844
21845 \end_inset
21846
21847
21848 \begin_inset space \hfill{}
21849 \end_inset
21850
21851
21852 \end_layout
21853
21854 \begin_layout Subsection
21855 Miscellaneous Symbols
21856 \begin_inset CommandInset label
21857 LatexCommand label
21858 name "sub:Miscellaneous-Symbols"
21859
21860 \end_inset
21861
21862
21863 \begin_inset Index idx
21864 status collapsed
21865
21866 \begin_layout Plain Layout
21867 Symbols ! miscellaneous
21868 \end_layout
21869
21870 \end_inset
21871
21872
21873 \end_layout
21874
21875 \begin_layout Standard
21876 \noindent
21877 \align center
21878 \begin_inset Tabular
21879 <lyxtabular version="3" rows="10" columns="2">
21880 <features tabularvalignment="middle">
21881 <column alignment="center" valignment="top" width="0pt">
21882 <column alignment="center" valignment="top" width="0pt">
21883 <row>
21884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888 Command
21889 \end_layout
21890
21891 \end_inset
21892 </cell>
21893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21894 \begin_inset Text
21895
21896 \begin_layout Plain Layout
21897 Result
21898 \end_layout
21899
21900 \end_inset
21901 </cell>
21902 </row>
21903 <row>
21904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21905 \begin_inset Text
21906
21907 \begin_layout Plain Layout
21908
21909 \backslash
21910 flat
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21916 \begin_inset Text
21917
21918 \begin_layout Plain Layout
21919 \begin_inset Formula $\flat$
21920 \end_inset
21921
21922
21923 \end_layout
21924
21925 \end_inset
21926 </cell>
21927 </row>
21928 <row>
21929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21930 \begin_inset Text
21931
21932 \begin_layout Plain Layout
21933
21934 \backslash
21935 natural
21936 \end_layout
21937
21938 \end_inset
21939 </cell>
21940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21941 \begin_inset Text
21942
21943 \begin_layout Plain Layout
21944 \begin_inset Formula $\natural$
21945 \end_inset
21946
21947
21948 \end_layout
21949
21950 \end_inset
21951 </cell>
21952 </row>
21953 <row>
21954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21955 \begin_inset Text
21956
21957 \begin_layout Plain Layout
21958
21959 \backslash
21960 sharp
21961 \end_layout
21962
21963 \end_inset
21964 </cell>
21965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21966 \begin_inset Text
21967
21968 \begin_layout Plain Layout
21969 \begin_inset Formula $\sharp$
21970 \end_inset
21971
21972
21973 \end_layout
21974
21975 \end_inset
21976 </cell>
21977 </row>
21978 <row>
21979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21980 \begin_inset Text
21981
21982 \begin_layout Plain Layout
21983
21984 \backslash
21985 surd
21986 \end_layout
21987
21988 \end_inset
21989 </cell>
21990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21991 \begin_inset Text
21992
21993 \begin_layout Plain Layout
21994 \begin_inset Formula $\surd$
21995 \end_inset
21996
21997
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 </row>
22003 <row>
22004 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22005 \begin_inset Text
22006
22007 \begin_layout Plain Layout
22008
22009 \backslash
22010 checkmark
22011 \end_layout
22012
22013 \end_inset
22014 </cell>
22015 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22016 \begin_inset Text
22017
22018 \begin_layout Plain Layout
22019 \begin_inset Formula $\checkmark$
22020 \end_inset
22021
22022
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 </row>
22028 <row>
22029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22030 \begin_inset Text
22031
22032 \begin_layout Plain Layout
22033
22034 \backslash
22035 yen
22036 \end_layout
22037
22038 \end_inset
22039 </cell>
22040 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22041 \begin_inset Text
22042
22043 \begin_layout Plain Layout
22044 \begin_inset Formula $\yen$
22045 \end_inset
22046
22047
22048 \end_layout
22049
22050 \end_inset
22051 </cell>
22052 </row>
22053 <row>
22054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22055 \begin_inset Text
22056
22057 \begin_layout Plain Layout
22058
22059 \backslash
22060 pounds
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22066 \begin_inset Text
22067
22068 \begin_layout Plain Layout
22069 \begin_inset Formula $\pounds$
22070 \end_inset
22071
22072
22073 \end_layout
22074
22075 \end_inset
22076 </cell>
22077 </row>
22078 <row>
22079 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22080 \begin_inset Text
22081
22082 \begin_layout Plain Layout
22083 $
22084 \end_layout
22085
22086 \end_inset
22087 </cell>
22088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22089 \begin_inset Text
22090
22091 \begin_layout Plain Layout
22092 \begin_inset Formula $\$$
22093 \end_inset
22094
22095
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 </row>
22101 <row>
22102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106 §
22107 \end_layout
22108
22109 \end_inset
22110 </cell>
22111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22112 \begin_inset Text
22113
22114 \begin_layout Plain Layout
22115 \begin_inset Formula $§$
22116 \end_inset
22117
22118
22119 \end_layout
22120
22121 \end_inset
22122 </cell>
22123 </row>
22124 </lyxtabular>
22125
22126 \end_inset
22127
22128
22129 \begin_inset Tabular
22130 <lyxtabular version="3" rows="10" columns="2">
22131 <features tabularvalignment="middle">
22132 <column alignment="center" valignment="top" width="0">
22133 <column alignment="center" valignment="top" width="0">
22134 <row>
22135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22136 \begin_inset Text
22137
22138 \begin_layout Plain Layout
22139 Command
22140 \end_layout
22141
22142 \end_inset
22143 </cell>
22144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148 Result
22149 \end_layout
22150
22151 \end_inset
22152 </cell>
22153 </row>
22154 <row>
22155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22156 \begin_inset Text
22157
22158 \begin_layout Plain Layout
22159
22160 \backslash
22161 hbar
22162 \end_layout
22163
22164 \end_inset
22165 </cell>
22166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22167 \begin_inset Text
22168
22169 \begin_layout Plain Layout
22170 \begin_inset Formula $\hbar$
22171 \end_inset
22172
22173
22174 \end_layout
22175
22176 \end_inset
22177 </cell>
22178 </row>
22179 <row>
22180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22181 \begin_inset Text
22182
22183 \begin_layout Plain Layout
22184
22185 \backslash
22186 hslash
22187 \end_layout
22188
22189 \end_inset
22190 </cell>
22191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22192 \begin_inset Text
22193
22194 \begin_layout Plain Layout
22195 \begin_inset Formula $\hslash$
22196 \end_inset
22197
22198
22199 \end_layout
22200
22201 \end_inset
22202 </cell>
22203 </row>
22204 <row>
22205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22206 \begin_inset Text
22207
22208 \begin_layout Plain Layout
22209
22210 \backslash
22211 clubsuit
22212 \end_layout
22213
22214 \end_inset
22215 </cell>
22216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22217 \begin_inset Text
22218
22219 \begin_layout Plain Layout
22220 \begin_inset Formula $\clubsuit$
22221 \end_inset
22222
22223
22224 \end_layout
22225
22226 \end_inset
22227 </cell>
22228 </row>
22229 <row>
22230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22231 \begin_inset Text
22232
22233 \begin_layout Plain Layout
22234
22235 \backslash
22236 spadesuit
22237 \end_layout
22238
22239 \end_inset
22240 </cell>
22241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22242 \begin_inset Text
22243
22244 \begin_layout Plain Layout
22245 \begin_inset Formula $\spadesuit$
22246 \end_inset
22247
22248
22249 \end_layout
22250
22251 \end_inset
22252 </cell>
22253 </row>
22254 <row>
22255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22256 \begin_inset Text
22257
22258 \begin_layout Plain Layout
22259
22260 \backslash
22261 bigstar
22262 \end_layout
22263
22264 \end_inset
22265 </cell>
22266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22267 \begin_inset Text
22268
22269 \begin_layout Plain Layout
22270 \begin_inset Formula $\bigstar$
22271 \end_inset
22272
22273
22274 \end_layout
22275
22276 \end_inset
22277 </cell>
22278 </row>
22279 <row>
22280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22281 \begin_inset Text
22282
22283 \begin_layout Plain Layout
22284
22285 \backslash
22286 blacklozenge
22287 \end_layout
22288
22289 \end_inset
22290 </cell>
22291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22292 \begin_inset Text
22293
22294 \begin_layout Plain Layout
22295 \begin_inset Formula $\blacklozenge$
22296 \end_inset
22297
22298
22299 \end_layout
22300
22301 \end_inset
22302 </cell>
22303 </row>
22304 <row>
22305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22306 \begin_inset Text
22307
22308 \begin_layout Plain Layout
22309
22310 \backslash
22311 blacktriangle
22312 \end_layout
22313
22314 \end_inset
22315 </cell>
22316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22317 \begin_inset Text
22318
22319 \begin_layout Plain Layout
22320 \begin_inset Formula $\blacktriangle$
22321 \end_inset
22322
22323
22324 \end_layout
22325
22326 \end_inset
22327 </cell>
22328 </row>
22329 <row>
22330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22331 \begin_inset Text
22332
22333 \begin_layout Plain Layout
22334
22335 \backslash
22336 blacktiangledown
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22342 \begin_inset Text
22343
22344 \begin_layout Plain Layout
22345 \begin_inset Formula $\blacktriangledown$
22346 \end_inset
22347
22348
22349 \end_layout
22350
22351 \end_inset
22352 </cell>
22353 </row>
22354 <row>
22355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22356 \begin_inset Text
22357
22358 \begin_layout Plain Layout
22359
22360 \backslash
22361 bullet
22362 \end_layout
22363
22364 \end_inset
22365 </cell>
22366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22367 \begin_inset Text
22368
22369 \begin_layout Plain Layout
22370 \begin_inset Formula $\bullet$
22371 \end_inset
22372
22373
22374 \end_layout
22375
22376 \end_inset
22377 </cell>
22378 </row>
22379 </lyxtabular>
22380
22381 \end_inset
22382
22383
22384 \begin_inset Tabular
22385 <lyxtabular version="3" rows="10" columns="2">
22386 <features tabularvalignment="middle">
22387 <column alignment="center" valignment="top" width="0pt">
22388 <column alignment="center" valignment="top" width="0pt">
22389 <row>
22390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22391 \begin_inset Text
22392
22393 \begin_layout Plain Layout
22394 Command
22395 \end_layout
22396
22397 \end_inset
22398 </cell>
22399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22400 \begin_inset Text
22401
22402 \begin_layout Plain Layout
22403 Result
22404 \end_layout
22405
22406 \end_inset
22407 </cell>
22408 </row>
22409 <row>
22410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22411 \begin_inset Text
22412
22413 \begin_layout Plain Layout
22414
22415 \backslash
22416 diamondsuit
22417 \end_layout
22418
22419 \end_inset
22420 </cell>
22421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22422 \begin_inset Text
22423
22424 \begin_layout Plain Layout
22425 \begin_inset Formula $\diamondsuit$
22426 \end_inset
22427
22428
22429 \end_layout
22430
22431 \end_inset
22432 </cell>
22433 </row>
22434 <row>
22435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22436 \begin_inset Text
22437
22438 \begin_layout Plain Layout
22439
22440 \backslash
22441 Diamond
22442 \end_layout
22443
22444 \end_inset
22445 </cell>
22446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22447 \begin_inset Text
22448
22449 \begin_layout Plain Layout
22450 \begin_inset Formula $\Diamond$
22451 \end_inset
22452
22453
22454 \end_layout
22455
22456 \end_inset
22457 </cell>
22458 </row>
22459 <row>
22460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22461 \begin_inset Text
22462
22463 \begin_layout Plain Layout
22464
22465 \backslash
22466 heartsuit
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475 \begin_inset Formula $\heartsuit$
22476 \end_inset
22477
22478
22479 \end_layout
22480
22481 \end_inset
22482 </cell>
22483 </row>
22484 <row>
22485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22486 \begin_inset Text
22487
22488 \begin_layout Plain Layout
22489
22490 \backslash
22491 P
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500 \begin_inset Formula $\P$
22501 \end_inset
22502
22503
22504 \end_layout
22505
22506 \end_inset
22507 </cell>
22508 </row>
22509 <row>
22510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22511 \begin_inset Text
22512
22513 \begin_layout Plain Layout
22514
22515 \backslash
22516 copyright
22517 \end_layout
22518
22519 \end_inset
22520 </cell>
22521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22522 \begin_inset Text
22523
22524 \begin_layout Plain Layout
22525 \begin_inset Formula $\copyright$
22526 \end_inset
22527
22528
22529 \end_layout
22530
22531 \end_inset
22532 </cell>
22533 </row>
22534 <row>
22535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539
22540 \backslash
22541 circledR
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550 \begin_inset Formula $\circledR$
22551 \end_inset
22552
22553
22554 \end_layout
22555
22556 \end_inset
22557 </cell>
22558 </row>
22559 <row>
22560 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22561 \begin_inset Text
22562
22563 \begin_layout Plain Layout
22564
22565 \backslash
22566 maltese
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575 \begin_inset Formula $\maltese$
22576 \end_inset
22577
22578
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 </row>
22584 <row>
22585 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589
22590 \backslash
22591 diagup
22592 \end_layout
22593
22594 \end_inset
22595 </cell>
22596 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600 \begin_inset Formula $\diagup$
22601 \end_inset
22602
22603
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 </row>
22609 <row>
22610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614
22615 \backslash
22616 diagdown
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625 \begin_inset Formula $\diagdown$
22626 \end_inset
22627
22628
22629 \end_layout
22630
22631 \end_inset
22632 </cell>
22633 </row>
22634 </lyxtabular>
22635
22636 \end_inset
22637
22638
22639 \end_layout
22640
22641 \begin_layout Standard
22642 \begin_inset VSpace medskip
22643 \end_inset
22644
22645 More symbols are listed in 
22646 \begin_inset CommandInset ref
22647 LatexCommand ref
22648 reference "sub:Miscellaneous-special-Characters"
22649
22650 \end_inset
22651
22652 .
22653 \end_layout
22654
22655 \begin_layout Standard
22656 Some symbols can be displayed in different sizes, see 
22657 \begin_inset CommandInset ref
22658 LatexCommand ref
22659 reference "sub:Font-Sizes"
22660
22661 \end_inset
22662
22663 .
22664 \end_layout
22665
22666 \begin_layout Subsection
22667 The Euro-Symbol €
22668 \begin_inset Index idx
22669 status collapsed
22670
22671 \begin_layout Plain Layout
22672 Symbols ! Euro-symbol
22673 \end_layout
22674
22675 \end_inset
22676
22677
22678 \begin_inset Index idx
22679 status collapsed
22680
22681 \begin_layout Plain Layout
22682
22683 \backslash
22684 @
22685 \begin_inset ERT
22686 status collapsed
22687
22688 \begin_layout Plain Layout
22689
22690
22691 \backslash
22692 officialeuro
22693 \end_layout
22694
22695 \end_inset
22696
22697
22698 \end_layout
22699
22700 \end_inset
22701
22702
22703 \end_layout
22704
22705 \begin_layout Standard
22706 To use the Euro symbol in formulas, the LaTeX-package 
22707 \series bold
22708 eurosym
22709 \series default
22710
22711 \begin_inset Index idx
22712 status collapsed
22713
22714 \begin_layout Plain Layout
22715 Packages ! eurosym
22716 \end_layout
22717
22718 \end_inset
22719
22720  must be installed and loaded with the LaTeX-preamble line
22721 \end_layout
22722
22723 \begin_layout Standard
22724
22725 \series bold
22726
22727 \backslash
22728 usepackage[gennarrow]{eurosym}
22729 \end_layout
22730
22731 \begin_layout Standard
22732 The Euro symbol can now be inserted with the command 
22733 \series bold
22734
22735 \backslash
22736 euro
22737 \series default
22738
22739 \begin_inset Index idx
22740 status collapsed
22741
22742 \begin_layout Plain Layout
22743 Commands ! E ! 
22744 \backslash
22745 euro
22746 \end_layout
22747
22748 \end_inset
22749
22750 .
22751 \end_layout
22752
22753 \begin_layout Standard
22754 The Euro symbol can directly be inserted with the € key in mathematical
22755  text, without having 
22756 \series bold
22757 eurosym
22758 \series default
22759  installed.
22760  When 
22761 \series bold
22762 eurosym
22763 \series default
22764  is installed, 
22765 \series bold
22766
22767 \backslash
22768 euro
22769 \series default
22770  can also be inserted in TeX-mode.
22771  The official currency symbol can then be inserted with the command 
22772 \series bold
22773
22774 \backslash
22775 officialeuro
22776 \series default
22777
22778 \begin_inset Index idx
22779 status collapsed
22780
22781 \begin_layout Plain Layout
22782 Commands ! O ! 
22783 \backslash
22784 officialeuro
22785 \end_layout
22786
22787 \end_inset
22788
22789 , that is only available in TeX-mode.
22790 \end_layout
22791
22792 \begin_layout Standard
22793 \begin_inset ERT
22794 status collapsed
22795
22796 \begin_layout Plain Layout
22797
22798
22799 \backslash
22800 ifeurosym 
22801 \end_layout
22802
22803 \end_inset
22804
22805
22806 \begin_inset Note Note
22807 status open
22808
22809 \begin_layout Plain Layout
22810 The following table will only be displayed when the LaTeX-package 
22811 \series bold
22812 eurosym
22813 \series default
22814  is installed.
22815 \end_layout
22816
22817 \end_inset
22818
22819
22820 \end_layout
22821
22822 \begin_layout Standard
22823 An overview about the different Euro symbols:
22824 \end_layout
22825
22826 \begin_layout Standard
22827 \align center
22828 \begin_inset Tabular
22829 <lyxtabular version="3" rows="4" columns="3">
22830 <features tabularvalignment="middle">
22831 <column alignment="center" valignment="top" width="0pt">
22832 <column alignment="center" valignment="top" width="0pt">
22833 <column alignment="center" valignment="top" width="0pt">
22834 <row>
22835 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22836 \begin_inset Text
22837
22838 \begin_layout Plain Layout
22839
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848 Command 
22849 \end_layout
22850
22851 \end_inset
22852 </cell>
22853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22854 \begin_inset Text
22855
22856 \begin_layout Plain Layout
22857 Result
22858 \end_layout
22859
22860 \end_inset
22861 </cell>
22862 </row>
22863 <row>
22864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22865 \begin_inset Text
22866
22867 \begin_layout Plain Layout
22868 formula
22869 \end_layout
22870
22871 \end_inset
22872 </cell>
22873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22874 \begin_inset Text
22875
22876 \begin_layout Plain Layout
22877
22878 \backslash
22879 euro
22880 \end_layout
22881
22882 \end_inset
22883 </cell>
22884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22885 \begin_inset Text
22886
22887 \begin_layout Plain Layout
22888 \begin_inset Formula $\euro$
22889 \end_inset
22890
22891
22892 \end_layout
22893
22894 \end_inset
22895 </cell>
22896 </row>
22897 <row>
22898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22899 \begin_inset Text
22900
22901 \begin_layout Plain Layout
22902 mathematical text
22903 \end_layout
22904
22905 \end_inset
22906 </cell>
22907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22908 \begin_inset Text
22909
22910 \begin_layout Plain Layout
22911
22912 \end_layout
22913
22914 \end_inset
22915 </cell>
22916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22917 \begin_inset Text
22918
22919 \begin_layout Plain Layout
22920 \begin_inset Formula $\mbox{€}$
22921 \end_inset
22922
22923
22924 \end_layout
22925
22926 \end_inset
22927 </cell>
22928 </row>
22929 <row>
22930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22931 \begin_inset Text
22932
22933 \begin_layout Plain Layout
22934 TeX-mode
22935 \end_layout
22936
22937 \end_inset
22938 </cell>
22939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22940 \begin_inset Text
22941
22942 \begin_layout Plain Layout
22943
22944 \backslash
22945 officialeuro
22946 \end_layout
22947
22948 \end_inset
22949 </cell>
22950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22951 \begin_inset Text
22952
22953 \begin_layout Plain Layout
22954 \begin_inset ERT
22955 status collapsed
22956
22957 \begin_layout Plain Layout
22958
22959
22960 \backslash
22961 officialeuro
22962 \end_layout
22963
22964 \end_inset
22965
22966
22967 \end_layout
22968
22969 \end_inset
22970 </cell>
22971 </row>
22972 </lyxtabular>
22973
22974 \end_inset
22975
22976
22977 \end_layout
22978
22979 \begin_layout Standard
22980 \begin_inset ERT
22981 status collapsed
22982
22983 \begin_layout Plain Layout
22984
22985
22986 \backslash
22987 else 
22988 \end_layout
22989
22990 \end_inset
22991
22992
22993 \begin_inset Note Note
22994 status open
22995
22996 \begin_layout Plain Layout
22997 The following will be displayed when the LaTeX-package 
22998 \series bold
22999 eurosym
23000 \series default
23001  is not installed:
23002 \end_layout
23003
23004 \end_inset
23005
23006
23007 \end_layout
23008
23009 \begin_layout Standard
23010 You need to install the LaTeX-package 
23011 \series bold
23012 eurosym
23013 \series default
23014  to see the rest of this subsection in the output.
23015 \end_layout
23016
23017 \begin_layout Standard
23018 \begin_inset ERT
23019 status collapsed
23020
23021 \begin_layout Plain Layout
23022
23023
23024 \backslash
23025 fi 
23026 \end_layout
23027
23028 \end_inset
23029
23030
23031 \end_layout
23032
23033 \begin_layout Section
23034 Relations
23035 \begin_inset CommandInset label
23036 LatexCommand label
23037 name "sec:Relations"
23038
23039 \end_inset
23040
23041
23042 \begin_inset Index idx
23043 status collapsed
23044
23045 \begin_layout Plain Layout
23046 Relations
23047 \end_layout
23048
23049 \end_inset
23050
23051
23052 \begin_inset Index idx
23053 status collapsed
23054
23055 \begin_layout Plain Layout
23056 Comparisons|see
23057 \begin_inset ERT
23058 status collapsed
23059
23060 \begin_layout Plain Layout
23061
23062 {
23063 \end_layout
23064
23065 \end_inset
23066
23067 Relations
23068 \begin_inset ERT
23069 status collapsed
23070
23071 \begin_layout Plain Layout
23072
23073 }
23074 \end_layout
23075
23076 \end_inset
23077
23078
23079 \end_layout
23080
23081 \end_inset
23082
23083
23084 \end_layout
23085
23086 \begin_layout Standard
23087 All relations can also be inserted via the toolbar button 
23088 \begin_inset Graphics
23089         filename ../images/math/leq.png
23090         scale 85
23091
23092 \end_inset
23093
23094 .
23095 \end_layout
23096
23097 \begin_layout Standard
23098 \begin_inset space \hfill{}
23099 \end_inset
23100
23101
23102 \begin_inset Tabular
23103 <lyxtabular version="3" rows="17" columns="2">
23104 <features tabularvalignment="middle">
23105 <column alignment="center" valignment="top" width="0pt">
23106 <column alignment="center" valignment="top" width="0pt">
23107 <row>
23108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112 Command
23113 \end_layout
23114
23115 \end_inset
23116 </cell>
23117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121 Result
23122 \end_layout
23123
23124 \end_inset
23125 </cell>
23126 </row>
23127 <row>
23128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23129 \begin_inset Text
23130
23131 \begin_layout Plain Layout
23132 <
23133 \end_layout
23134
23135 \end_inset
23136 </cell>
23137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23138 \begin_inset Text
23139
23140 \begin_layout Plain Layout
23141 \begin_inset Formula $<$
23142 \end_inset
23143
23144
23145 \end_layout
23146
23147 \end_inset
23148 </cell>
23149 </row>
23150 <row>
23151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23152 \begin_inset Text
23153
23154 \begin_layout Plain Layout
23155
23156 \backslash
23157 le
23158 \end_layout
23159
23160 \end_inset
23161 </cell>
23162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23163 \begin_inset Text
23164
23165 \begin_layout Plain Layout
23166 \begin_inset Formula $\le$
23167 \end_inset
23168
23169
23170 \end_layout
23171
23172 \end_inset
23173 </cell>
23174 </row>
23175 <row>
23176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180
23181 \backslash
23182 ll
23183 \end_layout
23184
23185 \end_inset
23186 </cell>
23187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23188 \begin_inset Text
23189
23190 \begin_layout Plain Layout
23191 \begin_inset Formula $\ll$
23192 \end_inset
23193
23194
23195 \end_layout
23196
23197 \end_inset
23198 </cell>
23199 </row>
23200 <row>
23201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23202 \begin_inset Text
23203
23204 \begin_layout Plain Layout
23205
23206 \backslash
23207 prec
23208 \end_layout
23209
23210 \end_inset
23211 </cell>
23212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23213 \begin_inset Text
23214
23215 \begin_layout Plain Layout
23216 \begin_inset Formula $\prec$
23217 \end_inset
23218
23219
23220 \end_layout
23221
23222 \end_inset
23223 </cell>
23224 </row>
23225 <row>
23226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23227 \begin_inset Text
23228
23229 \begin_layout Plain Layout
23230
23231 \backslash
23232 preceq
23233 \end_layout
23234
23235 \end_inset
23236 </cell>
23237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23238 \begin_inset Text
23239
23240 \begin_layout Plain Layout
23241 \begin_inset Formula $\preceq$
23242 \end_inset
23243
23244
23245 \end_layout
23246
23247 \end_inset
23248 </cell>
23249 </row>
23250 <row>
23251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23252 \begin_inset Text
23253
23254 \begin_layout Plain Layout
23255
23256 \backslash
23257 subset
23258 \end_layout
23259
23260 \end_inset
23261 </cell>
23262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23263 \begin_inset Text
23264
23265 \begin_layout Plain Layout
23266 \begin_inset Formula $\subset$
23267 \end_inset
23268
23269
23270 \end_layout
23271
23272 \end_inset
23273 </cell>
23274 </row>
23275 <row>
23276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23277 \begin_inset Text
23278
23279 \begin_layout Plain Layout
23280
23281 \backslash
23282 subseteq
23283 \end_layout
23284
23285 \end_inset
23286 </cell>
23287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23288 \begin_inset Text
23289
23290 \begin_layout Plain Layout
23291 \begin_inset Formula $\subseteq$
23292 \end_inset
23293
23294
23295 \end_layout
23296
23297 \end_inset
23298 </cell>
23299 </row>
23300 <row>
23301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23302 \begin_inset Text
23303
23304 \begin_layout Plain Layout
23305
23306 \backslash
23307 sqsubseteq
23308 \end_layout
23309
23310 \end_inset
23311 </cell>
23312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23313 \begin_inset Text
23314
23315 \begin_layout Plain Layout
23316 \begin_inset Formula $\sqsubseteq$
23317 \end_inset
23318
23319
23320 \end_layout
23321
23322 \end_inset
23323 </cell>
23324 </row>
23325 <row>
23326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23327 \begin_inset Text
23328
23329 \begin_layout Plain Layout
23330
23331 \backslash
23332 in
23333 \end_layout
23334
23335 \end_inset
23336 </cell>
23337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341 \begin_inset Formula $\in$
23342 \end_inset
23343
23344
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 </row>
23350 <row>
23351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355
23356 \backslash
23357 vdash
23358 \end_layout
23359
23360 \end_inset
23361 </cell>
23362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23363 \begin_inset Text
23364
23365 \begin_layout Plain Layout
23366 \begin_inset Formula $\vdash$
23367 \end_inset
23368
23369
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 </row>
23375 <row>
23376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380
23381 \backslash
23382 smile
23383 \end_layout
23384
23385 \end_inset
23386 </cell>
23387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391 \begin_inset Formula $\smile$
23392 \end_inset
23393
23394
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 </row>
23400 <row>
23401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405
23406 \backslash
23407 lhd
23408 \end_layout
23409
23410 \end_inset
23411 </cell>
23412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416 \begin_inset Formula $\lhd$
23417 \end_inset
23418
23419
23420 \end_layout
23421
23422 \end_inset
23423 </cell>
23424 </row>
23425 <row>
23426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23427 \begin_inset Text
23428
23429 \begin_layout Plain Layout
23430
23431 \backslash
23432 unlhd
23433 \end_layout
23434
23435 \end_inset
23436 </cell>
23437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23438 \begin_inset Text
23439
23440 \begin_layout Plain Layout
23441 \begin_inset Formula $\unlhd$
23442 \end_inset
23443
23444
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 </row>
23450 <row>
23451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23452 \begin_inset Text
23453
23454 \begin_layout Plain Layout
23455
23456 \backslash
23457 gtrless
23458 \end_layout
23459
23460 \end_inset
23461 </cell>
23462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23463 \begin_inset Text
23464
23465 \begin_layout Plain Layout
23466 \begin_inset Formula $\gtrless$
23467 \end_inset
23468
23469
23470 \end_layout
23471
23472 \end_inset
23473 </cell>
23474 </row>
23475 <row>
23476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480
23481 \backslash
23482 mid
23483 \end_layout
23484
23485 \end_inset
23486 </cell>
23487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491 \begin_inset Formula $\mid$
23492 \end_inset
23493
23494
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 </row>
23500 <row>
23501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23502 \begin_inset Text
23503
23504 \begin_layout Plain Layout
23505
23506 \backslash
23507 nmid
23508 \end_layout
23509
23510 \end_inset
23511 </cell>
23512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23513 \begin_inset Text
23514
23515 \begin_layout Plain Layout
23516 \begin_inset Formula $\nmid$
23517 \end_inset
23518
23519
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 </row>
23525 </lyxtabular>
23526
23527 \end_inset
23528
23529
23530 \begin_inset space \hfill{}
23531 \end_inset
23532
23533
23534 \begin_inset Tabular
23535 <lyxtabular version="3" rows="17" columns="2">
23536 <features tabularvalignment="middle">
23537 <column alignment="center" valignment="top" width="0pt">
23538 <column alignment="center" valignment="top" width="0pt">
23539 <row>
23540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544 Command
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553 Result
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 </row>
23559 <row>
23560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564 =
23565 \end_layout
23566
23567 \end_inset
23568 </cell>
23569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573 \begin_inset Formula $=$
23574 \end_inset
23575
23576
23577 \end_layout
23578
23579 \end_inset
23580 </cell>
23581 </row>
23582 <row>
23583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23584 \begin_inset Text
23585
23586 \begin_layout Plain Layout
23587
23588 \backslash
23589 not=
23590 \end_layout
23591
23592 \end_inset
23593 </cell>
23594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23595 \begin_inset Text
23596
23597 \begin_layout Plain Layout
23598 \begin_inset Formula $\not=$
23599 \end_inset
23600
23601
23602 \end_layout
23603
23604 \end_inset
23605 </cell>
23606 </row>
23607 <row>
23608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23609 \begin_inset Text
23610
23611 \begin_layout Plain Layout
23612
23613 \backslash
23614 equiv
23615 \end_layout
23616
23617 \end_inset
23618 </cell>
23619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23620 \begin_inset Text
23621
23622 \begin_layout Plain Layout
23623 \begin_inset Formula $\equiv$
23624 \end_inset
23625
23626
23627 \end_layout
23628
23629 \end_inset
23630 </cell>
23631 </row>
23632 <row>
23633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23634 \begin_inset Text
23635
23636 \begin_layout Plain Layout
23637
23638 \backslash
23639 sim
23640 \end_layout
23641
23642 \end_inset
23643 </cell>
23644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23645 \begin_inset Text
23646
23647 \begin_layout Plain Layout
23648 \begin_inset Formula $\sim$
23649 \end_inset
23650
23651
23652 \end_layout
23653
23654 \end_inset
23655 </cell>
23656 </row>
23657 <row>
23658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23659 \begin_inset Text
23660
23661 \begin_layout Plain Layout
23662
23663 \backslash
23664 simeq
23665 \end_layout
23666
23667 \end_inset
23668 </cell>
23669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23670 \begin_inset Text
23671
23672 \begin_layout Plain Layout
23673 \begin_inset Formula $\simeq$
23674 \end_inset
23675
23676
23677 \end_layout
23678
23679 \end_inset
23680 </cell>
23681 </row>
23682 <row>
23683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23684 \begin_inset Text
23685
23686 \begin_layout Plain Layout
23687
23688 \backslash
23689 approx
23690 \end_layout
23691
23692 \end_inset
23693 </cell>
23694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23695 \begin_inset Text
23696
23697 \begin_layout Plain Layout
23698 \begin_inset Formula $\approx$
23699 \end_inset
23700
23701
23702 \end_layout
23703
23704 \end_inset
23705 </cell>
23706 </row>
23707 <row>
23708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712
23713 \backslash
23714 cong
23715 \end_layout
23716
23717 \end_inset
23718 </cell>
23719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23720 \begin_inset Text
23721
23722 \begin_layout Plain Layout
23723 \begin_inset Formula $\cong$
23724 \end_inset
23725
23726
23727 \end_layout
23728
23729 \end_inset
23730 </cell>
23731 </row>
23732 <row>
23733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23734 \begin_inset Text
23735
23736 \begin_layout Plain Layout
23737
23738 \backslash
23739 bowtie
23740 \end_layout
23741
23742 \end_inset
23743 </cell>
23744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23745 \begin_inset Text
23746
23747 \begin_layout Plain Layout
23748 \begin_inset Formula $\bowtie$
23749 \end_inset
23750
23751
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 </row>
23757 <row>
23758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762
23763 \backslash
23764 notin
23765 \end_layout
23766
23767 \end_inset
23768 </cell>
23769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23770 \begin_inset Text
23771
23772 \begin_layout Plain Layout
23773 \begin_inset Formula $\notin$
23774 \end_inset
23775
23776
23777 \end_layout
23778
23779 \end_inset
23780 </cell>
23781 </row>
23782 <row>
23783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23784 \begin_inset Text
23785
23786 \begin_layout Plain Layout
23787
23788 \backslash
23789 perp
23790 \end_layout
23791
23792 \end_inset
23793 </cell>
23794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798 \begin_inset Formula $\perp$
23799 \end_inset
23800
23801
23802 \end_layout
23803
23804 \end_inset
23805 </cell>
23806 </row>
23807 <row>
23808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23809 \begin_inset Text
23810
23811 \begin_layout Plain Layout
23812
23813 \backslash
23814 propto
23815 \end_layout
23816
23817 \end_inset
23818 </cell>
23819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23820 \begin_inset Text
23821
23822 \begin_layout Plain Layout
23823 \begin_inset Formula $\propto$
23824 \end_inset
23825
23826
23827 \end_layout
23828
23829 \end_inset
23830 </cell>
23831 </row>
23832 <row>
23833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837
23838 \backslash
23839 asymp
23840 \end_layout
23841
23842 \end_inset
23843 </cell>
23844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23845 \begin_inset Text
23846
23847 \begin_layout Plain Layout
23848 \begin_inset Formula $\asymp$
23849 \end_inset
23850
23851
23852 \end_layout
23853
23854 \end_inset
23855 </cell>
23856 </row>
23857 <row>
23858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23859 \begin_inset Text
23860
23861 \begin_layout Plain Layout
23862
23863 \backslash
23864 doteq
23865 \end_layout
23866
23867 \end_inset
23868 </cell>
23869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23870 \begin_inset Text
23871
23872 \begin_layout Plain Layout
23873 \begin_inset Formula $\doteq$
23874 \end_inset
23875
23876
23877 \end_layout
23878
23879 \end_inset
23880 </cell>
23881 </row>
23882 <row>
23883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23884 \begin_inset Text
23885
23886 \begin_layout Plain Layout
23887
23888 \backslash
23889 circeq
23890 \end_layout
23891
23892 \end_inset
23893 </cell>
23894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23895 \begin_inset Text
23896
23897 \begin_layout Plain Layout
23898 \begin_inset Formula $\circeq$
23899 \end_inset
23900
23901
23902 \end_layout
23903
23904 \end_inset
23905 </cell>
23906 </row>
23907 <row>
23908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23909 \begin_inset Text
23910
23911 \begin_layout Plain Layout
23912
23913 \backslash
23914 models
23915 \end_layout
23916
23917 \end_inset
23918 </cell>
23919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23920 \begin_inset Text
23921
23922 \begin_layout Plain Layout
23923 \begin_inset Formula $\models$
23924 \end_inset
23925
23926
23927 \end_layout
23928
23929 \end_inset
23930 </cell>
23931 </row>
23932 <row>
23933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23934 \begin_inset Text
23935
23936 \begin_layout Plain Layout
23937
23938 \backslash
23939 widehat=
23940 \end_layout
23941
23942 \end_inset
23943 </cell>
23944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948 \begin_inset Formula $\widehat{=}$
23949 \end_inset
23950
23951
23952 \end_layout
23953
23954 \end_inset
23955 </cell>
23956 </row>
23957 </lyxtabular>
23958
23959 \end_inset
23960
23961
23962 \begin_inset space \hfill{}
23963 \end_inset
23964
23965
23966 \begin_inset Tabular
23967 <lyxtabular version="3" rows="17" columns="2">
23968 <features tabularvalignment="middle">
23969 <column alignment="center" valignment="top" width="0pt">
23970 <column alignment="center" valignment="top" width="0pt">
23971 <row>
23972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23973 \begin_inset Text
23974
23975 \begin_layout Plain Layout
23976 Command
23977 \end_layout
23978
23979 \end_inset
23980 </cell>
23981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23982 \begin_inset Text
23983
23984 \begin_layout Plain Layout
23985 Result
23986 \end_layout
23987
23988 \end_inset
23989 </cell>
23990 </row>
23991 <row>
23992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23993 \begin_inset Text
23994
23995 \begin_layout Plain Layout
23996 >
23997 \end_layout
23998
23999 \end_inset
24000 </cell>
24001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Plain Layout
24005 \begin_inset Formula $>$
24006 \end_inset
24007
24008
24009 \end_layout
24010
24011 \end_inset
24012 </cell>
24013 </row>
24014 <row>
24015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019
24020 \backslash
24021 ge
24022 \end_layout
24023
24024 \end_inset
24025 </cell>
24026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030 \begin_inset Formula $\ge$
24031 \end_inset
24032
24033
24034 \end_layout
24035
24036 \end_inset
24037 </cell>
24038 </row>
24039 <row>
24040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Plain Layout
24044
24045 \backslash
24046 gg
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055 \begin_inset Formula $\gg$
24056 \end_inset
24057
24058
24059 \end_layout
24060
24061 \end_inset
24062 </cell>
24063 </row>
24064 <row>
24065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24066 \begin_inset Text
24067
24068 \begin_layout Plain Layout
24069
24070 \backslash
24071 succ
24072 \end_layout
24073
24074 \end_inset
24075 </cell>
24076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24077 \begin_inset Text
24078
24079 \begin_layout Plain Layout
24080 \begin_inset Formula $\succ$
24081 \end_inset
24082
24083
24084 \end_layout
24085
24086 \end_inset
24087 </cell>
24088 </row>
24089 <row>
24090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24091 \begin_inset Text
24092
24093 \begin_layout Plain Layout
24094
24095 \backslash
24096 succeq
24097 \end_layout
24098
24099 \end_inset
24100 </cell>
24101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24102 \begin_inset Text
24103
24104 \begin_layout Plain Layout
24105 \begin_inset Formula $\succeq$
24106 \end_inset
24107
24108
24109 \end_layout
24110
24111 \end_inset
24112 </cell>
24113 </row>
24114 <row>
24115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Plain Layout
24119
24120 \backslash
24121 supset
24122 \end_layout
24123
24124 \end_inset
24125 </cell>
24126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24127 \begin_inset Text
24128
24129 \begin_layout Plain Layout
24130 \begin_inset Formula $\supset$
24131 \end_inset
24132
24133
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 </row>
24139 <row>
24140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24141 \begin_inset Text
24142
24143 \begin_layout Plain Layout
24144
24145 \backslash
24146 supseteq
24147 \end_layout
24148
24149 \end_inset
24150 </cell>
24151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24152 \begin_inset Text
24153
24154 \begin_layout Plain Layout
24155 \begin_inset Formula $\supseteq$
24156 \end_inset
24157
24158
24159 \end_layout
24160
24161 \end_inset
24162 </cell>
24163 </row>
24164 <row>
24165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169
24170 \backslash
24171 sqsupseteq
24172 \end_layout
24173
24174 \end_inset
24175 </cell>
24176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24177 \begin_inset Text
24178
24179 \begin_layout Plain Layout
24180 \begin_inset Formula $\sqsupseteq$
24181 \end_inset
24182
24183
24184 \end_layout
24185
24186 \end_inset
24187 </cell>
24188 </row>
24189 <row>
24190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24191 \begin_inset Text
24192
24193 \begin_layout Plain Layout
24194
24195 \backslash
24196 ni
24197 \end_layout
24198
24199 \end_inset
24200 </cell>
24201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24202 \begin_inset Text
24203
24204 \begin_layout Plain Layout
24205 \begin_inset Formula $\ni$
24206 \end_inset
24207
24208
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 </row>
24214 <row>
24215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219
24220 \backslash
24221 dashv
24222 \end_layout
24223
24224 \end_inset
24225 </cell>
24226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24227 \begin_inset Text
24228
24229 \begin_layout Plain Layout
24230 \begin_inset Formula $\dashv$
24231 \end_inset
24232
24233
24234 \end_layout
24235
24236 \end_inset
24237 </cell>
24238 </row>
24239 <row>
24240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24241 \begin_inset Text
24242
24243 \begin_layout Plain Layout
24244
24245 \backslash
24246 frown
24247 \end_layout
24248
24249 \end_inset
24250 </cell>
24251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24252 \begin_inset Text
24253
24254 \begin_layout Plain Layout
24255 \begin_inset Formula $\frown$
24256 \end_inset
24257
24258
24259 \end_layout
24260
24261 \end_inset
24262 </cell>
24263 </row>
24264 <row>
24265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24266 \begin_inset Text
24267
24268 \begin_layout Plain Layout
24269
24270 \backslash
24271 rhd
24272 \end_layout
24273
24274 \end_inset
24275 </cell>
24276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24277 \begin_inset Text
24278
24279 \begin_layout Plain Layout
24280 \begin_inset Formula $\rhd$
24281 \end_inset
24282
24283
24284 \end_layout
24285
24286 \end_inset
24287 </cell>
24288 </row>
24289 <row>
24290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24291 \begin_inset Text
24292
24293 \begin_layout Plain Layout
24294
24295 \backslash
24296 unrhd
24297 \end_layout
24298
24299 \end_inset
24300 </cell>
24301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24302 \begin_inset Text
24303
24304 \begin_layout Plain Layout
24305 \begin_inset Formula $\unrhd$
24306 \end_inset
24307
24308
24309 \end_layout
24310
24311 \end_inset
24312 </cell>
24313 </row>
24314 <row>
24315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24316 \begin_inset Text
24317
24318 \begin_layout Plain Layout
24319
24320 \backslash
24321 lessgtr
24322 \end_layout
24323
24324 \end_inset
24325 </cell>
24326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24327 \begin_inset Text
24328
24329 \begin_layout Plain Layout
24330 \begin_inset Formula $\lessgtr$
24331 \end_inset
24332
24333
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 </row>
24339 <row>
24340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344
24345 \backslash
24346 parallel
24347 \end_layout
24348
24349 \end_inset
24350 </cell>
24351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24352 \begin_inset Text
24353
24354 \begin_layout Plain Layout
24355 \begin_inset Formula $\parallel$
24356 \end_inset
24357
24358
24359 \end_layout
24360
24361 \end_inset
24362 </cell>
24363 </row>
24364 <row>
24365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24366 \begin_inset Text
24367
24368 \begin_layout Plain Layout
24369
24370 \backslash
24371 nparallel
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380 \begin_inset Formula $\nparallel$
24381 \end_inset
24382
24383
24384 \end_layout
24385
24386 \end_inset
24387 </cell>
24388 </row>
24389 </lyxtabular>
24390
24391 \end_inset
24392
24393
24394 \begin_inset space \hfill{}
24395 \end_inset
24396
24397
24398 \end_layout
24399
24400 \begin_layout Standard
24401 \begin_inset VSpace medskip
24402 \end_inset
24403
24404 The characters 
24405 \series bold
24406
24407 \backslash
24408 lhd
24409 \series default
24410  and 
24411 \series bold
24412
24413 \backslash
24414 rhd
24415 \series default
24416  are bigger than the equal looking operators 
24417 \series bold
24418
24419 \backslash
24420 triangleleft
24421 \series default
24422  and 
24423 \series bold
24424
24425 \backslash
24426 triangleright
24427 \series default
24428 , respectively.
24429 \end_layout
24430
24431 \begin_layout Standard
24432 Relations are, in contrary to symbols, always surrounded by space.
24433 \end_layout
24434
24435 \begin_layout Standard
24436 Relations with labels can be created with the command 
24437 \series bold
24438
24439 \backslash
24440 stackrel
24441 \series default
24442
24443 \begin_inset Index idx
24444 status collapsed
24445
24446 \begin_layout Plain Layout
24447 Commands ! S ! 
24448 \backslash
24449 stackrel
24450 \end_layout
24451
24452 \end_inset
24453
24454 :
24455 \end_layout
24456
24457 \begin_layout Standard
24458 \align center
24459 \begin_inset Tabular
24460 <lyxtabular version="3" rows="2" columns="2">
24461 <features tabularvalignment="middle">
24462 <column alignment="center" valignment="top" width="0">
24463 <column alignment="center" valignment="top" width="0">
24464 <row>
24465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24466 \begin_inset Text
24467
24468 \begin_layout Plain Layout
24469 Command
24470 \end_layout
24471
24472 \end_inset
24473 </cell>
24474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24475 \begin_inset Text
24476
24477 \begin_layout Plain Layout
24478 Result
24479 \begin_inset Note Note
24480 status collapsed
24481
24482 \begin_layout Plain Layout
24483
24484 \series bold
24485
24486 \backslash
24487 raisebox
24488 \series default
24489  is only used as spacer.
24490 \end_layout
24491
24492 \end_inset
24493
24494
24495 \end_layout
24496
24497 \end_inset
24498 </cell>
24499 </row>
24500 <row>
24501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24502 \begin_inset Text
24503
24504 \begin_layout Plain Layout
24505 A(r)
24506 \backslash
24507 stackrel
24508 \begin_inset ERT
24509 status collapsed
24510
24511 \begin_layout Plain Layout
24512
24513
24514 \backslash
24515 spce 
24516 \end_layout
24517
24518 \end_inset
24519
24520 r
24521 \backslash
24522 to
24523 \backslash
24524 infty
24525 \begin_inset ERT
24526 status collapsed
24527
24528 \begin_layout Plain Layout
24529
24530
24531 \backslash
24532 spce 
24533 \end_layout
24534
24535 \end_inset
24536
24537
24538 \begin_inset Formula $\downarrow$
24539 \end_inset
24540
24541
24542 \backslash
24543 approx
24544 \begin_inset ERT
24545 status collapsed
24546
24547 \begin_layout Plain Layout
24548
24549
24550 \backslash
24551 spce 
24552 \end_layout
24553
24554 \end_inset
24555
24556
24557 \begin_inset ERT
24558 status collapsed
24559
24560 \begin_layout Plain Layout
24561
24562
24563 \backslash
24564 spce 
24565 \end_layout
24566
24567 \end_inset
24568
24569 B
24570 \end_layout
24571
24572 \end_inset
24573 </cell>
24574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24575 \begin_inset Text
24576
24577 \begin_layout Plain Layout
24578 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24579 \end_inset
24580
24581
24582 \end_layout
24583
24584 \end_inset
24585 </cell>
24586 </row>
24587 </lyxtabular>
24588
24589 \end_inset
24590
24591
24592 \end_layout
24593
24594 \begin_layout Section
24595 Functions
24596 \end_layout
24597
24598 \begin_layout Subsection
24599 Predefined Functions
24600 \begin_inset CommandInset label
24601 LatexCommand label
24602 name "sub:Predefined-Functions"
24603
24604 \end_inset
24605
24606
24607 \begin_inset Index idx
24608 status collapsed
24609
24610 \begin_layout Plain Layout
24611 Functions ! predefined
24612 \end_layout
24613
24614 \end_inset
24615
24616
24617 \end_layout
24618
24619 \begin_layout Standard
24620 In general, variables are set 
24621 \emph on
24622 italic
24623 \emph default
24624  in mathematical expressions, but not function names, because 
24625 \begin_inset Formula $sin$
24626 \end_inset
24627
24628  could be misunderstood as 
24629 \begin_inset Formula $s\cdot i\cdot n$
24630 \end_inset
24631
24632 .
24633  Therefore there are predefined functions, that are additionally a bit separated
24634  from prefactors.
24635  They are inserted as commands starting with a backslash before their name.
24636 \end_layout
24637
24638 \begin_layout Standard
24639 \align center
24640 \begin_inset Tabular
24641 <lyxtabular version="3" rows="2" columns="4">
24642 <features tabularvalignment="middle">
24643 <column alignment="center" valignment="top" width="0pt">
24644 <column alignment="center" valignment="top" width="0pt">
24645 <column alignment="center" valignment="top" width="0pt">
24646 <column alignment="center" valignment="top" width="0pt">
24647 <row>
24648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24649 \begin_inset Text
24650
24651 \begin_layout Plain Layout
24652 Command
24653 \end_layout
24654
24655 \end_inset
24656 </cell>
24657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24658 \begin_inset Text
24659
24660 \begin_layout Plain Layout
24661 Result
24662 \end_layout
24663
24664 \end_inset
24665 </cell>
24666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24667 \begin_inset Text
24668
24669 \begin_layout Plain Layout
24670 Command
24671 \end_layout
24672
24673 \end_inset
24674 </cell>
24675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24676 \begin_inset Text
24677
24678 \begin_layout Plain Layout
24679 Result
24680 \end_layout
24681
24682 \end_inset
24683 </cell>
24684 </row>
24685 <row>
24686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24687 \begin_inset Text
24688
24689 \begin_layout Plain Layout
24690 Asin(x)+B
24691 \end_layout
24692
24693 \end_inset
24694 </cell>
24695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24696 \begin_inset Text
24697
24698 \begin_layout Plain Layout
24699 \begin_inset Formula $Asin(x)+B$
24700 \end_inset
24701
24702
24703 \end_layout
24704
24705 \end_inset
24706 </cell>
24707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24708 \begin_inset Text
24709
24710 \begin_layout Plain Layout
24711 A
24712 \backslash
24713 sin(x)+B
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 \begin_inset Formula $A\sin(x)+B$
24723 \end_inset
24724
24725
24726 \end_layout
24727
24728 \end_inset
24729 </cell>
24730 </row>
24731 </lyxtabular>
24732
24733 \end_inset
24734
24735
24736 \end_layout
24737
24738 \begin_layout Standard
24739 The following functions are predefined:
24740 \end_layout
24741
24742 \begin_layout Standard
24743 \begin_inset VSpace -2mm
24744 \end_inset
24745
24746
24747 \end_layout
24748
24749 \begin_layout Standard
24750 \align center
24751 \begin_inset Tabular
24752 <lyxtabular version="3" rows="9" columns="4">
24753 <features tabularvalignment="middle">
24754 <column alignment="center" valignment="top" width="0pt">
24755 <column alignment="center" valignment="top" width="0pt">
24756 <column alignment="center" valignment="top" width="0pt">
24757 <column alignment="center" valignment="top" width="0pt">
24758 <row>
24759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24760 \begin_inset Text
24761
24762 \begin_layout Plain Layout
24763 Command
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 Command
24773 \end_layout
24774
24775 \end_inset
24776 </cell>
24777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24778 \begin_inset Text
24779
24780 \begin_layout Plain Layout
24781 Command
24782 \end_layout
24783
24784 \end_inset
24785 </cell>
24786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790 Command
24791 \end_layout
24792
24793 \end_inset
24794 </cell>
24795 </row>
24796 <row>
24797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24798 \begin_inset Text
24799
24800 \begin_layout Plain Layout
24801
24802 \backslash
24803 sin
24804 \end_layout
24805
24806 \end_inset
24807 </cell>
24808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24809 \begin_inset Text
24810
24811 \begin_layout Plain Layout
24812
24813 \backslash
24814 sinh
24815 \end_layout
24816
24817 \end_inset
24818 </cell>
24819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24820 \begin_inset Text
24821
24822 \begin_layout Plain Layout
24823
24824 \backslash
24825 arcsin
24826 \end_layout
24827
24828 \end_inset
24829 </cell>
24830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24831 \begin_inset Text
24832
24833 \begin_layout Plain Layout
24834
24835 \backslash
24836 sup
24837 \end_layout
24838
24839 \end_inset
24840 </cell>
24841 </row>
24842 <row>
24843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24844 \begin_inset Text
24845
24846 \begin_layout Plain Layout
24847
24848 \backslash
24849 cos
24850 \end_layout
24851
24852 \end_inset
24853 </cell>
24854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24855 \begin_inset Text
24856
24857 \begin_layout Plain Layout
24858
24859 \backslash
24860 cosh
24861 \end_layout
24862
24863 \end_inset
24864 </cell>
24865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24866 \begin_inset Text
24867
24868 \begin_layout Plain Layout
24869
24870 \backslash
24871 arccos
24872 \end_layout
24873
24874 \end_inset
24875 </cell>
24876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24877 \begin_inset Text
24878
24879 \begin_layout Plain Layout
24880
24881 \backslash
24882 inf
24883 \end_layout
24884
24885 \end_inset
24886 </cell>
24887 </row>
24888 <row>
24889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24890 \begin_inset Text
24891
24892 \begin_layout Plain Layout
24893
24894 \backslash
24895 tan
24896 \end_layout
24897
24898 \end_inset
24899 </cell>
24900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24901 \begin_inset Text
24902
24903 \begin_layout Plain Layout
24904
24905 \backslash
24906 tanh
24907 \end_layout
24908
24909 \end_inset
24910 </cell>
24911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24912 \begin_inset Text
24913
24914 \begin_layout Plain Layout
24915
24916 \backslash
24917 arctan
24918 \end_layout
24919
24920 \end_inset
24921 </cell>
24922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24923 \begin_inset Text
24924
24925 \begin_layout Plain Layout
24926
24927 \backslash
24928 lim
24929 \end_layout
24930
24931 \end_inset
24932 </cell>
24933 </row>
24934 <row>
24935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24936 \begin_inset Text
24937
24938 \begin_layout Plain Layout
24939
24940 \backslash
24941 cot
24942 \end_layout
24943
24944 \end_inset
24945 </cell>
24946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24947 \begin_inset Text
24948
24949 \begin_layout Plain Layout
24950
24951 \backslash
24952 coth
24953 \end_layout
24954
24955 \end_inset
24956 </cell>
24957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24958 \begin_inset Text
24959
24960 \begin_layout Plain Layout
24961
24962 \backslash
24963 arg
24964 \end_layout
24965
24966 \end_inset
24967 </cell>
24968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24969 \begin_inset Text
24970
24971 \begin_layout Plain Layout
24972
24973 \backslash
24974 liminf
24975 \end_layout
24976
24977 \end_inset
24978 </cell>
24979 </row>
24980 <row>
24981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24982 \begin_inset Text
24983
24984 \begin_layout Plain Layout
24985
24986 \backslash
24987 sec
24988 \end_layout
24989
24990 \end_inset
24991 </cell>
24992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24993 \begin_inset Text
24994
24995 \begin_layout Plain Layout
24996
24997 \backslash
24998 min
24999 \end_layout
25000
25001 \end_inset
25002 </cell>
25003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25004 \begin_inset Text
25005
25006 \begin_layout Plain Layout
25007
25008 \backslash
25009 deg
25010 \end_layout
25011
25012 \end_inset
25013 </cell>
25014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25015 \begin_inset Text
25016
25017 \begin_layout Plain Layout
25018
25019 \backslash
25020 limsup
25021 \end_layout
25022
25023 \end_inset
25024 </cell>
25025 </row>
25026 <row>
25027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25028 \begin_inset Text
25029
25030 \begin_layout Plain Layout
25031
25032 \backslash
25033 csc
25034 \end_layout
25035
25036 \end_inset
25037 </cell>
25038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25039 \begin_inset Text
25040
25041 \begin_layout Plain Layout
25042
25043 \backslash
25044 max
25045 \end_layout
25046
25047 \end_inset
25048 </cell>
25049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25050 \begin_inset Text
25051
25052 \begin_layout Plain Layout
25053
25054 \backslash
25055 det
25056 \end_layout
25057
25058 \end_inset
25059 </cell>
25060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25061 \begin_inset Text
25062
25063 \begin_layout Plain Layout
25064
25065 \backslash
25066 Pr
25067 \end_layout
25068
25069 \end_inset
25070 </cell>
25071 </row>
25072 <row>
25073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25074 \begin_inset Text
25075
25076 \begin_layout Plain Layout
25077
25078 \backslash
25079 ln
25080 \end_layout
25081
25082 \end_inset
25083 </cell>
25084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25085 \begin_inset Text
25086
25087 \begin_layout Plain Layout
25088
25089 \backslash
25090 exp
25091 \end_layout
25092
25093 \end_inset
25094 </cell>
25095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25096 \begin_inset Text
25097
25098 \begin_layout Plain Layout
25099
25100 \backslash
25101 dim
25102 \end_layout
25103
25104 \end_inset
25105 </cell>
25106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25107 \begin_inset Text
25108
25109 \begin_layout Plain Layout
25110
25111 \backslash
25112 hom
25113 \end_layout
25114
25115 \end_inset
25116 </cell>
25117 </row>
25118 <row>
25119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25120 \begin_inset Text
25121
25122 \begin_layout Plain Layout
25123
25124 \backslash
25125 lg
25126 \end_layout
25127
25128 \end_inset
25129 </cell>
25130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25131 \begin_inset Text
25132
25133 \begin_layout Plain Layout
25134
25135 \backslash
25136 log
25137 \end_layout
25138
25139 \end_inset
25140 </cell>
25141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25142 \begin_inset Text
25143
25144 \begin_layout Plain Layout
25145
25146 \backslash
25147 ker
25148 \end_layout
25149
25150 \end_inset
25151 </cell>
25152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25153 \begin_inset Text
25154
25155 \begin_layout Plain Layout
25156
25157 \backslash
25158 gcd
25159 \end_layout
25160
25161 \end_inset
25162 </cell>
25163 </row>
25164 </lyxtabular>
25165
25166 \end_inset
25167
25168
25169 \end_layout
25170
25171 \begin_layout Standard
25172 They can also be inserted with the math toolbar button 
25173 \begin_inset Graphics
25174         filename ../images/math/functions.png
25175         scale 85
25176
25177 \end_inset
25178
25179 .
25180 \end_layout
25181
25182 \begin_layout Subsection
25183 Self-defined Functions
25184 \begin_inset Index idx
25185 status collapsed
25186
25187 \begin_layout Plain Layout
25188 Functions ! self-defined
25189 \end_layout
25190
25191 \end_inset
25192
25193
25194 \end_layout
25195
25196 \begin_layout Standard
25197 To use a function that is not predefined, like for example the sign function
25198  sgn(x), there are two possibilities:
25199 \end_layout
25200
25201 \begin_layout Itemize
25202 Define the function by inserting the following line to the LaTeX-preamble
25203 \begin_inset Foot
25204 status collapsed
25205
25206 \begin_layout Plain Layout
25207 For more about 
25208 \series bold
25209
25210 \backslash
25211 DeclareMathOperator
25212 \series default
25213  see 
25214 \begin_inset CommandInset ref
25215 LatexCommand ref
25216 reference "sub:Self-defined-Operators"
25217
25218 \end_inset
25219
25220 .
25221 \end_layout
25222
25223 \end_inset
25224
25225
25226 \begin_inset Newline newline
25227 \end_inset
25228
25229
25230 \begin_inset VSpace -3mm
25231 \end_inset
25232
25233
25234 \begin_inset Newline newline
25235 \end_inset
25236
25237
25238 \series bold
25239
25240 \backslash
25241 DeclareMathOperator{
25242 \backslash
25243 sgn}{sgn}
25244 \series default
25245
25246 \begin_inset Index idx
25247 status collapsed
25248
25249 \begin_layout Plain Layout
25250 Commands ! D ! 
25251 \backslash
25252 dbinom@
25253 \backslash
25254 DeclareMathOperator
25255 \end_layout
25256
25257 \end_inset
25258
25259
25260 \begin_inset Newline newline
25261 \end_inset
25262
25263
25264 \begin_inset VSpace -2mm
25265 \end_inset
25266
25267
25268 \begin_inset Newline newline
25269 \end_inset
25270
25271 Now the new defined function can be called with the command 
25272 \series bold
25273
25274 \backslash
25275 sgn
25276 \series default
25277 .
25278 \end_layout
25279
25280 \begin_layout Itemize
25281 Write the formula as usual, mark the formula name, in our example the letters
25282  
25283 \emph on
25284 sgn
25285 \emph default
25286 , and change it to mathematical text.
25287  At last a space is inserted between prefactor and function.
25288 \end_layout
25289
25290 \begin_layout Standard
25291 The result is the same with both methods as with a predefined function
25292 \begin_inset Foot
25293 status collapsed
25294
25295 \begin_layout Plain Layout
25296 In LyX self-defined functions are displayed red, predefined ones black.
25297 \end_layout
25298
25299 \end_inset
25300
25301 :
25302 \end_layout
25303
25304 \begin_layout Standard
25305 \align center
25306 \begin_inset Tabular
25307 <lyxtabular version="3" rows="3" columns="2">
25308 <features tabularvalignment="middle">
25309 <column alignment="center" valignment="top" width="0pt">
25310 <column alignment="center" valignment="top" width="0pt">
25311 <row>
25312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25313 \begin_inset Text
25314
25315 \begin_layout Plain Layout
25316 Command
25317 \end_layout
25318
25319 \end_inset
25320 </cell>
25321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25322 \begin_inset Text
25323
25324 \begin_layout Plain Layout
25325 Result
25326 \end_layout
25327
25328 \end_inset
25329 </cell>
25330 </row>
25331 <row>
25332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25333 \begin_inset Text
25334
25335 \begin_layout Plain Layout
25336 A
25337 \backslash
25338 sgn(x)+B
25339 \end_layout
25340
25341 \end_inset
25342 </cell>
25343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25344 \begin_inset Text
25345
25346 \begin_layout Plain Layout
25347 \begin_inset Formula $A\sgn(x)+B$
25348 \end_inset
25349
25350
25351 \end_layout
25352
25353 \end_inset
25354 </cell>
25355 </row>
25356 <row>
25357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25358 \begin_inset Text
25359
25360 \begin_layout Plain Layout
25361 A
25362 \backslash
25363 ,
25364 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25365 \end_inset
25366
25367 (x)+B
25368 \end_layout
25369
25370 \end_inset
25371 </cell>
25372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25373 \begin_inset Text
25374
25375 \begin_layout Plain Layout
25376 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25377 \end_inset
25378
25379
25380 \end_layout
25381
25382 \end_inset
25383 </cell>
25384 </row>
25385 </lyxtabular>
25386
25387 \end_inset
25388
25389
25390 \end_layout
25391
25392 \begin_layout Standard
25393 The first method is more suitable when the self-defined function should
25394  be used several times.
25395 \end_layout
25396
25397 \begin_layout Subsection
25398 Limits
25399 \begin_inset Index idx
25400 status collapsed
25401
25402 \begin_layout Plain Layout
25403 Limits
25404 \end_layout
25405
25406 \end_inset
25407
25408
25409 \end_layout
25410
25411 \begin_layout Standard
25412 For limits there are defined besides 
25413 \series bold
25414
25415 \backslash
25416 lim
25417 \series default
25418
25419 \begin_inset Index idx
25420 status collapsed
25421
25422 \begin_layout Plain Layout
25423 Commands ! L ! 
25424 \backslash
25425 lim
25426 \end_layout
25427
25428 \end_inset
25429
25430
25431 \series bold
25432
25433 \backslash
25434 liminf
25435 \series default
25436  and 
25437 \series bold
25438
25439 \backslash
25440 limsup
25441 \series default
25442  furthermore the following functions:
25443 \end_layout
25444
25445 \begin_layout Standard
25446 \align center
25447 \begin_inset Tabular
25448 <lyxtabular version="3" rows="5" columns="2">
25449 <features tabularvalignment="middle">
25450 <column alignment="center" valignment="top" width="0">
25451 <column alignment="center" valignment="top" width="0">
25452 <row>
25453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25454 \begin_inset Text
25455
25456 \begin_layout Plain Layout
25457 Command
25458 \end_layout
25459
25460 \end_inset
25461 </cell>
25462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25463 \begin_inset Text
25464
25465 \begin_layout Plain Layout
25466 Result
25467 \begin_inset Note Note
25468 status collapsed
25469
25470 \begin_layout Plain Layout
25471
25472 \series bold
25473
25474 \backslash
25475 raisebox
25476 \series default
25477  is only used as spacer.
25478 \end_layout
25479
25480 \end_inset
25481
25482
25483 \end_layout
25484
25485 \end_inset
25486 </cell>
25487 </row>
25488 <row>
25489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25490 \begin_inset Text
25491
25492 \begin_layout Plain Layout
25493
25494 \backslash
25495 varliminf
25496 \end_layout
25497
25498 \end_inset
25499 </cell>
25500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25501 \begin_inset Text
25502
25503 \begin_layout Plain Layout
25504 \begin_inset Formula $\varliminf$
25505 \end_inset
25506
25507
25508 \end_layout
25509
25510 \end_inset
25511 </cell>
25512 </row>
25513 <row>
25514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25515 \begin_inset Text
25516
25517 \begin_layout Plain Layout
25518
25519 \backslash
25520 varlimsup
25521 \end_layout
25522
25523 \end_inset
25524 </cell>
25525 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25526 \begin_inset Text
25527
25528 \begin_layout Plain Layout
25529 \begin_inset Formula $\varlimsup$
25530 \end_inset
25531
25532
25533 \end_layout
25534
25535 \end_inset
25536 </cell>
25537 </row>
25538 <row>
25539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25540 \begin_inset Text
25541
25542 \begin_layout Plain Layout
25543
25544 \backslash
25545 varprojlim
25546 \end_layout
25547
25548 \end_inset
25549 </cell>
25550 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25551 \begin_inset Text
25552
25553 \begin_layout Plain Layout
25554 \begin_inset Formula $\varprojlim$
25555 \end_inset
25556
25557
25558 \end_layout
25559
25560 \end_inset
25561 </cell>
25562 </row>
25563 <row>
25564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25565 \begin_inset Text
25566
25567 \begin_layout Plain Layout
25568
25569 \backslash
25570 varinjlim
25571 \end_layout
25572
25573 \end_inset
25574 </cell>
25575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25576 \begin_inset Text
25577
25578 \begin_layout Plain Layout
25579 \begin_inset Formula $\varinjlim$
25580 \end_inset
25581
25582
25583 \begin_inset Formula $\raisebox{-2.5mm}{}$
25584 \end_inset
25585
25586
25587 \end_layout
25588
25589 \end_inset
25590 </cell>
25591 </row>
25592 </lyxtabular>
25593
25594 \end_inset
25595
25596
25597 \end_layout
25598
25599 \begin_layout Standard
25600 \begin_inset VSpace medskip
25601 \end_inset
25602
25603 The limit is created by inserting a subscript.
25604  It is set right beside the function in an inline formula:
25605 \end_layout
25606
25607 \begin_layout Standard
25608 \align center
25609 \begin_inset Tabular
25610 <lyxtabular version="3" rows="2" columns="2">
25611 <features tabularvalignment="middle">
25612 <column alignment="center" valignment="top" width="0pt">
25613 <column alignment="center" valignment="top" width="0pt">
25614 <row>
25615 <cell alignment="center" valignment="top" usebox="none">
25616 \begin_inset Text
25617
25618 \begin_layout Plain Layout
25619 Command
25620 \end_layout
25621
25622 \end_inset
25623 </cell>
25624 <cell alignment="center" valignment="top" usebox="none">
25625 \begin_inset Text
25626
25627 \begin_layout Plain Layout
25628 \begin_inset space \hspace{}
25629 \length 1cm
25630 \end_inset
25631
25632 Result
25633 \begin_inset Note Note
25634 status collapsed
25635
25636 \begin_layout Plain Layout
25637 The space and
25638 \series bold
25639  
25640 \backslash
25641 raisebox
25642 \series default
25643  are used here as spacer.
25644 \end_layout
25645
25646 \end_inset
25647
25648
25649 \end_layout
25650
25651 \end_inset
25652 </cell>
25653 </row>
25654 <row>
25655 <cell alignment="center" valignment="top" usebox="none">
25656 \begin_inset Text
25657
25658 \begin_layout Plain Layout
25659
25660 \backslash
25661 lim_x
25662 \backslash
25663 to
25664 \begin_inset ERT
25665 status collapsed
25666
25667 \begin_layout Plain Layout
25668
25669
25670 \backslash
25671 spce 
25672 \end_layout
25673
25674 \end_inset
25675
25676 A
25677 \begin_inset ERT
25678 status collapsed
25679
25680 \begin_layout Plain Layout
25681
25682
25683 \backslash
25684 spce 
25685 \end_layout
25686
25687 \end_inset
25688
25689 x=B
25690 \end_layout
25691
25692 \end_inset
25693 </cell>
25694 <cell alignment="center" valignment="top" usebox="none">
25695 \begin_inset Text
25696
25697 \begin_layout Plain Layout
25698 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25699 \end_inset
25700
25701
25702 \end_layout
25703
25704 \end_inset
25705 </cell>
25706 </row>
25707 </lyxtabular>
25708
25709 \end_inset
25710
25711
25712 \end_layout
25713
25714 \begin_layout Standard
25715 In a displayed formula the limit is set below the formula, as usual:
25716 \begin_inset Formula \[
25717 \lim_{x\to A}x=B\]
25718
25719 \end_inset
25720
25721
25722 \end_layout
25723
25724 \begin_layout Subsection
25725 Modulo-Functions
25726 \begin_inset Index idx
25727 status collapsed
25728
25729 \begin_layout Plain Layout
25730 Functions ! modulo-
25731 \end_layout
25732
25733 \end_inset
25734
25735
25736 \end_layout
25737
25738 \begin_layout Standard
25739 The modulo-function is special, because it exists in four variants.
25740 \end_layout
25741
25742 \begin_layout Standard
25743 The variants in a displayed formula:
25744 \begin_inset Formula \begin{align*}
25745 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
25746 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25747 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25748 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25749 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
25750 \end{align*}
25751
25752 \end_inset
25753
25754
25755 \end_layout
25756
25757 \begin_layout Standard
25758 In an inline formula less space is set before the function names for all
25759  variants.
25760 \end_layout
25761
25762 \begin_layout Section
25763 Special Characters
25764 \begin_inset Index idx
25765 status collapsed
25766
25767 \begin_layout Plain Layout
25768 Special characters
25769 \end_layout
25770
25771 \end_inset
25772
25773
25774 \end_layout
25775
25776 \begin_layout Subsection
25777 Special Characters in Mathematical Text
25778 \end_layout
25779
25780 \begin_layout Standard
25781 The following commands can only be used in mathematical text or in TeX-mode:
25782 \end_layout
25783
25784 \begin_layout Standard
25785 \begin_inset space \hfill{}
25786 \end_inset
25787
25788
25789 \begin_inset Tabular
25790 <lyxtabular version="3" rows="8" columns="2">
25791 <features tabularvalignment="middle">
25792 <column alignment="block" valignment="top" width="0">
25793 <column alignment="block" valignment="top" width="0">
25794 <row>
25795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25796 \begin_inset Text
25797
25798 \begin_layout Plain Layout
25799 Command
25800 \end_layout
25801
25802 \end_inset
25803 </cell>
25804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25805 \begin_inset Text
25806
25807 \begin_layout Plain Layout
25808 Result
25809 \end_layout
25810
25811 \end_inset
25812 </cell>
25813 </row>
25814 <row>
25815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25816 \begin_inset Text
25817
25818 \begin_layout Plain Layout
25819
25820 \backslash
25821 oe
25822 \end_layout
25823
25824 \end_inset
25825 </cell>
25826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25827 \begin_inset Text
25828
25829 \begin_layout Plain Layout
25830 \begin_inset Formula $\textrm{œ}$
25831 \end_inset
25832
25833
25834 \end_layout
25835
25836 \end_inset
25837 </cell>
25838 </row>
25839 <row>
25840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25841 \begin_inset Text
25842
25843 \begin_layout Plain Layout
25844
25845 \backslash
25846 OE
25847 \end_layout
25848
25849 \end_inset
25850 </cell>
25851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25852 \begin_inset Text
25853
25854 \begin_layout Plain Layout
25855 \begin_inset Formula $\textrm{Œ}$
25856 \end_inset
25857
25858
25859 \end_layout
25860
25861 \end_inset
25862 </cell>
25863 </row>
25864 <row>
25865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25866 \begin_inset Text
25867
25868 \begin_layout Plain Layout
25869
25870 \backslash
25871 ae
25872 \end_layout
25873
25874 \end_inset
25875 </cell>
25876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25877 \begin_inset Text
25878
25879 \begin_layout Plain Layout
25880 \begin_inset Formula $\textrm{æ}$
25881 \end_inset
25882
25883
25884 \end_layout
25885
25886 \end_inset
25887 </cell>
25888 </row>
25889 <row>
25890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25891 \begin_inset Text
25892
25893 \begin_layout Plain Layout
25894
25895 \backslash
25896 AE
25897 \end_layout
25898
25899 \end_inset
25900 </cell>
25901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25902 \begin_inset Text
25903
25904 \begin_layout Plain Layout
25905 \begin_inset Formula $\textrm{Æ}$
25906 \end_inset
25907
25908
25909 \end_layout
25910
25911 \end_inset
25912 </cell>
25913 </row>
25914 <row>
25915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25916 \begin_inset Text
25917
25918 \begin_layout Plain Layout
25919
25920 \backslash
25921 aa
25922 \end_layout
25923
25924 \end_inset
25925 </cell>
25926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25927 \begin_inset Text
25928
25929 \begin_layout Plain Layout
25930 \begin_inset Formula $\textrm{\aa}$
25931 \end_inset
25932
25933
25934 \end_layout
25935
25936 \end_inset
25937 </cell>
25938 </row>
25939 <row>
25940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25941 \begin_inset Text
25942
25943 \begin_layout Plain Layout
25944
25945 \backslash
25946 AA
25947 \begin_inset Index idx
25948 status collapsed
25949
25950 \begin_layout Plain Layout
25951
25952 \backslash
25953 @
25954 \begin_inset ERT
25955 status collapsed
25956
25957 \begin_layout Plain Layout
25958
25959
25960 \backslash
25961 textrm{
25962 \backslash
25963 AA}
25964 \end_layout
25965
25966 \end_inset
25967
25968
25969 \end_layout
25970
25971 \end_inset
25972
25973
25974 \end_layout
25975
25976 \end_inset
25977 </cell>
25978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25979 \begin_inset Text
25980
25981 \begin_layout Plain Layout
25982 \begin_inset Formula $\textrm{Å}$
25983 \end_inset
25984
25985
25986 \end_layout
25987
25988 \end_inset
25989 </cell>
25990 </row>
25991 <row>
25992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25993 \begin_inset Text
25994
25995 \begin_layout Plain Layout
25996
25997 \backslash
25998 i
25999 \end_layout
26000
26001 \end_inset
26002 </cell>
26003 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26004 \begin_inset Text
26005
26006 \begin_layout Plain Layout
26007 \begin_inset Formula $\textrm{ı}$
26008 \end_inset
26009
26010
26011 \end_layout
26012
26013 \end_inset
26014 </cell>
26015 </row>
26016 </lyxtabular>
26017
26018 \end_inset
26019
26020
26021 \begin_inset space \hfill{}
26022 \end_inset
26023
26024
26025 \begin_inset Tabular
26026 <lyxtabular version="3" rows="8" columns="2">
26027 <features tabularvalignment="middle">
26028 <column alignment="block" valignment="top" width="0">
26029 <column alignment="center" valignment="top" width="0">
26030 <row>
26031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26032 \begin_inset Text
26033
26034 \begin_layout Plain Layout
26035 command
26036 \begin_inset Note Note
26037 status collapsed
26038
26039 \begin_layout Plain Layout
26040 The space of 0
26041 \begin_inset space \thinspace{}
26042 \end_inset
26043
26044 mm is used for separation, because otherwise the output will be ¡ and ¿
26045  respectively.
26046 \end_layout
26047
26048 \end_inset
26049
26050
26051 \end_layout
26052
26053 \end_inset
26054 </cell>
26055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26056 \begin_inset Text
26057
26058 \begin_layout Plain Layout
26059 Result
26060 \end_layout
26061
26062 \end_inset
26063 </cell>
26064 </row>
26065 <row>
26066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26067 \begin_inset Text
26068
26069 \begin_layout Plain Layout
26070
26071 \backslash
26072 o
26073 \end_layout
26074
26075 \end_inset
26076 </cell>
26077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26078 \begin_inset Text
26079
26080 \begin_layout Plain Layout
26081 \begin_inset Formula $\textrm{ø}$
26082 \end_inset
26083
26084
26085 \end_layout
26086
26087 \end_inset
26088 </cell>
26089 </row>
26090 <row>
26091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26092 \begin_inset Text
26093
26094 \begin_layout Plain Layout
26095
26096 \backslash
26097 O
26098 \end_layout
26099
26100 \end_inset
26101 </cell>
26102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26103 \begin_inset Text
26104
26105 \begin_layout Plain Layout
26106 \begin_inset Formula $\textrm{Ø}$
26107 \end_inset
26108
26109
26110 \end_layout
26111
26112 \end_inset
26113 </cell>
26114 </row>
26115 <row>
26116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26117 \begin_inset Text
26118
26119 \begin_layout Plain Layout
26120
26121 \backslash
26122 l
26123 \end_layout
26124
26125 \end_inset
26126 </cell>
26127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26128 \begin_inset Text
26129
26130 \begin_layout Plain Layout
26131 \begin_inset Formula $\textrm{ł}$
26132 \end_inset
26133
26134
26135 \end_layout
26136
26137 \end_inset
26138 </cell>
26139 </row>
26140 <row>
26141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26142 \begin_inset Text
26143
26144 \begin_layout Plain Layout
26145
26146 \backslash
26147 L
26148 \end_layout
26149
26150 \end_inset
26151 </cell>
26152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26153 \begin_inset Text
26154
26155 \begin_layout Plain Layout
26156 \begin_inset Formula $\textrm{Ł}$
26157 \end_inset
26158
26159
26160 \end_layout
26161
26162 \end_inset
26163 </cell>
26164 </row>
26165 <row>
26166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26167 \begin_inset Text
26168
26169 \begin_layout Plain Layout
26170 !
26171 \begin_inset space \hspace{}
26172 \length 0mm
26173 \end_inset
26174
26175 `
26176 \begin_inset ERT
26177 status collapsed
26178
26179 \begin_layout Plain Layout
26180
26181
26182 \backslash
26183 spce 
26184 \end_layout
26185
26186 \end_inset
26187
26188
26189 \end_layout
26190
26191 \end_inset
26192 </cell>
26193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26194 \begin_inset Text
26195
26196 \begin_layout Plain Layout
26197 \begin_inset Formula $\textrm{!`}$
26198 \end_inset
26199
26200
26201 \end_layout
26202
26203 \end_inset
26204 </cell>
26205 </row>
26206 <row>
26207 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26208 \begin_inset Text
26209
26210 \begin_layout Plain Layout
26211 ?
26212 \begin_inset space \hspace{}
26213 \length 0mm
26214 \end_inset
26215
26216 `
26217 \begin_inset ERT
26218 status collapsed
26219
26220 \begin_layout Plain Layout
26221
26222
26223 \backslash
26224 spce 
26225 \end_layout
26226
26227 \end_inset
26228
26229
26230 \end_layout
26231
26232 \end_inset
26233 </cell>
26234 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26235 \begin_inset Text
26236
26237 \begin_layout Plain Layout
26238 \begin_inset Formula $\textrm{?`}$
26239 \end_inset
26240
26241
26242 \end_layout
26243
26244 \end_inset
26245 </cell>
26246 </row>
26247 <row>
26248 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26249 \begin_inset Text
26250
26251 \begin_layout Plain Layout
26252
26253 \backslash
26254 j
26255 \end_layout
26256
26257 \end_inset
26258 </cell>
26259 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26260 \begin_inset Text
26261
26262 \begin_layout Plain Layout
26263 \begin_inset Formula $\textrm{ȷ}$
26264 \end_inset
26265
26266
26267 \end_layout
26268
26269 \end_inset
26270 </cell>
26271 </row>
26272 </lyxtabular>
26273
26274 \end_inset
26275
26276
26277 \begin_inset space \hfill{}
26278 \end_inset
26279
26280
26281 \end_layout
26282
26283 \begin_layout Standard
26284 The characters 
26285 \begin_inset Formula $\textrm{\textrm{Å}}$
26286 \end_inset
26287
26288  and 
26289 \begin_inset Formula $\textrm{\textrm{Ø}}$
26290 \end_inset
26291
26292  can also be inserted via the math toolbar button 
26293 \begin_inset Graphics
26294         filename ../images/math/digamma.png
26295         scale 85
26296
26297 \end_inset
26298
26299 .
26300 \end_layout
26301
26302 \begin_layout Standard
26303 An exception are the commands 
26304 \series bold
26305 !
26306 \begin_inset space \hspace{}
26307 \length 0mm
26308 \end_inset
26309
26310 `
26311 \series default
26312  and 
26313 \series bold
26314 ?
26315 \begin_inset space \hspace{}
26316 \length 0mm
26317 \end_inset
26318
26319 `
26320 \series default
26321 , because they can be inserted in LyX directly to text.
26322 \end_layout
26323
26324 \begin_layout Subsection
26325 Accents in Text
26326 \begin_inset CommandInset label
26327 LatexCommand label
26328 name "sub:Accents-in-Text"
26329
26330 \end_inset
26331
26332
26333 \begin_inset Index idx
26334 status collapsed
26335
26336 \begin_layout Plain Layout
26337 Accents ! in text
26338 \end_layout
26339
26340 \end_inset
26341
26342
26343 \end_layout
26344
26345 \begin_layout Standard
26346 With the following commands all letters can be accented.
26347  The commands must be inserted in TeX-mode.
26348 \end_layout
26349
26350 \begin_layout Standard
26351 \begin_inset space \hfill{}
26352 \end_inset
26353
26354
26355 \begin_inset Tabular
26356 <lyxtabular version="3" rows="8" columns="2">
26357 <features tabularvalignment="middle">
26358 <column alignment="block" valignment="top" width="0">
26359 <column alignment="block" valignment="top" width="0">
26360 <row>
26361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26362 \begin_inset Text
26363
26364 \begin_layout Plain Layout
26365 Command
26366 \end_layout
26367
26368 \end_inset
26369 </cell>
26370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26371 \begin_inset Text
26372
26373 \begin_layout Plain Layout
26374 Result
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 </row>
26380 <row>
26381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26382 \begin_inset Text
26383
26384 \begin_layout Plain Layout
26385
26386 \backslash
26387
26388 \begin_inset Quotes grd
26389 \end_inset
26390
26391 e
26392 \end_layout
26393
26394 \end_inset
26395 </cell>
26396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26397 \begin_inset Text
26398
26399 \begin_layout Plain Layout
26400 \begin_inset ERT
26401 status collapsed
26402
26403 \begin_layout Plain Layout
26404
26405
26406 \backslash
26407 "e
26408 \end_layout
26409
26410 \end_inset
26411
26412
26413 \end_layout
26414
26415 \end_inset
26416 </cell>
26417 </row>
26418 <row>
26419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26420 \begin_inset Text
26421
26422 \begin_layout Plain Layout
26423
26424 \backslash
26425 `e
26426 \end_layout
26427
26428 \end_inset
26429 </cell>
26430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26431 \begin_inset Text
26432
26433 \begin_layout Plain Layout
26434 \begin_inset ERT
26435 status collapsed
26436
26437 \begin_layout Plain Layout
26438
26439
26440 \backslash
26441 `e
26442 \end_layout
26443
26444 \end_inset
26445
26446
26447 \end_layout
26448
26449 \end_inset
26450 </cell>
26451 </row>
26452 <row>
26453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26454 \begin_inset Text
26455
26456 \begin_layout Plain Layout
26457
26458 \backslash
26459 ^
26460 \begin_inset ERT
26461 status collapsed
26462
26463 \begin_layout Plain Layout
26464
26465
26466 \backslash
26467 spce 
26468 \end_layout
26469
26470 \end_inset
26471
26472 e
26473 \end_layout
26474
26475 \end_inset
26476 </cell>
26477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26478 \begin_inset Text
26479
26480 \begin_layout Plain Layout
26481 \begin_inset ERT
26482 status collapsed
26483
26484 \begin_layout Plain Layout
26485
26486
26487 \backslash
26488 ^e
26489 \end_layout
26490
26491 \end_inset
26492
26493
26494 \end_layout
26495
26496 \end_inset
26497 </cell>
26498 </row>
26499 <row>
26500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26501 \begin_inset Text
26502
26503 \begin_layout Plain Layout
26504
26505 \backslash
26506 =e
26507 \end_layout
26508
26509 \end_inset
26510 </cell>
26511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26512 \begin_inset Text
26513
26514 \begin_layout Plain Layout
26515 \begin_inset ERT
26516 status collapsed
26517
26518 \begin_layout Plain Layout
26519
26520
26521 \backslash
26522 =e
26523 \end_layout
26524
26525 \end_inset
26526
26527
26528 \end_layout
26529
26530 \end_inset
26531 </cell>
26532 </row>
26533 <row>
26534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26535 \begin_inset Text
26536
26537 \begin_layout Plain Layout
26538
26539 \backslash
26540 u
26541 \begin_inset ERT
26542 status collapsed
26543
26544 \begin_layout Plain Layout
26545
26546
26547 \backslash
26548 spce 
26549 \end_layout
26550
26551 \end_inset
26552
26553 e
26554 \end_layout
26555
26556 \end_inset
26557 </cell>
26558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26559 \begin_inset Text
26560
26561 \begin_layout Plain Layout
26562 \begin_inset ERT
26563 status collapsed
26564
26565 \begin_layout Plain Layout
26566
26567
26568 \backslash
26569 u e
26570 \end_layout
26571
26572 \end_inset
26573
26574
26575 \end_layout
26576
26577 \end_inset
26578 </cell>
26579 </row>
26580 <row>
26581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26582 \begin_inset Text
26583
26584 \begin_layout Plain Layout
26585
26586 \backslash
26587 b
26588 \begin_inset ERT
26589 status collapsed
26590
26591 \begin_layout Plain Layout
26592
26593
26594 \backslash
26595 spce 
26596 \end_layout
26597
26598 \end_inset
26599
26600 e
26601 \end_layout
26602
26603 \end_inset
26604 </cell>
26605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26606 \begin_inset Text
26607
26608 \begin_layout Plain Layout
26609 \begin_inset ERT
26610 status collapsed
26611
26612 \begin_layout Plain Layout
26613
26614
26615 \backslash
26616 b e
26617 \end_layout
26618
26619 \end_inset
26620
26621
26622 \end_layout
26623
26624 \end_inset
26625 </cell>
26626 </row>
26627 <row>
26628 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26629 \begin_inset Text
26630
26631 \begin_layout Plain Layout
26632
26633 \backslash
26634 t
26635 \begin_inset ERT
26636 status collapsed
26637
26638 \begin_layout Plain Layout
26639
26640
26641 \backslash
26642 spce 
26643 \end_layout
26644
26645 \end_inset
26646
26647 ee
26648 \end_layout
26649
26650 \end_inset
26651 </cell>
26652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26653 \begin_inset Text
26654
26655 \begin_layout Plain Layout
26656 \begin_inset ERT
26657 status collapsed
26658
26659 \begin_layout Plain Layout
26660
26661
26662 \backslash
26663 t ee
26664 \end_layout
26665
26666 \end_inset
26667
26668
26669 \end_layout
26670
26671 \end_inset
26672 </cell>
26673 </row>
26674 </lyxtabular>
26675
26676 \end_inset
26677
26678
26679 \begin_inset space \hfill{}
26680 \end_inset
26681
26682
26683 \begin_inset Tabular
26684 <lyxtabular version="3" rows="8" columns="2">
26685 <features tabularvalignment="middle">
26686 <column alignment="block" valignment="top" width="0">
26687 <column alignment="center" valignment="top" width="0">
26688 <row>
26689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26690 \begin_inset Text
26691
26692 \begin_layout Plain Layout
26693 Command
26694 \end_layout
26695
26696 \end_inset
26697 </cell>
26698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26699 \begin_inset Text
26700
26701 \begin_layout Plain Layout
26702 Result
26703 \end_layout
26704
26705 \end_inset
26706 </cell>
26707 </row>
26708 <row>
26709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26710 \begin_inset Text
26711
26712 \begin_layout Plain Layout
26713
26714 \backslash
26715 H
26716 \begin_inset ERT
26717 status collapsed
26718
26719 \begin_layout Plain Layout
26720
26721
26722 \backslash
26723 spce 
26724 \end_layout
26725
26726 \end_inset
26727
26728 e
26729 \end_layout
26730
26731 \end_inset
26732 </cell>
26733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26734 \begin_inset Text
26735
26736 \begin_layout Plain Layout
26737 \begin_inset ERT
26738 status collapsed
26739
26740 \begin_layout Plain Layout
26741
26742
26743 \backslash
26744 H e
26745 \end_layout
26746
26747 \end_inset
26748
26749
26750 \end_layout
26751
26752 \end_inset
26753 </cell>
26754 </row>
26755 <row>
26756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26757 \begin_inset Text
26758
26759 \begin_layout Plain Layout
26760
26761 \backslash
26762 'e
26763 \end_layout
26764
26765 \end_inset
26766 </cell>
26767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26768 \begin_inset Text
26769
26770 \begin_layout Plain Layout
26771 \begin_inset ERT
26772 status collapsed
26773
26774 \begin_layout Plain Layout
26775
26776
26777 \backslash
26778 'e
26779 \end_layout
26780
26781 \end_inset
26782
26783
26784 \end_layout
26785
26786 \end_inset
26787 </cell>
26788 </row>
26789 <row>
26790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26791 \begin_inset Text
26792
26793 \begin_layout Plain Layout
26794
26795 \backslash
26796 ~e
26797 \begin_inset Index idx
26798 status collapsed
26799
26800 \begin_layout Plain Layout
26801 Tilde
26802 \end_layout
26803
26804 \end_inset
26805
26806
26807 \end_layout
26808
26809 \end_inset
26810 </cell>
26811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26812 \begin_inset Text
26813
26814 \begin_layout Plain Layout
26815 \begin_inset ERT
26816 status collapsed
26817
26818 \begin_layout Plain Layout
26819
26820
26821 \backslash
26822 ~e
26823 \end_layout
26824
26825 \end_inset
26826
26827
26828 \end_layout
26829
26830 \end_inset
26831 </cell>
26832 </row>
26833 <row>
26834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26835 \begin_inset Text
26836
26837 \begin_layout Plain Layout
26838
26839 \backslash
26840 .e
26841 \end_layout
26842
26843 \end_inset
26844 </cell>
26845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26846 \begin_inset Text
26847
26848 \begin_layout Plain Layout
26849 \begin_inset ERT
26850 status collapsed
26851
26852 \begin_layout Plain Layout
26853
26854
26855 \backslash
26856 .e
26857 \end_layout
26858
26859 \end_inset
26860
26861
26862 \end_layout
26863
26864 \end_inset
26865 </cell>
26866 </row>
26867 <row>
26868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26869 \begin_inset Text
26870
26871 \begin_layout Plain Layout
26872
26873 \backslash
26874 v
26875 \begin_inset ERT
26876 status collapsed
26877
26878 \begin_layout Plain Layout
26879
26880
26881 \backslash
26882 spce 
26883 \end_layout
26884
26885 \end_inset
26886
26887 e
26888 \end_layout
26889
26890 \end_inset
26891 </cell>
26892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26893 \begin_inset Text
26894
26895 \begin_layout Plain Layout
26896 \begin_inset ERT
26897 status collapsed
26898
26899 \begin_layout Plain Layout
26900
26901
26902 \backslash
26903 v e
26904 \end_layout
26905
26906 \end_inset
26907
26908
26909 \end_layout
26910
26911 \end_inset
26912 </cell>
26913 </row>
26914 <row>
26915 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26916 \begin_inset Text
26917
26918 \begin_layout Plain Layout
26919
26920 \backslash
26921 d
26922 \begin_inset ERT
26923 status collapsed
26924
26925 \begin_layout Plain Layout
26926
26927
26928 \backslash
26929 spce 
26930 \end_layout
26931
26932 \end_inset
26933
26934 e
26935 \end_layout
26936
26937 \end_inset
26938 </cell>
26939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26940 \begin_inset Text
26941
26942 \begin_layout Plain Layout
26943 \begin_inset ERT
26944 status collapsed
26945
26946 \begin_layout Plain Layout
26947
26948
26949 \backslash
26950 d e
26951 \end_layout
26952
26953 \end_inset
26954
26955
26956 \end_layout
26957
26958 \end_inset
26959 </cell>
26960 </row>
26961 <row>
26962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26963 \begin_inset Text
26964
26965 \begin_layout Plain Layout
26966
26967 \backslash
26968 c
26969 \begin_inset ERT
26970 status collapsed
26971
26972 \begin_layout Plain Layout
26973
26974
26975 \backslash
26976 spce 
26977 \end_layout
26978
26979 \end_inset
26980
26981 e
26982 \end_layout
26983
26984 \end_inset
26985 </cell>
26986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26987 \begin_inset Text
26988
26989 \begin_layout Plain Layout
26990 \begin_inset ERT
26991 status collapsed
26992
26993 \begin_layout Plain Layout
26994
26995
26996 \backslash
26997 c e
26998 \end_layout
26999
27000 \end_inset
27001
27002
27003 \end_layout
27004
27005 \end_inset
27006 </cell>
27007 </row>
27008 </lyxtabular>
27009
27010 \end_inset
27011
27012
27013 \begin_inset space \hfill{}
27014 \end_inset
27015
27016
27017 \end_layout
27018
27019 \begin_layout Standard
27020 \begin_inset VSpace medskip
27021 \end_inset
27022
27023 With the command 
27024 \series bold
27025
27026 \backslash
27027 t
27028 \series default
27029  also two different characters can be accented.
27030  The command 
27031 \series bold
27032
27033 \backslash
27034 t
27035 \begin_inset ERT
27036 status collapsed
27037
27038 \begin_layout Plain Layout
27039
27040
27041 \backslash
27042 spce 
27043 \end_layout
27044
27045 \end_inset
27046
27047 sz
27048 \series default
27049  creates: 
27050 \begin_inset ERT
27051 status collapsed
27052
27053 \begin_layout Plain Layout
27054
27055
27056 \backslash
27057 t sz
27058 \end_layout
27059
27060 \end_inset
27061
27062
27063 \end_layout
27064
27065 \begin_layout Standard
27066 The accents 
27067 \series bold
27068 `
27069 \series default
27070  , 
27071 \series bold
27072 '
27073 \series default
27074  and 
27075 \series bold
27076 ^
27077 \series default
27078  can in combination with vowels directly be inserted with the keyboard without
27079  using TeX-mode.
27080  The same applies for the tilde
27081 \begin_inset Foot
27082 status collapsed
27083
27084 \begin_layout Plain Layout
27085 This only applies for keyboards where the tilde is defined as accent.
27086 \end_layout
27087
27088 \end_inset
27089
27090  
27091 \series bold
27092 ~
27093 \series default
27094  in combination with 
27095 \emph on
27096 a
27097 \emph default
27098  , 
27099 \emph on
27100 n
27101 \emph default
27102  , or 
27103 \emph on
27104 o
27105 \emph default
27106 .
27107 \end_layout
27108
27109 \begin_layout Standard
27110 The commands 
27111 \series bold
27112
27113 \backslash
27114 b
27115 \series default
27116  , 
27117 \series bold
27118
27119 \backslash
27120 c
27121 \series default
27122  , 
27123 \series bold
27124
27125 \backslash
27126 d
27127 \series default
27128  , 
27129 \series bold
27130
27131 \backslash
27132 H
27133 \series default
27134  , 
27135 \series bold
27136
27137 \backslash
27138 t
27139 \series default
27140  , 
27141 \series bold
27142
27143 \backslash
27144 u
27145 \series default
27146  , 
27147 \series bold
27148
27149 \backslash
27150 v
27151 \series default
27152  and accents that are inserted directly with the keyboard are also available
27153  in mathematical text.
27154  For the other accents there are special math commands to be used in formulas,
27155  see 
27156 \begin_inset CommandInset ref
27157 LatexCommand ref
27158 reference "sub:Accents-for-one"
27159
27160 \end_inset
27161
27162 .
27163 \end_layout
27164
27165 \begin_layout Standard
27166 \begin_inset VSpace bigskip
27167 \end_inset
27168
27169 Furthermore, with the command 
27170 \series bold
27171
27172 \backslash
27173 textcircled
27174 \series default
27175
27176 \begin_inset Index idx
27177 status collapsed
27178
27179 \begin_layout Plain Layout
27180 Commands ! T ! 
27181 \backslash
27182 textcircled
27183 \end_layout
27184
27185 \end_inset
27186
27187  all numbers and letters can be set into a circle, quasi accented with a
27188  circle, similar to the copyright symbol.
27189 \end_layout
27190
27191 \begin_layout Standard
27192 \align center
27193 \begin_inset Tabular
27194 <lyxtabular version="3" rows="3" columns="2">
27195 <features tabularvalignment="middle">
27196 <column alignment="center" valignment="top" width="0">
27197 <column alignment="center" valignment="top" width="0">
27198 <row>
27199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27200 \begin_inset Text
27201
27202 \begin_layout Plain Layout
27203 Command
27204 \end_layout
27205
27206 \end_inset
27207 </cell>
27208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27209 \begin_inset Text
27210
27211 \begin_layout Plain Layout
27212 Result
27213 \begin_inset Note Note
27214 status collapsed
27215
27216 \begin_layout Plain Layout
27217
27218 \series bold
27219
27220 \backslash
27221 raisebox
27222 \series default
27223  is only used as spacer.
27224 \end_layout
27225
27226 \end_inset
27227
27228
27229 \end_layout
27230
27231 \end_inset
27232 </cell>
27233 </row>
27234 <row>
27235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27236 \begin_inset Text
27237
27238 \begin_layout Plain Layout
27239
27240 \backslash
27241 textcircled{w}
27242 \end_layout
27243
27244 \end_inset
27245 </cell>
27246 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27247 \begin_inset Text
27248
27249 \begin_layout Plain Layout
27250 \begin_inset ERT
27251 status collapsed
27252
27253 \begin_layout Plain Layout
27254
27255
27256 \backslash
27257 textcircled{w}
27258 \end_layout
27259
27260 \end_inset
27261
27262
27263 \end_layout
27264
27265 \end_inset
27266 </cell>
27267 </row>
27268 <row>
27269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27270 \begin_inset Text
27271
27272 \begin_layout Plain Layout
27273
27274 \backslash
27275 Large 
27276 \backslash
27277 textcircled{
27278 \backslash
27279 normalsize
27280 \backslash
27281 protect
27282 \backslash
27283 raisebox{-1.5pt}{W}}
27284 \end_layout
27285
27286 \end_inset
27287 </cell>
27288 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27289 \begin_inset Text
27290
27291 \begin_layout Plain Layout
27292 \begin_inset Formula $\raisebox{4.5mm}{}$
27293 \end_inset
27294
27295
27296 \begin_inset ERT
27297 status collapsed
27298
27299 \begin_layout Plain Layout
27300
27301
27302 \backslash
27303 Large 
27304 \backslash
27305 textcircled{
27306 \backslash
27307 normalsize
27308 \backslash
27309 protect
27310 \backslash
27311 raisebox{-1.5pt}W}
27312 \end_layout
27313
27314 \end_inset
27315
27316
27317 \begin_inset Formula $\raisebox{-2mm}{}$
27318 \end_inset
27319
27320
27321 \end_layout
27322
27323 \end_inset
27324 </cell>
27325 </row>
27326 </lyxtabular>
27327
27328 \end_inset
27329
27330
27331 \end_layout
27332
27333 \begin_layout Standard
27334 One has to take care that the character fits in the circle.
27335  
27336 \series bold
27337
27338 \backslash
27339 Large
27340 \series default
27341
27342 \begin_inset Foot
27343 status collapsed
27344
27345 \begin_layout Plain Layout
27346 see 
27347 \begin_inset CommandInset ref
27348 LatexCommand ref
27349 reference "sub:Font-Sizes"
27350
27351 \end_inset
27352
27353
27354 \end_layout
27355
27356 \end_inset
27357
27358  specifies thereby the size of the circle.
27359  With the help of 
27360 \series bold
27361
27362 \backslash
27363 raisebox
27364 \series default
27365
27366 \begin_inset Foot
27367 status collapsed
27368
27369 \begin_layout Plain Layout
27370 see 
27371 \begin_inset CommandInset ref
27372 LatexCommand ref
27373 reference "sub:Boxes-without-Frame"
27374
27375 \end_inset
27376
27377
27378 \end_layout
27379
27380 \end_inset
27381
27382  the character can be centered.
27383 \end_layout
27384
27385 \begin_layout Subsection
27386 Minuscule Numbers
27387 \begin_inset Index idx
27388 status collapsed
27389
27390 \begin_layout Plain Layout
27391 Minuscule numbers
27392 \end_layout
27393
27394 \end_inset
27395
27396
27397 \end_layout
27398
27399 \begin_layout Standard
27400 Minuscule numbers are created with the command 
27401 \series bold
27402
27403 \backslash
27404 oldstylenums
27405 \series default
27406
27407 \begin_inset Index idx
27408 status collapsed
27409
27410 \begin_layout Plain Layout
27411 Commands ! O ! 
27412 \backslash
27413 oldstylenums
27414 \end_layout
27415
27416 \end_inset
27417
27418 .
27419  The command can be used in formulas and in TeX-mode.
27420  The command scheme is:
27421 \end_layout
27422
27423 \begin_layout Standard
27424
27425 \series bold
27426
27427 \backslash
27428 oldstylenums{number}
27429 \end_layout
27430
27431 \begin_layout Standard
27432 The command 
27433 \series bold
27434
27435 \backslash
27436 oldstylenums{0123456789
27437 \series default
27438  produces: 
27439 \begin_inset Formula $\oldstylenums{0123456789}$
27440 \end_inset
27441
27442
27443 \end_layout
27444
27445 \begin_layout Subsection
27446 Miscellaneous special Characters
27447 \begin_inset CommandInset label
27448 LatexCommand label
27449 name "sub:Miscellaneous-special-Characters"
27450
27451 \end_inset
27452
27453
27454 \begin_inset Index idx
27455 status collapsed
27456
27457 \begin_layout Plain Layout
27458 Special characters ! miscellaneous
27459 \end_layout
27460
27461 \end_inset
27462
27463
27464 \end_layout
27465
27466 \begin_layout Standard
27467 The following characters can only be inserted to formulas by using commands:
27468 \end_layout
27469
27470 \begin_layout Standard
27471 \align center
27472 \begin_inset Tabular
27473 <lyxtabular version="3" rows="4" columns="2">
27474 <features tabularvalignment="middle">
27475 <column alignment="center" valignment="top" width="0">
27476 <column alignment="center" valignment="top" width="0">
27477 <row>
27478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27479 \begin_inset Text
27480
27481 \begin_layout Plain Layout
27482 Command
27483 \end_layout
27484
27485 \end_inset
27486 </cell>
27487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27488 \begin_inset Text
27489
27490 \begin_layout Plain Layout
27491 Result
27492 \end_layout
27493
27494 \end_inset
27495 </cell>
27496 </row>
27497 <row>
27498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27499 \begin_inset Text
27500
27501 \begin_layout Plain Layout
27502
27503 \backslash
27504 ^
27505 \begin_inset ERT
27506 status collapsed
27507
27508 \begin_layout Plain Layout
27509
27510
27511 \backslash
27512 spce 
27513 \end_layout
27514
27515 \end_inset
27516
27517
27518 \end_layout
27519
27520 \end_inset
27521 </cell>
27522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27523 \begin_inset Text
27524
27525 \begin_layout Plain Layout
27526 \begin_inset Formula $\mathcircumflex$
27527 \end_inset
27528
27529
27530 \end_layout
27531
27532 \end_inset
27533 </cell>
27534 </row>
27535 <row>
27536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27537 \begin_inset Text
27538
27539 \begin_layout Plain Layout
27540
27541 \backslash
27542 _
27543 \end_layout
27544
27545 \end_inset
27546 </cell>
27547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27548 \begin_inset Text
27549
27550 \begin_layout Plain Layout
27551 \begin_inset Formula $\_$
27552 \end_inset
27553
27554
27555 \end_layout
27556
27557 \end_inset
27558 </cell>
27559 </row>
27560 <row>
27561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27562 \begin_inset Text
27563
27564 \begin_layout Plain Layout
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 \backslash
27580 circ
27581 \begin_inset Index idx
27582 status collapsed
27583
27584 \begin_layout Plain Layout
27585
27586 \backslash
27587
27588 \end_layout
27589
27590 \end_inset
27591
27592
27593 \end_layout
27594
27595 \end_inset
27596 </cell>
27597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27598 \begin_inset Text
27599
27600 \begin_layout Plain Layout
27601 \begin_inset Formula $^{\circ}$
27602 \end_inset
27603
27604
27605 \end_layout
27606
27607 \end_inset
27608 </cell>
27609 </row>
27610 </lyxtabular>
27611
27612 \end_inset
27613
27614
27615 \end_layout
27616
27617 \begin_layout Standard
27618 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27619  contains the following line
27620 \begin_inset Foot
27621 status collapsed
27622
27623 \begin_layout Plain Layout
27624 More about this is described in 
27625 \begin_inset CommandInset ref
27626 LatexCommand ref
27627 reference "sub:Text-Characters-in"
27628
27629 \end_inset
27630
27631 .
27632 \end_layout
27633
27634 \end_inset
27635
27636 :
27637 \end_layout
27638
27639 \begin_layout Standard
27640
27641 \series bold
27642
27643 \backslash
27644 DeclareInputtext{176}{
27645 \backslash
27646 ifmmode^
27647 \backslash
27648 circ
27649 \backslash
27650 else
27651 \backslash
27652 textdegree
27653 \backslash
27654 fi}
27655 \end_layout
27656
27657 \begin_layout Section
27658 Formula Styles
27659 \begin_inset CommandInset label
27660 LatexCommand label
27661 name "sec:Formula-Styles"
27662
27663 \end_inset
27664
27665
27666 \begin_inset Index idx
27667 status collapsed
27668
27669 \begin_layout Plain Layout
27670 Formula ! styles
27671 \end_layout
27672
27673 \end_inset
27674
27675
27676 \end_layout
27677
27678 \begin_layout Itemize
27679 There are two different alignment styles:
27680 \end_layout
27681
27682 \begin_deeper
27683 \begin_layout Description
27684 Centered is the predefined standard
27685 \end_layout
27686
27687 \begin_layout Description
27688 Indented for this the option 
27689 \series bold
27690 fleqn
27691 \series default
27692  must be inserted in the menu 
27693 \family sans
27694 Document\SpecialChar \menuseparator
27695 Settings
27696 \family default
27697  under 
27698 \family sans
27699 Document
27700 \begin_inset space ~
27701 \end_inset
27702
27703 Class
27704 \end_layout
27705
27706 \begin_layout Standard
27707 When 
27708 \series bold
27709 Indented
27710 \series default
27711  is used, the indentation can be adjusted with the length 
27712 \series bold
27713
27714 \backslash
27715 mathindent
27716 \series default
27717
27718 \begin_inset Index idx
27719 status collapsed
27720
27721 \begin_layout Plain Layout
27722 Commands ! M ! 
27723 \backslash
27724 mathindent
27725 \end_layout
27726
27727 \end_inset
27728
27729 .
27730  Should the distance be 15
27731 \begin_inset space \thinspace{}
27732 \end_inset
27733
27734 mm, the following command line is inserted in the LaTeX-preamble
27735 \end_layout
27736
27737 \begin_layout Standard
27738
27739 \series bold
27740
27741 \backslash
27742 setlength{
27743 \backslash
27744 mathindent}{15mm}
27745 \end_layout
27746
27747 \begin_layout Standard
27748 When no length is specified, the predefined value of 30
27749 \begin_inset space \thinspace{}
27750 \end_inset
27751
27752 pt will be used.
27753 \end_layout
27754
27755 \end_deeper
27756 \begin_layout Itemize
27757 And two different numbering styles:
27758 \end_layout
27759
27760 \begin_deeper
27761 \begin_layout Description
27762 Right is the predefined standard
27763 \end_layout
27764
27765 \begin_layout Description
27766 Left for this the option 
27767 \series bold
27768 leqno
27769 \series default
27770  must be inserted in the menu 
27771 \family sans
27772 Document\SpecialChar \menuseparator
27773 Settings
27774 \family default
27775  under 
27776 \family sans
27777 Document
27778 \begin_inset space ~
27779 \end_inset
27780
27781 Class
27782 \end_layout
27783
27784 \end_deeper
27785 \begin_layout Standard
27786
27787 \series bold
27788 fleqn
27789 \series default
27790  and 
27791 \series bold
27792 leqno
27793 \series default
27794  can also be used together.
27795  In this case both options are inserted, separated by a comma.
27796 \end_layout
27797
27798 \begin_layout Standard
27799 The chosen styles are used for all displayed formulas of the document.
27800  When both, centered and indented formulas should be created in a document,
27801  the style 
27802 \series bold
27803 Centered
27804 \series default
27805  is used.
27806  The indented formulas are then set in a flalign environment, see 
27807 \begin_inset CommandInset ref
27808 LatexCommand ref
27809 reference "sub:Flalign-Environment"
27810
27811 \end_inset
27812
27813 .
27814 \end_layout
27815
27816 \begin_layout Section
27817 Multiline Formulas
27818 \begin_inset CommandInset label
27819 LatexCommand label
27820 name "sec:Multiline-Formulas"
27821
27822 \end_inset
27823
27824
27825 \begin_inset Index idx
27826 status collapsed
27827
27828 \begin_layout Plain Layout
27829 Formula ! multiline
27830 \end_layout
27831
27832 \end_inset
27833
27834
27835 \end_layout
27836
27837 \begin_layout Subsection
27838 General
27839 \end_layout
27840
27841 \begin_layout Standard
27842 In LyX multiline formulas are created by pressing 
27843 \series bold
27844
27845 \begin_inset Info
27846 type  "shortcut"
27847 arg   "newline-insert newline"
27848 \end_inset
27849
27850
27851 \series default
27852  inside a formula.
27853  This creates either an 
27854 \series bold
27855 eqnarray environment
27856 \series default
27857  that is described in 
27858 \begin_inset CommandInset ref
27859 LatexCommand ref
27860 reference "sub:Eqnarray-Environment"
27861
27862 \end_inset
27863
27864  or, when the option 
27865 \family sans
27866 Use AMS math package
27867 \family default
27868  in the document settings is selected, an 
27869 \series bold
27870 align environment
27871 \series default
27872  that is described in 
27873 \begin_inset CommandInset ref
27874 LatexCommand ref
27875 reference "sub:Standard-align-Environment"
27876
27877 \end_inset
27878
27879 .
27880 \end_layout
27881
27882 \begin_layout Standard
27883 There are other multiline formula environments that can be created via the
27884  menu 
27885 \family sans
27886 Insert\SpecialChar \menuseparator
27887 Math
27888 \family default
27889 .
27890  These environments are described in the following sections.
27891 \end_layout
27892
27893 \begin_layout Standard
27894 In all multiline formula environments a new line is created by pressing
27895  
27896 \begin_inset Info
27897 type  "shortcut"
27898 arg   "newline-insert newline"
27899 \end_inset
27900
27901 .
27902  To add or delete lines, the math toolbar buttons 
27903 \begin_inset Graphics
27904         filename ../images/tabular-feature_append-row.png
27905         scale 85
27906
27907 \end_inset
27908
27909  or 
27910 \begin_inset Graphics
27911         filename ../images/tabular-feature_delete-row.png
27912         scale 85
27913
27914 \end_inset
27915
27916 , respectively, or the menu 
27917 \family sans
27918 Edit\SpecialChar \menuseparator
27919 Rows & Columns
27920 \family default
27921  can be used.
27922 \end_layout
27923
27924 \begin_layout Subsubsection
27925 Line Separation
27926 \begin_inset CommandInset label
27927 LatexCommand label
27928 name "sub:Line-Separation"
27929
27930 \end_inset
27931
27932
27933 \begin_inset Index idx
27934 status collapsed
27935
27936 \begin_layout Plain Layout
27937 Formula ! multiline ! Line separation
27938 \end_layout
27939
27940 \end_inset
27941
27942
27943 \end_layout
27944
27945 \begin_layout Standard
27946 There is sometimes not enough space in multiline formulas between the lines:
27947 \begin_inset Formula \begin{eqnarray*}
27948 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}\\
27949 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
27950 \end{eqnarray*}
27951
27952 \end_inset
27953
27954
27955 \end_layout
27956
27957 \begin_layout Standard
27958 In LaTeX additional line space is specified as optional argument of the
27959  new line command.
27960  This is not yet possible in LyX
27961 \begin_inset Foot
27962 status collapsed
27963
27964 \begin_layout Plain Layout
27965 see 
27966 \begin_inset CommandInset href
27967 LatexCommand href
27968 name "LyX-bug #1505"
27969 target "http://www.lyx.org/trac/ticket/1505"
27970
27971 \end_inset
27972
27973
27974 \end_layout
27975
27976 \end_inset
27977
27978 , therefore the whole formula must be inserted in TeX-mode.
27979  To add in our example space, the command 
27980 \series bold
27981
27982 \backslash
27983
27984 \backslash
27985 [3mm]
27986 \series default
27987  is inserted at the end of the first line.
27988  One gets: 
27989 \begin_inset ERT
27990 status collapsed
27991
27992 \begin_layout Plain Layout
27993
27994
27995 \backslash
27996 begin{eqnarray*}
27997 \end_layout
27998
27999 \begin_layout Plain Layout
28000
28001 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28002  = & 
28003 \backslash
28004 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28005 \backslash
28006
28007 \backslash
28008 [3mm]
28009 \end_layout
28010
28011 \begin_layout Plain Layout
28012
28013 4x^{2}
28014 \backslash
28015 left(B^{2}+x_{0}^{2}
28016 \backslash
28017 right)+4x_{0}x
28018 \backslash
28019 left(D-B^{2}
28020 \backslash
28021 right)+B^{2}
28022 \backslash
28023 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28024 \backslash
28025 right) & = & 0
28026 \end_layout
28027
28028 \begin_layout Plain Layout
28029
28030
28031 \backslash
28032 end{eqnarray*}
28033 \end_layout
28034
28035 \end_inset
28036
28037
28038 \end_layout
28039
28040 \begin_layout Standard
28041 \begin_inset VSpace bigskip
28042 \end_inset
28043
28044 To set the line separation for all lines in a formula, the length 
28045 \series bold
28046
28047 \backslash
28048 jot
28049 \series default
28050
28051 \begin_inset Index idx
28052 status collapsed
28053
28054 \begin_layout Plain Layout
28055 Commands ! J ! 
28056 \backslash
28057 jot
28058 \end_layout
28059
28060 \end_inset
28061
28062  is changed.
28063  The definition is: 
28064 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
28065 \end_inset
28066
28067 .
28068  Predefined for 
28069 \series bold
28070
28071 \backslash
28072 jot
28073 \series default
28074  is the value 3
28075 \begin_inset space \thinspace{}
28076 \end_inset
28077
28078 pt.
28079  To create 3
28080 \begin_inset space \thinspace{}
28081 \end_inset
28082
28083 mm additional line separation as in the previous example, the command
28084 \end_layout
28085
28086 \begin_layout Standard
28087
28088 \series bold
28089
28090 \backslash
28091 setlength{
28092 \backslash
28093 jot}{3mm+3pt}
28094 \end_layout
28095
28096 \begin_layout Standard
28097 is inserted in TeX-mode before the formula.
28098  This requires that the LaTeX-package 
28099 \series bold
28100 calc
28101 \series default
28102
28103 \begin_inset Foot
28104 status collapsed
28105
28106 \begin_layout Plain Layout
28107
28108 \series bold
28109 calc
28110 \series default
28111  is part of every LaTeX standard installation.
28112 \end_layout
28113
28114 \end_inset
28115
28116
28117 \begin_inset Index idx
28118 status collapsed
28119
28120 \begin_layout Plain Layout
28121 Packages ! calc
28122 \end_layout
28123
28124 \end_inset
28125
28126  was loaded in LaTeX-preamble with the line
28127 \end_layout
28128
28129 \begin_layout Standard
28130
28131 \series bold
28132
28133 \backslash
28134 usepackage{calc}
28135 \end_layout
28136
28137 \begin_layout Standard
28138 One gets: 
28139 \begin_inset ERT
28140 status collapsed
28141
28142 \begin_layout Plain Layout
28143
28144
28145 \backslash
28146 setlength{
28147 \backslash
28148 jot}{3mm+3pt}
28149 \end_layout
28150
28151 \end_inset
28152
28153
28154 \begin_inset Formula \begin{eqnarray*}
28155 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}\\
28156 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
28157 \end{eqnarray*}
28158
28159 \end_inset
28160
28161
28162 \end_layout
28163
28164 \begin_layout Standard
28165 \begin_inset ERT
28166 status collapsed
28167
28168 \begin_layout Plain Layout
28169
28170
28171 \backslash
28172 setlength{
28173 \backslash
28174 jot}{3pt}
28175 \end_layout
28176
28177 \end_inset
28178
28179  To get back to the predefined distance, 
28180 \series bold
28181
28182 \backslash
28183 jot
28184 \series default
28185  is set to the value 3
28186 \begin_inset space \thinspace{}
28187 \end_inset
28188
28189 pt.
28190 \end_layout
28191
28192 \begin_layout Subsubsection
28193 Column Separation
28194 \begin_inset CommandInset label
28195 LatexCommand label
28196 name "sub:Column-Separation"
28197
28198 \end_inset
28199
28200
28201 \begin_inset Index idx
28202 status collapsed
28203
28204 \begin_layout Plain Layout
28205 Formula ! multiline ! Column separation
28206 \end_layout
28207
28208 \end_inset
28209
28210
28211 \end_layout
28212
28213 \begin_layout Standard
28214 Multiline formulas form a matrix.
28215  A formula in the eqnarray environment is for example a matrix with three
28216  columns.
28217  By changing the column separation in this environment, the space beside
28218  the relation sign can be changed.
28219 \end_layout
28220
28221 \begin_layout Standard
28222 The column separation is specified with the length 
28223 \series bold
28224
28225 \backslash
28226 arraycolsep
28227 \series default
28228
28229 \begin_inset Index idx
28230 status collapsed
28231
28232 \begin_layout Plain Layout
28233 Commands ! A ! 
28234 \backslash
28235 arraycolsep
28236 \end_layout
28237
28238 \end_inset
28239
28240  according to:
28241 \begin_inset Newline newline
28242 \end_inset
28243
28244 column separation = 2
28245 \begin_inset space \thinspace{}
28246 \end_inset
28247
28248
28249 \series bold
28250
28251 \backslash
28252 arraycolsep
28253 \series default
28254
28255 \begin_inset Newline newline
28256 \end_inset
28257
28258 Thus, the command
28259 \end_layout
28260
28261 \begin_layout Standard
28262
28263 \series bold
28264
28265 \backslash
28266 setlength{
28267 \backslash
28268 arraycolsep}{1cm}
28269 \end_layout
28270
28271 \begin_layout Standard
28272 inserted in TeX-mode, sets for all following formulas a column separation
28273  of 2
28274 \begin_inset space \thinspace{}
28275 \end_inset
28276
28277 cm.
28278  To get back to the predefined distance, 
28279 \series bold
28280
28281 \backslash
28282 arraycolsep
28283 \series default
28284  is set to 5
28285 \begin_inset space \thinspace{}
28286 \end_inset
28287
28288 pt.
28289 \end_layout
28290
28291 \begin_layout Standard
28292 A formula with 2
28293 \begin_inset space \thinspace{}
28294 \end_inset
28295
28296 cm column separation:
28297 \begin_inset ERT
28298 status collapsed
28299
28300 \begin_layout Plain Layout
28301
28302
28303 \backslash
28304 setlength{
28305 \backslash
28306 arraycolsep}{1cm}
28307 \end_layout
28308
28309 \end_inset
28310
28311
28312 \begin_inset Formula \begin{eqnarray*}
28313 A & = & B\\
28314 C & \ne & A
28315 \end{eqnarray*}
28316
28317 \end_inset
28318
28319 A formula with the predefined column separation for matrices of 10
28320 \begin_inset space \thinspace{}
28321 \end_inset
28322
28323 pt:
28324 \begin_inset ERT
28325 status collapsed
28326
28327 \begin_layout Plain Layout
28328
28329
28330 \backslash
28331 setlength{
28332 \backslash
28333 arraycolsep}{5pt}
28334 \end_layout
28335
28336 \end_inset
28337
28338
28339 \begin_inset Formula \begin{eqnarray*}
28340 A & = & B\\
28341 C & \ne & A
28342 \end{eqnarray*}
28343
28344 \end_inset
28345
28346
28347 \end_layout
28348
28349 \begin_layout Subsubsection
28350 Long Formulas
28351 \begin_inset Index idx
28352 status collapsed
28353
28354 \begin_layout Plain Layout
28355 Formula ! long
28356 \end_layout
28357
28358 \end_inset
28359
28360
28361 \end_layout
28362
28363 \begin_layout Standard
28364 Long formulas can be typeset using these methods:
28365 \end_layout
28366
28367 \begin_layout Itemize
28368 When one side of the equation is much shorther than the line width, this
28369  one is chosen for the left side and the right side is typeset over two
28370  lines:
28371 \begin_inset Formula \begin{eqnarray}
28372 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 \\
28373  &  & -\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}
28374 \end{eqnarray}
28375
28376 \end_inset
28377
28378 The minus sign at the beginning of the second line does normally not appear
28379  as operator because it is the first character of the line.
28380  Thus it would not be surrounded by space and could not be distinguished
28381  from the fraction bar.
28382  To avoid this, 3
28383 \begin_inset space \thinspace{}
28384 \end_inset
28385
28386 pt space was inserted behind the minus sign with the command 
28387 \series bold
28388
28389 \backslash
28390 hspace
28391 \series default
28392 .
28393 \begin_inset Foot
28394 status collapsed
28395
28396 \begin_layout Plain Layout
28397 more about 
28398 \series bold
28399
28400 \backslash
28401 hspace
28402 \series default
28403  see 
28404 \begin_inset CommandInset ref
28405 LatexCommand ref
28406 reference "sub:Variable-Space"
28407
28408 \end_inset
28409
28410
28411 \end_layout
28412
28413 \end_inset
28414
28415
28416 \begin_inset Index idx
28417 status collapsed
28418
28419 \begin_layout Plain Layout
28420 Commands ! H ! 
28421 \backslash
28422 hspace
28423 \end_layout
28424
28425 \end_inset
28426
28427
28428 \end_layout
28429
28430 \begin_layout Itemize
28431 When both sides of the equation are too long, the command 
28432 \series bold
28433
28434 \backslash
28435 lefteqn
28436 \series default
28437
28438 \begin_inset Index idx
28439 status collapsed
28440
28441 \begin_layout Plain Layout
28442 Commands ! L ! 
28443 \backslash
28444 lefteqn
28445 \end_layout
28446
28447 \end_inset
28448
28449  is used.
28450  It is inserted to the first column of the first line and effects that all
28451  further insertions overwrite the following columns:
28452 \begin_inset Formula \begin{eqnarray}
28453 \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 \\
28454  &  & -\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 \\
28455  &  & =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}
28456 \end{eqnarray}
28457
28458 \end_inset
28459
28460 After the insertion of 
28461 \series bold
28462
28463 \backslash
28464 lefteqn
28465 \series default
28466 , the cursor is in a purple box that is a bit shifted to the left from the
28467  blue one.
28468  In this the formula is inserted.
28469 \begin_inset Newline newline
28470 \end_inset
28471
28472 The content of the further lines is inserted to the second or another formula
28473  column.
28474  The greater the column number where it was inserted, the larger the indentation.
28475 \begin_inset VSpace medskip
28476 \end_inset
28477
28478
28479 \begin_inset Newline newline
28480 \end_inset
28481
28482
28483 \begin_inset Note Greyedout
28484 status open
28485
28486 \begin_layout Plain Layout
28487 Note the following when using 
28488 \series bold
28489
28490 \backslash
28491 lefteqn
28492 \series default
28493 :
28494 \end_layout
28495
28496 \begin_layout Itemize
28497 The formula doesn't use the full page width.
28498  When e.
28499 \begin_inset space \thinspace{}
28500 \end_inset
28501
28502 g.
28503 \begin_inset space \space{}
28504 \end_inset
28505
28506 the term 
28507 \begin_inset Formula $-B^{2}$
28508 \end_inset
28509
28510  is added to the first line in the above example, it would have been outside
28511  the page margin.
28512  To better use the width, negative space can be inserted at the beginning
28513  of the first line.
28514 \end_layout
28515
28516 \begin_layout Itemize
28517 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28518  line.
28519 \begin_inset Foot
28520 status collapsed
28521
28522 \begin_layout Plain Layout
28523 \begin_inset CommandInset href
28524 LatexCommand href
28525 name "LyX-bug #1429"
28526 target "http://www.lyx.org/trac/ticket/1429"
28527
28528 \end_inset
28529
28530
28531 \end_layout
28532
28533 \end_inset
28534
28535  One can only set the cursor at the beginning of the line and move it with
28536  the arrow keys.
28537 \end_layout
28538
28539 \end_inset
28540
28541
28542 \end_layout
28543
28544 \begin_layout Itemize
28545 Other methods to set long formulas are offered by the environments described
28546  in 
28547 \begin_inset CommandInset ref
28548 LatexCommand ref
28549 reference "sub:Multline-Environment"
28550
28551 \end_inset
28552
28553  and 
28554 \begin_inset CommandInset ref
28555 LatexCommand ref
28556 reference "sub:Multiline-Formula-Parts"
28557
28558 \end_inset
28559
28560 .
28561 \end_layout
28562
28563 \begin_layout Subsubsection
28564 Multiline Brackets
28565 \begin_inset CommandInset label
28566 LatexCommand label
28567 name "sub:Multiline-Brackets"
28568
28569 \end_inset
28570
28571
28572 \begin_inset Index idx
28573 status collapsed
28574
28575 \begin_layout Plain Layout
28576 Brackets ! for multiline expressions
28577 \end_layout
28578
28579 \end_inset
28580
28581
28582 \end_layout
28583
28584 \begin_layout Standard
28585 For brackets spanning multiple lines the following problem occurs:
28586 \begin_inset Formula \begin{eqnarray*}
28587 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28588  &  & \left.\cdots+B-D\right]
28589 \end{eqnarray*}
28590
28591 \end_inset
28592
28593
28594 \end_layout
28595
28596 \begin_layout Standard
28597 The closing bracket is smaller than the opening bracket because brackets
28598  with variable size may not span multiple lines.
28599 \end_layout
28600
28601 \begin_layout Standard
28602 To set the bracket size for the second line correctly, the first line is
28603  ended with 
28604 \series bold
28605
28606 \backslash
28607 right.
28608 \series default
28609
28610 \begin_inset Index idx
28611 status collapsed
28612
28613 \begin_layout Plain Layout
28614 Commands ! R ! 
28615 \backslash
28616 right
28617 \end_layout
28618
28619 \end_inset
28620
28621  and the second line with 
28622 \series bold
28623
28624 \backslash
28625 left.
28626 \begin_inset Foot
28627 status collapsed
28628
28629 \begin_layout Plain Layout
28630 for more about 
28631 \series bold
28632
28633 \backslash
28634 left
28635 \series default
28636  and 
28637 \series bold
28638
28639 \backslash
28640 right
28641 \series default
28642  see 
28643 \begin_inset CommandInset ref
28644 LatexCommand ref
28645 reference "sub:Automatic-Bracket-Size"
28646
28647 \end_inset
28648
28649
28650 \end_layout
28651
28652 \end_inset
28653
28654
28655 \series default
28656
28657 \begin_inset Index idx
28658 status collapsed
28659
28660 \begin_layout Plain Layout
28661 Commands ! L ! 
28662 \backslash
28663 left
28664 \end_layout
28665
28666 \end_inset
28667
28668 .
28669  After 
28670 \series bold
28671
28672 \backslash
28673 left.
28674
28675 \series default
28676  the command 
28677 \series bold
28678
28679 \backslash
28680 vphantom
28681 \series default
28682
28683 \begin_inset ERT
28684 status collapsed
28685
28686 \begin_layout Plain Layout
28687
28688
28689 \backslash
28690 spce 
28691 \end_layout
28692
28693 \end_inset
28694
28695
28696 \series bold
28697
28698 \backslash
28699 prod
28700 \series default
28701 ^
28702 \begin_inset ERT
28703 status collapsed
28704
28705 \begin_layout Plain Layout
28706
28707
28708 \backslash
28709 spce 
28710 \end_layout
28711
28712 \end_inset
28713
28714
28715 \series bold
28716
28717 \backslash
28718 infty
28719 \series default
28720
28721 \begin_inset ERT
28722 status collapsed
28723
28724 \begin_layout Plain Layout
28725
28726
28727 \backslash
28728 spce 
28729 \end_layout
28730
28731 \end_inset
28732
28733
28734 \series bold
28735
28736 \begin_inset Formula $\downarrow$
28737 \end_inset
28738
28739 _R=1}
28740 \series default
28741
28742 \begin_inset Index idx
28743 status collapsed
28744
28745 \begin_layout Plain Layout
28746 Commands ! V ! 
28747 \backslash
28748 vphantom
28749 \end_layout
28750
28751 \end_inset
28752
28753  is inserted, because the multiplication operator with its limits is the
28754  largest symbol in the first line and this should be the size for the bracket
28755  in the second line.
28756 \end_layout
28757
28758 \begin_layout Standard
28759 The result is this:
28760 \begin_inset Formula \begin{eqnarray*}
28761 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28762  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28763 \end{eqnarray*}
28764
28765 \end_inset
28766
28767
28768 \end_layout
28769
28770 \begin_layout Subsection
28771 Align Environments
28772 \end_layout
28773
28774 \begin_layout Standard
28775 Align environments can be used for every kind of multiline formulas.
28776  They are specially useful to set several formulas side by side.
28777 \end_layout
28778
28779 \begin_layout Standard
28780 Align environments consist of columns.
28781  The odd columns are right aligned, the even ones left aligned.
28782  Every line in an Align environment can be numbered.
28783 \end_layout
28784
28785 \begin_layout Standard
28786 Align environments are created via the menu 
28787 \family sans
28788 Insert\SpecialChar \menuseparator
28789 Math
28790 \family default
28791 .
28792  With the menu 
28793 \family sans
28794 Edit\SpecialChar \menuseparator
28795 Math\SpecialChar \menuseparator
28796 Change Formula Type
28797 \family default
28798  already existing formulas can be converted to Align environments.
28799 \end_layout
28800
28801 \begin_layout Standard
28802 To add or delete columns, the math toolbar buttons 
28803 \begin_inset Graphics
28804         filename ../images/tabular-feature_append-column.png
28805         scale 85
28806
28807 \end_inset
28808
28809  or 
28810 \begin_inset Graphics
28811         filename ../images/tabular-feature_delete-column.png
28812         scale 85
28813
28814 \end_inset
28815
28816 , respectively, or the menu 
28817 \family sans
28818 Edit\SpecialChar \menuseparator
28819 Rows & Columns
28820 \family default
28821  can be used.
28822 \end_layout
28823
28824 \begin_layout Subsubsection
28825 Standard align Environment
28826 \begin_inset CommandInset label
28827 LatexCommand label
28828 name "sub:Standard-align-Environment"
28829
28830 \end_inset
28831
28832
28833 \begin_inset Index idx
28834 status collapsed
28835
28836 \begin_layout Plain Layout
28837 Formula ! multiline ! align environment
28838 \end_layout
28839
28840 \end_inset
28841
28842
28843 \end_layout
28844
28845 \begin_layout Standard
28846 This Align environment is created by presssing 
28847 \begin_inset Info
28848 type  "shortcut"
28849 arg   "newline-insert newline"
28850 \end_inset
28851
28852  in a formula or by the menu 
28853 \family sans
28854 Insert\SpecialChar \menuseparator
28855 Math\SpecialChar \menuseparator
28856 AMS align Environment
28857 \family default
28858 .
28859 \end_layout
28860
28861 \begin_layout Standard
28862 An example for two formulas set side by side, that are created with a four
28863  column align environment:
28864 \begin_inset Formula \begin{align*}
28865 A & =\sin(B) & C & =D\\
28866 C & \ne A & B & \ne D
28867 \end{align*}
28868
28869 \end_inset
28870
28871 As it can be seen, the formulas in this environment are placed so as if
28872  there would be a 
28873 \series bold
28874
28875 \backslash
28876 hfill
28877 \begin_inset Foot
28878 status collapsed
28879
28880 \begin_layout Plain Layout
28881 more about 
28882 \series bold
28883
28884 \backslash
28885 hfill
28886 \series default
28887  see 
28888 \begin_inset CommandInset ref
28889 LatexCommand ref
28890 reference "sub:Variable-Space"
28891
28892 \end_inset
28893
28894
28895 \end_layout
28896
28897 \end_inset
28898
28899
28900 \series default
28901  before the first and after every even column.
28902  When the formula style 
28903 \series bold
28904 Indented
28905 \begin_inset Foot
28906 status collapsed
28907
28908 \begin_layout Plain Layout
28909 formula styles see 
28910 \begin_inset CommandInset ref
28911 LatexCommand ref
28912 reference "sec:Formula-Styles"
28913
28914 \end_inset
28915
28916
28917 \end_layout
28918
28919 \end_inset
28920
28921
28922 \series default
28923  is used, the formula is set without the 
28924 \series bold
28925
28926 \backslash
28927 hfill
28928 \series default
28929  before the first column.
28930 \end_layout
28931
28932 \begin_layout Subsubsection
28933 Alignat Environment
28934 \begin_inset Index idx
28935 status collapsed
28936
28937 \begin_layout Plain Layout
28938 Formula ! multiline ! alignat environment
28939 \end_layout
28940
28941 \end_inset
28942
28943
28944 \end_layout
28945
28946 \begin_layout Standard
28947 The alignat environment has no predefined column separation.
28948  It can be inserted manually with the spaces that are described 
28949 \begin_inset CommandInset ref
28950 LatexCommand ref
28951 reference "sub:Space"
28952
28953 \end_inset
28954
28955 .
28956 \end_layout
28957
28958 \begin_layout Standard
28959 The above example in the alignat environment where 1
28960 \begin_inset space \thinspace{}
28961 \end_inset
28962
28963 cm space was inserted at the beginning of the second formula:
28964 \begin_inset Formula \begin{alignat*}{2}
28965 A & =\sin(B) & \hspace{1cm}C & =D\\
28966 C & \ne A & B & \ne D
28967 \end{alignat*}
28968
28969 \end_inset
28970
28971 Because the column separation can be set separately for every column, this
28972  environment is especially suitable to set three and more formulas side
28973  by side.
28974 \end_layout
28975
28976 \begin_layout Subsubsection
28977 Flalign Environment
28978 \begin_inset CommandInset label
28979 LatexCommand label
28980 name "sub:Flalign-Environment"
28981
28982 \end_inset
28983
28984
28985 \begin_inset Index idx
28986 status collapsed
28987
28988 \begin_layout Plain Layout
28989 Formula ! multiline ! flalign environment
28990 \end_layout
28991
28992 \end_inset
28993
28994
28995 \end_layout
28996
28997 \begin_layout Standard
28998 In this environment the first two columns are always set as much as possible
28999  to the left and the last two ones to the right.
29000  An example:
29001 \begin_inset Formula \begin{flalign*}
29002 A & =1 & B & =2 & C & =3\\
29003 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29004 \end{flalign*}
29005
29006 \end_inset
29007
29008
29009 \end_layout
29010
29011 \begin_layout Standard
29012 By creating a flalign environment with an odd number of columns where an
29013  empty TeX-brace is inserted to the last column, several formulas in a document
29014  can be set to the left, although the formula style 
29015 \series bold
29016 Centered
29017 \series default
29018  is used.
29019  As example the indented formula 
29020 \begin_inset CommandInset ref
29021 LatexCommand eqref
29022 reference "eq:VolInt"
29023
29024 \end_inset
29025
29026 :
29027 \begin_inset Formula \begin{flalign}
29028 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
29029
29030 \end_inset
29031
29032 The first two columns contain the formula.
29033  To indent it as with the formula style 
29034 \series bold
29035 Indented
29036 \series default
29037 , 30
29038 \begin_inset space \thinspace{}
29039 \end_inset
29040
29041 pt space was inserted at the beginning of the first column.
29042 \end_layout
29043
29044 \begin_layout Subsection
29045 Eqnarray Environment
29046 \begin_inset CommandInset label
29047 LatexCommand label
29048 name "sub:Eqnarray-Environment"
29049
29050 \end_inset
29051
29052
29053 \begin_inset Index idx
29054 status collapsed
29055
29056 \begin_layout Plain Layout
29057 Formula ! multiline ! eqnarray environment
29058 \end_layout
29059
29060 \end_inset
29061
29062
29063 \end_layout
29064
29065 \begin_layout Standard
29066 When this environment has been created, three blue boxes appear.
29067  The content of the first box is right aligned, the content of the last
29068  one left aligned.
29069  The content of the middle box appears centered and a bit smaller, because
29070  it is designed to insert there only relation characters.
29071 \begin_inset Formula \begin{eqnarray*}
29072 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29073 AB & AB & AB\\
29074 A & = & A
29075 \end{eqnarray*}
29076
29077 \end_inset
29078
29079
29080 \end_layout
29081
29082 \begin_layout Subsection
29083 Gather Environment
29084 \begin_inset Index idx
29085 status collapsed
29086
29087 \begin_layout Plain Layout
29088 Formula ! multiline ! gather environment
29089 \end_layout
29090
29091 \end_inset
29092
29093
29094 \end_layout
29095
29096 \begin_layout Standard
29097 This environment consists of only one centered column.
29098  Every line can be numbered.
29099 \begin_inset Formula \begin{gather}
29100 A=1\\
29101 X=\textrm{-}1
29102 \end{gather}
29103
29104 \end_inset
29105
29106
29107 \end_layout
29108
29109 \begin_layout Subsection
29110 Multline Environment
29111 \begin_inset CommandInset label
29112 LatexCommand label
29113 name "sub:Multline-Environment"
29114
29115 \end_inset
29116
29117
29118 \begin_inset Index idx
29119 status collapsed
29120
29121 \begin_layout Plain Layout
29122 Formula ! multiline ! multline environment
29123 \end_layout
29124
29125 \end_inset
29126
29127
29128 \end_layout
29129
29130 \begin_layout Standard
29131 The multline environment consists, like the gather environment, of only
29132  one column.
29133  But the first line is left aligned, the last one right aligned.
29134  All other lines are centered.
29135  Therefore this environment is suitable for long formulas.
29136  As example formula 
29137 \begin_inset CommandInset ref
29138 LatexCommand eqref
29139 reference "eq:lefteqn"
29140
29141 \end_inset
29142
29143  in the multline environment:
29144 \begin_inset Formula \begin{multline}
29145 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}\\
29146 -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}\\
29147 =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}}
29148 \end{multline}
29149
29150 \end_inset
29151
29152
29153 \end_layout
29154
29155 \begin_layout Standard
29156 In the output only the last (first) line of a multline environment appears
29157  numbered when the document numbering is right (left).
29158 \begin_inset Foot
29159 status collapsed
29160
29161 \begin_layout Plain Layout
29162 numbering styles see 
29163 \begin_inset CommandInset ref
29164 LatexCommand ref
29165 reference "sec:Formula-Styles"
29166
29167 \end_inset
29168
29169
29170 \end_layout
29171
29172 \end_inset
29173
29174
29175 \end_layout
29176
29177 \begin_layout Standard
29178 With the commands 
29179 \series bold
29180
29181 \backslash
29182 shoveright
29183 \series default
29184
29185 \begin_inset Index idx
29186 status collapsed
29187
29188 \begin_layout Plain Layout
29189 Commands ! S ! 
29190 \backslash
29191 shoveright
29192 \end_layout
29193
29194 \end_inset
29195
29196  and 
29197 \series bold
29198
29199 \backslash
29200 shoveleft
29201 \series default
29202
29203 \begin_inset Index idx
29204 status collapsed
29205
29206 \begin_layout Plain Layout
29207 Commands ! S ! 
29208 \backslash
29209 shoveleft
29210 \end_layout
29211
29212 \end_inset
29213
29214  a centered line can be right or left aligned, respectively.
29215  The commands are used as follows:
29216 \end_layout
29217
29218 \begin_layout Standard
29219
29220 \series bold
29221
29222 \backslash
29223 shoveright{line content}
29224 \series default
29225  and 
29226 \series bold
29227
29228 \backslash
29229 shoveleft{line content}
29230 \end_layout
29231
29232 \begin_layout Standard
29233 \begin_inset VSpace medskip
29234 \end_inset
29235
29236 The length 
29237 \series bold
29238
29239 \backslash
29240 multlinegap
29241 \series default
29242
29243 \begin_inset Index idx
29244 status collapsed
29245
29246 \begin_layout Plain Layout
29247 Commands ! M ! 
29248 \backslash
29249 multlinegap
29250 \end_layout
29251
29252 \end_inset
29253
29254  specifies the distance of the first line from the left page margin.
29255  Predefined is the length 0
29256 \begin_inset space \thinspace{}
29257 \end_inset
29258
29259 pt.
29260 \end_layout
29261
29262 \begin_layout Standard
29263 As example the above formula where the command
29264 \end_layout
29265
29266 \begin_layout Standard
29267
29268 \series bold
29269
29270 \backslash
29271 setlength{
29272 \backslash
29273 multlinegap}{2cm}
29274 \end_layout
29275
29276 \begin_layout Standard
29277 was inserted in TeX-mode before:
29278 \begin_inset ERT
29279 status collapsed
29280
29281 \begin_layout Plain Layout
29282
29283
29284 \backslash
29285 setlength{
29286 \backslash
29287 multlinegap}{2cm}
29288 \end_layout
29289
29290 \end_inset
29291
29292
29293 \begin_inset Formula \begin{multline}
29294 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}\\
29295 \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}}\\
29296 =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}}
29297 \end{multline}
29298
29299 \end_inset
29300
29301
29302 \begin_inset ERT
29303 status collapsed
29304
29305 \begin_layout Plain Layout
29306
29307
29308 \backslash
29309 setlength{
29310 \backslash
29311 multlinegap}{0pt}
29312 \end_layout
29313
29314 \end_inset
29315
29316 The second line was left aligned using 
29317 \series bold
29318
29319 \backslash
29320 shoveleft
29321 \series default
29322 .
29323 \end_layout
29324
29325 \begin_layout Subsection
29326 Multiline Formula Parts
29327 \begin_inset CommandInset label
29328 LatexCommand label
29329 name "sub:Multiline-Formula-Parts"
29330
29331 \end_inset
29332
29333
29334 \begin_inset Index idx
29335 status collapsed
29336
29337 \begin_layout Plain Layout
29338 Formula ! multiline ! formula parts
29339 \end_layout
29340
29341 \end_inset
29342
29343
29344 \end_layout
29345
29346 \begin_layout Standard
29347 To display only parts of a formula with multiple lines, one of the following
29348  environments are used: 
29349 \series bold
29350 aligned
29351 \series default
29352
29353 \series bold
29354 alignedat
29355 \series default
29356
29357 \series bold
29358 gathered
29359 \series default
29360  or 
29361 \series bold
29362 split
29363 \series default
29364 .
29365  They can be inserted via the menu 
29366 \family sans
29367 Insert\SpecialChar \menuseparator
29368 Math
29369 \family default
29370  or by using the commands described in this section.
29371 \end_layout
29372
29373 \begin_layout Standard
29374 The first three have the same properties as the corresponding multiline
29375  formula environments, but it is possible to set further formula parts beside
29376  them.
29377  An example:
29378 \begin_inset Formula \[
29379 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29380 \Delta E\Delta t & \ge\frac{\hbar}{2}
29381 \end{aligned}
29382 \right\} \textrm{Uncertainty relations}\]
29383
29384 \end_inset
29385
29386
29387 \end_layout
29388
29389 \begin_layout Standard
29390 To get this formula, a displayed formula is created where the command 
29391 \series bold
29392
29393 \backslash
29394 aligned
29395 \series default
29396
29397 \begin_inset Index idx
29398 status collapsed
29399
29400 \begin_layout Plain Layout
29401 Commands ! A ! 
29402 \backslash
29403 aligned
29404 \end_layout
29405
29406 \end_inset
29407
29408  is inserted.
29409  A purple box appears around the blue formula box where now columns and
29410  lines can be added.
29411  Outside the multiline environment other formula parts can be set, like
29412  the brace.
29413 \end_layout
29414
29415 \begin_layout Standard
29416 The aligned environment is also suitable for long formulas whose lines are
29417  horizontally aligned.
29418  Using aligned in a displayed formula has the advantage that the formula
29419  number is vertically centered behind the lines.
29420  As example formula 
29421 \begin_inset CommandInset ref
29422 LatexCommand eqref
29423 reference "eq:shortlong"
29424
29425 \end_inset
29426
29427  in the aligned environment:
29428 \begin_inset Formula \begin{equation}
29429 \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}|}\\
29430  & -\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}|}
29431 \end{aligned}
29432 \end{equation}
29433
29434 \end_inset
29435
29436
29437 \end_layout
29438
29439 \begin_layout Standard
29440 To use the environments 
29441 \series bold
29442 alignedat
29443 \series default
29444
29445 \series bold
29446 gathered
29447 \series default
29448 , or 
29449 \series bold
29450 split
29451 \series default
29452 , the command 
29453 \series bold
29454
29455 \backslash
29456 alignedat
29457 \series default
29458 ,
29459 \begin_inset Index idx
29460 status collapsed
29461
29462 \begin_layout Plain Layout
29463 Commands ! A ! 
29464 \backslash
29465 alignedat
29466 \end_layout
29467
29468 \end_inset
29469
29470  
29471 \series bold
29472
29473 \backslash
29474 gathered
29475 \series default
29476
29477 \begin_inset Index idx
29478 status collapsed
29479
29480 \begin_layout Plain Layout
29481 Commands ! G ! 
29482 \backslash
29483 gathered
29484 \end_layout
29485
29486 \end_inset
29487
29488 , or 
29489 \series bold
29490
29491 \backslash
29492 split
29493 \series default
29494
29495 \begin_inset Index idx
29496 status collapsed
29497
29498 \begin_layout Plain Layout
29499 Commands ! S ! 
29500 \backslash
29501 split
29502 \end_layout
29503
29504 \end_inset
29505
29506  are inserted, respectively.
29507  The split environment has the same properties as the aligned environment
29508  but it can only have two columns.
29509 \end_layout
29510
29511 \begin_layout Subsection
29512 Text in multiline Formulas
29513 \begin_inset CommandInset label
29514 LatexCommand label
29515 name "sub:Text-in-multiline"
29516
29517 \end_inset
29518
29519
29520 \begin_inset Index idx
29521 status collapsed
29522
29523 \begin_layout Plain Layout
29524 Text ! in formulas
29525 \end_layout
29526
29527 \end_inset
29528
29529
29530 \begin_inset Index idx
29531 status collapsed
29532
29533 \begin_layout Plain Layout
29534 Formula ! multiline ! text
29535 \end_layout
29536
29537 \end_inset
29538
29539
29540 \end_layout
29541
29542 \begin_layout Standard
29543 In the Align environments, and the multline and gather environment, text
29544  can be inserted that will appear in a separate line and doesn't affect
29545  the column alignment.
29546  To do this, the command 
29547 \series bold
29548
29549 \backslash
29550 intertext
29551 \series default
29552
29553 \begin_inset Index idx
29554 status collapsed
29555
29556 \begin_layout Plain Layout
29557 Commands ! I ! 
29558 \backslash
29559 intertext
29560 \end_layout
29561
29562 \end_inset
29563
29564  is used in the following scheme:
29565 \end_layout
29566
29567 \begin_layout Standard
29568
29569 \series bold
29570
29571 \backslash
29572 intertext{text}
29573 \end_layout
29574
29575 \begin_layout Standard
29576 The text should not be longer than a line because it cannot be hyphenated.
29577  As LyX doesn't yet support 
29578 \series bold
29579
29580 \backslash
29581 intertext
29582 \series default
29583  directly, the text is written as mathematical text.
29584  
29585 \series bold
29586
29587 \backslash
29588 intertext
29589 \series default
29590  must hereby be at the beginning of a line and appears in the output above
29591  this line.
29592  An example where the text was inserted at the beginning of the second line:
29593 \begin_inset Formula \begin{align}
29594 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29595 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29596 \end{align}
29597
29598 \end_inset
29599
29600
29601 \end_layout
29602
29603 \begin_layout Section
29604 Formula Numbering
29605 \begin_inset Index idx
29606 status collapsed
29607
29608 \begin_layout Plain Layout
29609 Formula numbering
29610 \end_layout
29611
29612 \end_inset
29613
29614
29615 \begin_inset Index idx
29616 status collapsed
29617
29618 \begin_layout Plain Layout
29619 Formula ! numbering|see
29620 \begin_inset ERT
29621 status collapsed
29622
29623 \begin_layout Plain Layout
29624
29625 {
29626 \end_layout
29627
29628 \end_inset
29629
29630 Formula numbering
29631 \begin_inset ERT
29632 status collapsed
29633
29634 \begin_layout Plain Layout
29635
29636 }
29637 \end_layout
29638
29639 \end_inset
29640
29641
29642 \end_layout
29643
29644 \end_inset
29645
29646
29647 \end_layout
29648
29649 \begin_layout Subsection
29650 General
29651 \end_layout
29652
29653 \begin_layout Standard
29654 Numbered formulas can be created with the menu 
29655 \family sans
29656 Insert\SpecialChar \menuseparator
29657 Math\SpecialChar \menuseparator
29658 Numbered
29659 \begin_inset space ~
29660 \end_inset
29661
29662 Formula
29663 \family default
29664  (shortcut 
29665 \family sans
29666 Ctrl+Alt
29667 \begin_inset space ~
29668 \end_inset
29669
29670 N
29671 \family default
29672 ).
29673  Existing formulas can be numbered with the menu 
29674 \family sans
29675 Edit\SpecialChar \menuseparator
29676 Math\SpecialChar \menuseparator
29677 Toggle
29678 \begin_inset space ~
29679 \end_inset
29680
29681 Numbering
29682 \family default
29683  (shortcut 
29684 \begin_inset Info
29685 type  "shortcut"
29686 arg   "math-number-toggle"
29687 \end_inset
29688
29689 ).
29690  The formula number is displayed in LyX behind the formula as number sign
29691  in parentheses.
29692  The number sign is replaced in the output by the formula number.
29693 \end_layout
29694
29695 \begin_layout Standard
29696 When numbering is turned on in multiline formulas, all lines will be numbered.
29697  But the numbering can be controlled with the menu 
29698 \family sans
29699 Edit\SpecialChar \menuseparator
29700 Math\SpecialChar \menuseparator
29701 Toggle
29702 \begin_inset space ~
29703 \end_inset
29704
29705 Numbering
29706 \begin_inset space ~
29707 \end_inset
29708
29709 of
29710 \begin_inset space ~
29711 \end_inset
29712
29713 Line
29714 \family default
29715  (shortcut
29716 \begin_inset Info
29717 type  "shortcut"
29718 arg   "math-number-line-toggle"
29719 \end_inset
29720
29721 ) for every line.
29722 \end_layout
29723
29724 \begin_layout Standard
29725 Except for inline formulas, all formulas can be numbered with two different
29726  styles, see 
29727 \begin_inset CommandInset ref
29728 LatexCommand ref
29729 reference "sec:Formula-Styles"
29730
29731 \end_inset
29732
29733 .
29734 \end_layout
29735
29736 \begin_layout Subsection
29737 Cross-References
29738 \begin_inset Index idx
29739 status collapsed
29740
29741 \begin_layout Plain Layout
29742 Cross-references ! to formulas
29743 \end_layout
29744
29745 \end_inset
29746
29747
29748 \end_layout
29749
29750 \begin_layout Standard
29751 All labeled formulas can be cross-referenced.
29752  A label is added by the menu 
29753 \family sans
29754 Insert\SpecialChar \menuseparator
29755 Label
29756 \family default
29757  or the toolbar button 
29758 \begin_inset Graphics
29759         filename ../images/label-insert.png
29760         scale 85
29761
29762 \end_inset
29763
29764 .
29765  The cursor must hereby be inside a displayed formula.
29766  A dialog pops up displaying the prefix 
29767 \series bold
29768 eq:
29769 \series default
29770  in a text field.
29771  The label is inserted there behind the prefix.
29772  The predefined prefix means 
29773 \begin_inset Quotes eld
29774 \end_inset
29775
29776 equation
29777 \begin_inset Quotes erd
29778 \end_inset
29779
29780  and makes it easier to find labels in large documents because it marks
29781  it as formula label to divide it from e.
29782 \begin_inset space \thinspace{}
29783 \end_inset
29784
29785 g.
29786 \begin_inset space \space{}
29787 \end_inset
29788
29789 section labels.
29790  To change a label, the menu 
29791 \family sans
29792 Insert\SpecialChar \menuseparator
29793 Label
29794 \family default
29795  is used again.
29796 \end_layout
29797
29798 \begin_layout Standard
29799 The name of the label is displayed in LyX within two parentheses behind
29800  formula.
29801  A formula with a label is always numbered.
29802 \end_layout
29803
29804 \begin_layout Standard
29805 Cross-references are inserted via the menu 
29806 \family sans
29807 Insert\SpecialChar \menuseparator
29808 Cross-Reference
29809 \family default
29810  or with the toolbar button 
29811 \begin_inset Graphics
29812         filename ../images/dialog-show-new-inset_ref.png
29813         scale 85
29814
29815 \end_inset
29816
29817 .
29818  A formula cross-reference appears in the output as formula number.
29819  When in the cross-reference dialog window the format 
29820 \series bold
29821 (<reference>)
29822 \series default
29823  is chosen, the cross-reference appears in the output as formula number
29824  in parentheses.
29825 \begin_inset Newline newline
29826 \end_inset
29827
29828 By right-clicking on a cross-reference in LyX, one jumps to the formula
29829  that is referenced.
29830 \end_layout
29831
29832 \begin_layout Standard
29833 Here are as examples cross-references to formulas of the following subsections:
29834 \begin_inset Note Note
29835 status open
29836
29837 \begin_layout Plain Layout
29838 Note the different cross-reference types.
29839 \end_layout
29840
29841 \end_inset
29842
29843
29844 \end_layout
29845
29846 \begin_layout Standard
29847 The equations 
29848 \begin_inset CommandInset ref
29849 LatexCommand eqref
29850 reference "eq:tag"
29851
29852 \end_inset
29853
29854  and 
29855 \begin_inset CommandInset ref
29856 LatexCommand eqref
29857 reference "eq:c"
29858
29859 \end_inset
29860
29861  are equivalent.
29862  In (
29863 \begin_inset CommandInset ref
29864 LatexCommand ref
29865 reference "eq:Lat"
29866
29867 \end_inset
29868
29869 ) big Latin letters are used for the numbering in contrary to (
29870 \begin_inset CommandInset ref
29871 LatexCommand ref
29872 reference "eq:Rom"
29873
29874 \end_inset
29875
29876 ).
29877 \end_layout
29878
29879 \begin_layout Standard
29880 \begin_inset VSpace medskip
29881 \end_inset
29882
29883 When the argument of 
29884 \series bold
29885
29886 \backslash
29887 tag
29888 \begin_inset Foot
29889 status collapsed
29890
29891 \begin_layout Plain Layout
29892
29893 \series bold
29894
29895 \backslash
29896 tag
29897 \series default
29898  is described in 
29899 \begin_inset CommandInset ref
29900 LatexCommand ref
29901 reference "sub:User-defined-Numbering"
29902
29903 \end_inset
29904
29905 .
29906 \end_layout
29907
29908 \end_inset
29909
29910
29911 \series default
29912  contains a box like in 
29913 \begin_inset CommandInset ref
29914 LatexCommand ref
29915 reference "sub:Paragraph-Boxes"
29916
29917 \end_inset
29918
29919 , the formula cannot be referenced.
29920 \end_layout
29921
29922 \begin_layout Subsection
29923 Subnumbering
29924 \begin_inset Index idx
29925 status collapsed
29926
29927 \begin_layout Plain Layout
29928 Formula numbering ! subnumbering
29929 \end_layout
29930
29931 \end_inset
29932
29933
29934 \end_layout
29935
29936 \begin_layout Standard
29937 With the help of the commands 
29938 \series bold
29939
29940 \backslash
29941 begin{subequations}
29942 \series default
29943  and 
29944 \series bold
29945
29946 \backslash
29947 end{subequations}
29948 \series default
29949  formulas can be subnumbered.
29950  Both commands are inserted in TeX-mode.
29951 \end_layout
29952
29953 \begin_layout Standard
29954 An example:
29955 \begin_inset Formula \begin{equation}
29956 A=C-B\label{eq:a}\end{equation}
29957
29958 \end_inset
29959
29960
29961 \begin_inset ERT
29962 status collapsed
29963
29964 \begin_layout Plain Layout
29965
29966
29967 \backslash
29968 addtocounter{equation}{-1}
29969 \end_layout
29970
29971 \end_inset
29972
29973
29974 \begin_inset ERT
29975 status collapsed
29976
29977 \begin_layout Plain Layout
29978
29979
29980 \backslash
29981 begin{subequations}
29982 \end_layout
29983
29984 \end_inset
29985
29986
29987 \begin_inset VSpace -5mm
29988 \end_inset
29989
29990
29991 \begin_inset Formula \begin{equation}
29992 B=C-A\label{eq:b}\end{equation}
29993
29994 \end_inset
29995
29996
29997 \begin_inset Formula \begin{equation}
29998 C=A+B\label{eq:c}\end{equation}
29999
30000 \end_inset
30001
30002
30003 \end_layout
30004
30005 \begin_layout Standard
30006 \begin_inset ERT
30007 status collapsed
30008
30009 \begin_layout Plain Layout
30010
30011
30012 \backslash
30013 end{subequations}
30014 \end_layout
30015
30016 \end_inset
30017
30018
30019 \end_layout
30020
30021 \begin_layout Standard
30022 To create the example, the following is done:
30023 \end_layout
30024
30025 \begin_layout Enumerate
30026 first formula is inserted
30027 \end_layout
30028
30029 \begin_layout Enumerate
30030
30031 \series bold
30032
30033 \backslash
30034 addtocounter{equation}{-1} 
30035 \backslash
30036 begin{subequations}
30037 \begin_inset Index idx
30038 status collapsed
30039
30040 \begin_layout Plain Layout
30041 Commands ! A ! 
30042 \backslash
30043 addtocounter
30044 \end_layout
30045
30046 \end_inset
30047
30048
30049 \begin_inset Newline newline
30050 \end_inset
30051
30052
30053 \series default
30054 is inserted after the first formula
30055 \end_layout
30056
30057 \begin_layout Enumerate
30058 second formula is inserted
30059 \end_layout
30060
30061 \begin_layout Enumerate
30062 third formula is inserted
30063 \end_layout
30064
30065 \begin_layout Enumerate
30066
30067 \series bold
30068
30069 \backslash
30070 end{subequations}
30071 \series default
30072  is inserted after the third formula
30073 \end_layout
30074
30075 \begin_layout Standard
30076 Every formula between the commands 
30077 \series bold
30078
30079 \backslash
30080 begin
30081 \series default
30082  and 
30083 \series bold
30084
30085 \backslash
30086 end
30087 \series default
30088  is subnumbered as a, b, 
30089 \begin_inset Newline linebreak
30090 \end_inset
30091
30092 c, \SpecialChar \ldots{}
30093  For multiline formulas every line will be subnumbered.
30094  All subnumbered formulas are treated as 
30095 \emph on
30096 one
30097 \emph default
30098  numbered formula.
30099  But as every numbered formula increases the counter 
30100 \series bold
30101 equation
30102 \series default
30103  by one, the command 
30104 \series bold
30105
30106 \backslash
30107 addtocounter
30108 \series default
30109  is needed to decrease it.
30110  Otherwise the formulas 
30111 \begin_inset CommandInset ref
30112 LatexCommand eqref
30113 reference "eq:a"
30114
30115 \end_inset
30116
30117
30118 \begin_inset CommandInset ref
30119 LatexCommand eqref
30120 reference "eq:b"
30121
30122 \end_inset
30123
30124
30125 \begin_inset CommandInset ref
30126 LatexCommand eqref
30127 reference "eq:c"
30128
30129 \end_inset
30130
30131  would be numbered as 
30132 \begin_inset CommandInset ref
30133 LatexCommand eqref
30134 reference "eq:a"
30135
30136 \end_inset
30137
30138
30139 \begin_inset CommandInset ref
30140 LatexCommand eqref
30141 reference "eq:d"
30142
30143 \end_inset
30144
30145
30146 \begin_inset CommandInset ref
30147 LatexCommand eqref
30148 reference "eq:f"
30149
30150 \end_inset
30151
30152 .
30153 \end_layout
30154
30155 \begin_layout Standard
30156 By inserting the commands in TeX-mode, a space is created between the first
30157  two formulas.
30158  To revert this -5
30159 \begin_inset space \thinspace{}
30160 \end_inset
30161
30162 mm vertical space is inserted after the command 
30163 \series bold
30164
30165 \backslash
30166 begin{subequations}
30167 \series default
30168 .
30169  When the formula style 
30170 \series bold
30171 Indented
30172 \begin_inset Foot
30173 status collapsed
30174
30175 \begin_layout Plain Layout
30176 formula styles see 
30177 \begin_inset CommandInset ref
30178 LatexCommand ref
30179 reference "sec:Formula-Styles"
30180
30181 \end_inset
30182
30183
30184 \end_layout
30185
30186 \end_inset
30187
30188
30189 \series default
30190  is used, -7
30191 \begin_inset space \thinspace{}
30192 \end_inset
30193
30194 mm space is inserted instead.
30195 \end_layout
30196
30197 \begin_layout Standard
30198 Here is an example for a multiline formula where the numbering was turned
30199  off for the second line:
30200 \begin_inset ERT
30201 status collapsed
30202
30203 \begin_layout Plain Layout
30204
30205
30206 \backslash
30207 begin{subequations}
30208 \end_layout
30209
30210 \end_inset
30211
30212
30213 \begin_inset Formula \begin{eqnarray}
30214 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30215  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30216  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30217 \end{eqnarray}
30218
30219 \end_inset
30220
30221
30222 \begin_inset ERT
30223 status collapsed
30224
30225 \begin_layout Plain Layout
30226
30227
30228 \backslash
30229 end{subequations}
30230 \end_layout
30231
30232 \end_inset
30233
30234
30235 \end_layout
30236
30237 \begin_layout Subsection
30238 User-defined Numbering
30239 \begin_inset CommandInset label
30240 LatexCommand label
30241 name "sub:User-defined-Numbering"
30242
30243 \end_inset
30244
30245
30246 \begin_inset Index idx
30247 status collapsed
30248
30249 \begin_layout Plain Layout
30250 Formula numbering ! user-defined
30251 \end_layout
30252
30253 \end_inset
30254
30255
30256 \end_layout
30257
30258 \begin_layout Standard
30259 \begin_inset Index idx
30260 status collapsed
30261
30262 \begin_layout Plain Layout
30263 Formula numbering ! self-defined delimiters
30264 \end_layout
30265
30266 \end_inset
30267
30268 With the standard numbering parentheses are set around the formula number.
30269  To replace the parentheses for example by vertical bars, the following
30270  line is added to the LaTeX-preamble:
30271 \end_layout
30272
30273 \begin_layout Standard
30274
30275 \series bold
30276
30277 \backslash
30278 def
30279 \backslash
30280 tagform@#1{
30281 \backslash
30282 maketag@@@{|#1|}}
30283 \series default
30284
30285 \begin_inset Note Note
30286 status collapsed
30287
30288 \begin_layout Plain Layout
30289 This macro is already declared in the LaTeX-preamble for testing.
30290  To activate it, remove the percent sign at the beginning.
30291 \end_layout
30292
30293 \end_inset
30294
30295
30296 \end_layout
30297
30298 \begin_layout Standard
30299 To use other characters, the vertical bars besides the 
30300 \series bold
30301 #1
30302 \series default
30303  are replaced by one ore more characters.
30304  To get only the formula number the vertical bars are omitted.
30305 \end_layout
30306
30307 \begin_layout Standard
30308 \begin_inset VSpace bigskip
30309 \end_inset
30310
30311 When there should be an expression of your choice instead of the consecutive
30312  formula number in parentheses behind the formula, the command 
30313 \series bold
30314
30315 \backslash
30316 tag
30317 \series default
30318
30319 \begin_inset Index idx
30320 status collapsed
30321
30322 \begin_layout Plain Layout
30323 Commands ! T ! 
30324 \backslash
30325 tag
30326 \end_layout
30327
30328 \end_inset
30329
30330  is used:
30331 \begin_inset Formula \begin{equation}
30332 A+B=C\tag{something}\label{eq:tag}\end{equation}
30333
30334 \end_inset
30335
30336 In this example the command 
30337 \series bold
30338
30339 \backslash
30340 tag
30341 \begin_inset ERT
30342 status collapsed
30343
30344 \begin_layout Plain Layout
30345
30346
30347 \backslash
30348 spce 
30349 \end_layout
30350
30351 \end_inset
30352
30353 something
30354 \series default
30355  was inserted to the formula.
30356 \end_layout
30357
30358 \begin_layout Standard
30359 When the command 
30360 \series bold
30361
30362 \backslash
30363 tag*
30364 \begin_inset ERT
30365 status collapsed
30366
30367 \begin_layout Plain Layout
30368
30369
30370 \backslash
30371 spce 
30372 \end_layout
30373
30374 \end_inset
30375
30376 something
30377 \series default
30378  is inserted instead, the star prevents the parentheses around the expression:
30379 \begin_inset Formula \[
30380 A+B=C\tag*{something}\]
30381
30382 \end_inset
30383
30384
30385 \end_layout
30386
30387 \begin_layout Standard
30388 \begin_inset VSpace bigskip
30389 \end_inset
30390
30391 To restart the formula numbering with new document parts or sections, the
30392  following command is used:
30393 \end_layout
30394
30395 \begin_layout Standard
30396
30397 \series bold
30398
30399 \backslash
30400 @addtoreset{equation}{part}
30401 \series default
30402
30403 \begin_inset Index idx
30404 status collapsed
30405
30406 \begin_layout Plain Layout
30407 Commands ! 
30408 \begin_inset ERT
30409 status collapsed
30410
30411 \begin_layout Plain Layout
30412
30413 "
30414 \end_layout
30415
30416 \end_inset
30417
30418 @
30419 \begin_inset ERT
30420 status collapsed
30421
30422 \begin_layout Plain Layout
30423
30424 "
30425 \end_layout
30426
30427 \end_inset
30428
30429  ! 
30430 \backslash
30431
30432 \begin_inset ERT
30433 status collapsed
30434
30435 \begin_layout Plain Layout
30436
30437 "
30438 \end_layout
30439
30440 \end_inset
30441
30442 @
30443 \begin_inset ERT
30444 status collapsed
30445
30446 \begin_layout Plain Layout
30447
30448 "
30449 \end_layout
30450
30451 \end_inset
30452
30453 addtoreset
30454 \end_layout
30455
30456 \end_inset
30457
30458
30459 \begin_inset Newline newline
30460 \end_inset
30461
30462 resp.
30463 \begin_inset Newline newline
30464 \end_inset
30465
30466
30467 \series bold
30468
30469 \backslash
30470 @addtoreset{equation}{section}
30471 \end_layout
30472
30473 \begin_layout Standard
30474 To be able to use these commands in TeX-mode, the 
30475 \begin_inset Quotes eld
30476 \end_inset
30477
30478 @
30479 \begin_inset Quotes erd
30480 \end_inset
30481
30482  character has to be made 
30483 \begin_inset Quotes eld
30484 \end_inset
30485
30486 active
30487 \begin_inset Quotes erd
30488 \end_inset
30489
30490  for LaTeX using the command 
30491 \series bold
30492
30493 \backslash
30494 makeatletter.
30495
30496 \series default
30497  The command 
30498 \series bold
30499
30500 \backslash
30501 makeatother
30502 \series default
30503  reverts this.
30504  So the command sequence in TeX-mode is:
30505 \end_layout
30506
30507 \begin_layout Standard
30508
30509 \series bold
30510
30511 \backslash
30512 makeatletter
30513 \begin_inset Newline newline
30514 \end_inset
30515
30516
30517 \backslash
30518 @addtoreset{equation}{section}
30519 \begin_inset Newline newline
30520 \end_inset
30521
30522
30523 \backslash
30524 makeatother
30525 \end_layout
30526
30527 \begin_layout Standard
30528 In the LaTeX-preamble 
30529 \series bold
30530
30531 \backslash
30532 makeatletter
30533 \series default
30534  and 
30535 \series bold
30536
30537 \backslash
30538 makeatother
30539 \series default
30540  can be omitted as they are automatically internally inserted by LyX.
30541 \end_layout
30542
30543 \begin_layout Standard
30544 To revert 
30545 \series bold
30546
30547 \backslash
30548 @addtoreset
30549 \series default
30550 , the file 
30551 \series bold
30552 remreset.sty
30553 \series default
30554
30555 \begin_inset Foot
30556 status collapsed
30557
30558 \begin_layout Plain Layout
30559
30560 \series bold
30561 remreset
30562 \series default
30563  is part of the LaTeX-package 
30564 \series bold
30565 carlisle
30566 \series default
30567
30568 \begin_inset Index idx
30569 status collapsed
30570
30571 \begin_layout Plain Layout
30572 Packages ! carlisle
30573 \end_layout
30574
30575 \end_inset
30576
30577  that is part of every LaTeX standard installation.
30578 \end_layout
30579
30580 \end_inset
30581
30582
30583 \begin_inset Index idx
30584 status collapsed
30585
30586 \begin_layout Plain Layout
30587 Packages ! remreset
30588 \end_layout
30589
30590 \end_inset
30591
30592  has to be loaded in the LaTeX-preamble with the line
30593 \end_layout
30594
30595 \begin_layout Standard
30596
30597 \series bold
30598
30599 \backslash
30600 usepackage{remreset}
30601 \end_layout
30602
30603 \begin_layout Standard
30604 Then the command 
30605 \series bold
30606
30607 \backslash
30608 @removefromreset
30609 \series default
30610
30611 \begin_inset Index idx
30612 status collapsed
30613
30614 \begin_layout Plain Layout
30615 Commands ! 
30616 \begin_inset ERT
30617 status collapsed
30618
30619 \begin_layout Plain Layout
30620
30621 "
30622 \end_layout
30623
30624 \end_inset
30625
30626 @
30627 \begin_inset ERT
30628 status collapsed
30629
30630 \begin_layout Plain Layout
30631
30632 "
30633 \end_layout
30634
30635 \end_inset
30636
30637  ! 
30638 \backslash
30639
30640 \begin_inset ERT
30641 status collapsed
30642
30643 \begin_layout Plain Layout
30644
30645 "
30646 \end_layout
30647
30648 \end_inset
30649
30650 @
30651 \begin_inset ERT
30652 status collapsed
30653
30654 \begin_layout Plain Layout
30655
30656 "
30657 \end_layout
30658
30659 \end_inset
30660
30661 removefromreset
30662 \end_layout
30663
30664 \end_inset
30665
30666  can be used with the same scheme as 
30667 \series bold
30668
30669 \backslash
30670 @addtoreset
30671 \series default
30672 .
30673 \end_layout
30674
30675 \begin_layout Standard
30676 \begin_inset VSpace bigskip
30677 \end_inset
30678
30679 Sometimes formulas should be numbered in the following form:
30680 \end_layout
30681
30682 \begin_layout Standard
30683
30684 \family typewriter
30685 (section number.formula number)
30686 \end_layout
30687
30688 \begin_layout Standard
30689 The formula number should start with every section with 
30690 \begin_inset Quotes eld
30691 \end_inset
30692
30693 1
30694 \begin_inset Quotes erd
30695 \end_inset
30696
30697 .
30698 \end_layout
30699
30700 \begin_layout Standard
30701 For this case there is the command 
30702 \series bold
30703
30704 \backslash
30705 numberwithin
30706 \series default
30707
30708 \begin_inset Index idx
30709 status collapsed
30710
30711 \begin_layout Plain Layout
30712 Commands ! N ! 
30713 \backslash
30714 numberwithin
30715 \end_layout
30716
30717 \end_inset
30718
30719 , which is used with the following scheme:
30720 \end_layout
30721
30722 \begin_layout Standard
30723
30724 \series bold
30725
30726 \backslash
30727 numberwithin{counter}{sectioning}
30728 \end_layout
30729
30730 \begin_layout Standard
30731 Counter denotes what kind of numbering is affected, sectioning denotes what
30732  number is before the dot.
30733 \end_layout
30734
30735 \begin_layout Standard
30736 Thus in our case the following LaTeX-preamble or TeX-Code line is used:
30737 \end_layout
30738
30739 \begin_layout Standard
30740
30741 \series bold
30742
30743 \backslash
30744 numberwithin{equation}{section}
30745 \end_layout
30746
30747 \begin_layout Standard
30748 This is the result:
30749 \begin_inset ERT
30750 status collapsed
30751
30752 \begin_layout Plain Layout
30753
30754
30755 \backslash
30756 numberwithin{equation}{section}
30757 \end_layout
30758
30759 \end_inset
30760
30761
30762 \begin_inset Formula \begin{equation}
30763 A+B=C\end{equation}
30764
30765 \end_inset
30766
30767
30768 \end_layout
30769
30770 \begin_layout Standard
30771 To number e.
30772 \begin_inset space \thinspace{}
30773 \end_inset
30774
30775 g.
30776 \begin_inset space \space{}
30777 \end_inset
30778
30779 tables so that the number of the part is the sectioning,
30780 \begin_inset Newline newline
30781 \end_inset
30782
30783
30784 \series bold
30785
30786 \backslash
30787 numberwithin{table}{part}
30788 \series default
30789  is used.
30790 \end_layout
30791
30792 \begin_layout Standard
30793 To go back to the standard numbering or to prevent this kind of numbering
30794  when it is defined by the document class, the following command is inserted
30795  as TeX-Code or to the LaTeX-preamble:
30796 \end_layout
30797
30798 \begin_layout Standard
30799
30800 \series bold
30801
30802 \backslash
30803 renewcommand{
30804 \backslash
30805 theequation}{
30806 \backslash
30807 arabic{equation}}
30808 \begin_inset Index idx
30809 status collapsed
30810
30811 \begin_layout Plain Layout
30812 Commands ! A ! 
30813 \backslash
30814 arabic
30815 \end_layout
30816
30817 \end_inset
30818
30819
30820 \series default
30821
30822 \begin_inset ERT
30823 status collapsed
30824
30825 \begin_layout Plain Layout
30826
30827
30828 \backslash
30829 renewcommand{
30830 \backslash
30831 theequation}{
30832 \backslash
30833 arabic{equation}}
30834 \end_layout
30835
30836 \end_inset
30837
30838
30839 \series bold
30840
30841 \begin_inset Newline newline
30842 \end_inset
30843
30844
30845 \series default
30846 or
30847 \series bold
30848
30849 \begin_inset Newline newline
30850 \end_inset
30851
30852
30853 \backslash
30854 renewcommand{
30855 \backslash
30856 thetable}{
30857 \backslash
30858 arabic{table}}
30859 \end_layout
30860
30861 \begin_layout Standard
30862
30863 \series bold
30864
30865 \backslash
30866 numberwithin
30867 \series default
30868  uses internally the command 
30869 \series bold
30870
30871 \backslash
30872 @addtoreset
30873 \series default
30874 , described above, that also needs to be reverted.
30875 \begin_inset ERT
30876 status collapsed
30877
30878 \begin_layout Plain Layout
30879
30880
30881 \backslash
30882 makeatletter
30883 \end_layout
30884
30885 \begin_layout Plain Layout
30886
30887
30888 \backslash
30889 @removefromreset{equation}{section}
30890 \end_layout
30891
30892 \begin_layout Plain Layout
30893
30894
30895 \backslash
30896 makeatother
30897 \end_layout
30898
30899 \end_inset
30900
30901
30902 \end_layout
30903
30904 \begin_layout Subsection
30905 Numbering with Roman Numbers and Letters
30906 \begin_inset Index idx
30907 status collapsed
30908
30909 \begin_layout Plain Layout
30910 Formula numbering ! with letters
30911 \end_layout
30912
30913 \end_inset
30914
30915
30916 \begin_inset Index idx
30917 status collapsed
30918
30919 \begin_layout Plain Layout
30920 Formula numbering ! with Roman numbers
30921 \end_layout
30922
30923 \end_inset
30924
30925
30926 \end_layout
30927
30928 \begin_layout Standard
30929 Formulas can also be numbered with Roman numbers and Latin letters.
30930  To number for example with small Roman numbers, the command
30931 \end_layout
30932
30933 \begin_layout Standard
30934
30935 \series bold
30936
30937 \backslash
30938 renewcommand{
30939 \backslash
30940 theequation}{
30941 \backslash
30942 roman{equation}}
30943 \end_layout
30944
30945 \begin_layout Standard
30946 is inserted before the formula in TeX-mode.
30947  
30948 \series bold
30949
30950 \backslash
30951 renewcommand
30952 \series default
30953
30954 \begin_inset Index idx
30955 status collapsed
30956
30957 \begin_layout Plain Layout
30958 Commands ! R ! 
30959 \backslash
30960 renewcommand
30961 \end_layout
30962
30963 \end_inset
30964
30965  redefines the predefined command 
30966 \series bold
30967
30968 \backslash
30969 theequation
30970 \series default
30971  to the command 
30972 \series bold
30973
30974 \backslash
30975 roman{equation}
30976 \series default
30977 .
30978 \begin_inset Foot
30979 status collapsed
30980
30981 \begin_layout Plain Layout
30982 The command 
30983 \series bold
30984
30985 \backslash
30986 renewcommand
30987 \series default
30988  has the same scheme like the command 
30989 \series bold
30990
30991 \backslash
30992 newcommand
30993 \series default
30994  that is described in 
30995 \begin_inset CommandInset ref
30996 LatexCommand ref
30997 reference "sub:The-Command-newcommand"
30998
30999 \end_inset
31000
31001 .
31002 \end_layout
31003
31004 \end_inset
31005
31006  
31007 \series bold
31008 equation
31009 \series default
31010  is the formula counter.
31011  When the command 
31012 \series bold
31013
31014 \backslash
31015 the
31016 \series default
31017  is used as prefix for a counter, the value of the counter is output as
31018  Arabic number.
31019  When a formula is numbered, LaTeX sets internally the command 
31020 \series bold
31021
31022 \backslash
31023 theequation
31024 \series default
31025  behind the formula.
31026  
31027 \series bold
31028
31029 \backslash
31030 roman{equation}
31031 \begin_inset Index idx
31032 status collapsed
31033
31034 \begin_layout Plain Layout
31035 Commands ! R ! 
31036 \backslash
31037 roman
31038 \end_layout
31039
31040 \end_inset
31041
31042
31043 \series default
31044  outputs the counter as small Roman number.
31045 \end_layout
31046
31047 \begin_layout Standard
31048 All formulas behind the command 
31049 \series bold
31050
31051 \backslash
31052 renew
31053 \series default
31054 c
31055 \series bold
31056 ommand
31057 \series default
31058  are now numbered Roman.
31059  To switch to numbering with big Roman numbers, the command is inserted
31060  again, but 
31061 \series bold
31062
31063 \backslash
31064 roman
31065 \series default
31066  is replaced by 
31067 \series bold
31068
31069 \backslash
31070 Roman
31071 \series default
31072
31073 \begin_inset Index idx
31074 status collapsed
31075
31076 \begin_layout Plain Layout
31077 Commands ! R ! 
31078 \backslash
31079 roman@
31080 \backslash
31081 Roman
31082 \end_layout
31083
31084 \end_inset
31085
31086 .
31087  To 
31088 \begin_inset Quotes eld
31089 \end_inset
31090
31091 number
31092 \begin_inset Quotes erd
31093 \end_inset
31094
31095  with small Latin letters there is the command 
31096 \series bold
31097
31098 \backslash
31099 alph
31100 \series default
31101
31102 \begin_inset Index idx
31103 status collapsed
31104
31105 \begin_layout Plain Layout
31106 Commands ! A ! 
31107 \backslash
31108 alph
31109 \end_layout
31110
31111 \end_inset
31112
31113 , for big ones there is the command 
31114 \series bold
31115
31116 \backslash
31117 Alph
31118 \series default
31119
31120 \begin_inset Index idx
31121 status collapsed
31122
31123 \begin_layout Plain Layout
31124 Commands ! A ! 
31125 \backslash
31126 alph@
31127 \backslash
31128 Alph
31129 \end_layout
31130
31131 \end_inset
31132
31133 .
31134 \end_layout
31135
31136 \begin_layout Standard
31137 \begin_inset Note Greyedout
31138 status open
31139
31140 \begin_layout Plain Layout
31141
31142 \series bold
31143 Note:
31144 \series default
31145  Only maximal 26 formulas can be numbered with Latin letters in one document.
31146 \end_layout
31147
31148 \end_inset
31149
31150
31151 \end_layout
31152
31153 \begin_layout Standard
31154 \begin_inset ERT
31155 status collapsed
31156
31157 \begin_layout Plain Layout
31158
31159
31160 \backslash
31161 renewcommand{
31162 \backslash
31163 theequation}{
31164 \backslash
31165 roman{equation}}
31166 \end_layout
31167
31168 \end_inset
31169
31170
31171 \end_layout
31172
31173 \begin_layout Standard
31174 \begin_inset Formula \begin{equation}
31175 A=\textrm{small roman}\end{equation}
31176
31177 \end_inset
31178
31179
31180 \begin_inset ERT
31181 status collapsed
31182
31183 \begin_layout Plain Layout
31184
31185
31186 \backslash
31187 renewcommand{
31188 \backslash
31189 theequation}{
31190 \backslash
31191 Roman{equation}}
31192 \end_layout
31193
31194 \end_inset
31195
31196
31197 \begin_inset Formula \begin{equation}
31198 B=\textrm{big Roman}\label{eq:Rom}\end{equation}
31199
31200 \end_inset
31201
31202
31203 \begin_inset ERT
31204 status collapsed
31205
31206 \begin_layout Plain Layout
31207
31208
31209 \backslash
31210 renewcommand{
31211 \backslash
31212 theequation}{
31213 \backslash
31214 alph{equation}}
31215 \end_layout
31216
31217 \end_inset
31218
31219
31220 \begin_inset Formula \begin{equation}
31221 C=\textrm{small Latin}\end{equation}
31222
31223 \end_inset
31224
31225
31226 \begin_inset ERT
31227 status collapsed
31228
31229 \begin_layout Plain Layout
31230
31231
31232 \backslash
31233 renewcommand{
31234 \backslash
31235 theequation}{
31236 \backslash
31237 Alph{equation}}
31238 \end_layout
31239
31240 \end_inset
31241
31242
31243 \begin_inset Formula \begin{equation}
31244 D=\textrm{big Latin}\label{eq:Lat}\end{equation}
31245
31246 \end_inset
31247
31248
31249 \end_layout
31250
31251 \begin_layout Standard
31252 To switch back to the default numbering, insert the command:
31253 \end_layout
31254
31255 \begin_layout Standard
31256
31257 \series bold
31258
31259 \backslash
31260 renewcommand{
31261 \backslash
31262 theequation}{
31263 \backslash
31264 arabic{equation}}
31265 \begin_inset Index idx
31266 status collapsed
31267
31268 \begin_layout Plain Layout
31269 Commands ! A ! 
31270 \backslash
31271 arabic
31272 \end_layout
31273
31274 \end_inset
31275
31276
31277 \end_layout
31278
31279 \begin_layout Standard
31280 \begin_inset ERT
31281 status collapsed
31282
31283 \begin_layout Plain Layout
31284
31285
31286 \backslash
31287 renewcommand{
31288 \backslash
31289 theequation}{
31290 \backslash
31291 arabic{equation}}
31292 \end_layout
31293
31294 \end_inset
31295
31296
31297 \begin_inset Formula \begin{equation}
31298 E=\textrm{Arabic}\end{equation}
31299
31300 \end_inset
31301
31302
31303 \end_layout
31304
31305 \begin_layout Standard
31306 \begin_inset VSpace medskip
31307 \end_inset
31308
31309 As you see, formulas are numbered serially independent from the numbering
31310  style.
31311  When then numbering should start with 
31312 \begin_inset Quotes eld
31313 \end_inset
31314
31315 1
31316 \begin_inset Quotes erd
31317 \end_inset
31318
31319  when the style is changed, new equation counters have to be defined.
31320  A description about this can be found in the file 
31321 \begin_inset CommandInset href
31322 LatexCommand href
31323 name "Formula-numbering.lyx"
31324 target "run:Formula-numbering.lyx"
31325
31326 \end_inset
31327
31328 .
31329 \end_layout
31330
31331 \begin_layout Section
31332 Chemical Symbols and Equations
31333 \begin_inset CommandInset label
31334 LatexCommand label
31335 name "sub:Chemical-Symbols-and"
31336
31337 \end_inset
31338
31339
31340 \begin_inset Index idx
31341 status collapsed
31342
31343 \begin_layout Plain Layout
31344 Chemical characters ! Symbols
31345 \end_layout
31346
31347 \end_inset
31348
31349
31350 \begin_inset Index idx
31351 status collapsed
31352
31353 \begin_layout Plain Layout
31354 Chemical equations
31355 \end_layout
31356
31357 \end_inset
31358
31359
31360 \begin_inset Index idx
31361 status collapsed
31362
31363 \begin_layout Plain Layout
31364 Symbols ! chemical
31365 \end_layout
31366
31367 \end_inset
31368
31369
31370 \end_layout
31371
31372 \begin_layout Standard
31373 An example text from chemistry:
31374 \end_layout
31375
31376 \begin_layout Quote
31377 The 
31378 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31379 \end_inset
31380
31381 -ion reacts with two 
31382 \begin_inset Formula $\mathrm{Na^{+}}$
31383 \end_inset
31384
31385 -ions to sodium sulfate 
31386 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31387 \end_inset
31388
31389 .
31390  The chemical equation for this is:
31391 \begin_inset Formula \begin{equation}
31392 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}\end{equation}
31393
31394 \end_inset
31395
31396
31397 \end_layout
31398
31399 \begin_layout Standard
31400 This chemical equation can directly be created as formula.
31401  To avoid that the symbols appear italic, everything is highlighted and
31402  changed by the shortcut 
31403 \begin_inset Info
31404 type  "shortcut"
31405 arg   "font-roman"
31406 \end_inset
31407
31408  to the upright font style.
31409 \begin_inset Foot
31410 status collapsed
31411
31412 \begin_layout Plain Layout
31413 font styles
31414 \series bold
31415  
31416 \series default
31417 see 
31418 \begin_inset CommandInset ref
31419 LatexCommand ref
31420 reference "sub:Font-Styles"
31421
31422 \end_inset
31423
31424
31425 \end_layout
31426
31427 \end_inset
31428
31429
31430 \end_layout
31431
31432 \begin_layout Standard
31433 A more convenient way to typeset chemical formulas is to use the command
31434  
31435 \series bold
31436
31437 \backslash
31438 ce
31439 \series default
31440
31441 \begin_inset Index idx
31442 status collapsed
31443
31444 \begin_layout Plain Layout
31445 Commands ! C ! 
31446 \backslash
31447 ce
31448 \end_layout
31449
31450 \end_inset
31451
31452  that is available when the LaTeX-package 
31453 \series bold
31454 mhchem
31455 \series default
31456
31457 \begin_inset Index idx
31458 status collapsed
31459
31460 \begin_layout Plain Layout
31461 Packages ! mhchem
31462 \end_layout
31463
31464 \end_inset
31465
31466  is installed.
31467  After inserting 
31468 \series bold
31469
31470 \backslash
31471 ce
31472 \series default
31473  to a formula a new blue box appears where chemical formulas can be inserted
31474  in an intuitive way.
31475 \end_layout
31476
31477 \begin_layout Standard
31478 \align center
31479 \begin_inset Tabular
31480 <lyxtabular version="3" rows="9" columns="2">
31481 <features tabularvalignment="middle">
31482 <column alignment="center" valignment="top" width="0">
31483 <column alignment="center" valignment="top" width="0">
31484 <row>
31485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31486 \begin_inset Text
31487
31488 \begin_layout Plain Layout
31489 Command
31490 \end_layout
31491
31492 \end_inset
31493 </cell>
31494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31495 \begin_inset Text
31496
31497 \begin_layout Plain Layout
31498 Result
31499 \begin_inset Note Note
31500 status collapsed
31501
31502 \begin_layout Plain Layout
31503
31504 \series bold
31505
31506 \backslash
31507 raisebox
31508 \series default
31509  is only used as spacer.
31510 \end_layout
31511
31512 \end_inset
31513
31514
31515 \end_layout
31516
31517 \end_inset
31518 </cell>
31519 </row>
31520 <row>
31521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31522 \begin_inset Text
31523
31524 \begin_layout Plain Layout
31525
31526 \backslash
31527 ce
31528 \begin_inset ERT
31529 status collapsed
31530
31531 \begin_layout Plain Layout
31532
31533
31534 \backslash
31535 spce 
31536 \end_layout
31537
31538 \end_inset
31539
31540 H2CO3
31541 \end_layout
31542
31543 \end_inset
31544 </cell>
31545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31546 \begin_inset Text
31547
31548 \begin_layout Plain Layout
31549 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31550 \end_inset
31551
31552
31553 \end_layout
31554
31555 \end_inset
31556 </cell>
31557 </row>
31558 <row>
31559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31560 \begin_inset Text
31561
31562 \begin_layout Plain Layout
31563
31564 \backslash
31565 ce
31566 \begin_inset ERT
31567 status collapsed
31568
31569 \begin_layout Plain Layout
31570
31571
31572 \backslash
31573 spce 
31574 \end_layout
31575
31576 \end_inset
31577
31578 SO4^2-
31579 \end_layout
31580
31581 \end_inset
31582 </cell>
31583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31584 \begin_inset Text
31585
31586 \begin_layout Plain Layout
31587 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31588 \end_inset
31589
31590
31591 \end_layout
31592
31593 \end_inset
31594 </cell>
31595 </row>
31596 <row>
31597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31598 \begin_inset Text
31599
31600 \begin_layout Plain Layout
31601
31602 \backslash
31603 ce
31604 \begin_inset ERT
31605 status collapsed
31606
31607 \begin_layout Plain Layout
31608
31609
31610 \backslash
31611 spce 
31612 \end_layout
31613
31614 \end_inset
31615
31616 (NH4)2S
31617 \end_layout
31618
31619 \end_inset
31620 </cell>
31621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31622 \begin_inset Text
31623
31624 \begin_layout Plain Layout
31625 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31626 \end_inset
31627
31628
31629 \end_layout
31630
31631 \end_inset
31632 </cell>
31633 </row>
31634 <row>
31635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31636 \begin_inset Text
31637
31638 \begin_layout Plain Layout
31639
31640 \backslash
31641 ce
31642 \begin_inset ERT
31643 status collapsed
31644
31645 \begin_layout Plain Layout
31646
31647
31648 \backslash
31649 spce 
31650 \end_layout
31651
31652 \end_inset
31653
31654 KCr(SO4)2.12H2O
31655 \end_layout
31656
31657 \end_inset
31658 </cell>
31659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31660 \begin_inset Text
31661
31662 \begin_layout Plain Layout
31663 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31664 \end_inset
31665
31666
31667 \end_layout
31668
31669 \end_inset
31670 </cell>
31671 </row>
31672 <row>
31673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31674 \begin_inset Text
31675
31676 \begin_layout Plain Layout
31677
31678 \backslash
31679 ce
31680 \begin_inset ERT
31681 status collapsed
31682
31683 \begin_layout Plain Layout
31684
31685
31686 \backslash
31687 spce 
31688 \end_layout
31689
31690 \end_inset
31691
31692 A-B
31693 \backslash
31694 dbond
31695 \begin_inset ERT
31696 status collapsed
31697
31698 \begin_layout Plain Layout
31699
31700
31701 \backslash
31702 spce 
31703 \end_layout
31704
31705 \end_inset
31706
31707 C
31708 \backslash
31709 tbond
31710 \begin_inset ERT
31711 status collapsed
31712
31713 \begin_layout Plain Layout
31714
31715
31716 \backslash
31717 spce 
31718 \end_layout
31719
31720 \end_inset
31721
31722 D
31723 \end_layout
31724
31725 \end_inset
31726 </cell>
31727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31728 \begin_inset Text
31729
31730 \begin_layout Plain Layout
31731 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31732 \end_inset
31733
31734
31735 \end_layout
31736
31737 \end_inset
31738 </cell>
31739 </row>
31740 <row>
31741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31742 \begin_inset Text
31743
31744 \begin_layout Plain Layout
31745
31746 \backslash
31747 ce
31748 \begin_inset ERT
31749 status collapsed
31750
31751 \begin_layout Plain Layout
31752
31753
31754 \backslash
31755 spce 
31756 \end_layout
31757
31758 \end_inset
31759
31760 ^227
31761 \begin_inset Formula $\downarrow$
31762 \end_inset
31763
31764 _90
31765 \begin_inset Formula $\to$
31766 \end_inset
31767
31768 Th+
31769 \end_layout
31770
31771 \end_inset
31772 </cell>
31773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31774 \begin_inset Text
31775
31776 \begin_layout Plain Layout
31777 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31778 \end_inset
31779
31780
31781 \end_layout
31782
31783 \end_inset
31784 </cell>
31785 </row>
31786 <row>
31787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31788 \begin_inset Text
31789
31790 \begin_layout Plain Layout
31791
31792 \backslash
31793 ce
31794 \begin_inset ERT
31795 status collapsed
31796
31797 \begin_layout Plain Layout
31798
31799
31800 \backslash
31801 spce 
31802 \end_layout
31803
31804 \end_inset
31805
31806 CO2
31807 \begin_inset ERT
31808 status collapsed
31809
31810 \begin_layout Plain Layout
31811
31812
31813 \backslash
31814 spce 
31815 \end_layout
31816
31817 \end_inset
31818
31819 +
31820 \begin_inset ERT
31821 status collapsed
31822
31823 \begin_layout Plain Layout
31824
31825
31826 \backslash
31827 spce 
31828 \end_layout
31829
31830 \end_inset
31831
31832 C
31833 \begin_inset ERT
31834 status collapsed
31835
31836 \begin_layout Plain Layout
31837
31838
31839 \backslash
31840 spce 
31841 \end_layout
31842
31843 \end_inset
31844
31845 <=>
31846 \begin_inset ERT
31847 status collapsed
31848
31849 \begin_layout Plain Layout
31850
31851
31852 \backslash
31853 spce 
31854 \end_layout
31855
31856 \end_inset
31857
31858 2CO
31859 \end_layout
31860
31861 \end_inset
31862 </cell>
31863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31864 \begin_inset Text
31865
31866 \begin_layout Plain Layout
31867 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31868 \end_inset
31869
31870
31871 \end_layout
31872
31873 \end_inset
31874 </cell>
31875 </row>
31876 <row>
31877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31878 \begin_inset Text
31879
31880 \begin_layout Plain Layout
31881
31882 \backslash
31883 ce
31884 \begin_inset ERT
31885 status collapsed
31886
31887 \begin_layout Plain Layout
31888
31889
31890 \backslash
31891 spce 
31892 \end_layout
31893
31894 \end_inset
31895
31896 CO2
31897 \begin_inset ERT
31898 status collapsed
31899
31900 \begin_layout Plain Layout
31901
31902
31903 \backslash
31904 spce 
31905 \end_layout
31906
31907 \end_inset
31908
31909 +
31910 \begin_inset ERT
31911 status collapsed
31912
31913 \begin_layout Plain Layout
31914
31915
31916 \backslash
31917 spce 
31918 \end_layout
31919
31920 \end_inset
31921
31922 C
31923 \begin_inset ERT
31924 status collapsed
31925
31926 \begin_layout Plain Layout
31927
31928
31929 \backslash
31930 spce 
31931 \end_layout
31932
31933 \end_inset
31934
31935 ->[
31936 \backslash
31937 alpha][
31938 \backslash
31939 beta]
31940 \begin_inset ERT
31941 status collapsed
31942
31943 \begin_layout Plain Layout
31944
31945
31946 \backslash
31947 spce 
31948 \end_layout
31949
31950 \end_inset
31951
31952 2CO}
31953 \end_layout
31954
31955 \end_inset
31956 </cell>
31957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31958 \begin_inset Text
31959
31960 \begin_layout Plain Layout
31961 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31962 \end_inset
31963
31964
31965 \end_layout
31966
31967 \end_inset
31968 </cell>
31969 </row>
31970 </lyxtabular>
31971
31972 \end_inset
31973
31974
31975 \end_layout
31976
31977 \begin_layout Standard
31978 \begin_inset Note Greyedout
31979 status open
31980
31981 \begin_layout Plain Layout
31982
31983 \series bold
31984 Note:
31985 \series default
31986  Inserting a formula to a 
31987 \series bold
31988
31989 \backslash
31990 ce
31991 \series default
31992  box will lead to LaTeX errors.
31993  In this case TeX code has to be used like for 
31994 \series bold
31995
31996 \backslash
31997 ce{$
31998 \backslash
31999 mu
32000 \backslash
32001 hyphen$Cl}
32002 \series default
32003
32004 \begin_inset ERT
32005 status collapsed
32006
32007 \begin_layout Plain Layout
32008
32009
32010 \backslash
32011 ce{$
32012 \backslash
32013 mu
32014 \backslash
32015 hyphen$Cl}
32016 \end_layout
32017
32018 \end_inset
32019
32020  
32021 \end_layout
32022
32023 \end_inset
32024
32025
32026 \end_layout
32027
32028 \begin_layout Standard
32029 Using 
32030 \series bold
32031
32032 \backslash
32033 ce
32034 \series default
32035  the command for equation
32036 \begin_inset space ~
32037 \end_inset
32038
32039
32040 \begin_inset CommandInset ref
32041 LatexCommand eqref
32042 reference "eq:chem-reaction"
32043
32044 \end_inset
32045
32046  is:
32047 \begin_inset Newline newline
32048 \end_inset
32049
32050
32051 \series bold
32052  
32053 \backslash
32054 ce
32055 \begin_inset ERT
32056 status collapsed
32057
32058 \begin_layout Plain Layout
32059
32060
32061 \backslash
32062 spce 
32063 \end_layout
32064
32065 \end_inset
32066
32067 2Na+
32068 \begin_inset ERT
32069 status collapsed
32070
32071 \begin_layout Plain Layout
32072
32073
32074 \backslash
32075 spce 
32076 \end_layout
32077
32078 \end_inset
32079
32080 +
32081 \begin_inset ERT
32082 status collapsed
32083
32084 \begin_layout Plain Layout
32085
32086
32087 \backslash
32088 spce 
32089 \end_layout
32090
32091 \end_inset
32092
32093 SO4^2-
32094 \begin_inset ERT
32095 status collapsed
32096
32097 \begin_layout Plain Layout
32098
32099
32100 \backslash
32101 spce 
32102 \end_layout
32103
32104 \end_inset
32105
32106
32107 \begin_inset ERT
32108 status collapsed
32109
32110 \begin_layout Plain Layout
32111
32112
32113 \backslash
32114 spce 
32115 \end_layout
32116
32117 \end_inset
32118
32119 ->
32120 \begin_inset ERT
32121 status collapsed
32122
32123 \begin_layout Plain Layout
32124
32125
32126 \backslash
32127 spce 
32128 \end_layout
32129
32130 \end_inset
32131
32132 Na2SO4
32133 \end_layout
32134
32135 \begin_layout Standard
32136 To create multiline chemical equations first a multiline formula is created
32137  as described in 
32138 \begin_inset CommandInset ref
32139 LatexCommand ref
32140 reference "sec:Multiline-Formulas"
32141
32142 \end_inset
32143
32144 .
32145  Afterwards the command 
32146 \series bold
32147
32148 \backslash
32149 ce
32150 \series default
32151  is used in every small blue box of the formula.
32152  
32153 \begin_inset CommandInset ref
32154 LatexCommand eqref
32155 reference "eq:TEOS-reaction-1"
32156
32157 \end_inset
32158
32159  and 
32160 \begin_inset CommandInset ref
32161 LatexCommand eqref
32162 reference "eq:TEOS-reaction-2"
32163
32164 \end_inset
32165
32166  are an example of a multi-stage chemical reaction where every equation
32167  has its own number.
32168 \begin_inset Formula \begin{eqnarray}
32169 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32170 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32171 \end{eqnarray}
32172
32173 \end_inset
32174
32175
32176 \end_layout
32177
32178 \begin_layout Standard
32179 Besides 
32180 \series bold
32181
32182 \backslash
32183 ce
32184 \series default
32185  the 
32186 \series bold
32187 mhchem
32188 \series default
32189  package provides the command 
32190 \series bold
32191
32192 \backslash
32193 cf
32194 \series default
32195
32196 \begin_inset Index idx
32197 status collapsed
32198
32199 \begin_layout Plain Layout
32200 Commands ! C ! 
32201 \backslash
32202 cf
32203 \end_layout
32204
32205 \end_inset
32206
32207  that has to be used for special cases.
32208  For more information about 
32209 \series bold
32210
32211 \backslash
32212 cf
32213 \series default
32214  and more examples have a look at the documentation of 
32215 \series bold
32216 mhchem
32217 \series default
32218
32219 \begin_inset CommandInset citation
32220 LatexCommand cite
32221 key "mhchem"
32222
32223 \end_inset
32224
32225 .
32226 \end_layout
32227
32228 \begin_layout Standard
32229 \begin_inset Newpage newpage
32230 \end_inset
32231
32232
32233 \end_layout
32234
32235 \begin_layout Section
32236 Diagrams
32237 \end_layout
32238
32239 \begin_layout Standard
32240 LyX supports two types of commutative diagrams: 
32241 \series bold
32242 amscd
32243 \series default
32244  and 
32245 \series bold
32246 xymatrix
32247 \series default
32248  that are explained in the following.
32249 \end_layout
32250
32251 \begin_layout Subsection
32252 Amscd Diagrams
32253 \begin_inset Index idx
32254 status collapsed
32255
32256 \begin_layout Plain Layout
32257 Diagrams ! amscd
32258 \end_layout
32259
32260 \end_inset
32261
32262
32263 \end_layout
32264
32265 \begin_layout Standard
32266 Diagrams of this type visualize relations by vertical and horizontal lines
32267  or arrows:
32268 \begin_inset Formula \[
32269 \begin{CD}A@>>>B@>>>C\\
32270 @AAA@.@VVV\\
32271 F@<<<E@<<<D
32272 \end{CD}\]
32273
32274 \end_inset
32275
32276
32277 \end_layout
32278
32279 \begin_layout Standard
32280 To get them, the command 
32281 \series bold
32282
32283 \backslash
32284 CD
32285 \begin_inset Index idx
32286 status collapsed
32287
32288 \begin_layout Plain Layout
32289 Commands ! C ! 
32290 \backslash
32291 CD
32292 \end_layout
32293
32294 \end_inset
32295
32296
32297 \series default
32298  is inserted to a formula.
32299  A blue box appears with two dashed lines where further commands can be
32300  inserted.
32301  With 
32302 \begin_inset Info
32303 type  "shortcut"
32304 arg   "newline-insert newline"
32305 \end_inset
32306
32307  a new line is created.
32308  Horizontal relations are inserted in odd, vertical in even formula lines.
32309 \end_layout
32310
32311 \begin_layout Standard
32312 To create the relations there are the following commands:
32313 \end_layout
32314
32315 \begin_layout Itemize
32316
32317 \series bold
32318 @<<<
32319 \series default
32320  creates a left arrow, 
32321 \series bold
32322 @>>>
32323 \series default
32324  a right arrow and 
32325 \series bold
32326 @=
32327 \series default
32328  a long equal sign
32329 \end_layout
32330
32331 \begin_layout Itemize
32332
32333 \series bold
32334 @AAA
32335 \series default
32336  creates an up arrow, 
32337 \series bold
32338 @VVV
32339 \series default
32340  an down arrow and 
32341 \series bold
32342 @|
32343 \series default
32344  a vertical equal sign
32345 \end_layout
32346
32347 \begin_layout Itemize
32348
32349 \series bold
32350 @.
32351
32352 \series default
32353  is a placeholder for non-existent relations
32354 \end_layout
32355
32356 \begin_layout Standard
32357 All arrows can be labeled as follows:
32358 \end_layout
32359
32360 \begin_layout Itemize
32361 Is text inserted between the first and second < or >, resp., it is placed
32362  above the arrow.
32363  When it is inserted between the second and third one, it appears under
32364  the arrow.
32365 \end_layout
32366
32367 \begin_layout Itemize
32368 When text for vertical arrows is inserted between the first and second A
32369  or V, resp., it is placed left beside the arrow.
32370  When it is inserted between the second and third one, it appears right
32371  beside the arrow.
32372  If the text contains an A or V, these letters must be set into a TeX-brace.
32373 \end_layout
32374
32375 \begin_layout Standard
32376 As example a diagram with all possible relations:
32377 \end_layout
32378
32379 \begin_layout Standard
32380 \begin_inset Formula \[
32381 \begin{CD}A@>j>>B@>>k>C@=F\\
32382 @AmAA@.@VV{V}V@|\\
32383 D@<<j<E@>k>>F@=C
32384 \end{CD}\]
32385
32386 \end_inset
32387
32388
32389 \end_layout
32390
32391 \begin_layout Standard
32392 The command for this is:
32393 \begin_inset Newline newline
32394 \end_inset
32395
32396
32397 \series bold
32398
32399 \backslash
32400 CD
32401 \begin_inset ERT
32402 status collapsed
32403
32404 \begin_layout Plain Layout
32405
32406
32407 \backslash
32408 spce 
32409 \end_layout
32410
32411 \end_inset
32412
32413 A@>j>>B@>>k>C@=F Ctrl+Return
32414 \begin_inset Newline newline
32415 \end_inset
32416
32417
32418 \begin_inset Phantom HPhantom
32419 status open
32420
32421 \begin_layout Plain Layout
32422
32423 \series bold
32424
32425 \backslash
32426 CD
32427 \begin_inset ERT
32428 status collapsed
32429
32430 \begin_layout Plain Layout
32431
32432
32433 \backslash
32434 spce 
32435 \end_layout
32436
32437 \end_inset
32438
32439
32440 \end_layout
32441
32442 \end_inset
32443
32444 @AmAA@.@VV
32445 \backslash
32446 {V
32447 \series default
32448
32449 \begin_inset Formula $\to$
32450 \end_inset
32451
32452
32453 \series bold
32454 V@| Ctrl+Return
32455 \begin_inset Newline newline
32456 \end_inset
32457
32458
32459 \begin_inset Phantom HPhantom
32460 status open
32461
32462 \begin_layout Plain Layout
32463
32464 \series bold
32465
32466 \backslash
32467 CD
32468 \begin_inset ERT
32469 status collapsed
32470
32471 \begin_layout Plain Layout
32472
32473
32474 \backslash
32475 spce 
32476 \end_layout
32477
32478 \end_inset
32479
32480
32481 \end_layout
32482
32483 \end_inset
32484
32485 D@<<j<E@>k>>F@=C
32486 \end_layout
32487
32488 \begin_layout Subsection
32489 Xymatrix Diagrams
32490 \begin_inset Index idx
32491 status collapsed
32492
32493 \begin_layout Plain Layout
32494 Diagrams ! xymatrix
32495 \end_layout
32496
32497 \end_inset
32498
32499
32500 \end_layout
32501
32502 \begin_layout Standard
32503 To be able to use xymatrices, the LaTeX-package 
32504 \series bold
32505 xypic
32506 \series default
32507  must be installed.
32508  A xymatrix is created by inserting the command 
32509 \series bold
32510
32511 \backslash
32512 xymatrix
32513 \series default
32514  in a formula.
32515  Then you are able to add new matrix columns and rows like for normal matrices,
32516  see 
32517 \begin_inset CommandInset ref
32518 LatexCommand ref
32519 reference "sec:Matrices"
32520
32521 \end_inset
32522
32523 .
32524 \end_layout
32525
32526 \begin_layout Standard
32527 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32528  and much more.
32529  All possibilities to create commutative diagrams and decorations are explained
32530  in detail in the 
32531 \emph on
32532 XY-pic manual
32533 \emph default
32534  that you find in the menu 
32535 \family sans
32536 Help\SpecialChar \menuseparator
32537 Specific
32538 \begin_inset space ~
32539 \end_inset
32540
32541 Manuals
32542 \family default
32543 .
32544 \end_layout
32545
32546 \begin_layout Subsection
32547
32548 \noun on
32549 Feynman
32550 \noun default
32551  Diagrams
32552 \begin_inset Index idx
32553 status collapsed
32554
32555 \begin_layout Plain Layout
32556 Diagrams ! Feynman
32557 \end_layout
32558
32559 \end_inset
32560
32561
32562 \end_layout
32563
32564 \begin_layout Standard
32565 To be able to use 
32566 \noun on
32567 Feynman
32568 \noun default
32569 -diagrams, the LaTeX-package 
32570 \series bold
32571 feyn
32572 \series default
32573  must be installed.
32574  A 
32575 \noun on
32576 Feynman
32577 \noun default
32578 -diagram is created by inserting the command 
32579 \series bold
32580
32581 \backslash
32582 Diagram
32583 \series default
32584  in a formula.
32585  Then you are able to add new matrix columns and rows like for normal matrices,
32586  see 
32587 \begin_inset CommandInset ref
32588 LatexCommand ref
32589 reference "sec:Matrices"
32590
32591 \end_inset
32592
32593 .
32594 \end_layout
32595
32596 \begin_layout Standard
32597 Examples how to create 
32598 \noun on
32599 Feynman-
32600 \noun default
32601 diagrams in LyX is given in the 
32602 \emph on
32603 Feynman-diagram manual
32604 \emph default
32605  that you find in the menu 
32606 \family sans
32607 Help\SpecialChar \menuseparator
32608 Specific
32609 \begin_inset space ~
32610 \end_inset
32611
32612 Manuals
32613 \family default
32614 .
32615 \end_layout
32616
32617 \begin_layout Section
32618 User-defined Commands
32619 \begin_inset Index idx
32620 status collapsed
32621
32622 \begin_layout Plain Layout
32623 User-defined commands
32624 \end_layout
32625
32626 \end_inset
32627
32628
32629 \end_layout
32630
32631 \begin_layout Standard
32632 \begin_inset Note Greyedout
32633 status open
32634
32635 \begin_layout Plain Layout
32636
32637 \series bold
32638 Note:
32639 \series default
32640  The names of user-defined commands and macros may only consist of Latin
32641  letters.
32642 \end_layout
32643
32644 \end_inset
32645
32646
32647 \end_layout
32648
32649 \begin_layout Subsection
32650 The Command 
32651 \backslash
32652 newcommand
32653 \begin_inset CommandInset label
32654 LatexCommand label
32655 name "sub:The-Command-newcommand"
32656
32657 \end_inset
32658
32659
32660 \begin_inset Index idx
32661 status collapsed
32662
32663 \begin_layout Plain Layout
32664 User-defined commands ! 
32665 \backslash
32666 newcommand
32667 \end_layout
32668
32669 \end_inset
32670
32671
32672 \begin_inset Index idx
32673 status collapsed
32674
32675 \begin_layout Plain Layout
32676 Commands ! N ! 
32677 \backslash
32678 newcommand
32679 \end_layout
32680
32681 \end_inset
32682
32683
32684 \end_layout
32685
32686 \begin_layout Standard
32687 Many LaTeX-commands are too long to be used frequently.
32688  But it is possible to define with the command 
32689 \series bold
32690
32691 \backslash
32692 newcommand
32693 \series default
32694  new shorter commands.
32695 \end_layout
32696
32697 \begin_layout Standard
32698 The command scheme of 
32699 \series bold
32700
32701 \backslash
32702 newcommand
32703 \series default
32704  is:
32705 \end_layout
32706
32707 \begin_layout Standard
32708
32709 \series bold
32710
32711 \backslash
32712 newcommand{new command name}[number of arguments][optional
32713 \series default
32714  
32715 \series bold
32716 value]
32717 \begin_inset Newline newline
32718 \end_inset
32719
32720
32721 \begin_inset Phantom HPhantom
32722 status open
32723
32724 \begin_layout Plain Layout
32725
32726 \series bold
32727
32728 \backslash
32729 newcommand
32730 \end_layout
32731
32732 \end_inset
32733
32734 {command definition}
32735 \end_layout
32736
32737 \begin_layout Standard
32738 \begin_inset Note Greyedout
32739 status open
32740
32741 \begin_layout Plain Layout
32742
32743 \series bold
32744 Note:
32745 \series default
32746  Assure that the name of the new command is not already used in your document
32747  or by LaTeX-packages that you use.
32748  When you for example define the command 
32749 \series bold
32750
32751 \backslash
32752 le
32753 \series default
32754  for 
32755 \series bold
32756
32757 \backslash
32758 Leftarrow
32759 \series default
32760 , you get an error message because 
32761 \series bold
32762
32763 \backslash
32764 le
32765 \series default
32766  is already defined as command for 
32767 \begin_inset Quotes eld
32768 \end_inset
32769
32770
32771 \begin_inset Formula $\le$
32772 \end_inset
32773
32774
32775 \begin_inset Quotes erd
32776 \end_inset
32777
32778 .
32779 \end_layout
32780
32781 \end_inset
32782
32783
32784 \end_layout
32785
32786 \begin_layout Standard
32787 The number of arguments is an integer in the range 0
32788 \begin_inset space \thinspace{}
32789 \end_inset
32790
32791 -
32792 \begin_inset space \thinspace{}
32793 \end_inset
32794
32795 9 and specifies how many arguments the new command should have.
32796  With the optional value a value for an optional argument can be predefined.
32797  When this is done, the 
32798 \emph on
32799 first
32800 \emph default
32801  
32802 \emph on
32803 a
32804 \emph default
32805 rgument of the new command is automatically an optional one.
32806 \end_layout
32807
32808 \begin_layout Standard
32809 Here are some examples:
32810 \end_layout
32811
32812 \begin_layout Itemize
32813 To define the command 
32814 \series bold
32815
32816 \backslash
32817 gr
32818 \series default
32819  for 
32820 \series bold
32821
32822 \backslash
32823 Longrightarrow
32824 \series default
32825 , the LaTeX-preamble line is:
32826 \begin_inset VSpace medskip
32827 \end_inset
32828
32829
32830 \begin_inset Newline newline
32831 \end_inset
32832
32833
32834 \series bold
32835
32836 \backslash
32837 newcommand{
32838 \backslash
32839 gr}{
32840 \backslash
32841 Longrightarrow}
32842 \end_layout
32843
32844 \begin_layout Itemize
32845 To define the command 
32846 \series bold
32847
32848 \backslash
32849 us
32850 \series default
32851  for 
32852 \series bold
32853
32854 \backslash
32855 underline
32856 \series default
32857 , the argument (that should be underlined) must be taken into account.
32858  For this the preamble line is:
32859 \begin_inset VSpace medskip
32860 \end_inset
32861
32862
32863 \begin_inset Newline newline
32864 \end_inset
32865
32866
32867 \series bold
32868
32869 \backslash
32870 newcommand{
32871 \backslash
32872 us}[1]{
32873 \backslash
32874 underline{#1}}
32875 \series default
32876
32877 \begin_inset VSpace medskip
32878 \end_inset
32879
32880
32881 \begin_inset Newline newline
32882 \end_inset
32883
32884 The character 
32885 \series bold
32886 #
32887 \series default
32888  acts as argument placeholder, the 
32889 \series bold
32890 1
32891 \series default
32892  behind it denotes that it is the placeholder for the first argument.
32893 \end_layout
32894
32895 \begin_layout Itemize
32896 For 
32897 \series bold
32898
32899 \backslash
32900 framebox
32901 \series default
32902  one can e.
32903 \begin_inset space \thinspace{}
32904 \end_inset
32905
32906 g.
32907 \begin_inset space \space{}
32908 \end_inset
32909
32910 define the command 
32911 \series bold
32912
32913 \backslash
32914 fb
32915 \series default
32916 :
32917 \begin_inset VSpace medskip
32918 \end_inset
32919
32920
32921 \begin_inset Newline newline
32922 \end_inset
32923
32924
32925 \series bold
32926
32927 \backslash
32928 newcommand{
32929 \backslash
32930 fb}[3]{
32931 \backslash
32932 framebox#1#2{$#3$}}
32933 \series default
32934
32935 \begin_inset VSpace medskip
32936 \end_inset
32937
32938
32939 \begin_inset Newline newline
32940 \end_inset
32941
32942 The two Dollar signs creates the extra formula needed for 
32943 \series bold
32944
32945 \backslash
32946 framebox
32947 \series default
32948 , see 
32949 \begin_inset CommandInset ref
32950 LatexCommand ref
32951 reference "sub:Boxes-with-Frame"
32952
32953 \end_inset
32954
32955 .
32956 \end_layout
32957
32958 \begin_layout Itemize
32959 To create a new command for 
32960 \series bold
32961
32962 \backslash
32963 fcolorbox
32964 \series default
32965  where the color for the box needn't to be specified, the argument for the
32966  color is defined optional:
32967 \begin_inset VSpace medskip
32968 \end_inset
32969
32970
32971 \begin_inset Newline newline
32972 \end_inset
32973
32974
32975 \series bold
32976
32977 \backslash
32978 newcommand{
32979 \backslash
32980 cb}[3][white]{
32981 \backslash
32982 fcolorbox{#2}{#1}{$#3$}}
32983 \series default
32984
32985 \begin_inset VSpace medskip
32986 \end_inset
32987
32988
32989 \begin_inset Newline newline
32990 \end_inset
32991
32992 When the color is not specified when using 
32993 \series bold
32994
32995 \backslash
32996 cb
32997 \series default
32998 , the predefined color 
32999 \series bold
33000 white
33001 \series default
33002  will be used.
33003 \end_layout
33004
33005 \begin_layout Standard
33006 A test of the new defined commands:
33007 \end_layout
33008
33009 \begin_layout Standard
33010 \align center
33011 \begin_inset Tabular
33012 <lyxtabular version="3" rows="6" columns="2">
33013 <features tabularvalignment="middle">
33014 <column alignment="center" valignment="top" width="0">
33015 <column alignment="center" valignment="top" width="0">
33016 <row>
33017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33018 \begin_inset Text
33019
33020 \begin_layout Plain Layout
33021 Command
33022 \end_layout
33023
33024 \end_inset
33025 </cell>
33026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33027 \begin_inset Text
33028
33029 \begin_layout Plain Layout
33030 Result
33031 \begin_inset Note Note
33032 status collapsed
33033
33034 \begin_layout Plain Layout
33035
33036 \series bold
33037
33038 \backslash
33039 raisebox
33040 \series default
33041  is only used as spacer.
33042 \end_layout
33043
33044 \end_inset
33045
33046
33047 \end_layout
33048
33049 \end_inset
33050 </cell>
33051 </row>
33052 <row>
33053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33054 \begin_inset Text
33055
33056 \begin_layout Plain Layout
33057 A
33058 \backslash
33059 gr
33060 \begin_inset ERT
33061 status collapsed
33062
33063 \begin_layout Plain Layout
33064
33065
33066 \backslash
33067 spce 
33068 \end_layout
33069
33070 \end_inset
33071
33072 B
33073 \end_layout
33074
33075 \end_inset
33076 </cell>
33077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33078 \begin_inset Text
33079
33080 \begin_layout Plain Layout
33081 \begin_inset Formula $A\gr B$
33082 \end_inset
33083
33084
33085 \end_layout
33086
33087 \end_inset
33088 </cell>
33089 </row>
33090 <row>
33091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33092 \begin_inset Text
33093
33094 \begin_layout Plain Layout
33095
33096 \backslash
33097 us{ABcd
33098 \end_layout
33099
33100 \end_inset
33101 </cell>
33102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33103 \begin_inset Text
33104
33105 \begin_layout Plain Layout
33106 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33107 \end_inset
33108
33109
33110 \end_layout
33111
33112 \end_inset
33113 </cell>
33114 </row>
33115 <row>
33116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33117 \begin_inset Text
33118
33119 \begin_layout Plain Layout
33120
33121 \backslash
33122 fb{[2cm]
33123 \begin_inset Formula $\to$
33124 \end_inset
33125
33126
33127 \backslash
33128 {
33129 \begin_inset Formula $\to$
33130 \end_inset
33131
33132
33133 \backslash
33134 {
33135 \backslash
33136 int
33137 \begin_inset ERT
33138 status collapsed
33139
33140 \begin_layout Plain Layout
33141
33142
33143 \backslash
33144 spce 
33145 \end_layout
33146
33147 \end_inset
33148
33149 A=B
33150 \end_layout
33151
33152 \end_inset
33153 </cell>
33154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33155 \begin_inset Text
33156
33157 \begin_layout Plain Layout
33158 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33159 \end_inset
33160
33161
33162 \end_layout
33163
33164 \end_inset
33165 </cell>
33166 </row>
33167 <row>
33168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33169 \begin_inset Text
33170
33171 \begin_layout Plain Layout
33172
33173 \backslash
33174 cb{red
33175 \begin_inset Formula $\to$
33176 \end_inset
33177
33178
33179 \backslash
33180 {
33181 \backslash
33182 int
33183 \begin_inset ERT
33184 status collapsed
33185
33186 \begin_layout Plain Layout
33187
33188
33189 \backslash
33190 spce 
33191 \end_layout
33192
33193 \end_inset
33194
33195 A=B
33196 \end_layout
33197
33198 \end_inset
33199 </cell>
33200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33201 \begin_inset Text
33202
33203 \begin_layout Plain Layout
33204 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33205 \end_inset
33206
33207
33208 \end_layout
33209
33210 \end_inset
33211 </cell>
33212 </row>
33213 <row>
33214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33215 \begin_inset Text
33216
33217 \begin_layout Plain Layout
33218
33219 \backslash
33220 cb[green]
33221 \backslash
33222 {red
33223 \begin_inset Formula $\to$
33224 \end_inset
33225
33226
33227 \backslash
33228 {
33229 \backslash
33230 int
33231 \begin_inset ERT
33232 status collapsed
33233
33234 \begin_layout Plain Layout
33235
33236
33237 \backslash
33238 spce 
33239 \end_layout
33240
33241 \end_inset
33242
33243 A=B
33244 \end_layout
33245
33246 \end_inset
33247 </cell>
33248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33249 \begin_inset Text
33250
33251 \begin_layout Plain Layout
33252 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33253 \end_inset
33254
33255
33256 \end_layout
33257
33258 \end_inset
33259 </cell>
33260 </row>
33261 </lyxtabular>
33262
33263 \end_inset
33264
33265
33266 \end_layout
33267
33268 \begin_layout Subsection
33269 Math Macros
33270 \begin_inset Index idx
33271 status collapsed
33272
33273 \begin_layout Plain Layout
33274 User-defined commands! Math macros
33275 \end_layout
33276
33277 \end_inset
33278
33279
33280 \begin_inset Index idx
33281 status collapsed
33282
33283 \begin_layout Plain Layout
33284 Macros
33285 \end_layout
33286
33287 \end_inset
33288
33289
33290 \end_layout
33291
33292 \begin_layout Standard
33293 User-defined commands are especially convenient for complex expressions.
33294  When you are for example dealing in a document with quadratic equations,
33295  the same solution type occurs several times.
33296  The general form of a quadratic equation is
33297 \begin_inset Formula \[
33298 0=\lambda^{2}+p\lambda+q\]
33299
33300 \end_inset
33301
33302 The general form of the solution is
33303 \begin_inset Formula \[
33304 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
33305
33306 \end_inset
33307
33308
33309 \end_layout
33310
33311 \begin_layout Standard
33312 To define a command for the solution formula where only the three parameters
33313  
33314 \begin_inset Formula $\lambda$
33315 \end_inset
33316
33317
33318 \begin_inset Formula $p$
33319 \end_inset
33320
33321  and 
33322 \begin_inset Formula $q$
33323 \end_inset
33324
33325  need to be specified and the index of 
33326 \begin_inset Formula $\lambda$
33327 \end_inset
33328
33329  can be given optionally, the LaTeX-preamble line is
33330 \begin_inset Newline newline
33331 \end_inset
33332
33333
33334 \series bold
33335
33336 \backslash
33337 newcommand{
33338 \backslash
33339 qG}[4][1,
33340 \backslash
33341 ,2]{#2_{#1}=-
33342 \backslash
33343 frac{#3}{2}
33344 \backslash
33345 pm
33346 \begin_inset Newline newline
33347 \end_inset
33348
33349
33350 \begin_inset Phantom HPhantom
33351 status open
33352
33353 \begin_layout Plain Layout
33354
33355 \series bold
33356
33357 \backslash
33358 newcommand
33359 \end_layout
33360
33361 \end_inset
33362
33363
33364 \backslash
33365 sqrt{
33366 \backslash
33367 frac{#3^{2}}{4}-#4}}
33368 \end_layout
33369
33370 \begin_layout Standard
33371 To create with this the solution formula, the command
33372 \begin_inset Newline newline
33373 \end_inset
33374
33375
33376 \series bold
33377
33378 \backslash
33379 qG{
33380 \backslash
33381 lambda
33382 \begin_inset Formula $\to$
33383 \end_inset
33384
33385
33386 \backslash
33387 {p
33388 \begin_inset Formula $\to$
33389 \end_inset
33390
33391
33392 \backslash
33393 {q
33394 \series default
33395  is inserted to a formula
33396 \series bold
33397 .
33398 \end_layout
33399
33400 \begin_layout Standard
33401 The definition of the new command is unintuitive because one has to know
33402  the schemes of all used LaTeX commands, e.
33403 \begin_inset space \thinspace{}
33404 \end_inset
33405
33406 g.
33407 \begin_inset space \space{}
33408 \end_inset
33409
33410 that a fraction is inserted in LaTeX as 
33411 \series bold
33412
33413 \backslash
33414 frac{numerator}{denominator}
33415 \series default
33416 .
33417  Furthermore one can easily forget a brace in the definition and cannot
33418  see in LyX what the new command is doing.
33419  To avoid these problems LyX offers the possibility to use math macros instead
33420  of the command 
33421 \series bold
33422
33423 \backslash
33424 newcommand
33425 \series default
33426 .
33427 \end_layout
33428
33429 \begin_layout Standard
33430 A math macro is created by using the menu 
33431 \family sans
33432 Insert\SpecialChar \menuseparator
33433 Math\SpecialChar \menuseparator
33434 Macro
33435 \family default
33436  or the toolbar button 
33437 \begin_inset Graphics
33438         filename ../images/math-macro_newmacroname_newcommand.png
33439         scale 85
33440
33441 \end_inset
33442
33443 .
33444  The math macro toolbar appears together with the following box where the
33445  macro is defined:
33446 \begin_inset Newline newline
33447 \end_inset
33448
33449
33450 \begin_inset space \hspace*{\fill}
33451 \end_inset
33452
33453
33454 \begin_inset Graphics
33455         filename clipart/macrobox.png
33456
33457 \end_inset
33458
33459
33460 \begin_inset space \hspace*{\fill}
33461 \end_inset
33462
33463
33464 \begin_inset Newline newline
33465 \end_inset
33466
33467
33468 \begin_inset FormulaMacro
33469 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33470 \end_inset
33471
33472
33473 \backslash
33474 newmacroname is the default name of the macro that should be changed to
33475  something sensible.
33476  The wanted formula is inserted in the first blue box.
33477  An argument placeholder is inserted with the command 
33478 \series bold
33479
33480 \backslash
33481 #argumentnumber
33482 \series default
33483 , e.
33484 \begin_inset space \thinspace{}
33485 \end_inset
33486
33487 g
33488 \begin_inset space \space{}
33489 \end_inset
33490
33491
33492 \series bold
33493
33494 \backslash
33495 #1
33496 \series default
33497  or by using the macro toolbar button 
33498 \begin_inset Graphics
33499         filename ../images/math-macro-add-param.png
33500         scale 85
33501
33502 \end_inset
33503
33504 .
33505  Argument placeholders are displayed red.
33506  Maximum 9 arguments are possible.
33507  Optional arguments are created with the toolbar button 
33508 \begin_inset Graphics
33509         filename ../images/math-macro-add-optional-param.png
33510         scale 85
33511
33512 \end_inset
33513
33514 .
33515  The first non-optional argument can be transformed to an optional one with
33516  the toolbar button 
33517 \begin_inset Graphics
33518         filename ../images/math-macro-make-optional.png
33519         scale 85
33520
33521 \end_inset
33522
33523 .
33524  In the second blue box the appearance of the macro in LyX can be defined.
33525  Normally you want to see it as it is defined, so the box is kept empty.
33526  But when you have created a macro that needs lot of space on the screen,
33527  you can insert in the box for example
33528 \begin_inset Newline newline
33529 \end_inset
33530
33531
33532 \series bold
33533 qG: 
33534 \backslash
33535 #1
33536 \series default
33537  
33538 \series bold
33539 ,
33540 \series default
33541  
33542 \series bold
33543
33544 \backslash
33545 #2
33546 \series default
33547  
33548 \series bold
33549 ,
33550 \series default
33551  
33552 \series bold
33553
33554 \backslash
33555 #3, 
33556 \backslash
33557 #4
33558 \begin_inset Newline newline
33559 \end_inset
33560
33561
33562 \series default
33563 For the macro only the arguments with the macro name in front of them will
33564  then be displayed in LyX, leading to a better overview.
33565  The formula appears in the output as defined in the first box.
33566 \begin_inset Newline newline
33567 \end_inset
33568
33569 The appearance of macros in formulas can furthermore be changed for single
33570  macros by setting the cursor in the macro and using the menu 
33571 \family sans
33572 View\SpecialChar \menuseparator
33573 (Un)fold
33574 \begin_inset space ~
33575 \end_inset
33576
33577 Math
33578 \begin_inset space ~
33579 \end_inset
33580
33581 Macro
33582 \family default
33583 .
33584 \end_layout
33585
33586 \begin_layout Standard
33587 To use a macro, the macro name is inserted as command to a formula, in our
33588  case 
33589 \series bold
33590
33591 \backslash
33592 qG
33593 \series default
33594 .
33595  Our macro looks in LyX like this:
33596 \begin_inset Newline newline
33597 \end_inset
33598
33599
33600 \begin_inset space \hspace*{\fill}
33601 \end_inset
33602
33603
33604 \begin_inset Graphics
33605         filename clipart/macrouse.png
33606
33607 \end_inset
33608
33609
33610 \begin_inset space \hspace*{\fill}
33611 \end_inset
33612
33613
33614 \begin_inset Newline newline
33615 \end_inset
33616
33617 Here is our macro example with the arguments 
33618 \begin_inset Formula $x$
33619 \end_inset
33620
33621
33622 \begin_inset Formula $\ln(x)$
33623 \end_inset
33624
33625  and 
33626 \begin_inset Formula $B$
33627 \end_inset
33628
33629 :
33630 \end_layout
33631
33632 \begin_layout Standard
33633 \begin_inset Formula \[
33634 \qG x{\ln(x)}B\]
33635
33636 \end_inset
33637
33638
33639 \end_layout
33640
33641 \begin_layout Standard
33642 LyX offers in the menu 
33643 \family sans
33644 Tools\SpecialChar \menuseparator
33645 Preferences\SpecialChar \menuseparator
33646 Editing\SpecialChar \menuseparator
33647 Control
33648 \family default
33649  different styles to edit macros.
33650  To find the style that suits you the most, choose a style and set the cursor
33651  in a macro formula to see the difference.
33652 \end_layout
33653
33654 \begin_layout Standard
33655 A math macro is transformed internally to a 
33656 \series bold
33657
33658 \backslash
33659 newcommand
33660 \series default
33661  command when exporting the document.
33662  The created 
33663 \series bold
33664
33665 \backslash
33666 newcommand
33667 \series default
33668  command is not placed in the LaTeX-preamble, therefore macros can only
33669  be used in formulas that are in the document below the macro definition
33670  box.
33671 \end_layout
33672
33673 \begin_layout Standard
33674 Math macros can also be directly be created from a 
33675 \series bold
33676
33677 \backslash
33678 newcommand
33679 \series default
33680  command.
33681  When writing for example the command
33682 \series bold
33683
33684 \begin_inset Newline newline
33685 \end_inset
33686
33687
33688 \backslash
33689 newcommand{
33690 \backslash
33691 larrow}[2]{
33692 \backslash
33693 xleftarrow[#2]{#1}}
33694 \begin_inset Newline newline
33695 \end_inset
33696
33697
33698 \series default
33699 in LyX as normal text, highlighting it completely and using then the shortcut
33700  
33701 \family sans
33702 Ctrl+M
33703 \family default
33704 , the command will be transformed to a math macro.
33705  Using this method you need to be careful that the 
33706 \series bold
33707
33708 \backslash
33709 newcommand
33710 \series default
33711  command is typed correctly, otherwise you get a faulty macro leading to
33712  LaTeX errors.
33713 \end_layout
33714
33715 \begin_layout Standard
33716 Math macros currently yet have the problem that further formulas in macro
33717  definitions are handled wrongly.
33718  Therefore the example 
33719 \series bold
33720
33721 \backslash
33722 fb
33723 \series default
33724  from 
33725 \begin_inset CommandInset ref
33726 LatexCommand ref
33727 reference "sub:The-Command-newcommand"
33728
33729 \end_inset
33730
33731  cannot be created as macro.
33732 \end_layout
33733
33734 \begin_layout Standard
33735 When the cursor is in a macro definition box, you will see the macro toolbar
33736  in LyX:
33737 \end_layout
33738
33739 \begin_layout Standard
33740 \begin_inset VSpace defskip
33741 \end_inset
33742
33743
33744 \end_layout
33745
33746 \begin_layout Standard
33747 \begin_inset Graphics
33748         filename clipart/MacroToolbar.png
33749
33750 \end_inset
33751
33752
33753 \begin_inset Index idx
33754 status collapsed
33755
33756 \begin_layout Plain Layout
33757 Macros ! Toolbar
33758 \end_layout
33759
33760 \end_inset
33761
33762
33763 \end_layout
33764
33765 \begin_layout Standard
33766 \begin_inset VSpace defskip
33767 \end_inset
33768
33769
33770 \end_layout
33771
33772 \begin_layout Standard
33773 The macro toolbar contains from left to right the following buttons:
33774 \end_layout
33775
33776 \begin_layout Standard
33777 \begin_inset VSpace defskip
33778 \end_inset
33779
33780
33781 \end_layout
33782
33783 \begin_layout Standard
33784 \begin_inset Tabular
33785 <lyxtabular version="3" rows="9" columns="2">
33786 <features islongtable="true" longtabularalignment="center">
33787 <column alignment="left" valignment="top" width="0">
33788 <column alignment="left" valignment="top" width="85col%">
33789 <row interlinespace="2.5mm">
33790 <cell alignment="center" valignment="top" usebox="none">
33791 \begin_inset Text
33792
33793 \begin_layout Plain Layout
33794 \begin_inset Graphics
33795         filename ../images/math-macro-remove-param.png
33796         BoundingBox 0bp 5bp 20bp 25bp
33797         rotateOrigin center
33798
33799 \end_inset
33800
33801
33802 \end_layout
33803
33804 \end_inset
33805 </cell>
33806 <cell alignment="center" valignment="top" usebox="none">
33807 \begin_inset Text
33808
33809 \begin_layout Plain Layout
33810
33811 \family sans
33812 Edit\SpecialChar \menuseparator
33813 Math\SpecialChar \menuseparator
33814 Macro
33815 \begin_inset space ~
33816 \end_inset
33817
33818 Definition\SpecialChar \menuseparator
33819 Remove Last Argument
33820 \end_layout
33821
33822 \end_inset
33823 </cell>
33824 </row>
33825 <row interlinespace="2.5mm">
33826 <cell alignment="center" valignment="top" usebox="none">
33827 \begin_inset Text
33828
33829 \begin_layout Plain Layout
33830 \begin_inset Graphics
33831         filename ../images/math-macro-add-param.png
33832         BoundingBox 0bp 5bp 20bp 25bp
33833         rotateOrigin center
33834
33835 \end_inset
33836
33837
33838 \end_layout
33839
33840 \end_inset
33841 </cell>
33842 <cell alignment="center" valignment="top" usebox="none">
33843 \begin_inset Text
33844
33845 \begin_layout Plain Layout
33846
33847 \family sans
33848 Edit\SpecialChar \menuseparator
33849 Math\SpecialChar \menuseparator
33850 Macro
33851 \begin_inset space ~
33852 \end_inset
33853
33854 Definition\SpecialChar \menuseparator
33855 Append Argument
33856 \end_layout
33857
33858 \end_inset
33859 </cell>
33860 </row>
33861 <row interlinespace="2.5mm">
33862 <cell alignment="center" valignment="top" usebox="none">
33863 \begin_inset Text
33864
33865 \begin_layout Plain Layout
33866 \begin_inset Graphics
33867         filename ../images/math-macro-make-optional.png
33868         BoundingBox 0bp 5bp 20bp 25bp
33869         rotateOrigin center
33870
33871 \end_inset
33872
33873
33874 \end_layout
33875
33876 \end_inset
33877 </cell>
33878 <cell alignment="center" valignment="top" usebox="none">
33879 \begin_inset Text
33880
33881 \begin_layout Plain Layout
33882
33883 \family sans
33884 Edit\SpecialChar \menuseparator
33885 Math\SpecialChar \menuseparator
33886 Macro
33887 \begin_inset space ~
33888 \end_inset
33889
33890 Definition\SpecialChar \menuseparator
33891 Make First Non-Optional into
33892 \begin_inset Newline newline
33893 \end_inset
33894
33895
33896 \begin_inset Phantom HPhantom
33897 status open
33898
33899 \begin_layout Plain Layout
33900
33901 \family sans
33902 Edit\SpecialChar \menuseparator
33903 Math\SpecialChar \menuseparator
33904 Macro
33905 \begin_inset space ~
33906 \end_inset
33907
33908 Definition\SpecialChar \menuseparator
33909
33910 \end_layout
33911
33912 \end_inset
33913
33914 Optional Argument
33915 \end_layout
33916
33917 \end_inset
33918 </cell>
33919 </row>
33920 <row interlinespace="2.5mm">
33921 <cell alignment="center" valignment="top" usebox="none">
33922 \begin_inset Text
33923
33924 \begin_layout Plain Layout
33925 \begin_inset Graphics
33926         filename ../images/math-macro-make-nonoptional.png
33927         BoundingBox 0bp 5bp 20bp 25bp
33928         rotateOrigin center
33929
33930 \end_inset
33931
33932
33933 \end_layout
33934
33935 \end_inset
33936 </cell>
33937 <cell alignment="center" valignment="top" usebox="none">
33938 \begin_inset Text
33939
33940 \begin_layout Plain Layout
33941
33942 \family sans
33943 Edit\SpecialChar \menuseparator
33944 Math\SpecialChar \menuseparator
33945 Macro
33946 \begin_inset space ~
33947 \end_inset
33948
33949 Definition\SpecialChar \menuseparator
33950 Make Last Optional into
33951 \begin_inset Newline newline
33952 \end_inset
33953
33954
33955 \begin_inset Phantom HPhantom
33956 status open
33957
33958 \begin_layout Plain Layout
33959
33960 \family sans
33961 Edit\SpecialChar \menuseparator
33962 Math\SpecialChar \menuseparator
33963 Macro
33964 \begin_inset space ~
33965 \end_inset
33966
33967 Definition\SpecialChar \menuseparator
33968
33969 \end_layout
33970
33971 \end_inset
33972
33973 Non-Optional Argument
33974 \end_layout
33975
33976 \end_inset
33977 </cell>
33978 </row>
33979 <row interlinespace="2.5mm">
33980 <cell alignment="center" valignment="top" usebox="none">
33981 \begin_inset Text
33982
33983 \begin_layout Plain Layout
33984 \begin_inset Graphics
33985         filename ../images/math-macro-remove-optional-param.png
33986         BoundingBox 0bp 5bp 20bp 25bp
33987         rotateOrigin center
33988
33989 \end_inset
33990
33991
33992 \end_layout
33993
33994 \end_inset
33995 </cell>
33996 <cell alignment="center" valignment="top" usebox="none">
33997 \begin_inset Text
33998
33999 \begin_layout Plain Layout
34000
34001 \family sans
34002 Edit\SpecialChar \menuseparator
34003 Math\SpecialChar \menuseparator
34004 Macro
34005 \begin_inset space ~
34006 \end_inset
34007
34008 Definition\SpecialChar \menuseparator
34009 Remove Optional Argument
34010 \end_layout
34011
34012 \end_inset
34013 </cell>
34014 </row>
34015 <row interlinespace="2.5mm">
34016 <cell alignment="center" valignment="top" usebox="none">
34017 \begin_inset Text
34018
34019 \begin_layout Plain Layout
34020 \begin_inset Graphics
34021         filename ../images/math-macro-add-optional-param.png
34022         BoundingBox 0bp 5bp 20bp 25bp
34023         rotateOrigin center
34024
34025 \end_inset
34026
34027
34028 \end_layout
34029
34030 \end_inset
34031 </cell>
34032 <cell alignment="center" valignment="top" usebox="none">
34033 \begin_inset Text
34034
34035 \begin_layout Plain Layout
34036
34037 \family sans
34038 Edit\SpecialChar \menuseparator
34039 Math\SpecialChar \menuseparator
34040 Macro
34041 \begin_inset space ~
34042 \end_inset
34043
34044 Definition\SpecialChar \menuseparator
34045 Insert Optional Argument
34046 \end_layout
34047
34048 \end_inset
34049 </cell>
34050 </row>
34051 <row interlinespace="2.5mm">
34052 <cell alignment="center" valignment="top" usebox="none">
34053 \begin_inset Text
34054
34055 \begin_layout Plain Layout
34056 \begin_inset Graphics
34057         filename ../images/math-macro-remove-greedy-param.png
34058         BoundingBox 0bp 5bp 20bp 25bp
34059         rotateOrigin center
34060
34061 \end_inset
34062
34063
34064 \end_layout
34065
34066 \end_inset
34067 </cell>
34068 <cell alignment="center" valignment="top" usebox="none">
34069 \begin_inset Text
34070
34071 \begin_layout Plain Layout
34072
34073 \family sans
34074 Edit\SpecialChar \menuseparator
34075 Math\SpecialChar \menuseparator
34076 Macro
34077 \begin_inset space ~
34078 \end_inset
34079
34080 Definition\SpecialChar \menuseparator
34081 Remove Last Argument
34082 \begin_inset Newline newline
34083 \end_inset
34084
34085
34086 \begin_inset Phantom HPhantom
34087 status open
34088
34089 \begin_layout Plain Layout
34090
34091 \family sans
34092 Edit\SpecialChar \menuseparator
34093 Math\SpecialChar \menuseparator
34094 Macro
34095 \begin_inset space ~
34096 \end_inset
34097
34098 Definition\SpecialChar \menuseparator
34099
34100 \end_layout
34101
34102 \end_inset
34103
34104 Spitting Out To The Right
34105 \end_layout
34106
34107 \end_inset
34108 </cell>
34109 </row>
34110 <row interlinespace="2.5mm">
34111 <cell alignment="center" valignment="top" usebox="none">
34112 \begin_inset Text
34113
34114 \begin_layout Plain Layout
34115 \begin_inset Graphics
34116         filename ../images/math-macro-append-greedy-param.png
34117         BoundingBox 0bp 5bp 20bp 25bp
34118         rotateOrigin center
34119
34120 \end_inset
34121
34122
34123 \end_layout
34124
34125 \end_inset
34126 </cell>
34127 <cell alignment="center" valignment="top" usebox="none">
34128 \begin_inset Text
34129
34130 \begin_layout Plain Layout
34131
34132 \family sans
34133 Edit\SpecialChar \menuseparator
34134 Math\SpecialChar \menuseparator
34135 Macro
34136 \begin_inset space ~
34137 \end_inset
34138
34139 Definition\SpecialChar \menuseparator
34140 Append Argument
34141 \begin_inset Newline newline
34142 \end_inset
34143
34144
34145 \begin_inset Phantom HPhantom
34146 status open
34147
34148 \begin_layout Plain Layout
34149
34150 \family sans
34151 Edit\SpecialChar \menuseparator
34152 Math\SpecialChar \menuseparator
34153 Macro
34154 \begin_inset space ~
34155 \end_inset
34156
34157 Definition\SpecialChar \menuseparator
34158
34159 \end_layout
34160
34161 \end_inset
34162
34163 Eating From The Right
34164 \end_layout
34165
34166 \end_inset
34167 </cell>
34168 </row>
34169 <row interlinespace="2.5mm">
34170 <cell alignment="center" valignment="top" usebox="none">
34171 \begin_inset Text
34172
34173 \begin_layout Plain Layout
34174 \begin_inset Graphics
34175         filename ../images/math-macro-add-greedy-optional-param.png
34176         BoundingBox 0bp 5bp 20bp 25bp
34177         rotateOrigin center
34178
34179 \end_inset
34180
34181
34182 \end_layout
34183
34184 \end_inset
34185 </cell>
34186 <cell alignment="center" valignment="top" usebox="none">
34187 \begin_inset Text
34188
34189 \begin_layout Plain Layout
34190
34191 \family sans
34192 Edit\SpecialChar \menuseparator
34193 Math\SpecialChar \menuseparator
34194 Macro
34195 \begin_inset space ~
34196 \end_inset
34197
34198 Definition\SpecialChar \menuseparator
34199 Append Optional Argument
34200 \begin_inset Newline newline
34201 \end_inset
34202
34203
34204 \begin_inset Phantom HPhantom
34205 status open
34206
34207 \begin_layout Plain Layout
34208
34209 \family sans
34210 Edit\SpecialChar \menuseparator
34211 Math\SpecialChar \menuseparator
34212 Macro
34213 \begin_inset space ~
34214 \end_inset
34215
34216 Definition\SpecialChar \menuseparator
34217
34218 \end_layout
34219
34220 \end_inset
34221
34222 Eating From The Right
34223 \end_layout
34224
34225 \end_inset
34226 </cell>
34227 </row>
34228 </lyxtabular>
34229
34230 \end_inset
34231
34232
34233 \end_layout
34234
34235 \begin_layout Standard
34236 \begin_inset Newpage newpage
34237 \end_inset
34238
34239
34240 \end_layout
34241
34242 \begin_layout Section
34243 Tips
34244 \begin_inset Index idx
34245 status collapsed
34246
34247 \begin_layout Plain Layout
34248 Tips
34249 \end_layout
34250
34251 \end_inset
34252
34253
34254 \end_layout
34255
34256 \begin_layout Subsection
34257 Negative Numbers
34258 \begin_inset Index idx
34259 status collapsed
34260
34261 \begin_layout Plain Layout
34262 Numbers ! negative
34263 \end_layout
34264
34265 \end_inset
34266
34267
34268 \end_layout
34269
34270 \begin_layout Standard
34271 Negative numbers often look ugly in formulas because the minus sign before
34272  the number is set with the same length as the minus operator sign.
34273  When writing the negative number in normal text, the minus sign appears
34274  correctly.
34275 \end_layout
34276
34277 \begin_layout Standard
34278 Thus, the problem disappears when converting the minus sign to mathematical
34279  text.
34280 \end_layout
34281
34282 \begin_layout Standard
34283 An example to visualize the problem:
34284 \end_layout
34285
34286 \begin_layout Standard
34287 \align center
34288 \begin_inset Tabular
34289 <lyxtabular version="3" rows="3" columns="2">
34290 <features tabularvalignment="middle">
34291 <column alignment="right" valignment="top" width="0">
34292 <column alignment="left" valignment="top" width="0">
34293 <row>
34294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34295 \begin_inset Text
34296
34297 \begin_layout Plain Layout
34298 normal text:
34299 \end_layout
34300
34301 \end_inset
34302 </cell>
34303 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34304 \begin_inset Text
34305
34306 \begin_layout Plain Layout
34307 x = -2
34308 \end_layout
34309
34310 \end_inset
34311 </cell>
34312 </row>
34313 <row>
34314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34315 \begin_inset Text
34316
34317 \begin_layout Plain Layout
34318 formula:
34319 \end_layout
34320
34321 \end_inset
34322 </cell>
34323 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34324 \begin_inset Text
34325
34326 \begin_layout Plain Layout
34327 \begin_inset Formula $x=-2$
34328 \end_inset
34329
34330
34331 \end_layout
34332
34333 \end_inset
34334 </cell>
34335 </row>
34336 <row>
34337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34338 \begin_inset Text
34339
34340 \begin_layout Plain Layout
34341 solution:
34342 \end_layout
34343
34344 \end_inset
34345 </cell>
34346 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34347 \begin_inset Text
34348
34349 \begin_layout Plain Layout
34350 \begin_inset Formula $x=\textrm{-}2$
34351 \end_inset
34352
34353
34354 \end_layout
34355
34356 \end_inset
34357 </cell>
34358 </row>
34359 </lyxtabular>
34360
34361 \end_inset
34362
34363
34364 \end_layout
34365
34366 \begin_layout Subsection
34367 Comma as decimal Separator
34368 \begin_inset Index idx
34369 status collapsed
34370
34371 \begin_layout Plain Layout
34372 Comma
34373 \end_layout
34374
34375 \end_inset
34376
34377
34378 \end_layout
34379
34380 \begin_layout Standard
34381 In LaTeX a comma inside a formula is used, according to the English convention,
34382  as number group separator.
34383  So there will be space added behind all commas in formulas.
34384 \end_layout
34385
34386 \begin_layout Standard
34387 To avoid this, the comma is highlighted and changed to mathematical text
34388  (shortcut 
34389 \begin_inset Info
34390 type  "shortcut"
34391 arg   "math-mode"
34392 \end_inset
34393
34394 ).
34395 \end_layout
34396
34397 \begin_layout Standard
34398 To use all formula commas in the document as decimal separator, the file
34399  
34400 \series bold
34401 icomma.sty
34402 \series default
34403
34404 \begin_inset Foot
34405 status collapsed
34406
34407 \begin_layout Plain Layout
34408
34409 \series bold
34410 icomma
34411 \series default
34412  is part of the LaTeX-package 
34413 \series bold
34414 was
34415 \series default
34416
34417 \begin_inset Index idx
34418 status collapsed
34419
34420 \begin_layout Plain Layout
34421 Packages ! was
34422 \begin_inset ERT
34423 status collapsed
34424
34425 \begin_layout Plain Layout
34426
34427
34428 \backslash
34429 vspace{4mm}
34430 \end_layout
34431
34432 \end_inset
34433
34434
34435 \end_layout
34436
34437 \end_inset
34438
34439 .
34440 \end_layout
34441
34442 \end_inset
34443
34444
34445 \begin_inset Index idx
34446 status collapsed
34447
34448 \begin_layout Plain Layout
34449 Packages ! icomma
34450 \end_layout
34451
34452 \end_inset
34453
34454  is loaded with the LaTeX-preamble line
34455 \end_layout
34456
34457 \begin_layout Standard
34458
34459 \series bold
34460
34461 \backslash
34462 usepackage{icomma}
34463 \end_layout
34464
34465 \begin_layout Subsection
34466 Physical Vectors
34467 \begin_inset CommandInset label
34468 LatexCommand label
34469 name "sub:Physical-Vectors"
34470
34471 \end_inset
34472
34473
34474 \begin_inset Index idx
34475 status collapsed
34476
34477 \begin_layout Plain Layout
34478 Vectors ! physical
34479 \end_layout
34480
34481 \end_inset
34482
34483
34484 \end_layout
34485
34486 \begin_layout Standard
34487 Predefined vectors are offered by the LaTeX-package 
34488 \series bold
34489 braket
34490 \series default
34491
34492 \begin_inset Index idx
34493 status collapsed
34494
34495 \begin_layout Plain Layout
34496 Packages ! braket
34497 \end_layout
34498
34499 \end_inset
34500
34501  that is loaded with the LaTeX-preamble line
34502 \end_layout
34503
34504 \begin_layout Standard
34505
34506 \series bold
34507
34508 \backslash
34509 usepackage{braket}
34510 \end_layout
34511
34512 \begin_layout Standard
34513 \begin_inset ERT
34514 status collapsed
34515
34516 \begin_layout Plain Layout
34517
34518
34519 \backslash
34520 ifbraket 
34521 \end_layout
34522
34523 \end_inset
34524
34525
34526 \begin_inset Note Note
34527 status open
34528
34529 \begin_layout Plain Layout
34530 The following table will only be displayed when the LaTeX-package 
34531 \series bold
34532 braket
34533 \series default
34534  is installed.
34535 \end_layout
34536
34537 \end_inset
34538
34539
34540 \end_layout
34541
34542 \begin_layout Standard
34543 The following commands are defined:
34544 \end_layout
34545
34546 \begin_layout Standard
34547 \align center
34548 \begin_inset Tabular
34549 <lyxtabular version="3" rows="4" columns="2">
34550 <features tabularvalignment="middle">
34551 <column alignment="center" valignment="top" width="0">
34552 <column alignment="center" valignment="top" width="0">
34553 <row>
34554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34555 \begin_inset Text
34556
34557 \begin_layout Plain Layout
34558 Command
34559 \end_layout
34560
34561 \end_inset
34562 </cell>
34563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34564 \begin_inset Text
34565
34566 \begin_layout Plain Layout
34567 Result
34568 \end_layout
34569
34570 \end_inset
34571 </cell>
34572 </row>
34573 <row>
34574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34575 \begin_inset Text
34576
34577 \begin_layout Plain Layout
34578
34579 \backslash
34580 Bra{
34581 \backslash
34582 psi
34583 \end_layout
34584
34585 \end_inset
34586 </cell>
34587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34588 \begin_inset Text
34589
34590 \begin_layout Plain Layout
34591 \begin_inset Formula $\Bra{\psi}$
34592 \end_inset
34593
34594
34595 \end_layout
34596
34597 \end_inset
34598 </cell>
34599 </row>
34600 <row>
34601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34602 \begin_inset Text
34603
34604 \begin_layout Plain Layout
34605
34606 \backslash
34607 Ket{
34608 \backslash
34609 psi
34610 \end_layout
34611
34612 \end_inset
34613 </cell>
34614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34615 \begin_inset Text
34616
34617 \begin_layout Plain Layout
34618 \begin_inset Formula $\Ket{\psi}$
34619 \end_inset
34620
34621
34622 \end_layout
34623
34624 \end_inset
34625 </cell>
34626 </row>
34627 <row>
34628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34629 \begin_inset Text
34630
34631 \begin_layout Plain Layout
34632
34633 \backslash
34634 Braket{
34635 \backslash
34636 psi|
34637 \backslash
34638 phi
34639 \end_layout
34640
34641 \end_inset
34642 </cell>
34643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34644 \begin_inset Text
34645
34646 \begin_layout Plain Layout
34647 \begin_inset Formula $\Braket{\psi|\phi}$
34648 \end_inset
34649
34650
34651 \end_layout
34652
34653 \end_inset
34654 </cell>
34655 </row>
34656 </lyxtabular>
34657
34658 \end_inset
34659
34660
34661 \end_layout
34662
34663 \begin_layout Standard
34664 The command 
34665 \series bold
34666
34667 \backslash
34668 Braket
34669 \series default
34670  assures that all vertical bars are set in the size of the surrounding brackets:
34671 \begin_inset Formula \[
34672 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34673
34674 \end_inset
34675
34676
34677 \begin_inset ERT
34678 status collapsed
34679
34680 \begin_layout Plain Layout
34681
34682
34683 \backslash
34684 else 
34685 \end_layout
34686
34687 \end_inset
34688
34689
34690 \begin_inset Note Note
34691 status open
34692
34693 \begin_layout Plain Layout
34694 The following will be displayed when the LaTeX-package 
34695 \series bold
34696 braket
34697 \series default
34698  is not installed:
34699 \end_layout
34700
34701 \end_inset
34702
34703
34704 \end_layout
34705
34706 \begin_layout Standard
34707 You need to install the LaTeX-package 
34708 \series bold
34709 braket
34710 \series default
34711  to see the rest of this subsection in the output.
34712 \end_layout
34713
34714 \begin_layout Standard
34715 \begin_inset ERT
34716 status collapsed
34717
34718 \begin_layout Plain Layout
34719
34720
34721 \backslash
34722 fi 
34723 \end_layout
34724
34725 \end_inset
34726
34727
34728 \end_layout
34729
34730 \begin_layout Standard
34731 The effect of 
34732 \series bold
34733
34734 \backslash
34735 Braket
34736 \series default
34737  can also be achieved using the command 
34738 \series bold
34739
34740 \backslash
34741 middle
34742 \series default
34743 , that is described in 
34744 \begin_inset CommandInset ref
34745 LatexCommand ref
34746 reference "sub:Automatic-Bracket-Size"
34747
34748 \end_inset
34749
34750 .
34751 \end_layout
34752
34753 \begin_layout Subsection
34754 Self-defined Fractions
34755 \begin_inset CommandInset label
34756 LatexCommand label
34757 name "sub:Self-defined-Fractions"
34758
34759 \end_inset
34760
34761
34762 \begin_inset Index idx
34763 status collapsed
34764
34765 \begin_layout Plain Layout
34766 Fractions ! self-defined
34767 \end_layout
34768
34769 \end_inset
34770
34771
34772 \end_layout
34773
34774 \begin_layout Standard
34775 To define custom commands for fractions, the command 
34776 \series bold
34777
34778 \backslash
34779 genfrac
34780 \series default
34781
34782 \begin_inset Index idx
34783 status collapsed
34784
34785 \begin_layout Plain Layout
34786 Commands ! G ! 
34787 \backslash
34788 genfrac
34789 \end_layout
34790
34791 \end_inset
34792
34793  is used in the following scheme:
34794 \end_layout
34795
34796 \begin_layout Standard
34797
34798 \series bold
34799
34800 \backslash
34801 genfrac{left
34802 \series default
34803  
34804 \series bold
34805 bracket}{right
34806 \series default
34807  
34808 \series bold
34809 bracket}{fraction bar thickness}{style}
34810 \begin_inset Newline newline
34811 \end_inset
34812
34813
34814 \begin_inset Phantom HPhantom
34815 status open
34816
34817 \begin_layout Plain Layout
34818
34819 \series bold
34820
34821 \backslash
34822 genfrac
34823 \end_layout
34824
34825 \end_inset
34826
34827 {numerator}{denominator}
34828 \end_layout
34829
34830 \begin_layout Standard
34831 The style is a number in the range of 0
34832 \begin_inset space \thinspace{}
34833 \end_inset
34834
34835 -
34836 \begin_inset space \thinspace{}
34837 \end_inset
34838
34839 3.
34840 \end_layout
34841
34842 \begin_layout Standard
34843 \align center
34844 \begin_inset Tabular
34845 <lyxtabular version="3" rows="5" columns="2">
34846 <features tabularvalignment="middle">
34847 <column alignment="center" valignment="top" width="0">
34848 <column alignment="center" valignment="top" width="0">
34849 <row>
34850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34851 \begin_inset Text
34852
34853 \begin_layout Plain Layout
34854 Number
34855 \end_layout
34856
34857 \end_inset
34858 </cell>
34859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34860 \begin_inset Text
34861
34862 \begin_layout Plain Layout
34863 Style (Size)
34864 \end_layout
34865
34866 \end_inset
34867 </cell>
34868 </row>
34869 <row>
34870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34871 \begin_inset Text
34872
34873 \begin_layout Plain Layout
34874 0
34875 \end_layout
34876
34877 \end_inset
34878 </cell>
34879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34880 \begin_inset Text
34881
34882 \begin_layout Plain Layout
34883 display style formula
34884 \end_layout
34885
34886 \end_inset
34887 </cell>
34888 </row>
34889 <row>
34890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34891 \begin_inset Text
34892
34893 \begin_layout Plain Layout
34894 1
34895 \end_layout
34896
34897 \end_inset
34898 </cell>
34899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34900 \begin_inset Text
34901
34902 \begin_layout Plain Layout
34903 inline formula
34904 \end_layout
34905
34906 \end_inset
34907 </cell>
34908 </row>
34909 <row>
34910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34911 \begin_inset Text
34912
34913 \begin_layout Plain Layout
34914 2
34915 \end_layout
34916
34917 \end_inset
34918 </cell>
34919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34920 \begin_inset Text
34921
34922 \begin_layout Plain Layout
34923 small
34924 \end_layout
34925
34926 \end_inset
34927 </cell>
34928 </row>
34929 <row>
34930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34931 \begin_inset Text
34932
34933 \begin_layout Plain Layout
34934 3
34935 \end_layout
34936
34937 \end_inset
34938 </cell>
34939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34940 \begin_inset Text
34941
34942 \begin_layout Plain Layout
34943 tiny
34944 \end_layout
34945
34946 \end_inset
34947 </cell>
34948 </row>
34949 </lyxtabular>
34950
34951 \end_inset
34952
34953
34954 \end_layout
34955
34956 \begin_layout Standard
34957 When no style is given, the size is adjusted to the surrounding environment
34958  like for the command 
34959 \series bold
34960
34961 \backslash
34962 frac
34963 \series default
34964 .
34965 \end_layout
34966
34967 \begin_layout Standard
34968 When no fraction bar thickness is given, the predefined value of 0.4
34969 \begin_inset space \thinspace{}
34970 \end_inset
34971
34972 pt will be used.
34973 \end_layout
34974
34975 \begin_layout Standard
34976 \begin_inset VSpace medskip
34977 \end_inset
34978
34979 For example, the commands 
34980 \series bold
34981
34982 \backslash
34983 dfrac
34984 \series default
34985  and 
34986 \series bold
34987
34988 \backslash
34989 tbinom
34990 \series default
34991  from 
34992 \begin_inset CommandInset ref
34993 LatexCommand ref
34994 reference "sub:Fractions"
34995
34996 \end_inset
34997
34998  are defined with the commands
34999 \end_layout
35000
35001 \begin_layout Standard
35002
35003 \series bold
35004
35005 \backslash
35006 newcommand{
35007 \backslash
35008 dfrac}[2]{
35009 \backslash
35010 genfrac{}{}{}{0}{#1}{#2}}
35011 \end_layout
35012
35013 \begin_layout Standard
35014 and
35015 \end_layout
35016
35017 \begin_layout Standard
35018
35019 \series bold
35020
35021 \backslash
35022 newcommand{
35023 \backslash
35024 tbinom}[2]{
35025 \backslash
35026 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35027 \end_layout
35028
35029 \begin_layout Standard
35030 \begin_inset VSpace medskip
35031 \end_inset
35032
35033 To define a fraction where the fraction bar thickness can be given as optional
35034  argument, the following line is inserted to the LaTeX-preamble:
35035 \end_layout
35036
35037 \begin_layout Standard
35038
35039 \series bold
35040
35041 \backslash
35042 newcommand{
35043 \backslash
35044 fracS}[3][]{
35045 \backslash
35046 genfrac{}{}{#1}{}{#2}{#3}}
35047 \end_layout
35048
35049 \begin_layout Standard
35050 A test:
35051 \begin_inset Formula \begin{align*}
35052 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35053 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35054 \end{align*}
35055
35056 \end_inset
35057
35058 As one can see, the distance of the numerator and the denominator to the
35059  fraction bar is round about three times the bar thickness.
35060 \end_layout
35061
35062 \begin_layout Subsection
35063 Canceled Formulas
35064 \begin_inset Index idx
35065 status collapsed
35066
35067 \begin_layout Plain Layout
35068 Formula ! canceled
35069 \end_layout
35070
35071 \end_inset
35072
35073
35074 \end_layout
35075
35076 \begin_layout Standard
35077 To cancel formulas or formula parts, the LaTeX-package 
35078 \series bold
35079 cancel
35080 \series default
35081
35082 \begin_inset Index idx
35083 status collapsed
35084
35085 \begin_layout Plain Layout
35086 Packages ! cancel
35087 \end_layout
35088
35089 \end_inset
35090
35091  has to be loaded with the LaTeX-preamble line
35092 \end_layout
35093
35094 \begin_layout Standard
35095
35096 \series bold
35097
35098 \backslash
35099 usepackage[samesize]{cancel}
35100 \end_layout
35101
35102 \begin_layout Standard
35103 \begin_inset ERT
35104 status collapsed
35105
35106 \begin_layout Plain Layout
35107
35108
35109 \backslash
35110 ifcancel 
35111 \end_layout
35112
35113 \end_inset
35114
35115
35116 \begin_inset Note Note
35117 status open
35118
35119 \begin_layout Plain Layout
35120 The following table will only be displayed when the LaTeX-package 
35121 \series bold
35122 cancel
35123 \series default
35124  is installed.
35125 \end_layout
35126
35127 \end_inset
35128
35129
35130 \end_layout
35131
35132 \begin_layout Standard
35133 There are four ways to cancel formulas:
35134 \end_layout
35135
35136 \begin_layout Standard
35137 \align center
35138 \begin_inset Tabular
35139 <lyxtabular version="3" rows="5" columns="2">
35140 <features tabularvalignment="middle">
35141 <column alignment="center" valignment="top" width="0">
35142 <column alignment="center" valignment="top" width="0">
35143 <row>
35144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35145 \begin_inset Text
35146
35147 \begin_layout Plain Layout
35148 Command
35149 \end_layout
35150
35151 \end_inset
35152 </cell>
35153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35154 \begin_inset Text
35155
35156 \begin_layout Plain Layout
35157 Result
35158 \begin_inset Note Note
35159 status collapsed
35160
35161 \begin_layout Plain Layout
35162 The space and
35163 \series bold
35164  
35165 \backslash
35166 raisebox
35167 \series default
35168  are used here as spacer.
35169 \end_layout
35170
35171 \end_inset
35172
35173
35174 \end_layout
35175
35176 \end_inset
35177 </cell>
35178 </row>
35179 <row>
35180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35181 \begin_inset Text
35182
35183 \begin_layout Plain Layout
35184
35185 \backslash
35186 cancel{
35187 \backslash
35188 int
35189 \begin_inset ERT
35190 status collapsed
35191
35192 \begin_layout Plain Layout
35193
35194
35195 \backslash
35196 spce 
35197 \end_layout
35198
35199 \end_inset
35200
35201 A=B
35202 \end_layout
35203
35204 \end_inset
35205 </cell>
35206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35207 \begin_inset Text
35208
35209 \begin_layout Plain Layout
35210 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35211 \end_inset
35212
35213
35214 \end_layout
35215
35216 \end_inset
35217 </cell>
35218 </row>
35219 <row>
35220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35221 \begin_inset Text
35222
35223 \begin_layout Plain Layout
35224
35225 \backslash
35226 bcancel{
35227 \backslash
35228 int
35229 \begin_inset ERT
35230 status collapsed
35231
35232 \begin_layout Plain Layout
35233
35234
35235 \backslash
35236 spce 
35237 \end_layout
35238
35239 \end_inset
35240
35241 A=B
35242 \end_layout
35243
35244 \end_inset
35245 </cell>
35246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35247 \begin_inset Text
35248
35249 \begin_layout Plain Layout
35250 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35251 \end_inset
35252
35253
35254 \end_layout
35255
35256 \end_inset
35257 </cell>
35258 </row>
35259 <row>
35260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35261 \begin_inset Text
35262
35263 \begin_layout Plain Layout
35264
35265 \backslash
35266 xcancel{
35267 \backslash
35268 int
35269 \begin_inset ERT
35270 status collapsed
35271
35272 \begin_layout Plain Layout
35273
35274
35275 \backslash
35276 spce 
35277 \end_layout
35278
35279 \end_inset
35280
35281 A=B
35282 \end_layout
35283
35284 \end_inset
35285 </cell>
35286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35287 \begin_inset Text
35288
35289 \begin_layout Plain Layout
35290 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35291 \end_inset
35292
35293
35294 \end_layout
35295
35296 \end_inset
35297 </cell>
35298 </row>
35299 <row>
35300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35301 \begin_inset Text
35302
35303 \begin_layout Plain Layout
35304
35305 \backslash
35306 cancelto{1
35307 \begin_inset Formula $\to$
35308 \end_inset
35309
35310
35311 \backslash
35312 {
35313 \backslash
35314 int
35315 \begin_inset ERT
35316 status collapsed
35317
35318 \begin_layout Plain Layout
35319
35320
35321 \backslash
35322 spce 
35323 \end_layout
35324
35325 \end_inset
35326
35327 A=B
35328 \end_layout
35329
35330 \end_inset
35331 </cell>
35332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35333 \begin_inset Text
35334
35335 \begin_layout Plain Layout
35336 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35337 \end_inset
35338
35339
35340 \end_layout
35341
35342 \end_inset
35343 </cell>
35344 </row>
35345 </lyxtabular>
35346
35347 \end_inset
35348
35349
35350 \end_layout
35351
35352 \begin_layout Standard
35353
35354 \series bold
35355
35356 \backslash
35357 cancelto
35358 \series default
35359  is especially suitable to visualize the reduction of fractions within formulas:
35360 \begin_inset Formula \[
35361 \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}}}\]
35362
35363 \end_inset
35364
35365
35366 \end_layout
35367
35368 \begin_layout Standard
35369 \begin_inset ERT
35370 status collapsed
35371
35372 \begin_layout Plain Layout
35373
35374
35375 \backslash
35376 else 
35377 \end_layout
35378
35379 \end_inset
35380
35381
35382 \begin_inset Note Note
35383 status open
35384
35385 \begin_layout Plain Layout
35386 The following will be displayed when the LaTeX-package 
35387 \series bold
35388 cancel
35389 \series default
35390  is not installed:
35391 \end_layout
35392
35393 \end_inset
35394
35395
35396 \end_layout
35397
35398 \begin_layout Standard
35399 You need to install the LaTeX-package 
35400 \series bold
35401 cancel
35402 \series default
35403  to see the rest of this subsection in the output.
35404 \end_layout
35405
35406 \begin_layout Standard
35407 \begin_inset ERT
35408 status collapsed
35409
35410 \begin_layout Plain Layout
35411
35412
35413 \backslash
35414 fi 
35415 \end_layout
35416
35417 \end_inset
35418
35419
35420 \end_layout
35421
35422 \begin_layout Subsection
35423 Formulas in Section Headings
35424 \begin_inset CommandInset label
35425 LatexCommand label
35426 name "sub:Formulas-in-Section"
35427
35428 \end_inset
35429
35430
35431 \begin_inset Index idx
35432 status collapsed
35433
35434 \begin_layout Plain Layout
35435 Formula ! in section headings
35436 \end_layout
35437
35438 \end_inset
35439
35440
35441 \end_layout
35442
35443 \begin_layout Standard
35444 When formulas are used in section headings, the following has to be taken
35445  into account:
35446 \end_layout
35447
35448 \begin_layout Standard
35449 \begin_inset Note Greyedout
35450 status open
35451
35452 \begin_layout Plain Layout
35453 When 
35454 \series bold
35455 hyperref
35456 \series default
35457
35458 \begin_inset Index idx
35459 status collapsed
35460
35461 \begin_layout Plain Layout
35462 Packages ! hyperref
35463 \end_layout
35464
35465 \end_inset
35466
35467  support is enabled in the document settings dialog under 
35468 \family sans
35469 PDF
35470 \begin_inset space ~
35471 \end_inset
35472
35473 Properties
35474 \family default
35475 , PDF-bookmarks are created for every section heading in the table of contents.
35476  If a section heading contains formulas, they are incorrectly displayed
35477  in the bookmark text, because formulas in bookmarks infringe the PDF convention
35478 s.
35479 \end_layout
35480
35481 \end_inset
35482
35483
35484 \end_layout
35485
35486 \begin_layout Standard
35487 Both problems can be solved by inserting at the end of the section heading
35488  a short title with the menu 
35489 \family sans
35490 Insert\SpecialChar \menuseparator
35491 Short
35492 \begin_inset space ~
35493 \end_inset
35494
35495 Title
35496 \family default
35497 .
35498  Short titles are used as alternative for multiline section headings to
35499  keep the table of contents clearly arranged.
35500  Only the short title appears in the table of contents and therefore also
35501  in the PDF-bookmark.
35502 \end_layout
35503
35504 \begin_layout Standard
35505 When formulas should be used in the table of contents but 
35506 \series bold
35507 hyperref
35508 \series default
35509  is used, one can use the following command in TeX-mode:
35510 \end_layout
35511
35512 \begin_layout Standard
35513
35514 \series bold
35515
35516 \backslash
35517 texorpdfstring{part}{alternative}
35518 \begin_inset Index idx
35519 status collapsed
35520
35521 \begin_layout Plain Layout
35522 Commands ! T ! 
35523 \backslash
35524 texorpdfstring
35525 \end_layout
35526
35527 \end_inset
35528
35529
35530 \end_layout
35531
35532 \begin_layout Standard
35533 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
35534  This can be characters, formulas, footnotes, but also cross-references.
35535  The alternative is used instead of the part for the bookmark.
35536 \end_layout
35537
35538 \begin_layout Standard
35539 Here are two example headings:
35540 \begin_inset VSpace -3mm
35541 \end_inset
35542
35543
35544 \begin_inset ERT
35545 status collapsed
35546
35547 \begin_layout Plain Layout
35548
35549
35550 \backslash
35551 boldmath 
35552 \end_layout
35553
35554 \end_inset
35555
35556
35557 \end_layout
35558
35559 \begin_layout Subsubsection
35560 Heading without formula in table of contents 
35561 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35562 \end_inset
35563
35564
35565 \begin_inset Argument
35566 status collapsed
35567
35568 \begin_layout Plain Layout
35569 Heading without formula in table of contents
35570 \end_layout
35571
35572 \end_inset
35573
35574
35575 \end_layout
35576
35577 \begin_layout Subsubsection
35578 Heading with formula in table of contents
35579 \begin_inset ERT
35580 status collapsed
35581
35582 \begin_layout Plain Layout
35583
35584
35585 \backslash
35586 texorpdfstring{
35587 \end_layout
35588
35589 \end_inset
35590
35591  
35592 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35593 \end_inset
35594
35595
35596 \begin_inset ERT
35597 status collapsed
35598
35599 \begin_layout Plain Layout
35600
35601 }{}
35602 \end_layout
35603
35604 \end_inset
35605
35606
35607 \end_layout
35608
35609 \begin_layout Standard
35610 \begin_inset ERT
35611 status collapsed
35612
35613 \begin_layout Plain Layout
35614
35615
35616 \backslash
35617 unboldmath 
35618 \end_layout
35619
35620 \end_inset
35621
35622 In the first heading a short title was used, in the second one 
35623 \series bold
35624
35625 \backslash
35626 texorpdfstring
35627 \series default
35628 .
35629 \end_layout
35630
35631 \begin_layout Standard
35632 To get the same formatting as for the other headings, the complete heading
35633  was set into a 
35634 \series bold
35635 boldmath
35636 \series default
35637  environment
35638 \begin_inset Foot
35639 status collapsed
35640
35641 \begin_layout Plain Layout
35642 see 
35643 \begin_inset CommandInset ref
35644 LatexCommand ref
35645 reference "sub:Bold-Formulas"
35646
35647 \end_inset
35648
35649
35650 \end_layout
35651
35652 \end_inset
35653
35654 .
35655 \end_layout
35656
35657 \begin_layout Subsection
35658 Formulas in multi-column Text
35659 \begin_inset Index idx
35660 status collapsed
35661
35662 \begin_layout Plain Layout
35663 Formula ! in multi-column text
35664 \end_layout
35665
35666 \end_inset
35667
35668
35669 \end_layout
35670
35671 \begin_layout Standard
35672 Formulas in multi-column text are often too wide to fit into a column and
35673  thus need to be set over the whole page width.
35674  This is done by using the LaTeX-package 
35675 \series bold
35676 multicol
35677 \series default
35678
35679 \begin_inset Foot
35680 status collapsed
35681
35682 \begin_layout Plain Layout
35683
35684 \series bold
35685 multicol
35686 \series default
35687  is part of every LaTeX standard installation.
35688 \end_layout
35689
35690 \end_inset
35691
35692
35693 \begin_inset Index idx
35694 status collapsed
35695
35696 \begin_layout Plain Layout
35697 Packages ! multicol
35698 \end_layout
35699
35700 \end_inset
35701
35702 , that is loaded with the LaTeX-preamble line
35703 \end_layout
35704
35705 \begin_layout Standard
35706
35707 \series bold
35708
35709 \backslash
35710 usepackage{multicol}
35711 \end_layout
35712
35713 \begin_layout Standard
35714 \begin_inset Note Greyedout
35715 status open
35716
35717 \begin_layout Plain Layout
35718 Note herby that the setting 
35719 \family sans
35720 Two-column
35721 \begin_inset space ~
35722 \end_inset
35723
35724 document
35725 \family default
35726  in the menu 
35727 \family sans
35728 Document\SpecialChar \menuseparator
35729 Settings
35730 \family default
35731  under 
35732 \family sans
35733 Text
35734 \begin_inset space ~
35735 \end_inset
35736
35737 Layout
35738 \family default
35739 \emph on
35740  
35741 \emph default
35742 must 
35743 \emph on
35744 not
35745 \emph default
35746  be selected.
35747 \end_layout
35748
35749 \end_inset
35750
35751
35752 \end_layout
35753
35754 \begin_layout Standard
35755 Before the multi-column text the command
35756 \end_layout
35757
35758 \begin_layout Standard
35759
35760 \series bold
35761
35762 \backslash
35763 begin{multicols}{column number}
35764 \end_layout
35765
35766 \begin_layout Standard
35767 is written in TeX-mode.
35768  The column number is a number in the range of 2
35769 \begin_inset space \thinspace{}
35770 \end_inset
35771
35772 -
35773 \begin_inset space \thinspace{}
35774 \end_inset
35775
35776 10.
35777  Before the formula the multi-column text is ended by inserting the command
35778 \end_layout
35779
35780 \begin_layout Standard
35781
35782 \series bold
35783
35784 \backslash
35785 end{multicols}
35786 \end_layout
35787
35788 \begin_layout Standard
35789 in TeX-mode.
35790 \end_layout
35791
35792 \begin_layout Standard
35793 Due to the command some space is automatically added before the formula.
35794  To revert this, -6
35795 \begin_inset space \thinspace{}
35796 \end_inset
35797
35798 mm vertical space is inserted before the formula.
35799  When the formula style 
35800 \series bold
35801 Indented
35802 \begin_inset Foot
35803 status collapsed
35804
35805 \begin_layout Plain Layout
35806 formula styles see 
35807 \begin_inset CommandInset ref
35808 LatexCommand ref
35809 reference "sec:Formula-Styles"
35810
35811 \end_inset
35812
35813
35814 \end_layout
35815
35816 \end_inset
35817
35818
35819 \series default
35820  is used, -9
35821 \begin_inset space \thinspace{}
35822 \end_inset
35823
35824 mm space is inserted instead.
35825 \end_layout
35826
35827 \begin_layout Standard
35828 As example a multi-column text with a displayed formula:
35829 \end_layout
35830
35831 \begin_layout Standard
35832
35833 \lang german
35834 \begin_inset ERT
35835 status collapsed
35836
35837 \begin_layout Plain Layout
35838
35839
35840 \backslash
35841 begin{multicols}{2}
35842 \end_layout
35843
35844 \end_inset
35845
35846 Das Spektrum wird fouriertransformiert.
35847  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35848 , Lösungsmittel) zu trennen.
35849  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35850  nun das Aussehen des Ausgangssignals.
35851  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35852  über alle Phasen integrieren muss.
35853  Sei nun 
35854 \begin_inset Formula $S$
35855 \end_inset
35856
35857  unser normiertes Ausgangssignal und 
35858 \begin_inset Formula $P$
35859 \end_inset
35860
35861  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35862 \begin_inset ERT
35863 status collapsed
35864
35865 \begin_layout Plain Layout
35866
35867
35868 \backslash
35869 end{multicols}
35870 \end_layout
35871
35872 \end_inset
35873
35874
35875 \begin_inset VSpace -6mm
35876 \end_inset
35877
35878
35879 \begin_inset Formula \begin{equation}
35880 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
35881
35882 \end_inset
35883
35884
35885 \begin_inset ERT
35886 status collapsed
35887
35888 \begin_layout Plain Layout
35889
35890
35891 \backslash
35892 begin{multicols}{2}
35893 \end_layout
35894
35895 \end_inset
35896
35897 wobei 
35898 \begin_inset Formula $S_{0}$
35899 \end_inset
35900
35901  das Signal ohne Gradient ist und die Normierungsbedingung 
35902 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35903 \end_inset
35904
35905  gilt.
35906  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35907  Direkt nach dem 
35908 \begin_inset Formula $\nicefrac{\pi}{2}$
35909 \end_inset
35910
35911
35912 \begin_inset space \thinspace{}
35913 \end_inset
35914
35915 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35916  das Signal zusätzlich abschwächt.
35917  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35918  
35919 \begin_inset Formula $T_{2}$
35920 \end_inset
35921
35922 -Zeit.
35923 \end_layout
35924
35925 \begin_layout Standard
35926
35927 \lang german
35928 \begin_inset ERT
35929 status collapsed
35930
35931 \begin_layout Plain Layout
35932
35933
35934 \backslash
35935 end{multicols}
35936 \end_layout
35937
35938 \end_inset
35939
35940
35941 \end_layout
35942
35943 \begin_layout Subsection
35944 Formulas with Description of Variables
35945 \begin_inset Index idx
35946 status collapsed
35947
35948 \begin_layout Plain Layout
35949 Formula ! with description of variables
35950 \end_layout
35951
35952 \end_inset
35953
35954
35955 \end_layout
35956
35957 \begin_layout Standard
35958 To describe variables within a formula, like in formula 
35959 \begin_inset CommandInset ref
35960 LatexCommand eqref
35961 reference "eq:within"
35962
35963 \end_inset
35964
35965 , a 2
35966 \series bold
35967 ×
35968 \series default
35969
35970 \begin_inset Formula $n$
35971 \end_inset
35972
35973
35974 \begin_inset space ~
35975 \end_inset
35976
35977 matrix is used with left aligned columns for the 
35978 \begin_inset Formula $n$
35979 \end_inset
35980
35981  used variables.
35982 \begin_inset Foot
35983 status collapsed
35984
35985 \begin_layout Plain Layout
35986 matrices see 
35987 \begin_inset CommandInset ref
35988 LatexCommand ref
35989 reference "sec:Matrices"
35990
35991 \end_inset
35992
35993
35994 \end_layout
35995
35996 \end_inset
35997
35998  To set the description in a smaller size, before the matrix e.
35999 \begin_inset space \thinspace{}
36000 \end_inset
36001
36002 g.
36003 \begin_inset space \space{}
36004 \end_inset
36005
36006 the command 
36007 \series bold
36008
36009 \backslash
36010 footnotesize
36011 \series default
36012  is inserted.
36013 \begin_inset Foot
36014 status collapsed
36015
36016 \begin_layout Plain Layout
36017 font sizes see 
36018 \begin_inset CommandInset ref
36019 LatexCommand ref
36020 reference "sub:Font-Sizes"
36021
36022 \end_inset
36023
36024
36025 \end_layout
36026
36027 \end_inset
36028
36029
36030 \end_layout
36031
36032 \begin_layout Standard
36033 When the formula style 
36034 \series bold
36035 Indented
36036 \begin_inset Foot
36037 status collapsed
36038
36039 \begin_layout Plain Layout
36040 formula styles see 
36041 \begin_inset CommandInset ref
36042 LatexCommand ref
36043 reference "sec:Formula-Styles"
36044
36045 \end_inset
36046
36047
36048 \end_layout
36049
36050 \end_inset
36051
36052
36053 \series default
36054  is used, a 
36055 \series bold
36056
36057 \backslash
36058 hfill
36059 \series default
36060
36061 \begin_inset Foot
36062 status collapsed
36063
36064 \begin_layout Plain Layout
36065
36066 \series bold
36067
36068 \backslash
36069 hfill
36070 \series default
36071  only works in formulas with the style 
36072 \series bold
36073 Indented
36074 \series default
36075 , see 
36076 \begin_inset CommandInset ref
36077 LatexCommand ref
36078 reference "sub:Variable-Space"
36079
36080 \end_inset
36081
36082 .
36083 \end_layout
36084
36085 \end_inset
36086
36087  is inserted before and after the matrix to have the same separation of
36088  the matrix from the equation and the side margin.
36089 \end_layout
36090
36091 \begin_layout Standard
36092 When the formula style 
36093 \series bold
36094 Centered
36095 \series default
36096  is used, the method described in 
36097 \begin_inset CommandInset ref
36098 LatexCommand ref
36099 reference "sub:Flalign-Environment"
36100
36101 \end_inset
36102
36103  is used to indent formulas.
36104  Formula 
36105 \begin_inset CommandInset ref
36106 LatexCommand eqref
36107 reference "eq:within"
36108
36109 \end_inset
36110
36111  consists of five columns whereas in the first two columns contain the equation,
36112  the third the matrix and the last one an empty TeX-brace.
36113 \begin_inset Formula \begin{flalign}
36114 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36115 \rho & \textrm{density}\\
36116 V & \textrm{volume}\\
36117 g & \textrm{gravitational acceleration}
36118 \end{array} &  & {}\label{eq:within}\end{flalign}
36119
36120 \end_inset
36121
36122
36123 \end_layout
36124
36125 \begin_layout Subsection
36126 Upright small Greek Letters
36127 \begin_inset CommandInset label
36128 LatexCommand label
36129 name "sub:Upright-small-Greek"
36130
36131 \end_inset
36132
36133
36134 \begin_inset Index idx
36135 status collapsed
36136
36137 \begin_layout Plain Layout
36138 Greek letters ! upright
36139 \end_layout
36140
36141 \end_inset
36142
36143
36144 \end_layout
36145
36146 \begin_layout Standard
36147 Most of the math fonts only provide italic small Greek letters.
36148  But for symbols of elementary particles like pions and neutrinos, upright
36149  Greek letters are needed.
36150  The file 
36151 \series bold
36152 upgreek.sty
36153 \series default
36154
36155 \begin_inset Foot
36156 status collapsed
36157
36158 \begin_layout Plain Layout
36159
36160 \series bold
36161 upgreek
36162 \series default
36163  is part of the LaTeX-package 
36164 \series bold
36165 was
36166 \series default
36167
36168 \begin_inset Index idx
36169 status collapsed
36170
36171 \begin_layout Plain Layout
36172 Packages ! was
36173 \begin_inset ERT
36174 status collapsed
36175
36176 \begin_layout Plain Layout
36177
36178
36179 \backslash
36180 vspace{4mm}
36181 \end_layout
36182
36183 \end_inset
36184
36185
36186 \end_layout
36187
36188 \end_inset
36189
36190 .
36191 \end_layout
36192
36193 \end_inset
36194
36195
36196 \begin_inset Index idx
36197 status collapsed
36198
36199 \begin_layout Plain Layout
36200 Packages ! upgreek
36201 \end_layout
36202
36203 \end_inset
36204
36205  that is loaded with the LaTeX-preamble line
36206 \end_layout
36207
36208 \begin_layout Standard
36209
36210 \series bold
36211
36212 \backslash
36213 usepackage{upgreek}
36214 \end_layout
36215
36216 \begin_layout Standard
36217 provides them.
36218  
36219 \begin_inset ERT
36220 status collapsed
36221
36222 \begin_layout Plain Layout
36223
36224
36225 \backslash
36226 ifupgreek 
36227 \end_layout
36228
36229 \end_inset
36230
36231
36232 \begin_inset Note Note
36233 status open
36234
36235 \begin_layout Plain Layout
36236 The following table will only be displayed when the LaTeX-package 
36237 \series bold
36238 upgreek
36239 \series default
36240  is installed:
36241 \end_layout
36242
36243 \end_inset
36244
36245  They are created when the command for a small Greek letters is started
36246  with 
36247 \series bold
36248 up
36249 \series default
36250 .
36251  For example the command 
36252 \series bold
36253
36254 \backslash
36255 uptau
36256 \series default
36257  creates this: 
36258 \begin_inset Formula $\uptau$
36259 \end_inset
36260
36261
36262 \end_layout
36263
36264 \begin_layout Standard
36265 With these commands reactions of elementary particles can be typeset:
36266 \begin_inset Formula \[
36267 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
36268
36269 \end_inset
36270
36271
36272 \end_layout
36273
36274 \begin_layout Standard
36275 The upright letters are more bold and wider than the italic ones.
36276  They should therefore not be used for units like 
36277 \begin_inset Quotes eld
36278 \end_inset
36279
36280 µm
36281 \begin_inset Quotes erd
36282 \end_inset
36283
36284 .
36285 \end_layout
36286
36287 \begin_layout Standard
36288 \begin_inset ERT
36289 status collapsed
36290
36291 \begin_layout Plain Layout
36292
36293
36294 \backslash
36295 else 
36296 \end_layout
36297
36298 \end_inset
36299
36300
36301 \begin_inset Note Note
36302 status open
36303
36304 \begin_layout Plain Layout
36305 The following will be displayed when the LaTeX-package 
36306 \series bold
36307 upgreek
36308 \series default
36309  is not installed:
36310 \end_layout
36311
36312 \end_inset
36313
36314
36315 \end_layout
36316
36317 \begin_layout Standard
36318 You need to install the LaTeX-package 
36319 \series bold
36320 upgreek
36321 \series default
36322  to see the rest of this subsection in the output.
36323 \end_layout
36324
36325 \begin_layout Standard
36326 \begin_inset ERT
36327 status collapsed
36328
36329 \begin_layout Plain Layout
36330
36331
36332 \backslash
36333 fi 
36334 \end_layout
36335
36336 \end_inset
36337
36338
36339 \end_layout
36340
36341 \begin_layout Subsection
36342 Text Characters in Formulas
36343 \begin_inset CommandInset label
36344 LatexCommand label
36345 name "sub:Text-Characters-in"
36346
36347 \end_inset
36348
36349
36350 \begin_inset Index idx
36351 status collapsed
36352
36353 \begin_layout Plain Layout
36354 Text ! in formulas
36355 \end_layout
36356
36357 \end_inset
36358
36359
36360 \end_layout
36361
36362 \begin_layout Standard
36363 In some cases you might want to insert text characters directly into formulas.
36364  When for example the centered dot · is often used in formulas like 
36365 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36366 \end_inset
36367
36368 , one would have to insert the command 
36369 \series bold
36370
36371 \backslash
36372 cdot
36373 \series default
36374
36375 \begin_inset Foot
36376 status collapsed
36377
36378 \begin_layout Plain Layout
36379 see 
36380 \begin_inset CommandInset ref
36381 LatexCommand ref
36382 reference "sub:Binary-Operators"
36383
36384 \end_inset
36385
36386
36387 \end_layout
36388
36389 \end_inset
36390
36391  all the time, because this character is defined in all encodings as text
36392  character.
36393  But the encoding can be changed by this LaTeX-preamble line:
36394 \end_layout
36395
36396 \begin_layout Standard
36397
36398 \series bold
36399
36400 \backslash
36401 Declare Inputtext{183}{
36402 \backslash
36403 ifmmode
36404 \backslash
36405 cdot
36406 \backslash
36407 else
36408 \backslash
36409 textperiodcentered
36410 \backslash
36411 f\SpecialChar \textcompwordmark{}
36412 i}
36413 \end_layout
36414
36415 \begin_layout Standard
36416 The character encoding (menu 
36417 \family sans
36418 Document\SpecialChar \menuseparator
36419 Settings\SpecialChar \menuseparator
36420 Language
36421 \family default
36422 ) specifies what character appears when a keyboard key is pressed.
36423  When the key for the character '·' is pressed, internally the command 
36424 \series bold
36425
36426 \backslash
36427 textperiodcentered
36428 \series default
36429  is used.
36430  But this command is not available in a formula so that you would get LaTeX-erro
36431 rs.
36432  With the changed encoding the right command is chosen automatically, depending
36433  on if the character was inserted into a formula or not.
36434 \end_layout
36435
36436 \begin_layout Standard
36437 The encoding of several characters is saved in definition files.
36438  Fore example the encoding 
36439 \series bold
36440 latin9
36441 \series default
36442  is defined in the file 
36443 \series bold
36444 latin9.def
36445 \series default
36446  that is in the installation folder of LaTeX.
36447  Encodings should only be changed via the LaTeX-preamble and not in the
36448  definition files.
36449  Otherwise own documents could not be edited by other LyX users working
36450  on other computers.
36451 \end_layout
36452
36453 \begin_layout Standard
36454 \begin_inset VSpace medskip
36455 \end_inset
36456
36457 Besides the centered dot, in this document the degree sign ° is defined
36458  with the following LaTeX-preamble line so that it can directly be inserted
36459  to a formula:
36460 \end_layout
36461
36462 \begin_layout Standard
36463
36464 \series bold
36465
36466 \backslash
36467 DeclareInputtext{176}{
36468 \backslash
36469 ifmmode^
36470 \backslash
36471 circ
36472 \backslash
36473 else
36474 \backslash
36475 textdegree
36476 \backslash
36477 f\SpecialChar \textcompwordmark{}
36478 i}
36479 \end_layout
36480
36481 \begin_layout Standard
36482 \begin_inset Newpage newpage
36483 \end_inset
36484
36485
36486 \end_layout
36487
36488 \begin_layout Section
36489 \start_of_appendix
36490 Typographic Advice
36491 \begin_inset Index idx
36492 status collapsed
36493
36494 \begin_layout Plain Layout
36495 Typographic advice
36496 \end_layout
36497
36498 \end_inset
36499
36500
36501 \end_layout
36502
36503 \begin_layout Standard
36504 This section is a summary of the most important typographic rules, listed
36505  in ISO norms.
36506 \begin_inset Foot
36507 status collapsed
36508
36509 \begin_layout Plain Layout
36510 This collection was partly taken from the German semi-official dictionary
36511  called 
36512 \begin_inset Quotes eld
36513 \end_inset
36514
36515 Duden
36516 \begin_inset Quotes erd
36517 \end_inset
36518
36519  
36520 \begin_inset CommandInset citation
36521 LatexCommand cite
36522 key "Duden"
36523
36524 \end_inset
36525
36526  that lists some of the ISO rules.
36527  More rules are listed in 
36528 \begin_inset CommandInset citation
36529 LatexCommand cite
36530 key "Checklist"
36531
36532 \end_inset
36533
36534 .
36535 \end_layout
36536
36537 \end_inset
36538
36539
36540 \end_layout
36541
36542 \begin_layout Itemize
36543 Physical units are 
36544 \emph on
36545 always
36546 \emph default
36547  set upright
36548 \begin_inset Foot
36549 status collapsed
36550
36551 \begin_layout Plain Layout
36552 done with font styles, see 
36553 \begin_inset CommandInset ref
36554 LatexCommand ref
36555 reference "sub:Font-Styles"
36556
36557 \end_inset
36558
36559
36560 \end_layout
36561
36562 \end_inset
36563
36564 , no matter if they appear in italic text: 30
36565 \begin_inset space \thinspace{}
36566 \end_inset
36567
36568 km/h
36569 \begin_inset Newline newline
36570 \end_inset
36571
36572 Between the value and the unit is the smallest space, see 
36573 \begin_inset CommandInset ref
36574 LatexCommand ref
36575 reference "sub:Predefined-Space"
36576
36577 \end_inset
36578
36579 .
36580 \begin_inset Newline newline
36581 \end_inset
36582
36583 This convention is automatically fulfilled when the command 
36584 \series bold
36585
36586 \backslash
36587 unittwo
36588 \series default
36589  is used.
36590  When it is entered to a formula, two boxes appear.
36591  In the first one the value is inserted, in the second one the unit, and
36592  one gets as above: 
36593 \begin_inset Formula $\unit[30]{km/h}$
36594 \end_inset
36595
36596
36597 \begin_inset space \thinspace{}
36598 \end_inset
36599
36600 .
36601  Note that 
36602 \series bold
36603
36604 \backslash
36605 unittwo
36606 \series default
36607  is not a real LaTeX command but the command 
36608 \series bold
36609
36610 \backslash
36611 unit[value]{unit}
36612 \series default
36613 , therefore you cannot use it in TeX code.
36614 \end_layout
36615
36616 \begin_layout Itemize
36617 Percent and perthousand signs are set like physical units:
36618 \begin_inset Newline newline
36619 \end_inset
36620
36621 1,2
36622 \begin_inset space \thinspace{}
36623 \end_inset
36624
36625 ‰ alcohol in blood
36626 \end_layout
36627
36628 \begin_layout Itemize
36629 The degree sign follows directly on the value: 15°, but not when it is used
36630  in units: 15
36631 \begin_inset space \thinspace{}
36632 \end_inset
36633
36634 °C
36635 \end_layout
36636
36637 \begin_layout Itemize
36638 In numbers with more than four digits the smallest space is inserted before
36639  every third digit to group them: 
36640 \family roman
36641 \series medium
36642 \shape up
36643 \size normal
36644 \emph off
36645 \bar no
36646 \noun off
36647 \color none
36648 18
36649 \begin_inset space \thinspace{}
36650 \end_inset
36651
36652 473
36653 \begin_inset space \thinspace{}
36654 \end_inset
36655
36656 588
36657 \end_layout
36658
36659 \begin_layout Itemize
36660 For dimensions like 120×90×40
36661 \begin_inset space \thinspace{}
36662 \end_inset
36663
36664 cm the multiplication sign 
36665 \begin_inset Quotes eld
36666 \end_inset
36667
36668 ×
36669 \begin_inset Quotes erd
36670 \end_inset
36671
36672  is used.
36673  It is available either via the command 
36674 \series bold
36675
36676 \backslash
36677 times
36678 \series default
36679  or via the menu 
36680 \family sans
36681 Insert\SpecialChar \menuseparator
36682 Special Character\SpecialChar \menuseparator
36683 Symbols
36684 \family default
36685 .
36686 \end_layout
36687
36688 \begin_layout Itemize
36689 Functions with names consisting of several letters are set upright to avoid
36690  confusions, see 
36691 \begin_inset CommandInset ref
36692 LatexCommand ref
36693 reference "sub:Predefined-Functions"
36694
36695 \end_inset
36696
36697 .
36698 \end_layout
36699
36700 \begin_layout Itemize
36701 Indices consisting of several letters, are set upright: 
36702 \begin_inset Formula $E_{\mathrm{kin}}$
36703 \end_inset
36704
36705
36706 \begin_inset Newline newline
36707 \end_inset
36708
36709 Components of matrices are set italic: 
36710 \begin_inset Formula $\hat{H}_{kl}$
36711 \end_inset
36712
36713
36714 \end_layout
36715
36716 \begin_layout Itemize
36717 The differentiation/integration operator 'd', the Euler's number 'e' and
36718  the imaginary unit 'i' should be set upright, to avoid mixing them up with
36719  other variables.
36720 \end_layout
36721
36722 \begin_layout Itemize
36723 The character that denotes a 
36724 \noun on
36725 Fourier
36726 \noun default
36727  transformation is inserted either by the command 
36728 \series bold
36729
36730 \backslash
36731 mathscr
36732 \begin_inset ERT
36733 status collapsed
36734
36735 \begin_layout Plain Layout
36736
36737
36738 \backslash
36739 spce 
36740 \end_layout
36741
36742 \end_inset
36743
36744
36745 \backslash
36746 {F
36747 \series default
36748
36749 \begin_inset Index idx
36750 status collapsed
36751
36752 \begin_layout Plain Layout
36753 Commands ! M ! 
36754 \backslash
36755 mathscr
36756 \end_layout
36757
36758 \end_inset
36759
36760  or via the menu 
36761 \family sans
36762 Insert\SpecialChar \menuseparator
36763 Special Character\SpecialChar \menuseparator
36764 Symbols\SpecialChar \menuseparator
36765 Letterlike
36766 \begin_inset space ~
36767 \end_inset
36768
36769 Symbols
36770 \family default
36771
36772 \begin_inset Formula $\mathscr{F}$
36773 \end_inset
36774
36775
36776 \begin_inset Newline newline
36777 \end_inset
36778
36779 To be able to use the command 
36780 \series bold
36781
36782 \backslash
36783 mathscr
36784 \series default
36785 , the LaTeX package 
36786 \series bold
36787 mathrsfs
36788 \series default
36789
36790 \begin_inset Index idx
36791 status collapsed
36792
36793 \begin_layout Plain Layout
36794 Packages ! mathrsfs
36795 \end_layout
36796
36797 \end_inset
36798
36799  needs to be loaded with the LaTeX-preamble line 
36800 \series bold
36801
36802 \backslash
36803 usepackage{mathrsfs}
36804 \series default
36805 .
36806 \end_layout
36807
36808 \begin_layout Standard
36809 \begin_inset Newpage newpage
36810 \end_inset
36811
36812
36813 \end_layout
36814
36815 \begin_layout Section
36816 Synonyms
36817 \begin_inset Index idx
36818 status collapsed
36819
36820 \begin_layout Plain Layout
36821 Synonyms
36822 \end_layout
36823
36824 \end_inset
36825
36826
36827 \end_layout
36828
36829 \begin_layout Standard
36830 Some characters and symbols can be created with several commands.
36831  Here is a list of the synonym commands:
36832 \end_layout
36833
36834 \begin_layout Standard
36835 \begin_inset VSpace bigskip
36836 \end_inset
36837
36838
36839 \begin_inset space \hfill{}
36840 \end_inset
36841
36842
36843 \begin_inset Tabular
36844 <lyxtabular version="3" rows="12" columns="2">
36845 <features tabularvalignment="middle">
36846 <column alignment="center" valignment="top" width="0pt">
36847 <column alignment="center" valignment="top" width="0pt">
36848 <row>
36849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36850 \begin_inset Text
36851
36852 \begin_layout Plain Layout
36853 Command
36854 \end_layout
36855
36856 \end_inset
36857 </cell>
36858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36859 \begin_inset Text
36860
36861 \begin_layout Plain Layout
36862 equivalent to
36863 \begin_inset Note Note
36864 status collapsed
36865
36866 \begin_layout Plain Layout
36867
36868 \series bold
36869
36870 \backslash
36871 raisebox
36872 \series default
36873  is only used as spacer.
36874 \end_layout
36875
36876 \end_inset
36877
36878
36879 \end_layout
36880
36881 \end_inset
36882 </cell>
36883 </row>
36884 <row>
36885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36886 \begin_inset Text
36887
36888 \begin_layout Plain Layout
36889
36890 \backslash
36891 ast
36892 \end_layout
36893
36894 \end_inset
36895 </cell>
36896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36897 \begin_inset Text
36898
36899 \begin_layout Plain Layout
36900 \begin_inset ERT
36901 status collapsed
36902
36903 \begin_layout Plain Layout
36904
36905
36906 \backslash
36907 raisebox{-1.2mm}{
36908 \end_layout
36909
36910 \end_inset
36911
36912 *
36913 \begin_inset ERT
36914 status collapsed
36915
36916 \begin_layout Plain Layout
36917
36918 }
36919 \end_layout
36920
36921 \end_inset
36922
36923
36924 \end_layout
36925
36926 \end_inset
36927 </cell>
36928 </row>
36929 <row>
36930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36931 \begin_inset Text
36932
36933 \begin_layout Plain Layout
36934
36935 \backslash
36936 choose
36937 \end_layout
36938
36939 \end_inset
36940 </cell>
36941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36942 \begin_inset Text
36943
36944 \begin_layout Plain Layout
36945
36946 \backslash
36947 binom
36948 \end_layout
36949
36950 \end_inset
36951 </cell>
36952 </row>
36953 <row>
36954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36955 \begin_inset Text
36956
36957 \begin_layout Plain Layout
36958
36959 \backslash
36960 geq
36961 \end_layout
36962
36963 \end_inset
36964 </cell>
36965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36966 \begin_inset Text
36967
36968 \begin_layout Plain Layout
36969
36970 \backslash
36971 ge
36972 \end_layout
36973
36974 \end_inset
36975 </cell>
36976 </row>
36977 <row>
36978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36979 \begin_inset Text
36980
36981 \begin_layout Plain Layout
36982
36983 \backslash
36984 lbrace
36985 \end_layout
36986
36987 \end_inset
36988 </cell>
36989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36990 \begin_inset Text
36991
36992 \begin_layout Plain Layout
36993 {
36994 \end_layout
36995
36996 \end_inset
36997 </cell>
36998 </row>
36999 <row>
37000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37001 \begin_inset Text
37002
37003 \begin_layout Plain Layout
37004
37005 \backslash
37006 lbracket
37007 \end_layout
37008
37009 \end_inset
37010 </cell>
37011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37012 \begin_inset Text
37013
37014 \begin_layout Plain Layout
37015 [
37016 \end_layout
37017
37018 \end_inset
37019 </cell>
37020 </row>
37021 <row>
37022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37023 \begin_inset Text
37024
37025 \begin_layout Plain Layout
37026
37027 \backslash
37028 leftarrow
37029 \end_layout
37030
37031 \end_inset
37032 </cell>
37033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37034 \begin_inset Text
37035
37036 \begin_layout Plain Layout
37037
37038 \backslash
37039 gets
37040 \end_layout
37041
37042 \end_inset
37043 </cell>
37044 </row>
37045 <row>
37046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37047 \begin_inset Text
37048
37049 \begin_layout Plain Layout
37050
37051 \backslash
37052 leq
37053 \end_layout
37054
37055 \end_inset
37056 </cell>
37057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37058 \begin_inset Text
37059
37060 \begin_layout Plain Layout
37061
37062 \backslash
37063 le
37064 \end_layout
37065
37066 \end_inset
37067 </cell>
37068 </row>
37069 <row>
37070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37071 \begin_inset Text
37072
37073 \begin_layout Plain Layout
37074
37075 \backslash
37076 lor
37077 \end_layout
37078
37079 \end_inset
37080 </cell>
37081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37082 \begin_inset Text
37083
37084 \begin_layout Plain Layout
37085
37086 \backslash
37087 vee
37088 \end_layout
37089
37090 \end_inset
37091 </cell>
37092 </row>
37093 <row>
37094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37095 \begin_inset Text
37096
37097 \begin_layout Plain Layout
37098
37099 \backslash
37100 neq
37101 \end_layout
37102
37103 \end_inset
37104 </cell>
37105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37106 \begin_inset Text
37107
37108 \begin_layout Plain Layout
37109
37110 \backslash
37111 not=
37112 \end_layout
37113
37114 \end_inset
37115 </cell>
37116 </row>
37117 <row>
37118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37119 \begin_inset Text
37120
37121 \begin_layout Plain Layout
37122
37123 \backslash
37124 slash
37125 \end_layout
37126
37127 \end_inset
37128 </cell>
37129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37130 \begin_inset Text
37131
37132 \begin_layout Plain Layout
37133 /
37134 \end_layout
37135
37136 \end_inset
37137 </cell>
37138 </row>
37139 <row>
37140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37141 \begin_inset Text
37142
37143 \begin_layout Plain Layout
37144
37145 \backslash
37146 vert
37147 \end_layout
37148
37149 \end_inset
37150 </cell>
37151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37152 \begin_inset Text
37153
37154 \begin_layout Plain Layout
37155 |
37156 \end_layout
37157
37158 \end_inset
37159 </cell>
37160 </row>
37161 </lyxtabular>
37162
37163 \end_inset
37164
37165
37166 \begin_inset space \hfill{}
37167 \end_inset
37168
37169
37170 \begin_inset Tabular
37171 <lyxtabular version="3" rows="12" columns="2">
37172 <features tabularvalignment="middle">
37173 <column alignment="center" valignment="top" width="0pt">
37174 <column alignment="center" valignment="top" width="0pt">
37175 <row>
37176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37177 \begin_inset Text
37178
37179 \begin_layout Plain Layout
37180 Command
37181 \end_layout
37182
37183 \end_inset
37184 </cell>
37185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37186 \begin_inset Text
37187
37188 \begin_layout Plain Layout
37189 equivalent to
37190 \end_layout
37191
37192 \end_inset
37193 </cell>
37194 </row>
37195 <row>
37196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37197 \begin_inset Text
37198
37199 \begin_layout Plain Layout
37200
37201 \backslash
37202 backslash
37203 \end_layout
37204
37205 \end_inset
37206 </cell>
37207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37208 \begin_inset Text
37209
37210 \begin_layout Plain Layout
37211
37212 \backslash
37213
37214 \backslash
37215
37216 \end_layout
37217
37218 \end_inset
37219 </cell>
37220 </row>
37221 <row>
37222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37223 \begin_inset Text
37224
37225 \begin_layout Plain Layout
37226
37227 \backslash
37228 dasharrow
37229 \end_layout
37230
37231 \end_inset
37232 </cell>
37233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37234 \begin_inset Text
37235
37236 \begin_layout Plain Layout
37237
37238 \backslash
37239 dashrightarrow
37240 \end_layout
37241
37242 \end_inset
37243 </cell>
37244 </row>
37245 <row>
37246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37247 \begin_inset Text
37248
37249 \begin_layout Plain Layout
37250
37251 \backslash
37252 land
37253 \end_layout
37254
37255 \end_inset
37256 </cell>
37257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37258 \begin_inset Text
37259
37260 \begin_layout Plain Layout
37261
37262 \backslash
37263 wedge
37264 \end_layout
37265
37266 \end_inset
37267 </cell>
37268 </row>
37269 <row>
37270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37271 \begin_inset Text
37272
37273 \begin_layout Plain Layout
37274
37275 \backslash
37276 rbrace
37277 \end_layout
37278
37279 \end_inset
37280 </cell>
37281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37282 \begin_inset Text
37283
37284 \begin_layout Plain Layout
37285 }
37286 \end_layout
37287
37288 \end_inset
37289 </cell>
37290 </row>
37291 <row>
37292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37293 \begin_inset Text
37294
37295 \begin_layout Plain Layout
37296
37297 \backslash
37298 rbracket
37299 \end_layout
37300
37301 \end_inset
37302 </cell>
37303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37304 \begin_inset Text
37305
37306 \begin_layout Plain Layout
37307 ]
37308 \end_layout
37309
37310 \end_inset
37311 </cell>
37312 </row>
37313 <row>
37314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37315 \begin_inset Text
37316
37317 \begin_layout Plain Layout
37318
37319 \backslash
37320 rightarrow
37321 \end_layout
37322
37323 \end_inset
37324 </cell>
37325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37326 \begin_inset Text
37327
37328 \begin_layout Plain Layout
37329
37330 \backslash
37331 to
37332 \end_layout
37333
37334 \end_inset
37335 </cell>
37336 </row>
37337 <row>
37338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37339 \begin_inset Text
37340
37341 \begin_layout Plain Layout
37342
37343 \backslash
37344 lnot
37345 \end_layout
37346
37347 \end_inset
37348 </cell>
37349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37350 \begin_inset Text
37351
37352 \begin_layout Plain Layout
37353
37354 \backslash
37355 neg
37356 \end_layout
37357
37358 \end_inset
37359 </cell>
37360 </row>
37361 <row>
37362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37363 \begin_inset Text
37364
37365 \begin_layout Plain Layout
37366
37367 \backslash
37368 ne
37369 \end_layout
37370
37371 \end_inset
37372 </cell>
37373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37374 \begin_inset Text
37375
37376 \begin_layout Plain Layout
37377
37378 \backslash
37379 not=
37380 \end_layout
37381
37382 \end_inset
37383 </cell>
37384 </row>
37385 <row>
37386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37387 \begin_inset Text
37388
37389 \begin_layout Plain Layout
37390
37391 \backslash
37392 owns
37393 \end_layout
37394
37395 \end_inset
37396 </cell>
37397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37398 \begin_inset Text
37399
37400 \begin_layout Plain Layout
37401
37402 \backslash
37403 ni
37404 \end_layout
37405
37406 \end_inset
37407 </cell>
37408 </row>
37409 <row>
37410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37411 \begin_inset Text
37412
37413 \begin_layout Plain Layout
37414
37415 \backslash
37416 square
37417 \end_layout
37418
37419 \end_inset
37420 </cell>
37421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37422 \begin_inset Text
37423
37424 \begin_layout Plain Layout
37425
37426 \backslash
37427 Box
37428 \end_layout
37429
37430 \end_inset
37431 </cell>
37432 </row>
37433 <row>
37434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37435 \begin_inset Text
37436
37437 \begin_layout Plain Layout
37438
37439 \backslash
37440 Vert
37441 \end_layout
37442
37443 \end_inset
37444 </cell>
37445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37446 \begin_inset Text
37447
37448 \begin_layout Plain Layout
37449
37450 \backslash
37451 |
37452 \end_layout
37453
37454 \end_inset
37455 </cell>
37456 </row>
37457 </lyxtabular>
37458
37459 \end_inset
37460
37461
37462 \begin_inset space \hfill{}
37463 \end_inset
37464
37465
37466 \end_layout
37467
37468 \begin_layout Standard
37469 \begin_inset Newpage newpage
37470 \end_inset
37471
37472
37473 \end_layout
37474
37475 \begin_layout Bibliography
37476 \labelwidthstring References
37477 \begin_inset CommandInset bibitem
37478 LatexCommand bibitem
37479 key "TLC2"
37480
37481 \end_inset
37482
37483
37484 \shape smallcaps
37485 Mittelbach, F.
37486  ; Goossens, M.
37487 \shape default
37488
37489 \shape italic
37490 The LaTeX Companion
37491 \shape default
37492 .
37493  Addison Wesley, 2004
37494 \end_layout
37495
37496 \begin_layout Bibliography
37497 \labelwidthstring References
37498 \begin_inset CommandInset bibitem
37499 LatexCommand bibitem
37500 key "Mathmode"
37501
37502 \end_inset
37503
37504
37505 \begin_inset CommandInset href
37506 LatexCommand href
37507 name "Description"
37508 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37509
37510 \end_inset
37511
37512  of LaTeX's math abilities
37513 \end_layout
37514
37515 \begin_layout Bibliography
37516 \labelwidthstring References
37517 \begin_inset CommandInset bibitem
37518 LatexCommand bibitem
37519 key "AMS"
37520
37521 \end_inset
37522
37523
37524 \begin_inset CommandInset href
37525 LatexCommand href
37526 name "Description"
37527 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37528
37529 \end_inset
37530
37531  of 
37532 \begin_inset ERT
37533 status collapsed
37534
37535 \begin_layout Plain Layout
37536
37537
37538 \backslash
37539 AmS
37540 \end_layout
37541
37542 \end_inset
37543
37544 -LaTeX
37545 \end_layout
37546
37547 \begin_layout Bibliography
37548 \labelwidthstring References
37549 \begin_inset CommandInset bibitem
37550 LatexCommand bibitem
37551 key "Symbols"
37552
37553 \end_inset
37554
37555
37556 \begin_inset CommandInset href
37557 LatexCommand href
37558 name "List"
37559 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37560
37561 \end_inset
37562
37563  of all symbols available with LaTeX-packages
37564 \end_layout
37565
37566 \begin_layout Bibliography
37567 \labelwidthstring References
37568 \begin_inset CommandInset bibitem
37569 LatexCommand bibitem
37570 key "hyperref"
37571
37572 \end_inset
37573
37574
37575 \begin_inset CommandInset href
37576 LatexCommand href
37577 name "Documentation"
37578 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37579
37580 \end_inset
37581
37582  of the LaTeX-package 
37583 \series bold
37584 hyperref
37585 \series default
37586
37587 \begin_inset Index idx
37588 status collapsed
37589
37590 \begin_layout Plain Layout
37591 Packages ! hyperref
37592 \end_layout
37593
37594 \end_inset
37595
37596
37597 \end_layout
37598
37599 \begin_layout Bibliography
37600 \labelwidthstring References
37601 \begin_inset CommandInset bibitem
37602 LatexCommand bibitem
37603 key "mhchem"
37604
37605 \end_inset
37606
37607
37608 \begin_inset CommandInset href
37609 LatexCommand href
37610 name "Documentation"
37611 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37612
37613 \end_inset
37614
37615  of the LaTeX-package 
37616 \series bold
37617 mhchem
37618 \series default
37619
37620 \begin_inset Index idx
37621 status collapsed
37622
37623 \begin_layout Plain Layout
37624 Packages ! mhchem
37625 \end_layout
37626
37627 \end_inset
37628
37629
37630 \end_layout
37631
37632 \begin_layout Bibliography
37633 \labelwidthstring References
37634 \begin_inset CommandInset bibitem
37635 LatexCommand bibitem
37636 key "Mathclap"
37637
37638 \end_inset
37639
37640
37641 \begin_inset CommandInset href
37642 LatexCommand href
37643 name "Description"
37644 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37645
37646 \end_inset
37647
37648  of the command 
37649 \series bold
37650
37651 \backslash
37652 mathclap
37653 \series default
37654 , described in 
37655 \begin_inset CommandInset ref
37656 LatexCommand ref
37657 reference "sub:Operator-Limits"
37658
37659 \end_inset
37660
37661
37662 \begin_inset Index idx
37663 status collapsed
37664
37665 \begin_layout Plain Layout
37666 Commands ! M ! 
37667 \backslash
37668 mathclap
37669 \end_layout
37670
37671 \end_inset
37672
37673
37674 \end_layout
37675
37676 \begin_layout Bibliography
37677 \labelwidthstring References
37678 \begin_inset CommandInset bibitem
37679 LatexCommand bibitem
37680 key "Duden"
37681
37682 \end_inset
37683
37684
37685 \emph on
37686 Duden Band 1
37687 \emph default
37688 .
37689  22.
37690  Auflage, Duden 2001
37691 \end_layout
37692
37693 \begin_layout Bibliography
37694 \labelwidthstring References
37695 \begin_inset CommandInset bibitem
37696 LatexCommand bibitem
37697 key "Checklist"
37698
37699 \end_inset
37700
37701
37702 \begin_inset CommandInset href
37703 LatexCommand href
37704 name "Check list"
37705 target "http://physics.nist.gov/Document/checklist.pdf"
37706
37707 \end_inset
37708
37709  for reviewing manuscripts
37710 \end_layout
37711
37712 \begin_layout Standard
37713 \begin_inset CommandInset index_print
37714 LatexCommand printindex
37715 type "idx"
37716
37717 \end_inset
37718
37719
37720 \end_layout
37721
37722 \end_body
37723 \end_document