]> git.lyx.org Git - lyx.git/blob - lib/doc/Math.lyx
EmbeddedObjects.lyx: revert unintended change from r40720
[lyx.git] / lib / doc / Math.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % To be able to enter the character ° and · directly in LyX,
36 % see sec. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % increase link area for cross-references and autoname them,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \AtBeginDocument{%
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{sec.\negthinspace}
47  \renewcommand{\subsectionautorefname}{sec.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
49 }
50
51 % don't load packages twice
52 % see first footnote in sec. 9.3
53 \@ifundefined{textcolor}{\usepackage{color}}{}
54
55 % the pages of the TOC are numbered roman
56 % and a PDF-bookmark for the TOC is added
57 \pagenumbering{roman}
58 \let\myTOC\tableofcontents
59 \renewcommand{\tableofcontents}{%
60  \vspace{1cm}
61  \pdfbookmark[1]{\contentsname}{}
62  \myTOC
63  \cleardoublepage
64  \pagenumbering{arabic}}
65
66 % insert additional vertical space of 1.5 mm between footnotes,
67 \let\myFoot\footnote
68 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
69
70 % provides caption formatting
71 \setkomafont{captionlabel}{\bfseries}
72
73 % used in sec. 24.5
74 \usepackage[samesize]{cancel}
75
76 % enables calculation of values
77 \usepackage{calc}
78
79 % for multiple columns used in sec. 24.7
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 % define a color, used in sec.9.3
89 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
90
91 % declare operators (see sec. 10.4 and sec. 15.2)
92 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
93 \DeclareMathOperator{\sgn}{sgn}
94
95 \newcommand{\spce}{\textvisiblespace}
96
97 % example definitions for sec. 20.1 
98 \newcommand{\gr}{\Longrightarrow}
99 \newcommand{\us}[1]{\underline{#1}}
100 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
101 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
102 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
103
104 % example macro from sec. 19.4
105 %\def\tagform@#1{\maketag@@@{|#1|}}
106
107 % macro from sec. 10.2
108 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
109 \def\mathclap {\mathpalette \mathclapinternal}
110 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
111
112
113 % ------------------------------------
114 % used to check for needed LaTeX packages
115 \usepackage{ifthen}
116
117 % check for package eurosym
118 % used for the Euro symbol
119 \newboolean{eurosym}
120 \IfFileExists{eurosym.sty}
121  {\usepackage[gennarrow]{eurosym}
122   \setboolean{eurosym}{true}}
123  {\setboolean{eurosym}{false}}
124
125 % check for package braket
126 % used for physical vectors
127 \newboolean{braket}
128 \IfFileExists{braket.sty}
129  {\usepackage{braket}
130   \setboolean{braket}{true}}
131  {\setboolean{braket}{false}}
132
133 % check for package cancel
134 \newboolean{cancel}
135 \IfFileExists{cancel.sty}
136  {\usepackage{cancel}
137   \setboolean{cancel}{true}}
138  {\setboolean{cancel}{false}}
139
140 % check for package upgreek
141 \newboolean{upgreek}
142 \IfFileExists{upgreek.sty}
143  {\usepackage{upgreek}
144   \setboolean{upgreek}{true}}
145  {\setboolean{upgreek}{false}}
146 \end_preamble
147 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
148 \use_default_options false
149 \maintain_unincluded_children false
150 \language english
151 \language_package default
152 \inputencoding auto
153 \fontencoding global
154 \font_roman default
155 \font_sans default
156 \font_typewriter default
157 \font_default_family default
158 \use_non_tex_fonts false
159 \font_sc false
160 \font_osf false
161 \font_sf_scale 100
162 \font_tt_scale 100
163
164 \graphics default
165 \default_output_format default
166 \output_sync 0
167 \bibtex_command default
168 \index_command default
169 \paperfontsize 12
170 \spacing single
171 \use_hyperref true
172 \pdf_title "LyX's Math Manual"
173 \pdf_author "LyX Team, Uwe Stöhr"
174 \pdf_subject "LyX-documentation about math"
175 \pdf_keywords "LyX, Mathed"
176 \pdf_bookmarks true
177 \pdf_bookmarksnumbered true
178 \pdf_bookmarksopen true
179 \pdf_bookmarksopenlevel 1
180 \pdf_breaklinks false
181 \pdf_pdfborder false
182 \pdf_colorlinks true
183 \pdf_backref false
184 \pdf_pdfusetitle false
185 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
186 \papersize a4paper
187 \use_geometry false
188 \use_amsmath 2
189 \use_esint 1
190 \use_mhchem 1
191 \use_mathdots 1
192 \cite_engine basic
193 \use_bibtopic false
194 \use_indices false
195 \paperorientation portrait
196 \suppress_date false
197 \use_refstyle 0
198 \notefontcolor #0000ff
199 \index Index
200 \shortcut idx
201 \color #008000
202 \end_index
203 \secnumdepth 4
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language english
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle plain
211 \bullet 1 0 6 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \html_math_output 0
217 \html_css_as_file 0
218 \html_be_strict false
219 \end_header
220
221 \begin_body
222
223 \begin_layout Title
224 LyX's detailed Math manual
225 \end_layout
226
227 \begin_layout Author
228 by the LyX Team
229 \begin_inset Foot
230 status collapsed
231
232 \begin_layout Plain Layout
233 \noindent
234 If you have comments or error corrections, please send them to the LyX Documenta
235 tion mailing list: 
236 \family typewriter
237
238 \begin_inset CommandInset href
239 LatexCommand href
240 name "lyx-docs@lists.lyx.org"
241 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
242 type "mailto:"
243
244 \end_inset
245
246
247 \end_layout
248
249 \end_inset
250
251
252 \begin_inset Note Note
253 status collapsed
254
255 \begin_layout Plain Layout
256 author: Uwe Stöhr
257 \end_layout
258
259 \end_inset
260
261
262 \begin_inset Newline newline
263 \end_inset
264
265
266 \begin_inset Newline newline
267 \end_inset
268
269
270 \family sans
271 Version 2.0.x
272 \end_layout
273
274 \begin_layout Standard
275 \begin_inset CommandInset toc
276 LatexCommand tableofcontents
277
278 \end_inset
279
280
281 \end_layout
282
283 \begin_layout Standard
284 \begin_inset Note Note
285 status open
286
287 \begin_layout Plain Layout
288 To export this document to PDF, PS or DVI the LaTeX-packages 
289 \series bold
290 braket, cancel, eurosym, mathdots, mhchem
291 \series default
292  and 
293 \series bold
294 was
295 \series default
296  should be installed.
297  If they are not installed the document can be export anyway but the sections
298  where the packages are required will not appear in the output.
299  An exeption is 
300 \series bold
301 mhchem
302 \series default
303 ; if it is not installed, this file cannot be exported.
304 \end_layout
305
306 \begin_layout Plain Layout
307 The latest PDF-version of this document can be found here:
308 \begin_inset Newline newline
309 \end_inset
310
311
312 \series bold
313 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
314 \end_layout
315
316 \end_inset
317
318
319 \end_layout
320
321 \begin_layout Standard
322 \begin_inset Newpage newpage
323 \end_inset
324
325
326 \end_layout
327
328 \begin_layout Section
329 Introduction
330 \end_layout
331
332 \begin_layout Standard
333 This document explains LyX's math features and is furthermore a collection
334  of LaTeX-commands used for mathematical characters and constructs.
335  The explanations are designed for the usage of commands.
336  It is therefore required that you have read the section 
337 \family typewriter
338 Mathematical
339 \begin_inset space ~
340 \end_inset
341
342 Formulas
343 \family default
344  of the User's Guide.
345 \end_layout
346
347 \begin_layout Standard
348 Most of the characters and many constructs explained in this manual are
349  also accessible via the menu 
350 \family sans
351 Insert
352 \series bold
353 \SpecialChar \menuseparator
354
355 \series default
356 Math
357 \family default
358 , or the 
359 \family sans
360 math
361 \family default
362 \series bold
363  
364 \family sans
365 \series default
366 toolbar
367 \family default
368 .
369  But everybody who has to write lots of formulas will notice that it is
370  much faster to use commands instead of the math toolbar.
371  Therefore this manual is focused on commands but also mentions the correspondin
372 g toolbar buttons when available.
373 \end_layout
374
375 \begin_layout Standard
376 If not specially mentioned the commands are only available within formulas.
377  To be able to use all commands explained in this document, the option 
378 \family sans
379 Use AMS math package
380 \family default
381  must be used in the document settings (menu 
382 \family sans
383 Document\SpecialChar \menuseparator
384 Settings\SpecialChar \menuseparator
385 Math
386 \begin_inset space ~
387 \end_inset
388
389 Options
390 \family default
391 ).
392 \begin_inset Foot
393 status collapsed
394
395 \begin_layout Plain Layout
396 The option 
397 \family sans
398 Use AMS math package automatically
399 \family default
400  only uses 
401 \begin_inset ERT
402 status collapsed
403
404 \begin_layout Plain Layout
405
406
407 \backslash
408 AmS 
409 \end_layout
410
411 \end_inset
412
413 -math when math constructs are found that are supported by LyX.
414 \end_layout
415
416 \end_inset
417
418
419 \end_layout
420
421 \begin_layout Standard
422 This document doesn't list all 
423 \begin_inset ERT
424 status collapsed
425
426 \begin_layout Plain Layout
427
428
429 \backslash
430 AmS 
431 \end_layout
432
433 \end_inset
434
435 -math commands
436 \begin_inset Foot
437 status collapsed
438
439 \begin_layout Plain Layout
440 A list with all 
441 \begin_inset ERT
442 status collapsed
443
444 \begin_layout Plain Layout
445
446
447 \backslash
448 AmS
449 \end_layout
450
451 \end_inset
452
453 -math commands is in the file 
454 \family sans
455
456 \begin_inset CommandInset href
457 LatexCommand href
458 name "amsguide.ps"
459 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
460
461 \end_inset
462
463
464 \family default
465 , which is part of every LaTeX standard installation.
466 \end_layout
467
468 \end_inset
469
470  for lucidity reasons.
471 \end_layout
472
473 \begin_layout Section
474 General Instructions
475 \end_layout
476
477 \begin_layout Standard
478 To create an inline formula
479 \begin_inset Index idx
480 status collapsed
481
482 \begin_layout Plain Layout
483 Formula ! inline
484 \end_layout
485
486 \end_inset
487
488  that is embedded into a text line, use one of the shortcuts 
489 \begin_inset Info
490 type  "shortcuts"
491 arg   "math-mode"
492 \end_inset
493
494  or the toolbar button 
495 \begin_inset Graphics
496         filename ../images/math-mode.png
497         scale 85
498
499 \end_inset
500
501
502 \begin_inset Newline newline
503 \end_inset
504
505 To create a display style formula
506 \begin_inset Index idx
507 status collapsed
508
509 \begin_layout Plain Layout
510 Formula ! display style
511 \end_layout
512
513 \end_inset
514
515  that will appear bigger and in an own paragraph, use one of these shortcuts:
516  
517 \begin_inset Info
518 type  "shortcuts"
519 arg   "math-display"
520 \end_inset
521
522 .
523 \end_layout
524
525 \begin_layout Standard
526 To change a display style formula to an inline formula, set the cursor into
527  the formula and use one of the shortcuts 
528 \begin_inset Info
529 type  "shortcuts"
530 arg   "math-mode"
531 \end_inset
532
533  or the menu 
534 \family sans
535 Edit\SpecialChar \menuseparator
536 Math\SpecialChar \menuseparator
537 Change formula type
538 \family default
539 .
540  The same way is used to change an inline formula to a display style formula.
541 \end_layout
542
543 \begin_layout Standard
544 To display parts of an inline formula in the size of a display style formula,
545  enter the command 
546 \series bold
547
548 \backslash
549 displaystyle
550 \series default
551
552 \begin_inset Index idx
553 status collapsed
554
555 \begin_layout Plain Layout
556 Commands ! D ! 
557 \backslash
558 displaystyle
559 \end_layout
560
561 \end_inset
562
563  to a formula.
564  Then a new blue box appears in which the desired formula part is inserted.
565 \end_layout
566
567 \begin_layout Standard
568 Only inline formulas are allowed inside tables.
569 \end_layout
570
571 \begin_layout Standard
572 The 
573 \family sans
574 math toolbar
575 \family default
576  can be turned on in the menu 
577 \family sans
578 View\SpecialChar \menuseparator
579 Toolbars
580 \family default
581 .
582  When you click there on 
583 \begin_inset Quotes eld
584 \end_inset
585
586 Math
587 \begin_inset Quotes erd
588 \end_inset
589
590  the toolbar will be shown permanently at the bottom; this state is visualized
591  in the 
592 \family sans
593 Toolbars
594 \family default
595  menu with a checkmark.
596  When you click in this state again on 
597 \begin_inset Quotes eld
598 \end_inset
599
600 Math
601 \begin_inset Quotes erd
602 \end_inset
603
604  in the 
605 \family sans
606 Toolbars
607 \family default
608  menu, the 
609 \family sans
610 math toolbar
611 \family default
612  is only shown when the cursor is within a formula; this state is visualized
613  by the renaming of the menu entry from 
614 \begin_inset Quotes eld
615 \end_inset
616
617 Math
618 \begin_inset Quotes erd
619 \end_inset
620
621  to 
622 \begin_inset Quotes eld
623 \end_inset
624
625 Math
626 \begin_inset space ~
627 \end_inset
628
629 (auto)
630 \begin_inset Quotes erd
631 \end_inset
632
633 .
634 \end_layout
635
636 \begin_layout Standard
637 The TeX-mode
638 \begin_inset Index idx
639 status collapsed
640
641 \begin_layout Plain Layout
642 T@TeX-mode
643 \end_layout
644
645 \end_inset
646
647  is invoked by pressing the toolbar button 
648 \begin_inset Graphics
649         filename ../images/ert-insert.png
650         scale 85
651
652 \end_inset
653
654  or by using the menu 
655 \family sans
656 Insert\SpecialChar \menuseparator
657 Te
658 \begin_inset ERT
659 status collapsed
660
661 \begin_layout Plain Layout
662
663 {}
664 \end_layout
665
666 \end_inset
667
668 X Code
669 \family default
670  (shortcut 
671 \begin_inset Info
672 type  "shortcut"
673 arg   "ert-insert"
674 \end_inset
675
676 ).
677 \begin_inset Note Note
678 status collapsed
679
680 \begin_layout Plain Layout
681 In LyX there are three 
682 \begin_inset Quotes eld
683 \end_inset
684
685 proper names
686 \begin_inset Quotes erd
687 \end_inset
688
689  that appear in the output with sub- and superscript letters: TeX, LaTeX
690  and LyX
691 \end_layout
692
693 \begin_layout Plain Layout
694 To avoid that these names are recognized as proper names, a TeX-brace pair
695  is inserted.
696 \end_layout
697
698 \end_inset
699
700
701 \end_layout
702
703 \begin_layout Standard
704 To change the LaTeX-preamble
705 \begin_inset Index idx
706 status collapsed
707
708 \begin_layout Plain Layout
709 L@LaTeX-preamble
710 \end_layout
711
712 \end_inset
713
714 , use the menu 
715 \family sans
716 Document\SpecialChar \menuseparator
717 Settings\SpecialChar \menuseparator
718 LaT
719 \begin_inset ERT
720 status collapsed
721
722 \begin_layout Plain Layout
723
724 {}
725 \end_layout
726
727 \end_inset
728
729 eX
730 \family default
731  
732 \family sans
733 Preamble
734 \family default
735 .
736 \end_layout
737
738 \begin_layout Standard
739 To edit matrices, case differentiations and multiline formulas subsequently,
740  the menus 
741 \family sans
742 Edit\SpecialChar \menuseparator
743 Math
744 \family default
745  and 
746 \family sans
747 Edit\SpecialChar \menuseparator
748 Rows
749 \begin_inset space \thinspace{}
750 \end_inset
751
752 &
753 \begin_inset space \thinspace{}
754 \end_inset
755
756 Columns,
757 \family default
758  or the 
759 \family sans
760 table toolbar
761 \family default
762  can be used.
763  When lines and columns are swapped via the menu, the column or line where
764  the cursor is in is exchanged with the column to the right or the line
765  below, respectively.
766  Is the cursor in the last column or row, the exchange is done with the
767  column to the left or the line above.
768 \end_layout
769
770 \begin_layout Standard
771 To write text in formulas
772 \begin_inset Foot
773 status collapsed
774
775 \begin_layout Plain Layout
776 For multiline formulas the command 
777 \series bold
778
779 \backslash
780 intertext
781 \series default
782  is used, see 
783 \begin_inset CommandInset ref
784 LatexCommand ref
785 reference "sub:Text-in-multiline"
786
787 \end_inset
788
789 .
790 \end_layout
791
792 \end_inset
793
794  
795 \emph on
796 mathematical text
797 \emph default
798
799 \begin_inset Index idx
800 status collapsed
801
802 \begin_layout Plain Layout
803 Text ! in formulas
804 \end_layout
805
806 \end_inset
807
808
809 \begin_inset Index idx
810 status collapsed
811
812 \begin_layout Plain Layout
813 Mathematical text
814 \end_layout
815
816 \end_inset
817
818  is used.
819  This mode is invoked with the shortcut 
820 \begin_inset Info
821 type  "shortcut"
822 arg   "font-default"
823 \end_inset
824
825  or by the insertion of the command 
826 \series bold
827
828 \backslash
829 text
830 \series default
831
832 \begin_inset Index idx
833 status collapsed
834
835 \begin_layout Plain Layout
836 Commands ! T ! 
837 \backslash
838 text
839 \end_layout
840
841 \end_inset
842
843 .
844  The text appears black in LyX and can therefore be distinguished from the
845  other formula parts that appear blue.
846  In the output mathematical text is set upright, in contrary to other formula
847  parts.
848 \end_layout
849
850 \begin_layout Subsection*
851 Command Scheme
852 \end_layout
853
854 \begin_layout Standard
855 Most of the LaTeX-commands for math constructs have the following scheme:
856 \end_layout
857
858 \begin_layout Standard
859
860 \series bold
861
862 \backslash
863 commandname[optional
864 \series default
865  
866 \series bold
867 argument]{required
868 \series default
869  
870 \series bold
871 argument}
872 \end_layout
873
874 \begin_layout Standard
875 A command starts always with a backslash 
876 \begin_inset Quotes gld
877 \end_inset
878
879
880 \series bold
881
882 \backslash
883
884 \series default
885
886 \begin_inset Quotes grd
887 \end_inset
888
889 .
890  To omit optional arguments, also omit the associated brackets.
891  The braces around the required arguments are named in this document as
892  TeX-braces
893 \begin_inset Index idx
894 status collapsed
895
896 \begin_layout Plain Layout
897 T@TeX-braces
898 \end_layout
899
900 \end_inset
901
902 .
903  If you add in a formula a left brace to a command name, LyX creates automatical
904 ly a TeX-brace.
905  In all other cases TeX-braces are created in formulas with the command
906  
907 \series bold
908
909 \backslash
910 {
911 \series default
912 .
913  TeX-braces appear red in LyX, in contrary to normal braces that appear
914  blue.
915  In TeX-mode no command is needed to get TeX-braces.
916  TeX-braces don't appear in the output.
917 \end_layout
918
919 \begin_layout Standard
920 When commands without arguments, like commands for symbols are entered in
921  TeX-mode, a space character must 
922 \emph on
923 always
924 \emph default
925  be behind the command to end it.
926  This space doesn't appear in the output.
927  When the space should appear in the output, the space must be followed
928  by a protected space in normal text.
929 \end_layout
930
931 \begin_layout Standard
932 A protected space is inserted with 
933 \begin_inset Info
934 type  "shortcut"
935 arg   "space-insert protected"
936 \end_inset
937
938 .
939 \end_layout
940
941 \begin_layout Subsection*
942 \begin_inset Newpage newpage
943 \end_inset
944
945 Syntax Explanation
946 \end_layout
947
948 \begin_layout Itemize
949 The symbol
950 \begin_inset Foot
951 status collapsed
952
953 \begin_layout Plain Layout
954 This visible space character can be created with the command 
955 \series bold
956
957 \backslash
958 textvisiblespace
959 \series default
960
961 \begin_inset Index idx
962 status collapsed
963
964 \begin_layout Plain Layout
965 Commands ! T ! 
966 \backslash
967 textvisiblespace
968 \end_layout
969
970 \end_inset
971
972 , inserted in TeX-mode.
973 \end_layout
974
975 \end_inset
976
977  
978 \begin_inset ERT
979 status collapsed
980
981 \begin_layout Plain Layout
982
983
984 \backslash
985 spce 
986 \end_layout
987
988 \end_inset
989
990
991 \begin_inset space ~
992 \end_inset
993
994 denotes a space character to be input.
995 \end_layout
996
997 \begin_layout Itemize
998 An arrow like 
999 \begin_inset Formula $\to$
1000 \end_inset
1001
1002  denotes the usage of the corresponding arrow key on the keyboard.
1003 \end_layout
1004
1005 \begin_layout Subsection*
1006 Available units
1007 \end_layout
1008
1009 \begin_layout Standard
1010 \align center
1011 \begin_inset Float table
1012 placement H
1013 wide false
1014 sideways false
1015 status open
1016
1017 \begin_layout Plain Layout
1018 \align center
1019 \begin_inset Caption
1020
1021 \begin_layout Plain Layout
1022 \begin_inset CommandInset label
1023 LatexCommand label
1024 name "tab:Available-units"
1025
1026 \end_inset
1027
1028 Available units
1029 \end_layout
1030
1031 \end_inset
1032
1033
1034 \end_layout
1035
1036 \begin_layout Plain Layout
1037 \align center
1038 \begin_inset Tabular
1039 <lyxtabular version="3" rows="13" columns="2">
1040 <features tabularvalignment="middle">
1041 <column alignment="center" valignment="top" width="0">
1042 <column alignment="center" valignment="top" width="0">
1043 <row>
1044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1045 \begin_inset Text
1046
1047 \begin_layout Plain Layout
1048 Unit
1049 \end_layout
1050
1051 \end_inset
1052 </cell>
1053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1054 \begin_inset Text
1055
1056 \begin_layout Plain Layout
1057 Name / Description
1058 \end_layout
1059
1060 \end_inset
1061 </cell>
1062 </row>
1063 <row>
1064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1065 \begin_inset Text
1066
1067 \begin_layout Plain Layout
1068 mm
1069 \end_layout
1070
1071 \end_inset
1072 </cell>
1073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1074 \begin_inset Text
1075
1076 \begin_layout Plain Layout
1077 Millimeter
1078 \end_layout
1079
1080 \end_inset
1081 </cell>
1082 </row>
1083 <row>
1084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1085 \begin_inset Text
1086
1087 \begin_layout Plain Layout
1088 cm
1089 \end_layout
1090
1091 \end_inset
1092 </cell>
1093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1094 \begin_inset Text
1095
1096 \begin_layout Plain Layout
1097 Centimeter
1098 \end_layout
1099
1100 \end_inset
1101 </cell>
1102 </row>
1103 <row>
1104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1105 \begin_inset Text
1106
1107 \begin_layout Plain Layout
1108 in
1109 \end_layout
1110
1111 \end_inset
1112 </cell>
1113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1114 \begin_inset Text
1115
1116 \begin_layout Plain Layout
1117 Inch (1
1118 \begin_inset space \thinspace{}
1119 \end_inset
1120
1121 in = 2,54
1122 \begin_inset space \thinspace{}
1123 \end_inset
1124
1125 cm)
1126 \end_layout
1127
1128 \end_inset
1129 </cell>
1130 </row>
1131 <row>
1132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1133 \begin_inset Text
1134
1135 \begin_layout Plain Layout
1136 pt
1137 \end_layout
1138
1139 \end_inset
1140 </cell>
1141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1142 \begin_inset Text
1143
1144 \begin_layout Plain Layout
1145 Point (72.27
1146 \begin_inset space \thinspace{}
1147 \end_inset
1148
1149 pt = 1
1150 \begin_inset space \thinspace{}
1151 \end_inset
1152
1153 in)
1154 \end_layout
1155
1156 \end_inset
1157 </cell>
1158 </row>
1159 <row>
1160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1161 \begin_inset Text
1162
1163 \begin_layout Plain Layout
1164 pc
1165 \end_layout
1166
1167 \end_inset
1168 </cell>
1169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1170 \begin_inset Text
1171
1172 \begin_layout Plain Layout
1173 Pica (1
1174 \begin_inset space \thinspace{}
1175 \end_inset
1176
1177 pc = 12
1178 \begin_inset space \thinspace{}
1179 \end_inset
1180
1181 pt)
1182 \end_layout
1183
1184 \end_inset
1185 </cell>
1186 </row>
1187 <row>
1188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1189 \begin_inset Text
1190
1191 \begin_layout Plain Layout
1192 sp
1193 \end_layout
1194
1195 \end_inset
1196 </cell>
1197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1198 \begin_inset Text
1199
1200 \begin_layout Plain Layout
1201 scaled point (65536
1202 \begin_inset space \thinspace{}
1203 \end_inset
1204
1205 sp = 1
1206 \begin_inset space \thinspace{}
1207 \end_inset
1208
1209 pt)
1210 \end_layout
1211
1212 \end_inset
1213 </cell>
1214 </row>
1215 <row>
1216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1217 \begin_inset Text
1218
1219 \begin_layout Plain Layout
1220 bp
1221 \end_layout
1222
1223 \end_inset
1224 </cell>
1225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1226 \begin_inset Text
1227
1228 \begin_layout Plain Layout
1229 big point (72
1230 \begin_inset space \thinspace{}
1231 \end_inset
1232
1233 bp = 1
1234 \begin_inset space \thinspace{}
1235 \end_inset
1236
1237 in)
1238 \end_layout
1239
1240 \end_inset
1241 </cell>
1242 </row>
1243 <row>
1244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1245 \begin_inset Text
1246
1247 \begin_layout Plain Layout
1248 dd
1249 \end_layout
1250
1251 \end_inset
1252 </cell>
1253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1254 \begin_inset Text
1255
1256 \begin_layout Plain Layout
1257 Didot (1
1258 \begin_inset space \thinspace{}
1259 \end_inset
1260
1261 dd 
1262 \begin_inset Formula $\approx$
1263 \end_inset
1264
1265  0.376
1266 \begin_inset space \thinspace{}
1267 \end_inset
1268
1269 mm)
1270 \end_layout
1271
1272 \end_inset
1273 </cell>
1274 </row>
1275 <row>
1276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1277 \begin_inset Text
1278
1279 \begin_layout Plain Layout
1280 cc
1281 \end_layout
1282
1283 \end_inset
1284 </cell>
1285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1286 \begin_inset Text
1287
1288 \begin_layout Plain Layout
1289 Cicero (1
1290 \begin_inset space \thinspace{}
1291 \end_inset
1292
1293 cc = 12
1294 \begin_inset space \thinspace{}
1295 \end_inset
1296
1297 dd)
1298 \end_layout
1299
1300 \end_inset
1301 </cell>
1302 </row>
1303 <row>
1304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1305 \begin_inset Text
1306
1307 \begin_layout Plain Layout
1308 ex
1309 \end_layout
1310
1311 \end_inset
1312 </cell>
1313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1314 \begin_inset Text
1315
1316 \begin_layout Plain Layout
1317 Height of letter 
1318 \emph on
1319
1320 \begin_inset Quotes eld
1321 \end_inset
1322
1323 x
1324 \emph default
1325
1326 \begin_inset Quotes erd
1327 \end_inset
1328
1329  in the current font
1330 \end_layout
1331
1332 \end_inset
1333 </cell>
1334 </row>
1335 <row>
1336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1337 \begin_inset Text
1338
1339 \begin_layout Plain Layout
1340 em
1341 \end_layout
1342
1343 \end_inset
1344 </cell>
1345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1346 \begin_inset Text
1347
1348 \begin_layout Plain Layout
1349 width of letter 
1350 \begin_inset Quotes eld
1351 \end_inset
1352
1353
1354 \emph on
1355 M
1356 \emph default
1357
1358 \begin_inset Quotes erd
1359 \end_inset
1360
1361  in the current font
1362 \end_layout
1363
1364 \end_inset
1365 </cell>
1366 </row>
1367 <row>
1368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1369 \begin_inset Text
1370
1371 \begin_layout Plain Layout
1372 mu
1373 \end_layout
1374
1375 \end_inset
1376 </cell>
1377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1378 \begin_inset Text
1379
1380 \begin_layout Plain Layout
1381 math unit (1
1382 \begin_inset space \thinspace{}
1383 \end_inset
1384
1385 mu = 
1386 \begin_inset Formula $\nicefrac{1}{18}$
1387 \end_inset
1388
1389
1390 \begin_inset space \thinspace{}
1391 \end_inset
1392
1393 em)
1394 \end_layout
1395
1396 \end_inset
1397 </cell>
1398 </row>
1399 </lyxtabular>
1400
1401 \end_inset
1402
1403
1404 \end_layout
1405
1406 \end_inset
1407
1408
1409 \end_layout
1410
1411 \begin_layout Standard
1412 \begin_inset Newpage newpage
1413 \end_inset
1414
1415
1416 \end_layout
1417
1418 \begin_layout Section
1419 Basic Functions
1420 \end_layout
1421
1422 \begin_layout Subsection
1423 Exponents
1424 \begin_inset Index idx
1425 status collapsed
1426
1427 \begin_layout Plain Layout
1428 Exponents
1429 \end_layout
1430
1431 \end_inset
1432
1433  and Indices
1434 \begin_inset Index idx
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438 Indices
1439 \end_layout
1440
1441 \end_inset
1442
1443
1444 \begin_inset Index idx
1445 status collapsed
1446
1447 \begin_layout Plain Layout
1448 Superscripts|see
1449 \begin_inset ERT
1450 status collapsed
1451
1452 \begin_layout Plain Layout
1453
1454 {
1455 \end_layout
1456
1457 \end_inset
1458
1459 Exponents
1460 \begin_inset ERT
1461 status collapsed
1462
1463 \begin_layout Plain Layout
1464
1465 }
1466 \end_layout
1467
1468 \end_inset
1469
1470
1471 \end_layout
1472
1473 \end_inset
1474
1475
1476 \begin_inset Index idx
1477 status collapsed
1478
1479 \begin_layout Plain Layout
1480 Subscripts|see
1481 \begin_inset ERT
1482 status collapsed
1483
1484 \begin_layout Plain Layout
1485
1486 {
1487 \end_layout
1488
1489 \end_inset
1490
1491 Indices
1492 \begin_inset ERT
1493 status collapsed
1494
1495 \begin_layout Plain Layout
1496
1497 }
1498 \end_layout
1499
1500 \end_inset
1501
1502
1503 \end_layout
1504
1505 \end_inset
1506
1507
1508 \end_layout
1509
1510 \begin_layout Standard
1511 Indices are created with an underscore 
1512 \begin_inset Quotes eld
1513 \end_inset
1514
1515 _
1516 \begin_inset Quotes erd
1517 \end_inset
1518
1519  or via the math toolbar button 
1520 \begin_inset Graphics
1521         filename ../images/math-subscript.png
1522         scale 85
1523
1524 \end_inset
1525
1526  , exponents with a caret 
1527 \begin_inset Quotes eld
1528 \end_inset
1529
1530 ^
1531 \begin_inset Quotes erd
1532 \end_inset
1533
1534  or via the math toolbar button 
1535 \begin_inset Graphics
1536         filename ../images/math-superscript.png
1537         scale 85
1538
1539 \end_inset
1540
1541 .
1542 \end_layout
1543
1544 \begin_layout Standard
1545 \align center
1546 \begin_inset Tabular
1547 <lyxtabular version="3" rows="4" columns="2">
1548 <features tabularvalignment="middle">
1549 <column alignment="center" valignment="top" width="0pt">
1550 <column alignment="center" valignment="top" width="0pt">
1551 <row>
1552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1553 \begin_inset Text
1554
1555 \begin_layout Plain Layout
1556 command
1557 \end_layout
1558
1559 \end_inset
1560 </cell>
1561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Plain Layout
1565 Result
1566 \begin_inset Note Note
1567 status collapsed
1568
1569 \begin_layout Plain Layout
1570
1571 \series bold
1572
1573 \backslash
1574 raisebox
1575 \series default
1576  is only used as spacer.
1577 \end_layout
1578
1579 \end_inset
1580
1581
1582 \end_layout
1583
1584 \end_inset
1585 </cell>
1586 </row>
1587 <row>
1588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1589 \begin_inset Text
1590
1591 \begin_layout Plain Layout
1592 B_V
1593 \end_layout
1594
1595 \end_inset
1596 </cell>
1597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1598 \begin_inset Text
1599
1600 \begin_layout Plain Layout
1601 \begin_inset Formula $B_{V}$
1602 \end_inset
1603
1604
1605 \end_layout
1606
1607 \end_inset
1608 </cell>
1609 </row>
1610 <row>
1611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1612 \begin_inset Text
1613
1614 \begin_layout Plain Layout
1615 B^V
1616 \end_layout
1617
1618 \end_inset
1619 </cell>
1620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1621 \begin_inset Text
1622
1623 \begin_layout Plain Layout
1624 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1625 \end_inset
1626
1627
1628 \end_layout
1629
1630 \end_inset
1631 </cell>
1632 </row>
1633 <row>
1634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1635 \begin_inset Text
1636
1637 \begin_layout Plain Layout
1638 B^
1639 \begin_inset ERT
1640 status collapsed
1641
1642 \begin_layout Plain Layout
1643
1644
1645 \backslash
1646 spce 
1647 \end_layout
1648
1649 \end_inset
1650
1651 A
1652 \end_layout
1653
1654 \end_inset
1655 </cell>
1656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1657 \begin_inset Text
1658
1659 \begin_layout Plain Layout
1660 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1661 \end_inset
1662
1663
1664 \end_layout
1665
1666 \end_inset
1667 </cell>
1668 </row>
1669 </lyxtabular>
1670
1671 \end_inset
1672
1673
1674 \end_layout
1675
1676 \begin_layout Standard
1677 As the caret is in some languages an accent, vowels will be accentuated
1678  in this case and not set as exponents
1679 \begin_inset Foot
1680 status collapsed
1681
1682 \begin_layout Plain Layout
1683 Depending on the used keyboard settings this can also happen for other character
1684 s than vowels.
1685 \end_layout
1686
1687 \end_inset
1688
1689 .
1690  To get in this case exponents, press 
1691 \family sans
1692 Space
1693 \family default
1694  after the caret as in the last example.
1695 \end_layout
1696
1697 \begin_layout Subsection
1698 Fractions
1699 \begin_inset CommandInset label
1700 LatexCommand label
1701 name "sub:Fractions"
1702
1703 \end_inset
1704
1705
1706 \begin_inset Index idx
1707 status collapsed
1708
1709 \begin_layout Plain Layout
1710 Fractions
1711 \end_layout
1712
1713 \end_inset
1714
1715
1716 \end_layout
1717
1718 \begin_layout Standard
1719 Fractions are generated with the command 
1720 \series bold
1721
1722 \backslash
1723 frac
1724 \series default
1725
1726 \begin_inset Index idx
1727 status collapsed
1728
1729 \begin_layout Plain Layout
1730 Commands ! F ! 
1731 \backslash
1732 frac
1733 \end_layout
1734
1735 \end_inset
1736
1737  or via the math toolbar button 
1738 \begin_inset Graphics
1739         filename ../images/math/frac.png
1740         scale 50
1741
1742 \end_inset
1743
1744 .
1745  The font size is adjusted automatically, depending on whether the fraction
1746  is in an inline or display style formula.
1747  With the math toolbar button 
1748 \begin_inset Graphics
1749         filename ../images/math/frac-square.png
1750         scale 85
1751
1752 \end_inset
1753
1754  you can select different fraction types.
1755 \end_layout
1756
1757 \begin_layout Standard
1758 With the command 
1759 \series bold
1760
1761 \backslash
1762 dfrac
1763 \series default
1764
1765 \begin_inset Index idx
1766 status collapsed
1767
1768 \begin_layout Plain Layout
1769 Commands ! D ! 
1770 \backslash
1771 dfrac
1772 \end_layout
1773
1774 \end_inset
1775
1776  a fraction can be created that has in any case the size of a display style
1777  formula.
1778  With 
1779 \series bold
1780
1781 \backslash
1782 tfrac
1783 \series default
1784
1785 \begin_inset Index idx
1786 status collapsed
1787
1788 \begin_layout Plain Layout
1789 Commands ! T ! 
1790 \backslash
1791 tfrac
1792 \end_layout
1793
1794 \end_inset
1795
1796  the fraction appears always with the size of an inline formula.
1797  An example:
1798 \end_layout
1799
1800 \begin_layout Standard
1801 A line with the fraction 
1802 \begin_inset Formula $\frac{1}{2}$
1803 \end_inset
1804
1805  that was created with the command 
1806 \series bold
1807
1808 \backslash
1809 frac
1810 \series default
1811 .
1812 \end_layout
1813
1814 \begin_layout Standard
1815 A line with the fraction 
1816 \begin_inset Formula $\dfrac{1}{2}$
1817 \end_inset
1818
1819  that was created with the command 
1820 \series bold
1821
1822 \backslash
1823 dfrac
1824 \series default
1825 .
1826 \end_layout
1827
1828 \begin_layout Standard
1829 \align center
1830 \begin_inset Tabular
1831 <lyxtabular version="3" rows="4" columns="2">
1832 <features tabularvalignment="middle">
1833 <column alignment="center" valignment="top" width="0pt">
1834 <column alignment="center" valignment="top" width="0pt">
1835 <row>
1836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1837 \begin_inset Text
1838
1839 \begin_layout Plain Layout
1840 Command
1841 \end_layout
1842
1843 \end_inset
1844 </cell>
1845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849 Result
1850 \begin_inset Note Note
1851 status collapsed
1852
1853 \begin_layout Plain Layout
1854
1855 \series bold
1856
1857 \backslash
1858 raisebox
1859 \series default
1860  is only used as spacer.
1861 \end_layout
1862
1863 \end_inset
1864
1865
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 </row>
1871 <row>
1872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876
1877 \backslash
1878 frac
1879 \begin_inset ERT
1880 status collapsed
1881
1882 \begin_layout Plain Layout
1883
1884
1885 \backslash
1886 spce 
1887 \end_layout
1888
1889 \end_inset
1890
1891 A
1892 \begin_inset Formula $\downarrow$
1893 \end_inset
1894
1895 B
1896 \end_layout
1897
1898 \end_inset
1899 </cell>
1900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1901 \begin_inset Text
1902
1903 \begin_layout Plain Layout
1904 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1905 \end_inset
1906
1907
1908 \end_layout
1909
1910 \end_inset
1911 </cell>
1912 </row>
1913 <row>
1914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1915 \begin_inset Text
1916
1917 \begin_layout Plain Layout
1918
1919 \backslash
1920 dfrac
1921 \begin_inset ERT
1922 status collapsed
1923
1924 \begin_layout Plain Layout
1925
1926
1927 \backslash
1928 spce 
1929 \end_layout
1930
1931 \end_inset
1932
1933 A
1934 \begin_inset Formula $\downarrow$
1935 \end_inset
1936
1937 B
1938 \end_layout
1939
1940 \end_inset
1941 </cell>
1942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1943 \begin_inset Text
1944
1945 \begin_layout Plain Layout
1946 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1947 \end_inset
1948
1949
1950 \end_layout
1951
1952 \end_inset
1953 </cell>
1954 </row>
1955 <row>
1956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1957 \begin_inset Text
1958
1959 \begin_layout Plain Layout
1960
1961 \backslash
1962 dfrac
1963 \begin_inset ERT
1964 status collapsed
1965
1966 \begin_layout Plain Layout
1967
1968
1969 \backslash
1970 spce 
1971 \end_layout
1972
1973 \end_inset
1974
1975 e^
1976 \begin_inset ERT
1977 status collapsed
1978
1979 \begin_layout Plain Layout
1980
1981
1982 \backslash
1983 spce 
1984 \end_layout
1985
1986 \end_inset
1987
1988
1989 \backslash
1990 frac
1991 \begin_inset ERT
1992 status collapsed
1993
1994 \begin_layout Plain Layout
1995
1996
1997 \backslash
1998 spce 
1999 \end_layout
2000
2001 \end_inset
2002
2003 1
2004 \begin_inset Formula $\downarrow$
2005 \end_inset
2006
2007 2
2008 \begin_inset Formula $\downarrow\downarrow$
2009 \end_inset
2010
2011 3
2012 \end_layout
2013
2014 \end_inset
2015 </cell>
2016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2017 \begin_inset Text
2018
2019 \begin_layout Plain Layout
2020 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2021 \end_inset
2022
2023
2024 \end_layout
2025
2026 \end_inset
2027 </cell>
2028 </row>
2029 </lyxtabular>
2030
2031 \end_inset
2032
2033
2034 \end_layout
2035
2036 \begin_layout Standard
2037 \begin_inset VSpace bigskip
2038 \end_inset
2039
2040
2041 \begin_inset Newpage newpage
2042 \end_inset
2043
2044 For nested fractions the command 
2045 \series bold
2046
2047 \backslash
2048 cfrac
2049 \series default
2050
2051 \begin_inset Index idx
2052 status collapsed
2053
2054 \begin_layout Plain Layout
2055 Commands ! C ! 
2056 \backslash
2057 cfrac
2058 \end_layout
2059
2060 \end_inset
2061
2062  can be used.
2063  Here is an example:
2064 \begin_inset VSpace -3mm
2065 \end_inset
2066
2067
2068 \end_layout
2069
2070 \begin_layout Standard
2071 \begin_inset Formula 
2072 \begin{align*}
2073 \textrm{created with \textbf{\textbackslash frac}} &  & \textrm{created with \textbf{\textbackslash cfrac}}\\
2074 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2075 \end{align*}
2076
2077 \end_inset
2078
2079
2080 \end_layout
2081
2082 \begin_layout Standard
2083 The command for the example above is:
2084 \end_layout
2085
2086 \begin_layout Standard
2087
2088 \series bold
2089
2090 \backslash
2091 cfrac
2092 \begin_inset ERT
2093 status collapsed
2094
2095 \begin_layout Plain Layout
2096
2097
2098 \backslash
2099 spce 
2100 \end_layout
2101
2102 \end_inset
2103
2104 A
2105 \begin_inset Formula $\downarrow$
2106 \end_inset
2107
2108 B+
2109 \backslash
2110 cfrac
2111 \begin_inset ERT
2112 status collapsed
2113
2114 \begin_layout Plain Layout
2115
2116
2117 \backslash
2118 spce 
2119 \end_layout
2120
2121 \end_inset
2122
2123 C+
2124 \backslash
2125 cfrac
2126 \begin_inset ERT
2127 status collapsed
2128
2129 \begin_layout Plain Layout
2130
2131
2132 \backslash
2133 spce 
2134 \end_layout
2135
2136 \end_inset
2137
2138 E
2139 \begin_inset Formula $\downarrow$
2140 \end_inset
2141
2142 F
2143 \begin_inset Formula $\downarrow$
2144 \end_inset
2145
2146 D
2147 \end_layout
2148
2149 \begin_layout Standard
2150 \begin_inset VSpace medskip
2151 \end_inset
2152
2153
2154 \end_layout
2155
2156 \begin_layout Standard
2157
2158 \series bold
2159
2160 \backslash
2161 cfrac
2162 \series default
2163  sets the fraction always in the size of a displayed formula, also when
2164  it is part of another fraction.
2165 \end_layout
2166
2167 \begin_layout Standard
2168 It is possible to specify the alignment of the numerator.
2169  The command 
2170 \series bold
2171
2172 \backslash
2173 cfracleft
2174 \series default
2175  is used to left align it, the command 
2176 \series bold
2177
2178 \backslash
2179 cfracright
2180 \series default
2181  to right-align it.
2182  
2183 \series bold
2184
2185 \backslash
2186 cfrac
2187 \series default
2188  centers the numerator.
2189  These fractions demonstrate the different alignments:
2190 \end_layout
2191
2192 \begin_layout Standard
2193 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2194 \end_inset
2195
2196
2197 \begin_inset Formula $\cfrac{A}{B+C}$
2198 \end_inset
2199
2200
2201 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2202 \end_inset
2203
2204
2205 \end_layout
2206
2207 \begin_layout Standard
2208 \begin_inset Note Greyedout
2209 status open
2210
2211 \begin_layout Plain Layout
2212
2213 \series bold
2214 Note:
2215 \series default
2216  
2217 \series bold
2218
2219 \backslash
2220 cfracleft
2221 \series default
2222  and 
2223 \series bold
2224
2225 \backslash
2226 cfracright
2227 \series default
2228  are no real LaTeX commands but represent the command 
2229 \series bold
2230
2231 \backslash
2232 cfrac[alignment]{numerator}{denominator}
2233 \series default
2234  .
2235  Therefore you cannot use them in TeX code.
2236 \end_layout
2237
2238 \end_inset
2239
2240
2241 \end_layout
2242
2243 \begin_layout Standard
2244 \begin_inset VSpace medskip
2245 \end_inset
2246
2247 It is often advantageous to combine 
2248 \series bold
2249
2250 \backslash
2251 cfrac
2252 \series default
2253  and 
2254 \series bold
2255
2256 \backslash
2257 frac
2258 \series default
2259 :
2260 \begin_inset Formula 
2261 \[
2262 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2263 \]
2264
2265 \end_inset
2266
2267
2268 \end_layout
2269
2270 \begin_layout Standard
2271 For inline fractions with a sloped fraction stroke you can use the command
2272  
2273 \series bold
2274
2275 \backslash
2276 nicefrac
2277 \series default
2278
2279 \begin_inset Index idx
2280 status collapsed
2281
2282 \begin_layout Plain Layout
2283 Commands ! N ! 
2284 \backslash
2285 nicefrac
2286 \end_layout
2287
2288 \end_inset
2289
2290
2291 \begin_inset Formula $\nicefrac{5}{31}$
2292 \end_inset
2293
2294  or 
2295 \series bold
2296
2297 \backslash
2298 unitfrac
2299 \series default
2300
2301 \begin_inset Index idx
2302 status collapsed
2303
2304 \begin_layout Plain Layout
2305 Commands ! U ! 
2306 \backslash
2307 unitfrac
2308 \end_layout
2309
2310 \end_inset
2311
2312
2313 \begin_inset Formula $\unitfrac{5}{31}$
2314 \end_inset
2315
2316  There is furthermore the command 
2317 \series bold
2318
2319 \backslash
2320 unitfracthree
2321 \series default
2322  that offers to write a fraction in combination with a number: 
2323 \begin_inset Formula $\unitfrac[2]{1}{3}$
2324 \end_inset
2325
2326
2327 \end_layout
2328
2329 \begin_layout Standard
2330 \begin_inset Note Greyedout
2331 status open
2332
2333 \begin_layout Plain Layout
2334
2335 \series bold
2336 Note:
2337 \series default
2338  
2339 \series bold
2340
2341 \backslash
2342 unitfracthree
2343 \series default
2344  is not a real LaTeX command but the command
2345 \begin_inset Newline newline
2346 \end_inset
2347
2348
2349 \series bold
2350
2351 \backslash
2352 unitfrac[number]{numerator}{denominator}
2353 \series default
2354  .
2355  Therefore you cannot use it in TeX code.
2356 \end_layout
2357
2358 \end_inset
2359
2360
2361 \end_layout
2362
2363 \begin_layout Standard
2364 How to define own fractions where the fraction stroke can be changed, is
2365  explained in 
2366 \begin_inset CommandInset ref
2367 LatexCommand ref
2368 reference "sub:Self-defined-Fractions"
2369
2370 \end_inset
2371
2372 .
2373 \end_layout
2374
2375 \begin_layout Subsection
2376 Roots
2377 \begin_inset Index idx
2378 status collapsed
2379
2380 \begin_layout Plain Layout
2381 Roots
2382 \end_layout
2383
2384 \end_inset
2385
2386
2387 \end_layout
2388
2389 \begin_layout Standard
2390 Square roots are created with 
2391 \series bold
2392
2393 \backslash
2394 sqrt
2395 \series default
2396
2397 \begin_inset Index idx
2398 status collapsed
2399
2400 \begin_layout Plain Layout
2401 Commands ! S ! 
2402 \backslash
2403 sqrt
2404 \end_layout
2405
2406 \end_inset
2407
2408  or the math toolbar button 
2409 \begin_inset Graphics
2410         filename ../images/math/sqrt.png
2411         scale 85
2412
2413 \end_inset
2414
2415 , all other roots with the command 
2416 \series bold
2417
2418 \backslash
2419 root
2420 \series default
2421
2422 \begin_inset Index idx
2423 status collapsed
2424
2425 \begin_layout Plain Layout
2426 Commands ! R ! 
2427 \backslash
2428 root
2429 \end_layout
2430
2431 \end_inset
2432
2433  or with the math toolbar button 
2434 \begin_inset Graphics
2435         filename ../images/math/root.png
2436         scale 85
2437
2438 \end_inset
2439
2440 .
2441 \end_layout
2442
2443 \begin_layout Standard
2444 \align center
2445 \begin_inset Tabular
2446 <lyxtabular version="3" rows="3" columns="2">
2447 <features tabularvalignment="middle">
2448 <column alignment="center" valignment="top" width="0pt">
2449 <column alignment="center" valignment="top" width="0pt">
2450 <row>
2451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2452 \begin_inset Text
2453
2454 \begin_layout Plain Layout
2455 Command
2456 \end_layout
2457
2458 \end_inset
2459 </cell>
2460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2461 \begin_inset Text
2462
2463 \begin_layout Plain Layout
2464 Result
2465 \begin_inset Note Note
2466 status collapsed
2467
2468 \begin_layout Plain Layout
2469
2470 \series bold
2471
2472 \backslash
2473 raisebox
2474 \series default
2475  is only used as spacer.
2476 \end_layout
2477
2478 \end_inset
2479
2480
2481 \end_layout
2482
2483 \end_inset
2484 </cell>
2485 </row>
2486 <row>
2487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2488 \begin_inset Text
2489
2490 \begin_layout Plain Layout
2491
2492 \backslash
2493 sqrt
2494 \begin_inset ERT
2495 status collapsed
2496
2497 \begin_layout Plain Layout
2498
2499
2500 \backslash
2501 spce 
2502 \end_layout
2503
2504 \end_inset
2505
2506 A-B
2507 \end_layout
2508
2509 \end_inset
2510 </cell>
2511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2512 \begin_inset Text
2513
2514 \begin_layout Plain Layout
2515 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2516 \end_inset
2517
2518
2519 \end_layout
2520
2521 \end_inset
2522 </cell>
2523 </row>
2524 <row>
2525 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2526 \begin_inset Text
2527
2528 \begin_layout Plain Layout
2529
2530 \backslash
2531 root
2532 \begin_inset ERT
2533 status collapsed
2534
2535 \begin_layout Plain Layout
2536
2537
2538 \backslash
2539 spce 
2540 \end_layout
2541
2542 \end_inset
2543
2544 3
2545 \begin_inset Formula $\downarrow$
2546 \end_inset
2547
2548 A-B
2549 \end_layout
2550
2551 \end_inset
2552 </cell>
2553 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2554 \begin_inset Text
2555
2556 \begin_layout Plain Layout
2557 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2558 \end_inset
2559
2560
2561 \end_layout
2562
2563 \end_inset
2564 </cell>
2565 </row>
2566 </lyxtabular>
2567
2568 \end_inset
2569
2570
2571 \end_layout
2572
2573 \begin_layout Standard
2574 A square root can also be created with 
2575 \series bold
2576
2577 \backslash
2578 root
2579 \series default
2580  when the root index field is left empty.
2581 \end_layout
2582
2583 \begin_layout Standard
2584 With certain indices the distance to the root is too small, like in this
2585  formula: 
2586 \begin_inset Formula $\sqrt[\beta]{B}$
2587 \end_inset
2588
2589
2590 \begin_inset Newline newline
2591 \end_inset
2592
2593 The 
2594 \begin_inset Formula $\beta$
2595 \end_inset
2596
2597  touches the root.
2598  To avoid this, the commands 
2599 \series bold
2600
2601 \backslash
2602 leftroot
2603 \series default
2604
2605 \begin_inset Index idx
2606 status collapsed
2607
2608 \begin_layout Plain Layout
2609 Commands ! L ! 
2610 \backslash
2611 leftroot
2612 \end_layout
2613
2614 \end_inset
2615
2616  and 
2617 \series bold
2618
2619 \backslash
2620 uproot
2621 \series default
2622
2623 \begin_inset Index idx
2624 status collapsed
2625
2626 \begin_layout Plain Layout
2627 Commands ! U ! 
2628 \backslash
2629 uproot
2630 \end_layout
2631
2632 \end_inset
2633
2634  are used with the following scheme:
2635 \end_layout
2636
2637 \begin_layout Standard
2638
2639 \series bold
2640
2641 \backslash
2642 leftroot{distance}
2643 \series default
2644  and 
2645 \series bold
2646
2647 \backslash
2648 uproot{distance}
2649 \end_layout
2650
2651 \begin_layout Standard
2652 Distance is the number of Big Points (unit bp; 
2653 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2654 \end_inset
2655
2656 ), that the index should be moved to the left or top, resp..
2657  The commands are written to the index.
2658  This way the command
2659 \begin_inset Newline newline
2660 \end_inset
2661
2662
2663 \series bold
2664
2665 \backslash
2666 root
2667 \backslash
2668 leftroot{-1
2669 \begin_inset Formula $\to$
2670 \end_inset
2671
2672
2673 \backslash
2674 uproot{2
2675 \begin_inset Formula $\to$
2676 \end_inset
2677
2678
2679 \backslash
2680 beta
2681 \begin_inset ERT
2682 status collapsed
2683
2684 \begin_layout Plain Layout
2685
2686
2687 \backslash
2688 spce 
2689 \end_layout
2690
2691 \end_inset
2692
2693
2694 \begin_inset Formula $\to$
2695 \end_inset
2696
2697 B
2698 \begin_inset Newline newline
2699 \end_inset
2700
2701
2702 \series default
2703 produces a correct typeset formula: 
2704 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2705 \end_inset
2706
2707
2708 \end_layout
2709
2710 \begin_layout Subsection
2711 Binomial Coefficients
2712 \begin_inset Index idx
2713 status collapsed
2714
2715 \begin_layout Plain Layout
2716 Binomial coefficients
2717 \end_layout
2718
2719 \end_inset
2720
2721
2722 \end_layout
2723
2724 \begin_layout Standard
2725 Binomial coefficients are inserted with the command 
2726 \series bold
2727
2728 \backslash
2729 binom
2730 \series default
2731
2732 \begin_inset Index idx
2733 status collapsed
2734
2735 \begin_layout Plain Layout
2736 Commands ! B ! 
2737 \backslash
2738 binom
2739 \end_layout
2740
2741 \end_inset
2742
2743  or with the submenu of the math toolbar button 
2744 \begin_inset Graphics
2745         filename ../images/math/frac-square.png
2746         scale 85
2747
2748 \end_inset
2749
2750 .
2751  Analog to fractions (
2752 \series bold
2753
2754 \backslash
2755 frac
2756 \series default
2757 ) there are besides 
2758 \series bold
2759
2760 \backslash
2761 binom
2762 \series default
2763  the commands 
2764 \series bold
2765
2766 \backslash
2767 dbinom
2768 \series default
2769
2770 \begin_inset Index idx
2771 status collapsed
2772
2773 \begin_layout Plain Layout
2774 Commands ! D ! 
2775 \backslash
2776 dbinom
2777 \end_layout
2778
2779 \end_inset
2780
2781  and 
2782 \series bold
2783
2784 \backslash
2785 tbinom
2786 \series default
2787
2788 \begin_inset Index idx
2789 status collapsed
2790
2791 \begin_layout Plain Layout
2792 Commands ! T ! 
2793 \backslash
2794 tbinom
2795 \end_layout
2796
2797 \end_inset
2798
2799 .
2800  For other brackets around binomial coeficients there are the commands 
2801 \series bold
2802
2803 \backslash
2804 brace
2805 \series default
2806
2807 \begin_inset Index idx
2808 status collapsed
2809
2810 \begin_layout Plain Layout
2811 Commands ! B ! 
2812 \backslash
2813 brace
2814 \end_layout
2815
2816 \end_inset
2817
2818  and 
2819 \series bold
2820
2821 \backslash
2822 brack
2823 \series default
2824
2825 \begin_inset Index idx
2826 status collapsed
2827
2828 \begin_layout Plain Layout
2829 Commands ! B ! 
2830 \backslash
2831 brack
2832 \end_layout
2833
2834 \end_inset
2835
2836 .
2837 \end_layout
2838
2839 \begin_layout Standard
2840 \align center
2841 \begin_inset Tabular
2842 <lyxtabular version="3" rows="6" columns="2">
2843 <features tabularvalignment="middle">
2844 <column alignment="center" valignment="top" width="0pt">
2845 <column alignment="center" valignment="top" width="0pt">
2846 <row>
2847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2848 \begin_inset Text
2849
2850 \begin_layout Plain Layout
2851 Command
2852 \end_layout
2853
2854 \end_inset
2855 </cell>
2856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2857 \begin_inset Text
2858
2859 \begin_layout Plain Layout
2860 Result
2861 \begin_inset Note Note
2862 status collapsed
2863
2864 \begin_layout Plain Layout
2865
2866 \series bold
2867
2868 \backslash
2869 raisebox
2870 \series default
2871  is only used as spacer.
2872 \end_layout
2873
2874 \end_inset
2875
2876
2877 \end_layout
2878
2879 \end_inset
2880 </cell>
2881 </row>
2882 <row>
2883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2884 \begin_inset Text
2885
2886 \begin_layout Plain Layout
2887
2888 \backslash
2889 binom
2890 \begin_inset ERT
2891 status collapsed
2892
2893 \begin_layout Plain Layout
2894
2895
2896 \backslash
2897 spce 
2898 \end_layout
2899
2900 \end_inset
2901
2902 A
2903 \begin_inset Formula $\downarrow$
2904 \end_inset
2905
2906 B
2907 \end_layout
2908
2909 \end_inset
2910 </cell>
2911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2912 \begin_inset Text
2913
2914 \begin_layout Plain Layout
2915 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2916 \end_inset
2917
2918
2919 \end_layout
2920
2921 \end_inset
2922 </cell>
2923 </row>
2924 <row>
2925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2926 \begin_inset Text
2927
2928 \begin_layout Plain Layout
2929
2930 \backslash
2931 dbinom
2932 \begin_inset ERT
2933 status collapsed
2934
2935 \begin_layout Plain Layout
2936
2937
2938 \backslash
2939 spce 
2940 \end_layout
2941
2942 \end_inset
2943
2944 A
2945 \begin_inset Formula $\downarrow$
2946 \end_inset
2947
2948 B
2949 \end_layout
2950
2951 \end_inset
2952 </cell>
2953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2954 \begin_inset Text
2955
2956 \begin_layout Plain Layout
2957 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2958 \end_inset
2959
2960
2961 \end_layout
2962
2963 \end_inset
2964 </cell>
2965 </row>
2966 <row>
2967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971
2972 \backslash
2973 tbinom
2974 \begin_inset ERT
2975 status collapsed
2976
2977 \begin_layout Plain Layout
2978
2979
2980 \backslash
2981 spce 
2982 \end_layout
2983
2984 \end_inset
2985
2986 A
2987 \begin_inset Formula $\downarrow$
2988 \end_inset
2989
2990 B
2991 \end_layout
2992
2993 \end_inset
2994 </cell>
2995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2996 \begin_inset Text
2997
2998 \begin_layout Plain Layout
2999 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
3000 \end_inset
3001
3002
3003 \end_layout
3004
3005 \end_inset
3006 </cell>
3007 </row>
3008 <row>
3009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3010 \begin_inset Text
3011
3012 \begin_layout Plain Layout
3013
3014 \backslash
3015 brack
3016 \begin_inset ERT
3017 status collapsed
3018
3019 \begin_layout Plain Layout
3020
3021
3022 \backslash
3023 spce 
3024 \end_layout
3025
3026 \end_inset
3027
3028 A
3029 \begin_inset Formula $\downarrow$
3030 \end_inset
3031
3032 B
3033 \end_layout
3034
3035 \end_inset
3036 </cell>
3037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3038 \begin_inset Text
3039
3040 \begin_layout Plain Layout
3041 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3042 \end_inset
3043
3044
3045 \end_layout
3046
3047 \end_inset
3048 </cell>
3049 </row>
3050 <row>
3051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3052 \begin_inset Text
3053
3054 \begin_layout Plain Layout
3055
3056 \backslash
3057 brace
3058 \begin_inset ERT
3059 status collapsed
3060
3061 \begin_layout Plain Layout
3062
3063
3064 \backslash
3065 spce 
3066 \end_layout
3067
3068 \end_inset
3069
3070 A
3071 \begin_inset Formula $\downarrow$
3072 \end_inset
3073
3074 B
3075 \end_layout
3076
3077 \end_inset
3078 </cell>
3079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3080 \begin_inset Text
3081
3082 \begin_layout Plain Layout
3083 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3084 \end_inset
3085
3086
3087 \end_layout
3088
3089 \end_inset
3090 </cell>
3091 </row>
3092 </lyxtabular>
3093
3094 \end_inset
3095
3096
3097 \end_layout
3098
3099 \begin_layout Subsection
3100 Case Differentiations
3101 \begin_inset Index idx
3102 status collapsed
3103
3104 \begin_layout Plain Layout
3105 Case differentiations 
3106 \end_layout
3107
3108 \end_inset
3109
3110
3111 \end_layout
3112
3113 \begin_layout Standard
3114 \align center
3115 \begin_inset Tabular
3116 <lyxtabular version="3" rows="3" columns="2">
3117 <features tabularvalignment="middle">
3118 <column alignment="center" valignment="top" width="0pt">
3119 <column alignment="center" valignment="top" width="0pt">
3120 <row>
3121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3122 \begin_inset Text
3123
3124 \begin_layout Plain Layout
3125 Command
3126 \end_layout
3127
3128 \end_inset
3129 </cell>
3130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Plain Layout
3134 Result
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 </row>
3140 <row>
3141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3142 \begin_inset Text
3143
3144 \begin_layout Plain Layout
3145
3146 \backslash
3147 cases
3148 \begin_inset ERT
3149 status collapsed
3150
3151 \begin_layout Plain Layout
3152
3153
3154 \backslash
3155 spce 
3156 \end_layout
3157
3158 \end_inset
3159
3160 A
3161 \begin_inset Formula $\to$
3162 \end_inset
3163
3164 B>0
3165 \begin_inset Index idx
3166 status collapsed
3167
3168 \begin_layout Plain Layout
3169 Commands ! C ! 
3170 \backslash
3171 cases
3172 \end_layout
3173
3174 \end_inset
3175
3176
3177 \end_layout
3178
3179 \end_inset
3180 </cell>
3181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Plain Layout
3185 \begin_inset Formula $\begin{cases}
3186 A & B>0\end{cases}$
3187 \end_inset
3188
3189
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 </row>
3195 <row>
3196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3197 \begin_inset Text
3198
3199 \begin_layout Plain Layout
3200
3201 \backslash
3202 cases
3203 \begin_inset ERT
3204 status collapsed
3205
3206 \begin_layout Plain Layout
3207
3208
3209 \backslash
3210 spce 
3211 \end_layout
3212
3213 \end_inset
3214
3215
3216 \begin_inset Info
3217 type  "shortcut"
3218 arg   "newline-insert newline"
3219 \end_inset
3220
3221
3222 \end_layout
3223
3224 \end_inset
3225 </cell>
3226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3227 \begin_inset Text
3228
3229 \begin_layout Plain Layout
3230 \begin_inset Formula $\begin{cases}
3231 A & \textrm{for }x>0\\
3232 B & \textrm{for }x=0
3233 \end{cases}$
3234 \end_inset
3235
3236
3237 \end_layout
3238
3239 \end_inset
3240 </cell>
3241 </row>
3242 </lyxtabular>
3243
3244 \end_inset
3245
3246
3247 \end_layout
3248
3249 \begin_layout Standard
3250 After inserting 
3251 \series bold
3252
3253 \backslash
3254 cases
3255 \series default
3256  or the usage of the math toolbar button 
3257 \begin_inset Graphics
3258         filename ../images/math/cases.png
3259         scale 85
3260
3261 \end_inset
3262
3263  you can create new lines with the shortcut 
3264 \begin_inset Info
3265 type  "shortcut"
3266 arg   "newline-insert newline"
3267 \end_inset
3268
3269  or the table toolbar button 
3270 \begin_inset Graphics
3271         filename ../images/tabular-feature_append-row.png
3272         scale 85
3273
3274 \end_inset
3275
3276 .
3277 \end_layout
3278
3279 \begin_layout Standard
3280 The command 
3281 \series bold
3282
3283 \backslash
3284 cases
3285 \series default
3286  is also available via the menu 
3287 \family sans
3288 Insert\SpecialChar \menuseparator
3289 Math\SpecialChar \menuseparator
3290 Cases-Environment
3291 \family default
3292 .
3293 \end_layout
3294
3295 \begin_layout Subsection
3296 Negations
3297 \begin_inset Index idx
3298 status collapsed
3299
3300 \begin_layout Plain Layout
3301 Negations
3302 \end_layout
3303
3304 \end_inset
3305
3306
3307 \end_layout
3308
3309 \begin_layout Standard
3310 By inserting of 
3311 \series bold
3312
3313 \backslash
3314 not
3315 \series default
3316
3317 \begin_inset Index idx
3318 status collapsed
3319
3320 \begin_layout Plain Layout
3321 Commands ! N ! 
3322 \backslash
3323 not
3324 \end_layout
3325
3326 \end_inset
3327
3328  every character can be displayed canceled.
3329  The characters are quasi accentuated by a slash.
3330 \end_layout
3331
3332 \begin_layout Standard
3333 \align center
3334 \begin_inset Tabular
3335 <lyxtabular version="3" rows="4" columns="2">
3336 <features tabularvalignment="middle">
3337 <column alignment="center" valignment="top" width="0pt">
3338 <column alignment="center" valignment="top" width="0pt">
3339 <row>
3340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344 Command
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353 Result
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 </row>
3359 <row>
3360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Plain Layout
3364
3365 \backslash
3366 not=
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Plain Layout
3375 \begin_inset Formula $\not=$
3376 \end_inset
3377
3378
3379 \end_layout
3380
3381 \end_inset
3382 </cell>
3383 </row>
3384 <row>
3385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389
3390 \backslash
3391 not 
3392 \backslash
3393 le
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402 \begin_inset Formula $\not\le$
3403 \end_inset
3404
3405
3406 \end_layout
3407
3408 \end_inset
3409 </cell>
3410 </row>
3411 <row>
3412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3413 \begin_inset Text
3414
3415 \begin_layout Plain Layout
3416
3417 \backslash
3418 not 
3419 \backslash
3420 parallel
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429 \begin_inset Formula $\not\parallel$
3430 \end_inset
3431
3432
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 </row>
3438 </lyxtabular>
3439
3440 \end_inset
3441
3442
3443 \end_layout
3444
3445 \begin_layout Standard
3446 The last example shows, that not all negations look good.
3447  Therefore there are for some negations special commands (see 
3448 \begin_inset CommandInset ref
3449 LatexCommand ref
3450 reference "sub:Mathematical-Symbols"
3451
3452 \end_inset
3453
3454  and 
3455 \begin_inset CommandInset ref
3456 LatexCommand ref
3457 reference "sec:Relations"
3458
3459 \end_inset
3460
3461 ).
3462 \end_layout
3463
3464 \begin_layout Subsection
3465 Placeholders
3466 \begin_inset CommandInset label
3467 LatexCommand label
3468 name "sub:Placeholders"
3469
3470 \end_inset
3471
3472
3473 \begin_inset Index idx
3474 status collapsed
3475
3476 \begin_layout Plain Layout
3477 Placeholders
3478 \end_layout
3479
3480 \end_inset
3481
3482
3483 \begin_inset Index idx
3484 status collapsed
3485
3486 \begin_layout Plain Layout
3487 Chemical characters ! Isotopes
3488 \end_layout
3489
3490 \end_inset
3491
3492
3493 \begin_inset Index idx
3494 status collapsed
3495
3496 \begin_layout Plain Layout
3497 Isotopes|see
3498 \begin_inset ERT
3499 status collapsed
3500
3501 \begin_layout Plain Layout
3502
3503 {
3504 \end_layout
3505
3506 \end_inset
3507
3508 Chemical characters
3509 \begin_inset ERT
3510 status collapsed
3511
3512 \begin_layout Plain Layout
3513
3514 }
3515 \end_layout
3516
3517 \end_inset
3518
3519
3520 \end_layout
3521
3522 \end_inset
3523
3524
3525 \end_layout
3526
3527 \begin_layout Standard
3528 When displaying e.
3529 \begin_inset space \thinspace{}
3530 \end_inset
3531
3532 g.
3533 \begin_inset space \space{}
3534 \end_inset
3535
3536 isotopes
3537 \begin_inset Foot
3538 status collapsed
3539
3540 \begin_layout Plain Layout
3541 Typesetting isotopes and chemical symbols is described in 
3542 \begin_inset CommandInset ref
3543 LatexCommand ref
3544 reference "sub:Chemical-Symbols-and"
3545
3546 \end_inset
3547
3548 .
3549 \end_layout
3550
3551 \end_inset
3552
3553  the following problem occurs:
3554 \end_layout
3555
3556 \begin_layout Standard
3557 \align center
3558 \begin_inset Tabular
3559 <lyxtabular version="3" rows="2" columns="2">
3560 <features tabularvalignment="middle">
3561 <column alignment="center" valignment="top" width="0pt">
3562 <column alignment="center" valignment="top" width="0pt">
3563 <row>
3564 <cell alignment="center" valignment="top" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568 Indices created with sub- and superscripts:
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3578 \end_inset
3579
3580
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 </row>
3586 <row>
3587 <cell alignment="center" valignment="top" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Plain Layout
3591 correct indices:
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 <cell alignment="center" valignment="top" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3601 \end_inset
3602
3603
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 </row>
3609 </lyxtabular>
3610
3611 \end_inset
3612
3613
3614 \begin_inset Note Note
3615 status collapsed
3616
3617 \begin_layout Plain Layout
3618
3619 \series bold
3620
3621 \backslash
3622 raisebox
3623 \series default
3624  is only used as spacer.
3625 \end_layout
3626
3627 \end_inset
3628
3629
3630 \end_layout
3631
3632 \begin_layout Standard
3633 The shorter index is by default placed below or above the first character
3634  of the longer index.
3635  To avoid this there is the command 
3636 \series bold
3637
3638 \backslash
3639 phantom
3640 \series default
3641
3642 \begin_inset Index idx
3643 status collapsed
3644
3645 \begin_layout Plain Layout
3646 Commands ! P ! 
3647 \backslash
3648 phantom
3649 \end_layout
3650
3651 \end_inset
3652
3653  or the math toolbar button
3654 \begin_inset space \thinspace{}
3655 \end_inset
3656
3657
3658 \begin_inset Foot
3659 status collapsed
3660
3661 \begin_layout Plain Layout
3662 can be found in the submenu of the toolbar button 
3663 \begin_inset Graphics
3664         filename ../images/math/space.png
3665         scale 85
3666
3667 \end_inset
3668
3669
3670 \end_layout
3671
3672 \end_inset
3673
3674  
3675 \begin_inset Graphics
3676         filename ../images/math/phantom.png
3677         scale 85
3678
3679 \end_inset
3680
3681  that creates one or more phantom characters.
3682  When inserting 
3683 \series bold
3684
3685 \backslash
3686 phantom
3687 \series default
3688  a small blue box appears that is superposed with two red arrows.
3689  The arrows indicate that the complete width and height of the box content
3690  will be created as placeholder.
3691  Phantom characters are accordingly placeholders with the size of the characters.
3692 \end_layout
3693
3694 \begin_layout Standard
3695 \align center
3696 \begin_inset Tabular
3697 <lyxtabular version="3" rows="4" columns="2">
3698 <features tabularvalignment="middle">
3699 <column alignment="center" valignment="top" width="0">
3700 <column alignment="center" valignment="top" width="0">
3701 <row>
3702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3703 \begin_inset Text
3704
3705 \begin_layout Plain Layout
3706 Command
3707 \end_layout
3708
3709 \end_inset
3710 </cell>
3711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3712 \begin_inset Text
3713
3714 \begin_layout Plain Layout
3715 Result
3716 \begin_inset Note Note
3717 status collapsed
3718
3719 \begin_layout Plain Layout
3720
3721 \series bold
3722
3723 \backslash
3724 raisebox
3725 \series default
3726  is only used as spacer.
3727 \end_layout
3728
3729 \end_inset
3730
3731
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 </row>
3737 <row>
3738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3739 \begin_inset Text
3740
3741 \begin_layout Plain Layout
3742 ^19
3743 \begin_inset ERT
3744 status collapsed
3745
3746 \begin_layout Plain Layout
3747
3748
3749 \backslash
3750 spce 
3751 \end_layout
3752
3753 \end_inset
3754
3755 _
3756 \backslash
3757 phantom
3758 \begin_inset ERT
3759 status collapsed
3760
3761 \begin_layout Plain Layout
3762
3763
3764 \backslash
3765 spce 
3766 \end_layout
3767
3768 \end_inset
3769
3770 1
3771 \begin_inset Formula $\to$
3772 \end_inset
3773
3774 9
3775 \begin_inset ERT
3776 status collapsed
3777
3778 \begin_layout Plain Layout
3779
3780
3781 \backslash
3782 spce 
3783 \end_layout
3784
3785 \end_inset
3786
3787 F
3788 \end_layout
3789
3790 \end_inset
3791 </cell>
3792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3793 \begin_inset Text
3794
3795 \begin_layout Plain Layout
3796 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3797 \end_inset
3798
3799
3800 \end_layout
3801
3802 \end_inset
3803 </cell>
3804 </row>
3805 <row>
3806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810 ^235
3811 \begin_inset ERT
3812 status collapsed
3813
3814 \begin_layout Plain Layout
3815
3816
3817 \backslash
3818 spce 
3819 \end_layout
3820
3821 \end_inset
3822
3823 _
3824 \backslash
3825 phantom
3826 \begin_inset ERT
3827 status collapsed
3828
3829 \begin_layout Plain Layout
3830
3831
3832 \backslash
3833 spce 
3834 \end_layout
3835
3836 \end_inset
3837
3838 23
3839 \begin_inset Formula $\to$
3840 \end_inset
3841
3842 9
3843 \begin_inset ERT
3844 status collapsed
3845
3846 \begin_layout Plain Layout
3847
3848
3849 \backslash
3850 spce 
3851 \end_layout
3852
3853 \end_inset
3854
3855 F
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3865 \end_inset
3866
3867
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 </row>
3873 <row>
3874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878
3879 \backslash
3880 Lambda^
3881 \begin_inset ERT
3882 status collapsed
3883
3884 \begin_layout Plain Layout
3885
3886
3887 \backslash
3888 spce 
3889 \end_layout
3890
3891 \end_inset
3892
3893
3894 \backslash
3895 phantom
3896 \begin_inset ERT
3897 status collapsed
3898
3899 \begin_layout Plain Layout
3900
3901
3902 \backslash
3903 spce 
3904 \end_layout
3905
3906 \end_inset
3907
3908 ii
3909 \begin_inset Formula $\to$
3910 \end_inset
3911
3912 t
3913 \begin_inset ERT
3914 status collapsed
3915
3916 \begin_layout Plain Layout
3917
3918
3919 \backslash
3920 spce 
3921 \end_layout
3922
3923 \end_inset
3924
3925 _MMt
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Plain Layout
3934 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3935 \end_inset
3936
3937
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 </row>
3943 </lyxtabular>
3944
3945 \end_inset
3946
3947
3948 \end_layout
3949
3950 \begin_layout Standard
3951 Furthermore there are the commands 
3952 \series bold
3953
3954 \backslash
3955 vphantom
3956 \series default
3957
3958 \begin_inset Index idx
3959 status collapsed
3960
3961 \begin_layout Plain Layout
3962 Commands ! V ! 
3963 \backslash
3964 vphantom
3965 \end_layout
3966
3967 \end_inset
3968
3969  (toolbar button 
3970 \begin_inset space ~
3971 \end_inset
3972
3973
3974 \begin_inset Graphics
3975         filename ../images/math/vphantom.png
3976         scale 85
3977
3978 \end_inset
3979
3980 ) and 
3981 \series bold
3982
3983 \backslash
3984 hphantom
3985 \series default
3986
3987 \begin_inset Index idx
3988 status collapsed
3989
3990 \begin_layout Plain Layout
3991 Commands ! H ! 
3992 \backslash
3993 hphantom
3994 \end_layout
3995
3996 \end_inset
3997
3998  (toolbar button 
3999 \begin_inset space ~
4000 \end_inset
4001
4002
4003 \begin_inset Graphics
4004         filename ../images/math/hphantom.png
4005         scale 85
4006
4007 \end_inset
4008
4009 ).
4010  
4011 \series bold
4012
4013 \backslash
4014 hphantom
4015 \series default
4016  creates only space for the maximal height of the characters in the box
4017  but not for its width.
4018  
4019 \series bold
4020
4021 \backslash
4022 vphantom
4023 \series default
4024  creates only space for the width of the box content.
4025  Therefore  the boxes of both commands have only one red arrow.
4026 \end_layout
4027
4028 \begin_layout Standard
4029 For example creates 
4030 \series bold
4031
4032 \backslash
4033 vphantom
4034 \series default
4035
4036 \begin_inset ERT
4037 status collapsed
4038
4039 \begin_layout Plain Layout
4040
4041
4042 \backslash
4043 spce 
4044 \end_layout
4045
4046 \end_inset
4047
4048
4049 \series bold
4050 a
4051 \backslash
4052 int
4053 \series default
4054  space for the height of the integral sign,
4055 \begin_inset Foot
4056 status collapsed
4057
4058 \begin_layout Plain Layout
4059 The command 
4060 \series bold
4061
4062 \backslash
4063 int
4064 \series default
4065  creates an integral sign, see 
4066 \begin_inset CommandInset ref
4067 LatexCommand ref
4068 reference "sub:Big-Operators"
4069
4070 \end_inset
4071
4072 .
4073 \end_layout
4074
4075 \end_inset
4076
4077  because this is the larger character.
4078  An example application is in 
4079 \begin_inset CommandInset ref
4080 LatexCommand ref
4081 reference "sub:Multiline-Brackets"
4082
4083 \end_inset
4084
4085 .
4086 \end_layout
4087
4088 \begin_layout Standard
4089 Placeholders can also be used for text when it is inserted via the menu
4090  
4091 \family sans
4092 Insert\SpecialChar \menuseparator
4093 Formatting\SpecialChar \menuseparator
4094 Phantom
4095 \family default
4096 :
4097 \end_layout
4098
4099 \begin_layout Standard
4100 This is a sentence.
4101 \begin_inset Newline newline
4102 \end_inset
4103
4104
4105 \begin_inset Phantom Phantom
4106 status open
4107
4108 \begin_layout Plain Layout
4109 This
4110 \end_layout
4111
4112 \end_inset
4113
4114  is a sentence.
4115 \end_layout
4116
4117 \begin_layout Subsection
4118 Lines
4119 \begin_inset Index idx
4120 status collapsed
4121
4122 \begin_layout Plain Layout
4123 Lines
4124 \end_layout
4125
4126 \end_inset
4127
4128
4129 \begin_inset Index idx
4130 status collapsed
4131
4132 \begin_layout Plain Layout
4133 Formula ! underlined
4134 \end_layout
4135
4136 \end_inset
4137
4138
4139 \end_layout
4140
4141 \begin_layout Standard
4142 \align center
4143 \begin_inset Tabular
4144 <lyxtabular version="3" rows="4" columns="2">
4145 <features tabularvalignment="middle">
4146 <column alignment="center" valignment="top" width="0pt">
4147 <column alignment="center" valignment="top" width="0pt">
4148 <row>
4149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153 Command
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Plain Layout
4162 Result
4163 \begin_inset Note Note
4164 status collapsed
4165
4166 \begin_layout Plain Layout
4167
4168 \series bold
4169
4170 \backslash
4171 raisebox
4172 \series default
4173  is only used as spacer.
4174 \end_layout
4175
4176 \end_inset
4177
4178
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 </row>
4184 <row>
4185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189
4190 \backslash
4191 overline
4192 \begin_inset ERT
4193 status collapsed
4194
4195 \begin_layout Plain Layout
4196
4197
4198 \backslash
4199 spce 
4200 \end_layout
4201
4202 \end_inset
4203
4204 A+B
4205 \begin_inset Index idx
4206 status collapsed
4207
4208 \begin_layout Plain Layout
4209 Commands ! O ! 
4210 \backslash
4211 overline
4212 \end_layout
4213
4214 \end_inset
4215
4216
4217 \end_layout
4218
4219 \end_inset
4220 </cell>
4221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4226 \end_inset
4227
4228
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 </row>
4234 <row>
4235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239
4240 \backslash
4241 underline
4242 \begin_inset ERT
4243 status collapsed
4244
4245 \begin_layout Plain Layout
4246
4247
4248 \backslash
4249 spce 
4250 \end_layout
4251
4252 \end_inset
4253
4254 A+B
4255 \begin_inset Index idx
4256 status collapsed
4257
4258 \begin_layout Plain Layout
4259 Commands ! U ! 
4260 \backslash
4261 underline
4262 \end_layout
4263
4264 \end_inset
4265
4266
4267 \end_layout
4268
4269 \end_inset
4270 </cell>
4271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4272 \begin_inset Text
4273
4274 \begin_layout Plain Layout
4275 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4276 \end_inset
4277
4278
4279 \end_layout
4280
4281 \end_inset
4282 </cell>
4283 </row>
4284 <row>
4285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289
4290 \backslash
4291 overline
4292 \begin_inset ERT
4293 status collapsed
4294
4295 \begin_layout Plain Layout
4296
4297
4298 \backslash
4299 spce 
4300 \end_layout
4301
4302 \end_inset
4303
4304
4305 \backslash
4306 underline
4307 \begin_inset ERT
4308 status collapsed
4309
4310 \begin_layout Plain Layout
4311
4312
4313 \backslash
4314 spce 
4315 \end_layout
4316
4317 \end_inset
4318
4319 A+B
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4329 \end_inset
4330
4331
4332 \end_layout
4333
4334 \end_inset
4335 </cell>
4336 </row>
4337 </lyxtabular>
4338
4339 \end_inset
4340
4341
4342 \end_layout
4343
4344 \begin_layout Standard
4345 In the last example it doesn't matter if first 
4346 \series bold
4347
4348 \backslash
4349 overline
4350 \series default
4351  or 
4352 \series bold
4353
4354 \backslash
4355 underline
4356 \series default
4357  is inserted.
4358 \end_layout
4359
4360 \begin_layout Standard
4361 To double underline e.
4362 \begin_inset space \thinspace{}
4363 \end_inset
4364
4365 g.
4366 \begin_inset space \space{}
4367 \end_inset
4368
4369 results, one uses 
4370 \series bold
4371
4372 \backslash
4373 underline
4374 \series default
4375  twice.
4376 \end_layout
4377
4378 \begin_layout Standard
4379 It is possible to place up to 6 lines above or below characters.
4380 \end_layout
4381
4382 \begin_layout Standard
4383 \begin_inset VSpace bigskip
4384 \end_inset
4385
4386 Custom lines can be created using the command 
4387 \series bold
4388
4389 \backslash
4390 rule
4391 \series default
4392
4393 \begin_inset Index idx
4394 status collapsed
4395
4396 \begin_layout Plain Layout
4397 Commands ! R ! 
4398 \backslash
4399 rule
4400 \end_layout
4401
4402 \end_inset
4403
4404  which has the following scheme:
4405 \end_layout
4406
4407 \begin_layout Standard
4408
4409 \series bold
4410
4411 \backslash
4412 rule[vertical offset]{length}{thickness}
4413 \end_layout
4414
4415 \begin_layout Standard
4416 The optional vertical offset shifts the line upwards (or downwards, when
4417  the value is negative).
4418  The units listed in 
4419 \begin_inset CommandInset ref
4420 LatexCommand ref
4421 reference "tab:Available-units"
4422
4423 \end_inset
4424
4425  can be used for the values.
4426  Here are two example lines created with the commands
4427 \begin_inset Newline newline
4428 \end_inset
4429
4430
4431 \series bold
4432
4433 \backslash
4434 rule[-2ex]{3cm}{2pt}
4435 \series default
4436  and 
4437 \series bold
4438
4439 \backslash
4440 rule{2cm}{1pt}
4441 \series default
4442 :
4443 \end_layout
4444
4445 \begin_layout Standard
4446 This is a sentence 
4447 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4448 \end_inset
4449
4450  with two lines.
4451 \end_layout
4452
4453 \begin_layout Standard
4454
4455 \series bold
4456
4457 \backslash
4458 rule
4459 \series default
4460  can also be used for text when a line is inserted via the menu 
4461 \family sans
4462 Insert\SpecialChar \menuseparator
4463 Formatting\SpecialChar \menuseparator
4464 Horizontal
4465 \begin_inset space ~
4466 \end_inset
4467
4468 Line
4469 \family default
4470 :
4471 \end_layout
4472
4473 \begin_layout Standard
4474 This is a sentence 
4475 \begin_inset CommandInset line
4476 LatexCommand rule
4477 offset "0.5ex"
4478 width "3cm"
4479 height "1pt"
4480
4481 \end_inset
4482
4483  with one line.
4484 \end_layout
4485
4486 \begin_layout Subsection
4487 Ellipses
4488 \begin_inset CommandInset label
4489 LatexCommand label
4490 name "sub:Ellipses"
4491
4492 \end_inset
4493
4494
4495 \begin_inset Index idx
4496 status collapsed
4497
4498 \begin_layout Plain Layout
4499 Ellipses
4500 \end_layout
4501
4502 \end_inset
4503
4504
4505 \end_layout
4506
4507 \begin_layout Standard
4508 There are different types of ellipses available.
4509 \begin_inset Foot
4510 status collapsed
4511
4512 \begin_layout Plain Layout
4513 In the math toolbar in the submenu of the button 
4514 \begin_inset Graphics
4515         filename ../images/math/ldots.png
4516         scale 85
4517
4518 \end_inset
4519
4520
4521 \end_layout
4522
4523 \end_inset
4524
4525  For listings dots at the baseline are used (
4526 \series bold
4527
4528 \backslash
4529 ldots
4530 \series default
4531
4532 \begin_inset Index idx
4533 status collapsed
4534
4535 \begin_layout Plain Layout
4536 Commands ! L ! 
4537 \backslash
4538 ldots
4539 \end_layout
4540
4541 \end_inset
4542
4543 ), while for operations dots are needed that are on the same height as the
4544  operators (
4545 \series bold
4546
4547 \backslash
4548 cdots
4549 \series default
4550
4551 \begin_inset Index idx
4552 status collapsed
4553
4554 \begin_layout Plain Layout
4555 Commands ! C ! 
4556 \backslash
4557 cdots
4558 \end_layout
4559
4560 \end_inset
4561
4562 ).
4563  When using the command 
4564 \series bold
4565
4566 \backslash
4567 dots
4568 \series default
4569
4570 \begin_inset Index idx
4571 status collapsed
4572
4573 \begin_layout Plain Layout
4574 Commands ! D ! 
4575 \backslash
4576 dots
4577 \end_layout
4578
4579 \end_inset
4580
4581 , LaTeX decides on the basis of the next character what type is used.
4582 \end_layout
4583
4584 \begin_layout Standard
4585 \align center
4586 \begin_inset Tabular
4587 <lyxtabular version="3" rows="9" columns="2">
4588 <features tabularvalignment="middle">
4589 <column alignment="center" valignment="top" width="0pt">
4590 <column alignment="center" valignment="top" width="0pt">
4591 <row>
4592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Plain Layout
4596 Command
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 Result
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 </row>
4611 <row>
4612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4613 \begin_inset Text
4614
4615 \begin_layout Plain Layout
4616 A_1
4617 \begin_inset ERT
4618 status collapsed
4619
4620 \begin_layout Plain Layout
4621
4622
4623 \backslash
4624 spce 
4625 \end_layout
4626
4627 \end_inset
4628
4629 ,
4630 \backslash
4631 dots
4632 \begin_inset ERT
4633 status collapsed
4634
4635 \begin_layout Plain Layout
4636
4637
4638 \backslash
4639 spce 
4640 \end_layout
4641
4642 \end_inset
4643
4644 ,A_n
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653 \begin_inset Formula $A_{1},\dots,A_{n}$
4654 \end_inset
4655
4656
4657 \end_layout
4658
4659 \end_inset
4660 </cell>
4661 </row>
4662 <row>
4663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667 A_1
4668 \begin_inset ERT
4669 status collapsed
4670
4671 \begin_layout Plain Layout
4672
4673
4674 \backslash
4675 spce 
4676 \end_layout
4677
4678 \end_inset
4679
4680 +
4681 \backslash
4682 dots
4683 \begin_inset ERT
4684 status collapsed
4685
4686 \begin_layout Plain Layout
4687
4688
4689 \backslash
4690 spce 
4691 \end_layout
4692
4693 \end_inset
4694
4695 +A_n
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704 \begin_inset Formula $A_{1}+\dots+A_{n}$
4705 \end_inset
4706
4707
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 </row>
4713 <row>
4714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718 A_1
4719 \begin_inset ERT
4720 status collapsed
4721
4722 \begin_layout Plain Layout
4723
4724
4725 \backslash
4726 spce 
4727 \end_layout
4728
4729 \end_inset
4730
4731 ,
4732 \backslash
4733 ldots
4734 \begin_inset ERT
4735 status collapsed
4736
4737 \begin_layout Plain Layout
4738
4739
4740 \backslash
4741 spce 
4742 \end_layout
4743
4744 \end_inset
4745
4746 ,A_n
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755 \begin_inset Formula $A_{1},\ldots,A_{n}$
4756 \end_inset
4757
4758
4759 \end_layout
4760
4761 \end_inset
4762 </cell>
4763 </row>
4764 <row>
4765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 A_1
4770 \begin_inset ERT
4771 status collapsed
4772
4773 \begin_layout Plain Layout
4774
4775
4776 \backslash
4777 spce 
4778 \end_layout
4779
4780 \end_inset
4781
4782 +
4783 \backslash
4784 cdots
4785 \begin_inset ERT
4786 status collapsed
4787
4788 \begin_layout Plain Layout
4789
4790
4791 \backslash
4792 spce 
4793 \end_layout
4794
4795 \end_inset
4796
4797 +A_n
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4807 \end_inset
4808
4809
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 </row>
4815 <row>
4816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4817 \begin_inset Text
4818
4819 \begin_layout Plain Layout
4820
4821 \backslash
4822 vdots
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Plain Layout
4831 \begin_inset Formula $\vdots$
4832 \end_inset
4833
4834
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 </row>
4840 <row>
4841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845
4846 \backslash
4847 ddots
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856 \begin_inset Formula $\ddots$
4857 \end_inset
4858
4859
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 </row>
4865 <row>
4866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870
4871 \backslash
4872 iddots
4873 \end_layout
4874
4875 \end_inset
4876 </cell>
4877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Plain Layout
4881 \begin_inset Formula $\iddots$
4882 \end_inset
4883
4884
4885 \end_layout
4886
4887 \end_inset
4888 </cell>
4889 </row>
4890 <row>
4891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4892 \begin_inset Text
4893
4894 \begin_layout Plain Layout
4895 3×3
4896 \begin_inset space \thinspace{}
4897 \end_inset
4898
4899 matrix with the different dots
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908 \begin_inset Formula $\begin{array}{ccc}
4909 A_{11} & \cdots & A_{1m}\\
4910 \vdots & \ddots & \vdots\\
4911 A_{n1} & \cdots & A_{nm}
4912 \end{array}$
4913 \end_inset
4914
4915
4916 \end_layout
4917
4918 \end_inset
4919 </cell>
4920 </row>
4921 </lyxtabular>
4922
4923 \end_inset
4924
4925
4926 \end_layout
4927
4928 \begin_layout Standard
4929 The ellipses available in menu 
4930 \family sans
4931 Insert\SpecialChar \menuseparator
4932 Special
4933 \begin_inset space ~
4934 \end_inset
4935
4936 Character
4937 \family default
4938  are 
4939 \series bold
4940
4941 \backslash
4942 ldots
4943 \series default
4944 .
4945 \end_layout
4946
4947 \begin_layout Standard
4948 \begin_inset VSpace medskip
4949 \end_inset
4950
4951 To use 
4952 \series bold
4953
4954 \backslash
4955 iddots
4956 \series default
4957 , one of the options 
4958 \family sans
4959 Use mathdots package (automatically)
4960 \family default
4961  must be set in the document settings under 
4962 \family sans
4963 Math
4964 \begin_inset space ~
4965 \end_inset
4966
4967 Options
4968 \family default
4969 .
4970 \begin_inset Newline newline
4971 \end_inset
4972
4973 Using the option 
4974 \family sans
4975 Use mathdots package
4976 \family default
4977  will improve the appearance of all dots in the documents if their font
4978  style or size is not the default.
4979 \end_layout
4980
4981 \begin_layout Standard
4982 \begin_inset VSpace medskip
4983 \end_inset
4984
4985 Specially for matrices there are ellipses that span over several columns.
4986  They are created with the command 
4987 \series bold
4988
4989 \backslash
4990 hdotsfor
4991 \series default
4992
4993 \begin_inset Index idx
4994 status collapsed
4995
4996 \begin_layout Plain Layout
4997 Commands ! H ! 
4998 \backslash
4999 hdotsfor
5000 \end_layout
5001
5002 \end_inset
5003
5004 , that has the following scheme:
5005 \end_layout
5006
5007 \begin_layout Standard
5008
5009 \series bold
5010
5011 \backslash
5012 hdotsfor[distance]{number of columns}
5013 \end_layout
5014
5015 \begin_layout Standard
5016 The number of columns specifies how many columns should be spanned.
5017  Distance is a factor for the distance between the dots.
5018 \end_layout
5019
5020 \begin_layout Standard
5021 In the following matrix the command 
5022 \series bold
5023
5024 \backslash
5025 hdotsfor[2]{4}
5026 \series default
5027  was inserted in the first box of the second line, to get an ellipsis with
5028  a dot distance twice as long as with the command 
5029 \series bold
5030
5031 \backslash
5032 dots
5033 \series default
5034 :
5035 \begin_inset Formula 
5036 \[
5037 \left(\begin{array}{cccc}
5038 A & B & C & D\\
5039 \hdotsfor[2]{4}\\
5040 q & w & e & r
5041 \end{array}\right)
5042 \]
5043
5044 \end_inset
5045
5046 Note that the matrix fields that should be spanned must be empty, otherwise
5047  you get LaTeX-errors.
5048 \end_layout
5049
5050 \begin_layout Standard
5051 \begin_inset VSpace bigskip
5052 \end_inset
5053
5054 Furthermore you can fill with the command 
5055 \series bold
5056
5057 \backslash
5058 dotfill
5059 \series default
5060
5061 \begin_inset Index idx
5062 status collapsed
5063
5064 \begin_layout Plain Layout
5065 Commands ! D ! 
5066 \backslash
5067 dotfill
5068 \end_layout
5069
5070 \end_inset
5071
5072  the rest of a line with dots.
5073  The effect of these commands is the same like with 
5074 \series bold
5075
5076 \backslash
5077 hfill
5078 \series default
5079 , see 
5080 \begin_inset CommandInset ref
5081 LatexCommand ref
5082 reference "sub:Variable-Space"
5083
5084 \end_inset
5085
5086 .
5087 \end_layout
5088
5089 \begin_layout Standard
5090 For example the command 
5091 \series bold
5092 A
5093 \backslash
5094 dotfill
5095 \begin_inset ERT
5096 status collapsed
5097
5098 \begin_layout Plain Layout
5099
5100
5101 \backslash
5102 spce 
5103 \end_layout
5104
5105 \end_inset
5106
5107 B
5108 \series default
5109  produces
5110 \end_layout
5111
5112 \begin_layout Standard
5113 \begin_inset Formula $A\dotfill B$
5114 \end_inset
5115
5116
5117 \end_layout
5118
5119 \begin_layout Standard
5120 Analog to
5121 \series bold
5122  
5123 \backslash
5124 dotfill
5125 \series default
5126  there is for a line the command 
5127 \series bold
5128
5129 \backslash
5130 hrulefill
5131 \series default
5132
5133 \begin_inset Index idx
5134 status collapsed
5135
5136 \begin_layout Plain Layout
5137 Commands ! H ! 
5138 \backslash
5139 hrulefill
5140 \end_layout
5141
5142 \end_inset
5143
5144 :
5145 \end_layout
5146
5147 \begin_layout Standard
5148 \begin_inset Formula $A\hrulefill B$
5149 \end_inset
5150
5151
5152 \end_layout
5153
5154 \begin_layout Standard
5155 To use the commands for text, they have to be inserted in TeX-mode.
5156 \end_layout
5157
5158 \begin_layout Section
5159 Matrices
5160 \begin_inset CommandInset label
5161 LatexCommand label
5162 name "sec:Matrices"
5163
5164 \end_inset
5165
5166
5167 \begin_inset Index idx
5168 status collapsed
5169
5170 \begin_layout Plain Layout
5171 Matrices
5172 \end_layout
5173
5174 \end_inset
5175
5176
5177 \end_layout
5178
5179 \begin_layout Standard
5180 Matrices can be inserted via the math toolbar button 
5181 \begin_inset Graphics
5182         filename ../images/dialog-show_mathmatrix.png
5183         scale 85
5184
5185 \end_inset
5186
5187  or the menu 
5188 \family sans
5189 Insert\SpecialChar \menuseparator
5190 Math\SpecialChar \menuseparator
5191 Matrix
5192 \family default
5193 .
5194  In the matrix dialog you can specify the number of columns and rows, the
5195  alignment and the decoration.
5196  The vertical alignment is hereby only of importance for matrices in inline
5197  formulas:
5198 \end_layout
5199
5200 \begin_layout Standard
5201 The first matrix is top 
5202 \begin_inset Formula $\begin{array}[t]{cccc}
5203 A & D & G & J\\
5204 B & E & H & K\\
5205 C & F & I & L
5206 \end{array}$
5207 \end_inset
5208
5209 , the second middle 
5210 \begin_inset Formula $\begin{array}{cccc}
5211 A & D & G & J\\
5212 B & E & H & K\\
5213 C & F & I & L
5214 \end{array}$
5215 \end_inset
5216
5217  and the third bottom 
5218 \begin_inset Formula $\begin{array}[b]{cccc}
5219 A & D & G & J\\
5220 B & E & H & K\\
5221 C & F & I & L
5222 \end{array}$
5223 \end_inset
5224
5225  aligned.
5226 \end_layout
5227
5228 \begin_layout Standard
5229 The horizontal alignment specifies how the column entries should be aligned.
5230  It is set by entering a letter for every column.
5231  
5232 \emph on
5233 l
5234 \emph default
5235  denotes left aligned, 
5236 \emph on
5237 c
5238 \emph default
5239  centered and 
5240 \emph on
5241 r
5242 \emph default
5243  right aligned.
5244  To create for example a 4
5245 \series bold
5246 ×
5247 \series default
5248 4
5249 \begin_inset space ~
5250 \end_inset
5251
5252 matrix where the first column is left aligned, the second and third are
5253  centered and the last one is right aligned, one enters for the horizontal
5254  alignment 
5255 \series bold
5256 lccr
5257 \series default
5258 .
5259  Normally are in a matrix all columns centered, therefore the default is
5260  for every column is a 
5261 \series bold
5262 c
5263 \series default
5264 .
5265 \end_layout
5266
5267 \begin_layout Standard
5268 Horizontal alignment:
5269 \end_layout
5270
5271 \begin_layout Standard
5272
5273 \series bold
5274 lll
5275 \series default
5276  : 
5277 \begin_inset Formula $\begin{array}{lll}
5278 10000 & D & G\\
5279 B & 10000 & H\\
5280 C & F & 10000
5281 \end{array}$
5282 \end_inset
5283
5284  , 
5285 \series bold
5286 ccc
5287 \series default
5288  : 
5289 \begin_inset Formula $\begin{array}{ccc}
5290 10000 & D & G\\
5291 B & 10000 & H\\
5292 C & F & 10000
5293 \end{array}$
5294 \end_inset
5295
5296  , 
5297 \series bold
5298 rrr
5299 \series default
5300  : 
5301 \begin_inset Formula $\begin{array}{rrr}
5302 10000 & D & G\\
5303 B & 10000 & H\\
5304 C & F & 10000
5305 \end{array}$
5306 \end_inset
5307
5308
5309 \end_layout
5310
5311 \begin_layout Standard
5312 To add or delete rows and columns subsequently, the math toolbar buttons
5313  
5314 \begin_inset Graphics
5315         filename ../images/tabular-feature_append-row.png
5316         scale 85
5317
5318 \end_inset
5319
5320
5321 \begin_inset Graphics
5322         filename ../images/tabular-feature_delete-row.png
5323         scale 85
5324
5325 \end_inset
5326
5327 , etc.
5328 \begin_inset space \thinspace{}
5329 \end_inset
5330
5331 , or the menu 
5332 \family sans
5333 Edit\SpecialChar \menuseparator
5334 Rows & Columns
5335 \family default
5336  can be used.
5337  New rows can also be created with 
5338 \begin_inset Info
5339 type  "shortcut"
5340 arg   "newline-insert newline"
5341 \end_inset
5342
5343 .
5344 \end_layout
5345
5346 \begin_layout Standard
5347 \begin_inset VSpace bigskip
5348 \end_inset
5349
5350 The 
5351 \family sans
5352 Decoration
5353 \family default
5354  adds parentheses in the selected style around the matrix.
5355  Alternatively, parentheses can can either be created with the commands
5356  
5357 \series bold
5358
5359 \backslash
5360 left
5361 \series default
5362
5363 \begin_inset Index idx
5364 status collapsed
5365
5366 \begin_layout Plain Layout
5367 Commands ! L ! 
5368 \backslash
5369 left
5370 \end_layout
5371
5372 \end_inset
5373
5374  and 
5375 \series bold
5376
5377 \backslash
5378 right
5379 \series default
5380
5381 \begin_inset Index idx
5382 status collapsed
5383
5384 \begin_layout Plain Layout
5385 Commands ! R ! 
5386 \backslash
5387 right
5388 \end_layout
5389
5390 \end_inset
5391
5392  (shortcut 
5393 \family sans
5394 Alt+M
5395 \begin_inset space ~
5396 \end_inset
5397
5398 Parenthesis
5399 \family default
5400 ), see 
5401 \begin_inset CommandInset ref
5402 LatexCommand ref
5403 reference "sub:Automatic-Bracket-Size"
5404
5405 \end_inset
5406
5407 , or by using the following commands:
5408 \begin_inset VSpace medskip
5409 \end_inset
5410
5411
5412 \end_layout
5413
5414 \begin_layout Standard
5415 \begin_inset space \hfill{}
5416 \end_inset
5417
5418
5419 \begin_inset Tabular
5420 <lyxtabular version="3" rows="4" columns="2">
5421 <features tabularvalignment="middle">
5422 <column alignment="center" valignment="top" width="0">
5423 <column alignment="center" valignment="top" width="0">
5424 <row>
5425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5426 \begin_inset Text
5427
5428 \begin_layout Plain Layout
5429 Command
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438 Result
5439 \begin_inset Note Note
5440 status collapsed
5441
5442 \begin_layout Plain Layout
5443
5444 \series bold
5445
5446 \backslash
5447 raisebox
5448 \series default
5449  is only used as spacer.
5450 \end_layout
5451
5452 \end_inset
5453
5454
5455 \end_layout
5456
5457 \end_inset
5458 </cell>
5459 </row>
5460 <row>
5461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5462 \begin_inset Text
5463
5464 \begin_layout Plain Layout
5465
5466 \backslash
5467 bmatrix
5468 \begin_inset ERT
5469 status collapsed
5470
5471 \begin_layout Plain Layout
5472
5473
5474 \backslash
5475 spce 
5476 \end_layout
5477
5478 \end_inset
5479
5480 2
5481 \series bold
5482 ×
5483 \series default
5484 2
5485 \begin_inset space \thinspace{}
5486 \end_inset
5487
5488 matrix
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5494 \begin_inset Text
5495
5496 \begin_layout Plain Layout
5497 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5498 0 & \textrm{-}\mathrm{i}\\
5499 \mathrm{i} & 0
5500 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5501 \end_inset
5502
5503
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 </row>
5509 <row>
5510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5511 \begin_inset Text
5512
5513 \begin_layout Plain Layout
5514
5515 \backslash
5516 Bmatrix
5517 \begin_inset ERT
5518 status collapsed
5519
5520 \begin_layout Plain Layout
5521
5522
5523 \backslash
5524 spce 
5525 \end_layout
5526
5527 \end_inset
5528
5529 2
5530 \series bold
5531 ×
5532 \series default
5533 2
5534 \begin_inset space \thinspace{}
5535 \end_inset
5536
5537 matrix
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Plain Layout
5546 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5547 0 & \textrm{-}\mathrm{i}\\
5548 \mathrm{i} & 0
5549 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5550 \end_inset
5551
5552
5553 \end_layout
5554
5555 \end_inset
5556 </cell>
5557 </row>
5558 <row>
5559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563
5564 \backslash
5565 pmatrix
5566 \begin_inset ERT
5567 status collapsed
5568
5569 \begin_layout Plain Layout
5570
5571
5572 \backslash
5573 spce 
5574 \end_layout
5575
5576 \end_inset
5577
5578 2
5579 \series bold
5580 ×
5581 \series default
5582 2
5583 \begin_inset space \thinspace{}
5584 \end_inset
5585
5586 matrix
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Plain Layout
5595 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5596 0 & \textrm{-}\mathrm{i}\\
5597 \mathrm{i} & 0
5598 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5599 \end_inset
5600
5601
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 </row>
5607 </lyxtabular>
5608
5609 \end_inset
5610
5611
5612 \begin_inset space \hfill{}
5613 \end_inset
5614
5615
5616 \begin_inset Tabular
5617 <lyxtabular version="3" rows="4" columns="2">
5618 <features tabularvalignment="middle">
5619 <column alignment="center" valignment="top" width="0">
5620 <column alignment="center" valignment="top" width="0">
5621 <row>
5622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626 Command
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635 Result
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 </row>
5641 <row>
5642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5643 \begin_inset Text
5644
5645 \begin_layout Plain Layout
5646
5647 \backslash
5648 vmatrix
5649 \begin_inset ERT
5650 status collapsed
5651
5652 \begin_layout Plain Layout
5653
5654
5655 \backslash
5656 spce 
5657 \end_layout
5658
5659 \end_inset
5660
5661 2
5662 \series bold
5663 ×
5664 \series default
5665 2
5666 \begin_inset space \thinspace{}
5667 \end_inset
5668
5669 matrix
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5679 0 & \textrm{-}\mathrm{i}\\
5680 \mathrm{i} & 0
5681 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5682 \end_inset
5683
5684
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 </row>
5690 <row>
5691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695
5696 \backslash
5697 Vmatrix
5698 \begin_inset ERT
5699 status collapsed
5700
5701 \begin_layout Plain Layout
5702
5703
5704 \backslash
5705 spce 
5706 \end_layout
5707
5708 \end_inset
5709
5710 2
5711 \series bold
5712 ×
5713 \series default
5714 2
5715 \begin_inset space \thinspace{}
5716 \end_inset
5717
5718 matrix
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5728 0 & \textrm{-}\mathrm{i}\\
5729 \mathrm{i} & 0
5730 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5731 \end_inset
5732
5733
5734 \end_layout
5735
5736 \end_inset
5737 </cell>
5738 </row>
5739 <row>
5740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744
5745 \backslash
5746 matrix
5747 \begin_inset ERT
5748 status collapsed
5749
5750 \begin_layout Plain Layout
5751
5752
5753 \backslash
5754 spce 
5755 \end_layout
5756
5757 \end_inset
5758
5759 2
5760 \series bold
5761 ×
5762 \series default
5763 2
5764 \begin_inset space \thinspace{}
5765 \end_inset
5766
5767 matrix
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5777 0 & \textrm{-}\mathrm{i}\\
5778 \mathrm{i} & 0
5779 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5780 \end_inset
5781
5782
5783 \end_layout
5784
5785 \end_inset
5786 </cell>
5787 </row>
5788 </lyxtabular>
5789
5790 \end_inset
5791
5792
5793 \begin_inset space \hfill{}
5794 \end_inset
5795
5796
5797 \end_layout
5798
5799 \begin_layout Standard
5800 \begin_inset VSpace medskip
5801 \end_inset
5802
5803 When e.
5804 \begin_inset space \thinspace{}
5805 \end_inset
5806
5807 g.
5808 \begin_inset space \space{}
5809 \end_inset
5810
5811
5812 \series bold
5813
5814 \backslash
5815 vmatrix
5816 \series default
5817  is inserted, a blue box appears between two vertical lines where the matrix
5818  is inserted.
5819 \begin_inset Newline newline
5820 \end_inset
5821
5822 Note that decorated matrices ignore the vertical alignment.
5823 \end_layout
5824
5825 \begin_layout Standard
5826 \begin_inset Note Greyedout
5827 status open
5828
5829 \begin_layout Plain Layout
5830
5831 \series bold
5832 Note:
5833 \series default
5834  LaTeX limits the number of matrix columns with decorations to 10.
5835  If you need more than 10
5836 \begin_inset space ~
5837 \end_inset
5838
5839 columns, you have to add this line to the document preamble:
5840 \end_layout
5841
5842 \begin_layout Plain Layout
5843
5844 \series bold
5845
5846 \backslash
5847 setcounter{MaxMatrixCols}{number}
5848 \end_layout
5849
5850 \begin_layout Plain Layout
5851 where 
5852 \emph on
5853 number
5854 \emph default
5855  is the number of columns between 11 and 99.
5856 \end_layout
5857
5858 \end_inset
5859
5860
5861 \end_layout
5862
5863 \begin_layout Standard
5864 \begin_inset VSpace bigskip
5865 \end_inset
5866
5867 As all multiline formulas are matrices, the length 
5868 \series bold
5869
5870 \backslash
5871 arraycolsep
5872 \series default
5873
5874 \begin_inset Index idx
5875 status collapsed
5876
5877 \begin_layout Plain Layout
5878 Commands ! A ! 
5879 \backslash
5880 arraycolsep
5881 \end_layout
5882
5883 \end_inset
5884
5885  that is described in 
5886 \begin_inset CommandInset ref
5887 LatexCommand ref
5888 reference "sub:Column-Separation"
5889
5890 \end_inset
5891
5892  can also be used to change the column separation of matrices.
5893 \end_layout
5894
5895 \begin_layout Standard
5896 To change the row separation, the command 
5897 \series bold
5898
5899 \backslash
5900 arraystretch
5901 \series default
5902
5903 \begin_inset Index idx
5904 status collapsed
5905
5906 \begin_layout Plain Layout
5907 Commands ! A ! 
5908 \backslash
5909 arraystretch
5910 \end_layout
5911
5912 \end_inset
5913
5914  is used.
5915  It is used as follows:
5916 \end_layout
5917
5918 \begin_layout Standard
5919
5920 \series bold
5921
5922 \backslash
5923 renewcommand{
5924 \backslash
5925 arraystretch}{stretch factor}
5926 \begin_inset Index idx
5927 status collapsed
5928
5929 \begin_layout Plain Layout
5930 Commands ! R ! 
5931 \backslash
5932 renewcommand
5933 \end_layout
5934
5935 \end_inset
5936
5937
5938 \end_layout
5939
5940 \begin_layout Standard
5941 The command 
5942 \series bold
5943
5944 \backslash
5945 renewcommand
5946 \series default
5947  assigns the stretch factor to the predefined command 
5948 \series bold
5949
5950 \backslash
5951 arraystretch
5952 \series default
5953 .
5954  To double e.
5955 \begin_inset space \thinspace{}
5956 \end_inset
5957
5958 g.
5959 \begin_inset space \space{}
5960 \end_inset
5961
5962 the row separation, use the factor 2.
5963  This is then used for all following matrices.
5964  To go back to the original separation, assign the factor 1 to 
5965 \series bold
5966
5967 \backslash
5968 arraystretch
5969 \series default
5970 .
5971 \end_layout
5972
5973 \begin_layout Standard
5974 To set matrices into a text line, the command 
5975 \series bold
5976
5977 \backslash
5978 smallmatrix
5979 \series default
5980
5981 \begin_inset Index idx
5982 status collapsed
5983
5984 \begin_layout Plain Layout
5985 Commands ! S ! 
5986 \backslash
5987 smallmatrix
5988 \end_layout
5989
5990 \end_inset
5991
5992  is used.
5993  When it is inserted a blue box with two dashed lines appears.
5994  In this box the matrix is inserted.
5995 \end_layout
5996
5997 \begin_layout Standard
5998 This is a matrix 
5999 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
6000 C & D
6001 \end{smallmatrix}\right)$
6002 \end_inset
6003
6004  in a text line.
6005 \end_layout
6006
6007 \begin_layout Section
6008 Brackets and Delimiters
6009 \begin_inset Index idx
6010 status collapsed
6011
6012 \begin_layout Plain Layout
6013 Brackets
6014 \end_layout
6015
6016 \end_inset
6017
6018
6019 \begin_inset Index idx
6020 status collapsed
6021
6022 \begin_layout Plain Layout
6023 Delimiters
6024 \end_layout
6025
6026 \end_inset
6027
6028
6029 \end_layout
6030
6031 \begin_layout Subsection
6032 Vertical Brackets and Delimiters
6033 \begin_inset Index idx
6034 status collapsed
6035
6036 \begin_layout Plain Layout
6037 Brackets ! vertical
6038 \end_layout
6039
6040 \end_inset
6041
6042
6043 \end_layout
6044
6045 \begin_layout Standard
6046 \begin_inset space \hfill{}
6047 \end_inset
6048
6049
6050 \begin_inset Tabular
6051 <lyxtabular version="3" rows="9" columns="2">
6052 <features tabularvalignment="middle">
6053 <column alignment="center" valignment="top" width="0pt">
6054 <column alignment="center" valignment="top" width="0pt">
6055 <row>
6056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6057 \begin_inset Text
6058
6059 \begin_layout Plain Layout
6060 Command
6061 \end_layout
6062
6063 \end_inset
6064 </cell>
6065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6066 \begin_inset Text
6067
6068 \begin_layout Plain Layout
6069 Result
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 </row>
6075 <row>
6076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6077 \begin_inset Text
6078
6079 \begin_layout Plain Layout
6080 (
6081 \end_layout
6082
6083 \end_inset
6084 </cell>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089 \begin_inset Formula $($
6090 \end_inset
6091
6092
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 </row>
6098 <row>
6099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Plain Layout
6103 {
6104 \end_layout
6105
6106 \end_inset
6107 </cell>
6108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112 \begin_inset Formula $\{$
6113 \end_inset
6114
6115
6116 \end_layout
6117
6118 \end_inset
6119 </cell>
6120 </row>
6121 <row>
6122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126 [
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135 \begin_inset Formula $[$
6136 \end_inset
6137
6138
6139 \end_layout
6140
6141 \end_inset
6142 </cell>
6143 </row>
6144 <row>
6145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Plain Layout
6149
6150 \backslash
6151 langle
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160 \begin_inset Formula $\langle$
6161 \end_inset
6162
6163
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 </row>
6169 <row>
6170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174
6175 \backslash
6176 lceil
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 \begin_inset Formula $\lceil$
6186 \end_inset
6187
6188
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 </row>
6194 <row>
6195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199
6200 \backslash
6201 lfloor
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210 \begin_inset Formula $\lfloor$
6211 \end_inset
6212
6213
6214 \end_layout
6215
6216 \end_inset
6217 </cell>
6218 </row>
6219 <row>
6220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 /
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 \begin_inset Formula $/$
6234 \end_inset
6235
6236
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 </row>
6242 <row>
6243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 |
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256 \begin_inset Formula $|$
6257 \end_inset
6258
6259
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 </row>
6265 </lyxtabular>
6266
6267 \end_inset
6268
6269
6270 \begin_inset space \hfill{}
6271 \end_inset
6272
6273
6274 \begin_inset Tabular
6275 <lyxtabular version="3" rows="9" columns="2">
6276 <features tabularvalignment="middle">
6277 <column alignment="center" valignment="top" width="0pt">
6278 <column alignment="center" valignment="top" width="0pt">
6279 <row>
6280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6281 \begin_inset Text
6282
6283 \begin_layout Plain Layout
6284 Command
6285 \end_layout
6286
6287 \end_inset
6288 </cell>
6289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Plain Layout
6293 Result
6294 \end_layout
6295
6296 \end_inset
6297 </cell>
6298 </row>
6299 <row>
6300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304 )
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313 \begin_inset Formula $)$
6314 \end_inset
6315
6316
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 </row>
6322 <row>
6323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327 }
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Plain Layout
6336 \begin_inset Formula $\}$
6337 \end_inset
6338
6339
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 </row>
6345 <row>
6346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350 ]
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359 \begin_inset Formula $]$
6360 \end_inset
6361
6362
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 </row>
6368 <row>
6369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6370 \begin_inset Text
6371
6372 \begin_layout Plain Layout
6373
6374 \backslash
6375 rangle
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6381 \begin_inset Text
6382
6383 \begin_layout Plain Layout
6384 \begin_inset Formula $\rangle$
6385 \end_inset
6386
6387
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 </row>
6393 <row>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398
6399 \backslash
6400 rceil
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 \begin_inset Formula $\rceil$
6410 \end_inset
6411
6412
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 </row>
6418 <row>
6419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423
6424 \backslash
6425 rfloor
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434 \begin_inset Formula $\rfloor$
6435 \end_inset
6436
6437
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 </row>
6443 <row>
6444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6445 \begin_inset Text
6446
6447 \begin_layout Plain Layout
6448
6449 \backslash
6450
6451 \backslash
6452
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6458 \begin_inset Text
6459
6460 \begin_layout Plain Layout
6461 \begin_inset Formula $\backslash$
6462 \end_inset
6463
6464
6465 \end_layout
6466
6467 \end_inset
6468 </cell>
6469 </row>
6470 <row>
6471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Plain Layout
6475
6476 \backslash
6477 |
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486 \begin_inset Formula $\|$
6487 \end_inset
6488
6489
6490 \end_layout
6491
6492 \end_inset
6493 </cell>
6494 </row>
6495 </lyxtabular>
6496
6497 \end_inset
6498
6499
6500 \begin_inset space \hfill{}
6501 \end_inset
6502
6503
6504 \end_layout
6505
6506 \begin_layout Standard
6507
6508 \series medium
6509 \begin_inset Note Greyedout
6510 status open
6511
6512 \begin_layout Plain Layout
6513
6514 \series bold
6515 Note:
6516 \series default
6517  In TeX-mode the command 
6518 \series bold
6519
6520 \backslash
6521 textbackslash
6522 \series default
6523
6524 \begin_inset Index idx
6525 status collapsed
6526
6527 \begin_layout Plain Layout
6528 Commands ! T ! 
6529 \backslash
6530 textbackslash
6531 \end_layout
6532
6533 \end_inset
6534
6535  must be used for the backslash, because the command 
6536 \series bold
6537
6538 \backslash
6539
6540 \backslash
6541
6542 \series default
6543  produces there a line break.
6544 \end_layout
6545
6546 \end_inset
6547
6548
6549 \end_layout
6550
6551 \begin_layout Standard
6552 For all characters listed above the size can be adjusted with the commands
6553  described in the following two subsections.
6554  When using these commands, the characters < and > can directly be used
6555  instead of the commands 
6556 \series bold
6557
6558 \backslash
6559 langle
6560 \series default
6561  and 
6562 \series bold
6563
6564 \backslash
6565 rangle
6566 \series default
6567 .
6568 \end_layout
6569
6570 \begin_layout Subsubsection
6571 Manual Bracket Size
6572 \begin_inset CommandInset label
6573 LatexCommand label
6574 name "sub:Manual-Bracket-Size"
6575
6576 \end_inset
6577
6578
6579 \begin_inset Index idx
6580 status collapsed
6581
6582 \begin_layout Plain Layout
6583 Bracket size ! manual
6584 \end_layout
6585
6586 \end_inset
6587
6588
6589 \end_layout
6590
6591 \begin_layout Standard
6592 The bracket size can be specified manually by the LaTeX-commands 
6593 \series bold
6594
6595 \backslash
6596 big
6597 \series default
6598
6599 \begin_inset Index idx
6600 status collapsed
6601
6602 \begin_layout Plain Layout
6603 Commands ! B ! 
6604 \backslash
6605 big
6606 \end_layout
6607
6608 \end_inset
6609
6610
6611 \series bold
6612
6613 \backslash
6614 Big
6615 \series default
6616
6617 \series bold
6618
6619 \backslash
6620 bigg
6621 \series default
6622  and 
6623 \series bold
6624
6625 \backslash
6626 Bigg
6627 \series default
6628 .
6629  
6630 \series bold
6631
6632 \backslash
6633 big
6634 \series default
6635  denotes the smallest and 
6636 \series bold
6637
6638 \backslash
6639 Bigg
6640 \series default
6641  the largest bracket size.
6642 \end_layout
6643
6644 \begin_layout Standard
6645 These commands are used to emphasize levels of brackets:
6646 \end_layout
6647
6648 \begin_layout Standard
6649 \align center
6650 \begin_inset Tabular
6651 <lyxtabular version="3" rows="2" columns="2">
6652 <features tabularvalignment="middle">
6653 <column alignment="center" valignment="top" width="0pt">
6654 <column alignment="center" valignment="top" width="0pt">
6655 <row>
6656 <cell alignment="center" valignment="top" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Plain Layout
6660 all brackets in the same size:
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 <cell alignment="center" valignment="top" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6670 \end_inset
6671
6672
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 </row>
6678 <row>
6679 <cell alignment="center" valignment="top" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683 this looks better:
6684 \end_layout
6685
6686 \end_inset
6687 </cell>
6688 <cell alignment="center" valignment="top" usebox="none">
6689 \begin_inset Text
6690
6691 \begin_layout Plain Layout
6692 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6693 \end_inset
6694
6695
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 </row>
6701 </lyxtabular>
6702
6703 \end_inset
6704
6705
6706 \begin_inset Note Note
6707 status collapsed
6708
6709 \begin_layout Plain Layout
6710
6711 \series bold
6712
6713 \backslash
6714 raisebox
6715 \series default
6716  is only used as spacer.
6717 \end_layout
6718
6719 \end_inset
6720
6721
6722 \end_layout
6723
6724 \begin_layout Standard
6725 For the second formula the command 
6726 \series bold
6727
6728 \backslash
6729 Big((A+B)(A-B)
6730 \backslash
6731 Big)^
6732 \begin_inset ERT
6733 status collapsed
6734
6735 \begin_layout Plain Layout
6736
6737
6738 \backslash
6739 spce 
6740 \end_layout
6741
6742 \end_inset
6743
6744 C
6745 \series default
6746  has been used.
6747 \end_layout
6748
6749 \begin_layout Standard
6750 Here is an overview about all bracket sizes:
6751 \end_layout
6752
6753 \begin_layout Standard
6754 \align center
6755
6756 \backslash
6757 Bigg(
6758 \backslash
6759 exp
6760 \backslash
6761 bigg<
6762 \backslash
6763 Big[
6764 \backslash
6765 big{
6766 \backslash
6767 ln(3x)
6768 \backslash
6769 big}^2
6770 \begin_inset ERT
6771 status collapsed
6772
6773 \begin_layout Plain Layout
6774
6775
6776 \backslash
6777 spce 
6778 \end_layout
6779
6780 \end_inset
6781
6782
6783 \backslash
6784 sin(x)
6785 \backslash
6786 Big]^
6787 \begin_inset ERT
6788 status collapsed
6789
6790 \begin_layout Plain Layout
6791
6792
6793 \backslash
6794 spce 
6795 \end_layout
6796
6797 \end_inset
6798
6799 A
6800 \begin_inset ERT
6801 status collapsed
6802
6803 \begin_layout Plain Layout
6804
6805
6806 \backslash
6807 spce 
6808 \end_layout
6809
6810 \end_inset
6811
6812
6813 \backslash
6814 bigg>
6815 \backslash
6816 Bigg)^0,5
6817 \end_layout
6818
6819 \begin_layout Standard
6820 \align center
6821 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6822 \end_inset
6823
6824
6825 \end_layout
6826
6827 \begin_layout Standard
6828 Besides the 
6829 \series bold
6830
6831 \backslash
6832 big
6833 \series default
6834 -commands there is the variant 
6835 \series bold
6836
6837 \backslash
6838 bigm
6839 \series default
6840
6841 \begin_inset Index idx
6842 status collapsed
6843
6844 \begin_layout Plain Layout
6845 Commands ! B ! 
6846 \backslash
6847 bigm
6848 \end_layout
6849
6850 \end_inset
6851
6852  that adds a bit more space between the bracket and its content, and the
6853  variant 
6854 \series bold
6855
6856 \backslash
6857 bigl
6858 \series default
6859 -
6860 \series bold
6861
6862 \backslash
6863 bigr
6864 \series default
6865
6866 \begin_inset Index idx
6867 status collapsed
6868
6869 \begin_layout Plain Layout
6870 Commands ! B ! 
6871 \backslash
6872 bigl - 
6873 \backslash
6874 bigr
6875 \end_layout
6876
6877 \end_inset
6878
6879 , that don't add additional space.
6880  The 
6881 \emph on
6882 l
6883 \emph default
6884  at the end of the command 
6885 \series bold
6886
6887 \backslash
6888 bigl
6889 \series default
6890  is for a left bracket; for a right bracket this will be replaced by an
6891  
6892 \emph on
6893 r
6894 \emph default
6895 .
6896  A left or right bracket can each be an opening or closing bracket.
6897 \end_layout
6898
6899 \begin_layout Standard
6900 In the following table is a comparison of the variants:
6901 \end_layout
6902
6903 \begin_layout Standard
6904 \align center
6905 \begin_inset Tabular
6906 <lyxtabular version="3" rows="5" columns="2">
6907 <features tabularvalignment="middle">
6908 <column alignment="center" valignment="middle" width="0">
6909 <column alignment="center" valignment="middle" width="0">
6910 <row>
6911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6912 \begin_inset Text
6913
6914 \begin_layout Plain Layout
6915 Command
6916 \end_layout
6917
6918 \end_inset
6919 </cell>
6920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Plain Layout
6924 Result
6925 \begin_inset Note Note
6926 status collapsed
6927
6928 \begin_layout Plain Layout
6929
6930 \series bold
6931
6932 \backslash
6933 raisebox
6934 \series default
6935  is only used as spacer.
6936 \end_layout
6937
6938 \end_inset
6939
6940
6941 \end_layout
6942
6943 \end_inset
6944 </cell>
6945 </row>
6946 <row>
6947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6948 \begin_inset Text
6949
6950 \begin_layout Plain Layout
6951
6952 \backslash
6953 Bigm(
6954 \backslash
6955 bigm(
6956 \backslash
6957 ln(3x)
6958 \backslash
6959 bigm)^2
6960 \series bold
6961
6962 \begin_inset ERT
6963 status collapsed
6964
6965 \begin_layout Plain Layout
6966
6967
6968 \backslash
6969 spce 
6970 \end_layout
6971
6972 \end_inset
6973
6974
6975 \series default
6976
6977 \backslash
6978 Bigm)
6979 \end_layout
6980
6981 \end_inset
6982 </cell>
6983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6984 \begin_inset Text
6985
6986 \begin_layout Plain Layout
6987 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6988 \end_inset
6989
6990
6991 \end_layout
6992
6993 \end_inset
6994 </cell>
6995 </row>
6996 <row>
6997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6998 \begin_inset Text
6999
7000 \begin_layout Plain Layout
7001
7002 \backslash
7003 Big(
7004 \backslash
7005 big(
7006 \backslash
7007 ln(3x)
7008 \backslash
7009 big)^2
7010 \series bold
7011
7012 \begin_inset ERT
7013 status collapsed
7014
7015 \begin_layout Plain Layout
7016
7017
7018 \backslash
7019 spce 
7020 \end_layout
7021
7022 \end_inset
7023
7024
7025 \series default
7026
7027 \backslash
7028 Big)
7029 \end_layout
7030
7031 \end_inset
7032 </cell>
7033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Plain Layout
7037 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7038 \end_inset
7039
7040
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 </row>
7046 <row>
7047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051
7052 \backslash
7053 Bigl(
7054 \backslash
7055 bigl(
7056 \backslash
7057 ln(3x)
7058 \backslash
7059 bigr)^2
7060 \series bold
7061
7062 \begin_inset ERT
7063 status collapsed
7064
7065 \begin_layout Plain Layout
7066
7067
7068 \backslash
7069 spce 
7070 \end_layout
7071
7072 \end_inset
7073
7074
7075 \series default
7076
7077 \backslash
7078 Bigr)
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7088 \end_inset
7089
7090
7091 \end_layout
7092
7093 \end_inset
7094 </cell>
7095 </row>
7096 <row>
7097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7098 \begin_inset Text
7099
7100 \begin_layout Plain Layout
7101
7102 \backslash
7103 bigl)
7104 \backslash
7105 ln(3x)
7106 \backslash
7107 bigr(
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7117 \end_inset
7118
7119
7120 \end_layout
7121
7122 \end_inset
7123 </cell>
7124 </row>
7125 </lyxtabular>
7126
7127 \end_inset
7128
7129
7130 \end_layout
7131
7132 \begin_layout Subsubsection
7133 Automatic Bracket Size
7134 \begin_inset CommandInset label
7135 LatexCommand label
7136 name "sub:Automatic-Bracket-Size"
7137
7138 \end_inset
7139
7140
7141 \begin_inset Index idx
7142 status collapsed
7143
7144 \begin_layout Plain Layout
7145 Bracket size ! automatic
7146 \end_layout
7147
7148 \end_inset
7149
7150
7151 \end_layout
7152
7153 \begin_layout Standard
7154 Brackets with variable size can be inserted with the commands 
7155 \series bold
7156
7157 \backslash
7158 left
7159 \series default
7160
7161 \begin_inset Index idx
7162 status collapsed
7163
7164 \begin_layout Plain Layout
7165 Commands ! L ! 
7166 \backslash
7167 left
7168 \end_layout
7169
7170 \end_inset
7171
7172  and 
7173 \series bold
7174
7175 \backslash
7176 right
7177 \series default
7178
7179 \begin_inset Index idx
7180 status collapsed
7181
7182 \begin_layout Plain Layout
7183 Commands ! R ! 
7184 \backslash
7185 right
7186 \end_layout
7187
7188 \end_inset
7189
7190  or via the math toolbar button 
7191 \begin_inset Graphics
7192         filename ../images/dialog-show_mathdelimiter.png
7193         scale 85
7194
7195 \end_inset
7196
7197 .
7198  Directly behind 
7199 \series bold
7200
7201 \backslash
7202 left
7203 \series default
7204  and 
7205 \series bold
7206
7207 \backslash
7208 right
7209 \series default
7210  the wanted bracket must be inserted.
7211  The bracket size will then automatically be calculated for the output.
7212 \end_layout
7213
7214 \begin_layout Standard
7215 \align center
7216 normal bracket: The command 
7217 \series bold
7218
7219 \backslash
7220 ln(
7221 \backslash
7222 frac
7223 \begin_inset ERT
7224 status collapsed
7225
7226 \begin_layout Plain Layout
7227
7228
7229 \backslash
7230 spce 
7231 \end_layout
7232
7233 \end_inset
7234
7235 A
7236 \begin_inset Formula $\downarrow$
7237 \end_inset
7238
7239 C
7240 \begin_inset ERT
7241 status collapsed
7242
7243 \begin_layout Plain Layout
7244
7245
7246 \backslash
7247 spce 
7248 \end_layout
7249
7250 \end_inset
7251
7252 )
7253 \series default
7254  creates
7255 \begin_inset Formula 
7256 \[
7257 \ln(\frac{A}{C})
7258 \]
7259
7260 \end_inset
7261
7262
7263 \end_layout
7264
7265 \begin_layout Standard
7266 \align center
7267 multiline bracket: The command 
7268 \series bold
7269
7270 \backslash
7271 ln
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 C
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 \begin_inset Formula 
7311 \[
7312 \ln\left(\frac{A}{C}\right)
7313 \]
7314
7315 \end_inset
7316
7317
7318 \end_layout
7319
7320 \begin_layout Standard
7321 Instead of 
7322 \series bold
7323
7324 \backslash
7325 left
7326 \series default
7327  and 
7328 \series bold
7329
7330 \backslash
7331 right
7332 \series default
7333  the shortcut 
7334 \family sans
7335 Alt+M
7336 \begin_inset space ~
7337 \end_inset
7338
7339 Bracket
7340 \family default
7341  can be used.
7342  This has the advantage that you can see in LyX immediately the real bracket
7343  size and that the matching right bracket will be created too.
7344 \begin_inset Newline newline
7345 \end_inset
7346
7347 The command for the last example would then be: 
7348 \series bold
7349
7350 \backslash
7351 ln Alt+M
7352 \series default
7353  
7354 \series bold
7355 (
7356 \backslash
7357 frac
7358 \begin_inset ERT
7359 status collapsed
7360
7361 \begin_layout Plain Layout
7362
7363
7364 \backslash
7365 spce 
7366 \end_layout
7367
7368 \end_inset
7369
7370 A
7371 \begin_inset Formula $\downarrow$
7372 \end_inset
7373
7374 C
7375 \end_layout
7376
7377 \begin_layout Standard
7378 To omit a left or right bracket, a dot is inserted for the omitted bracket.
7379  For example the command 
7380 \series bold
7381
7382 \backslash
7383 left.
7384 \backslash
7385 frac
7386 \begin_inset ERT
7387 status collapsed
7388
7389 \begin_layout Plain Layout
7390
7391
7392 \backslash
7393 spce 
7394 \end_layout
7395
7396 \end_inset
7397
7398 A
7399 \begin_inset Formula $\downarrow$
7400 \end_inset
7401
7402 B
7403 \begin_inset ERT
7404 status collapsed
7405
7406 \begin_layout Plain Layout
7407
7408
7409 \backslash
7410 spce 
7411 \end_layout
7412
7413 \end_inset
7414
7415
7416 \backslash
7417 right}
7418 \series default
7419  creates:
7420 \series bold
7421
7422 \begin_inset Formula 
7423 \[
7424 \left.\frac{A}{B}\right\} 
7425 \]
7426
7427 \end_inset
7428
7429
7430 \series default
7431 The commands 
7432 \series bold
7433
7434 \backslash
7435 left
7436 \series default
7437  and 
7438 \series bold
7439
7440 \backslash
7441 right
7442 \series default
7443  will be converted by LyX to brackets in the right size when the document
7444  is reloaded and an omitted bracket will appear as dashed line.
7445 \end_layout
7446
7447 \begin_layout Standard
7448 \begin_inset VSpace bigskip
7449 \end_inset
7450
7451 Because all popular LaTeX-Distributions use eTeX, an extension to LaTeX,
7452  the command 
7453 \series bold
7454
7455 \backslash
7456 middle
7457 \series default
7458
7459 \begin_inset Index idx
7460 status collapsed
7461
7462 \begin_layout Plain Layout
7463 Commands ! M ! 
7464 \backslash
7465 middle
7466 \end_layout
7467
7468 \end_inset
7469
7470  is additionally available for all brackets and limits.
7471  With this command the height of the following character is adapted to the
7472  one of the surrounding brackets, what is e.
7473 \begin_inset space \thinspace{}
7474 \end_inset
7475
7476 g.
7477 \begin_inset space \space{}
7478 \end_inset
7479
7480 needed for physical vectors:
7481 \begin_inset Formula 
7482 \[
7483 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7484 \]
7485
7486 \end_inset
7487
7488 For physical vectors there is a special LaTeX-package, described in 
7489 \begin_inset CommandInset ref
7490 LatexCommand ref
7491 reference "sub:Physical-Vectors"
7492
7493 \end_inset
7494
7495 .
7496 \end_layout
7497
7498 \begin_layout Subsection
7499 Horizontal Brackets
7500 \begin_inset Index idx
7501 status collapsed
7502
7503 \begin_layout Plain Layout
7504 Brackets ! horizontal
7505 \end_layout
7506
7507 \end_inset
7508
7509
7510 \end_layout
7511
7512 \begin_layout Standard
7513 \align center
7514 \begin_inset Tabular
7515 <lyxtabular version="3" rows="4" columns="2">
7516 <features tabularvalignment="middle">
7517 <column alignment="center" valignment="top" width="0pt">
7518 <column alignment="center" valignment="top" width="0pt">
7519 <row>
7520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7521 \begin_inset Text
7522
7523 \begin_layout Plain Layout
7524 Command
7525 \begin_inset Note Note
7526 status collapsed
7527
7528 \begin_layout Plain Layout
7529
7530 \series bold
7531
7532 \backslash
7533 raisebox
7534 \series default
7535  is only used as spacer.
7536 \end_layout
7537
7538 \end_inset
7539
7540
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549 Result
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 </row>
7555 <row>
7556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Plain Layout
7560 \begin_inset ERT
7561 status collapsed
7562
7563 \begin_layout Plain Layout
7564
7565
7566 \backslash
7567 raisebox{2.3mm}{
7568 \end_layout
7569
7570 \end_inset
7571
7572
7573 \backslash
7574 overbrace
7575 \begin_inset ERT
7576 status collapsed
7577
7578 \begin_layout Plain Layout
7579
7580
7581 \backslash
7582 spce 
7583 \end_layout
7584
7585 \end_inset
7586
7587 A+B
7588 \begin_inset ERT
7589 status collapsed
7590
7591 \begin_layout Plain Layout
7592
7593
7594 \backslash
7595 spce 
7596 \end_layout
7597
7598 \end_inset
7599
7600 ^
7601 \begin_inset ERT
7602 status collapsed
7603
7604 \begin_layout Plain Layout
7605
7606
7607 \backslash
7608 spce 
7609 \end_layout
7610
7611 \end_inset
7612
7613 3
7614 \begin_inset ERT
7615 status collapsed
7616
7617 \begin_layout Plain Layout
7618
7619 }
7620 \end_layout
7621
7622 \end_inset
7623
7624
7625 \begin_inset Index idx
7626 status collapsed
7627
7628 \begin_layout Plain Layout
7629 Commands ! O ! 
7630 \backslash
7631 overbrace
7632 \end_layout
7633
7634 \end_inset
7635
7636
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645 \begin_inset Formula $\overbrace{A+B}^{3}$
7646 \end_inset
7647
7648
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 </row>
7654 <row>
7655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Plain Layout
7659 \begin_inset ERT
7660 status collapsed
7661
7662 \begin_layout Plain Layout
7663
7664
7665 \backslash
7666 raisebox{-2.2mm}{
7667 \end_layout
7668
7669 \end_inset
7670
7671
7672 \backslash
7673 underbrace
7674 \begin_inset ERT
7675 status collapsed
7676
7677 \begin_layout Plain Layout
7678
7679
7680 \backslash
7681 spce 
7682 \end_layout
7683
7684 \end_inset
7685
7686 A+B
7687 \begin_inset ERT
7688 status collapsed
7689
7690 \begin_layout Plain Layout
7691
7692
7693 \backslash
7694 spce 
7695 \end_layout
7696
7697 \end_inset
7698
7699 _5
7700 \begin_inset ERT
7701 status collapsed
7702
7703 \begin_layout Plain Layout
7704
7705 }
7706 \end_layout
7707
7708 \end_inset
7709
7710
7711 \begin_inset Index idx
7712 status collapsed
7713
7714 \begin_layout Plain Layout
7715 Commands ! U ! 
7716 \backslash
7717 underbrace
7718 \end_layout
7719
7720 \end_inset
7721
7722
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Plain Layout
7731 \begin_inset Formula $\underbrace{A+B}_{5}$
7732 \end_inset
7733
7734
7735 \end_layout
7736
7737 \end_inset
7738 </cell>
7739 </row>
7740 <row>
7741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7742 \begin_inset Text
7743
7744 \begin_layout Plain Layout
7745
7746 \backslash
7747 overbrace
7748 \begin_inset ERT
7749 status collapsed
7750
7751 \begin_layout Plain Layout
7752
7753
7754 \backslash
7755 spce 
7756 \end_layout
7757
7758 \end_inset
7759
7760
7761 \backslash
7762 underbrace
7763 \begin_inset ERT
7764 status collapsed
7765
7766 \begin_layout Plain Layout
7767
7768
7769 \backslash
7770 spce 
7771 \end_layout
7772
7773 \end_inset
7774
7775 A+B_w
7776 \begin_inset ERT
7777 status collapsed
7778
7779 \begin_layout Plain Layout
7780
7781
7782 \backslash
7783 spce 
7784 \end_layout
7785
7786 \end_inset
7787
7788
7789 \begin_inset ERT
7790 status collapsed
7791
7792 \begin_layout Plain Layout
7793
7794
7795 \backslash
7796 spce 
7797 \end_layout
7798
7799 \end_inset
7800
7801 _7
7802 \begin_inset ERT
7803 status collapsed
7804
7805 \begin_layout Plain Layout
7806
7807
7808 \backslash
7809 spce 
7810 \end_layout
7811
7812 \end_inset
7813
7814
7815 \begin_inset ERT
7816 status collapsed
7817
7818 \begin_layout Plain Layout
7819
7820
7821 \backslash
7822 spce 
7823 \end_layout
7824
7825 \end_inset
7826
7827 ^
7828 \begin_inset ERT
7829 status collapsed
7830
7831 \begin_layout Plain Layout
7832
7833
7834 \backslash
7835 spce 
7836 \end_layout
7837
7838 \end_inset
7839
7840 C
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Plain Layout
7849 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7850 \end_inset
7851
7852
7853 \end_layout
7854
7855 \end_inset
7856 </cell>
7857 </row>
7858 </lyxtabular>
7859
7860 \end_inset
7861
7862
7863 \end_layout
7864
7865 \begin_layout Standard
7866 In the last example it doesn't matter if 
7867 \series bold
7868
7869 \backslash
7870 overbrace
7871 \series default
7872  or 
7873 \series bold
7874
7875 \backslash
7876 underbrace
7877 \series default
7878  is inserted at first.
7879 \end_layout
7880
7881 \begin_layout Standard
7882 \begin_inset VSpace bigskip
7883 \end_inset
7884
7885 When brackets are needed that overlap each other, multiline formulas, as
7886  described in 
7887 \begin_inset CommandInset ref
7888 LatexCommand ref
7889 reference "sec:Multiline-Formulas"
7890
7891 \end_inset
7892
7893 , must be used:
7894 \begin_inset Formula 
7895 \begin{eqnarray*}
7896 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7897  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7898 \end{eqnarray*}
7899
7900 \end_inset
7901
7902 In the first row the formula is inserted together with the first brace.
7903  It is hereby important that the space command
7904 \begin_inset Foot
7905 status collapsed
7906
7907 \begin_layout Plain Layout
7908 Space commands are explained in 
7909 \begin_inset CommandInset ref
7910 LatexCommand ref
7911 reference "sub:Predefined-Space"
7912
7913 \end_inset
7914
7915 .
7916 \end_layout
7917
7918 \end_inset
7919
7920  
7921 \series bold
7922
7923 \backslash
7924 :
7925 \series default
7926  is inserted before the first 
7927 \begin_inset Formula $d$
7928 \end_inset
7929
7930 , because the brace that ends behind the 
7931 \begin_inset Formula $q$
7932 \end_inset
7933
7934  prevents that the following 
7935 \begin_inset Quotes eld
7936 \end_inset
7937
7938 +
7939 \begin_inset Quotes erd
7940 \end_inset
7941
7942  is surrounded by space.
7943 \begin_inset Foot
7944 status collapsed
7945
7946 \begin_layout Plain Layout
7947 because a bracket is not handled as character, see 
7948 \begin_inset CommandInset ref
7949 LatexCommand ref
7950 reference "sub:Binary-Operators"
7951
7952 \end_inset
7953
7954
7955 \end_layout
7956
7957 \end_inset
7958
7959  In the second row the second brace is inserted.
7960  As it should begin before the 
7961 \begin_inset Formula $b$
7962 \end_inset
7963
7964 , first the command 
7965 \series bold
7966
7967 \backslash
7968 hphantom{gggg+
7969 \backslash
7970 :}
7971 \series default
7972  is inserted.
7973 \begin_inset Foot
7974 status collapsed
7975
7976 \begin_layout Plain Layout
7977 more about 
7978 \series bold
7979
7980 \backslash
7981 hphantom
7982 \series default
7983  see 
7984 \begin_inset CommandInset ref
7985 LatexCommand ref
7986 reference "sub:Placeholders"
7987
7988 \end_inset
7989
7990
7991 \end_layout
7992
7993 \end_inset
7994
7995  This space is needed because the 
7996 \begin_inset Quotes eld
7997 \end_inset
7998
7999 +
8000 \begin_inset Quotes erd
8001 \end_inset
8002
8003  is also surrounded by space in the formula.
8004  The brace is placed under the command 
8005 \series bold
8006
8007 \backslash
8008 hphantom{bbqq+dddd}
8009 \series default
8010 .
8011 \end_layout
8012
8013 \begin_layout Standard
8014 It gets more complicated when brackets overlap each other, like in the following
8015  example:
8016 \begin_inset ERT
8017 status collapsed
8018
8019 \begin_layout Plain Layout
8020
8021
8022 \backslash
8023 setlength{
8024 \backslash
8025 jot}{-6pt}
8026 \end_layout
8027
8028 \end_inset
8029
8030
8031 \begin_inset Formula 
8032 \begin{eqnarray*}
8033  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8034 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8035 \end{eqnarray*}
8036
8037 \end_inset
8038
8039
8040 \begin_inset ERT
8041 status collapsed
8042
8043 \begin_layout Plain Layout
8044
8045
8046 \backslash
8047 setlength{
8048 \backslash
8049 jot}{3pt}
8050 \end_layout
8051
8052 \end_inset
8053
8054 The first formula row is the same as the second row of the previous example,
8055  with the difference that the brace is above.
8056  The second row contains the formula together with the second brace.
8057  To avoid that there is space between the upper brace in the first row and
8058  the formula, the row spacing need to be reduced.
8059  This is not easily possible due to a bug in LyX
8060 \begin_inset Foot
8061 status collapsed
8062
8063 \begin_layout Plain Layout
8064 \begin_inset CommandInset href
8065 LatexCommand href
8066 name "LyX-bug #1505"
8067 target "http://www.lyx.org/trac/ticket/1505"
8068
8069 \end_inset
8070
8071
8072 \end_layout
8073
8074 \end_inset
8075
8076 .
8077  As solution for the problem, the global formula row separation 
8078 \series bold
8079
8080 \backslash
8081 jot
8082 \series default
8083
8084 \begin_inset Index idx
8085 status collapsed
8086
8087 \begin_layout Plain Layout
8088 Commands ! J ! 
8089 \backslash
8090 jot
8091 \end_layout
8092
8093 \end_inset
8094
8095  must be changed to -6
8096 \begin_inset space \thinspace{}
8097 \end_inset
8098
8099 pt before the formula with the command 
8100 \series bold
8101
8102 \backslash
8103 setlength{
8104 \backslash
8105 jot}{-6pt}
8106 \series default
8107  in TeX-mode.
8108  
8109 \series bold
8110
8111 \backslash
8112 jot
8113 \series default
8114  is set back after the formula to the standard value of 3
8115 \begin_inset space \thinspace{}
8116 \end_inset
8117
8118 pt using the same command.
8119  More about the row separation in formulas is explained in 
8120 \begin_inset CommandInset ref
8121 LatexCommand ref
8122 reference "sub:Line-Separation"
8123
8124 \end_inset
8125
8126 .
8127 \end_layout
8128
8129 \begin_layout Section
8130 Arrows
8131 \begin_inset Index idx
8132 status collapsed
8133
8134 \begin_layout Plain Layout
8135 Arrows
8136 \end_layout
8137
8138 \end_inset
8139
8140
8141 \end_layout
8142
8143 \begin_layout Standard
8144 Arrows can be inserted via the math toolbar button 
8145 \begin_inset Graphics
8146         filename ../images/math/leftarrow.png
8147         scale 85
8148
8149 \end_inset
8150
8151  or the commands listed in the following subsections.
8152 \end_layout
8153
8154 \begin_layout Subsection
8155 Horizontal Arrows
8156 \begin_inset Index idx
8157 status collapsed
8158
8159 \begin_layout Plain Layout
8160 Arrows ! horizontal
8161 \end_layout
8162
8163 \end_inset
8164
8165
8166 \end_layout
8167
8168 \begin_layout Standard
8169 \begin_inset space \hfill{}
8170 \end_inset
8171
8172
8173 \begin_inset Tabular
8174 <lyxtabular version="3" rows="8" columns="2">
8175 <features tabularvalignment="middle">
8176 <column alignment="center" valignment="top" width="0pt">
8177 <column alignment="center" valignment="top" width="0pt">
8178 <row>
8179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183 Command
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192 Result
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 </row>
8198 <row>
8199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203
8204 \backslash
8205 gets
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214 \begin_inset Formula $\gets$
8215 \end_inset
8216
8217
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 </row>
8223 <row>
8224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228
8229 \backslash
8230 Leftarrow
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 \begin_inset Formula $\Leftarrow$
8240 \end_inset
8241
8242
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 </row>
8248 <row>
8249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253
8254 \backslash
8255 longleftarrow
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264 \begin_inset Formula $\longleftarrow$
8265 \end_inset
8266
8267
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 </row>
8273 <row>
8274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278
8279 \backslash
8280 Longleftarrow
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289 \begin_inset Formula $\Longleftarrow$
8290 \end_inset
8291
8292
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 </row>
8298 <row>
8299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303
8304 \backslash
8305 leftharpoonup
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 \begin_inset Formula $\leftharpoonup$
8315 \end_inset
8316
8317
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 </row>
8323 <row>
8324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328
8329 \backslash
8330 leftharpoondown
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 \begin_inset Formula $\leftharpoondown$
8340 \end_inset
8341
8342
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 </row>
8348 <row>
8349 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8350 \begin_inset Text
8351
8352 \begin_layout Plain Layout
8353
8354 \backslash
8355 hookleftarrow
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 \begin_inset Formula $\hookleftarrow$
8365 \end_inset
8366
8367
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 </row>
8373 </lyxtabular>
8374
8375 \end_inset
8376
8377
8378 \begin_inset space \hfill{}
8379 \end_inset
8380
8381
8382 \begin_inset Tabular
8383 <lyxtabular version="3" rows="8" columns="2">
8384 <features tabularvalignment="middle">
8385 <column alignment="center" valignment="top" width="0pt">
8386 <column alignment="center" valignment="top" width="0pt">
8387 <row>
8388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392 Command
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401 Result
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 </row>
8407 <row>
8408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412
8413 \backslash
8414 to
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8420 \begin_inset Text
8421
8422 \begin_layout Plain Layout
8423 \begin_inset Formula $\to$
8424 \end_inset
8425
8426
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 </row>
8432 <row>
8433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437
8438 \backslash
8439 Rightarrow
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 \begin_inset Formula $\Rightarrow$
8449 \end_inset
8450
8451
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 </row>
8457 <row>
8458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462
8463 \backslash
8464 longrightarrow
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 \begin_inset Formula $\longrightarrow$
8474 \end_inset
8475
8476
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 </row>
8482 <row>
8483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487
8488 \backslash
8489 Longrightarrow
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498 \begin_inset Formula $\Longrightarrow$
8499 \end_inset
8500
8501
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 </row>
8507 <row>
8508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512
8513 \backslash
8514 rightharpoonup
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523 \begin_inset Formula $\rightharpoonup$
8524 \end_inset
8525
8526
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 </row>
8532 <row>
8533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537
8538 \backslash
8539 rightharpoondown
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 \begin_inset Formula $\rightharpoondown$
8549 \end_inset
8550
8551
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 </row>
8557 <row>
8558 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562
8563 \backslash
8564 hookrightarrow
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 \begin_inset Formula $\hookrightarrow$
8574 \end_inset
8575
8576
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 </row>
8582 </lyxtabular>
8583
8584 \end_inset
8585
8586
8587 \begin_inset space \hfill{}
8588 \end_inset
8589
8590
8591 \end_layout
8592
8593 \begin_layout Standard
8594 \begin_inset space \hfill{}
8595 \end_inset
8596
8597
8598 \begin_inset Tabular
8599 <lyxtabular version="3" rows="6" columns="2">
8600 <features tabularvalignment="middle">
8601 <column alignment="center" valignment="top" width="0pt">
8602 <column alignment="center" valignment="top" width="0pt">
8603 <row>
8604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608 Command
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 Result
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 </row>
8623 <row>
8624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628
8629 \backslash
8630 leftrightarrow
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 \begin_inset Formula $\leftrightarrow$
8640 \end_inset
8641
8642
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 </row>
8648 <row>
8649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653
8654 \backslash
8655 Leftrightarrow
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8661 \begin_inset Text
8662
8663 \begin_layout Plain Layout
8664 \begin_inset Formula $\Leftrightarrow$
8665 \end_inset
8666
8667
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 </row>
8673 <row>
8674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678
8679 \backslash
8680 longleftrightarrow
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8686 \begin_inset Text
8687
8688 \begin_layout Plain Layout
8689 \begin_inset Formula $\longleftrightarrow$
8690 \end_inset
8691
8692
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 </row>
8698 <row>
8699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703
8704 \backslash
8705 Longleftrightarrow
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8711 \begin_inset Text
8712
8713 \begin_layout Plain Layout
8714 \begin_inset Formula $\Longleftrightarrow$
8715 \end_inset
8716
8717
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 </row>
8723 <row>
8724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728
8729 \backslash
8730 rightleftharpoons
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739 \begin_inset Formula $\rightleftharpoons$
8740 \end_inset
8741
8742
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 </row>
8748 </lyxtabular>
8749
8750 \end_inset
8751
8752
8753 \begin_inset space \hspace{}
8754 \length 25pt
8755 \end_inset
8756
8757
8758 \begin_inset space \hfill{}
8759 \end_inset
8760
8761
8762 \begin_inset Tabular
8763 <lyxtabular version="3" rows="5" columns="2">
8764 <features tabularvalignment="middle">
8765 <column alignment="center" valignment="top" width="0pt">
8766 <column alignment="center" valignment="top" width="0pt">
8767 <row>
8768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 Command
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 Result
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 <row>
8788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792
8793 \backslash
8794 mapsto
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 \begin_inset Formula $\mapsto$
8804 \end_inset
8805
8806
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 </row>
8812 <row>
8813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817
8818 \backslash
8819 longmapsto
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8825 \begin_inset Text
8826
8827 \begin_layout Plain Layout
8828 \begin_inset Formula $\longmapsto$
8829 \end_inset
8830
8831
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 </row>
8837 <row>
8838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842
8843 \backslash
8844 leadsto
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853 \begin_inset Formula $\leadsto$
8854 \end_inset
8855
8856
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 </row>
8862 <row>
8863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867
8868 \backslash
8869 dasharrow
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878 \begin_inset Formula $\dasharrow$
8879 \end_inset
8880
8881
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 </row>
8887 </lyxtabular>
8888
8889 \end_inset
8890
8891
8892 \begin_inset space \hfill{}
8893 \end_inset
8894
8895
8896 \end_layout
8897
8898 \begin_layout Standard
8899 \begin_inset VSpace medskip
8900 \end_inset
8901
8902 Arrows used as accent like e.
8903 \begin_inset space \thinspace{}
8904 \end_inset
8905
8906 g.
8907 \begin_inset space \space{}
8908 \end_inset
8909
8910 vector arrows are listed in 
8911 \begin_inset CommandInset ref
8912 LatexCommand ref
8913 reference "sec:Accents"
8914
8915 \end_inset
8916
8917 .
8918 \end_layout
8919
8920 \begin_layout Standard
8921 \begin_inset VSpace bigskip
8922 \end_inset
8923
8924 Furthermore there are the labeled arrows
8925 \begin_inset Index idx
8926 status collapsed
8927
8928 \begin_layout Plain Layout
8929 Arrows ! labeled
8930 \end_layout
8931
8932 \end_inset
8933
8934  
8935 \series bold
8936
8937 \backslash
8938 xleftarrow
8939 \series default
8940
8941 \begin_inset Index idx
8942 status collapsed
8943
8944 \begin_layout Plain Layout
8945 Commands ! X ! 
8946 \backslash
8947 xleftarrow
8948 \end_layout
8949
8950 \end_inset
8951
8952  and 
8953 \series bold
8954
8955 \backslash
8956 xrightarrow
8957 \series default
8958
8959 \begin_inset Index idx
8960 status collapsed
8961
8962 \begin_layout Plain Layout
8963 Commands ! X ! 
8964 \backslash
8965 xrightarrow
8966 \begin_inset ERT
8967 status collapsed
8968
8969 \begin_layout Plain Layout
8970
8971
8972 \backslash
8973 vspace{4mm}
8974 \end_layout
8975
8976 \end_inset
8977
8978
8979 \end_layout
8980
8981 \end_inset
8982
8983 .
8984  When inserting one of these commands in a formula, an arrow with two blue
8985  boxes appear where the label can be inserted.
8986  The length of the arrow adapts to the label width.
8987 \end_layout
8988
8989 \begin_layout Standard
8990 \align center
8991 \begin_inset Tabular
8992 <lyxtabular version="3" rows="3" columns="2">
8993 <features tabularvalignment="middle">
8994 <column alignment="center" valignment="top" width="0pt">
8995 <column alignment="center" valignment="top" width="0pt">
8996 <row>
8997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001 Command
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010 Result
9011 \begin_inset Note Note
9012 status collapsed
9013
9014 \begin_layout Plain Layout
9015
9016 \series bold
9017
9018 \backslash
9019 raisebox
9020 \series default
9021  is only used as spacer.
9022 \end_layout
9023
9024 \end_inset
9025
9026
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 </row>
9032 <row>
9033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037 F(a)
9038 \backslash
9039 xleftarrow
9040 \begin_inset ERT
9041 status collapsed
9042
9043 \begin_layout Plain Layout
9044
9045
9046 \backslash
9047 spce 
9048 \end_layout
9049
9050 \end_inset
9051
9052 x=a
9053 \begin_inset Formula $\downarrow$
9054 \end_inset
9055
9056 x>0
9057 \begin_inset Formula $\to$
9058 \end_inset
9059
9060 F(x)
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9070 \end_inset
9071
9072
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 </row>
9078 <row>
9079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083 F(x)
9084 \backslash
9085 xrightarrow
9086 \begin_inset ERT
9087 status collapsed
9088
9089 \begin_layout Plain Layout
9090
9091
9092 \backslash
9093 spce 
9094 \end_layout
9095
9096 \end_inset
9097
9098 x=a
9099 \begin_inset Formula $\downarrow$
9100 \end_inset
9101
9102 x>0
9103 \begin_inset Formula $\to$
9104 \end_inset
9105
9106 F(a)
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9116 \end_inset
9117
9118
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 </row>
9124 </lyxtabular>
9125
9126 \end_inset
9127
9128
9129 \end_layout
9130
9131 \begin_layout Subsection
9132 Vertical and diagonal Arrows
9133 \begin_inset Index idx
9134 status collapsed
9135
9136 \begin_layout Plain Layout
9137 Arrows ! diagonal
9138 \end_layout
9139
9140 \end_inset
9141
9142
9143 \begin_inset Index idx
9144 status collapsed
9145
9146 \begin_layout Plain Layout
9147 Arrows ! vertical
9148 \end_layout
9149
9150 \end_inset
9151
9152
9153 \end_layout
9154
9155 \begin_layout Standard
9156 \begin_inset space \hfill{}
9157 \end_inset
9158
9159
9160 \begin_inset Tabular
9161 <lyxtabular version="3" rows="7" columns="2">
9162 <features tabularvalignment="middle">
9163 <column alignment="center" valignment="top" width="0pt">
9164 <column alignment="center" valignment="top" width="0pt">
9165 <row>
9166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Plain Layout
9170 Command
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179 Result
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 </row>
9185 <row>
9186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190
9191 \backslash
9192 uparrow
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 \begin_inset Formula $\uparrow$
9202 \end_inset
9203
9204
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 </row>
9210 <row>
9211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215
9216 \backslash
9217 Uparrow
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226 \begin_inset Formula $\Uparrow$
9227 \end_inset
9228
9229
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 </row>
9235 <row>
9236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240
9241 \backslash
9242 updownarrow
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251 \begin_inset Formula $\updownarrow$
9252 \end_inset
9253
9254
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 Updownarrow
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 $\Updownarrow$
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" bottomline="true" leftline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290
9291 \backslash
9292 Downarrow
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301 \begin_inset Formula $\Downarrow$
9302 \end_inset
9303
9304
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 </row>
9310 <row>
9311 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315
9316 \backslash
9317 downarrow
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326 \begin_inset Formula $\downarrow$
9327 \end_inset
9328
9329
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 </row>
9335 </lyxtabular>
9336
9337 \end_inset
9338
9339
9340 \begin_inset space \hfill{}
9341 \end_inset
9342
9343
9344 \begin_inset Tabular
9345 <lyxtabular version="3" rows="5" columns="2">
9346 <features tabularvalignment="middle">
9347 <column alignment="center" valignment="top" width="0pt">
9348 <column alignment="center" valignment="top" width="0pt">
9349 <row>
9350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9351 \begin_inset Text
9352
9353 \begin_layout Plain Layout
9354 Command
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363 Result
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 </row>
9369 <row>
9370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9371 \begin_inset Text
9372
9373 \begin_layout Plain Layout
9374
9375 \backslash
9376 nearrow
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385 \begin_inset Formula $\nearrow$
9386 \end_inset
9387
9388
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 </row>
9394 <row>
9395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399
9400 \backslash
9401 searrow
9402 \end_layout
9403
9404 \end_inset
9405 </cell>
9406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410 \begin_inset Formula $\searrow$
9411 \end_inset
9412
9413
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 </row>
9419 <row>
9420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9421 \begin_inset Text
9422
9423 \begin_layout Plain Layout
9424
9425 \backslash
9426 swarrow
9427 \end_layout
9428
9429 \end_inset
9430 </cell>
9431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9432 \begin_inset Text
9433
9434 \begin_layout Plain Layout
9435 \begin_inset Formula $\swarrow$
9436 \end_inset
9437
9438
9439 \end_layout
9440
9441 \end_inset
9442 </cell>
9443 </row>
9444 <row>
9445 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449
9450 \backslash
9451 nwarrow
9452 \end_layout
9453
9454 \end_inset
9455 </cell>
9456 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460 \begin_inset Formula $\nwarrow$
9461 \end_inset
9462
9463
9464 \end_layout
9465
9466 \end_inset
9467 </cell>
9468 </row>
9469 </lyxtabular>
9470
9471 \end_inset
9472
9473
9474 \begin_inset space \hfill{}
9475 \end_inset
9476
9477
9478 \end_layout
9479
9480 \begin_layout Standard
9481 \begin_inset VSpace medskip
9482 \end_inset
9483
9484 Vertical arrows can be used also as delimiter together with the commands
9485  described in 
9486 \begin_inset CommandInset ref
9487 LatexCommand ref
9488 reference "sub:Manual-Bracket-Size"
9489
9490 \end_inset
9491
9492  and 
9493 \begin_inset CommandInset ref
9494 LatexCommand ref
9495 reference "sub:Automatic-Bracket-Size"
9496
9497 \end_inset
9498
9499 .
9500 \end_layout
9501
9502 \begin_layout Section
9503 Accents
9504 \begin_inset CommandInset label
9505 LatexCommand label
9506 name "sec:Accents"
9507
9508 \end_inset
9509
9510
9511 \begin_inset Index idx
9512 status collapsed
9513
9514 \begin_layout Plain Layout
9515 Accents
9516 \end_layout
9517
9518 \end_inset
9519
9520
9521 \end_layout
9522
9523 \begin_layout Standard
9524 Accents can be inserted via the math toolbar button 
9525 \begin_inset Graphics
9526         filename ../images/math/hat.png
9527         scale 85
9528
9529 \end_inset
9530
9531  or the commands listed in the following subsections.
9532 \end_layout
9533
9534 \begin_layout Subsection
9535 Accents for one Character
9536 \begin_inset ERT
9537 status collapsed
9538
9539 \begin_layout Plain Layout
9540
9541
9542 \backslash
9543 texorpdfstring{
9544 \end_layout
9545
9546 \end_inset
9547
9548
9549 \begin_inset Foot
9550 status collapsed
9551
9552 \begin_layout Plain Layout
9553 accents in text see 
9554 \begin_inset CommandInset ref
9555 LatexCommand ref
9556 reference "sub:Accents-in-Text"
9557
9558 \end_inset
9559
9560
9561 \end_layout
9562
9563 \end_inset
9564
9565
9566 \begin_inset ERT
9567 status collapsed
9568
9569 \begin_layout Plain Layout
9570
9571 }{}
9572 \end_layout
9573
9574 \end_inset
9575
9576
9577 \begin_inset Note Note
9578 status collapsed
9579
9580 \begin_layout Plain Layout
9581
9582 \series bold
9583
9584 \backslash
9585 texorpdfstring
9586 \series default
9587  is used to avoid that the footnote appears in the PDF-bookmark.
9588 \end_layout
9589
9590 \begin_layout Plain Layout
9591 More about 
9592 \series bold
9593
9594 \backslash
9595 texorpdfstring
9596 \series default
9597  is in section 
9598 \begin_inset CommandInset ref
9599 LatexCommand ref
9600 reference "sub:Formulas-in-Section"
9601
9602 \end_inset
9603
9604 .
9605 \end_layout
9606
9607 \end_inset
9608
9609
9610 \begin_inset CommandInset label
9611 LatexCommand label
9612 name "sub:Accents-for-one"
9613
9614 \end_inset
9615
9616
9617 \begin_inset Index idx
9618 status collapsed
9619
9620 \begin_layout Plain Layout
9621 Accents ! for one character
9622 \end_layout
9623
9624 \end_inset
9625
9626
9627 \end_layout
9628
9629 \begin_layout Standard
9630 \begin_inset space \hfill{}
9631 \end_inset
9632
9633
9634 \begin_inset Tabular
9635 <lyxtabular version="3" rows="8" columns="2">
9636 <features tabularvalignment="middle">
9637 <column alignment="center" valignment="top" width="0pt">
9638 <column alignment="center" valignment="top" width="0pt">
9639 <row>
9640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9641 \begin_inset Text
9642
9643 \begin_layout Plain Layout
9644 Command
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653 Result
9654 \begin_inset Note Note
9655 status collapsed
9656
9657 \begin_layout Plain Layout
9658
9659 \series bold
9660
9661 \backslash
9662 raisebox
9663 \series default
9664  is only used as spacer.
9665 \end_layout
9666
9667 \end_inset
9668
9669
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 </row>
9675 <row>
9676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9677 \begin_inset Text
9678
9679 \begin_layout Plain Layout
9680
9681 \backslash
9682 dot
9683 \begin_inset ERT
9684 status collapsed
9685
9686 \begin_layout Plain Layout
9687
9688
9689 \backslash
9690 spce 
9691 \end_layout
9692
9693 \end_inset
9694
9695 A
9696 \end_layout
9697
9698 \end_inset
9699 </cell>
9700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9701 \begin_inset Text
9702
9703 \begin_layout Plain Layout
9704 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9705 \end_inset
9706
9707
9708 \end_layout
9709
9710 \end_inset
9711 </cell>
9712 </row>
9713 <row>
9714 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9715 \begin_inset Text
9716
9717 \begin_layout Plain Layout
9718
9719 \backslash
9720 ddot
9721 \begin_inset ERT
9722 status collapsed
9723
9724 \begin_layout Plain Layout
9725
9726
9727 \backslash
9728 spce 
9729 \end_layout
9730
9731 \end_inset
9732
9733 A
9734 \end_layout
9735
9736 \end_inset
9737 </cell>
9738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9739 \begin_inset Text
9740
9741 \begin_layout Plain Layout
9742 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9743 \end_inset
9744
9745
9746 \end_layout
9747
9748 \end_inset
9749 </cell>
9750 </row>
9751 <row>
9752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756
9757 \backslash
9758 dddot
9759 \begin_inset ERT
9760 status collapsed
9761
9762 \begin_layout Plain Layout
9763
9764
9765 \backslash
9766 spce 
9767 \end_layout
9768
9769 \end_inset
9770
9771 A
9772 \end_layout
9773
9774 \end_inset
9775 </cell>
9776 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9777 \begin_inset Text
9778
9779 \begin_layout Plain Layout
9780 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9781 \end_inset
9782
9783
9784 \end_layout
9785
9786 \end_inset
9787 </cell>
9788 </row>
9789 <row>
9790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9791 \begin_inset Text
9792
9793 \begin_layout Plain Layout
9794
9795 \backslash
9796 ddddot
9797 \begin_inset ERT
9798 status collapsed
9799
9800 \begin_layout Plain Layout
9801
9802
9803 \backslash
9804 spce 
9805 \end_layout
9806
9807 \end_inset
9808
9809 A
9810 \end_layout
9811
9812 \end_inset
9813 </cell>
9814 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Plain Layout
9818 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9819 \end_inset
9820
9821
9822 \end_layout
9823
9824 \end_inset
9825 </cell>
9826 </row>
9827 <row>
9828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9829 \begin_inset Text
9830
9831 \begin_layout Plain Layout
9832
9833 \backslash
9834 vec
9835 \begin_inset ERT
9836 status collapsed
9837
9838 \begin_layout Plain Layout
9839
9840
9841 \backslash
9842 spce 
9843 \end_layout
9844
9845 \end_inset
9846
9847 A
9848 \begin_inset Index idx
9849 status collapsed
9850
9851 \begin_layout Plain Layout
9852 Vectors
9853 \end_layout
9854
9855 \end_inset
9856
9857
9858 \end_layout
9859
9860 \end_inset
9861 </cell>
9862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9863 \begin_inset Text
9864
9865 \begin_layout Plain Layout
9866 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9867 \end_inset
9868
9869
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 </row>
9875 <row>
9876 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880
9881 \backslash
9882 bar
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" bottomline="true" leftline="true" rightline="true" usebox="none">
9901 \begin_inset Text
9902
9903 \begin_layout Plain Layout
9904 \begin_inset Formula $\raisebox{5mm}{}\bar{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 mathring
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}{}\mathring{A}$
9943 \end_inset
9944
9945
9946 \end_layout
9947
9948 \end_inset
9949 </cell>
9950 </row>
9951 </lyxtabular>
9952
9953 \end_inset
9954
9955
9956 \begin_inset space \hfill{}
9957 \end_inset
9958
9959
9960 \begin_inset Tabular
9961 <lyxtabular version="3" rows="7" columns="2">
9962 <features tabularvalignment="middle">
9963 <column alignment="center" valignment="top" width="0pt">
9964 <column alignment="center" valignment="top" width="0pt">
9965 <row>
9966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970 Command
9971 \end_layout
9972
9973 \end_inset
9974 </cell>
9975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9976 \begin_inset Text
9977
9978 \begin_layout Plain Layout
9979 Result
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 </row>
9985 <row>
9986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990
9991 \backslash
9992 tilde
9993 \begin_inset ERT
9994 status collapsed
9995
9996 \begin_layout Plain Layout
9997
9998
9999 \backslash
10000 spce 
10001 \end_layout
10002
10003 \end_inset
10004
10005 A
10006 \end_layout
10007
10008 \end_inset
10009 </cell>
10010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10015 \end_inset
10016
10017
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 </row>
10023 <row>
10024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028
10029 \backslash
10030 hat
10031 \begin_inset ERT
10032 status collapsed
10033
10034 \begin_layout Plain Layout
10035
10036
10037 \backslash
10038 spce 
10039 \end_layout
10040
10041 \end_inset
10042
10043 A
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10053 \end_inset
10054
10055
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 </row>
10061 <row>
10062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066
10067 \backslash
10068 check
10069 \begin_inset ERT
10070 status collapsed
10071
10072 \begin_layout Plain Layout
10073
10074
10075 \backslash
10076 spce 
10077 \end_layout
10078
10079 \end_inset
10080
10081 A
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10091 \end_inset
10092
10093
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 </row>
10099 <row>
10100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104
10105 \backslash
10106 acute
10107 \begin_inset ERT
10108 status collapsed
10109
10110 \begin_layout Plain Layout
10111
10112
10113 \backslash
10114 spce 
10115 \end_layout
10116
10117 \end_inset
10118
10119 A
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10129 \end_inset
10130
10131
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 </row>
10137 <row>
10138 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Plain Layout
10142
10143 \backslash
10144 grave
10145 \begin_inset ERT
10146 status collapsed
10147
10148 \begin_layout Plain Layout
10149
10150
10151 \backslash
10152 spce 
10153 \end_layout
10154
10155 \end_inset
10156
10157 A
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10167 \end_inset
10168
10169
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 </row>
10175 <row>
10176 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180
10181 \backslash
10182 breve
10183 \begin_inset ERT
10184 status collapsed
10185
10186 \begin_layout Plain Layout
10187
10188
10189 \backslash
10190 spce 
10191 \end_layout
10192
10193 \end_inset
10194
10195 A
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10205 \end_inset
10206
10207
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 </row>
10213 </lyxtabular>
10214
10215 \end_inset
10216
10217
10218 \begin_inset space \hfill{}
10219 \end_inset
10220
10221
10222 \end_layout
10223
10224 \begin_layout Standard
10225 \begin_inset VSpace bigskip
10226 \end_inset
10227
10228
10229 \end_layout
10230
10231 \begin_layout Standard
10232 You can directly insert accents like é to formulas.
10233  LyX will transform them to the corresponding accent command.
10234  For umlauts
10235 \begin_inset Index idx
10236 status collapsed
10237
10238 \begin_layout Plain Layout
10239 Umlauts
10240 \end_layout
10241
10242 \end_inset
10243
10244  it is better to insert a quotation mark before the vowel.
10245  These two characters are then treated by LaTeX as 
10246 \emph on
10247 one
10248 \emph default
10249  character when the formula part with the umlaut is marked as German.
10250  In contrary to 
10251 \series bold
10252
10253 \backslash
10254 ddot
10255 \series default
10256 , with this method 
10257 \begin_inset Quotes eld
10258 \end_inset
10259
10260 real
10261 \begin_inset Quotes erd
10262 \end_inset
10263
10264  umlauts are created as demonstrated in the following example:
10265 \end_layout
10266
10267 \begin_layout Standard
10268 \begin_inset VSpace -2mm
10269 \end_inset
10270
10271
10272 \end_layout
10273
10274 \begin_layout Standard
10275 \align center
10276 \begin_inset Tabular
10277 <lyxtabular version="3" rows="3" columns="2">
10278 <features tabularvalignment="middle">
10279 <column alignment="center" valignment="top" width="0">
10280 <column alignment="center" valignment="top" width="0">
10281 <row>
10282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286 Command
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 Result
10296 \begin_inset Note Note
10297 status collapsed
10298
10299 \begin_layout Plain Layout
10300
10301 \series bold
10302
10303 \backslash
10304 raisebox
10305 \series default
10306  and the 0
10307 \begin_inset space \thinspace{}
10308 \end_inset
10309
10310 pt space are only used as spacer.
10311 \end_layout
10312
10313 \end_inset
10314
10315
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 </row>
10321 <row>
10322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326
10327 \lang ngerman
10328 \begin_inset Quotes grd
10329 \end_inset
10330
10331 i
10332 \end_layout
10333
10334 \end_inset
10335 </cell>
10336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340 \begin_inset space \hspace{}
10341 \length 0pt
10342 \end_inset
10343
10344
10345 \lang ngerman
10346
10347 \begin_inset Formula $"i$
10348 \end_inset
10349
10350
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 </row>
10356 <row>
10357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361
10362 \backslash
10363 ddot
10364 \begin_inset ERT
10365 status collapsed
10366
10367 \begin_layout Plain Layout
10368
10369
10370 \backslash
10371 spce 
10372 \end_layout
10373
10374 \end_inset
10375
10376 i
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10386 \end_inset
10387
10388
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 </row>
10394 </lyxtabular>
10395
10396 \end_inset
10397
10398
10399 \end_layout
10400
10401 \begin_layout Standard
10402 Another advantage to 
10403 \series bold
10404
10405 \backslash
10406 ddot
10407 \series default
10408  is that umlauts can directly be converted to mathematical text because
10409  the accent commands above are 
10410 \emph on
10411 not allowed
10412 \emph default
10413  
10414 \emph on
10415 in mathematical text
10416 \emph default
10417 .
10418  To convert an accented character to mathematical text, only the character
10419  under the accent may be converted.
10420  This applies also for all other conversions, e.
10421 \begin_inset space \thinspace{}
10422 \end_inset
10423
10424 g.
10425 \begin_inset space \space{}
10426 \end_inset
10427
10428 to italic or bold.
10429 \end_layout
10430
10431 \begin_layout Standard
10432 In mathematical text, umlauts and other accented characters can directly
10433  be inserted.
10434 \end_layout
10435
10436 \begin_layout Subsection
10437 Accents for Operators
10438 \begin_inset Index idx
10439 status collapsed
10440
10441 \begin_layout Plain Layout
10442 Accents ! for operators
10443 \end_layout
10444
10445 \end_inset
10446
10447
10448 \end_layout
10449
10450 \begin_layout Standard
10451 With the commands 
10452 \series bold
10453
10454 \backslash
10455 overset
10456 \series default
10457
10458 \begin_inset Index idx
10459 status collapsed
10460
10461 \begin_layout Plain Layout
10462 Commands ! O ! 
10463 \backslash
10464 overset
10465 \end_layout
10466
10467 \end_inset
10468
10469  and 
10470 \series bold
10471
10472 \backslash
10473 underset
10474 \series default
10475
10476 \begin_inset Index idx
10477 status collapsed
10478
10479 \begin_layout Plain Layout
10480 Commands ! U ! 
10481 \backslash
10482 underset
10483 \end_layout
10484
10485 \end_inset
10486
10487  characters can be placed above or below an operator, respectively, to accent
10488  it.
10489  With the command 
10490 \series bold
10491
10492 \backslash
10493 sideset
10494 \series default
10495
10496 \begin_inset Index idx
10497 status collapsed
10498
10499 \begin_layout Plain Layout
10500 Commands ! S ! 
10501 \backslash
10502 sideset
10503 \end_layout
10504
10505 \end_inset
10506
10507  characters can be set before and behind an operator.
10508  The command scheme is:
10509 \end_layout
10510
10511 \begin_layout Standard
10512
10513 \series bold
10514
10515 \backslash
10516 sideset{character
10517 \series default
10518  
10519 \series bold
10520 before}{character
10521 \series default
10522  
10523 \series bold
10524 behind}
10525 \end_layout
10526
10527 \begin_layout Standard
10528
10529 \series bold
10530
10531 \backslash
10532 sideset
10533 \series default
10534  must always be before the operator that should be accented.
10535  You can accent with several characters and even with other operators and
10536  symbols.
10537  To place with 
10538 \series bold
10539
10540 \backslash
10541 sideset
10542 \series default
10543  for example only characters behind an operator, write nothing between the
10544  first braces but don't omit the braces.
10545 \end_layout
10546
10547 \begin_layout Standard
10548 For example the command 
10549 \series bold
10550
10551 \backslash
10552 sideset{
10553 \begin_inset Formula $\to$
10554 \end_inset
10555
10556
10557 \backslash
10558 {
10559 \series default
10560 '
10561 \series bold
10562
10563 \begin_inset Formula $\to$
10564 \end_inset
10565
10566
10567 \backslash
10568 sum_k=1
10569 \begin_inset ERT
10570 status collapsed
10571
10572 \begin_layout Plain Layout
10573
10574
10575 \backslash
10576 spce 
10577 \end_layout
10578
10579 \end_inset
10580
10581
10582 \series default
10583 ^
10584 \series bold
10585 n
10586 \series default
10587  produces:
10588 \begin_inset Formula 
10589 \[
10590 \sideset{}{'}\sum_{k=1}^{n}
10591 \]
10592
10593 \end_inset
10594
10595
10596 \end_layout
10597
10598 \begin_layout Standard
10599 The command 
10600 \series bold
10601
10602 \backslash
10603 overset
10604 \begin_inset ERT
10605 status collapsed
10606
10607 \begin_layout Plain Layout
10608
10609
10610 \backslash
10611 spce 
10612 \end_layout
10613
10614 \end_inset
10615
10616
10617 \backslash
10618 maltese
10619 \begin_inset ERT
10620 status collapsed
10621
10622 \begin_layout Plain Layout
10623
10624
10625 \backslash
10626 spce 
10627 \end_layout
10628
10629 \end_inset
10630
10631
10632 \series default
10633
10634 \begin_inset Formula $\uparrow$
10635 \end_inset
10636
10637
10638 \series bold
10639 a
10640 \series default
10641  produces:
10642 \begin_inset Formula 
10643 \[
10644 \overset{a}{\maltese}
10645 \]
10646
10647 \end_inset
10648
10649 As seen in the last example, with 
10650 \series bold
10651
10652 \backslash
10653 overset
10654 \series default
10655  and 
10656 \series bold
10657
10658 \backslash
10659 underset
10660 \series default
10661  also symbols and characters can be accented; with 
10662 \series bold
10663
10664 \backslash
10665 sideset
10666 \series default
10667  this is not possible.
10668 \end_layout
10669
10670 \begin_layout Subsection
10671 Accents for several Characters
10672 \begin_inset Index idx
10673 status collapsed
10674
10675 \begin_layout Plain Layout
10676 Accents ! for several characters
10677 \end_layout
10678
10679 \end_inset
10680
10681
10682 \end_layout
10683
10684 \begin_layout Standard
10685 \begin_inset space \hfill{}
10686 \end_inset
10687
10688
10689 \begin_inset Tabular
10690 <lyxtabular version="3" rows="5" columns="2">
10691 <features tabularvalignment="middle">
10692 <column alignment="center" valignment="top" width="0pt">
10693 <column alignment="center" valignment="top" width="0pt">
10694 <row>
10695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699 Command
10700 \end_layout
10701
10702 \end_inset
10703 </cell>
10704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708 Result
10709 \begin_inset Note Note
10710 status collapsed
10711
10712 \begin_layout Plain Layout
10713
10714 \series bold
10715
10716 \backslash
10717 raisebox
10718 \series default
10719  is only used as spacer.
10720 \end_layout
10721
10722 \end_inset
10723
10724
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 </row>
10730 <row>
10731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735
10736 \backslash
10737 overleftarrow
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" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10760 \end_inset
10761
10762
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 </row>
10768 <row>
10769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773
10774 \backslash
10775 underleftarrow
10776 \begin_inset ERT
10777 status collapsed
10778
10779 \begin_layout Plain Layout
10780
10781
10782 \backslash
10783 spce 
10784 \end_layout
10785
10786 \end_inset
10787
10788 A=B
10789 \end_layout
10790
10791 \end_inset
10792 </cell>
10793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10798 \end_inset
10799
10800
10801 \end_layout
10802
10803 \end_inset
10804 </cell>
10805 </row>
10806 <row>
10807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811
10812 \backslash
10813 overleftrightarrow
10814 \begin_inset ERT
10815 status collapsed
10816
10817 \begin_layout Plain Layout
10818
10819
10820 \backslash
10821 spce 
10822 \end_layout
10823
10824 \end_inset
10825
10826 A=B
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10836 \end_inset
10837
10838
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 </row>
10844 <row>
10845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849
10850 \backslash
10851 underleftrightarrow
10852 \begin_inset ERT
10853 status collapsed
10854
10855 \begin_layout Plain Layout
10856
10857
10858 \backslash
10859 spce 
10860 \end_layout
10861
10862 \end_inset
10863
10864 A=B
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10874 \end_inset
10875
10876
10877 \end_layout
10878
10879 \end_inset
10880 </cell>
10881 </row>
10882 </lyxtabular>
10883
10884 \end_inset
10885
10886
10887 \begin_inset space \hfill{}
10888 \end_inset
10889
10890
10891 \begin_inset Tabular
10892 <lyxtabular version="3" rows="5" columns="2">
10893 <features tabularvalignment="middle">
10894 <column alignment="center" valignment="top" width="0pt">
10895 <column alignment="center" valignment="top" width="0pt">
10896 <row>
10897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10898 \begin_inset Text
10899
10900 \begin_layout Plain Layout
10901 Command
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10907 \begin_inset Text
10908
10909 \begin_layout Plain Layout
10910 Result
10911 \end_layout
10912
10913 \end_inset
10914 </cell>
10915 </row>
10916 <row>
10917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921
10922 \backslash
10923 overrightarrow
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" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10946 \end_inset
10947
10948
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 </row>
10954 <row>
10955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959
10960 \backslash
10961 underrightarrow
10962 \begin_inset ERT
10963 status collapsed
10964
10965 \begin_layout Plain Layout
10966
10967
10968 \backslash
10969 spce 
10970 \end_layout
10971
10972 \end_inset
10973
10974 A=B
10975 \end_layout
10976
10977 \end_inset
10978 </cell>
10979 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10984 \end_inset
10985
10986
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 </row>
10992 <row>
10993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10994 \begin_inset Text
10995
10996 \begin_layout Plain Layout
10997
10998 \backslash
10999 widetilde
11000 \begin_inset ERT
11001 status collapsed
11002
11003 \begin_layout Plain Layout
11004
11005
11006 \backslash
11007 spce 
11008 \end_layout
11009
11010 \end_inset
11011
11012 A=B
11013 \end_layout
11014
11015 \end_inset
11016 </cell>
11017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11022 \end_inset
11023
11024
11025 \end_layout
11026
11027 \end_inset
11028 </cell>
11029 </row>
11030 <row>
11031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035
11036 \backslash
11037 widehat
11038 \begin_inset ERT
11039 status collapsed
11040
11041 \begin_layout Plain Layout
11042
11043
11044 \backslash
11045 spce 
11046 \end_layout
11047
11048 \end_inset
11049
11050 A=B
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11060 \end_inset
11061
11062
11063 \end_layout
11064
11065 \end_inset
11066 </cell>
11067 </row>
11068 </lyxtabular>
11069
11070 \end_inset
11071
11072
11073 \begin_inset space \hfill{}
11074 \end_inset
11075
11076
11077 \end_layout
11078
11079 \begin_layout Standard
11080 \begin_inset VSpace medskip
11081 \end_inset
11082
11083 With these commands as many characters as you like can be accented.
11084  But the accents 
11085 \series bold
11086
11087 \backslash
11088 widetilde
11089 \series default
11090  and 
11091 \series bold
11092
11093 \backslash
11094 widehat
11095 \series default
11096  will only be set in the output with a length of three characters, as shown
11097  in the following example:
11098 \begin_inset Formula 
11099 \[
11100 \widetilde{A+B=C-D}
11101 \]
11102
11103 \end_inset
11104
11105
11106 \end_layout
11107
11108 \begin_layout Standard
11109 With the commands 
11110 \series bold
11111
11112 \backslash
11113 overset
11114 \series default
11115
11116 \begin_inset Index idx
11117 status collapsed
11118
11119 \begin_layout Plain Layout
11120 Commands ! O ! 
11121 \backslash
11122 overset
11123 \end_layout
11124
11125 \end_inset
11126
11127  and 
11128 \series bold
11129
11130 \backslash
11131 underset
11132 \series default
11133
11134 \begin_inset Index idx
11135 status collapsed
11136
11137 \begin_layout Plain Layout
11138 Commands ! U ! 
11139 \backslash
11140 underset
11141 \end_layout
11142
11143 \end_inset
11144
11145  described in the previous subsection it is also possible to accent several
11146  characters.
11147  The command 
11148 \series bold
11149
11150 \backslash
11151 underset
11152 \begin_inset ERT
11153 status collapsed
11154
11155 \begin_layout Plain Layout
11156
11157
11158 \backslash
11159 spce 
11160 \end_layout
11161
11162 \end_inset
11163
11164 A=B
11165 \begin_inset Formula $\downarrow$
11166 \end_inset
11167
11168 ***
11169 \series default
11170  creates:
11171 \begin_inset Formula 
11172 \[
11173 \underset{***}{A=B}
11174 \]
11175
11176 \end_inset
11177
11178
11179 \end_layout
11180
11181 \begin_layout Section
11182 Space
11183 \begin_inset CommandInset label
11184 LatexCommand label
11185 name "sub:Space"
11186
11187 \end_inset
11188
11189
11190 \begin_inset Index idx
11191 status collapsed
11192
11193 \begin_layout Plain Layout
11194 Space ! horizontal
11195 \end_layout
11196
11197 \end_inset
11198
11199
11200 \end_layout
11201
11202 \begin_layout Subsection
11203 Predefined Space
11204 \begin_inset CommandInset label
11205 LatexCommand label
11206 name "sub:Predefined-Space"
11207
11208 \end_inset
11209
11210
11211 \begin_inset Index idx
11212 status collapsed
11213
11214 \begin_layout Plain Layout
11215 Space ! horizontal ! predefined
11216 \end_layout
11217
11218 \end_inset
11219
11220
11221 \end_layout
11222
11223 \begin_layout Standard
11224 Sometimes it is necessary to insert horizontal space to a formula.
11225  This is done by inserting a protected space (shortcut 
11226 \begin_inset Info
11227 type  "shortcut"
11228 arg   "space-insert protected"
11229 \end_inset
11230
11231 ).
11232  A 
11233 \begin_inset Quotes eld
11234 \end_inset
11235
11236
11237 \color blue
11238
11239 \begin_inset ERT
11240 status collapsed
11241
11242 \begin_layout Plain Layout
11243
11244
11245 \backslash
11246 spce 
11247 \end_layout
11248
11249 \end_inset
11250
11251
11252 \color inherit
11253
11254 \begin_inset Quotes erd
11255 \end_inset
11256
11257  appears and by pressing 
11258 \family sans
11259 Space
11260 \family default
11261  several times one can select one of eight different space sizes.
11262  The spaces can also be inserted using the math toolbar button 
11263 \begin_inset Graphics
11264         filename ../images/math/space.png
11265         scale 85
11266
11267 \end_inset
11268
11269  or special commands.
11270  Independent from the inserted command, one can select the size again by
11271  pressing 
11272 \family sans
11273 Space
11274 \family default
11275  afterwards.
11276 \end_layout
11277
11278 \begin_layout Standard
11279 \noindent
11280 \align center
11281 \begin_inset VSpace -5mm
11282 \end_inset
11283
11284
11285 \begin_inset Tabular
11286 <lyxtabular version="3" rows="3" columns="7">
11287 <features tabularvalignment="middle">
11288 <column alignment="center" valignment="middle" width="6.8cm">
11289 <column alignment="center" valignment="top" width="0">
11290 <column alignment="center" valignment="top" width="0">
11291 <column alignment="center" valignment="top" width="0">
11292 <column alignment="center" valignment="top" width="0">
11293 <column alignment="center" valignment="top" width="0">
11294 <column alignment="center" valignment="top" width="0">
11295 <row>
11296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300 Command
11301 \end_layout
11302
11303 \end_inset
11304 </cell>
11305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11306 \begin_inset Text
11307
11308 \begin_layout Plain Layout
11309
11310 \backslash
11311 ,
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320
11321 \backslash
11322 :
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331
11332 \backslash
11333 ;
11334 \end_layout
11335
11336 \end_inset
11337 </cell>
11338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11339 \begin_inset Text
11340
11341 \begin_layout Plain Layout
11342
11343 \backslash
11344 quad
11345 \end_layout
11346
11347 \end_inset
11348 </cell>
11349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11350 \begin_inset Text
11351
11352 \begin_layout Plain Layout
11353
11354 \backslash
11355 qquad
11356 \end_layout
11357
11358 \end_inset
11359 </cell>
11360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11361 \begin_inset Text
11362
11363 \begin_layout Plain Layout
11364
11365 \backslash
11366 !
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 </row>
11372 <row>
11373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11374 \begin_inset Text
11375
11376 \begin_layout Plain Layout
11377 Number of 
11378 \family sans
11379 Space
11380 \family default
11381  keystrokes after inserting the protected space
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Plain Layout
11390 0
11391 \end_layout
11392
11393 \end_inset
11394 </cell>
11395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399 1
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408 2
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417 3
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Plain Layout
11426 4
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 5
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 </row>
11441 <row>
11442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Plain Layout
11446 Result
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455 \begin_inset Formula $A\, B$
11456 \end_inset
11457
11458
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467 \begin_inset Formula $A\: B$
11468 \end_inset
11469
11470
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 \begin_inset Formula $A\; B$
11480 \end_inset
11481
11482
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491 \begin_inset Formula $A\quad B$
11492 \end_inset
11493
11494
11495 \end_layout
11496
11497 \end_inset
11498 </cell>
11499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11500 \begin_inset Text
11501
11502 \begin_layout Plain Layout
11503 \begin_inset Formula $A\qquad B$
11504 \end_inset
11505
11506
11507 \end_layout
11508
11509 \end_inset
11510 </cell>
11511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Plain Layout
11515 \begin_inset Formula $A\! B$
11516 \end_inset
11517
11518
11519 \end_layout
11520
11521 \end_inset
11522 </cell>
11523 </row>
11524 </lyxtabular>
11525
11526 \end_inset
11527
11528
11529 \end_layout
11530
11531 \begin_layout Standard
11532 The last size seem to produce no space.
11533  It is displayed red in LyX contrary to the other sizes, because it is a
11534  negative space.
11535  There are two more negative spaces:
11536 \end_layout
11537
11538 \begin_layout Standard
11539 \align center
11540 \begin_inset Tabular
11541 <lyxtabular version="3" rows="3" columns="3">
11542 <features tabularvalignment="middle">
11543 <column alignment="center" valignment="middle" width="6.8cm">
11544 <column alignment="center" valignment="top" width="0pt">
11545 <column alignment="center" valignment="top" width="0pt">
11546 <row>
11547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11548 \begin_inset Text
11549
11550 \begin_layout Plain Layout
11551 Command
11552 \end_layout
11553
11554 \end_inset
11555 </cell>
11556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560
11561 \backslash
11562 negmedspace
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571
11572 \backslash
11573 negthickspace
11574 \end_layout
11575
11576 \end_inset
11577 </cell>
11578 </row>
11579 <row>
11580 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 Number of 
11585 \family sans
11586 Space
11587 \family default
11588  keystrokes after inserting the protected space
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11594 \begin_inset Text
11595
11596 \begin_layout Plain Layout
11597 6
11598 \end_layout
11599
11600 \end_inset
11601 </cell>
11602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11603 \begin_inset Text
11604
11605 \begin_layout Plain Layout
11606 7
11607 \end_layout
11608
11609 \end_inset
11610 </cell>
11611 </row>
11612 <row>
11613 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11614 \begin_inset Text
11615
11616 \begin_layout Plain Layout
11617 Result
11618 \end_layout
11619
11620 \end_inset
11621 </cell>
11622 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11623 \begin_inset Text
11624
11625 \begin_layout Plain Layout
11626 \begin_inset Formula $A\negmedspace B$
11627 \end_inset
11628
11629
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11635 \begin_inset Text
11636
11637 \begin_layout Plain Layout
11638 \begin_inset Formula $A\negthickspace B$
11639 \end_inset
11640
11641
11642 \end_layout
11643
11644 \end_inset
11645 </cell>
11646 </row>
11647 </lyxtabular>
11648
11649 \end_inset
11650
11651
11652 \end_layout
11653
11654 \begin_layout Standard
11655 Negative spaces can lead to characters overlapping each other.
11656  Thus they can be used to enforce ligatures, what is e.
11657 \begin_inset space \thinspace{}
11658 \end_inset
11659
11660 g.
11661 \begin_inset space \space{}
11662 \end_inset
11663
11664 useful for summation operators: 
11665 \end_layout
11666
11667 \begin_layout Standard
11668 \align center
11669 \begin_inset Tabular
11670 <lyxtabular version="3" rows="3" columns="2">
11671 <features tabularvalignment="middle">
11672 <column alignment="center" valignment="top" width="0">
11673 <column alignment="center" valignment="top" width="0">
11674 <row>
11675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11676 \begin_inset Text
11677
11678 \begin_layout Plain Layout
11679 Command
11680 \end_layout
11681
11682 \end_inset
11683 </cell>
11684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 Result
11689 \begin_inset Note Note
11690 status collapsed
11691
11692 \begin_layout Plain Layout
11693
11694 \series bold
11695
11696 \backslash
11697 raisebox
11698 \series default
11699  is only used as spacer.
11700 \end_layout
11701
11702 \end_inset
11703
11704
11705 \end_layout
11706
11707 \end_inset
11708 </cell>
11709 </row>
11710 <row>
11711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11712 \begin_inset Text
11713
11714 \begin_layout Plain Layout
11715
11716 \backslash
11717 sum
11718 \backslash
11719 sum
11720 \begin_inset ERT
11721 status collapsed
11722
11723 \begin_layout Plain Layout
11724
11725
11726 \backslash
11727 spce 
11728 \end_layout
11729
11730 \end_inset
11731
11732 f_kl
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11738 \begin_inset Text
11739
11740 \begin_layout Plain Layout
11741 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11742 \end_inset
11743
11744
11745 \end_layout
11746
11747 \end_inset
11748 </cell>
11749 </row>
11750 <row>
11751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11752 \begin_inset Text
11753
11754 \begin_layout Plain Layout
11755
11756 \backslash
11757 sum
11758 \backslash
11759 negmedspace
11760 \backslash
11761 sum
11762 \begin_inset ERT
11763 status collapsed
11764
11765 \begin_layout Plain Layout
11766
11767
11768 \backslash
11769 spce 
11770 \end_layout
11771
11772 \end_inset
11773
11774 f_kl
11775 \end_layout
11776
11777 \end_inset
11778 </cell>
11779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11780 \begin_inset Text
11781
11782 \begin_layout Plain Layout
11783 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11784 \end_inset
11785
11786
11787 \end_layout
11788
11789 \end_inset
11790 </cell>
11791 </row>
11792 </lyxtabular>
11793
11794 \end_inset
11795
11796
11797 \end_layout
11798
11799 \begin_layout Standard
11800 Relations like for example equal signs, are always surrounded by space.
11801  To suppress this, the equal sign is placed into a TeX-brace.
11802  The following example demonstrates this:
11803 \end_layout
11804
11805 \begin_layout Standard
11806 \align center
11807 \begin_inset Tabular
11808 <lyxtabular version="3" rows="2" columns="2">
11809 <features tabularvalignment="middle">
11810 <column alignment="center" valignment="top" width="0pt">
11811 <column alignment="center" valignment="top" width="0pt">
11812 <row>
11813 <cell alignment="center" valignment="top" usebox="none">
11814 \begin_inset Text
11815
11816 \begin_layout Plain Layout
11817 normal equation
11818 \end_layout
11819
11820 \end_inset
11821 </cell>
11822 <cell alignment="center" valignment="top" usebox="none">
11823 \begin_inset Text
11824
11825 \begin_layout Plain Layout
11826 \begin_inset Formula $A=B$
11827 \end_inset
11828
11829
11830 \end_layout
11831
11832 \end_inset
11833 </cell>
11834 </row>
11835 <row>
11836 <cell alignment="center" valignment="top" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Plain Layout
11840 \begin_inset Note Note
11841 status collapsed
11842
11843 \begin_layout Plain Layout
11844
11845 \series bold
11846
11847 \backslash
11848 raisebox
11849 \series default
11850  is only used as spacer.
11851 \end_layout
11852
11853 \end_inset
11854
11855
11856 \begin_inset Formula $\raisebox{5mm}{}$
11857 \end_inset
11858
11859 equation without space
11860 \end_layout
11861
11862 \end_inset
11863 </cell>
11864 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11865 \begin_inset Text
11866
11867 \begin_layout Plain Layout
11868 \begin_inset Formula $A{=}B$
11869 \end_inset
11870
11871
11872 \end_layout
11873
11874 \end_inset
11875 </cell>
11876 </row>
11877 </lyxtabular>
11878
11879 \end_inset
11880
11881
11882 \end_layout
11883
11884 \begin_layout Standard
11885 \noindent
11886 The command for the last formula is: 
11887 \series bold
11888 A
11889 \backslash
11890 {=
11891 \begin_inset Formula $\to$
11892 \end_inset
11893
11894 B
11895 \end_layout
11896
11897 \begin_layout Standard
11898 \begin_inset VSpace bigskip
11899 \end_inset
11900
11901 Spaces are needed for physical units, because the space between the value
11902  and the unit is the smallest one and not a normal space.
11903  For units in text, the smallest space is inserted via the menu 
11904 \family sans
11905 Insert\SpecialChar \menuseparator
11906 Formatting\SpecialChar \menuseparator
11907 Thin
11908 \begin_inset space ~
11909 \end_inset
11910
11911 Space
11912 \family default
11913  (shortcut 
11914 \begin_inset Info
11915 type  "shortcut"
11916 arg   "space-insert thin"
11917 \end_inset
11918
11919 ).
11920 \end_layout
11921
11922 \begin_layout Standard
11923 An example to visualize the difference:
11924 \end_layout
11925
11926 \begin_layout Standard
11927 \begin_inset Tabular
11928 <lyxtabular version="3" rows="2" columns="2">
11929 <features tabularvalignment="middle">
11930 <column alignment="left" valignment="top" width="0">
11931 <column alignment="left" valignment="top" width="0">
11932 <row>
11933 <cell alignment="center" valignment="top" usebox="none">
11934 \begin_inset Text
11935
11936 \begin_layout Plain Layout
11937 24 kW
11938 \begin_inset Formula $\cdot$
11939 \end_inset
11940
11941 h
11942 \end_layout
11943
11944 \end_inset
11945 </cell>
11946 <cell alignment="center" valignment="top" usebox="none">
11947 \begin_inset Text
11948
11949 \begin_layout Plain Layout
11950 space between value and unit
11951 \end_layout
11952
11953 \end_inset
11954 </cell>
11955 </row>
11956 <row>
11957 <cell alignment="center" valignment="top" usebox="none">
11958 \begin_inset Text
11959
11960 \begin_layout Plain Layout
11961 24
11962 \begin_inset space \thinspace{}
11963 \end_inset
11964
11965 kW
11966 \begin_inset Formula $\cdot$
11967 \end_inset
11968
11969 h
11970 \end_layout
11971
11972 \end_inset
11973 </cell>
11974 <cell alignment="center" valignment="top" usebox="none">
11975 \begin_inset Text
11976
11977 \begin_layout Plain Layout
11978 smallest space between value and unit
11979 \end_layout
11980
11981 \end_inset
11982 </cell>
11983 </row>
11984 </lyxtabular>
11985
11986 \end_inset
11987
11988
11989 \end_layout
11990
11991 \begin_layout Subsection
11992 Variable Space
11993 \begin_inset ERT
11994 status collapsed
11995
11996 \begin_layout Plain Layout
11997
11998
11999 \backslash
12000 texorpdfstring{
12001 \end_layout
12002
12003 \end_inset
12004
12005
12006 \begin_inset Foot
12007 status collapsed
12008
12009 \begin_layout Plain Layout
12010 for vertical space in formulas see 
12011 \begin_inset CommandInset ref
12012 LatexCommand ref
12013 reference "sub:Line-Separation"
12014
12015 \end_inset
12016
12017
12018 \end_layout
12019
12020 \end_inset
12021
12022
12023 \begin_inset ERT
12024 status collapsed
12025
12026 \begin_layout Plain Layout
12027
12028 }{}
12029 \end_layout
12030
12031 \end_inset
12032
12033
12034 \begin_inset Note Note
12035 status collapsed
12036
12037 \begin_layout Plain Layout
12038
12039 \backslash
12040 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
12041 \end_layout
12042
12043 \begin_layout Plain Layout
12044 More about 
12045 \backslash
12046 texorpdfstring is in section 
12047 \begin_inset CommandInset ref
12048 LatexCommand ref
12049 reference "sub:Formulas-in-Section"
12050
12051 \end_inset
12052
12053 .
12054 \end_layout
12055
12056 \end_inset
12057
12058
12059 \begin_inset CommandInset label
12060 LatexCommand label
12061 name "sub:Variable-Space"
12062
12063 \end_inset
12064
12065
12066 \begin_inset Index idx
12067 status collapsed
12068
12069 \begin_layout Plain Layout
12070 Space ! horizontal ! variable
12071 \end_layout
12072
12073 \end_inset
12074
12075
12076 \end_layout
12077
12078 \begin_layout Standard
12079 Space with a defined length can be inserted with the command 
12080 \series bold
12081
12082 \backslash
12083 hspace
12084 \series default
12085
12086 \begin_inset Index idx
12087 status collapsed
12088
12089 \begin_layout Plain Layout
12090 Commands ! H ! 
12091 \backslash
12092 hspace
12093 \end_layout
12094
12095 \end_inset
12096
12097 .
12098  Then a long 
12099 \begin_inset Quotes eld
12100 \end_inset
12101
12102
12103 \color blue
12104
12105 \begin_inset ERT
12106 status collapsed
12107
12108 \begin_layout Plain Layout
12109
12110
12111 \backslash
12112 spce 
12113 \end_layout
12114
12115 \end_inset
12116
12117
12118 \color inherit
12119
12120 \begin_inset Quotes erd
12121 \end_inset
12122
12123  appears.
12124  The length can be specified by left-clicking on the 
12125 \begin_inset Quotes eld
12126 \end_inset
12127
12128
12129 \color blue
12130
12131 \begin_inset ERT
12132 status collapsed
12133
12134 \begin_layout Plain Layout
12135
12136
12137 \backslash
12138 spce 
12139 \end_layout
12140
12141 \end_inset
12142
12143
12144 \color inherit
12145
12146 \begin_inset Quotes erd
12147 \end_inset
12148
12149 .
12150  The length may also be negative.
12151  To insert so many space that the formula uses all available space, the
12152  command 
12153 \series bold
12154
12155 \backslash
12156 hfill
12157 \series default
12158
12159 \begin_inset Index idx
12160 status collapsed
12161
12162 \begin_layout Plain Layout
12163 Commands ! H ! 
12164 \backslash
12165 hfill
12166 \end_layout
12167
12168 \end_inset
12169
12170  is used.
12171 \end_layout
12172
12173 \begin_layout Standard
12174 \begin_inset VSpace -1mm
12175 \end_inset
12176
12177
12178 \end_layout
12179
12180 \begin_layout Standard
12181 \align center
12182 \begin_inset Tabular
12183 <lyxtabular version="3" rows="4" columns="2">
12184 <features tabularvalignment="middle">
12185 <column alignment="center" valignment="top" width="0">
12186 <column alignment="center" valignment="top" width="0">
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 Command (
12193 \backslash
12194 hspace length)
12195 \end_layout
12196
12197 \end_inset
12198 </cell>
12199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12200 \begin_inset Text
12201
12202 \begin_layout Plain Layout
12203 Result
12204 \end_layout
12205
12206 \end_inset
12207 </cell>
12208 </row>
12209 <row>
12210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12211 \begin_inset Text
12212
12213 \begin_layout Plain Layout
12214 A=B
12215 \backslash
12216 hspace
12217 \begin_inset ERT
12218 status collapsed
12219
12220 \begin_layout Plain Layout
12221
12222
12223 \backslash
12224 spce 
12225 \end_layout
12226
12227 \end_inset
12228
12229
12230 \begin_inset Formula $\to$
12231 \end_inset
12232
12233 A
12234 \backslash
12235 not=C (3
12236 \begin_inset space \thinspace{}
12237 \end_inset
12238
12239 cm)
12240 \end_layout
12241
12242 \end_inset
12243 </cell>
12244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12245 \begin_inset Text
12246
12247 \begin_layout Plain Layout
12248 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12249 \end_inset
12250
12251
12252 \end_layout
12253
12254 \end_inset
12255 </cell>
12256 </row>
12257 <row>
12258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12259 \begin_inset Text
12260
12261 \begin_layout Plain Layout
12262 A
12263 \backslash
12264 hspace
12265 \begin_inset ERT
12266 status collapsed
12267
12268 \begin_layout Plain Layout
12269
12270
12271 \backslash
12272 spce 
12273 \end_layout
12274
12275 \end_inset
12276
12277
12278 \begin_inset Formula $\to$
12279 \end_inset
12280
12281 A
12282 \backslash
12283 not=A (-1
12284 \begin_inset space \thinspace{}
12285 \end_inset
12286
12287 mm)
12288 \end_layout
12289
12290 \end_inset
12291 </cell>
12292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12293 \begin_inset Text
12294
12295 \begin_layout Plain Layout
12296 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12297 \end_inset
12298
12299
12300 \end_layout
12301
12302 \end_inset
12303 </cell>
12304 </row>
12305 <row>
12306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12307 \begin_inset Text
12308
12309 \begin_layout Plain Layout
12310 A=A
12311 \backslash
12312 hfill
12313 \begin_inset ERT
12314 status collapsed
12315
12316 \begin_layout Plain Layout
12317
12318
12319 \backslash
12320 spce 
12321 \end_layout
12322
12323 \end_inset
12324
12325 B=B
12326 \end_layout
12327
12328 \end_inset
12329 </cell>
12330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12331 \begin_inset Text
12332
12333 \begin_layout Plain Layout
12334 \begin_inset Formula $A=A\hfill B=B$
12335 \end_inset
12336
12337
12338 \end_layout
12339
12340 \end_inset
12341 </cell>
12342 </row>
12343 </lyxtabular>
12344
12345 \end_inset
12346
12347
12348 \end_layout
12349
12350 \begin_layout Standard
12351 In the last example the available space is given by the longest column entry
12352  of the table.
12353  In an inline formula the space depends on the length of the line in which
12354  
12355 \series bold
12356
12357 \backslash
12358 hfill
12359 \series default
12360  is inserted.
12361  Thus, when the line uses the full width, no space will be created.
12362  
12363 \series bold
12364
12365 \backslash
12366 hfill
12367 \series default
12368  only has an effect on displayed formulas when the formula style 
12369 \series bold
12370 Indented
12371 \series default
12372  is used.
12373  (Formula styles are explained in 
12374 \begin_inset CommandInset ref
12375 LatexCommand ref
12376 reference "sec:Formula-Styles"
12377
12378 \end_inset
12379
12380 .)
12381 \end_layout
12382
12383 \begin_layout Standard
12384 Besides 
12385 \series bold
12386
12387 \backslash
12388 hfill
12389 \series default
12390 , there are the commands 
12391 \series bold
12392
12393 \backslash
12394 dotfill
12395 \series default
12396  and 
12397 \series bold
12398
12399 \backslash
12400 hrulefill
12401 \series default
12402  that fill the space with a pattern, see 
12403 \begin_inset CommandInset ref
12404 LatexCommand ref
12405 reference "sub:Ellipses"
12406
12407 \end_inset
12408
12409  for an example.
12410 \end_layout
12411
12412 \begin_layout Standard
12413 For text, variable space can be inserted via the menu 
12414 \family sans
12415 Insert\SpecialChar \menuseparator
12416 Formatting\SpecialChar \menuseparator
12417 Horizontal
12418 \begin_inset space ~
12419 \end_inset
12420
12421 Space
12422 \family default
12423 :
12424 \end_layout
12425
12426 \begin_layout Standard
12427 This is a line with
12428 \begin_inset space \hspace{}
12429 \length 2cm
12430 \end_inset
12431
12432 2
12433 \begin_inset space \thinspace{}
12434 \end_inset
12435
12436 cm space.
12437 \end_layout
12438
12439 \begin_layout Standard
12440 This is a line with
12441 \begin_inset space \hfill{}
12442 \end_inset
12443
12444 maximum space.
12445 \end_layout
12446
12447 \begin_layout Subsection
12448 Space besides inline Formulas
12449 \begin_inset Index idx
12450 status collapsed
12451
12452 \begin_layout Plain Layout
12453 Space ! besides inline formulas
12454 \end_layout
12455
12456 \end_inset
12457
12458
12459 \end_layout
12460
12461 \begin_layout Standard
12462 The space that surrounds inline formulas can be adjusted with the length
12463  
12464 \series bold
12465
12466 \backslash
12467 mathsurround
12468 \series default
12469
12470 \begin_inset Index idx
12471 status collapsed
12472
12473 \begin_layout Plain Layout
12474 Commands ! M ! 
12475 \backslash
12476 mathsurround
12477 \end_layout
12478
12479 \end_inset
12480
12481 .
12482  The value of a length is set with the command 
12483 \series bold
12484
12485 \backslash
12486 setlength
12487 \series default
12488
12489 \begin_inset Index idx
12490 status collapsed
12491
12492 \begin_layout Plain Layout
12493 Commands ! S ! 
12494 \backslash
12495 setlength
12496 \end_layout
12497
12498 \end_inset
12499
12500  that has the following scheme:
12501 \end_layout
12502
12503 \begin_layout Standard
12504
12505 \series bold
12506
12507 \backslash
12508 setlength{length name}{value}
12509 \end_layout
12510
12511 \begin_layout Standard
12512 To set 
12513 \series bold
12514
12515 \backslash
12516 mathsurround
12517 \series default
12518  to the value 5
12519 \begin_inset space \thinspace{}
12520 \end_inset
12521
12522 mm, the command
12523 \end_layout
12524
12525 \begin_layout Standard
12526
12527 \series bold
12528
12529 \backslash
12530 setlength{
12531 \backslash
12532 mathsurround}{5mm}
12533 \end_layout
12534
12535 \begin_layout Standard
12536 is inserted in TeX-mode.
12537  5
12538 \begin_inset space \thinspace{}
12539 \end_inset
12540
12541 mm space will now be set around all inline formulas:
12542 \begin_inset ERT
12543 status collapsed
12544
12545 \begin_layout Plain Layout
12546
12547
12548 \backslash
12549 setlength{
12550 \backslash
12551 mathsurround}{5mm}
12552 \end_layout
12553
12554 \end_inset
12555
12556
12557 \end_layout
12558
12559 \begin_layout Standard
12560 This is a line with an inline formula 
12561 \begin_inset Formula $A=B$
12562 \end_inset
12563
12564  with 5
12565 \begin_inset space \thinspace{}
12566 \end_inset
12567
12568 mm surrounding space.
12569 \begin_inset ERT
12570 status collapsed
12571
12572 \begin_layout Plain Layout
12573
12574
12575 \backslash
12576 setlength{
12577 \backslash
12578 mathsurround}{0pt}
12579 \end_layout
12580
12581 \end_inset
12582
12583
12584 \end_layout
12585
12586 \begin_layout Standard
12587 To return to the predefined value, 
12588 \series bold
12589
12590 \backslash
12591 mathsurround
12592 \series default
12593  is set to the value 0
12594 \begin_inset space \thinspace{}
12595 \end_inset
12596
12597 pt.
12598 \end_layout
12599
12600 \begin_layout Section
12601 Boxes and Frames
12602 \begin_inset Index idx
12603 status collapsed
12604
12605 \begin_layout Plain Layout
12606 Boxes
12607 \end_layout
12608
12609 \end_inset
12610
12611
12612 \begin_inset Index idx
12613 status collapsed
12614
12615 \begin_layout Plain Layout
12616 Frames | see
12617 \begin_inset ERT
12618 status collapsed
12619
12620 \begin_layout Plain Layout
12621
12622 {
12623 \end_layout
12624
12625 \end_inset
12626
12627 Boxes
12628 \begin_inset ERT
12629 status collapsed
12630
12631 \begin_layout Plain Layout
12632
12633 }
12634 \end_layout
12635
12636 \end_inset
12637
12638
12639 \end_layout
12640
12641 \end_inset
12642
12643
12644 \end_layout
12645
12646 \begin_layout Standard
12647 Boxes for text are described in chapter 
12648 \family typewriter
12649 Boxes
12650 \family default
12651  in the 
12652 \family typewriter
12653 Embedded
12654 \begin_inset space ~
12655 \end_inset
12656
12657 Objects
12658 \family default
12659  manual.
12660 \end_layout
12661
12662 \begin_layout Subsection
12663 Boxes with Frame
12664 \begin_inset CommandInset label
12665 LatexCommand label
12666 name "sub:Boxes-with-Frame"
12667
12668 \end_inset
12669
12670
12671 \begin_inset Index idx
12672 status collapsed
12673
12674 \begin_layout Plain Layout
12675 Boxes ! with frame
12676 \end_layout
12677
12678 \end_inset
12679
12680
12681 \end_layout
12682
12683 \begin_layout Standard
12684 It is possible to frame formulas or parts of it with the commands 
12685 \series bold
12686
12687 \backslash
12688 fbox
12689 \series default
12690
12691 \begin_inset Index idx
12692 status collapsed
12693
12694 \begin_layout Plain Layout
12695 Commands ! F ! 
12696 \backslash
12697 fbox
12698 \end_layout
12699
12700 \end_inset
12701
12702  and 
12703 \series bold
12704
12705 \backslash
12706 boxed
12707 \series default
12708
12709 \begin_inset Index idx
12710 status collapsed
12711
12712 \begin_layout Plain Layout
12713 Commands ! B ! 
12714 \backslash
12715 boxed
12716 \end_layout
12717
12718 \end_inset
12719
12720 .
12721 \end_layout
12722
12723 \begin_layout Standard
12724 When one of these commands is inserted to a formula, a blue box appears
12725  within a frame to enter formula parts.
12726  For 
12727 \series bold
12728
12729 \backslash
12730 fbox
12731 \series default
12732  an additional formula has to be created by 
12733 \family sans
12734 Ctrl+M
12735 \family default
12736  within this box, because the box content will otherwise be treated as mathemati
12737 cal text.
12738  When 
12739 \series bold
12740
12741 \backslash
12742 boxed
12743 \series default
12744  is used, a new formula is automatically created inside the frame.
12745 \end_layout
12746
12747 \begin_layout Standard
12748 The command 
12749 \series bold
12750
12751 \backslash
12752 fbox
12753 \series default
12754  is not suitable to frame displayed formulas because the formula will always
12755  be set in the size of the text.
12756  
12757 \series bold
12758
12759 \backslash
12760 boxed
12761 \series default
12762  is in contrary not suitable to frame inline formulas, because the formula
12763  will always be set in the size of a displayed formula.
12764 \end_layout
12765
12766 \begin_layout Standard
12767 As extension to 
12768 \series bold
12769
12770 \backslash
12771 fbox
12772 \series default
12773  there is the command 
12774 \series bold
12775
12776 \backslash
12777 framebox
12778 \series default
12779
12780 \begin_inset Index idx
12781 status collapsed
12782
12783 \begin_layout Plain Layout
12784 Commands ! F ! 
12785 \backslash
12786 framebox
12787 \end_layout
12788
12789 \end_inset
12790
12791  where additionally the frame width and the alignment can be specified.
12792  
12793 \series bold
12794
12795 \backslash
12796 framebox
12797 \series default
12798  is used in the following scheme:
12799 \end_layout
12800
12801 \begin_layout Standard
12802
12803 \series bold
12804
12805 \backslash
12806 framebox[frame width][position]{box content}
12807 \end_layout
12808
12809 \begin_layout Standard
12810 The position can either be 
12811 \emph on
12812 l
12813 \emph default
12814  or 
12815 \emph on
12816 r
12817 \emph default
12818 .
12819  
12820 \emph on
12821 l
12822 \emph default
12823  left aligns, 
12824 \emph on
12825 r
12826 \emph default
12827  right aligns the formula in the box.
12828  When no position is given, the formula will be centered.
12829 \begin_inset Newline newline
12830 \end_inset
12831
12832 Is no width given, also no position can be given.
12833  In this case the frame width is adjusted to the box content like for 
12834 \series bold
12835
12836 \backslash
12837 fbox
12838 \series default
12839 .
12840 \end_layout
12841
12842 \begin_layout Standard
12843 When the command 
12844 \series bold
12845
12846 \backslash
12847 framebox
12848 \series default
12849  is inserted, a box appears containing three blue boxes.
12850  The first two boxes are surrounded by brackets and denote the two optional
12851  arguments.
12852  The third box is for formula parts like for 
12853 \series bold
12854
12855 \backslash
12856 fbox
12857 \series default
12858 .
12859 \end_layout
12860
12861 \begin_layout Standard
12862 \align center
12863 \begin_inset Tabular
12864 <lyxtabular version="3" rows="5" columns="2">
12865 <features tabularvalignment="middle">
12866 <column alignment="center" valignment="top" width="0">
12867 <column alignment="center" valignment="top" width="0">
12868 <row>
12869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12870 \begin_inset Text
12871
12872 \begin_layout Plain Layout
12873 Command
12874 \end_layout
12875
12876 \end_inset
12877 </cell>
12878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12879 \begin_inset Text
12880
12881 \begin_layout Plain Layout
12882 Result
12883 \begin_inset Note Note
12884 status collapsed
12885
12886 \begin_layout Plain Layout
12887
12888 \series bold
12889
12890 \backslash
12891 raisebox
12892 \series default
12893  is only used as spacer.
12894 \end_layout
12895
12896 \end_inset
12897
12898
12899 \end_layout
12900
12901 \end_inset
12902 </cell>
12903 </row>
12904 <row>
12905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12906 \begin_inset Text
12907
12908 \begin_layout Plain Layout
12909
12910 \backslash
12911 fbox
12912 \begin_inset ERT
12913 status collapsed
12914
12915 \begin_layout Plain Layout
12916
12917
12918 \backslash
12919 spce 
12920 \end_layout
12921
12922 \end_inset
12923
12924
12925 \family sans
12926 Ctrl+M
12927 \family default
12928  
12929 \backslash
12930 int
12931 \begin_inset ERT
12932 status collapsed
12933
12934 \begin_layout Plain Layout
12935
12936
12937 \backslash
12938 spce 
12939 \end_layout
12940
12941 \end_inset
12942
12943 A=B
12944 \end_layout
12945
12946 \end_inset
12947 </cell>
12948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12949 \begin_inset Text
12950
12951 \begin_layout Plain Layout
12952 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12953 \end_inset
12954
12955
12956 \end_layout
12957
12958 \end_inset
12959 </cell>
12960 </row>
12961 <row>
12962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12963 \begin_inset Text
12964
12965 \begin_layout Plain Layout
12966
12967 \backslash
12968 boxed
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
12982 \backslash
12983 int
12984 \begin_inset ERT
12985 status collapsed
12986
12987 \begin_layout Plain Layout
12988
12989
12990 \backslash
12991 spce 
12992 \end_layout
12993
12994 \end_inset
12995
12996 A=B
12997 \end_layout
12998
12999 \end_inset
13000 </cell>
13001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13002 \begin_inset Text
13003
13004 \begin_layout Plain Layout
13005 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13006 \end_inset
13007
13008
13009 \end_layout
13010
13011 \end_inset
13012 </cell>
13013 </row>
13014 <row>
13015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13016 \begin_inset Text
13017
13018 \begin_layout Plain Layout
13019 A+
13020 \backslash
13021 fbox
13022 \begin_inset ERT
13023 status collapsed
13024
13025 \begin_layout Plain Layout
13026
13027
13028 \backslash
13029 spce 
13030 \end_layout
13031
13032 \end_inset
13033
13034 B
13035 \end_layout
13036
13037 \end_inset
13038 </cell>
13039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13040 \begin_inset Text
13041
13042 \begin_layout Plain Layout
13043 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13044 \end_inset
13045
13046
13047 \end_layout
13048
13049 \end_inset
13050 </cell>
13051 </row>
13052 <row>
13053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13054 \begin_inset Text
13055
13056 \begin_layout Plain Layout
13057
13058 \backslash
13059 framebox
13060 \begin_inset ERT
13061 status collapsed
13062
13063 \begin_layout Plain Layout
13064
13065
13066 \backslash
13067 spce 
13068 \end_layout
13069
13070 \end_inset
13071
13072 20mm
13073 \begin_inset Formula $\to$
13074 \end_inset
13075
13076
13077 \begin_inset Formula $\to$
13078 \end_inset
13079
13080
13081 \family sans
13082 Ctrl+M
13083 \family default
13084  
13085 \backslash
13086 frac
13087 \begin_inset ERT
13088 status collapsed
13089
13090 \begin_layout Plain Layout
13091
13092
13093 \backslash
13094 spce 
13095 \end_layout
13096
13097 \end_inset
13098
13099 A
13100 \begin_inset Formula $\downarrow$
13101 \end_inset
13102
13103 B
13104 \end_layout
13105
13106 \end_inset
13107 </cell>
13108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13109 \begin_inset Text
13110
13111 \begin_layout Plain Layout
13112 \begin_inset Formula $\raisebox{6mm}{}$
13113 \end_inset
13114
13115
13116 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13117 \end_inset
13118
13119
13120 \begin_inset Formula $\raisebox{-4mm}{}$
13121 \end_inset
13122
13123
13124 \end_layout
13125
13126 \end_inset
13127 </cell>
13128 </row>
13129 </lyxtabular>
13130
13131 \end_inset
13132
13133
13134 \end_layout
13135
13136 \begin_layout Standard
13137 The frame thickness can also be adjusted.
13138  To do this the following commands have to be inserted in TeX-mode before
13139  the formula
13140 \end_layout
13141
13142 \begin_layout Standard
13143
13144 \series bold
13145
13146 \backslash
13147 fboxrule
13148 \series default
13149  
13150 \series bold
13151
13152 \begin_inset Quotes eld
13153 \end_inset
13154
13155 thickness
13156 \begin_inset Quotes erd
13157 \end_inset
13158
13159
13160 \series default
13161  
13162 \series bold
13163
13164 \backslash
13165 fboxsep
13166 \series default
13167  
13168 \series bold
13169
13170 \begin_inset Quotes eld
13171 \end_inset
13172
13173 distance
13174 \begin_inset Quotes erd
13175 \end_inset
13176
13177
13178 \end_layout
13179
13180 \begin_layout Standard
13181 \begin_inset Quotes eld
13182 \end_inset
13183
13184 distance
13185 \begin_inset Quotes erd
13186 \end_inset
13187
13188  specifies the minimal distance between the frame and the first character
13189  in the box.
13190  An example for this is the following framed formula:
13191 \begin_inset ERT
13192 status collapsed
13193
13194 \begin_layout Plain Layout
13195
13196
13197 \backslash
13198 fboxrule 2mm 
13199 \backslash
13200 fboxsep 3mm
13201 \end_layout
13202
13203 \end_inset
13204
13205
13206 \begin_inset Formula 
13207 \[
13208 \boxed{A+B=C}
13209 \]
13210
13211 \end_inset
13212
13213 Before this formula the commands
13214 \end_layout
13215
13216 \begin_layout Standard
13217
13218 \series bold
13219
13220 \backslash
13221 fboxrule
13222 \series default
13223  
13224 \series bold
13225 2mm
13226 \series default
13227  
13228 \series bold
13229
13230 \backslash
13231 fboxsep
13232 \series default
13233  
13234 \series bold
13235 3mm
13236 \end_layout
13237
13238 \begin_layout Standard
13239 were inserted in TeX-mode.
13240  The given values are used for all following boxes.
13241 \end_layout
13242
13243 \begin_layout Standard
13244 To return to the standard frame size, the command
13245 \end_layout
13246
13247 \begin_layout Standard
13248
13249 \series bold
13250
13251 \backslash
13252 fboxrule
13253 \series default
13254  
13255 \series bold
13256 0.4pt
13257 \series default
13258  
13259 \series bold
13260
13261 \backslash
13262 fboxsep
13263 \series default
13264  
13265 \series bold
13266 3pt
13267 \series default
13268
13269 \begin_inset ERT
13270 status collapsed
13271
13272 \begin_layout Plain Layout
13273
13274
13275 \backslash
13276 fboxrule 0.4pt 
13277 \backslash
13278 fboxsep 3pt
13279 \end_layout
13280
13281 \end_inset
13282
13283
13284 \end_layout
13285
13286 \begin_layout Standard
13287 is inserted in TeX-mode before the next formula.
13288 \end_layout
13289
13290 \begin_layout Subsection
13291 Boxes without Frame
13292 \begin_inset CommandInset label
13293 LatexCommand label
13294 name "sub:Boxes-without-Frame"
13295
13296 \end_inset
13297
13298
13299 \begin_inset Index idx
13300 status collapsed
13301
13302 \begin_layout Plain Layout
13303 Boxes ! without frame
13304 \end_layout
13305
13306 \end_inset
13307
13308
13309 \end_layout
13310
13311 \begin_layout Standard
13312 For boxes without a frame there are the following box commands: 
13313 \series bold
13314
13315 \backslash
13316 mbox
13317 \series default
13318
13319 \begin_inset Index idx
13320 status collapsed
13321
13322 \begin_layout Plain Layout
13323 Commands ! M ! 
13324 \backslash
13325 mbox
13326 \end_layout
13327
13328 \end_inset
13329
13330
13331 \series bold
13332
13333 \backslash
13334 makebox
13335 \series default
13336
13337 \begin_inset Index idx
13338 status collapsed
13339
13340 \begin_layout Plain Layout
13341 Commands ! M ! 
13342 \backslash
13343 makebox
13344 \end_layout
13345
13346 \end_inset
13347
13348  and 
13349 \series bold
13350
13351 \backslash
13352 raisebox
13353 \series default
13354
13355 \begin_inset Index idx
13356 status collapsed
13357
13358 \begin_layout Plain Layout
13359 Commands ! R ! 
13360 \backslash
13361 raisebox
13362 \end_layout
13363
13364 \end_inset
13365
13366
13367 \end_layout
13368
13369 \begin_layout Standard
13370 With 
13371 \series bold
13372
13373 \backslash
13374 raisebox
13375 \series default
13376  a box can be super- or subscripted.
13377  But in contrary to normal super- and subscripting, the characters in the
13378  box keep their font size.
13379  
13380 \series bold
13381
13382 \backslash
13383 raisebox
13384 \series default
13385  is used in the following scheme:
13386 \end_layout
13387
13388 \begin_layout Standard
13389
13390 \series bold
13391
13392 \backslash
13393 raisebox{height}{box content}
13394 \end_layout
13395
13396 \begin_layout Standard
13397 When the box should contain a formula, an extra formula is needed like for
13398  
13399 \series bold
13400
13401 \backslash
13402 fbox
13403 \series default
13404 .
13405  
13406 \series medium
13407
13408 \begin_inset Note Greyedout
13409 status open
13410
13411 \begin_layout Plain Layout
13412
13413 \series bold
13414 Note:
13415 \series default
13416  For 
13417 \series bold
13418
13419 \backslash
13420 raisebox
13421 \series default
13422  this extra formula is created by pressing 
13423 \family sans
13424 Ctrl+M
13425 \family default
13426  twice instead of once because LyX doesn't yet support 
13427 \series bold
13428
13429 \backslash
13430 raisebox
13431 \series default
13432  directly.
13433 \end_layout
13434
13435 \end_inset
13436
13437
13438 \end_layout
13439
13440 \begin_layout Standard
13441 \align center
13442 \begin_inset Tabular
13443 <lyxtabular version="3" rows="4" columns="2">
13444 <features tabularvalignment="middle">
13445 <column alignment="center" valignment="top" width="0">
13446 <column alignment="center" valignment="top" width="0">
13447 <row>
13448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13449 \begin_inset Text
13450
13451 \begin_layout Plain Layout
13452 Command
13453 \end_layout
13454
13455 \end_inset
13456 </cell>
13457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13458 \begin_inset Text
13459
13460 \begin_layout Plain Layout
13461 Result
13462 \end_layout
13463
13464 \end_inset
13465 </cell>
13466 </row>
13467 <row>
13468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13469 \begin_inset Text
13470
13471 \begin_layout Plain Layout
13472 H
13473 \backslash
13474 raisebox{2mm
13475 \begin_inset Formula $\to$
13476 \end_inset
13477
13478
13479 \backslash
13480 {al
13481 \begin_inset Formula $\to$
13482 \end_inset
13483
13484  lo
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13490 \begin_inset Text
13491
13492 \begin_layout Plain Layout
13493 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13494 \end_inset
13495
13496
13497 \end_layout
13498
13499 \end_inset
13500 </cell>
13501 </row>
13502 <row>
13503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13504 \begin_inset Text
13505
13506 \begin_layout Plain Layout
13507 H
13508 \backslash
13509 raisebox{-2mm
13510 \begin_inset Formula $\to$
13511 \end_inset
13512
13513
13514 \backslash
13515 {al
13516 \begin_inset Formula $\to$
13517 \end_inset
13518
13519 lo
13520 \end_layout
13521
13522 \end_inset
13523 </cell>
13524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13525 \begin_inset Text
13526
13527 \begin_layout Plain Layout
13528 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13529 \end_inset
13530
13531
13532 \end_layout
13533
13534 \end_inset
13535 </cell>
13536 </row>
13537 <row>
13538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13539 \begin_inset Text
13540
13541 \begin_layout Plain Layout
13542 A=
13543 \backslash
13544 raisebox{-2mm
13545 \begin_inset Formula $\to$
13546 \end_inset
13547
13548
13549 \backslash
13550 {
13551 \family sans
13552 Ctrl+M
13553 \family default
13554  
13555 \family sans
13556 Ctrl+M
13557 \family default
13558  
13559 \backslash
13560 sqrt
13561 \begin_inset ERT
13562 status collapsed
13563
13564 \begin_layout Plain Layout
13565
13566
13567 \backslash
13568 spce 
13569 \end_layout
13570
13571 \end_inset
13572
13573
13574 \end_layout
13575
13576 \end_inset
13577 </cell>
13578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13579 \begin_inset Text
13580
13581 \begin_layout Plain Layout
13582 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13583 \end_inset
13584
13585
13586 \end_layout
13587
13588 \end_inset
13589 </cell>
13590 </row>
13591 </lyxtabular>
13592
13593 \end_inset
13594
13595
13596 \end_layout
13597
13598 \begin_layout Standard
13599 The command 
13600 \series bold
13601
13602 \backslash
13603 mbox
13604 \series default
13605  is equivalent to 
13606 \series bold
13607
13608 \backslash
13609 fbox
13610 \series default
13611  and 
13612 \series bold
13613
13614 \backslash
13615 makebox
13616 \series default
13617  is equivalent to 
13618 \series bold
13619
13620 \backslash
13621 framebox
13622 \series default
13623 , with the difference that there is no frame.
13624 \end_layout
13625
13626 \begin_layout Subsection
13627 Colored Boxes
13628 \begin_inset CommandInset label
13629 LatexCommand label
13630 name "sub:Colored-Boxes"
13631
13632 \end_inset
13633
13634
13635 \begin_inset Index idx
13636 status collapsed
13637
13638 \begin_layout Plain Layout
13639 Boxes ! colored
13640 \end_layout
13641
13642 \end_inset
13643
13644
13645 \end_layout
13646
13647 \begin_layout Standard
13648 To be able to use all commands explained in this section, the LaTeX-package
13649  
13650 \series bold
13651 color
13652 \series default
13653
13654 \begin_inset Foot
13655 status collapsed
13656
13657 \begin_layout Plain Layout
13658 The LaTeX-package 
13659 \series bold
13660 color
13661 \series default
13662  is part of every LaTeX standard installation.
13663 \end_layout
13664
13665 \end_inset
13666
13667
13668 \begin_inset Index idx
13669 status collapsed
13670
13671 \begin_layout Plain Layout
13672 Packages ! color
13673 \end_layout
13674
13675 \end_inset
13676
13677  has to be loaded in the LaTeX-preamble with the line
13678 \begin_inset Foot
13679 status collapsed
13680
13681 \begin_layout Plain Layout
13682 When text is colored somewhere in the document with a predefined color,
13683  LyX loads the LaTeX-package 
13684 \series bold
13685 color
13686 \series default
13687  automatically.
13688  Thus it is possible that the package is loaded twice, but this doesn't
13689  arise problems.
13690 \end_layout
13691
13692 \end_inset
13693
13694
13695 \begin_inset Note Note
13696 status collapsed
13697
13698 \begin_layout Plain Layout
13699 To avoid that the package is loaded twice, a macro was inserted to the LaTeX-pre
13700 amble.
13701 \end_layout
13702
13703 \end_inset
13704
13705
13706 \end_layout
13707
13708 \begin_layout Standard
13709
13710 \series bold
13711
13712 \backslash
13713 usepackage{color}
13714 \end_layout
13715
13716 \begin_layout Standard
13717 \begin_inset VSpace medskip
13718 \end_inset
13719
13720 To color boxes, the command 
13721 \series bold
13722
13723 \backslash
13724 colorbox
13725 \series default
13726
13727 \begin_inset Index idx
13728 status collapsed
13729
13730 \begin_layout Plain Layout
13731 Commands ! C ! 
13732 \backslash
13733 colorbox
13734 \end_layout
13735
13736 \end_inset
13737
13738  is used in the following scheme:
13739 \end_layout
13740
13741 \begin_layout Standard
13742
13743 \series bold
13744
13745 \backslash
13746 colorbox{color}{box content}
13747 \end_layout
13748
13749 \begin_layout Standard
13750 The box content can also be a box and a 
13751 \series bold
13752
13753 \backslash
13754 colorbox
13755 \series default
13756  can also be part of another box (see the 2nd and 3rd example).
13757  When the box should contain a formula, an extra formula has to be created,
13758  the same way as for 
13759 \series bold
13760
13761 \backslash
13762 raisebox
13763 \series default
13764 .
13765 \begin_inset Foot
13766 status collapsed
13767
13768 \begin_layout Plain Layout
13769 This also applies for the command 
13770 \series bold
13771
13772 \backslash
13773 fcolorbox
13774 \series default
13775 .
13776 \end_layout
13777
13778 \end_inset
13779
13780
13781 \end_layout
13782
13783 \begin_layout Standard
13784 One of the following predefined colors can be chosen:
13785 \end_layout
13786
13787 \begin_layout Standard
13788
13789 \series bold
13790 black
13791 \series default
13792
13793 \series bold
13794 blue
13795 \series default
13796
13797 \series bold
13798 cyan
13799 \series default
13800
13801 \series bold
13802 green
13803 \series default
13804
13805 \series bold
13806 magenta
13807 \series default
13808
13809 \series bold
13810 red
13811 \series default
13812
13813 \series bold
13814 white
13815 \series default
13816  and 
13817 \series bold
13818 yellow
13819 \end_layout
13820
13821 \begin_layout Standard
13822 \align center
13823 \begin_inset Tabular
13824 <lyxtabular version="3" rows="4" columns="2">
13825 <features tabularvalignment="middle">
13826 <column alignment="center" valignment="top" width="0">
13827 <column alignment="center" valignment="top" width="0">
13828 <row>
13829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13830 \begin_inset Text
13831
13832 \begin_layout Plain Layout
13833 Command
13834 \end_layout
13835
13836 \end_inset
13837 </cell>
13838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13839 \begin_inset Text
13840
13841 \begin_layout Plain Layout
13842 Result
13843 \begin_inset Note Note
13844 status collapsed
13845
13846 \begin_layout Plain Layout
13847
13848 \series bold
13849
13850 \backslash
13851 raisebox
13852 \series default
13853  is only used as spacer.
13854 \end_layout
13855
13856 \end_inset
13857
13858
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 </row>
13864 <row>
13865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Plain Layout
13869
13870 \backslash
13871 colorbox{yellow
13872 \begin_inset Formula $\to$
13873 \end_inset
13874
13875
13876 \backslash
13877 {A=B
13878 \end_layout
13879
13880 \end_inset
13881 </cell>
13882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13883 \begin_inset Text
13884
13885 \begin_layout Plain Layout
13886 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13887 \end_inset
13888
13889
13890 \end_layout
13891
13892 \end_inset
13893 </cell>
13894 </row>
13895 <row>
13896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13897 \begin_inset Text
13898
13899 \begin_layout Plain Layout
13900
13901 \backslash
13902 colorbox{green
13903 \begin_inset Formula $\to$
13904 \end_inset
13905
13906
13907 \backslash
13908 {
13909 \backslash
13910 fbox
13911 \begin_inset ERT
13912 status collapsed
13913
13914 \begin_layout Plain Layout
13915
13916
13917 \backslash
13918 spce 
13919 \end_layout
13920
13921 \end_inset
13922
13923 A=B
13924 \end_layout
13925
13926 \end_inset
13927 </cell>
13928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13929 \begin_inset Text
13930
13931 \begin_layout Plain Layout
13932 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13933 \end_inset
13934
13935
13936 \end_layout
13937
13938 \end_inset
13939 </cell>
13940 </row>
13941 <row>
13942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13943 \begin_inset Text
13944
13945 \begin_layout Plain Layout
13946
13947 \backslash
13948 fbox
13949 \begin_inset ERT
13950 status collapsed
13951
13952 \begin_layout Plain Layout
13953
13954
13955 \backslash
13956 spce 
13957 \end_layout
13958
13959 \end_inset
13960
13961
13962 \backslash
13963 colorbox{green
13964 \begin_inset Formula $\to$
13965 \end_inset
13966
13967
13968 \backslash
13969 {
13970 \family sans
13971 Ctrl+M
13972 \family default
13973  
13974 \family sans
13975 Ctrl+M
13976 \family default
13977  
13978 \backslash
13979 int
13980 \begin_inset ERT
13981 status collapsed
13982
13983 \begin_layout Plain Layout
13984
13985
13986 \backslash
13987 spce 
13988 \end_layout
13989
13990 \end_inset
13991
13992 C=D
13993 \end_layout
13994
13995 \end_inset
13996 </cell>
13997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13998 \begin_inset Text
13999
14000 \begin_layout Plain Layout
14001 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14002 \end_inset
14003
14004
14005 \end_layout
14006
14007 \end_inset
14008 </cell>
14009 </row>
14010 </lyxtabular>
14011
14012 \end_inset
14013
14014
14015 \end_layout
14016
14017 \begin_layout Standard
14018
14019 \series bold
14020
14021 \backslash
14022 colorbox
14023 \series default
14024  only colors the box but not the characters in the box.
14025  To color all characters, the whole formula is highlighted and the wanted
14026  color is chosen in the 
14027 \family sans
14028 Text
14029 \begin_inset space ~
14030 \end_inset
14031
14032 Style
14033 \family default
14034  dialog.
14035  The dialog can be called with the toolbar button 
14036 \begin_inset Graphics
14037         filename ../images/dialog-show_character.png
14038         scale 85
14039
14040 \end_inset
14041
14042  or the menu 
14043 \family sans
14044 Edit\SpecialChar \menuseparator
14045 Text
14046 \begin_inset space ~
14047 \end_inset
14048
14049 Style\SpecialChar \menuseparator
14050 Customized
14051 \family default
14052 .
14053  The formula number has then the same color as the formula.
14054  When the formula number should get another color than the formula characters,
14055  the color must be changed within the formula.
14056 \end_layout
14057
14058 \begin_layout Standard
14059 An example:
14060 \end_layout
14061
14062 \begin_layout Standard
14063
14064 \color red
14065 \begin_inset Formula 
14066 \begin{equation}
14067 \int A=B\label{eq:red}
14068 \end{equation}
14069
14070 \end_inset
14071
14072
14073 \color green
14074
14075 \begin_inset Formula 
14076 \begin{equation}
14077 \textcolor{red}{\int A=B}\label{eq:redgreen}
14078 \end{equation}
14079
14080 \end_inset
14081
14082
14083 \end_layout
14084
14085 \begin_layout Standard
14086 Formula 
14087 \begin_inset CommandInset ref
14088 LatexCommand eqref
14089 reference "eq:red"
14090
14091 \end_inset
14092
14093  is completely colored red.
14094 \begin_inset Newline newline
14095 \end_inset
14096
14097 Formula 
14098 \begin_inset CommandInset ref
14099 LatexCommand eqref
14100 reference "eq:redgreen"
14101
14102 \end_inset
14103
14104  was first completely colored green to set the color for the formula number.
14105  Subsequently the formula characters were colored red.
14106 \end_layout
14107
14108 \begin_layout Standard
14109 \begin_inset VSpace bigskip
14110 \end_inset
14111
14112 To color the frame different than the rest of the box, the command 
14113 \series bold
14114
14115 \backslash
14116 fcolorbox
14117 \series default
14118
14119 \begin_inset Index idx
14120 status collapsed
14121
14122 \begin_layout Plain Layout
14123 Commands ! F ! 
14124 \backslash
14125 fcolorbox
14126 \end_layout
14127
14128 \end_inset
14129
14130  is used in the following scheme:
14131 \end_layout
14132
14133 \begin_layout Standard
14134
14135 \series bold
14136
14137 \backslash
14138 fcolorbox{frame color}{color}{box content}
14139 \end_layout
14140
14141 \begin_layout Standard
14142 So 
14143 \series bold
14144
14145 \backslash
14146 fcolorbox
14147 \series default
14148  is an extension of the command 
14149 \series bold
14150
14151 \backslash
14152 colorbox
14153 \series default
14154 .
14155  The frame width is set, like for 
14156 \series bold
14157
14158 \backslash
14159 framebox
14160 \series default
14161 , with 
14162 \series bold
14163
14164 \backslash
14165 fboxrule
14166 \series default
14167  and 
14168 \series bold
14169
14170 \backslash
14171 fboxsep
14172 \series default
14173 .
14174  An example:
14175 \begin_inset ERT
14176 status collapsed
14177
14178 \begin_layout Plain Layout
14179
14180
14181 \backslash
14182 fboxrule 1mm 
14183 \backslash
14184 fboxsep 1mm
14185 \end_layout
14186
14187 \end_inset
14188
14189
14190 \begin_inset Formula 
14191 \[
14192 \fcolorbox{cyan}{magenta}{A=B}
14193 \]
14194
14195 \end_inset
14196
14197
14198 \begin_inset ERT
14199 status collapsed
14200
14201 \begin_layout Plain Layout
14202
14203
14204 \backslash
14205 fboxrule 0.4pt 
14206 \backslash
14207 fboxsep 3pt
14208 \end_layout
14209
14210 \end_inset
14211
14212
14213 \end_layout
14214
14215 \begin_layout Standard
14216 This formula was created with the command
14217 \begin_inset Newline newline
14218 \end_inset
14219
14220
14221 \series bold
14222
14223 \backslash
14224 fcolorbox{cyan
14225 \begin_inset Formula $\to$
14226 \end_inset
14227
14228
14229 \backslash
14230 {magenta
14231 \begin_inset Formula $\to$
14232 \end_inset
14233
14234
14235 \backslash
14236 {A=B
14237 \series default
14238 .
14239 \end_layout
14240
14241 \begin_layout Standard
14242 \begin_inset VSpace bigskip
14243 \end_inset
14244
14245 To use other colors than the predefined ones, they have to be defined first.
14246 \end_layout
14247
14248 \begin_layout Standard
14249 One can for example define the color 
14250 \begin_inset Quotes eld
14251 \end_inset
14252
14253
14254 \series bold
14255 darkgreen
14256 \series default
14257
14258 \begin_inset Quotes erd
14259 \end_inset
14260
14261  with the LaTeX-preamble line:
14262 \end_layout
14263
14264 \begin_layout Standard
14265
14266 \series bold
14267
14268 \backslash
14269 definecolor{darkgreen}{cmyk}{0.5,
14270 \series default
14271  
14272 \series bold
14273 0,
14274 \series default
14275  
14276 \series bold
14277 1,
14278 \series default
14279  
14280 \series bold
14281 0.5}
14282 \series default
14283
14284 \begin_inset Index idx
14285 status collapsed
14286
14287 \begin_layout Plain Layout
14288 Commands ! D ! 
14289 \backslash
14290 definecolor
14291 \end_layout
14292
14293 \end_inset
14294
14295
14296 \end_layout
14297
14298 \begin_layout Standard
14299
14300 \series bold
14301 cmyk
14302 \series default
14303  is the color space that denotes the colors 
14304 \series bold
14305 cyan
14306 \series default
14307
14308 \series bold
14309 magenta
14310 \series default
14311
14312 \series bold
14313 yellow
14314 \series default
14315  and 
14316 \series bold
14317 black
14318 \series default
14319 .
14320  The four comma separated numbers are the portion factor for the corresponding
14321  colors of the color space.
14322  The factors can be in the range of 0
14323 \begin_inset space \thinspace{}
14324 \end_inset
14325
14326 -
14327 \begin_inset space \thinspace{}
14328 \end_inset
14329
14330 1.
14331  Instead of 
14332 \series bold
14333 cmyk
14334 \series default
14335  also the color space 
14336 \series bold
14337 rgb
14338 \series default
14339  can be used for definitions.
14340  
14341 \series bold
14342 rgb
14343 \series default
14344  denotes 
14345 \series bold
14346 red
14347 \series default
14348
14349 \series bold
14350 green
14351 \series default
14352  and 
14353 \series bold
14354 blue
14355 \series default
14356 , so that there are in this case three portion factors for the corresponding
14357  colors.
14358  Furthermore there is the color space 
14359 \series bold
14360 gray
14361 \series default
14362  with one portion factor for the gray value.
14363 \end_layout
14364
14365 \begin_layout Standard
14366 As example a framed box with the new defined color 
14367 \series bold
14368 darkgreen
14369 \series default
14370  where the characters have been colored 
14371 \series bold
14372 yellow
14373 \series default
14374 :
14375 \begin_inset Formula 
14376 \begin{equation}
14377 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14378 \end{equation}
14379
14380 \end_inset
14381
14382
14383 \end_layout
14384
14385 \begin_layout Standard
14386 Self-defined colors can also be used for text with the help of the command
14387  
14388 \series bold
14389
14390 \backslash
14391 textcolor
14392 \series default
14393 :
14394 \begin_inset Index idx
14395 status collapsed
14396
14397 \begin_layout Plain Layout
14398 Text ! colored
14399 \end_layout
14400
14401 \end_inset
14402
14403
14404 \end_layout
14405
14406 \begin_layout Standard
14407 \begin_inset ERT
14408 status collapsed
14409
14410 \begin_layout Plain Layout
14411
14412
14413 \backslash
14414 textcolor{darkgreen}{
14415 \end_layout
14416
14417 \end_inset
14418
14419 This sentence is 
14420 \begin_inset Quotes eld
14421 \end_inset
14422
14423 darkgreen
14424 \begin_inset Quotes erd
14425 \end_inset
14426
14427 .
14428 \begin_inset ERT
14429 status collapsed
14430
14431 \begin_layout Plain Layout
14432
14433 }
14434 \end_layout
14435
14436 \end_inset
14437
14438
14439 \end_layout
14440
14441 \begin_layout Standard
14442
14443 \series bold
14444
14445 \backslash
14446 textcolor
14447 \series default
14448
14449 \begin_inset Index idx
14450 status collapsed
14451
14452 \begin_layout Plain Layout
14453 Commands ! T ! 
14454 \backslash
14455 textcolor
14456 \end_layout
14457
14458 \end_inset
14459
14460  is used in the scheme 
14461 \series bold
14462
14463 \backslash
14464 textcolor{color}{characters to color}
14465 \series default
14466 .
14467 \end_layout
14468
14469 \begin_layout Subsection
14470 Paragraph Boxes
14471 \begin_inset CommandInset label
14472 LatexCommand label
14473 name "sub:Paragraph-Boxes"
14474
14475 \end_inset
14476
14477
14478 \begin_inset Index idx
14479 status collapsed
14480
14481 \begin_layout Plain Layout
14482 Boxes ! as paragraph
14483 \end_layout
14484
14485 \end_inset
14486
14487
14488 \end_layout
14489
14490 \begin_layout Standard
14491 A box that can contain several lines and paragraphs, a so called paragraph
14492  box (parbox), can be created with the menu 
14493 \family sans
14494 Insert\SpecialChar \menuseparator
14495 Box
14496 \family default
14497  or the toolbar button 
14498 \begin_inset Graphics
14499         filename ../images/box-insert.png
14500         scale 85
14501
14502 \end_inset
14503
14504 .
14505 \end_layout
14506
14507 \begin_layout Standard
14508 The following example shows a framed parbox in a line:
14509 \end_layout
14510
14511 \begin_layout Standard
14512 \begin_inset VSpace medskip
14513 \end_inset
14514
14515 This is a line 
14516 \begin_inset Box Boxed
14517 position "c"
14518 hor_pos "c"
14519 has_inner_box 1
14520 inner_pos "t"
14521 use_parbox 1
14522 use_makebox 0
14523 width "5cm"
14524 special "none"
14525 height "1in"
14526 height_special "totalheight"
14527 status open
14528
14529 \begin_layout Plain Layout
14530 This is a paragraph box.
14531  It is exactly 5
14532 \begin_inset space \thinspace{}
14533 \end_inset
14534
14535 cm long and can also contain formulas: 
14536 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14537 \end_inset
14538
14539
14540 \end_layout
14541
14542 \end_inset
14543
14544  with a parbox.
14545 \end_layout
14546
14547 \begin_layout Standard
14548 \begin_inset VSpace medskip
14549 \end_inset
14550
14551
14552 \end_layout
14553
14554 \begin_layout Standard
14555 Such a box is created by right-clicking on the gray box inset.
14556  A dialog pops up showing the box properties.
14557  In our case set: 
14558 \emph on
14559 Decoration
14560 \emph default
14561 : Recangular box, 
14562 \emph on
14563 Inner Box
14564 \emph default
14565 : Parbox, 
14566 \emph on
14567 Width
14568 \emph default
14569 : 5
14570 \begin_inset space \thinspace{}
14571 \end_inset
14572
14573 cm, 
14574 \emph on
14575 Vertical Box Alignment
14576 \emph default
14577 : Middle
14578 \end_layout
14579
14580 \begin_layout Standard
14581 \begin_inset VSpace medskip
14582 \end_inset
14583
14584 In LaTeX a parbox is created with the command 
14585 \series bold
14586
14587 \backslash
14588 parbox
14589 \series default
14590
14591 \begin_inset Index idx
14592 status collapsed
14593
14594 \begin_layout Plain Layout
14595 Commands ! P ! 
14596 \backslash
14597 parbox
14598 \end_layout
14599
14600 \end_inset
14601
14602  that has the following scheme:
14603 \end_layout
14604
14605 \begin_layout Standard
14606
14607 \series bold
14608
14609 \backslash
14610 parbox[position]{width}{box content}
14611 \end_layout
14612
14613 \begin_layout Standard
14614 The positions 
14615 \emph on
14616 b
14617 \emph default
14618  and 
14619 \emph on
14620 t
14621 \emph default
14622  are possible.
14623  
14624 \emph on
14625 b
14626 \emph default
14627  for bottom means that the box is aligned within the surrounding text with
14628  its last line.
14629  With 
14630 \emph on
14631 t
14632 \emph default
14633  for top this is done with the first line.
14634  When no position is given, the box will be vertically centered, see section
14635  
14636 \emph on
14637 Boxes
14638 \emph default
14639  of the 
14640 \emph on
14641 Embedded
14642 \begin_inset space ~
14643 \end_inset
14644
14645 Objects
14646 \emph default
14647  manual for examples.
14648 \end_layout
14649
14650 \begin_layout Standard
14651 \begin_inset VSpace bigskip
14652 \end_inset
14653
14654 To frame formulas completely, including the formula number, the formula
14655  must be set into a parbox.
14656  To do this, the command 
14657 \series bold
14658
14659 \backslash
14660 fbox{
14661 \backslash
14662 parbox{
14663 \backslash
14664 linewidth-2
14665 \backslash
14666 fboxsep-2
14667 \backslash
14668 fboxrule}{
14669 \series default
14670  is inserted in TeX-mode before the formula.
14671  
14672 \series bold
14673
14674 \backslash
14675 linewidth
14676 \series default
14677
14678 \begin_inset Index idx
14679 status collapsed
14680
14681 \begin_layout Plain Layout
14682 Commands ! L ! 
14683 \backslash
14684 linewidth
14685 \end_layout
14686
14687 \end_inset
14688
14689  is hereby the line width set for the document.
14690  Because the frame is outside the parbox, 2
14691 \begin_inset space \thinspace{}
14692 \end_inset
14693
14694 times the frame separation and the frame thickness must be subtracted from
14695  the line width.
14696  As this is not automatically done by LyX due to a bug
14697 \begin_inset Foot
14698 status collapsed
14699
14700 \begin_layout Plain Layout
14701 \begin_inset CommandInset href
14702 LatexCommand href
14703 name "LyX-bug #4483"
14704 target "http://www.lyx.org/trac/ticket/4483"
14705
14706 \end_inset
14707
14708
14709 \end_layout
14710
14711 \end_inset
14712
14713 , TeX-mode has to be used.
14714  To be able to multiply and subtract in arguments, the LaTeX-package 
14715 \series bold
14716 calc
14717 \series default
14718
14719 \begin_inset Foot
14720 status collapsed
14721
14722 \begin_layout Plain Layout
14723
14724 \series bold
14725 calc
14726 \series default
14727  is part of every LaTeX standard installation.
14728 \end_layout
14729
14730 \end_inset
14731
14732
14733 \begin_inset Index idx
14734 status collapsed
14735
14736 \begin_layout Plain Layout
14737 Packages ! calc
14738 \end_layout
14739
14740 \end_inset
14741
14742  must be loaded in the LaTeX-preamble with the line
14743 \end_layout
14744
14745 \begin_layout Standard
14746
14747 \series bold
14748
14749 \backslash
14750 usepackage{calc}
14751 \end_layout
14752
14753 \begin_layout Standard
14754 Behind the formula both boxes are closed by entering 
14755 \series bold
14756 }}
14757 \series default
14758  in TeX-mode.
14759  Here is an example:
14760 \begin_inset ERT
14761 status collapsed
14762
14763 \begin_layout Plain Layout
14764
14765
14766 \backslash
14767 fboxsep 5mm 
14768 \backslash
14769 fboxrule 5mm
14770 \end_layout
14771
14772 \end_inset
14773
14774
14775 \end_layout
14776
14777 \begin_layout Standard
14778 \begin_inset ERT
14779 status collapsed
14780
14781 \begin_layout Plain Layout
14782
14783
14784 \backslash
14785 fbox{
14786 \backslash
14787 parbox{
14788 \backslash
14789 linewidth-2
14790 \backslash
14791 fboxsep-2
14792 \backslash
14793 fboxrule}{
14794 \end_layout
14795
14796 \end_inset
14797
14798
14799 \begin_inset Formula 
14800 \begin{equation}
14801 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14802 \end{equation}
14803
14804 \end_inset
14805
14806
14807 \begin_inset ERT
14808 status collapsed
14809
14810 \begin_layout Plain Layout
14811
14812 }}
14813 \end_layout
14814
14815 \end_inset
14816
14817
14818 \begin_inset ERT
14819 status collapsed
14820
14821 \begin_layout Plain Layout
14822
14823
14824 \backslash
14825 fboxrule 0.4pt 
14826 \backslash
14827 fboxsep 3pt
14828 \end_layout
14829
14830 \end_inset
14831
14832
14833 \end_layout
14834
14835 \begin_layout Standard
14836 \begin_inset VSpace medskip
14837 \end_inset
14838
14839 As a parbox is used as argument of 
14840 \series bold
14841
14842 \backslash
14843 fbox
14844 \series default
14845 , there is in this case no difference between 
14846 \series bold
14847
14848 \backslash
14849 fbox
14850 \series default
14851  and 
14852 \series bold
14853
14854 \backslash
14855 boxed
14856 \series default
14857 .
14858 \end_layout
14859
14860 \begin_layout Standard
14861 \begin_inset VSpace bigskip
14862 \end_inset
14863
14864 Paragraph boxes are very useful to comment formulas directly.
14865  To do this, 
14866 \series bold
14867
14868 \backslash
14869 parbox
14870 \series default
14871  is used in combination with the command 
14872 \series bold
14873
14874 \backslash
14875 tag
14876 \series default
14877 .
14878  (more about 
14879 \series bold
14880
14881 \backslash
14882 tag
14883 \series default
14884  see 
14885 \begin_inset CommandInset ref
14886 LatexCommand ref
14887 reference "sub:User-defined-Numbering"
14888
14889 \end_inset
14890
14891 )
14892 \end_layout
14893
14894 \begin_layout Standard
14895 An example of a formula commented with 
14896 \series bold
14897
14898 \backslash
14899 parbox
14900 \series default
14901 :
14902 \end_layout
14903
14904 \begin_layout Standard
14905 \begin_inset ERT
14906 status collapsed
14907
14908 \begin_layout Plain Layout
14909
14910
14911 \backslash
14912 [5x-7b=3b
14913 \backslash
14914 tag*{
14915 \backslash
14916 parbox{5cm}{
14917 \end_layout
14918
14919 \end_inset
14920
14921 This is a description.
14922  It is distinctly separated from the formula and multiline.
14923 \begin_inset ERT
14924 status collapsed
14925
14926 \begin_layout Plain Layout
14927
14928 }}
14929 \backslash
14930 ]
14931 \end_layout
14932
14933 \end_inset
14934
14935
14936 \end_layout
14937
14938 \begin_layout Standard
14939 Such a formula must be inserted completely in TeX-mode because LyX does
14940  not yet support the command 
14941 \series bold
14942
14943 \backslash
14944 parbox
14945 \series default
14946  in formulas.
14947  The formula is created with the following command sequence:
14948 \end_layout
14949
14950 \begin_layout Standard
14951 The command 
14952 \series bold
14953
14954 \backslash
14955 [5x-7b=3b
14956 \backslash
14957 tag*
14958 \backslash
14959 {
14960 \backslash
14961 parbox{5cm}{
14962 \series default
14963  is inserted in TeX-mode.
14964 \begin_inset Foot
14965 status collapsed
14966
14967 \begin_layout Plain Layout
14968 When the formula style 
14969 \series bold
14970 Indented
14971 \series default
14972  is used, 
14973 \series bold
14974
14975 \backslash
14976 tag*
14977 \backslash
14978 {
14979 \series default
14980  can also be replaced by 
14981 \series bold
14982
14983 \backslash
14984 hfill
14985 \series default
14986 .
14987  (formula styles see 
14988 \begin_inset CommandInset ref
14989 LatexCommand ref
14990 reference "sec:Formula-Styles"
14991
14992 \end_inset
14993
14994 )
14995 \end_layout
14996
14997 \end_inset
14998
14999  Then the description follows as normal text and finally 
15000 \series bold
15001 }}
15002 \backslash
15003 ]
15004 \series default
15005  is inserted in TeX-mode.
15006  The commands 
15007 \series bold
15008
15009 \backslash
15010 [
15011 \series default
15012  and 
15013 \series bold
15014
15015 \backslash
15016 ]
15017 \series default
15018  hereby create a displayed formula.
15019 \end_layout
15020
15021 \begin_layout Standard
15022 The advantages of 
15023 \series bold
15024
15025 \backslash
15026 parbox
15027 \series default
15028  can be seen in this example that was 
15029 \begin_inset Quotes eld
15030 \end_inset
15031
15032 commented
15033 \begin_inset Quotes erd
15034 \end_inset
15035
15036  using the mathematical textmode:
15037 \begin_inset Formula 
15038 \[
15039 5x-7b=3b\textrm{This is a description. It is not separated from the formula ...}
15040 \]
15041
15042 \end_inset
15043
15044
15045 \end_layout
15046
15047 \begin_layout Section
15048 Operators
15049 \begin_inset Index idx
15050 status collapsed
15051
15052 \begin_layout Plain Layout
15053 Operators
15054 \end_layout
15055
15056 \end_inset
15057
15058
15059 \end_layout
15060
15061 \begin_layout Subsection
15062 Big Operators
15063 \begin_inset CommandInset label
15064 LatexCommand label
15065 name "sub:Big-Operators"
15066
15067 \end_inset
15068
15069
15070 \begin_inset Index idx
15071 status collapsed
15072
15073 \begin_layout Plain Layout
15074 Operators ! big
15075 \end_layout
15076
15077 \end_inset
15078
15079
15080 \begin_inset Index idx
15081 status collapsed
15082
15083 \begin_layout Plain Layout
15084 Sums
15085 \end_layout
15086
15087 \end_inset
15088
15089
15090 \begin_inset Index idx
15091 status collapsed
15092
15093 \begin_layout Plain Layout
15094 Integrals
15095 \end_layout
15096
15097 \end_inset
15098
15099
15100 \end_layout
15101
15102 \begin_layout Standard
15103 To be able to use all integral operators listed here, the option 
15104 \family sans
15105 Use esint package automatically
15106 \family default
15107  must be set in the document settings under 
15108 \family sans
15109 Math
15110 \begin_inset space ~
15111 \end_inset
15112
15113 Options
15114 \family default
15115 .
15116 \end_layout
15117
15118 \begin_layout Standard
15119 \begin_inset space \hfill{}
15120 \end_inset
15121
15122
15123 \begin_inset Tabular
15124 <lyxtabular version="3" rows="11" columns="2">
15125 <features tabularvalignment="middle">
15126 <column alignment="center" valignment="top" width="0pt">
15127 <column alignment="center" valignment="top" width="0pt">
15128 <row>
15129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 Command
15134 \end_layout
15135
15136 \end_inset
15137 </cell>
15138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142 Result
15143 \end_layout
15144
15145 \end_inset
15146 </cell>
15147 </row>
15148 <row>
15149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15150 \begin_inset Text
15151
15152 \begin_layout Plain Layout
15153
15154 \backslash
15155 int
15156 \begin_inset Index idx
15157 status collapsed
15158
15159 \begin_layout Plain Layout
15160 Commands ! I ! 
15161 \backslash
15162 int
15163 \end_layout
15164
15165 \end_inset
15166
15167
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Plain Layout
15176 \begin_inset Formula $\int$
15177 \end_inset
15178
15179
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 </row>
15185 <row>
15186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Plain Layout
15190
15191 \backslash
15192 oint
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201 \begin_inset Formula $\oint$
15202 \end_inset
15203
15204
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 </row>
15210 <row>
15211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Plain Layout
15215
15216 \backslash
15217 ointctrclockwise
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Plain Layout
15226 \begin_inset Formula $\ointctrclockwise$
15227 \end_inset
15228
15229
15230 \end_layout
15231
15232 \end_inset
15233 </cell>
15234 </row>
15235 <row>
15236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15237 \begin_inset Text
15238
15239 \begin_layout Plain Layout
15240
15241 \backslash
15242 ointclockwise
15243 \end_layout
15244
15245 \end_inset
15246 </cell>
15247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251 \begin_inset Formula $\ointclockwise$
15252 \end_inset
15253
15254
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 </row>
15260 <row>
15261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15262 \begin_inset Text
15263
15264 \begin_layout Plain Layout
15265
15266 \backslash
15267 sqint
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Plain Layout
15276 \begin_inset Formula $\sqint$
15277 \end_inset
15278
15279
15280 \end_layout
15281
15282 \end_inset
15283 </cell>
15284 </row>
15285 <row>
15286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15287 \begin_inset Text
15288
15289 \begin_layout Plain Layout
15290
15291 \backslash
15292 fint
15293 \end_layout
15294
15295 \end_inset
15296 </cell>
15297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15298 \begin_inset Text
15299
15300 \begin_layout Plain Layout
15301  
15302 \begin_inset Formula $\fint$
15303 \end_inset
15304
15305
15306 \end_layout
15307
15308 \end_inset
15309 </cell>
15310 </row>
15311 <row>
15312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15313 \begin_inset Text
15314
15315 \begin_layout Plain Layout
15316
15317 \backslash
15318 landupint
15319 \end_layout
15320
15321 \end_inset
15322 </cell>
15323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15324 \begin_inset Text
15325
15326 \begin_layout Plain Layout
15327  
15328 \begin_inset Formula $\landupint$
15329 \end_inset
15330
15331
15332 \end_layout
15333
15334 \end_inset
15335 </cell>
15336 </row>
15337 <row>
15338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15339 \begin_inset Text
15340
15341 \begin_layout Plain Layout
15342
15343 \backslash
15344 landdownint
15345 \end_layout
15346
15347 \end_inset
15348 </cell>
15349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15350 \begin_inset Text
15351
15352 \begin_layout Plain Layout
15353  
15354 \begin_inset Formula $\landdownint$
15355 \end_inset
15356
15357
15358 \end_layout
15359
15360 \end_inset
15361 </cell>
15362 </row>
15363 <row>
15364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15365 \begin_inset Text
15366
15367 \begin_layout Plain Layout
15368
15369 \backslash
15370 bigcap
15371 \end_layout
15372
15373 \end_inset
15374 </cell>
15375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15376 \begin_inset Text
15377
15378 \begin_layout Plain Layout
15379 \begin_inset Formula $\bigcap$
15380 \end_inset
15381
15382
15383 \end_layout
15384
15385 \end_inset
15386 </cell>
15387 </row>
15388 <row>
15389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15390 \begin_inset Text
15391
15392 \begin_layout Plain Layout
15393
15394 \backslash
15395 bigcup
15396 \end_layout
15397
15398 \end_inset
15399 </cell>
15400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15401 \begin_inset Text
15402
15403 \begin_layout Plain Layout
15404 \begin_inset Formula $\bigcup$
15405 \end_inset
15406
15407
15408 \end_layout
15409
15410 \end_inset
15411 </cell>
15412 </row>
15413 </lyxtabular>
15414
15415 \end_inset
15416
15417
15418 \begin_inset space \hfill{}
15419 \end_inset
15420
15421
15422 \begin_inset Tabular
15423 <lyxtabular version="3" rows="11" columns="2">
15424 <features tabularvalignment="middle">
15425 <column alignment="center" valignment="top" width="0pt">
15426 <column alignment="center" valignment="top" width="0pt">
15427 <row>
15428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15429 \begin_inset Text
15430
15431 \begin_layout Plain Layout
15432 Command
15433 \end_layout
15434
15435 \end_inset
15436 </cell>
15437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15438 \begin_inset Text
15439
15440 \begin_layout Plain Layout
15441 Result
15442 \end_layout
15443
15444 \end_inset
15445 </cell>
15446 </row>
15447 <row>
15448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15449 \begin_inset Text
15450
15451 \begin_layout Plain Layout
15452
15453 \backslash
15454 sum
15455 \begin_inset Index idx
15456 status collapsed
15457
15458 \begin_layout Plain Layout
15459 Commands ! S ! 
15460 \backslash
15461 sum
15462 \end_layout
15463
15464 \end_inset
15465
15466
15467 \end_layout
15468
15469 \end_inset
15470 </cell>
15471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15472 \begin_inset Text
15473
15474 \begin_layout Plain Layout
15475 \begin_inset Formula $\sum$
15476 \end_inset
15477
15478
15479 \end_layout
15480
15481 \end_inset
15482 </cell>
15483 </row>
15484 <row>
15485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15486 \begin_inset Text
15487
15488 \begin_layout Plain Layout
15489
15490 \backslash
15491 prod
15492 \begin_inset Index idx
15493 status collapsed
15494
15495 \begin_layout Plain Layout
15496 Commands ! P ! 
15497 \backslash
15498 prod
15499 \end_layout
15500
15501 \end_inset
15502
15503
15504 \end_layout
15505
15506 \end_inset
15507 </cell>
15508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15509 \begin_inset Text
15510
15511 \begin_layout Plain Layout
15512 \begin_inset Formula $\prod$
15513 \end_inset
15514
15515
15516 \end_layout
15517
15518 \end_inset
15519 </cell>
15520 </row>
15521 <row>
15522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15523 \begin_inset Text
15524
15525 \begin_layout Plain Layout
15526
15527 \backslash
15528 coprod
15529 \end_layout
15530
15531 \end_inset
15532 </cell>
15533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15534 \begin_inset Text
15535
15536 \begin_layout Plain Layout
15537 \begin_inset Formula $\coprod$
15538 \end_inset
15539
15540
15541 \end_layout
15542
15543 \end_inset
15544 </cell>
15545 </row>
15546 <row>
15547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15548 \begin_inset Text
15549
15550 \begin_layout Plain Layout
15551
15552 \backslash
15553 bigodot
15554 \end_layout
15555
15556 \end_inset
15557 </cell>
15558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15559 \begin_inset Text
15560
15561 \begin_layout Plain Layout
15562 \begin_inset Formula $\bigodot$
15563 \end_inset
15564
15565
15566 \end_layout
15567
15568 \end_inset
15569 </cell>
15570 </row>
15571 <row>
15572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15573 \begin_inset Text
15574
15575 \begin_layout Plain Layout
15576
15577 \backslash
15578 bigotimes
15579 \end_layout
15580
15581 \end_inset
15582 </cell>
15583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15584 \begin_inset Text
15585
15586 \begin_layout Plain Layout
15587 \begin_inset Formula $\bigotimes$
15588 \end_inset
15589
15590
15591 \end_layout
15592
15593 \end_inset
15594 </cell>
15595 </row>
15596 <row>
15597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15598 \begin_inset Text
15599
15600 \begin_layout Plain Layout
15601
15602 \backslash
15603 bigoplus
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Plain Layout
15612 \begin_inset Formula $\bigoplus$
15613 \end_inset
15614
15615
15616 \end_layout
15617
15618 \end_inset
15619 </cell>
15620 </row>
15621 <row>
15622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15623 \begin_inset Text
15624
15625 \begin_layout Plain Layout
15626
15627 \backslash
15628 bigwedge
15629 \end_layout
15630
15631 \end_inset
15632 </cell>
15633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15634 \begin_inset Text
15635
15636 \begin_layout Plain Layout
15637 \begin_inset Formula $\bigwedge$
15638 \end_inset
15639
15640
15641 \end_layout
15642
15643 \end_inset
15644 </cell>
15645 </row>
15646 <row>
15647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15648 \begin_inset Text
15649
15650 \begin_layout Plain Layout
15651
15652 \backslash
15653 bigvee
15654 \end_layout
15655
15656 \end_inset
15657 </cell>
15658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15659 \begin_inset Text
15660
15661 \begin_layout Plain Layout
15662 \begin_inset Formula $\bigvee$
15663 \end_inset
15664
15665
15666 \end_layout
15667
15668 \end_inset
15669 </cell>
15670 </row>
15671 <row>
15672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15673 \begin_inset Text
15674
15675 \begin_layout Plain Layout
15676
15677 \backslash
15678 bigsqcup
15679 \end_layout
15680
15681 \end_inset
15682 </cell>
15683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Plain Layout
15687 \begin_inset Formula $\bigsqcup$
15688 \end_inset
15689
15690
15691 \end_layout
15692
15693 \end_inset
15694 </cell>
15695 </row>
15696 <row>
15697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Plain Layout
15701
15702 \backslash
15703 biguplus
15704 \end_layout
15705
15706 \end_inset
15707 </cell>
15708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712 \begin_inset Formula $\biguplus$
15713 \end_inset
15714
15715
15716 \end_layout
15717
15718 \end_inset
15719 </cell>
15720 </row>
15721 </lyxtabular>
15722
15723 \end_inset
15724
15725
15726 \begin_inset space \hfill{}
15727 \end_inset
15728
15729
15730 \end_layout
15731
15732 \begin_layout Standard
15733 All big operators can also be inserted via the math toolbar button 
15734 \begin_inset Graphics
15735         filename ../images/math/intop.png
15736         scale 85
15737
15738 \end_inset
15739
15740 .
15741 \end_layout
15742
15743 \begin_layout Standard
15744 The operators are called big because they are bigger than the sometimes
15745  equal looking binary operators.
15746  All big operators can have limits as described in the next subsection.
15747 \end_layout
15748
15749 \begin_layout Standard
15750 For all integral operators there is a second version available, ending on
15751  
15752 \series bold
15753 op
15754 \series default
15755
15756 \series bold
15757
15758 \backslash
15759 intop
15760 \series default
15761
15762 \series bold
15763
15764 \backslash
15765 ointop
15766 \series default
15767  etc..
15768  These operators are different from 
15769 \series bold
15770
15771 \backslash
15772 int
15773 \series default
15774  etc.
15775 \begin_inset space \space{}
15776 \end_inset
15777
15778 in the style the operator limits are displayed, see 
15779 \begin_inset CommandInset ref
15780 LatexCommand ref
15781 reference "sub:Operator-Limits"
15782
15783 \end_inset
15784
15785 .
15786  
15787 \end_layout
15788
15789 \begin_layout Subsubsection*
15790 Advice for Integrals
15791 \end_layout
15792
15793 \begin_layout Standard
15794 The letter 
15795 \emph on
15796 d
15797 \emph default
15798  in an integral is an operator, that therefore has to be set upright.
15799  This is done by highlighting the 
15800 \emph on
15801 d
15802 \emph default
15803  and using the keyboard shortcut 
15804 \begin_inset Info
15805 type  "shortcut"
15806 arg   "font-roman"
15807 \end_inset
15808
15809
15810 \begin_inset Foot
15811 status collapsed
15812
15813 \begin_layout Plain Layout
15814 Font styles
15815 \series bold
15816  
15817 \series default
15818 see 
15819 \begin_inset CommandInset ref
15820 LatexCommand ref
15821 reference "sub:Font-Styles"
15822
15823 \end_inset
15824
15825
15826 \end_layout
15827
15828 \end_inset
15829
15830 .
15831  Finally the smallest space is inserted before the 
15832 \emph on
15833 d
15834 \emph default
15835 , as this is usual for operators.
15836  An example:
15837 \end_layout
15838
15839 \begin_layout Standard
15840 incorrect: 
15841 \begin_inset Formula $\int A(x)dx$
15842 \end_inset
15843
15844
15845 \begin_inset Newline newline
15846 \end_inset
15847
15848
15849 \begin_inset Phantom HPhantom
15850 status open
15851
15852 \begin_layout Plain Layout
15853 in
15854 \end_layout
15855
15856 \end_inset
15857
15858 correct: 
15859 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15860 \end_inset
15861
15862
15863 \end_layout
15864
15865 \begin_layout Standard
15866 For multiple integrals there are the following commands:
15867 \begin_inset VSpace medskip
15868 \end_inset
15869
15870
15871 \end_layout
15872
15873 \begin_layout Standard
15874 \begin_inset space \hfill{}
15875 \end_inset
15876
15877
15878 \begin_inset Tabular
15879 <lyxtabular version="3" rows="4" columns="2">
15880 <features tabularvalignment="middle">
15881 <column alignment="center" valignment="top" width="0">
15882 <column alignment="center" valignment="top" width="0">
15883 <row>
15884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15885 \begin_inset Text
15886
15887 \begin_layout Plain Layout
15888 Command
15889 \end_layout
15890
15891 \end_inset
15892 </cell>
15893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Plain Layout
15897 Result
15898 \begin_inset Note Note
15899 status collapsed
15900
15901 \begin_layout Plain Layout
15902
15903 \series bold
15904
15905 \backslash
15906 raisebox
15907 \series default
15908  is only used as spacer.
15909 \end_layout
15910
15911 \end_inset
15912
15913
15914 \end_layout
15915
15916 \end_inset
15917 </cell>
15918 </row>
15919 <row>
15920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15921 \begin_inset Text
15922
15923 \begin_layout Plain Layout
15924
15925 \backslash
15926 iint
15927 \end_layout
15928
15929 \end_inset
15930 </cell>
15931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Plain Layout
15935 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15936 \end_inset
15937
15938
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 </row>
15944 <row>
15945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15946 \begin_inset Text
15947
15948 \begin_layout Plain Layout
15949
15950 \backslash
15951 oiint
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15957 \begin_inset Text
15958
15959 \begin_layout Plain Layout
15960 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15961 \end_inset
15962
15963
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 </row>
15969 <row>
15970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15971 \begin_inset Text
15972
15973 \begin_layout Plain Layout
15974
15975 \backslash
15976 sqiint
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15982 \begin_inset Text
15983
15984 \begin_layout Plain Layout
15985 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15986 \end_inset
15987
15988
15989 \end_layout
15990
15991 \end_inset
15992 </cell>
15993 </row>
15994 </lyxtabular>
15995
15996 \end_inset
15997
15998
15999 \begin_inset space \hfill{}
16000 \end_inset
16001
16002
16003 \begin_inset Tabular
16004 <lyxtabular version="3" rows="4" columns="2">
16005 <features tabularvalignment="middle">
16006 <column alignment="center" valignment="top" width="0">
16007 <column alignment="center" valignment="top" width="0">
16008 <row>
16009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16010 \begin_inset Text
16011
16012 \begin_layout Plain Layout
16013 Command
16014 \end_layout
16015
16016 \end_inset
16017 </cell>
16018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16019 \begin_inset Text
16020
16021 \begin_layout Plain Layout
16022 Result
16023 \end_layout
16024
16025 \end_inset
16026 </cell>
16027 </row>
16028 <row>
16029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16030 \begin_inset Text
16031
16032 \begin_layout Plain Layout
16033
16034 \backslash
16035 iiint
16036 \end_layout
16037
16038 \end_inset
16039 </cell>
16040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16041 \begin_inset Text
16042
16043 \begin_layout Plain Layout
16044 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16045 \end_inset
16046
16047
16048 \end_layout
16049
16050 \end_inset
16051 </cell>
16052 </row>
16053 <row>
16054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16055 \begin_inset Text
16056
16057 \begin_layout Plain Layout
16058
16059 \backslash
16060 iiiint
16061 \end_layout
16062
16063 \end_inset
16064 </cell>
16065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16066 \begin_inset Text
16067
16068 \begin_layout Plain Layout
16069 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16070 \end_inset
16071
16072
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 </row>
16078 <row>
16079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083
16084 \backslash
16085 dotsint
16086 \end_layout
16087
16088 \end_inset
16089 </cell>
16090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16091 \begin_inset Text
16092
16093 \begin_layout Plain Layout
16094 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16095 \end_inset
16096
16097
16098 \end_layout
16099
16100 \end_inset
16101 </cell>
16102 </row>
16103 </lyxtabular>
16104
16105 \end_inset
16106
16107
16108 \begin_inset space \hfill{}
16109 \end_inset
16110
16111
16112 \end_layout
16113
16114 \begin_layout Subsection
16115 Operator Limits
16116 \begin_inset CommandInset label
16117 LatexCommand label
16118 name "sub:Operator-Limits"
16119
16120 \end_inset
16121
16122
16123 \begin_inset Index idx
16124 status collapsed
16125
16126 \begin_layout Plain Layout
16127 Operators ! Limits
16128 \end_layout
16129
16130 \end_inset
16131
16132
16133 \end_layout
16134
16135 \begin_layout Standard
16136 Limits are created by super- and subscripts:
16137 \end_layout
16138
16139 \begin_layout Standard
16140 \align center
16141 \begin_inset Tabular
16142 <lyxtabular version="3" rows="2" columns="2">
16143 <features tabularvalignment="middle">
16144 <column alignment="center" valignment="top" width="0pt">
16145 <column alignment="center" valignment="top" width="0pt">
16146 <row>
16147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16148 \begin_inset Text
16149
16150 \begin_layout Plain Layout
16151 Command
16152 \end_layout
16153
16154 \end_inset
16155 </cell>
16156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16157 \begin_inset Text
16158
16159 \begin_layout Plain Layout
16160 Result
16161 \begin_inset Note Note
16162 status collapsed
16163
16164 \begin_layout Plain Layout
16165
16166 \series bold
16167
16168 \backslash
16169 raisebox
16170 \series default
16171  is only used as spacer.
16172 \end_layout
16173
16174 \end_inset
16175
16176
16177 \end_layout
16178
16179 \end_inset
16180 </cell>
16181 </row>
16182 <row>
16183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16184 \begin_inset Text
16185
16186 \begin_layout Plain Layout
16187
16188 \backslash
16189 prod^
16190 \backslash
16191 infty
16192 \begin_inset ERT
16193 status collapsed
16194
16195 \begin_layout Plain Layout
16196
16197
16198 \backslash
16199 spce 
16200 \end_layout
16201
16202 \end_inset
16203
16204
16205 \begin_inset Formula $\to$
16206 \end_inset
16207
16208 _0
16209 \begin_inset Formula $\to$
16210 \end_inset
16211
16212 A(x)
16213 \end_layout
16214
16215 \end_inset
16216 </cell>
16217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16218 \begin_inset Text
16219
16220 \begin_layout Plain Layout
16221 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16222 \end_inset
16223
16224
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 </row>
16230 </lyxtabular>
16231
16232 \end_inset
16233
16234
16235 \end_layout
16236
16237 \begin_layout Standard
16238 Limits of inline formulas are set right beside the operator.
16239  Limits in displayed formulas are set above or below the operator, except
16240  for integral limits.
16241 \end_layout
16242
16243 \begin_layout Standard
16244 To force that the limits are set beside the operator, the cursor is set
16245  directly behind the operator and the limits type is changed with the menu
16246  
16247 \family sans
16248 Edit\SpecialChar \menuseparator
16249 Math\SpecialChar \menuseparator
16250 Change Limits Type
16251 \family default
16252  to 
16253 \family sans
16254 \series bold
16255 Inline
16256 \family default
16257 \series default
16258  (shortcut 
16259 \begin_inset Info
16260 type  "shortcut"
16261 arg   "math-limits"
16262 \end_inset
16263
16264 ).
16265  An example:
16266 \end_layout
16267
16268 \begin_layout Standard
16269 The default limits type is this:
16270 \begin_inset Formula 
16271 \[
16272 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16273 \]
16274
16275 \end_inset
16276
16277 This is how it looks when the limits type was changed to 
16278 \family sans
16279 \series bold
16280 Inline
16281 \family default
16282 \series default
16283 :
16284 \begin_inset Formula 
16285 \[
16286 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16287 \]
16288
16289 \end_inset
16290
16291 For integrals, except those ending with 
16292 \series bold
16293 op
16294 \series default
16295  like 
16296 \series bold
16297
16298 \backslash
16299 intop
16300 \series default
16301
16302 \series bold
16303
16304 \backslash
16305 ointop
16306 \series default
16307  etc., the limits are by default set beside the operator.
16308  But for multiple integrals the limits are often set below the operator.
16309  In the following example the limits type was therefore set to 
16310 \series bold
16311 Display
16312 \series default
16313  and so set below the integrals:
16314 \begin_inset Formula 
16315 \begin{equation}
16316 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16317 \end{equation}
16318
16319 \end_inset
16320
16321
16322 \end_layout
16323
16324 \begin_layout Standard
16325 \begin_inset VSpace medskip
16326 \end_inset
16327
16328 To specify conditions for limits, the commands 
16329 \series bold
16330
16331 \backslash
16332 subarray
16333 \series default
16334
16335 \begin_inset Index idx
16336 status collapsed
16337
16338 \begin_layout Plain Layout
16339 Commands ! S ! 
16340 \backslash
16341 subarray
16342 \end_layout
16343
16344 \end_inset
16345
16346  and 
16347 \series bold
16348
16349 \backslash
16350 substack
16351 \series default
16352
16353 \begin_inset Index idx
16354 status collapsed
16355
16356 \begin_layout Plain Layout
16357 Commands ! S ! 
16358 \backslash
16359 substack
16360 \end_layout
16361
16362 \end_inset
16363
16364  are used.
16365  To create for example this expression 
16366 \begin_inset Formula 
16367 \begin{equation}
16368 \sum_{\begin{subarray}{c}
16369 0<k<1000\\
16370 \\
16371 k\,\in\,\mathbb{N}
16372 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16373 \end{equation}
16374
16375 \end_inset
16376
16377
16378 \end_layout
16379
16380 \begin_layout Standard
16381 the following has to be done:
16382 \begin_inset Newline newline
16383 \end_inset
16384
16385 First the command 
16386 \series bold
16387
16388 \backslash
16389 sum
16390 \series default
16391 ^
16392 \series bold
16393 n
16394 \begin_inset ERT
16395 status collapsed
16396
16397 \begin_layout Plain Layout
16398
16399
16400 \backslash
16401 spce 
16402 \end_layout
16403
16404 \end_inset
16405
16406 _
16407 \series default
16408  is typed in.
16409  One is now in a blue box under the summation operator and insert there
16410  the command 
16411 \series bold
16412
16413 \backslash
16414 subarray
16415 \begin_inset ERT
16416 status collapsed
16417
16418 \begin_layout Plain Layout
16419
16420
16421 \backslash
16422 spce 
16423 \end_layout
16424
16425 \end_inset
16426
16427
16428 \series default
16429 .
16430  The blue box is now within a purple box and now several lines can be written
16431  among each other.
16432  A new line is created by inserting a line break (
16433 \begin_inset Info
16434 type  "shortcut"
16435 arg   "newline-insert newline"
16436 \end_inset
16437
16438 ).
16439  When now
16440 \begin_inset Newline newline
16441 \end_inset
16442
16443
16444 \series bold
16445 0<k<1000 Ctrl+Return
16446 \begin_inset Newline newline
16447 \end_inset
16448
16449
16450 \series default
16451 is typed in, a new box appears below for the new line.
16452 \end_layout
16453
16454 \begin_layout Standard
16455 The alignment of the lines can be changed to left aligned with the 
16456 \family sans
16457 table
16458 \family default
16459  
16460 \family sans
16461 toolbar
16462 \family default
16463  or the menu 
16464 \family sans
16465 Edit\SpecialChar \menuseparator
16466 Rows &Columns
16467 \family default
16468 .
16469  To get right alignment, 
16470 \series bold
16471
16472 \backslash
16473 hfill
16474 \begin_inset ERT
16475 status collapsed
16476
16477 \begin_layout Plain Layout
16478
16479
16480 \backslash
16481 spce 
16482 \end_layout
16483
16484 \end_inset
16485
16486
16487 \series default
16488  is inserted at the beginning of the line.
16489 \end_layout
16490
16491 \begin_layout Standard
16492 The command 
16493 \series bold
16494
16495 \backslash
16496 substack
16497 \series default
16498  is equivalent to 
16499 \series bold
16500
16501 \backslash
16502 subarray
16503 \series default
16504  with the difference that the lines are always centered.
16505 \end_layout
16506
16507 \begin_layout Standard
16508 \begin_inset VSpace bigskip
16509 \end_inset
16510
16511 Like in formula 
16512 \begin_inset CommandInset ref
16513 LatexCommand eqref
16514 reference "eq:substack"
16515
16516 \end_inset
16517
16518  there can be too much space beside an operator, because the characters
16519  following the operator are set beside the limits.
16520 \end_layout
16521
16522 \begin_layout Standard
16523 To avoid this, the following macro can be used in the LaTeX-preamble:
16524 \end_layout
16525
16526 \begin_layout Standard
16527
16528 \series bold
16529
16530 \backslash
16531 def
16532 \backslash
16533 clap#1{
16534 \backslash
16535 hbox to 0pt{
16536 \backslash
16537 hss #1
16538 \backslash
16539 hss}}
16540 \begin_inset Newline newline
16541 \end_inset
16542
16543
16544 \backslash
16545 def
16546 \backslash
16547 mathclap {
16548 \backslash
16549 mathpalette 
16550 \backslash
16551 mathclapinternal}
16552 \begin_inset Newline newline
16553 \end_inset
16554
16555
16556 \backslash
16557 def
16558 \backslash
16559 mathclapinternal #1#2{
16560 \backslash
16561 clap{$
16562 \backslash
16563 mathsurround =0pt #1{#2}$}}
16564 \end_layout
16565
16566 \begin_layout Standard
16567 This defines the command 
16568 \series bold
16569
16570 \backslash
16571 mathclap
16572 \series default
16573
16574 \begin_inset Index idx
16575 status collapsed
16576
16577 \begin_layout Plain Layout
16578 Commands ! M ! 
16579 \backslash
16580 mathclap
16581 \end_layout
16582
16583 \end_inset
16584
16585  that sets the width of the limit to 0
16586 \begin_inset space \thinspace{}
16587 \end_inset
16588
16589 pt.
16590  The command scheme is
16591 \end_layout
16592
16593 \begin_layout Standard
16594
16595 \series bold
16596
16597 \backslash
16598 mathclap{limit}
16599 \end_layout
16600
16601 \begin_layout Standard
16602 where the limit can consist of several conditions.
16603 \end_layout
16604
16605 \begin_layout Standard
16606 Applied on formula 
16607 \begin_inset CommandInset ref
16608 LatexCommand eqref
16609 reference "eq:substack"
16610
16611 \end_inset
16612
16613 , one uses the command
16614 \end_layout
16615
16616 \begin_layout Standard
16617
16618 \series bold
16619
16620 \backslash
16621 sum_
16622 \backslash
16623 mathclap{
16624 \backslash
16625 substack
16626 \begin_inset ERT
16627 status collapsed
16628
16629 \begin_layout Plain Layout
16630
16631
16632 \backslash
16633 spce 
16634 \end_layout
16635
16636 \end_inset
16637
16638 0<k<1000 Ctrl+Return
16639 \end_layout
16640
16641 \begin_layout Standard
16642 to create the lower limit.
16643  The summand is now directly behind the summation operator:
16644 \begin_inset Formula 
16645 \[
16646 \sum_{\mathclap{\substack{0<k<1000\\
16647 \\
16648 k\,\in\,\mathbb{N}
16649 }
16650 }}^{n}k^{-2}
16651 \]
16652
16653 \end_inset
16654
16655
16656 \end_layout
16657
16658 \begin_layout Standard
16659 \begin_inset VSpace bigskip
16660 \end_inset
16661
16662 How to use one limit for several operators is described in 
16663 \begin_inset CommandInset ref
16664 LatexCommand ref
16665 reference "sub:Self-defined-Operators"
16666
16667 \end_inset
16668
16669 .
16670 \end_layout
16671
16672 \begin_layout Standard
16673 \begin_inset Newpage newpage
16674 \end_inset
16675
16676
16677 \end_layout
16678
16679 \begin_layout Subsection
16680 Binary Operators
16681 \begin_inset CommandInset label
16682 LatexCommand label
16683 name "sub:Binary-Operators"
16684
16685 \end_inset
16686
16687
16688 \begin_inset Index idx
16689 status collapsed
16690
16691 \begin_layout Plain Layout
16692 Operators ! binary
16693 \end_layout
16694
16695 \end_inset
16696
16697
16698 \end_layout
16699
16700 \begin_layout Standard
16701 Binary operators are surrounded by space when there is a character before
16702  and behind them.
16703 \begin_inset VSpace medskip
16704 \end_inset
16705
16706
16707 \end_layout
16708
16709 \begin_layout Standard
16710 \begin_inset space \hfill{}
16711 \end_inset
16712
16713
16714 \begin_inset Tabular
16715 <lyxtabular version="3" rows="13" columns="2">
16716 <features tabularvalignment="middle">
16717 <column alignment="center" valignment="top" width="0pt">
16718 <column alignment="center" valignment="top" width="0pt">
16719 <row>
16720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Plain Layout
16724 Command
16725 \begin_inset Note Note
16726 status collapsed
16727
16728 \begin_layout Plain Layout
16729
16730 \series bold
16731
16732 \backslash
16733 raisebox
16734 \series default
16735  is only used as spacer.
16736 \end_layout
16737
16738 \end_inset
16739
16740
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749 Result
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 </row>
16755 <row>
16756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16757 \begin_inset Text
16758
16759 \begin_layout Plain Layout
16760 +
16761 \end_layout
16762
16763 \end_inset
16764 </cell>
16765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16766 \begin_inset Text
16767
16768 \begin_layout Plain Layout
16769 \begin_inset Formula $+$
16770 \end_inset
16771
16772
16773 \end_layout
16774
16775 \end_inset
16776 </cell>
16777 </row>
16778 <row>
16779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16780 \begin_inset Text
16781
16782 \begin_layout Plain Layout
16783 -
16784 \end_layout
16785
16786 \end_inset
16787 </cell>
16788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16789 \begin_inset Text
16790
16791 \begin_layout Plain Layout
16792 \begin_inset Formula $-$
16793 \end_inset
16794
16795
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 </row>
16801 <row>
16802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16803 \begin_inset Text
16804
16805 \begin_layout Plain Layout
16806
16807 \backslash
16808 pm
16809 \end_layout
16810
16811 \end_inset
16812 </cell>
16813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16814 \begin_inset Text
16815
16816 \begin_layout Plain Layout
16817 \begin_inset Formula $\pm$
16818 \end_inset
16819
16820
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 </row>
16826 <row>
16827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16828 \begin_inset Text
16829
16830 \begin_layout Plain Layout
16831
16832 \backslash
16833 mp
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16839 \begin_inset Text
16840
16841 \begin_layout Plain Layout
16842 \begin_inset Formula $\mp$
16843 \end_inset
16844
16845
16846 \end_layout
16847
16848 \end_inset
16849 </cell>
16850 </row>
16851 <row>
16852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856
16857 \backslash
16858 cdot
16859 \end_layout
16860
16861 \end_inset
16862 </cell>
16863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16864 \begin_inset Text
16865
16866 \begin_layout Plain Layout
16867 \begin_inset Formula $\cdot$
16868 \end_inset
16869
16870
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 </row>
16876 <row>
16877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881
16882 \backslash
16883 times
16884 \end_layout
16885
16886 \end_inset
16887 </cell>
16888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16889 \begin_inset Text
16890
16891 \begin_layout Plain Layout
16892 \begin_inset Formula $\times$
16893 \end_inset
16894
16895
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 </row>
16901 <row>
16902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Plain Layout
16906
16907 \backslash
16908 div
16909 \end_layout
16910
16911 \end_inset
16912 </cell>
16913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16914 \begin_inset Text
16915
16916 \begin_layout Plain Layout
16917 \begin_inset Formula $\div$
16918 \end_inset
16919
16920
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 </row>
16926 <row>
16927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16928 \begin_inset Text
16929
16930 \begin_layout Plain Layout
16931 \begin_inset ERT
16932 status collapsed
16933
16934 \begin_layout Plain Layout
16935
16936
16937 \backslash
16938 raisebox{-1.2mm}{
16939 \end_layout
16940
16941 \end_inset
16942
16943 *
16944 \begin_inset ERT
16945 status collapsed
16946
16947 \begin_layout Plain Layout
16948
16949 }
16950 \end_layout
16951
16952 \end_inset
16953
16954
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Plain Layout
16963 \begin_inset Formula $*$
16964 \end_inset
16965
16966
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 </row>
16972 <row>
16973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977
16978 \backslash
16979 star
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988 \begin_inset Formula $\star$
16989 \end_inset
16990
16991
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 </row>
16997 <row>
16998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002
17003 \backslash
17004 circ
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Plain Layout
17013 \begin_inset Formula $\circ$
17014 \end_inset
17015
17016
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 </row>
17022 <row>
17023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027
17028 \backslash
17029 diamond
17030 \end_layout
17031
17032 \end_inset
17033 </cell>
17034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17035 \begin_inset Text
17036
17037 \begin_layout Plain Layout
17038 \begin_inset Formula $\diamond$
17039 \end_inset
17040
17041
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 </row>
17047 <row>
17048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Plain Layout
17052
17053 \backslash
17054 bullet
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063 \begin_inset Formula $\bullet$
17064 \end_inset
17065
17066
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 </row>
17072 </lyxtabular>
17073
17074 \end_inset
17075
17076
17077 \begin_inset space \hfill{}
17078 \end_inset
17079
17080
17081 \begin_inset Tabular
17082 <lyxtabular version="3" rows="13" columns="2">
17083 <features tabularvalignment="middle">
17084 <column alignment="center" valignment="top" width="0pt">
17085 <column alignment="center" valignment="top" width="0pt">
17086 <row>
17087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Plain Layout
17091 Command
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100 Result
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 </row>
17106 <row>
17107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17108 \begin_inset Text
17109
17110 \begin_layout Plain Layout
17111
17112 \backslash
17113 nabla
17114 \end_layout
17115
17116 \end_inset
17117 </cell>
17118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17119 \begin_inset Text
17120
17121 \begin_layout Plain Layout
17122 \begin_inset Formula $\nabla$
17123 \end_inset
17124
17125
17126 \end_layout
17127
17128 \end_inset
17129 </cell>
17130 </row>
17131 <row>
17132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17133 \begin_inset Text
17134
17135 \begin_layout Plain Layout
17136
17137 \backslash
17138 bigtriangledown
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17144 \begin_inset Text
17145
17146 \begin_layout Plain Layout
17147 \begin_inset Formula $\bigtriangledown$
17148 \end_inset
17149
17150
17151 \end_layout
17152
17153 \end_inset
17154 </cell>
17155 </row>
17156 <row>
17157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17158 \begin_inset Text
17159
17160 \begin_layout Plain Layout
17161
17162 \backslash
17163 bigtriangleup
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout Plain Layout
17172 \begin_inset Formula $\bigtriangleup$
17173 \end_inset
17174
17175
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 </row>
17181 <row>
17182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Plain Layout
17186
17187 \backslash
17188 Box
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197 \begin_inset Formula $\Box$
17198 \end_inset
17199
17200
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 </row>
17206 <row>
17207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17208 \begin_inset Text
17209
17210 \begin_layout Plain Layout
17211
17212 \backslash
17213 cap 
17214 \end_layout
17215
17216 \end_inset
17217 </cell>
17218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17219 \begin_inset Text
17220
17221 \begin_layout Plain Layout
17222 \begin_inset Formula $\cap$
17223 \end_inset
17224
17225
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 </row>
17231 <row>
17232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17233 \begin_inset Text
17234
17235 \begin_layout Plain Layout
17236
17237 \backslash
17238 cup
17239 \end_layout
17240
17241 \end_inset
17242 </cell>
17243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17244 \begin_inset Text
17245
17246 \begin_layout Plain Layout
17247 \begin_inset Formula $\cup$
17248 \end_inset
17249
17250
17251 \end_layout
17252
17253 \end_inset
17254 </cell>
17255 </row>
17256 <row>
17257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17258 \begin_inset Text
17259
17260 \begin_layout Plain Layout
17261
17262 \backslash
17263 dagger
17264 \end_layout
17265
17266 \end_inset
17267 </cell>
17268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17269 \begin_inset Text
17270
17271 \begin_layout Plain Layout
17272 \begin_inset Formula $\dagger$
17273 \end_inset
17274
17275
17276 \end_layout
17277
17278 \end_inset
17279 </cell>
17280 </row>
17281 <row>
17282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17283 \begin_inset Text
17284
17285 \begin_layout Plain Layout
17286
17287 \backslash
17288 ddagger
17289 \end_layout
17290
17291 \end_inset
17292 </cell>
17293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17294 \begin_inset Text
17295
17296 \begin_layout Plain Layout
17297 \begin_inset Formula $\ddagger$
17298 \end_inset
17299
17300
17301 \end_layout
17302
17303 \end_inset
17304 </cell>
17305 </row>
17306 <row>
17307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17308 \begin_inset Text
17309
17310 \begin_layout Plain Layout
17311
17312 \backslash
17313 wr
17314 \end_layout
17315
17316 \end_inset
17317 </cell>
17318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17319 \begin_inset Text
17320
17321 \begin_layout Plain Layout
17322 \begin_inset Formula $\wr$
17323 \end_inset
17324
17325
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 </row>
17331 <row>
17332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17333 \begin_inset Text
17334
17335 \begin_layout Plain Layout
17336
17337 \backslash
17338 bigcirc
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17344 \begin_inset Text
17345
17346 \begin_layout Plain Layout
17347 \begin_inset Formula $\bigcirc$
17348 \end_inset
17349
17350
17351 \end_layout
17352
17353 \end_inset
17354 </cell>
17355 </row>
17356 <row>
17357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361
17362 \backslash
17363 wedge
17364 \end_layout
17365
17366 \end_inset
17367 </cell>
17368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372 \begin_inset Formula $\wedge$
17373 \end_inset
17374
17375
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 </row>
17381 <row>
17382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17383 \begin_inset Text
17384
17385 \begin_layout Plain Layout
17386
17387 \backslash
17388 vee
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17394 \begin_inset Text
17395
17396 \begin_layout Plain Layout
17397 \begin_inset Formula $\vee$
17398 \end_inset
17399
17400
17401 \end_layout
17402
17403 \end_inset
17404 </cell>
17405 </row>
17406 </lyxtabular>
17407
17408 \end_inset
17409
17410
17411 \begin_inset space \hfill{}
17412 \end_inset
17413
17414
17415 \begin_inset Tabular
17416 <lyxtabular version="3" rows="13" columns="2">
17417 <features tabularvalignment="middle">
17418 <column alignment="center" valignment="top" width="0pt">
17419 <column alignment="center" valignment="top" width="0pt">
17420 <row>
17421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17422 \begin_inset Text
17423
17424 \begin_layout Plain Layout
17425 Command
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17431 \begin_inset Text
17432
17433 \begin_layout Plain Layout
17434 Result
17435 \end_layout
17436
17437 \end_inset
17438 </cell>
17439 </row>
17440 <row>
17441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17442 \begin_inset Text
17443
17444 \begin_layout Plain Layout
17445
17446 \backslash
17447 oplus
17448 \end_layout
17449
17450 \end_inset
17451 </cell>
17452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456 \begin_inset Formula $\oplus$
17457 \end_inset
17458
17459
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 </row>
17465 <row>
17466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17467 \begin_inset Text
17468
17469 \begin_layout Plain Layout
17470
17471 \backslash
17472 ominus
17473 \end_layout
17474
17475 \end_inset
17476 </cell>
17477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17478 \begin_inset Text
17479
17480 \begin_layout Plain Layout
17481 \begin_inset Formula $\ominus$
17482 \end_inset
17483
17484
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 </row>
17490 <row>
17491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17492 \begin_inset Text
17493
17494 \begin_layout Plain Layout
17495
17496 \backslash
17497 otimes
17498 \end_layout
17499
17500 \end_inset
17501 </cell>
17502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17503 \begin_inset Text
17504
17505 \begin_layout Plain Layout
17506 \begin_inset Formula $\otimes$
17507 \end_inset
17508
17509
17510 \end_layout
17511
17512 \end_inset
17513 </cell>
17514 </row>
17515 <row>
17516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17517 \begin_inset Text
17518
17519 \begin_layout Plain Layout
17520
17521 \backslash
17522 oslash
17523 \end_layout
17524
17525 \end_inset
17526 </cell>
17527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout Plain Layout
17531 \begin_inset Formula $\oslash$
17532 \end_inset
17533
17534
17535 \end_layout
17536
17537 \end_inset
17538 </cell>
17539 </row>
17540 <row>
17541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17542 \begin_inset Text
17543
17544 \begin_layout Plain Layout
17545
17546 \backslash
17547 odot
17548 \end_layout
17549
17550 \end_inset
17551 </cell>
17552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17553 \begin_inset Text
17554
17555 \begin_layout Plain Layout
17556 \begin_inset Formula $\odot$
17557 \end_inset
17558
17559
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 </row>
17565 <row>
17566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17567 \begin_inset Text
17568
17569 \begin_layout Plain Layout
17570
17571 \backslash
17572 amalg
17573 \end_layout
17574
17575 \end_inset
17576 </cell>
17577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17578 \begin_inset Text
17579
17580 \begin_layout Plain Layout
17581 \begin_inset Formula $\amalg$
17582 \end_inset
17583
17584
17585 \end_layout
17586
17587 \end_inset
17588 </cell>
17589 </row>
17590 <row>
17591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17592 \begin_inset Text
17593
17594 \begin_layout Plain Layout
17595
17596 \backslash
17597 uplus
17598 \end_layout
17599
17600 \end_inset
17601 </cell>
17602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17603 \begin_inset Text
17604
17605 \begin_layout Plain Layout
17606 \begin_inset Formula $\uplus$
17607 \end_inset
17608
17609
17610 \end_layout
17611
17612 \end_inset
17613 </cell>
17614 </row>
17615 <row>
17616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17617 \begin_inset Text
17618
17619 \begin_layout Plain Layout
17620
17621 \backslash
17622 setminus
17623 \end_layout
17624
17625 \end_inset
17626 </cell>
17627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17628 \begin_inset Text
17629
17630 \begin_layout Plain Layout
17631 \begin_inset Formula $\setminus$
17632 \end_inset
17633
17634
17635 \end_layout
17636
17637 \end_inset
17638 </cell>
17639 </row>
17640 <row>
17641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17642 \begin_inset Text
17643
17644 \begin_layout Plain Layout
17645
17646 \backslash
17647 sqcap
17648 \end_layout
17649
17650 \end_inset
17651 </cell>
17652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17653 \begin_inset Text
17654
17655 \begin_layout Plain Layout
17656 \begin_inset Formula $\sqcap$
17657 \end_inset
17658
17659
17660 \end_layout
17661
17662 \end_inset
17663 </cell>
17664 </row>
17665 <row>
17666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17667 \begin_inset Text
17668
17669 \begin_layout Plain Layout
17670
17671 \backslash
17672 sqcup
17673 \end_layout
17674
17675 \end_inset
17676 </cell>
17677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17678 \begin_inset Text
17679
17680 \begin_layout Plain Layout
17681 \begin_inset Formula $\sqcup$
17682 \end_inset
17683
17684
17685 \end_layout
17686
17687 \end_inset
17688 </cell>
17689 </row>
17690 <row>
17691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17692 \begin_inset Text
17693
17694 \begin_layout Plain Layout
17695
17696 \backslash
17697 triangleleft
17698 \end_layout
17699
17700 \end_inset
17701 </cell>
17702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17703 \begin_inset Text
17704
17705 \begin_layout Plain Layout
17706 \begin_inset Formula $\triangleleft$
17707 \end_inset
17708
17709
17710 \end_layout
17711
17712 \end_inset
17713 </cell>
17714 </row>
17715 <row>
17716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17717 \begin_inset Text
17718
17719 \begin_layout Plain Layout
17720
17721 \backslash
17722 triangleright
17723 \end_layout
17724
17725 \end_inset
17726 </cell>
17727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17728 \begin_inset Text
17729
17730 \begin_layout Plain Layout
17731 \begin_inset Formula $\triangleright$
17732 \end_inset
17733
17734
17735 \end_layout
17736
17737 \end_inset
17738 </cell>
17739 </row>
17740 </lyxtabular>
17741
17742 \end_inset
17743
17744
17745 \begin_inset space \hfill{}
17746 \end_inset
17747
17748
17749 \end_layout
17750
17751 \begin_layout Standard
17752 All binary operators can also be inserted via the math toolbar button 
17753 \begin_inset Graphics
17754         filename ../images/math/pm.png
17755         scale 85
17756
17757 \end_inset
17758
17759 .
17760 \end_layout
17761
17762 \begin_layout Standard
17763 To typeset the Laplace operator also 
17764 \series bold
17765
17766 \backslash
17767 Delta
17768 \series default
17769  or 
17770 \series bold
17771
17772 \backslash
17773 nabla
17774 \series default
17775 ^
17776 \series bold
17777 2
17778 \series default
17779  (
17780 \begin_inset Formula $\nabla^{2}$
17781 \end_inset
17782
17783 ) can be used instead of 
17784 \series bold
17785
17786 \backslash
17787 bigtriangleup
17788 \series default
17789  .
17790 \end_layout
17791
17792 \begin_layout Standard
17793 The character 
17794 \family sans
17795 Menu Separator
17796 \family default
17797  from the menu 
17798 \family sans
17799 Insert\SpecialChar \menuseparator
17800 Special Character
17801 \family default
17802  is the operator 
17803 \series bold
17804
17805 \backslash
17806 triangleright
17807 \series default
17808 .
17809 \end_layout
17810
17811 \begin_layout Subsection
17812 Self-defined Operators
17813 \begin_inset CommandInset label
17814 LatexCommand label
17815 name "sub:Self-defined-Operators"
17816
17817 \end_inset
17818
17819
17820 \begin_inset Index idx
17821 status collapsed
17822
17823 \begin_layout Plain Layout
17824 Operators ! self-defined
17825 \end_layout
17826
17827 \end_inset
17828
17829
17830 \end_layout
17831
17832 \begin_layout Standard
17833 With the help of the command 
17834 \series bold
17835
17836 \backslash
17837 DeclareMathOperator
17838 \series default
17839
17840 \begin_inset Index idx
17841 status collapsed
17842
17843 \begin_layout Plain Layout
17844 Commands ! D ! 
17845 \backslash
17846 dbinom@
17847 \backslash
17848 DeclareMathOperator
17849 \end_layout
17850
17851 \end_inset
17852
17853  custom operators can be defined in the LaTeX-preamble.
17854  Its command scheme is:
17855 \end_layout
17856
17857 \begin_layout Standard
17858
17859 \series bold
17860
17861 \backslash
17862 DeclareMathOperator{new command}{display}
17863 \end_layout
17864
17865 \begin_layout Standard
17866 Display can be characters or symbols that define how the operator looks
17867  in the output.
17868  To define a big operator a * is set behind the command.
17869  All self-defined big operators can have limits as described in 
17870 \begin_inset CommandInset ref
17871 LatexCommand ref
17872 reference "sub:Operator-Limits"
17873
17874 \end_inset
17875
17876 .
17877 \end_layout
17878
17879 \begin_layout Standard
17880 For example the LaTeX-preamble line
17881 \end_layout
17882
17883 \begin_layout Standard
17884
17885 \series bold
17886
17887 \backslash
17888 DeclareMathOperator*{
17889 \backslash
17890 Lozenge}{
17891 \backslash
17892 blacklozenge}
17893 \end_layout
17894
17895 \begin_layout Standard
17896 defines the command 
17897 \series bold
17898
17899 \backslash
17900 Lozenge
17901 \series default
17902 , that inserts a big operator consisting of the lozenge symbol from 
17903 \begin_inset CommandInset ref
17904 LatexCommand ref
17905 reference "sub:Miscellaneous-Symbols"
17906
17907 \end_inset
17908
17909 :
17910 \begin_inset Formula 
17911 \[
17912 \Lozenge_{n=1}^{\infty}
17913 \]
17914
17915 \end_inset
17916
17917 The command for this formula is: 
17918 \series bold
17919
17920 \backslash
17921 Lozenge
17922 \series default
17923 ^
17924 \series bold
17925
17926 \backslash
17927 infty
17928 \begin_inset Formula $\to$
17929 \end_inset
17930
17931 _n=1
17932 \end_layout
17933
17934 \begin_layout Standard
17935 \begin_inset VSpace bigskip
17936 \end_inset
17937
17938 When self-defined operators are not used several times in the document,
17939  they can also be defined with the commands 
17940 \series bold
17941
17942 \backslash
17943 mathop
17944 \series default
17945
17946 \begin_inset Index idx
17947 status collapsed
17948
17949 \begin_layout Plain Layout
17950 Commands ! M ! 
17951 \backslash
17952 mathop
17953 \end_layout
17954
17955 \end_inset
17956
17957  and 
17958 \series bold
17959
17960 \backslash
17961 mathbin
17962 \series default
17963
17964 \begin_inset Index idx
17965 status collapsed
17966
17967 \begin_layout Plain Layout
17968 Commands ! M ! 
17969 \backslash
17970 mathbin
17971 \end_layout
17972
17973 \end_inset
17974
17975 , which have the following scheme:
17976 \end_layout
17977
17978 \begin_layout Standard
17979
17980 \series bold
17981
17982 \backslash
17983 mathop{display}
17984 \series default
17985  and 
17986 \series bold
17987
17988 \backslash
17989 mathbin{display}
17990 \end_layout
17991
17992 \begin_layout Standard
17993
17994 \series bold
17995
17996 \backslash
17997 mathop
17998 \series default
17999  defines big operators, 
18000 \series bold
18001
18002 \backslash
18003 mathbin
18004 \series default
18005  binary operators.
18006 \end_layout
18007
18008 \begin_layout Standard
18009
18010 \series bold
18011
18012 \backslash
18013 mathop
18014 \series default
18015  can e.
18016 \begin_inset space \thinspace{}
18017 \end_inset
18018
18019 g.
18020 \begin_inset space \space{}
18021 \end_inset
18022
18023 be used to use one limit for several operators:
18024 \end_layout
18025
18026 \begin_layout Standard
18027 \begin_inset Formula 
18028 \[
18029 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18030 \]
18031
18032 \end_inset
18033
18034
18035 \end_layout
18036
18037 \begin_layout Standard
18038 The command for the formula above is:
18039 \begin_inset Newline newline
18040 \end_inset
18041
18042
18043 \series bold
18044
18045 \backslash
18046 mathop{
18047 \backslash
18048 sum
18049 \backslash
18050 negmedspace
18051 \backslash
18052 sum
18053 \series default
18054
18055 \begin_inset ERT
18056 status collapsed
18057
18058 \begin_layout Plain Layout
18059
18060
18061 \backslash
18062 spce 
18063 \end_layout
18064
18065 \end_inset
18066
18067
18068 \series bold
18069
18070 \begin_inset Formula $\to$
18071 \end_inset
18072
18073 ^N
18074 \series default
18075
18076 \begin_inset ERT
18077 status collapsed
18078
18079 \begin_layout Plain Layout
18080
18081
18082 \backslash
18083 spce 
18084 \end_layout
18085
18086 \end_inset
18087
18088
18089 \series bold
18090 _i,j=1
18091 \end_layout
18092
18093 \begin_layout Section
18094 Fonts
18095 \begin_inset Index idx
18096 status collapsed
18097
18098 \begin_layout Plain Layout
18099 Fonts
18100 \end_layout
18101
18102 \end_inset
18103
18104
18105 \end_layout
18106
18107 \begin_layout Subsection
18108 Font Styles
18109 \begin_inset CommandInset label
18110 LatexCommand label
18111 name "sub:Font-Styles"
18112
18113 \end_inset
18114
18115
18116 \begin_inset Index idx
18117 status collapsed
18118
18119 \begin_layout Plain Layout
18120 Font ! style
18121 \end_layout
18122
18123 \end_inset
18124
18125
18126 \end_layout
18127
18128 \begin_layout Standard
18129 Latin letters in formulas can be set in one of the following font styles:
18130 \begin_inset VSpace -2mm
18131 \end_inset
18132
18133
18134 \end_layout
18135
18136 \begin_layout Standard
18137 \align center
18138 \begin_inset Tabular
18139 <lyxtabular version="3" rows="7" columns="3">
18140 <features tabularvalignment="middle">
18141 <column alignment="center" valignment="top" width="0">
18142 <column alignment="center" valignment="top" width="0">
18143 <column alignment="center" valignment="top" width="0">
18144 <row>
18145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18146 \begin_inset Text
18147
18148 \begin_layout Plain Layout
18149 Command
18150 \end_layout
18151
18152 \end_inset
18153 </cell>
18154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18155 \begin_inset Text
18156
18157 \begin_layout Plain Layout
18158 Result
18159 \end_layout
18160
18161 \end_inset
18162 </cell>
18163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18164 \begin_inset Text
18165
18166 \begin_layout Plain Layout
18167 shortcut
18168 \end_layout
18169
18170 \end_inset
18171 </cell>
18172 </row>
18173 <row>
18174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18175 \begin_inset Text
18176
18177 \begin_layout Plain Layout
18178
18179 \backslash
18180 mathbb
18181 \series bold
18182
18183 \begin_inset ERT
18184 status collapsed
18185
18186 \begin_layout Plain Layout
18187
18188
18189 \backslash
18190 spce 
18191 \end_layout
18192
18193 \end_inset
18194
18195
18196 \series default
18197 ABC
18198 \end_layout
18199
18200 \end_inset
18201 </cell>
18202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18203 \begin_inset Text
18204
18205 \begin_layout Plain Layout
18206 \begin_inset Formula $\mathbb{ABC}$
18207 \end_inset
18208
18209
18210 \end_layout
18211
18212 \end_inset
18213 </cell>
18214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18215 \begin_inset Text
18216
18217 \begin_layout Plain Layout
18218 \begin_inset Info
18219 type  "shortcuts"
18220 arg   "font-noun"
18221 \end_inset
18222
18223
18224 \end_layout
18225
18226 \end_inset
18227 </cell>
18228 </row>
18229 <row>
18230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18231 \begin_inset Text
18232
18233 \begin_layout Plain Layout
18234
18235 \backslash
18236 mathbf
18237 \series bold
18238
18239 \begin_inset ERT
18240 status collapsed
18241
18242 \begin_layout Plain Layout
18243
18244
18245 \backslash
18246 spce 
18247 \end_layout
18248
18249 \end_inset
18250
18251
18252 \series default
18253 AbC
18254 \end_layout
18255
18256 \end_inset
18257 </cell>
18258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18259 \begin_inset Text
18260
18261 \begin_layout Plain Layout
18262 \begin_inset Formula $\mathbf{AbC}$
18263 \end_inset
18264
18265
18266 \end_layout
18267
18268 \end_inset
18269 </cell>
18270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18271 \begin_inset Text
18272
18273 \begin_layout Plain Layout
18274 \begin_inset Info
18275 type  "shortcuts"
18276 arg   "font-bold"
18277 \end_inset
18278
18279
18280 \end_layout
18281
18282 \end_inset
18283 </cell>
18284 </row>
18285 <row>
18286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18287 \begin_inset Text
18288
18289 \begin_layout Plain Layout
18290
18291 \backslash
18292 boldsymbol
18293 \series bold
18294
18295 \begin_inset ERT
18296 status collapsed
18297
18298 \begin_layout Plain Layout
18299
18300
18301 \backslash
18302 spce 
18303 \end_layout
18304
18305 \end_inset
18306
18307
18308 \series default
18309 AbC
18310 \end_layout
18311
18312 \end_inset
18313 </cell>
18314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18315 \begin_inset Text
18316
18317 \begin_layout Plain Layout
18318 \begin_inset Formula $\boldsymbol{AbC}$
18319 \end_inset
18320
18321
18322 \end_layout
18323
18324 \end_inset
18325 </cell>
18326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18327 \begin_inset Text
18328
18329 \begin_layout Plain Layout
18330 \begin_inset Info
18331 type  "shortcuts"
18332 arg   "font-boldsymbol"
18333 \end_inset
18334
18335
18336 \end_layout
18337
18338 \end_inset
18339 </cell>
18340 </row>
18341 <row>
18342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18343 \begin_inset Text
18344
18345 \begin_layout Plain Layout
18346
18347 \backslash
18348 mathcal
18349 \series bold
18350
18351 \begin_inset ERT
18352 status collapsed
18353
18354 \begin_layout Plain Layout
18355
18356
18357 \backslash
18358 spce 
18359 \end_layout
18360
18361 \end_inset
18362
18363
18364 \series default
18365 ABC
18366 \end_layout
18367
18368 \end_inset
18369 </cell>
18370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18371 \begin_inset Text
18372
18373 \begin_layout Plain Layout
18374 \begin_inset Formula $\mathcal{ABC}$
18375 \end_inset
18376
18377
18378 \end_layout
18379
18380 \end_inset
18381 </cell>
18382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386 \begin_inset Info
18387 type  "shortcuts"
18388 arg   "font-emph"
18389 \end_inset
18390
18391
18392 \end_layout
18393
18394 \end_inset
18395 </cell>
18396 </row>
18397 <row>
18398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18399 \begin_inset Text
18400
18401 \begin_layout Plain Layout
18402
18403 \backslash
18404 mathfrak
18405 \series bold
18406
18407 \begin_inset ERT
18408 status collapsed
18409
18410 \begin_layout Plain Layout
18411
18412
18413 \backslash
18414 spce 
18415 \end_layout
18416
18417 \end_inset
18418
18419
18420 \series default
18421 AbC
18422 \end_layout
18423
18424 \end_inset
18425 </cell>
18426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18427 \begin_inset Text
18428
18429 \begin_layout Plain Layout
18430 \begin_inset Formula $\mathfrak{AbC}$
18431 \end_inset
18432
18433
18434 \end_layout
18435
18436 \end_inset
18437 </cell>
18438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18439 \begin_inset Text
18440
18441 \begin_layout Plain Layout
18442 -
18443 \end_layout
18444
18445 \end_inset
18446 </cell>
18447 </row>
18448 <row>
18449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18450 \begin_inset Text
18451
18452 \begin_layout Plain Layout
18453
18454 \backslash
18455 mathscr
18456 \series bold
18457
18458 \begin_inset ERT
18459 status collapsed
18460
18461 \begin_layout Plain Layout
18462
18463
18464 \backslash
18465 spce 
18466 \end_layout
18467
18468 \end_inset
18469
18470
18471 \series default
18472 AbC
18473 \end_layout
18474
18475 \end_inset
18476 </cell>
18477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18478 \begin_inset Text
18479
18480 \begin_layout Plain Layout
18481 \begin_inset Formula $\mathscr{AbC}$
18482 \end_inset
18483
18484
18485 \end_layout
18486
18487 \end_inset
18488 </cell>
18489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18490 \begin_inset Text
18491
18492 \begin_layout Plain Layout
18493 -
18494 \end_layout
18495
18496 \end_inset
18497 </cell>
18498 </row>
18499 </lyxtabular>
18500
18501 \end_inset
18502
18503
18504 \end_layout
18505
18506 \begin_layout Standard
18507 \align center
18508 \begin_inset Tabular
18509 <lyxtabular version="3" rows="5" columns="3">
18510 <features tabularvalignment="middle">
18511 <column alignment="center" valignment="top" width="0">
18512 <column alignment="center" valignment="top" width="0">
18513 <column alignment="center" valignment="top" width="0">
18514 <row>
18515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18516 \begin_inset Text
18517
18518 \begin_layout Plain Layout
18519 Command
18520 \end_layout
18521
18522 \end_inset
18523 </cell>
18524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18525 \begin_inset Text
18526
18527 \begin_layout Plain Layout
18528 Result
18529 \end_layout
18530
18531 \end_inset
18532 </cell>
18533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537 shortcut
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 </row>
18543 <row>
18544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18545 \begin_inset Text
18546
18547 \begin_layout Plain Layout
18548
18549 \backslash
18550 mathit
18551 \series bold
18552
18553 \begin_inset ERT
18554 status collapsed
18555
18556 \begin_layout Plain Layout
18557
18558
18559 \backslash
18560 spce 
18561 \end_layout
18562
18563 \end_inset
18564
18565
18566 \series default
18567 AbC
18568 \end_layout
18569
18570 \end_inset
18571 </cell>
18572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18573 \begin_inset Text
18574
18575 \begin_layout Plain Layout
18576 \begin_inset Formula $\mathit{AbC}$
18577 \end_inset
18578
18579
18580 \end_layout
18581
18582 \end_inset
18583 </cell>
18584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18585 \begin_inset Text
18586
18587 \begin_layout Plain Layout
18588 -
18589 \end_layout
18590
18591 \end_inset
18592 </cell>
18593 </row>
18594 <row>
18595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18596 \begin_inset Text
18597
18598 \begin_layout Plain Layout
18599
18600 \backslash
18601 mathrm
18602 \series bold
18603
18604 \begin_inset ERT
18605 status collapsed
18606
18607 \begin_layout Plain Layout
18608
18609
18610 \backslash
18611 spce 
18612 \end_layout
18613
18614 \end_inset
18615
18616
18617 \series default
18618 AbC
18619 \end_layout
18620
18621 \end_inset
18622 </cell>
18623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18624 \begin_inset Text
18625
18626 \begin_layout Plain Layout
18627 \begin_inset Formula $\mathrm{AbC}$
18628 \end_inset
18629
18630
18631 \end_layout
18632
18633 \end_inset
18634 </cell>
18635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18636 \begin_inset Text
18637
18638 \begin_layout Plain Layout
18639 \begin_inset Info
18640 type  "shortcuts"
18641 arg   "font-roman"
18642 \end_inset
18643
18644
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 </row>
18650 <row>
18651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18652 \begin_inset Text
18653
18654 \begin_layout Plain Layout
18655
18656 \backslash
18657 mathsf
18658 \series bold
18659
18660 \begin_inset ERT
18661 status collapsed
18662
18663 \begin_layout Plain Layout
18664
18665
18666 \backslash
18667 spce 
18668 \end_layout
18669
18670 \end_inset
18671
18672
18673 \series default
18674 AbC
18675 \end_layout
18676
18677 \end_inset
18678 </cell>
18679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18680 \begin_inset Text
18681
18682 \begin_layout Plain Layout
18683 \begin_inset Formula $\mathsf{AbC}$
18684 \end_inset
18685
18686
18687 \end_layout
18688
18689 \end_inset
18690 </cell>
18691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18692 \begin_inset Text
18693
18694 \begin_layout Plain Layout
18695 \begin_inset Info
18696 type  "shortcuts"
18697 arg   "font-sans"
18698 \end_inset
18699
18700
18701 \end_layout
18702
18703 \end_inset
18704 </cell>
18705 </row>
18706 <row>
18707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18708 \begin_inset Text
18709
18710 \begin_layout Plain Layout
18711
18712 \backslash
18713 mathtt
18714 \series bold
18715
18716 \begin_inset ERT
18717 status collapsed
18718
18719 \begin_layout Plain Layout
18720
18721
18722 \backslash
18723 spce 
18724 \end_layout
18725
18726 \end_inset
18727
18728
18729 \series default
18730 AbC
18731 \end_layout
18732
18733 \end_inset
18734 </cell>
18735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18736 \begin_inset Text
18737
18738 \begin_layout Plain Layout
18739 \begin_inset Formula $\mathtt{AbC}$
18740 \end_inset
18741
18742
18743 \end_layout
18744
18745 \end_inset
18746 </cell>
18747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18748 \begin_inset Text
18749
18750 \begin_layout Plain Layout
18751 \begin_inset Info
18752 type  "shortcuts"
18753 arg   "font-typewriter"
18754 \end_inset
18755
18756
18757 \end_layout
18758
18759 \end_inset
18760 </cell>
18761 </row>
18762 </lyxtabular>
18763
18764 \end_inset
18765
18766
18767 \end_layout
18768
18769 \begin_layout Standard
18770 \begin_inset Note Greyedout
18771 status open
18772
18773 \begin_layout Plain Layout
18774
18775 \series bold
18776 Note:
18777 \series default
18778  The styles 
18779 \series bold
18780
18781 \backslash
18782 mathbb
18783 \series default
18784  and 
18785 \series bold
18786
18787 \backslash
18788 mathcal
18789 \series default
18790  can only be used for big letters.
18791 \end_layout
18792
18793 \end_inset
18794
18795
18796 \end_layout
18797
18798 \begin_layout Standard
18799 Predefined is the style 
18800 \series bold
18801
18802 \backslash
18803 mathnormal
18804 \series default
18805 .
18806 \end_layout
18807
18808 \begin_layout Standard
18809 The style commands work also for letters in mathematical constructs:
18810 \begin_inset Formula 
18811 \[
18812 \mathfrak{A=\frac{b}{C}}
18813 \]
18814
18815 \end_inset
18816
18817
18818 \end_layout
18819
18820 \begin_layout Standard
18821 Characters in mathematical text don't appear in a math font style but in
18822  the text font style 
18823 \series bold
18824
18825 \backslash
18826 textrm
18827 \series default
18828 .
18829  That their style can't be set correctly via the text style dialog is a
18830  bug in LyX.
18831 \begin_inset Foot
18832 status collapsed
18833
18834 \begin_layout Plain Layout
18835 \begin_inset CommandInset href
18836 LatexCommand href
18837 name "LyX-bug #4629"
18838 target "http://www.lyx.org/trac/ticket/4629"
18839
18840 \end_inset
18841
18842
18843 \end_layout
18844
18845 \end_inset
18846
18847
18848 \end_layout
18849
18850 \begin_layout Standard
18851 Instead of the style commands the dialog 
18852 \family sans
18853 Edit\SpecialChar \menuseparator
18854 Math\SpecialChar \menuseparator
18855 Text Style
18856 \family default
18857  or the toolbar button 
18858 \begin_inset Graphics
18859         filename ../images/math/font.png
18860         scale 85
18861
18862 \end_inset
18863
18864  can be used.
18865 \end_layout
18866
18867 \begin_layout Subsection
18868 Bold Formulas
18869 \begin_inset CommandInset label
18870 LatexCommand label
18871 name "sub:Bold-Formulas"
18872
18873 \end_inset
18874
18875
18876 \begin_inset Index idx
18877 status collapsed
18878
18879 \begin_layout Plain Layout
18880 Formula ! bold
18881 \end_layout
18882
18883 \end_inset
18884
18885
18886 \end_layout
18887
18888 \begin_layout Standard
18889 To make a complete formula bold, the command 
18890 \series bold
18891
18892 \backslash
18893 mathbf
18894 \series default
18895  from the previous subsection cannot be used, because it doesn't work for
18896  small Greek letters.
18897  Furthermore it prints Latin letters always upright, like in the following
18898  equation:
18899 \end_layout
18900
18901 \begin_layout Standard
18902 \begin_inset Formula 
18903 \[
18904 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{equation with \textbackslash mathbf}
18905 \]
18906
18907 \end_inset
18908
18909
18910 \end_layout
18911
18912 \begin_layout Standard
18913 To display the formula correctly, the command 
18914 \series bold
18915
18916 \backslash
18917 boldsymbol
18918 \series default
18919  is used:
18920 \begin_inset Formula 
18921 \[
18922 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation with \textbackslash boldsymbol}}
18923 \]
18924
18925 \end_inset
18926
18927 It is also possible to set the formula in a 
18928 \series bold
18929 boldmath environment
18930 \series default
18931 .
18932  This environment is created by inserting the command 
18933 \series bold
18934
18935 \backslash
18936 boldmath
18937 \series default
18938
18939 \begin_inset Index idx
18940 status collapsed
18941
18942 \begin_layout Plain Layout
18943 Commands ! B ! 
18944 \backslash
18945 boldmath
18946 \end_layout
18947
18948 \end_inset
18949
18950  in TeX-mode.
18951  To end the environment, the command 
18952 \series bold
18953
18954 \backslash
18955 unboldmath
18956 \series default
18957
18958 \begin_inset Index idx
18959 status collapsed
18960
18961 \begin_layout Plain Layout
18962 Commands ! U ! 
18963 \backslash
18964 unboldmath
18965 \end_layout
18966
18967 \end_inset
18968
18969  is inserted in TeX-mode.
18970 \begin_inset ERT
18971 status collapsed
18972
18973 \begin_layout Plain Layout
18974
18975
18976 \backslash
18977 boldmath 
18978 \end_layout
18979
18980 \end_inset
18981
18982
18983 \begin_inset Formula 
18984 \[
18985 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{equation in a boldmath environment}
18986 \]
18987
18988 \end_inset
18989
18990
18991 \begin_inset ERT
18992 status collapsed
18993
18994 \begin_layout Plain Layout
18995
18996
18997 \backslash
18998 unboldmath 
18999 \end_layout
19000
19001 \end_inset
19002
19003
19004 \end_layout
19005
19006 \begin_layout Subsection
19007 Colored Formulas
19008 \begin_inset Index idx
19009 status collapsed
19010
19011 \begin_layout Plain Layout
19012 Formula ! colored
19013 \end_layout
19014
19015 \end_inset
19016
19017
19018 \end_layout
19019
19020 \begin_layout Standard
19021 Formulas can be colored like normal text: Highlight a formula or a formula
19022  part and use the 
19023 \family sans
19024 Text Style
19025 \family default
19026  dialog.
19027  Here is a formula in magenta:
19028 \begin_inset Formula 
19029 \[
19030 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19031 \]
19032
19033 \end_inset
19034
19035
19036 \end_layout
19037
19038 \begin_layout Standard
19039 You can also define your own colors as described in 
19040 \begin_inset CommandInset ref
19041 LatexCommand ref
19042 reference "sub:Colored-Boxes"
19043
19044 \end_inset
19045
19046 .
19047  They can be used with the TeX code command 
19048 \series bold
19049
19050 \backslash
19051 textcolor
19052 \series default
19053
19054 \begin_inset Index idx
19055 status collapsed
19056
19057 \begin_layout Plain Layout
19058 Commands ! T ! 
19059 \backslash
19060 textcolor
19061 \end_layout
19062
19063 \end_inset
19064
19065  in the scheme
19066 \end_layout
19067
19068 \begin_layout Standard
19069
19070 \series bold
19071
19072 \backslash
19073 textcolor{color}{characters or formula}
19074 \end_layout
19075
19076 \begin_layout Standard
19077 The following example was colored completely dark green and partly red:
19078 \end_layout
19079
19080 \begin_layout Standard
19081 \begin_inset ERT
19082 status collapsed
19083
19084 \begin_layout Plain Layout
19085
19086
19087 \backslash
19088 textcolor{darkgreen}{
19089 \end_layout
19090
19091 \end_inset
19092
19093
19094 \begin_inset Formula 
19095 \[
19096 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19097 \]
19098
19099 \end_inset
19100
19101
19102 \begin_inset ERT
19103 status collapsed
19104
19105 \begin_layout Plain Layout
19106
19107 }
19108 \end_layout
19109
19110 \end_inset
19111
19112
19113 \end_layout
19114
19115 \begin_layout Standard
19116 Due to a bug in LyX only complete formulas can be colored with self-defined
19117  colors.
19118 \begin_inset Foot
19119 status collapsed
19120
19121 \begin_layout Plain Layout
19122 \begin_inset CommandInset href
19123 LatexCommand href
19124 name "LyX-bug #5269"
19125 target "http://www.lyx.org/trac/ticket/5269"
19126
19127 \end_inset
19128
19129
19130 \end_layout
19131
19132 \end_inset
19133
19134
19135 \end_layout
19136
19137 \begin_layout Subsection
19138 Font Sizes
19139 \begin_inset CommandInset label
19140 LatexCommand label
19141 name "sub:Font-Sizes"
19142
19143 \end_inset
19144
19145
19146 \begin_inset Index idx
19147 status collapsed
19148
19149 \begin_layout Plain Layout
19150 Font ! size
19151 \end_layout
19152
19153 \end_inset
19154
19155
19156 \end_layout
19157
19158 \begin_layout Standard
19159 For characters in formulas there are, analog to characters in text, the
19160  following size commands:
19161 \end_layout
19162
19163 \begin_layout Standard
19164
19165 \series bold
19166
19167 \backslash
19168 Huge
19169 \series default
19170
19171 \series bold
19172
19173 \backslash
19174 huge
19175 \series default
19176
19177 \series bold
19178
19179 \backslash
19180 LARGE
19181 \series default
19182
19183 \series bold
19184
19185 \backslash
19186 Large
19187 \series default
19188
19189 \series bold
19190
19191 \backslash
19192 large
19193 \series default
19194
19195 \series bold
19196
19197 \backslash
19198 normalsize
19199 \series default
19200
19201 \series bold
19202
19203 \backslash
19204 small
19205 \series default
19206 ,
19207 \begin_inset Newline newline
19208 \end_inset
19209
19210
19211 \series bold
19212
19213 \backslash
19214 footnotesize
19215 \series default
19216
19217 \series bold
19218
19219 \backslash
19220 scriptsize
19221 \series default
19222  and 
19223 \series bold
19224
19225 \backslash
19226 tiny
19227 \end_layout
19228
19229 \begin_layout Standard
19230 The size produced by the commands depends on the document font size, that
19231  corresponds with the command 
19232 \series bold
19233
19234 \backslash
19235 normalsize
19236 \series default
19237 .
19238  The other commands produce smaller or larger sizes than 
19239 \series bold
19240
19241 \backslash
19242 normalsize
19243 \series default
19244 .
19245  The font size can however not exceed a certain value.
19246  Is for example the document font size 12
19247 \begin_inset space \thinspace{}
19248 \end_inset
19249
19250 pt, the command 
19251 \series bold
19252
19253 \backslash
19254 Huge
19255 \series default
19256  switches to the same size as 
19257 \series bold
19258
19259 \backslash
19260 huge
19261 \series default
19262 .
19263  
19264 \end_layout
19265
19266 \begin_layout Standard
19267 A size command is inserted in TeX-mode before the formula and sets the size
19268  for all following formula and text characters.
19269  To switch back to the initial size, the command 
19270 \series bold
19271
19272 \backslash
19273 normalsize
19274 \series default
19275  is inserted behind the formula in TeX-mode.
19276 \end_layout
19277
19278 \begin_layout Standard
19279 Within a formula the size can be changed using the following size commands:
19280 \end_layout
19281
19282 \begin_layout Standard
19283 \noindent
19284 \align center
19285 \begin_inset Tabular
19286 <lyxtabular version="3" rows="5" columns="2">
19287 <features tabularvalignment="middle">
19288 <column alignment="center" valignment="top" width="0">
19289 <column alignment="center" valignment="top" width="0">
19290 <row>
19291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19292 \begin_inset Text
19293
19294 \begin_layout Plain Layout
19295 Command
19296 \end_layout
19297
19298 \end_inset
19299 </cell>
19300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19301 \begin_inset Text
19302
19303 \begin_layout Plain Layout
19304 Result
19305 \begin_inset Note Note
19306 status collapsed
19307
19308 \begin_layout Plain Layout
19309
19310 \series bold
19311
19312 \backslash
19313 raisebox
19314 \series default
19315  is only used as spacer.
19316 \end_layout
19317
19318 \end_inset
19319
19320
19321 \end_layout
19322
19323 \end_inset
19324 </cell>
19325 </row>
19326 <row>
19327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19328 \begin_inset Text
19329
19330 \begin_layout Plain Layout
19331
19332 \backslash
19333 displaystyle
19334 \begin_inset Index idx
19335 status collapsed
19336
19337 \begin_layout Plain Layout
19338 Commands ! D ! 
19339 \backslash
19340 displaystyle
19341 \end_layout
19342
19343 \end_inset
19344
19345
19346 \end_layout
19347
19348 \end_inset
19349 </cell>
19350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19351 \begin_inset Text
19352
19353 \begin_layout Plain Layout
19354 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19355 \end_inset
19356
19357
19358 \end_layout
19359
19360 \end_inset
19361 </cell>
19362 </row>
19363 <row>
19364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19365 \begin_inset Text
19366
19367 \begin_layout Plain Layout
19368
19369 \backslash
19370 textstyle
19371 \end_layout
19372
19373 \end_inset
19374 </cell>
19375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Plain Layout
19379 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19380 \end_inset
19381
19382
19383 \end_layout
19384
19385 \end_inset
19386 </cell>
19387 </row>
19388 <row>
19389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19390 \begin_inset Text
19391
19392 \begin_layout Plain Layout
19393
19394 \backslash
19395 scriptstyle
19396 \end_layout
19397
19398 \end_inset
19399 </cell>
19400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19401 \begin_inset Text
19402
19403 \begin_layout Plain Layout
19404 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19405 \end_inset
19406
19407
19408 \end_layout
19409
19410 \end_inset
19411 </cell>
19412 </row>
19413 <row>
19414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19415 \begin_inset Text
19416
19417 \begin_layout Plain Layout
19418
19419 \backslash
19420 scriptscriptstyle
19421 \end_layout
19422
19423 \end_inset
19424 </cell>
19425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19426 \begin_inset Text
19427
19428 \begin_layout Plain Layout
19429 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19430 \end_inset
19431
19432
19433 \end_layout
19434
19435 \end_inset
19436 </cell>
19437 </row>
19438 </lyxtabular>
19439
19440 \end_inset
19441
19442
19443 \end_layout
19444
19445 \begin_layout Standard
19446 After entering these commands, a blue box appears in which the formula parts
19447  are inserted.
19448 \end_layout
19449
19450 \begin_layout Standard
19451 There is a further method to change the font size, that though only works
19452  for symbols or letters in mathematical text.
19453  To use it, one of the above text size commands is inserted in mathematical
19454  text.
19455  All following characters until the end of the mathematical text or until
19456  another size command will have the selected size.
19457  Two examples:
19458 \begin_inset VSpace -2mm
19459 \end_inset
19460
19461
19462 \end_layout
19463
19464 \begin_layout Standard
19465 \begin_inset ERT
19466 status collapsed
19467
19468 \begin_layout Plain Layout
19469
19470
19471 \backslash
19472 huge 
19473 \end_layout
19474
19475 \end_inset
19476
19477
19478 \begin_inset Formula 
19479 \[
19480 A=\frac{B}{c}\cdot\maltese
19481 \]
19482
19483 \end_inset
19484
19485
19486 \begin_inset Formula 
19487 \[
19488 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19489 \]
19490
19491 \end_inset
19492
19493
19494 \begin_inset ERT
19495 status collapsed
19496
19497 \begin_layout Plain Layout
19498
19499
19500 \backslash
19501 normalsize 
19502 \end_layout
19503
19504 \end_inset
19505
19506
19507 \end_layout
19508
19509 \begin_layout Standard
19510 \begin_inset VSpace medskip
19511 \end_inset
19512
19513 Before both formulas the command 
19514 \series bold
19515
19516 \backslash
19517 huge
19518 \series default
19519  was inserted.
19520  The command for the second formula is:
19521 \begin_inset Newline newline
19522 \end_inset
19523
19524
19525 \series bold
19526
19527 \backslash
19528 maltese
19529 \begin_inset ERT
19530 status collapsed
19531
19532 \begin_layout Plain Layout
19533
19534
19535 \backslash
19536 spce 
19537 \end_layout
19538
19539 \end_inset
19540
19541 A Alt+M M 
19542 \backslash
19543 Large
19544 \begin_inset ERT
19545 status collapsed
19546
19547 \begin_layout Plain Layout
19548
19549
19550 \backslash
19551 spce 
19552 \end_layout
19553
19554 \end_inset
19555
19556
19557 \backslash
19558 maltese
19559 \begin_inset ERT
19560 status collapsed
19561
19562 \begin_layout Plain Layout
19563
19564
19565 \backslash
19566 spce 
19567 \end_layout
19568
19569 \end_inset
19570
19571
19572 \backslash
19573 textit
19574 \begin_inset ERT
19575 status collapsed
19576
19577 \begin_layout Plain Layout
19578
19579
19580 \backslash
19581 spce 
19582 \end_layout
19583
19584 \end_inset
19585
19586 A
19587 \begin_inset Formula $\to$
19588 \end_inset
19589
19590
19591 \begin_inset Formula $\to$
19592 \end_inset
19593
19594
19595 \begin_inset Newline newline
19596 \end_inset
19597
19598
19599 \begin_inset space \hspace*{}
19600 \length 1cm
19601 \end_inset
19602
19603 Alt+M
19604 \series default
19605  
19606 \series bold
19607
19608 \backslash
19609 tiny
19610 \begin_inset ERT
19611 status collapsed
19612
19613 \begin_layout Plain Layout
19614
19615
19616 \backslash
19617 spce 
19618 \end_layout
19619
19620 \end_inset
19621
19622
19623 \backslash
19624 maltese
19625 \begin_inset ERT
19626 status collapsed
19627
19628 \begin_layout Plain Layout
19629
19630
19631 \backslash
19632 spce 
19633 \end_layout
19634
19635 \end_inset
19636
19637
19638 \backslash
19639 textit
19640 \begin_inset ERT
19641 status collapsed
19642
19643 \begin_layout Plain Layout
19644
19645
19646 \backslash
19647 spce 
19648 \end_layout
19649
19650 \end_inset
19651
19652 A
19653 \end_layout
19654
19655 \begin_layout Standard
19656 If a symbol cannot be displayed in different sizes, it will always be displayed
19657  in the default size.
19658 \end_layout
19659
19660 \begin_layout Section
19661 Greek Letters
19662 \begin_inset Index idx
19663 status collapsed
19664
19665 \begin_layout Plain Layout
19666 Greek letters
19667 \end_layout
19668
19669 \end_inset
19670
19671
19672 \end_layout
19673
19674 \begin_layout Standard
19675 Greek letters can also be inserted via the toolbar button 
19676 \begin_inset Graphics
19677         filename ../images/math/alpha.png
19678         scale 85
19679
19680 \end_inset
19681
19682 .
19683  All international typesetting norms purport that Greek letters in math
19684  have to be typeset italic/slanted.
19685  In some languages, like French or Russian, they are nevertheless sometimes
19686  typeset upright.
19687 \end_layout
19688
19689 \begin_layout Subsection
19690 Small Letters
19691 \begin_inset Index idx
19692 status collapsed
19693
19694 \begin_layout Plain Layout
19695 Greek letters ! small
19696 \end_layout
19697
19698 \end_inset
19699
19700
19701 \end_layout
19702
19703 \begin_layout Standard
19704 \begin_inset space \hfill{}
19705 \end_inset
19706
19707
19708 \begin_inset Tabular
19709 <lyxtabular version="3" rows="11" columns="2">
19710 <features tabularvalignment="middle">
19711 <column alignment="center" valignment="top" width="0pt">
19712 <column alignment="center" valignment="top" width="0pt">
19713 <row>
19714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19715 \begin_inset Text
19716
19717 \begin_layout Plain Layout
19718 Command
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19724 \begin_inset Text
19725
19726 \begin_layout Plain Layout
19727 Result
19728 \end_layout
19729
19730 \end_inset
19731 </cell>
19732 </row>
19733 <row>
19734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19735 \begin_inset Text
19736
19737 \begin_layout Plain Layout
19738
19739 \backslash
19740 alpha
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19746 \begin_inset Text
19747
19748 \begin_layout Plain Layout
19749 \begin_inset Formula $\alpha$
19750 \end_inset
19751
19752
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 </row>
19758 <row>
19759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19760 \begin_inset Text
19761
19762 \begin_layout Plain Layout
19763
19764 \backslash
19765 beta
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19771 \begin_inset Text
19772
19773 \begin_layout Plain Layout
19774 \begin_inset Formula $\beta$
19775 \end_inset
19776
19777
19778 \end_layout
19779
19780 \end_inset
19781 </cell>
19782 </row>
19783 <row>
19784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19785 \begin_inset Text
19786
19787 \begin_layout Plain Layout
19788
19789 \backslash
19790 gamma
19791 \end_layout
19792
19793 \end_inset
19794 </cell>
19795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19796 \begin_inset Text
19797
19798 \begin_layout Plain Layout
19799 \begin_inset Formula $\gamma$
19800 \end_inset
19801
19802
19803 \end_layout
19804
19805 \end_inset
19806 </cell>
19807 </row>
19808 <row>
19809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19810 \begin_inset Text
19811
19812 \begin_layout Plain Layout
19813
19814 \backslash
19815 delta
19816 \end_layout
19817
19818 \end_inset
19819 </cell>
19820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19821 \begin_inset Text
19822
19823 \begin_layout Plain Layout
19824 \begin_inset Formula $\delta$
19825 \end_inset
19826
19827
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 </row>
19833 <row>
19834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19835 \begin_inset Text
19836
19837 \begin_layout Plain Layout
19838
19839 \backslash
19840 epsilon
19841 \end_layout
19842
19843 \end_inset
19844 </cell>
19845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19846 \begin_inset Text
19847
19848 \begin_layout Plain Layout
19849 \begin_inset Formula $\epsilon$
19850 \end_inset
19851
19852
19853 \end_layout
19854
19855 \end_inset
19856 </cell>
19857 </row>
19858 <row>
19859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19860 \begin_inset Text
19861
19862 \begin_layout Plain Layout
19863
19864 \backslash
19865 varepsilon
19866 \end_layout
19867
19868 \end_inset
19869 </cell>
19870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19871 \begin_inset Text
19872
19873 \begin_layout Plain Layout
19874 \begin_inset Formula $\varepsilon$
19875 \end_inset
19876
19877
19878 \end_layout
19879
19880 \end_inset
19881 </cell>
19882 </row>
19883 <row>
19884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19885 \begin_inset Text
19886
19887 \begin_layout Plain Layout
19888
19889 \backslash
19890 zeta
19891 \end_layout
19892
19893 \end_inset
19894 </cell>
19895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19896 \begin_inset Text
19897
19898 \begin_layout Plain Layout
19899 \begin_inset Formula $\zeta$
19900 \end_inset
19901
19902
19903 \end_layout
19904
19905 \end_inset
19906 </cell>
19907 </row>
19908 <row>
19909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913
19914 \backslash
19915 eta
19916 \end_layout
19917
19918 \end_inset
19919 </cell>
19920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924 \begin_inset Formula $\eta$
19925 \end_inset
19926
19927
19928 \end_layout
19929
19930 \end_inset
19931 </cell>
19932 </row>
19933 <row>
19934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19935 \begin_inset Text
19936
19937 \begin_layout Plain Layout
19938
19939 \backslash
19940 theta
19941 \end_layout
19942
19943 \end_inset
19944 </cell>
19945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19946 \begin_inset Text
19947
19948 \begin_layout Plain Layout
19949 \begin_inset Formula $\theta$
19950 \end_inset
19951
19952
19953 \end_layout
19954
19955 \end_inset
19956 </cell>
19957 </row>
19958 <row>
19959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19960 \begin_inset Text
19961
19962 \begin_layout Plain Layout
19963
19964 \backslash
19965 vartheta
19966 \end_layout
19967
19968 \end_inset
19969 </cell>
19970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19971 \begin_inset Text
19972
19973 \begin_layout Plain Layout
19974 \begin_inset Formula $\vartheta$
19975 \end_inset
19976
19977
19978 \end_layout
19979
19980 \end_inset
19981 </cell>
19982 </row>
19983 </lyxtabular>
19984
19985 \end_inset
19986
19987
19988 \begin_inset space \hfill{}
19989 \end_inset
19990
19991
19992 \begin_inset Tabular
19993 <lyxtabular version="3" rows="12" columns="2">
19994 <features tabularvalignment="middle">
19995 <column alignment="center" valignment="top" width="0pt">
19996 <column alignment="center" valignment="top" width="0pt">
19997 <row>
19998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19999 \begin_inset Text
20000
20001 \begin_layout Plain Layout
20002 Command
20003 \end_layout
20004
20005 \end_inset
20006 </cell>
20007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20008 \begin_inset Text
20009
20010 \begin_layout Plain Layout
20011 Result
20012 \end_layout
20013
20014 \end_inset
20015 </cell>
20016 </row>
20017 <row>
20018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20019 \begin_inset Text
20020
20021 \begin_layout Plain Layout
20022
20023 \backslash
20024 iota
20025 \end_layout
20026
20027 \end_inset
20028 </cell>
20029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20030 \begin_inset Text
20031
20032 \begin_layout Plain Layout
20033 \begin_inset Formula $\iota$
20034 \end_inset
20035
20036
20037 \end_layout
20038
20039 \end_inset
20040 </cell>
20041 </row>
20042 <row>
20043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20044 \begin_inset Text
20045
20046 \begin_layout Plain Layout
20047
20048 \backslash
20049 kappa
20050 \end_layout
20051
20052 \end_inset
20053 </cell>
20054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20055 \begin_inset Text
20056
20057 \begin_layout Plain Layout
20058 \begin_inset Formula $\kappa$
20059 \end_inset
20060
20061
20062 \end_layout
20063
20064 \end_inset
20065 </cell>
20066 </row>
20067 <row>
20068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20069 \begin_inset Text
20070
20071 \begin_layout Plain Layout
20072
20073 \backslash
20074 varkappa
20075 \end_layout
20076
20077 \end_inset
20078 </cell>
20079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20080 \begin_inset Text
20081
20082 \begin_layout Plain Layout
20083 \begin_inset Formula $\varkappa$
20084 \end_inset
20085
20086
20087 \end_layout
20088
20089 \end_inset
20090 </cell>
20091 </row>
20092 <row>
20093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20094 \begin_inset Text
20095
20096 \begin_layout Plain Layout
20097
20098 \backslash
20099 lambda
20100 \end_layout
20101
20102 \end_inset
20103 </cell>
20104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108 \begin_inset Formula $\lambda$
20109 \end_inset
20110
20111
20112 \end_layout
20113
20114 \end_inset
20115 </cell>
20116 </row>
20117 <row>
20118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20119 \begin_inset Text
20120
20121 \begin_layout Plain Layout
20122
20123 \backslash
20124 mu
20125 \end_layout
20126
20127 \end_inset
20128 </cell>
20129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20130 \begin_inset Text
20131
20132 \begin_layout Plain Layout
20133 \begin_inset Formula $\mu$
20134 \end_inset
20135
20136
20137 \end_layout
20138
20139 \end_inset
20140 </cell>
20141 </row>
20142 <row>
20143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20144 \begin_inset Text
20145
20146 \begin_layout Plain Layout
20147
20148 \backslash
20149 nu
20150 \end_layout
20151
20152 \end_inset
20153 </cell>
20154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20155 \begin_inset Text
20156
20157 \begin_layout Plain Layout
20158 \begin_inset Formula $\nu$
20159 \end_inset
20160
20161
20162 \end_layout
20163
20164 \end_inset
20165 </cell>
20166 </row>
20167 <row>
20168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20169 \begin_inset Text
20170
20171 \begin_layout Plain Layout
20172
20173 \backslash
20174 xi
20175 \end_layout
20176
20177 \end_inset
20178 </cell>
20179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20180 \begin_inset Text
20181
20182 \begin_layout Plain Layout
20183 \begin_inset Formula $\xi$
20184 \end_inset
20185
20186
20187 \end_layout
20188
20189 \end_inset
20190 </cell>
20191 </row>
20192 <row>
20193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20194 \begin_inset Text
20195
20196 \begin_layout Plain Layout
20197 o
20198 \end_layout
20199
20200 \end_inset
20201 </cell>
20202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20203 \begin_inset Text
20204
20205 \begin_layout Plain Layout
20206 \begin_inset Formula $o$
20207 \end_inset
20208
20209
20210 \end_layout
20211
20212 \end_inset
20213 </cell>
20214 </row>
20215 <row>
20216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20217 \begin_inset Text
20218
20219 \begin_layout Plain Layout
20220
20221 \backslash
20222 pi
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Plain Layout
20231 \begin_inset Formula $\pi$
20232 \end_inset
20233
20234
20235 \end_layout
20236
20237 \end_inset
20238 </cell>
20239 </row>
20240 <row>
20241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20242 \begin_inset Text
20243
20244 \begin_layout Plain Layout
20245
20246 \backslash
20247 varpi
20248 \end_layout
20249
20250 \end_inset
20251 </cell>
20252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20253 \begin_inset Text
20254
20255 \begin_layout Plain Layout
20256 \begin_inset Formula $\varpi$
20257 \end_inset
20258
20259
20260 \end_layout
20261
20262 \end_inset
20263 </cell>
20264 </row>
20265 <row>
20266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Plain Layout
20270
20271 \backslash
20272 rho
20273 \end_layout
20274
20275 \end_inset
20276 </cell>
20277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281 \begin_inset Formula $\rho$
20282 \end_inset
20283
20284
20285 \end_layout
20286
20287 \end_inset
20288 </cell>
20289 </row>
20290 </lyxtabular>
20291
20292 \end_inset
20293
20294
20295 \begin_inset space \hfill{}
20296 \end_inset
20297
20298
20299 \begin_inset Tabular
20300 <lyxtabular version="3" rows="11" columns="2">
20301 <features tabularvalignment="middle">
20302 <column alignment="center" valignment="top" width="0pt">
20303 <column alignment="center" valignment="top" width="0pt">
20304 <row>
20305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20306 \begin_inset Text
20307
20308 \begin_layout Plain Layout
20309 Command
20310 \end_layout
20311
20312 \end_inset
20313 </cell>
20314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20315 \begin_inset Text
20316
20317 \begin_layout Plain Layout
20318 Result
20319 \end_layout
20320
20321 \end_inset
20322 </cell>
20323 </row>
20324 <row>
20325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20326 \begin_inset Text
20327
20328 \begin_layout Plain Layout
20329
20330 \backslash
20331 varrho
20332 \end_layout
20333
20334 \end_inset
20335 </cell>
20336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20337 \begin_inset Text
20338
20339 \begin_layout Plain Layout
20340 \begin_inset Formula $\varrho$
20341 \end_inset
20342
20343
20344 \end_layout
20345
20346 \end_inset
20347 </cell>
20348 </row>
20349 <row>
20350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20351 \begin_inset Text
20352
20353 \begin_layout Plain Layout
20354
20355 \backslash
20356 sigma
20357 \end_layout
20358
20359 \end_inset
20360 </cell>
20361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20362 \begin_inset Text
20363
20364 \begin_layout Plain Layout
20365 \begin_inset Formula $\sigma$
20366 \end_inset
20367
20368
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 </row>
20374 <row>
20375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20376 \begin_inset Text
20377
20378 \begin_layout Plain Layout
20379
20380 \backslash
20381 varsigma
20382 \end_layout
20383
20384 \end_inset
20385 </cell>
20386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20387 \begin_inset Text
20388
20389 \begin_layout Plain Layout
20390 \begin_inset Formula $\varsigma$
20391 \end_inset
20392
20393
20394 \end_layout
20395
20396 \end_inset
20397 </cell>
20398 </row>
20399 <row>
20400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20401 \begin_inset Text
20402
20403 \begin_layout Plain Layout
20404
20405 \backslash
20406 tau
20407 \end_layout
20408
20409 \end_inset
20410 </cell>
20411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20412 \begin_inset Text
20413
20414 \begin_layout Plain Layout
20415 \begin_inset Formula $\tau$
20416 \end_inset
20417
20418
20419 \end_layout
20420
20421 \end_inset
20422 </cell>
20423 </row>
20424 <row>
20425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20426 \begin_inset Text
20427
20428 \begin_layout Plain Layout
20429
20430 \backslash
20431 upsilon
20432 \end_layout
20433
20434 \end_inset
20435 </cell>
20436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20437 \begin_inset Text
20438
20439 \begin_layout Plain Layout
20440 \begin_inset Formula $\upsilon$
20441 \end_inset
20442
20443
20444 \end_layout
20445
20446 \end_inset
20447 </cell>
20448 </row>
20449 <row>
20450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20451 \begin_inset Text
20452
20453 \begin_layout Plain Layout
20454
20455 \backslash
20456 phi
20457 \end_layout
20458
20459 \end_inset
20460 </cell>
20461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20462 \begin_inset Text
20463
20464 \begin_layout Plain Layout
20465 \begin_inset Formula $\phi$
20466 \end_inset
20467
20468
20469 \end_layout
20470
20471 \end_inset
20472 </cell>
20473 </row>
20474 <row>
20475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20476 \begin_inset Text
20477
20478 \begin_layout Plain Layout
20479
20480 \backslash
20481 varphi
20482 \end_layout
20483
20484 \end_inset
20485 </cell>
20486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20487 \begin_inset Text
20488
20489 \begin_layout Plain Layout
20490 \begin_inset Formula $\varphi$
20491 \end_inset
20492
20493
20494 \end_layout
20495
20496 \end_inset
20497 </cell>
20498 </row>
20499 <row>
20500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20501 \begin_inset Text
20502
20503 \begin_layout Plain Layout
20504
20505 \backslash
20506 chi
20507 \end_layout
20508
20509 \end_inset
20510 </cell>
20511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20512 \begin_inset Text
20513
20514 \begin_layout Plain Layout
20515 \begin_inset Formula $\chi$
20516 \end_inset
20517
20518
20519 \end_layout
20520
20521 \end_inset
20522 </cell>
20523 </row>
20524 <row>
20525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20526 \begin_inset Text
20527
20528 \begin_layout Plain Layout
20529
20530 \backslash
20531 psi
20532 \end_layout
20533
20534 \end_inset
20535 </cell>
20536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20537 \begin_inset Text
20538
20539 \begin_layout Plain Layout
20540 \begin_inset Formula $\psi$
20541 \end_inset
20542
20543
20544 \end_layout
20545
20546 \end_inset
20547 </cell>
20548 </row>
20549 <row>
20550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20551 \begin_inset Text
20552
20553 \begin_layout Plain Layout
20554
20555 \backslash
20556 omega
20557 \end_layout
20558
20559 \end_inset
20560 </cell>
20561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20562 \begin_inset Text
20563
20564 \begin_layout Plain Layout
20565 \begin_inset Formula $\omega$
20566 \end_inset
20567
20568
20569 \end_layout
20570
20571 \end_inset
20572 </cell>
20573 </row>
20574 </lyxtabular>
20575
20576 \end_inset
20577
20578
20579 \begin_inset space \hfill{}
20580 \end_inset
20581
20582
20583 \end_layout
20584
20585 \begin_layout Standard
20586 \begin_inset VSpace medskip
20587 \end_inset
20588
20589
20590 \end_layout
20591
20592 \begin_layout Standard
20593 How to create special upright Greek letters is explained in 
20594 \begin_inset CommandInset ref
20595 LatexCommand ref
20596 reference "sub:Upright-small-Greek"
20597
20598 \end_inset
20599
20600 .
20601 \end_layout
20602
20603 \begin_layout Subsection
20604 Big Letters
20605 \begin_inset Index idx
20606 status collapsed
20607
20608 \begin_layout Plain Layout
20609 Greek letters ! big
20610 \end_layout
20611
20612 \end_inset
20613
20614
20615 \end_layout
20616
20617 \begin_layout Standard
20618 \begin_inset space \hfill{}
20619 \end_inset
20620
20621
20622 \begin_inset Tabular
20623 <lyxtabular version="3" rows="7" columns="2">
20624 <features tabularvalignment="middle">
20625 <column alignment="center" valignment="top" width="0pt">
20626 <column alignment="center" valignment="top" width="0pt">
20627 <row>
20628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20629 \begin_inset Text
20630
20631 \begin_layout Plain Layout
20632 Command
20633 \end_layout
20634
20635 \end_inset
20636 </cell>
20637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20638 \begin_inset Text
20639
20640 \begin_layout Plain Layout
20641 Result
20642 \end_layout
20643
20644 \end_inset
20645 </cell>
20646 </row>
20647 <row>
20648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20649 \begin_inset Text
20650
20651 \begin_layout Plain Layout
20652
20653 \backslash
20654 Gamma
20655 \end_layout
20656
20657 \end_inset
20658 </cell>
20659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20660 \begin_inset Text
20661
20662 \begin_layout Plain Layout
20663 \begin_inset Formula $\Gamma$
20664 \end_inset
20665
20666
20667 \end_layout
20668
20669 \end_inset
20670 </cell>
20671 </row>
20672 <row>
20673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20674 \begin_inset Text
20675
20676 \begin_layout Plain Layout
20677
20678 \backslash
20679 Delta
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20685 \begin_inset Text
20686
20687 \begin_layout Plain Layout
20688 \begin_inset Formula $\Delta$
20689 \end_inset
20690
20691
20692 \end_layout
20693
20694 \end_inset
20695 </cell>
20696 </row>
20697 <row>
20698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20699 \begin_inset Text
20700
20701 \begin_layout Plain Layout
20702
20703 \backslash
20704 Theta
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20710 \begin_inset Text
20711
20712 \begin_layout Plain Layout
20713 \begin_inset Formula $\Theta$
20714 \end_inset
20715
20716
20717 \end_layout
20718
20719 \end_inset
20720 </cell>
20721 </row>
20722 <row>
20723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20724 \begin_inset Text
20725
20726 \begin_layout Plain Layout
20727
20728 \backslash
20729 Lambda
20730 \end_layout
20731
20732 \end_inset
20733 </cell>
20734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20735 \begin_inset Text
20736
20737 \begin_layout Plain Layout
20738 \begin_inset Formula $\Lambda$
20739 \end_inset
20740
20741
20742 \end_layout
20743
20744 \end_inset
20745 </cell>
20746 </row>
20747 <row>
20748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20749 \begin_inset Text
20750
20751 \begin_layout Plain Layout
20752
20753 \backslash
20754 Xi
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20760 \begin_inset Text
20761
20762 \begin_layout Plain Layout
20763 \begin_inset Formula $\Xi$
20764 \end_inset
20765
20766
20767 \end_layout
20768
20769 \end_inset
20770 </cell>
20771 </row>
20772 <row>
20773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20774 \begin_inset Text
20775
20776 \begin_layout Plain Layout
20777
20778 \backslash
20779 Pi
20780 \end_layout
20781
20782 \end_inset
20783 </cell>
20784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20785 \begin_inset Text
20786
20787 \begin_layout Plain Layout
20788 \begin_inset Formula $\Pi$
20789 \end_inset
20790
20791
20792 \end_layout
20793
20794 \end_inset
20795 </cell>
20796 </row>
20797 </lyxtabular>
20798
20799 \end_inset
20800
20801
20802 \begin_inset space \hfill{}
20803 \end_inset
20804
20805
20806 \begin_inset Tabular
20807 <lyxtabular version="3" rows="6" columns="2">
20808 <features tabularvalignment="middle">
20809 <column alignment="center" valignment="top" width="0pt">
20810 <column alignment="center" valignment="top" width="0pt">
20811 <row>
20812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20813 \begin_inset Text
20814
20815 \begin_layout Plain Layout
20816 Command
20817 \end_layout
20818
20819 \end_inset
20820 </cell>
20821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20822 \begin_inset Text
20823
20824 \begin_layout Plain Layout
20825 Result
20826 \end_layout
20827
20828 \end_inset
20829 </cell>
20830 </row>
20831 <row>
20832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20833 \begin_inset Text
20834
20835 \begin_layout Plain Layout
20836
20837 \backslash
20838 Sigma
20839 \end_layout
20840
20841 \end_inset
20842 </cell>
20843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20844 \begin_inset Text
20845
20846 \begin_layout Plain Layout
20847 \begin_inset Formula $\Sigma$
20848 \end_inset
20849
20850
20851 \end_layout
20852
20853 \end_inset
20854 </cell>
20855 </row>
20856 <row>
20857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20858 \begin_inset Text
20859
20860 \begin_layout Plain Layout
20861
20862 \backslash
20863 Upsilon
20864 \end_layout
20865
20866 \end_inset
20867 </cell>
20868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20869 \begin_inset Text
20870
20871 \begin_layout Plain Layout
20872 \begin_inset Formula $\Upsilon$
20873 \end_inset
20874
20875
20876 \end_layout
20877
20878 \end_inset
20879 </cell>
20880 </row>
20881 <row>
20882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20883 \begin_inset Text
20884
20885 \begin_layout Plain Layout
20886
20887 \backslash
20888 Phi
20889 \end_layout
20890
20891 \end_inset
20892 </cell>
20893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20894 \begin_inset Text
20895
20896 \begin_layout Plain Layout
20897 \begin_inset Formula $\Phi$
20898 \end_inset
20899
20900
20901 \end_layout
20902
20903 \end_inset
20904 </cell>
20905 </row>
20906 <row>
20907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20908 \begin_inset Text
20909
20910 \begin_layout Plain Layout
20911
20912 \backslash
20913 Psi
20914 \end_layout
20915
20916 \end_inset
20917 </cell>
20918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20919 \begin_inset Text
20920
20921 \begin_layout Plain Layout
20922 \begin_inset Formula $\Psi$
20923 \end_inset
20924
20925
20926 \end_layout
20927
20928 \end_inset
20929 </cell>
20930 </row>
20931 <row>
20932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20933 \begin_inset Text
20934
20935 \begin_layout Plain Layout
20936
20937 \backslash
20938 Omega
20939 \end_layout
20940
20941 \end_inset
20942 </cell>
20943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20944 \begin_inset Text
20945
20946 \begin_layout Plain Layout
20947 \begin_inset Formula $\Omega$
20948 \end_inset
20949
20950
20951 \end_layout
20952
20953 \end_inset
20954 </cell>
20955 </row>
20956 </lyxtabular>
20957
20958 \end_inset
20959
20960
20961 \begin_inset space \hfill{}
20962 \end_inset
20963
20964
20965 \end_layout
20966
20967 \begin_layout Standard
20968 \begin_inset VSpace medskip
20969 \end_inset
20970
20971 That the big Greek letters appear upright is caused by a design bug when
20972  TeX was developed.
20973  To get correct italic big letters, begin every command with 
20974 \series bold
20975 var
20976 \series default
20977 .
20978  For example the command 
20979 \series bold
20980
20981 \backslash
20982 varGamma
20983 \series default
20984  produces 
20985 \begin_inset Formula $\varGamma$
20986 \end_inset
20987
20988 .
20989  Another way is to load the package 
20990 \series bold
20991 fixmath
20992 \series default
20993
20994 \begin_inset Foot
20995 status collapsed
20996
20997 \begin_layout Plain Layout
20998
20999 \series bold
21000 fixmath
21001 \series default
21002  is part of the LaTeX-package 
21003 \series bold
21004 was
21005 \series default
21006
21007 \begin_inset Index idx
21008 status collapsed
21009
21010 \begin_layout Plain Layout
21011 Packages ! was
21012 \begin_inset ERT
21013 status collapsed
21014
21015 \begin_layout Plain Layout
21016
21017
21018 \backslash
21019 vspace{4mm}
21020 \end_layout
21021
21022 \end_inset
21023
21024
21025 \end_layout
21026
21027 \end_inset
21028
21029 .
21030 \end_layout
21031
21032 \end_inset
21033
21034
21035 \begin_inset Index idx
21036 status collapsed
21037
21038 \begin_layout Plain Layout
21039 Packages ! fixmath
21040 \end_layout
21041
21042 \end_inset
21043
21044  with the LaTeX-preamble line
21045 \end_layout
21046
21047 \begin_layout Standard
21048
21049 \series bold
21050
21051 \backslash
21052 usepackage{fixmath}
21053 \end_layout
21054
21055 \begin_layout Standard
21056 Then all big Greek letters in a document will automatically be typeset italic.
21057 \end_layout
21058
21059 \begin_layout Subsection
21060 Bold Letters
21061 \begin_inset Index idx
21062 status collapsed
21063
21064 \begin_layout Plain Layout
21065 Greek letters ! bold
21066 \end_layout
21067
21068 \end_inset
21069
21070
21071 \end_layout
21072
21073 \begin_layout Standard
21074 Greek letters cannot be set with different font styles like Latin letters.
21075  They can only be made bold with the command 
21076 \series bold
21077
21078 \backslash
21079 boldsymbol
21080 \series default
21081
21082 \begin_inset Index idx
21083 status collapsed
21084
21085 \begin_layout Plain Layout
21086 Commands ! B ! 
21087 \backslash
21088 boldsymbol
21089 \end_layout
21090
21091 \end_inset
21092
21093 .
21094 \end_layout
21095
21096 \begin_layout Standard
21097 \align center
21098 \begin_inset Tabular
21099 <lyxtabular version="3" rows="3" columns="2">
21100 <features tabularvalignment="middle">
21101 <column alignment="center" valignment="top" width="0">
21102 <column alignment="center" valignment="top" width="0">
21103 <row>
21104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21105 \begin_inset Text
21106
21107 \begin_layout Plain Layout
21108 Command
21109 \end_layout
21110
21111 \end_inset
21112 </cell>
21113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21114 \begin_inset Text
21115
21116 \begin_layout Plain Layout
21117 Result
21118 \end_layout
21119
21120 \end_inset
21121 </cell>
21122 </row>
21123 <row>
21124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21125 \begin_inset Text
21126
21127 \begin_layout Plain Layout
21128
21129 \backslash
21130 Upsilon
21131 \backslash
21132 boldsymbol
21133 \backslash
21134 Upsilon
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21140 \begin_inset Text
21141
21142 \begin_layout Plain Layout
21143 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21144 \end_inset
21145
21146
21147 \end_layout
21148
21149 \end_inset
21150 </cell>
21151 </row>
21152 <row>
21153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21154 \begin_inset Text
21155
21156 \begin_layout Plain Layout
21157
21158 \backslash
21159 theta
21160 \backslash
21161 boldsymbol
21162 \backslash
21163 theta
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21169 \begin_inset Text
21170
21171 \begin_layout Plain Layout
21172 \begin_inset Formula $\theta\boldsymbol{\theta}$
21173 \end_inset
21174
21175
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 </row>
21181 </lyxtabular>
21182
21183 \end_inset
21184
21185
21186 \end_layout
21187
21188 \begin_layout Standard
21189 \begin_inset Newpage newpage
21190 \end_inset
21191
21192
21193 \end_layout
21194
21195 \begin_layout Section
21196 Symbols
21197 \begin_inset ERT
21198 status collapsed
21199
21200 \begin_layout Plain Layout
21201
21202
21203 \backslash
21204 texorpdfstring{
21205 \end_layout
21206
21207 \end_inset
21208
21209
21210 \begin_inset Foot
21211 status collapsed
21212
21213 \begin_layout Plain Layout
21214 A list with all symbols of most of the LaTeX-packages can be found in 
21215 \begin_inset CommandInset citation
21216 LatexCommand cite
21217 key "Symbols"
21218
21219 \end_inset
21220
21221 .
21222 \end_layout
21223
21224 \end_inset
21225
21226
21227 \begin_inset ERT
21228 status collapsed
21229
21230 \begin_layout Plain Layout
21231
21232 }{}
21233 \end_layout
21234
21235 \end_inset
21236
21237
21238 \begin_inset Note Note
21239 status collapsed
21240
21241 \begin_layout Plain Layout
21242
21243 \backslash
21244 texorpdfstring is used to avoid that the footnote appears in the PDF-bookmark.
21245 \end_layout
21246
21247 \begin_layout Plain Layout
21248 More about 
21249 \backslash
21250 texorpdfstring is in section 
21251 \begin_inset CommandInset ref
21252 LatexCommand ref
21253 reference "sub:Formulas-in-Section"
21254
21255 \end_inset
21256
21257 .
21258 \end_layout
21259
21260 \end_inset
21261
21262
21263 \begin_inset Index idx
21264 status collapsed
21265
21266 \begin_layout Plain Layout
21267 Symbols
21268 \end_layout
21269
21270 \end_inset
21271
21272
21273 \end_layout
21274
21275 \begin_layout Standard
21276 Many of the symbols listed in this section can also be inserted via the
21277  toolbar buttons 
21278 \begin_inset Graphics
21279         filename ../images/math/nabla.png
21280         scale 85
21281
21282 \end_inset
21283
21284  and 
21285 \begin_inset Graphics
21286         filename ../images/math/digamma.png
21287         scale 85
21288
21289 \end_inset
21290
21291 .
21292 \end_layout
21293
21294 \begin_layout Subsection
21295 Mathematical Symbols
21296 \begin_inset CommandInset label
21297 LatexCommand label
21298 name "sub:Mathematical-Symbols"
21299
21300 \end_inset
21301
21302
21303 \begin_inset Index idx
21304 status collapsed
21305
21306 \begin_layout Plain Layout
21307 Symbols ! mathematical
21308 \end_layout
21309
21310 \end_inset
21311
21312
21313 \end_layout
21314
21315 \begin_layout Standard
21316 \begin_inset space \hfill{}
21317 \end_inset
21318
21319
21320 \begin_inset Tabular
21321 <lyxtabular version="3" rows="10" columns="2">
21322 <features tabularvalignment="middle">
21323 <column alignment="center" valignment="top" width="0pt">
21324 <column alignment="center" valignment="top" width="0pt">
21325 <row>
21326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21327 \begin_inset Text
21328
21329 \begin_layout Plain Layout
21330 Command
21331 \end_layout
21332
21333 \end_inset
21334 </cell>
21335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21336 \begin_inset Text
21337
21338 \begin_layout Plain Layout
21339 Result
21340 \end_layout
21341
21342 \end_inset
21343 </cell>
21344 </row>
21345 <row>
21346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21347 \begin_inset Text
21348
21349 \begin_layout Plain Layout
21350
21351 \backslash
21352 neg
21353 \end_layout
21354
21355 \end_inset
21356 </cell>
21357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21358 \begin_inset Text
21359
21360 \begin_layout Plain Layout
21361 \begin_inset Formula $\neg$
21362 \end_inset
21363
21364
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 </row>
21370 <row>
21371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21372 \begin_inset Text
21373
21374 \begin_layout Plain Layout
21375
21376 \backslash
21377 Im
21378 \end_layout
21379
21380 \end_inset
21381 </cell>
21382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21383 \begin_inset Text
21384
21385 \begin_layout Plain Layout
21386 \begin_inset Formula $\Im$
21387 \end_inset
21388
21389
21390 \end_layout
21391
21392 \end_inset
21393 </cell>
21394 </row>
21395 <row>
21396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21397 \begin_inset Text
21398
21399 \begin_layout Plain Layout
21400
21401 \backslash
21402 Re
21403 \end_layout
21404
21405 \end_inset
21406 </cell>
21407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21408 \begin_inset Text
21409
21410 \begin_layout Plain Layout
21411 \begin_inset Formula $\Re$
21412 \end_inset
21413
21414
21415 \end_layout
21416
21417 \end_inset
21418 </cell>
21419 </row>
21420 <row>
21421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21422 \begin_inset Text
21423
21424 \begin_layout Plain Layout
21425
21426 \backslash
21427 aleph
21428 \end_layout
21429
21430 \end_inset
21431 </cell>
21432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21433 \begin_inset Text
21434
21435 \begin_layout Plain Layout
21436 \begin_inset Formula $\aleph$
21437 \end_inset
21438
21439
21440 \end_layout
21441
21442 \end_inset
21443 </cell>
21444 </row>
21445 <row>
21446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21447 \begin_inset Text
21448
21449 \begin_layout Plain Layout
21450
21451 \backslash
21452 partial
21453 \end_layout
21454
21455 \end_inset
21456 </cell>
21457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21458 \begin_inset Text
21459
21460 \begin_layout Plain Layout
21461 \begin_inset Formula $\partial$
21462 \end_inset
21463
21464
21465 \end_layout
21466
21467 \end_inset
21468 </cell>
21469 </row>
21470 <row>
21471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21472 \begin_inset Text
21473
21474 \begin_layout Plain Layout
21475
21476 \backslash
21477 infty
21478 \end_layout
21479
21480 \end_inset
21481 </cell>
21482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21483 \begin_inset Text
21484
21485 \begin_layout Plain Layout
21486 \begin_inset Formula $\infty$
21487 \end_inset
21488
21489
21490 \end_layout
21491
21492 \end_inset
21493 </cell>
21494 </row>
21495 <row>
21496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21497 \begin_inset Text
21498
21499 \begin_layout Plain Layout
21500
21501 \backslash
21502 wp
21503 \end_layout
21504
21505 \end_inset
21506 </cell>
21507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21508 \begin_inset Text
21509
21510 \begin_layout Plain Layout
21511 \begin_inset Formula $\wp$
21512 \end_inset
21513
21514
21515 \end_layout
21516
21517 \end_inset
21518 </cell>
21519 </row>
21520 <row>
21521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21522 \begin_inset Text
21523
21524 \begin_layout Plain Layout
21525
21526 \backslash
21527 imath
21528 \end_layout
21529
21530 \end_inset
21531 </cell>
21532 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21533 \begin_inset Text
21534
21535 \begin_layout Plain Layout
21536 \begin_inset Formula $\imath$
21537 \end_inset
21538
21539
21540 \end_layout
21541
21542 \end_inset
21543 </cell>
21544 </row>
21545 <row>
21546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21547 \begin_inset Text
21548
21549 \begin_layout Plain Layout
21550
21551 \backslash
21552 jmath
21553 \end_layout
21554
21555 \end_inset
21556 </cell>
21557 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21558 \begin_inset Text
21559
21560 \begin_layout Plain Layout
21561 \begin_inset Formula $\jmath$
21562 \end_inset
21563
21564
21565 \end_layout
21566
21567 \end_inset
21568 </cell>
21569 </row>
21570 </lyxtabular>
21571
21572 \end_inset
21573
21574
21575 \begin_inset space \hfill{}
21576 \end_inset
21577
21578
21579 \begin_inset Tabular
21580 <lyxtabular version="3" rows="10" columns="2">
21581 <features tabularvalignment="middle">
21582 <column alignment="center" valignment="top" width="0pt">
21583 <column alignment="center" valignment="top" width="0pt">
21584 <row>
21585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21586 \begin_inset Text
21587
21588 \begin_layout Plain Layout
21589 Command
21590 \end_layout
21591
21592 \end_inset
21593 </cell>
21594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21595 \begin_inset Text
21596
21597 \begin_layout Plain Layout
21598 Result
21599 \begin_inset Note Note
21600 status collapsed
21601
21602 \begin_layout Plain Layout
21603
21604 \series bold
21605
21606 \backslash
21607 raisebox
21608 \series default
21609  is only used as spacer.
21610 \end_layout
21611
21612 \end_inset
21613
21614
21615 \end_layout
21616
21617 \end_inset
21618 </cell>
21619 </row>
21620 <row>
21621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21622 \begin_inset Text
21623
21624 \begin_layout Plain Layout
21625
21626 \backslash
21627 forall
21628 \end_layout
21629
21630 \end_inset
21631 </cell>
21632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21633 \begin_inset Text
21634
21635 \begin_layout Plain Layout
21636 \begin_inset Formula $\forall$
21637 \end_inset
21638
21639
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 </row>
21645 <row>
21646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21647 \begin_inset Text
21648
21649 \begin_layout Plain Layout
21650
21651 \backslash
21652 exists
21653 \end_layout
21654
21655 \end_inset
21656 </cell>
21657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21658 \begin_inset Text
21659
21660 \begin_layout Plain Layout
21661 \begin_inset Formula $\exists$
21662 \end_inset
21663
21664
21665 \end_layout
21666
21667 \end_inset
21668 </cell>
21669 </row>
21670 <row>
21671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21672 \begin_inset Text
21673
21674 \begin_layout Plain Layout
21675
21676 \backslash
21677 nexists
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21683 \begin_inset Text
21684
21685 \begin_layout Plain Layout
21686 \begin_inset Formula $\nexists$
21687 \end_inset
21688
21689
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 </row>
21695 <row>
21696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21697 \begin_inset Text
21698
21699 \begin_layout Plain Layout
21700
21701 \backslash
21702 emptyset
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711 \begin_inset Formula $\emptyset$
21712 \end_inset
21713
21714
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 </row>
21720 <row>
21721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21722 \begin_inset Text
21723
21724 \begin_layout Plain Layout
21725
21726 \backslash
21727 varnothing
21728 \end_layout
21729
21730 \end_inset
21731 </cell>
21732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21733 \begin_inset Text
21734
21735 \begin_layout Plain Layout
21736 \begin_inset Formula $\varnothing$
21737 \end_inset
21738
21739
21740 \end_layout
21741
21742 \end_inset
21743 </cell>
21744 </row>
21745 <row>
21746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21747 \begin_inset Text
21748
21749 \begin_layout Plain Layout
21750
21751 \backslash
21752 dag
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761 \begin_inset Formula $\dag$
21762 \end_inset
21763
21764
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 </row>
21770 <row>
21771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21772 \begin_inset Text
21773
21774 \begin_layout Plain Layout
21775
21776 \backslash
21777 ddag
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21783 \begin_inset Text
21784
21785 \begin_layout Plain Layout
21786 \begin_inset Formula $\ddag$
21787 \end_inset
21788
21789
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 </row>
21795 <row>
21796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21797 \begin_inset Text
21798
21799 \begin_layout Plain Layout
21800
21801 \backslash
21802 complement
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21808 \begin_inset Text
21809
21810 \begin_layout Plain Layout
21811 \begin_inset ERT
21812 status collapsed
21813
21814 \begin_layout Plain Layout
21815
21816
21817 \backslash
21818 raisebox{-0.8mm}{
21819 \end_layout
21820
21821 \end_inset
21822
21823
21824 \begin_inset Formula $\complement$
21825 \end_inset
21826
21827
21828 \begin_inset ERT
21829 status collapsed
21830
21831 \begin_layout Plain Layout
21832
21833 }
21834 \end_layout
21835
21836 \end_inset
21837
21838
21839 \end_layout
21840
21841 \end_inset
21842 </cell>
21843 </row>
21844 <row>
21845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849
21850 \backslash
21851 Bbbk
21852 \end_layout
21853
21854 \end_inset
21855 </cell>
21856 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860 \begin_inset Formula $\Bbbk$
21861 \end_inset
21862
21863
21864 \end_layout
21865
21866 \end_inset
21867 </cell>
21868 </row>
21869 </lyxtabular>
21870
21871 \end_inset
21872
21873
21874 \begin_inset space \hfill{}
21875 \end_inset
21876
21877
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 prime
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 $\prime$
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 backprime
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 $\backprime$
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 mho
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 $\mho$
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" leftline="true" usebox="none">
21980 \begin_inset Text
21981
21982 \begin_layout Plain Layout
21983
21984 \backslash
21985 triangle
21986 \end_layout
21987
21988 \end_inset
21989 </cell>
21990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21991 \begin_inset Text
21992
21993 \begin_layout Plain Layout
21994 \begin_inset Formula $\triangle$
21995 \end_inset
21996
21997
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 </row>
22003 <row>
22004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22005 \begin_inset Text
22006
22007 \begin_layout Plain Layout
22008
22009 \backslash
22010 angle
22011 \end_layout
22012
22013 \end_inset
22014 </cell>
22015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22016 \begin_inset Text
22017
22018 \begin_layout Plain Layout
22019 \begin_inset Formula $\angle$
22020 \end_inset
22021
22022
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 </row>
22028 <row>
22029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22030 \begin_inset Text
22031
22032 \begin_layout Plain Layout
22033
22034 \backslash
22035 measuredangle
22036 \end_layout
22037
22038 \end_inset
22039 </cell>
22040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22041 \begin_inset Text
22042
22043 \begin_layout Plain Layout
22044 \begin_inset Formula $\measuredangle$
22045 \end_inset
22046
22047
22048 \end_layout
22049
22050 \end_inset
22051 </cell>
22052 </row>
22053 <row>
22054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22055 \begin_inset Text
22056
22057 \begin_layout Plain Layout
22058
22059 \backslash
22060 sphericalangle
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22066 \begin_inset Text
22067
22068 \begin_layout Plain Layout
22069 \begin_inset Formula $\sphericalangle$
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 \backslash
22085 top
22086 \end_layout
22087
22088 \end_inset
22089 </cell>
22090 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22091 \begin_inset Text
22092
22093 \begin_layout Plain Layout
22094 \begin_inset Formula $\top$
22095 \end_inset
22096
22097
22098 \end_layout
22099
22100 \end_inset
22101 </cell>
22102 </row>
22103 <row>
22104 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22105 \begin_inset Text
22106
22107 \begin_layout Plain Layout
22108
22109 \backslash
22110 bot
22111 \end_layout
22112
22113 \end_inset
22114 </cell>
22115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22116 \begin_inset Text
22117
22118 \begin_layout Plain Layout
22119 \begin_inset Formula $\bot$
22120 \end_inset
22121
22122
22123 \end_layout
22124
22125 \end_inset
22126 </cell>
22127 </row>
22128 </lyxtabular>
22129
22130 \end_inset
22131
22132
22133 \begin_inset space \hfill{}
22134 \end_inset
22135
22136
22137 \end_layout
22138
22139 \begin_layout Subsection
22140 Miscellaneous Symbols
22141 \begin_inset CommandInset label
22142 LatexCommand label
22143 name "sub:Miscellaneous-Symbols"
22144
22145 \end_inset
22146
22147
22148 \begin_inset Index idx
22149 status collapsed
22150
22151 \begin_layout Plain Layout
22152 Symbols ! miscellaneous
22153 \end_layout
22154
22155 \end_inset
22156
22157
22158 \end_layout
22159
22160 \begin_layout Standard
22161 \noindent
22162 \align center
22163 \begin_inset Tabular
22164 <lyxtabular version="3" rows="10" columns="2">
22165 <features tabularvalignment="middle">
22166 <column alignment="center" valignment="top" width="0pt">
22167 <column alignment="center" valignment="top" width="0pt">
22168 <row>
22169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173 Command
22174 \end_layout
22175
22176 \end_inset
22177 </cell>
22178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22179 \begin_inset Text
22180
22181 \begin_layout Plain Layout
22182 Result
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 </row>
22188 <row>
22189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193
22194 \backslash
22195 flat
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22201 \begin_inset Text
22202
22203 \begin_layout Plain Layout
22204 \begin_inset Formula $\flat$
22205 \end_inset
22206
22207
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 </row>
22213 <row>
22214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22215 \begin_inset Text
22216
22217 \begin_layout Plain Layout
22218
22219 \backslash
22220 natural
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22226 \begin_inset Text
22227
22228 \begin_layout Plain Layout
22229 \begin_inset Formula $\natural$
22230 \end_inset
22231
22232
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 </row>
22238 <row>
22239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243
22244 \backslash
22245 sharp
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22251 \begin_inset Text
22252
22253 \begin_layout Plain Layout
22254 \begin_inset Formula $\sharp$
22255 \end_inset
22256
22257
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 </row>
22263 <row>
22264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268
22269 \backslash
22270 surd
22271 \end_layout
22272
22273 \end_inset
22274 </cell>
22275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22276 \begin_inset Text
22277
22278 \begin_layout Plain Layout
22279 \begin_inset Formula $\surd$
22280 \end_inset
22281
22282
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 </row>
22288 <row>
22289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22290 \begin_inset Text
22291
22292 \begin_layout Plain Layout
22293
22294 \backslash
22295 checkmark
22296 \end_layout
22297
22298 \end_inset
22299 </cell>
22300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22301 \begin_inset Text
22302
22303 \begin_layout Plain Layout
22304 \begin_inset Formula $\checkmark$
22305 \end_inset
22306
22307
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 </row>
22313 <row>
22314 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22315 \begin_inset Text
22316
22317 \begin_layout Plain Layout
22318
22319 \backslash
22320 yen
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Plain Layout
22329 \begin_inset Formula $\yen$
22330 \end_inset
22331
22332
22333 \end_layout
22334
22335 \end_inset
22336 </cell>
22337 </row>
22338 <row>
22339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22340 \begin_inset Text
22341
22342 \begin_layout Plain Layout
22343
22344 \backslash
22345 pounds
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22351 \begin_inset Text
22352
22353 \begin_layout Plain Layout
22354 \begin_inset Formula $\pounds$
22355 \end_inset
22356
22357
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 </row>
22363 <row>
22364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Plain Layout
22368 $
22369 \end_layout
22370
22371 \end_inset
22372 </cell>
22373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22374 \begin_inset Text
22375
22376 \begin_layout Plain Layout
22377 \begin_inset Formula $\$$
22378 \end_inset
22379
22380
22381 \end_layout
22382
22383 \end_inset
22384 </cell>
22385 </row>
22386 <row>
22387 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22388 \begin_inset Text
22389
22390 \begin_layout Plain Layout
22391 §
22392 \end_layout
22393
22394 \end_inset
22395 </cell>
22396 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22397 \begin_inset Text
22398
22399 \begin_layout Plain Layout
22400 \begin_inset Formula $§$
22401 \end_inset
22402
22403
22404 \end_layout
22405
22406 \end_inset
22407 </cell>
22408 </row>
22409 </lyxtabular>
22410
22411 \end_inset
22412
22413
22414 \begin_inset Tabular
22415 <lyxtabular version="3" rows="10" columns="2">
22416 <features tabularvalignment="middle">
22417 <column alignment="center" valignment="top" width="0">
22418 <column alignment="center" valignment="top" width="0">
22419 <row>
22420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22421 \begin_inset Text
22422
22423 \begin_layout Plain Layout
22424 Command
22425 \end_layout
22426
22427 \end_inset
22428 </cell>
22429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22430 \begin_inset Text
22431
22432 \begin_layout Plain Layout
22433 Result
22434 \end_layout
22435
22436 \end_inset
22437 </cell>
22438 </row>
22439 <row>
22440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22441 \begin_inset Text
22442
22443 \begin_layout Plain Layout
22444
22445 \backslash
22446 hbar
22447 \end_layout
22448
22449 \end_inset
22450 </cell>
22451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22452 \begin_inset Text
22453
22454 \begin_layout Plain Layout
22455 \begin_inset Formula $\hbar$
22456 \end_inset
22457
22458
22459 \end_layout
22460
22461 \end_inset
22462 </cell>
22463 </row>
22464 <row>
22465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22466 \begin_inset Text
22467
22468 \begin_layout Plain Layout
22469
22470 \backslash
22471 hslash
22472 \end_layout
22473
22474 \end_inset
22475 </cell>
22476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22477 \begin_inset Text
22478
22479 \begin_layout Plain Layout
22480 \begin_inset Formula $\hslash$
22481 \end_inset
22482
22483
22484 \end_layout
22485
22486 \end_inset
22487 </cell>
22488 </row>
22489 <row>
22490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22491 \begin_inset Text
22492
22493 \begin_layout Plain Layout
22494
22495 \backslash
22496 clubsuit
22497 \end_layout
22498
22499 \end_inset
22500 </cell>
22501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22502 \begin_inset Text
22503
22504 \begin_layout Plain Layout
22505 \begin_inset Formula $\clubsuit$
22506 \end_inset
22507
22508
22509 \end_layout
22510
22511 \end_inset
22512 </cell>
22513 </row>
22514 <row>
22515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22516 \begin_inset Text
22517
22518 \begin_layout Plain Layout
22519
22520 \backslash
22521 spadesuit
22522 \end_layout
22523
22524 \end_inset
22525 </cell>
22526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530 \begin_inset Formula $\spadesuit$
22531 \end_inset
22532
22533
22534 \end_layout
22535
22536 \end_inset
22537 </cell>
22538 </row>
22539 <row>
22540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22541 \begin_inset Text
22542
22543 \begin_layout Plain Layout
22544
22545 \backslash
22546 bigstar
22547 \end_layout
22548
22549 \end_inset
22550 </cell>
22551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22552 \begin_inset Text
22553
22554 \begin_layout Plain Layout
22555 \begin_inset Formula $\bigstar$
22556 \end_inset
22557
22558
22559 \end_layout
22560
22561 \end_inset
22562 </cell>
22563 </row>
22564 <row>
22565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22566 \begin_inset Text
22567
22568 \begin_layout Plain Layout
22569
22570 \backslash
22571 blacklozenge
22572 \end_layout
22573
22574 \end_inset
22575 </cell>
22576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580 \begin_inset Formula $\blacklozenge$
22581 \end_inset
22582
22583
22584 \end_layout
22585
22586 \end_inset
22587 </cell>
22588 </row>
22589 <row>
22590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594
22595 \backslash
22596 blacktriangle
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605 \begin_inset Formula $\blacktriangle$
22606 \end_inset
22607
22608
22609 \end_layout
22610
22611 \end_inset
22612 </cell>
22613 </row>
22614 <row>
22615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22616 \begin_inset Text
22617
22618 \begin_layout Plain Layout
22619
22620 \backslash
22621 blacktiangledown
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22627 \begin_inset Text
22628
22629 \begin_layout Plain Layout
22630 \begin_inset Formula $\blacktriangledown$
22631 \end_inset
22632
22633
22634 \end_layout
22635
22636 \end_inset
22637 </cell>
22638 </row>
22639 <row>
22640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644
22645 \backslash
22646 bullet
22647 \end_layout
22648
22649 \end_inset
22650 </cell>
22651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655 \begin_inset Formula $\bullet$
22656 \end_inset
22657
22658
22659 \end_layout
22660
22661 \end_inset
22662 </cell>
22663 </row>
22664 </lyxtabular>
22665
22666 \end_inset
22667
22668
22669 \begin_inset Tabular
22670 <lyxtabular version="3" rows="10" columns="2">
22671 <features tabularvalignment="middle">
22672 <column alignment="center" valignment="top" width="0pt">
22673 <column alignment="center" valignment="top" width="0pt">
22674 <row>
22675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22676 \begin_inset Text
22677
22678 \begin_layout Plain Layout
22679 Command
22680 \end_layout
22681
22682 \end_inset
22683 </cell>
22684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22685 \begin_inset Text
22686
22687 \begin_layout Plain Layout
22688 Result
22689 \end_layout
22690
22691 \end_inset
22692 </cell>
22693 </row>
22694 <row>
22695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22696 \begin_inset Text
22697
22698 \begin_layout Plain Layout
22699
22700 \backslash
22701 diamondsuit
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22707 \begin_inset Text
22708
22709 \begin_layout Plain Layout
22710 \begin_inset Formula $\diamondsuit$
22711 \end_inset
22712
22713
22714 \end_layout
22715
22716 \end_inset
22717 </cell>
22718 </row>
22719 <row>
22720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22721 \begin_inset Text
22722
22723 \begin_layout Plain Layout
22724
22725 \backslash
22726 Diamond
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22732 \begin_inset Text
22733
22734 \begin_layout Plain Layout
22735 \begin_inset Formula $\Diamond$
22736 \end_inset
22737
22738
22739 \end_layout
22740
22741 \end_inset
22742 </cell>
22743 </row>
22744 <row>
22745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22746 \begin_inset Text
22747
22748 \begin_layout Plain Layout
22749
22750 \backslash
22751 heartsuit
22752 \end_layout
22753
22754 \end_inset
22755 </cell>
22756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22757 \begin_inset Text
22758
22759 \begin_layout Plain Layout
22760 \begin_inset Formula $\heartsuit$
22761 \end_inset
22762
22763
22764 \end_layout
22765
22766 \end_inset
22767 </cell>
22768 </row>
22769 <row>
22770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22771 \begin_inset Text
22772
22773 \begin_layout Plain Layout
22774
22775 \backslash
22776 P
22777 \end_layout
22778
22779 \end_inset
22780 </cell>
22781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22782 \begin_inset Text
22783
22784 \begin_layout Plain Layout
22785 \begin_inset Formula $\P$
22786 \end_inset
22787
22788
22789 \end_layout
22790
22791 \end_inset
22792 </cell>
22793 </row>
22794 <row>
22795 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22796 \begin_inset Text
22797
22798 \begin_layout Plain Layout
22799
22800 \backslash
22801 copyright
22802 \end_layout
22803
22804 \end_inset
22805 </cell>
22806 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22807 \begin_inset Text
22808
22809 \begin_layout Plain Layout
22810 \begin_inset Formula $\copyright$
22811 \end_inset
22812
22813
22814 \end_layout
22815
22816 \end_inset
22817 </cell>
22818 </row>
22819 <row>
22820 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22821 \begin_inset Text
22822
22823 \begin_layout Plain Layout
22824
22825 \backslash
22826 circledR
22827 \end_layout
22828
22829 \end_inset
22830 </cell>
22831 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22832 \begin_inset Text
22833
22834 \begin_layout Plain Layout
22835 \begin_inset Formula $\circledR$
22836 \end_inset
22837
22838
22839 \end_layout
22840
22841 \end_inset
22842 </cell>
22843 </row>
22844 <row>
22845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22846 \begin_inset Text
22847
22848 \begin_layout Plain Layout
22849
22850 \backslash
22851 maltese
22852 \end_layout
22853
22854 \end_inset
22855 </cell>
22856 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22857 \begin_inset Text
22858
22859 \begin_layout Plain Layout
22860 \begin_inset Formula $\maltese$
22861 \end_inset
22862
22863
22864 \end_layout
22865
22866 \end_inset
22867 </cell>
22868 </row>
22869 <row>
22870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22871 \begin_inset Text
22872
22873 \begin_layout Plain Layout
22874
22875 \backslash
22876 diagup
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22882 \begin_inset Text
22883
22884 \begin_layout Plain Layout
22885 \begin_inset Formula $\diagup$
22886 \end_inset
22887
22888
22889 \end_layout
22890
22891 \end_inset
22892 </cell>
22893 </row>
22894 <row>
22895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22896 \begin_inset Text
22897
22898 \begin_layout Plain Layout
22899
22900 \backslash
22901 diagdown
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22907 \begin_inset Text
22908
22909 \begin_layout Plain Layout
22910 \begin_inset Formula $\diagdown$
22911 \end_inset
22912
22913
22914 \end_layout
22915
22916 \end_inset
22917 </cell>
22918 </row>
22919 </lyxtabular>
22920
22921 \end_inset
22922
22923
22924 \end_layout
22925
22926 \begin_layout Standard
22927 \begin_inset VSpace medskip
22928 \end_inset
22929
22930 More symbols are listed in 
22931 \begin_inset CommandInset ref
22932 LatexCommand ref
22933 reference "sub:Miscellaneous-special-Characters"
22934
22935 \end_inset
22936
22937 .
22938 \end_layout
22939
22940 \begin_layout Standard
22941 Some symbols can be displayed in different sizes, see 
22942 \begin_inset CommandInset ref
22943 LatexCommand ref
22944 reference "sub:Font-Sizes"
22945
22946 \end_inset
22947
22948 .
22949 \end_layout
22950
22951 \begin_layout Subsection
22952 The Euro-Symbol €
22953 \begin_inset Index idx
22954 status collapsed
22955
22956 \begin_layout Plain Layout
22957 Symbols ! Euro-symbol
22958 \end_layout
22959
22960 \end_inset
22961
22962
22963 \begin_inset Index idx
22964 status collapsed
22965
22966 \begin_layout Plain Layout
22967
22968 \backslash
22969 @
22970 \begin_inset ERT
22971 status collapsed
22972
22973 \begin_layout Plain Layout
22974
22975
22976 \backslash
22977 officialeuro
22978 \end_layout
22979
22980 \end_inset
22981
22982
22983 \end_layout
22984
22985 \end_inset
22986
22987
22988 \end_layout
22989
22990 \begin_layout Standard
22991 To use the Euro symbol in formulas, the LaTeX-package 
22992 \series bold
22993 eurosym
22994 \series default
22995
22996 \begin_inset Index idx
22997 status collapsed
22998
22999 \begin_layout Plain Layout
23000 Packages ! eurosym
23001 \end_layout
23002
23003 \end_inset
23004
23005  must be installed and loaded with the LaTeX-preamble line
23006 \end_layout
23007
23008 \begin_layout Standard
23009
23010 \series bold
23011
23012 \backslash
23013 usepackage[gennarrow]{eurosym}
23014 \end_layout
23015
23016 \begin_layout Standard
23017 The Euro symbol can now be inserted with the command 
23018 \series bold
23019
23020 \backslash
23021 euro
23022 \series default
23023
23024 \begin_inset Index idx
23025 status collapsed
23026
23027 \begin_layout Plain Layout
23028 Commands ! E ! 
23029 \backslash
23030 euro
23031 \end_layout
23032
23033 \end_inset
23034
23035 .
23036 \end_layout
23037
23038 \begin_layout Standard
23039 The Euro symbol can directly be inserted with the € key in mathematical
23040  text, without having 
23041 \series bold
23042 eurosym
23043 \series default
23044  installed.
23045  When 
23046 \series bold
23047 eurosym
23048 \series default
23049  is installed, 
23050 \series bold
23051
23052 \backslash
23053 euro
23054 \series default
23055  can also be inserted in TeX-mode.
23056  The official currency symbol can then be inserted with the command 
23057 \series bold
23058
23059 \backslash
23060 officialeuro
23061 \series default
23062
23063 \begin_inset Index idx
23064 status collapsed
23065
23066 \begin_layout Plain Layout
23067 Commands ! O ! 
23068 \backslash
23069 officialeuro
23070 \end_layout
23071
23072 \end_inset
23073
23074 , that is only available in TeX-mode.
23075 \end_layout
23076
23077 \begin_layout Standard
23078 \begin_inset ERT
23079 status collapsed
23080
23081 \begin_layout Plain Layout
23082
23083
23084 \backslash
23085 ifeurosym 
23086 \end_layout
23087
23088 \end_inset
23089
23090
23091 \begin_inset Note Note
23092 status open
23093
23094 \begin_layout Plain Layout
23095 The following table will only be displayed when the LaTeX-package 
23096 \series bold
23097 eurosym
23098 \series default
23099  is installed.
23100 \end_layout
23101
23102 \end_inset
23103
23104
23105 \end_layout
23106
23107 \begin_layout Standard
23108 An overview about the different Euro symbols:
23109 \end_layout
23110
23111 \begin_layout Standard
23112 \align center
23113 \begin_inset Tabular
23114 <lyxtabular version="3" rows="4" columns="3">
23115 <features tabularvalignment="middle">
23116 <column alignment="center" valignment="top" width="0pt">
23117 <column alignment="center" valignment="top" width="0pt">
23118 <column alignment="center" valignment="top" width="0pt">
23119 <row>
23120 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23121 \begin_inset Text
23122
23123 \begin_layout Plain Layout
23124
23125 \end_layout
23126
23127 \end_inset
23128 </cell>
23129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23130 \begin_inset Text
23131
23132 \begin_layout Plain Layout
23133 Command 
23134 \end_layout
23135
23136 \end_inset
23137 </cell>
23138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23139 \begin_inset Text
23140
23141 \begin_layout Plain Layout
23142 Result
23143 \end_layout
23144
23145 \end_inset
23146 </cell>
23147 </row>
23148 <row>
23149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23150 \begin_inset Text
23151
23152 \begin_layout Plain Layout
23153 formula
23154 \end_layout
23155
23156 \end_inset
23157 </cell>
23158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162
23163 \backslash
23164 euro
23165 \end_layout
23166
23167 \end_inset
23168 </cell>
23169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23170 \begin_inset Text
23171
23172 \begin_layout Plain Layout
23173 \begin_inset Formula $\euro$
23174 \end_inset
23175
23176
23177 \end_layout
23178
23179 \end_inset
23180 </cell>
23181 </row>
23182 <row>
23183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23184 \begin_inset Text
23185
23186 \begin_layout Plain Layout
23187 mathematical text
23188 \end_layout
23189
23190 \end_inset
23191 </cell>
23192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23193 \begin_inset Text
23194
23195 \begin_layout Plain Layout
23196
23197 \end_layout
23198
23199 \end_inset
23200 </cell>
23201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23202 \begin_inset Text
23203
23204 \begin_layout Plain Layout
23205 \begin_inset Formula $\mbox{€}$
23206 \end_inset
23207
23208
23209 \end_layout
23210
23211 \end_inset
23212 </cell>
23213 </row>
23214 <row>
23215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219 TeX-mode
23220 \end_layout
23221
23222 \end_inset
23223 </cell>
23224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23225 \begin_inset Text
23226
23227 \begin_layout Plain Layout
23228
23229 \backslash
23230 officialeuro
23231 \end_layout
23232
23233 \end_inset
23234 </cell>
23235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23236 \begin_inset Text
23237
23238 \begin_layout Plain Layout
23239 \begin_inset ERT
23240 status collapsed
23241
23242 \begin_layout Plain Layout
23243
23244
23245 \backslash
23246 officialeuro
23247 \end_layout
23248
23249 \end_inset
23250
23251
23252 \end_layout
23253
23254 \end_inset
23255 </cell>
23256 </row>
23257 </lyxtabular>
23258
23259 \end_inset
23260
23261
23262 \end_layout
23263
23264 \begin_layout Standard
23265 \begin_inset ERT
23266 status collapsed
23267
23268 \begin_layout Plain Layout
23269
23270
23271 \backslash
23272 else 
23273 \end_layout
23274
23275 \end_inset
23276
23277
23278 \begin_inset Note Note
23279 status open
23280
23281 \begin_layout Plain Layout
23282 The following will be displayed when the LaTeX-package 
23283 \series bold
23284 eurosym
23285 \series default
23286  is not installed:
23287 \end_layout
23288
23289 \end_inset
23290
23291
23292 \end_layout
23293
23294 \begin_layout Standard
23295 You need to install the LaTeX-package 
23296 \series bold
23297 eurosym
23298 \series default
23299  to see the rest of this subsection in the output.
23300 \end_layout
23301
23302 \begin_layout Standard
23303 \begin_inset ERT
23304 status collapsed
23305
23306 \begin_layout Plain Layout
23307
23308
23309 \backslash
23310 fi 
23311 \end_layout
23312
23313 \end_inset
23314
23315
23316 \end_layout
23317
23318 \begin_layout Section
23319 Relations
23320 \begin_inset CommandInset label
23321 LatexCommand label
23322 name "sec:Relations"
23323
23324 \end_inset
23325
23326
23327 \begin_inset Index idx
23328 status collapsed
23329
23330 \begin_layout Plain Layout
23331 Relations
23332 \end_layout
23333
23334 \end_inset
23335
23336
23337 \begin_inset Index idx
23338 status collapsed
23339
23340 \begin_layout Plain Layout
23341 Comparisons|see
23342 \begin_inset ERT
23343 status collapsed
23344
23345 \begin_layout Plain Layout
23346
23347 {
23348 \end_layout
23349
23350 \end_inset
23351
23352 Relations
23353 \begin_inset ERT
23354 status collapsed
23355
23356 \begin_layout Plain Layout
23357
23358 }
23359 \end_layout
23360
23361 \end_inset
23362
23363
23364 \end_layout
23365
23366 \end_inset
23367
23368
23369 \end_layout
23370
23371 \begin_layout Standard
23372 All relations can also be inserted via the toolbar button 
23373 \begin_inset Graphics
23374         filename ../images/math/leq.png
23375         scale 85
23376
23377 \end_inset
23378
23379 .
23380 \end_layout
23381
23382 \begin_layout Standard
23383 \begin_inset space \hfill{}
23384 \end_inset
23385
23386
23387 \begin_inset Tabular
23388 <lyxtabular version="3" rows="17" columns="2">
23389 <features tabularvalignment="middle">
23390 <column alignment="center" valignment="top" width="0pt">
23391 <column alignment="center" valignment="top" width="0pt">
23392 <row>
23393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23394 \begin_inset Text
23395
23396 \begin_layout Plain Layout
23397 Command
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406 Result
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 </row>
23412 <row>
23413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417 <
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23423 \begin_inset Text
23424
23425 \begin_layout Plain Layout
23426 \begin_inset Formula $<$
23427 \end_inset
23428
23429
23430 \end_layout
23431
23432 \end_inset
23433 </cell>
23434 </row>
23435 <row>
23436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23437 \begin_inset Text
23438
23439 \begin_layout Plain Layout
23440
23441 \backslash
23442 le
23443 \end_layout
23444
23445 \end_inset
23446 </cell>
23447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23448 \begin_inset Text
23449
23450 \begin_layout Plain Layout
23451 \begin_inset Formula $\le$
23452 \end_inset
23453
23454
23455 \end_layout
23456
23457 \end_inset
23458 </cell>
23459 </row>
23460 <row>
23461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23462 \begin_inset Text
23463
23464 \begin_layout Plain Layout
23465
23466 \backslash
23467 ll
23468 \end_layout
23469
23470 \end_inset
23471 </cell>
23472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23473 \begin_inset Text
23474
23475 \begin_layout Plain Layout
23476 \begin_inset Formula $\ll$
23477 \end_inset
23478
23479
23480 \end_layout
23481
23482 \end_inset
23483 </cell>
23484 </row>
23485 <row>
23486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23487 \begin_inset Text
23488
23489 \begin_layout Plain Layout
23490
23491 \backslash
23492 prec
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23498 \begin_inset Text
23499
23500 \begin_layout Plain Layout
23501 \begin_inset Formula $\prec$
23502 \end_inset
23503
23504
23505 \end_layout
23506
23507 \end_inset
23508 </cell>
23509 </row>
23510 <row>
23511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23512 \begin_inset Text
23513
23514 \begin_layout Plain Layout
23515
23516 \backslash
23517 preceq
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526 \begin_inset Formula $\preceq$
23527 \end_inset
23528
23529
23530 \end_layout
23531
23532 \end_inset
23533 </cell>
23534 </row>
23535 <row>
23536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23537 \begin_inset Text
23538
23539 \begin_layout Plain Layout
23540
23541 \backslash
23542 subset
23543 \end_layout
23544
23545 \end_inset
23546 </cell>
23547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23548 \begin_inset Text
23549
23550 \begin_layout Plain Layout
23551 \begin_inset Formula $\subset$
23552 \end_inset
23553
23554
23555 \end_layout
23556
23557 \end_inset
23558 </cell>
23559 </row>
23560 <row>
23561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565
23566 \backslash
23567 subseteq
23568 \end_layout
23569
23570 \end_inset
23571 </cell>
23572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576 \begin_inset Formula $\subseteq$
23577 \end_inset
23578
23579
23580 \end_layout
23581
23582 \end_inset
23583 </cell>
23584 </row>
23585 <row>
23586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23587 \begin_inset Text
23588
23589 \begin_layout Plain Layout
23590
23591 \backslash
23592 sqsubseteq
23593 \end_layout
23594
23595 \end_inset
23596 </cell>
23597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23598 \begin_inset Text
23599
23600 \begin_layout Plain Layout
23601 \begin_inset Formula $\sqsubseteq$
23602 \end_inset
23603
23604
23605 \end_layout
23606
23607 \end_inset
23608 </cell>
23609 </row>
23610 <row>
23611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23612 \begin_inset Text
23613
23614 \begin_layout Plain Layout
23615
23616 \backslash
23617 in
23618 \end_layout
23619
23620 \end_inset
23621 </cell>
23622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23623 \begin_inset Text
23624
23625 \begin_layout Plain Layout
23626 \begin_inset Formula $\in$
23627 \end_inset
23628
23629
23630 \end_layout
23631
23632 \end_inset
23633 </cell>
23634 </row>
23635 <row>
23636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23637 \begin_inset Text
23638
23639 \begin_layout Plain Layout
23640
23641 \backslash
23642 vdash
23643 \end_layout
23644
23645 \end_inset
23646 </cell>
23647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23648 \begin_inset Text
23649
23650 \begin_layout Plain Layout
23651 \begin_inset Formula $\vdash$
23652 \end_inset
23653
23654
23655 \end_layout
23656
23657 \end_inset
23658 </cell>
23659 </row>
23660 <row>
23661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23662 \begin_inset Text
23663
23664 \begin_layout Plain Layout
23665
23666 \backslash
23667 smile
23668 \end_layout
23669
23670 \end_inset
23671 </cell>
23672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23673 \begin_inset Text
23674
23675 \begin_layout Plain Layout
23676 \begin_inset Formula $\smile$
23677 \end_inset
23678
23679
23680 \end_layout
23681
23682 \end_inset
23683 </cell>
23684 </row>
23685 <row>
23686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23687 \begin_inset Text
23688
23689 \begin_layout Plain Layout
23690
23691 \backslash
23692 lhd
23693 \end_layout
23694
23695 \end_inset
23696 </cell>
23697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23698 \begin_inset Text
23699
23700 \begin_layout Plain Layout
23701 \begin_inset Formula $\lhd$
23702 \end_inset
23703
23704
23705 \end_layout
23706
23707 \end_inset
23708 </cell>
23709 </row>
23710 <row>
23711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23712 \begin_inset Text
23713
23714 \begin_layout Plain Layout
23715
23716 \backslash
23717 unlhd
23718 \end_layout
23719
23720 \end_inset
23721 </cell>
23722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726 \begin_inset Formula $\unlhd$
23727 \end_inset
23728
23729
23730 \end_layout
23731
23732 \end_inset
23733 </cell>
23734 </row>
23735 <row>
23736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23737 \begin_inset Text
23738
23739 \begin_layout Plain Layout
23740
23741 \backslash
23742 gtrless
23743 \end_layout
23744
23745 \end_inset
23746 </cell>
23747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751 \begin_inset Formula $\gtrless$
23752 \end_inset
23753
23754
23755 \end_layout
23756
23757 \end_inset
23758 </cell>
23759 </row>
23760 <row>
23761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23762 \begin_inset Text
23763
23764 \begin_layout Plain Layout
23765
23766 \backslash
23767 mid
23768 \end_layout
23769
23770 \end_inset
23771 </cell>
23772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23773 \begin_inset Text
23774
23775 \begin_layout Plain Layout
23776 \begin_inset Formula $\mid$
23777 \end_inset
23778
23779
23780 \end_layout
23781
23782 \end_inset
23783 </cell>
23784 </row>
23785 <row>
23786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23787 \begin_inset Text
23788
23789 \begin_layout Plain Layout
23790
23791 \backslash
23792 nmid
23793 \end_layout
23794
23795 \end_inset
23796 </cell>
23797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23798 \begin_inset Text
23799
23800 \begin_layout Plain Layout
23801 \begin_inset Formula $\nmid$
23802 \end_inset
23803
23804
23805 \end_layout
23806
23807 \end_inset
23808 </cell>
23809 </row>
23810 </lyxtabular>
23811
23812 \end_inset
23813
23814
23815 \begin_inset space \hfill{}
23816 \end_inset
23817
23818
23819 \begin_inset Tabular
23820 <lyxtabular version="3" rows="17" columns="2">
23821 <features tabularvalignment="middle">
23822 <column alignment="center" valignment="top" width="0pt">
23823 <column alignment="center" valignment="top" width="0pt">
23824 <row>
23825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23826 \begin_inset Text
23827
23828 \begin_layout Plain Layout
23829 Command
23830 \end_layout
23831
23832 \end_inset
23833 </cell>
23834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23835 \begin_inset Text
23836
23837 \begin_layout Plain Layout
23838 Result
23839 \end_layout
23840
23841 \end_inset
23842 </cell>
23843 </row>
23844 <row>
23845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23846 \begin_inset Text
23847
23848 \begin_layout Plain Layout
23849 =
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23855 \begin_inset Text
23856
23857 \begin_layout Plain Layout
23858 \begin_inset Formula $=$
23859 \end_inset
23860
23861
23862 \end_layout
23863
23864 \end_inset
23865 </cell>
23866 </row>
23867 <row>
23868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23869 \begin_inset Text
23870
23871 \begin_layout Plain Layout
23872
23873 \backslash
23874 not=
23875 \end_layout
23876
23877 \end_inset
23878 </cell>
23879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23880 \begin_inset Text
23881
23882 \begin_layout Plain Layout
23883 \begin_inset Formula $\not=$
23884 \end_inset
23885
23886
23887 \end_layout
23888
23889 \end_inset
23890 </cell>
23891 </row>
23892 <row>
23893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23894 \begin_inset Text
23895
23896 \begin_layout Plain Layout
23897
23898 \backslash
23899 equiv
23900 \end_layout
23901
23902 \end_inset
23903 </cell>
23904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23905 \begin_inset Text
23906
23907 \begin_layout Plain Layout
23908 \begin_inset Formula $\equiv$
23909 \end_inset
23910
23911
23912 \end_layout
23913
23914 \end_inset
23915 </cell>
23916 </row>
23917 <row>
23918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23919 \begin_inset Text
23920
23921 \begin_layout Plain Layout
23922
23923 \backslash
23924 sim
23925 \end_layout
23926
23927 \end_inset
23928 </cell>
23929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23930 \begin_inset Text
23931
23932 \begin_layout Plain Layout
23933 \begin_inset Formula $\sim$
23934 \end_inset
23935
23936
23937 \end_layout
23938
23939 \end_inset
23940 </cell>
23941 </row>
23942 <row>
23943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23944 \begin_inset Text
23945
23946 \begin_layout Plain Layout
23947
23948 \backslash
23949 simeq
23950 \end_layout
23951
23952 \end_inset
23953 </cell>
23954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23955 \begin_inset Text
23956
23957 \begin_layout Plain Layout
23958 \begin_inset Formula $\simeq$
23959 \end_inset
23960
23961
23962 \end_layout
23963
23964 \end_inset
23965 </cell>
23966 </row>
23967 <row>
23968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23969 \begin_inset Text
23970
23971 \begin_layout Plain Layout
23972
23973 \backslash
23974 approx
23975 \end_layout
23976
23977 \end_inset
23978 </cell>
23979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23980 \begin_inset Text
23981
23982 \begin_layout Plain Layout
23983 \begin_inset Formula $\approx$
23984 \end_inset
23985
23986
23987 \end_layout
23988
23989 \end_inset
23990 </cell>
23991 </row>
23992 <row>
23993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23994 \begin_inset Text
23995
23996 \begin_layout Plain Layout
23997
23998 \backslash
23999 cong
24000 \end_layout
24001
24002 \end_inset
24003 </cell>
24004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24005 \begin_inset Text
24006
24007 \begin_layout Plain Layout
24008 \begin_inset Formula $\cong$
24009 \end_inset
24010
24011
24012 \end_layout
24013
24014 \end_inset
24015 </cell>
24016 </row>
24017 <row>
24018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24019 \begin_inset Text
24020
24021 \begin_layout Plain Layout
24022
24023 \backslash
24024 bowtie
24025 \end_layout
24026
24027 \end_inset
24028 </cell>
24029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24030 \begin_inset Text
24031
24032 \begin_layout Plain Layout
24033 \begin_inset Formula $\bowtie$
24034 \end_inset
24035
24036
24037 \end_layout
24038
24039 \end_inset
24040 </cell>
24041 </row>
24042 <row>
24043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24044 \begin_inset Text
24045
24046 \begin_layout Plain Layout
24047
24048 \backslash
24049 notin
24050 \end_layout
24051
24052 \end_inset
24053 </cell>
24054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24055 \begin_inset Text
24056
24057 \begin_layout Plain Layout
24058 \begin_inset Formula $\notin$
24059 \end_inset
24060
24061
24062 \end_layout
24063
24064 \end_inset
24065 </cell>
24066 </row>
24067 <row>
24068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24069 \begin_inset Text
24070
24071 \begin_layout Plain Layout
24072
24073 \backslash
24074 perp
24075 \end_layout
24076
24077 \end_inset
24078 </cell>
24079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24080 \begin_inset Text
24081
24082 \begin_layout Plain Layout
24083 \begin_inset Formula $\perp$
24084 \end_inset
24085
24086
24087 \end_layout
24088
24089 \end_inset
24090 </cell>
24091 </row>
24092 <row>
24093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24094 \begin_inset Text
24095
24096 \begin_layout Plain Layout
24097
24098 \backslash
24099 propto
24100 \end_layout
24101
24102 \end_inset
24103 </cell>
24104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Plain Layout
24108 \begin_inset Formula $\propto$
24109 \end_inset
24110
24111
24112 \end_layout
24113
24114 \end_inset
24115 </cell>
24116 </row>
24117 <row>
24118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24119 \begin_inset Text
24120
24121 \begin_layout Plain Layout
24122
24123 \backslash
24124 asymp
24125 \end_layout
24126
24127 \end_inset
24128 </cell>
24129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24130 \begin_inset Text
24131
24132 \begin_layout Plain Layout
24133 \begin_inset Formula $\asymp$
24134 \end_inset
24135
24136
24137 \end_layout
24138
24139 \end_inset
24140 </cell>
24141 </row>
24142 <row>
24143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24144 \begin_inset Text
24145
24146 \begin_layout Plain Layout
24147
24148 \backslash
24149 doteq
24150 \end_layout
24151
24152 \end_inset
24153 </cell>
24154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Plain Layout
24158 \begin_inset Formula $\doteq$
24159 \end_inset
24160
24161
24162 \end_layout
24163
24164 \end_inset
24165 </cell>
24166 </row>
24167 <row>
24168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24169 \begin_inset Text
24170
24171 \begin_layout Plain Layout
24172
24173 \backslash
24174 circeq
24175 \end_layout
24176
24177 \end_inset
24178 </cell>
24179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24180 \begin_inset Text
24181
24182 \begin_layout Plain Layout
24183 \begin_inset Formula $\circeq$
24184 \end_inset
24185
24186
24187 \end_layout
24188
24189 \end_inset
24190 </cell>
24191 </row>
24192 <row>
24193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24194 \begin_inset Text
24195
24196 \begin_layout Plain Layout
24197
24198 \backslash
24199 models
24200 \end_layout
24201
24202 \end_inset
24203 </cell>
24204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24205 \begin_inset Text
24206
24207 \begin_layout Plain Layout
24208 \begin_inset Formula $\models$
24209 \end_inset
24210
24211
24212 \end_layout
24213
24214 \end_inset
24215 </cell>
24216 </row>
24217 <row>
24218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24219 \begin_inset Text
24220
24221 \begin_layout Plain Layout
24222
24223 \backslash
24224 widehat=
24225 \end_layout
24226
24227 \end_inset
24228 </cell>
24229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24230 \begin_inset Text
24231
24232 \begin_layout Plain Layout
24233 \begin_inset Formula $\widehat{=}$
24234 \end_inset
24235
24236
24237 \end_layout
24238
24239 \end_inset
24240 </cell>
24241 </row>
24242 </lyxtabular>
24243
24244 \end_inset
24245
24246
24247 \begin_inset space \hfill{}
24248 \end_inset
24249
24250
24251 \begin_inset Tabular
24252 <lyxtabular version="3" rows="17" columns="2">
24253 <features tabularvalignment="middle">
24254 <column alignment="center" valignment="top" width="0pt">
24255 <column alignment="center" valignment="top" width="0pt">
24256 <row>
24257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24258 \begin_inset Text
24259
24260 \begin_layout Plain Layout
24261 Command
24262 \end_layout
24263
24264 \end_inset
24265 </cell>
24266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24267 \begin_inset Text
24268
24269 \begin_layout Plain Layout
24270 Result
24271 \end_layout
24272
24273 \end_inset
24274 </cell>
24275 </row>
24276 <row>
24277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24278 \begin_inset Text
24279
24280 \begin_layout Plain Layout
24281 >
24282 \end_layout
24283
24284 \end_inset
24285 </cell>
24286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24287 \begin_inset Text
24288
24289 \begin_layout Plain Layout
24290 \begin_inset Formula $>$
24291 \end_inset
24292
24293
24294 \end_layout
24295
24296 \end_inset
24297 </cell>
24298 </row>
24299 <row>
24300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24301 \begin_inset Text
24302
24303 \begin_layout Plain Layout
24304
24305 \backslash
24306 ge
24307 \end_layout
24308
24309 \end_inset
24310 </cell>
24311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24312 \begin_inset Text
24313
24314 \begin_layout Plain Layout
24315 \begin_inset Formula $\ge$
24316 \end_inset
24317
24318
24319 \end_layout
24320
24321 \end_inset
24322 </cell>
24323 </row>
24324 <row>
24325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24326 \begin_inset Text
24327
24328 \begin_layout Plain Layout
24329
24330 \backslash
24331 gg
24332 \end_layout
24333
24334 \end_inset
24335 </cell>
24336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24337 \begin_inset Text
24338
24339 \begin_layout Plain Layout
24340 \begin_inset Formula $\gg$
24341 \end_inset
24342
24343
24344 \end_layout
24345
24346 \end_inset
24347 </cell>
24348 </row>
24349 <row>
24350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24351 \begin_inset Text
24352
24353 \begin_layout Plain Layout
24354
24355 \backslash
24356 succ
24357 \end_layout
24358
24359 \end_inset
24360 </cell>
24361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24362 \begin_inset Text
24363
24364 \begin_layout Plain Layout
24365 \begin_inset Formula $\succ$
24366 \end_inset
24367
24368
24369 \end_layout
24370
24371 \end_inset
24372 </cell>
24373 </row>
24374 <row>
24375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24376 \begin_inset Text
24377
24378 \begin_layout Plain Layout
24379
24380 \backslash
24381 succeq
24382 \end_layout
24383
24384 \end_inset
24385 </cell>
24386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24387 \begin_inset Text
24388
24389 \begin_layout Plain Layout
24390 \begin_inset Formula $\succeq$
24391 \end_inset
24392
24393
24394 \end_layout
24395
24396 \end_inset
24397 </cell>
24398 </row>
24399 <row>
24400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24401 \begin_inset Text
24402
24403 \begin_layout Plain Layout
24404
24405 \backslash
24406 supset
24407 \end_layout
24408
24409 \end_inset
24410 </cell>
24411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24412 \begin_inset Text
24413
24414 \begin_layout Plain Layout
24415 \begin_inset Formula $\supset$
24416 \end_inset
24417
24418
24419 \end_layout
24420
24421 \end_inset
24422 </cell>
24423 </row>
24424 <row>
24425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24426 \begin_inset Text
24427
24428 \begin_layout Plain Layout
24429
24430 \backslash
24431 supseteq
24432 \end_layout
24433
24434 \end_inset
24435 </cell>
24436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24437 \begin_inset Text
24438
24439 \begin_layout Plain Layout
24440 \begin_inset Formula $\supseteq$
24441 \end_inset
24442
24443
24444 \end_layout
24445
24446 \end_inset
24447 </cell>
24448 </row>
24449 <row>
24450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24451 \begin_inset Text
24452
24453 \begin_layout Plain Layout
24454
24455 \backslash
24456 sqsupseteq
24457 \end_layout
24458
24459 \end_inset
24460 </cell>
24461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24462 \begin_inset Text
24463
24464 \begin_layout Plain Layout
24465 \begin_inset Formula $\sqsupseteq$
24466 \end_inset
24467
24468
24469 \end_layout
24470
24471 \end_inset
24472 </cell>
24473 </row>
24474 <row>
24475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24476 \begin_inset Text
24477
24478 \begin_layout Plain Layout
24479
24480 \backslash
24481 ni
24482 \end_layout
24483
24484 \end_inset
24485 </cell>
24486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24487 \begin_inset Text
24488
24489 \begin_layout Plain Layout
24490 \begin_inset Formula $\ni$
24491 \end_inset
24492
24493
24494 \end_layout
24495
24496 \end_inset
24497 </cell>
24498 </row>
24499 <row>
24500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24501 \begin_inset Text
24502
24503 \begin_layout Plain Layout
24504
24505 \backslash
24506 dashv
24507 \end_layout
24508
24509 \end_inset
24510 </cell>
24511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24512 \begin_inset Text
24513
24514 \begin_layout Plain Layout
24515 \begin_inset Formula $\dashv$
24516 \end_inset
24517
24518
24519 \end_layout
24520
24521 \end_inset
24522 </cell>
24523 </row>
24524 <row>
24525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24526 \begin_inset Text
24527
24528 \begin_layout Plain Layout
24529
24530 \backslash
24531 frown
24532 \end_layout
24533
24534 \end_inset
24535 </cell>
24536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24537 \begin_inset Text
24538
24539 \begin_layout Plain Layout
24540 \begin_inset Formula $\frown$
24541 \end_inset
24542
24543
24544 \end_layout
24545
24546 \end_inset
24547 </cell>
24548 </row>
24549 <row>
24550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24551 \begin_inset Text
24552
24553 \begin_layout Plain Layout
24554
24555 \backslash
24556 rhd
24557 \end_layout
24558
24559 \end_inset
24560 </cell>
24561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24562 \begin_inset Text
24563
24564 \begin_layout Plain Layout
24565 \begin_inset Formula $\rhd$
24566 \end_inset
24567
24568
24569 \end_layout
24570
24571 \end_inset
24572 </cell>
24573 </row>
24574 <row>
24575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24576 \begin_inset Text
24577
24578 \begin_layout Plain Layout
24579
24580 \backslash
24581 unrhd
24582 \end_layout
24583
24584 \end_inset
24585 </cell>
24586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24587 \begin_inset Text
24588
24589 \begin_layout Plain Layout
24590 \begin_inset Formula $\unrhd$
24591 \end_inset
24592
24593
24594 \end_layout
24595
24596 \end_inset
24597 </cell>
24598 </row>
24599 <row>
24600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24601 \begin_inset Text
24602
24603 \begin_layout Plain Layout
24604
24605 \backslash
24606 lessgtr
24607 \end_layout
24608
24609 \end_inset
24610 </cell>
24611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24612 \begin_inset Text
24613
24614 \begin_layout Plain Layout
24615 \begin_inset Formula $\lessgtr$
24616 \end_inset
24617
24618
24619 \end_layout
24620
24621 \end_inset
24622 </cell>
24623 </row>
24624 <row>
24625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24626 \begin_inset Text
24627
24628 \begin_layout Plain Layout
24629
24630 \backslash
24631 parallel
24632 \end_layout
24633
24634 \end_inset
24635 </cell>
24636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24637 \begin_inset Text
24638
24639 \begin_layout Plain Layout
24640 \begin_inset Formula $\parallel$
24641 \end_inset
24642
24643
24644 \end_layout
24645
24646 \end_inset
24647 </cell>
24648 </row>
24649 <row>
24650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24651 \begin_inset Text
24652
24653 \begin_layout Plain Layout
24654
24655 \backslash
24656 nparallel
24657 \end_layout
24658
24659 \end_inset
24660 </cell>
24661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24662 \begin_inset Text
24663
24664 \begin_layout Plain Layout
24665 \begin_inset Formula $\nparallel$
24666 \end_inset
24667
24668
24669 \end_layout
24670
24671 \end_inset
24672 </cell>
24673 </row>
24674 </lyxtabular>
24675
24676 \end_inset
24677
24678
24679 \begin_inset space \hfill{}
24680 \end_inset
24681
24682
24683 \end_layout
24684
24685 \begin_layout Standard
24686 \begin_inset VSpace medskip
24687 \end_inset
24688
24689 The characters 
24690 \series bold
24691
24692 \backslash
24693 lhd
24694 \series default
24695  and 
24696 \series bold
24697
24698 \backslash
24699 rhd
24700 \series default
24701  are bigger than the equal looking operators 
24702 \series bold
24703
24704 \backslash
24705 triangleleft
24706 \series default
24707  and 
24708 \series bold
24709
24710 \backslash
24711 triangleright
24712 \series default
24713 , respectively.
24714 \end_layout
24715
24716 \begin_layout Standard
24717 Relations are, in contrary to symbols, always surrounded by space.
24718 \end_layout
24719
24720 \begin_layout Standard
24721 Relations with labels can be created with the command 
24722 \series bold
24723
24724 \backslash
24725 stackrel
24726 \series default
24727
24728 \begin_inset Index idx
24729 status collapsed
24730
24731 \begin_layout Plain Layout
24732 Commands ! S ! 
24733 \backslash
24734 stackrel
24735 \end_layout
24736
24737 \end_inset
24738
24739 :
24740 \end_layout
24741
24742 \begin_layout Standard
24743 \align center
24744 \begin_inset Tabular
24745 <lyxtabular version="3" rows="2" columns="2">
24746 <features tabularvalignment="middle">
24747 <column alignment="center" valignment="top" width="0">
24748 <column alignment="center" valignment="top" width="0">
24749 <row>
24750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24751 \begin_inset Text
24752
24753 \begin_layout Plain Layout
24754 Command
24755 \end_layout
24756
24757 \end_inset
24758 </cell>
24759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24760 \begin_inset Text
24761
24762 \begin_layout Plain Layout
24763 Result
24764 \begin_inset Note Note
24765 status collapsed
24766
24767 \begin_layout Plain Layout
24768
24769 \series bold
24770
24771 \backslash
24772 raisebox
24773 \series default
24774  is only used as spacer.
24775 \end_layout
24776
24777 \end_inset
24778
24779
24780 \end_layout
24781
24782 \end_inset
24783 </cell>
24784 </row>
24785 <row>
24786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790 A(r)
24791 \backslash
24792 stackrel
24793 \begin_inset ERT
24794 status collapsed
24795
24796 \begin_layout Plain Layout
24797
24798
24799 \backslash
24800 spce 
24801 \end_layout
24802
24803 \end_inset
24804
24805 r
24806 \backslash
24807 to
24808 \backslash
24809 infty
24810 \begin_inset ERT
24811 status collapsed
24812
24813 \begin_layout Plain Layout
24814
24815
24816 \backslash
24817 spce 
24818 \end_layout
24819
24820 \end_inset
24821
24822
24823 \begin_inset Formula $\downarrow$
24824 \end_inset
24825
24826
24827 \backslash
24828 approx
24829 \begin_inset ERT
24830 status collapsed
24831
24832 \begin_layout Plain Layout
24833
24834
24835 \backslash
24836 spce 
24837 \end_layout
24838
24839 \end_inset
24840
24841
24842 \begin_inset ERT
24843 status collapsed
24844
24845 \begin_layout Plain Layout
24846
24847
24848 \backslash
24849 spce 
24850 \end_layout
24851
24852 \end_inset
24853
24854 B
24855 \end_layout
24856
24857 \end_inset
24858 </cell>
24859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24860 \begin_inset Text
24861
24862 \begin_layout Plain Layout
24863 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24864 \end_inset
24865
24866
24867 \end_layout
24868
24869 \end_inset
24870 </cell>
24871 </row>
24872 </lyxtabular>
24873
24874 \end_inset
24875
24876
24877 \end_layout
24878
24879 \begin_layout Section
24880 Functions
24881 \end_layout
24882
24883 \begin_layout Subsection
24884 Predefined Functions
24885 \begin_inset CommandInset label
24886 LatexCommand label
24887 name "sub:Predefined-Functions"
24888
24889 \end_inset
24890
24891
24892 \begin_inset Index idx
24893 status collapsed
24894
24895 \begin_layout Plain Layout
24896 Functions ! predefined
24897 \end_layout
24898
24899 \end_inset
24900
24901
24902 \end_layout
24903
24904 \begin_layout Standard
24905 In general, variables are set 
24906 \emph on
24907 italic
24908 \emph default
24909  in mathematical expressions, but not function names, because 
24910 \begin_inset Formula $sin$
24911 \end_inset
24912
24913  could be misunderstood as 
24914 \begin_inset Formula $s\cdot i\cdot n$
24915 \end_inset
24916
24917 .
24918  Therefore there are predefined functions, that are additionally a bit separated
24919  from prefactors.
24920  They are inserted as commands starting with a backslash before their name.
24921 \end_layout
24922
24923 \begin_layout Standard
24924 \align center
24925 \begin_inset Tabular
24926 <lyxtabular version="3" rows="2" columns="4">
24927 <features tabularvalignment="middle">
24928 <column alignment="center" valignment="top" width="0pt">
24929 <column alignment="center" valignment="top" width="0pt">
24930 <column alignment="center" valignment="top" width="0pt">
24931 <column alignment="center" valignment="top" width="0pt">
24932 <row>
24933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24934 \begin_inset Text
24935
24936 \begin_layout Plain Layout
24937 Command
24938 \end_layout
24939
24940 \end_inset
24941 </cell>
24942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24943 \begin_inset Text
24944
24945 \begin_layout Plain Layout
24946 Result
24947 \end_layout
24948
24949 \end_inset
24950 </cell>
24951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24952 \begin_inset Text
24953
24954 \begin_layout Plain Layout
24955 Command
24956 \end_layout
24957
24958 \end_inset
24959 </cell>
24960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24961 \begin_inset Text
24962
24963 \begin_layout Plain Layout
24964 Result
24965 \end_layout
24966
24967 \end_inset
24968 </cell>
24969 </row>
24970 <row>
24971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24972 \begin_inset Text
24973
24974 \begin_layout Plain Layout
24975 Asin(x)+B
24976 \end_layout
24977
24978 \end_inset
24979 </cell>
24980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24981 \begin_inset Text
24982
24983 \begin_layout Plain Layout
24984 \begin_inset Formula $Asin(x)+B$
24985 \end_inset
24986
24987
24988 \end_layout
24989
24990 \end_inset
24991 </cell>
24992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24993 \begin_inset Text
24994
24995 \begin_layout Plain Layout
24996 A
24997 \backslash
24998 sin(x)+B
24999 \end_layout
25000
25001 \end_inset
25002 </cell>
25003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25004 \begin_inset Text
25005
25006 \begin_layout Plain Layout
25007 \begin_inset Formula $A\sin(x)+B$
25008 \end_inset
25009
25010
25011 \end_layout
25012
25013 \end_inset
25014 </cell>
25015 </row>
25016 </lyxtabular>
25017
25018 \end_inset
25019
25020
25021 \end_layout
25022
25023 \begin_layout Standard
25024 The following functions are predefined:
25025 \end_layout
25026
25027 \begin_layout Standard
25028 \begin_inset VSpace -2mm
25029 \end_inset
25030
25031
25032 \end_layout
25033
25034 \begin_layout Standard
25035 \align center
25036 \begin_inset Tabular
25037 <lyxtabular version="3" rows="9" columns="4">
25038 <features tabularvalignment="middle">
25039 <column alignment="center" valignment="top" width="0pt">
25040 <column alignment="center" valignment="top" width="0pt">
25041 <column alignment="center" valignment="top" width="0pt">
25042 <column alignment="center" valignment="top" width="0pt">
25043 <row>
25044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25045 \begin_inset Text
25046
25047 \begin_layout Plain Layout
25048 Command
25049 \end_layout
25050
25051 \end_inset
25052 </cell>
25053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25054 \begin_inset Text
25055
25056 \begin_layout Plain Layout
25057 Command
25058 \end_layout
25059
25060 \end_inset
25061 </cell>
25062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25063 \begin_inset Text
25064
25065 \begin_layout Plain Layout
25066 Command
25067 \end_layout
25068
25069 \end_inset
25070 </cell>
25071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25072 \begin_inset Text
25073
25074 \begin_layout Plain Layout
25075 Command
25076 \end_layout
25077
25078 \end_inset
25079 </cell>
25080 </row>
25081 <row>
25082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25083 \begin_inset Text
25084
25085 \begin_layout Plain Layout
25086
25087 \backslash
25088 sin
25089 \end_layout
25090
25091 \end_inset
25092 </cell>
25093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25094 \begin_inset Text
25095
25096 \begin_layout Plain Layout
25097
25098 \backslash
25099 sinh
25100 \end_layout
25101
25102 \end_inset
25103 </cell>
25104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25105 \begin_inset Text
25106
25107 \begin_layout Plain Layout
25108
25109 \backslash
25110 arcsin
25111 \end_layout
25112
25113 \end_inset
25114 </cell>
25115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25116 \begin_inset Text
25117
25118 \begin_layout Plain Layout
25119
25120 \backslash
25121 sup
25122 \end_layout
25123
25124 \end_inset
25125 </cell>
25126 </row>
25127 <row>
25128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25129 \begin_inset Text
25130
25131 \begin_layout Plain Layout
25132
25133 \backslash
25134 cos
25135 \end_layout
25136
25137 \end_inset
25138 </cell>
25139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25140 \begin_inset Text
25141
25142 \begin_layout Plain Layout
25143
25144 \backslash
25145 cosh
25146 \end_layout
25147
25148 \end_inset
25149 </cell>
25150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25151 \begin_inset Text
25152
25153 \begin_layout Plain Layout
25154
25155 \backslash
25156 arccos
25157 \end_layout
25158
25159 \end_inset
25160 </cell>
25161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165
25166 \backslash
25167 inf
25168 \end_layout
25169
25170 \end_inset
25171 </cell>
25172 </row>
25173 <row>
25174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25175 \begin_inset Text
25176
25177 \begin_layout Plain Layout
25178
25179 \backslash
25180 tan
25181 \end_layout
25182
25183 \end_inset
25184 </cell>
25185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25186 \begin_inset Text
25187
25188 \begin_layout Plain Layout
25189
25190 \backslash
25191 tanh
25192 \end_layout
25193
25194 \end_inset
25195 </cell>
25196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25197 \begin_inset Text
25198
25199 \begin_layout Plain Layout
25200
25201 \backslash
25202 arctan
25203 \end_layout
25204
25205 \end_inset
25206 </cell>
25207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25208 \begin_inset Text
25209
25210 \begin_layout Plain Layout
25211
25212 \backslash
25213 lim
25214 \end_layout
25215
25216 \end_inset
25217 </cell>
25218 </row>
25219 <row>
25220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25221 \begin_inset Text
25222
25223 \begin_layout Plain Layout
25224
25225 \backslash
25226 cot
25227 \end_layout
25228
25229 \end_inset
25230 </cell>
25231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25232 \begin_inset Text
25233
25234 \begin_layout Plain Layout
25235
25236 \backslash
25237 coth
25238 \end_layout
25239
25240 \end_inset
25241 </cell>
25242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25243 \begin_inset Text
25244
25245 \begin_layout Plain Layout
25246
25247 \backslash
25248 arg
25249 \end_layout
25250
25251 \end_inset
25252 </cell>
25253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25254 \begin_inset Text
25255
25256 \begin_layout Plain Layout
25257
25258 \backslash
25259 liminf
25260 \end_layout
25261
25262 \end_inset
25263 </cell>
25264 </row>
25265 <row>
25266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25267 \begin_inset Text
25268
25269 \begin_layout Plain Layout
25270
25271 \backslash
25272 sec
25273 \end_layout
25274
25275 \end_inset
25276 </cell>
25277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25278 \begin_inset Text
25279
25280 \begin_layout Plain Layout
25281
25282 \backslash
25283 min
25284 \end_layout
25285
25286 \end_inset
25287 </cell>
25288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25289 \begin_inset Text
25290
25291 \begin_layout Plain Layout
25292
25293 \backslash
25294 deg
25295 \end_layout
25296
25297 \end_inset
25298 </cell>
25299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25300 \begin_inset Text
25301
25302 \begin_layout Plain Layout
25303
25304 \backslash
25305 limsup
25306 \end_layout
25307
25308 \end_inset
25309 </cell>
25310 </row>
25311 <row>
25312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25313 \begin_inset Text
25314
25315 \begin_layout Plain Layout
25316
25317 \backslash
25318 csc
25319 \end_layout
25320
25321 \end_inset
25322 </cell>
25323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25324 \begin_inset Text
25325
25326 \begin_layout Plain Layout
25327
25328 \backslash
25329 max
25330 \end_layout
25331
25332 \end_inset
25333 </cell>
25334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25335 \begin_inset Text
25336
25337 \begin_layout Plain Layout
25338
25339 \backslash
25340 det
25341 \end_layout
25342
25343 \end_inset
25344 </cell>
25345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25346 \begin_inset Text
25347
25348 \begin_layout Plain Layout
25349
25350 \backslash
25351 Pr
25352 \end_layout
25353
25354 \end_inset
25355 </cell>
25356 </row>
25357 <row>
25358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25359 \begin_inset Text
25360
25361 \begin_layout Plain Layout
25362
25363 \backslash
25364 ln
25365 \end_layout
25366
25367 \end_inset
25368 </cell>
25369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25370 \begin_inset Text
25371
25372 \begin_layout Plain Layout
25373
25374 \backslash
25375 exp
25376 \end_layout
25377
25378 \end_inset
25379 </cell>
25380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25381 \begin_inset Text
25382
25383 \begin_layout Plain Layout
25384
25385 \backslash
25386 dim
25387 \end_layout
25388
25389 \end_inset
25390 </cell>
25391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25392 \begin_inset Text
25393
25394 \begin_layout Plain Layout
25395
25396 \backslash
25397 hom
25398 \end_layout
25399
25400 \end_inset
25401 </cell>
25402 </row>
25403 <row>
25404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25405 \begin_inset Text
25406
25407 \begin_layout Plain Layout
25408
25409 \backslash
25410 lg
25411 \end_layout
25412
25413 \end_inset
25414 </cell>
25415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25416 \begin_inset Text
25417
25418 \begin_layout Plain Layout
25419
25420 \backslash
25421 log
25422 \end_layout
25423
25424 \end_inset
25425 </cell>
25426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25427 \begin_inset Text
25428
25429 \begin_layout Plain Layout
25430
25431 \backslash
25432 ker
25433 \end_layout
25434
25435 \end_inset
25436 </cell>
25437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25438 \begin_inset Text
25439
25440 \begin_layout Plain Layout
25441
25442 \backslash
25443 gcd
25444 \end_layout
25445
25446 \end_inset
25447 </cell>
25448 </row>
25449 </lyxtabular>
25450
25451 \end_inset
25452
25453
25454 \end_layout
25455
25456 \begin_layout Standard
25457 They can also be inserted with the math toolbar button 
25458 \begin_inset Graphics
25459         filename ../images/math/functions.png
25460         scale 85
25461
25462 \end_inset
25463
25464 .
25465 \end_layout
25466
25467 \begin_layout Subsection
25468 Self-defined Functions
25469 \begin_inset Index idx
25470 status collapsed
25471
25472 \begin_layout Plain Layout
25473 Functions ! self-defined
25474 \end_layout
25475
25476 \end_inset
25477
25478
25479 \end_layout
25480
25481 \begin_layout Standard
25482 To use a function that is not predefined, like for example the sign function
25483  sgn(x), there are two possibilities:
25484 \end_layout
25485
25486 \begin_layout Itemize
25487 Define the function by inserting the following line to the LaTeX-preamble
25488 \begin_inset Foot
25489 status collapsed
25490
25491 \begin_layout Plain Layout
25492 For more about 
25493 \series bold
25494
25495 \backslash
25496 DeclareMathOperator
25497 \series default
25498  see 
25499 \begin_inset CommandInset ref
25500 LatexCommand ref
25501 reference "sub:Self-defined-Operators"
25502
25503 \end_inset
25504
25505 .
25506 \end_layout
25507
25508 \end_inset
25509
25510
25511 \begin_inset Newline newline
25512 \end_inset
25513
25514
25515 \begin_inset VSpace -3mm
25516 \end_inset
25517
25518
25519 \begin_inset Newline newline
25520 \end_inset
25521
25522
25523 \series bold
25524
25525 \backslash
25526 DeclareMathOperator{
25527 \backslash
25528 sgn}{sgn}
25529 \series default
25530
25531 \begin_inset Index idx
25532 status collapsed
25533
25534 \begin_layout Plain Layout
25535 Commands ! D ! 
25536 \backslash
25537 dbinom@
25538 \backslash
25539 DeclareMathOperator
25540 \end_layout
25541
25542 \end_inset
25543
25544
25545 \begin_inset Newline newline
25546 \end_inset
25547
25548
25549 \begin_inset VSpace -2mm
25550 \end_inset
25551
25552
25553 \begin_inset Newline newline
25554 \end_inset
25555
25556 Now the new defined function can be called with the command 
25557 \series bold
25558
25559 \backslash
25560 sgn
25561 \series default
25562 .
25563 \end_layout
25564
25565 \begin_layout Itemize
25566 Write the formula as usual, mark the formula name, in our example the letters
25567  
25568 \emph on
25569 sgn
25570 \emph default
25571 , and change it to mathematical text.
25572  At last a space is inserted between prefactor and function.
25573 \end_layout
25574
25575 \begin_layout Standard
25576 The result is the same with both methods as with a predefined function
25577 \begin_inset Foot
25578 status collapsed
25579
25580 \begin_layout Plain Layout
25581 In LyX self-defined functions are displayed red, predefined ones black.
25582 \end_layout
25583
25584 \end_inset
25585
25586 :
25587 \end_layout
25588
25589 \begin_layout Standard
25590 \align center
25591 \begin_inset Tabular
25592 <lyxtabular version="3" rows="3" columns="2">
25593 <features tabularvalignment="middle">
25594 <column alignment="center" valignment="top" width="0pt">
25595 <column alignment="center" valignment="top" width="0pt">
25596 <row>
25597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25598 \begin_inset Text
25599
25600 \begin_layout Plain Layout
25601 Command
25602 \end_layout
25603
25604 \end_inset
25605 </cell>
25606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25607 \begin_inset Text
25608
25609 \begin_layout Plain Layout
25610 Result
25611 \end_layout
25612
25613 \end_inset
25614 </cell>
25615 </row>
25616 <row>
25617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25618 \begin_inset Text
25619
25620 \begin_layout Plain Layout
25621 A
25622 \backslash
25623 sgn(x)+B
25624 \end_layout
25625
25626 \end_inset
25627 </cell>
25628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25629 \begin_inset Text
25630
25631 \begin_layout Plain Layout
25632 \begin_inset Formula $A\sgn(x)+B$
25633 \end_inset
25634
25635
25636 \end_layout
25637
25638 \end_inset
25639 </cell>
25640 </row>
25641 <row>
25642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25643 \begin_inset Text
25644
25645 \begin_layout Plain Layout
25646 A
25647 \backslash
25648 ,
25649 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25650 \end_inset
25651
25652 (x)+B
25653 \end_layout
25654
25655 \end_inset
25656 </cell>
25657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25658 \begin_inset Text
25659
25660 \begin_layout Plain Layout
25661 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25662 \end_inset
25663
25664
25665 \end_layout
25666
25667 \end_inset
25668 </cell>
25669 </row>
25670 </lyxtabular>
25671
25672 \end_inset
25673
25674
25675 \end_layout
25676
25677 \begin_layout Standard
25678 The first method is more suitable when the self-defined function should
25679  be used several times.
25680 \end_layout
25681
25682 \begin_layout Subsection
25683 Limits
25684 \begin_inset Index idx
25685 status collapsed
25686
25687 \begin_layout Plain Layout
25688 Limits
25689 \end_layout
25690
25691 \end_inset
25692
25693
25694 \end_layout
25695
25696 \begin_layout Standard
25697 For limits there are defined besides 
25698 \series bold
25699
25700 \backslash
25701 lim
25702 \series default
25703
25704 \begin_inset Index idx
25705 status collapsed
25706
25707 \begin_layout Plain Layout
25708 Commands ! L ! 
25709 \backslash
25710 lim
25711 \end_layout
25712
25713 \end_inset
25714
25715
25716 \series bold
25717
25718 \backslash
25719 liminf
25720 \series default
25721  and 
25722 \series bold
25723
25724 \backslash
25725 limsup
25726 \series default
25727  furthermore the following functions:
25728 \end_layout
25729
25730 \begin_layout Standard
25731 \align center
25732 \begin_inset Tabular
25733 <lyxtabular version="3" rows="5" columns="2">
25734 <features tabularvalignment="middle">
25735 <column alignment="center" valignment="top" width="0">
25736 <column alignment="center" valignment="top" width="0">
25737 <row>
25738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25739 \begin_inset Text
25740
25741 \begin_layout Plain Layout
25742 Command
25743 \end_layout
25744
25745 \end_inset
25746 </cell>
25747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25748 \begin_inset Text
25749
25750 \begin_layout Plain Layout
25751 Result
25752 \begin_inset Note Note
25753 status collapsed
25754
25755 \begin_layout Plain Layout
25756
25757 \series bold
25758
25759 \backslash
25760 raisebox
25761 \series default
25762  is only used as spacer.
25763 \end_layout
25764
25765 \end_inset
25766
25767
25768 \end_layout
25769
25770 \end_inset
25771 </cell>
25772 </row>
25773 <row>
25774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25775 \begin_inset Text
25776
25777 \begin_layout Plain Layout
25778
25779 \backslash
25780 varliminf
25781 \end_layout
25782
25783 \end_inset
25784 </cell>
25785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25786 \begin_inset Text
25787
25788 \begin_layout Plain Layout
25789 \begin_inset Formula $\varliminf$
25790 \end_inset
25791
25792
25793 \end_layout
25794
25795 \end_inset
25796 </cell>
25797 </row>
25798 <row>
25799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25800 \begin_inset Text
25801
25802 \begin_layout Plain Layout
25803
25804 \backslash
25805 varlimsup
25806 \end_layout
25807
25808 \end_inset
25809 </cell>
25810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25811 \begin_inset Text
25812
25813 \begin_layout Plain Layout
25814 \begin_inset Formula $\varlimsup$
25815 \end_inset
25816
25817
25818 \end_layout
25819
25820 \end_inset
25821 </cell>
25822 </row>
25823 <row>
25824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25825 \begin_inset Text
25826
25827 \begin_layout Plain Layout
25828
25829 \backslash
25830 varprojlim
25831 \end_layout
25832
25833 \end_inset
25834 </cell>
25835 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25836 \begin_inset Text
25837
25838 \begin_layout Plain Layout
25839 \begin_inset Formula $\varprojlim$
25840 \end_inset
25841
25842
25843 \end_layout
25844
25845 \end_inset
25846 </cell>
25847 </row>
25848 <row>
25849 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25850 \begin_inset Text
25851
25852 \begin_layout Plain Layout
25853
25854 \backslash
25855 varinjlim
25856 \end_layout
25857
25858 \end_inset
25859 </cell>
25860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25861 \begin_inset Text
25862
25863 \begin_layout Plain Layout
25864 \begin_inset Formula $\varinjlim$
25865 \end_inset
25866
25867
25868 \begin_inset Formula $\raisebox{-2.5mm}{}$
25869 \end_inset
25870
25871
25872 \end_layout
25873
25874 \end_inset
25875 </cell>
25876 </row>
25877 </lyxtabular>
25878
25879 \end_inset
25880
25881
25882 \end_layout
25883
25884 \begin_layout Standard
25885 \begin_inset VSpace medskip
25886 \end_inset
25887
25888 The limit is created by inserting a subscript.
25889  It is set right beside the function in an inline formula:
25890 \end_layout
25891
25892 \begin_layout Standard
25893 \align center
25894 \begin_inset Tabular
25895 <lyxtabular version="3" rows="2" columns="2">
25896 <features tabularvalignment="middle">
25897 <column alignment="center" valignment="top" width="0pt">
25898 <column alignment="center" valignment="top" width="0pt">
25899 <row>
25900 <cell alignment="center" valignment="top" usebox="none">
25901 \begin_inset Text
25902
25903 \begin_layout Plain Layout
25904 Command
25905 \end_layout
25906
25907 \end_inset
25908 </cell>
25909 <cell alignment="center" valignment="top" usebox="none">
25910 \begin_inset Text
25911
25912 \begin_layout Plain Layout
25913 \begin_inset space \hspace{}
25914 \length 1cm
25915 \end_inset
25916
25917 Result
25918 \begin_inset Note Note
25919 status collapsed
25920
25921 \begin_layout Plain Layout
25922 The space and
25923 \series bold
25924  
25925 \backslash
25926 raisebox
25927 \series default
25928  are used here as spacer.
25929 \end_layout
25930
25931 \end_inset
25932
25933
25934 \end_layout
25935
25936 \end_inset
25937 </cell>
25938 </row>
25939 <row>
25940 <cell alignment="center" valignment="top" usebox="none">
25941 \begin_inset Text
25942
25943 \begin_layout Plain Layout
25944
25945 \backslash
25946 lim_x
25947 \backslash
25948 to
25949 \begin_inset ERT
25950 status collapsed
25951
25952 \begin_layout Plain Layout
25953
25954
25955 \backslash
25956 spce 
25957 \end_layout
25958
25959 \end_inset
25960
25961 A
25962 \begin_inset ERT
25963 status collapsed
25964
25965 \begin_layout Plain Layout
25966
25967
25968 \backslash
25969 spce 
25970 \end_layout
25971
25972 \end_inset
25973
25974 x=B
25975 \end_layout
25976
25977 \end_inset
25978 </cell>
25979 <cell alignment="center" valignment="top" usebox="none">
25980 \begin_inset Text
25981
25982 \begin_layout Plain Layout
25983 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25984 \end_inset
25985
25986
25987 \end_layout
25988
25989 \end_inset
25990 </cell>
25991 </row>
25992 </lyxtabular>
25993
25994 \end_inset
25995
25996
25997 \end_layout
25998
25999 \begin_layout Standard
26000 In a displayed formula the limit is set below the formula, as usual:
26001 \begin_inset Formula 
26002 \[
26003 \lim_{x\to A}x=B
26004 \]
26005
26006 \end_inset
26007
26008
26009 \end_layout
26010
26011 \begin_layout Subsection
26012 Modulo-Functions
26013 \begin_inset Index idx
26014 status collapsed
26015
26016 \begin_layout Plain Layout
26017 Functions ! modulo-
26018 \end_layout
26019
26020 \end_inset
26021
26022
26023 \end_layout
26024
26025 \begin_layout Standard
26026 The modulo-function is special, because it exists in four variants.
26027  The variants in a displayed formula are:
26028 \begin_inset Formula 
26029 \begin{align*}
26030 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26031 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
26032 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
26033 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
26034 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
26035 \end{align*}
26036
26037 \end_inset
26038
26039
26040 \end_layout
26041
26042 \begin_layout Standard
26043 In an inline formula less space is set before the function names for all
26044  variants.
26045  By default the modulo-functions take only the first following character
26046  into account.
26047  To use more than one character, one has to put them into TeX-braces:
26048 \begin_inset Formula 
26049 \begin{align*}
26050 \underline{\textrm{Command}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Result}}\\
26051 \mathrm{a\backslash pod\textrm{\spce}bcd} &  & a\pod bcd\\
26052 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26053 \end{align*}
26054
26055 \end_inset
26056
26057
26058 \end_layout
26059
26060 \begin_layout Section
26061 Special Characters
26062 \begin_inset Index idx
26063 status collapsed
26064
26065 \begin_layout Plain Layout
26066 Special characters
26067 \end_layout
26068
26069 \end_inset
26070
26071
26072 \end_layout
26073
26074 \begin_layout Subsection
26075 Special Characters in Mathematical Text
26076 \end_layout
26077
26078 \begin_layout Standard
26079 The following commands can only be used in mathematical text or in TeX-mode:
26080 \end_layout
26081
26082 \begin_layout Standard
26083 \begin_inset space \hfill{}
26084 \end_inset
26085
26086
26087 \begin_inset Tabular
26088 <lyxtabular version="3" rows="8" columns="2">
26089 <features tabularvalignment="middle">
26090 <column alignment="block" valignment="top" width="0">
26091 <column alignment="block" valignment="top" width="0">
26092 <row>
26093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26094 \begin_inset Text
26095
26096 \begin_layout Plain Layout
26097 Command
26098 \end_layout
26099
26100 \end_inset
26101 </cell>
26102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26103 \begin_inset Text
26104
26105 \begin_layout Plain Layout
26106 Result
26107 \end_layout
26108
26109 \end_inset
26110 </cell>
26111 </row>
26112 <row>
26113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26114 \begin_inset Text
26115
26116 \begin_layout Plain Layout
26117
26118 \backslash
26119 oe
26120 \end_layout
26121
26122 \end_inset
26123 </cell>
26124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26125 \begin_inset Text
26126
26127 \begin_layout Plain Layout
26128 \begin_inset Formula $\textrm{œ}$
26129 \end_inset
26130
26131
26132 \end_layout
26133
26134 \end_inset
26135 </cell>
26136 </row>
26137 <row>
26138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26139 \begin_inset Text
26140
26141 \begin_layout Plain Layout
26142
26143 \backslash
26144 OE
26145 \end_layout
26146
26147 \end_inset
26148 </cell>
26149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26150 \begin_inset Text
26151
26152 \begin_layout Plain Layout
26153 \begin_inset Formula $\textrm{Œ}$
26154 \end_inset
26155
26156
26157 \end_layout
26158
26159 \end_inset
26160 </cell>
26161 </row>
26162 <row>
26163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26164 \begin_inset Text
26165
26166 \begin_layout Plain Layout
26167
26168 \backslash
26169 ae
26170 \end_layout
26171
26172 \end_inset
26173 </cell>
26174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26175 \begin_inset Text
26176
26177 \begin_layout Plain Layout
26178 \begin_inset Formula $\textrm{æ}$
26179 \end_inset
26180
26181
26182 \end_layout
26183
26184 \end_inset
26185 </cell>
26186 </row>
26187 <row>
26188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26189 \begin_inset Text
26190
26191 \begin_layout Plain Layout
26192
26193 \backslash
26194 AE
26195 \end_layout
26196
26197 \end_inset
26198 </cell>
26199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26200 \begin_inset Text
26201
26202 \begin_layout Plain Layout
26203 \begin_inset Formula $\textrm{Æ}$
26204 \end_inset
26205
26206
26207 \end_layout
26208
26209 \end_inset
26210 </cell>
26211 </row>
26212 <row>
26213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26214 \begin_inset Text
26215
26216 \begin_layout Plain Layout
26217
26218 \backslash
26219 aa
26220 \end_layout
26221
26222 \end_inset
26223 </cell>
26224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26225 \begin_inset Text
26226
26227 \begin_layout Plain Layout
26228 \begin_inset Formula $\textrm{\aa}$
26229 \end_inset
26230
26231
26232 \end_layout
26233
26234 \end_inset
26235 </cell>
26236 </row>
26237 <row>
26238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26239 \begin_inset Text
26240
26241 \begin_layout Plain Layout
26242
26243 \backslash
26244 AA
26245 \begin_inset Index idx
26246 status collapsed
26247
26248 \begin_layout Plain Layout
26249
26250 \backslash
26251 @
26252 \begin_inset ERT
26253 status collapsed
26254
26255 \begin_layout Plain Layout
26256
26257
26258 \backslash
26259 textrm{
26260 \backslash
26261 AA}
26262 \end_layout
26263
26264 \end_inset
26265
26266
26267 \end_layout
26268
26269 \end_inset
26270
26271
26272 \end_layout
26273
26274 \end_inset
26275 </cell>
26276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26277 \begin_inset Text
26278
26279 \begin_layout Plain Layout
26280 \begin_inset Formula $\textrm{Å}$
26281 \end_inset
26282
26283
26284 \end_layout
26285
26286 \end_inset
26287 </cell>
26288 </row>
26289 <row>
26290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26291 \begin_inset Text
26292
26293 \begin_layout Plain Layout
26294
26295 \backslash
26296 i
26297 \end_layout
26298
26299 \end_inset
26300 </cell>
26301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26302 \begin_inset Text
26303
26304 \begin_layout Plain Layout
26305 \begin_inset Formula $\textrm{ı}$
26306 \end_inset
26307
26308
26309 \end_layout
26310
26311 \end_inset
26312 </cell>
26313 </row>
26314 </lyxtabular>
26315
26316 \end_inset
26317
26318
26319 \begin_inset space \hfill{}
26320 \end_inset
26321
26322
26323 \begin_inset Tabular
26324 <lyxtabular version="3" rows="8" columns="2">
26325 <features tabularvalignment="middle">
26326 <column alignment="block" valignment="top" width="0">
26327 <column alignment="center" valignment="top" width="0">
26328 <row>
26329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26330 \begin_inset Text
26331
26332 \begin_layout Plain Layout
26333 command
26334 \begin_inset Note Note
26335 status collapsed
26336
26337 \begin_layout Plain Layout
26338 The space of 0
26339 \begin_inset space \thinspace{}
26340 \end_inset
26341
26342 mm is used for separation, because otherwise the output will be ¡ and ¿
26343  respectively.
26344 \end_layout
26345
26346 \end_inset
26347
26348
26349 \end_layout
26350
26351 \end_inset
26352 </cell>
26353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26354 \begin_inset Text
26355
26356 \begin_layout Plain Layout
26357 Result
26358 \end_layout
26359
26360 \end_inset
26361 </cell>
26362 </row>
26363 <row>
26364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26365 \begin_inset Text
26366
26367 \begin_layout Plain Layout
26368
26369 \backslash
26370 o
26371 \end_layout
26372
26373 \end_inset
26374 </cell>
26375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26376 \begin_inset Text
26377
26378 \begin_layout Plain Layout
26379 \begin_inset Formula $\textrm{ø}$
26380 \end_inset
26381
26382
26383 \end_layout
26384
26385 \end_inset
26386 </cell>
26387 </row>
26388 <row>
26389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26390 \begin_inset Text
26391
26392 \begin_layout Plain Layout
26393
26394 \backslash
26395 O
26396 \end_layout
26397
26398 \end_inset
26399 </cell>
26400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26401 \begin_inset Text
26402
26403 \begin_layout Plain Layout
26404 \begin_inset Formula $\textrm{Ø}$
26405 \end_inset
26406
26407
26408 \end_layout
26409
26410 \end_inset
26411 </cell>
26412 </row>
26413 <row>
26414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26415 \begin_inset Text
26416
26417 \begin_layout Plain Layout
26418
26419 \backslash
26420 l
26421 \end_layout
26422
26423 \end_inset
26424 </cell>
26425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26426 \begin_inset Text
26427
26428 \begin_layout Plain Layout
26429 \begin_inset Formula $\textrm{ł}$
26430 \end_inset
26431
26432
26433 \end_layout
26434
26435 \end_inset
26436 </cell>
26437 </row>
26438 <row>
26439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26440 \begin_inset Text
26441
26442 \begin_layout Plain Layout
26443
26444 \backslash
26445 L
26446 \end_layout
26447
26448 \end_inset
26449 </cell>
26450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26451 \begin_inset Text
26452
26453 \begin_layout Plain Layout
26454 \begin_inset Formula $\textrm{Ł}$
26455 \end_inset
26456
26457
26458 \end_layout
26459
26460 \end_inset
26461 </cell>
26462 </row>
26463 <row>
26464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26465 \begin_inset Text
26466
26467 \begin_layout Plain Layout
26468 !
26469 \begin_inset space \hspace{}
26470 \length 0mm
26471 \end_inset
26472
26473 `
26474 \begin_inset ERT
26475 status collapsed
26476
26477 \begin_layout Plain Layout
26478
26479
26480 \backslash
26481 spce 
26482 \end_layout
26483
26484 \end_inset
26485
26486
26487 \end_layout
26488
26489 \end_inset
26490 </cell>
26491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26492 \begin_inset Text
26493
26494 \begin_layout Plain Layout
26495 \begin_inset Formula $\textrm{!`}$
26496 \end_inset
26497
26498
26499 \end_layout
26500
26501 \end_inset
26502 </cell>
26503 </row>
26504 <row>
26505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26506 \begin_inset Text
26507
26508 \begin_layout Plain Layout
26509 ?
26510 \begin_inset space \hspace{}
26511 \length 0mm
26512 \end_inset
26513
26514 `
26515 \begin_inset ERT
26516 status collapsed
26517
26518 \begin_layout Plain Layout
26519
26520
26521 \backslash
26522 spce 
26523 \end_layout
26524
26525 \end_inset
26526
26527
26528 \end_layout
26529
26530 \end_inset
26531 </cell>
26532 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26533 \begin_inset Text
26534
26535 \begin_layout Plain Layout
26536 \begin_inset Formula $\textrm{?`}$
26537 \end_inset
26538
26539
26540 \end_layout
26541
26542 \end_inset
26543 </cell>
26544 </row>
26545 <row>
26546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26547 \begin_inset Text
26548
26549 \begin_layout Plain Layout
26550
26551 \backslash
26552 j
26553 \end_layout
26554
26555 \end_inset
26556 </cell>
26557 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26558 \begin_inset Text
26559
26560 \begin_layout Plain Layout
26561 \begin_inset Formula $\textrm{ȷ}$
26562 \end_inset
26563
26564
26565 \end_layout
26566
26567 \end_inset
26568 </cell>
26569 </row>
26570 </lyxtabular>
26571
26572 \end_inset
26573
26574
26575 \begin_inset space \hfill{}
26576 \end_inset
26577
26578
26579 \end_layout
26580
26581 \begin_layout Standard
26582 The characters 
26583 \begin_inset Formula $\textrm{\textrm{Å}}$
26584 \end_inset
26585
26586  and 
26587 \begin_inset Formula $\textrm{\textrm{Ø}}$
26588 \end_inset
26589
26590  can also be inserted via the math toolbar button 
26591 \begin_inset Graphics
26592         filename ../images/math/digamma.png
26593         scale 85
26594
26595 \end_inset
26596
26597 .
26598 \end_layout
26599
26600 \begin_layout Standard
26601 An exception are the commands 
26602 \series bold
26603 !
26604 \begin_inset space \hspace{}
26605 \length 0mm
26606 \end_inset
26607
26608 `
26609 \series default
26610  and 
26611 \series bold
26612 ?
26613 \begin_inset space \hspace{}
26614 \length 0mm
26615 \end_inset
26616
26617 `
26618 \series default
26619 , because they can be inserted in LyX directly to text.
26620 \end_layout
26621
26622 \begin_layout Subsection
26623 Accents in Text
26624 \begin_inset CommandInset label
26625 LatexCommand label
26626 name "sub:Accents-in-Text"
26627
26628 \end_inset
26629
26630
26631 \begin_inset Index idx
26632 status collapsed
26633
26634 \begin_layout Plain Layout
26635 Accents ! in text
26636 \end_layout
26637
26638 \end_inset
26639
26640
26641 \end_layout
26642
26643 \begin_layout Standard
26644 With the following commands all letters can be accented.
26645  The commands must be inserted in TeX-mode.
26646 \end_layout
26647
26648 \begin_layout Standard
26649 \begin_inset space \hfill{}
26650 \end_inset
26651
26652
26653 \begin_inset Tabular
26654 <lyxtabular version="3" rows="8" columns="2">
26655 <features tabularvalignment="middle">
26656 <column alignment="block" valignment="top" width="0">
26657 <column alignment="block" valignment="top" width="0">
26658 <row>
26659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26660 \begin_inset Text
26661
26662 \begin_layout Plain Layout
26663 Command
26664 \end_layout
26665
26666 \end_inset
26667 </cell>
26668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26669 \begin_inset Text
26670
26671 \begin_layout Plain Layout
26672 Result
26673 \end_layout
26674
26675 \end_inset
26676 </cell>
26677 </row>
26678 <row>
26679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26680 \begin_inset Text
26681
26682 \begin_layout Plain Layout
26683
26684 \backslash
26685
26686 \begin_inset Quotes grd
26687 \end_inset
26688
26689 e
26690 \end_layout
26691
26692 \end_inset
26693 </cell>
26694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26695 \begin_inset Text
26696
26697 \begin_layout Plain Layout
26698 \begin_inset ERT
26699 status collapsed
26700
26701 \begin_layout Plain Layout
26702
26703
26704 \backslash
26705 "e
26706 \end_layout
26707
26708 \end_inset
26709
26710
26711 \end_layout
26712
26713 \end_inset
26714 </cell>
26715 </row>
26716 <row>
26717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26718 \begin_inset Text
26719
26720 \begin_layout Plain Layout
26721
26722 \backslash
26723 `e
26724 \end_layout
26725
26726 \end_inset
26727 </cell>
26728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26729 \begin_inset Text
26730
26731 \begin_layout Plain Layout
26732 \begin_inset ERT
26733 status collapsed
26734
26735 \begin_layout Plain Layout
26736
26737
26738 \backslash
26739 `e
26740 \end_layout
26741
26742 \end_inset
26743
26744
26745 \end_layout
26746
26747 \end_inset
26748 </cell>
26749 </row>
26750 <row>
26751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26752 \begin_inset Text
26753
26754 \begin_layout Plain Layout
26755
26756 \backslash
26757 ^
26758 \begin_inset ERT
26759 status collapsed
26760
26761 \begin_layout Plain Layout
26762
26763
26764 \backslash
26765 spce 
26766 \end_layout
26767
26768 \end_inset
26769
26770 e
26771 \end_layout
26772
26773 \end_inset
26774 </cell>
26775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26776 \begin_inset Text
26777
26778 \begin_layout Plain Layout
26779 \begin_inset ERT
26780 status collapsed
26781
26782 \begin_layout Plain Layout
26783
26784
26785 \backslash
26786 ^e
26787 \end_layout
26788
26789 \end_inset
26790
26791
26792 \end_layout
26793
26794 \end_inset
26795 </cell>
26796 </row>
26797 <row>
26798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26799 \begin_inset Text
26800
26801 \begin_layout Plain Layout
26802
26803 \backslash
26804 =e
26805 \end_layout
26806
26807 \end_inset
26808 </cell>
26809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26810 \begin_inset Text
26811
26812 \begin_layout Plain Layout
26813 \begin_inset ERT
26814 status collapsed
26815
26816 \begin_layout Plain Layout
26817
26818
26819 \backslash
26820 =e
26821 \end_layout
26822
26823 \end_inset
26824
26825
26826 \end_layout
26827
26828 \end_inset
26829 </cell>
26830 </row>
26831 <row>
26832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26833 \begin_inset Text
26834
26835 \begin_layout Plain Layout
26836
26837 \backslash
26838 u
26839 \begin_inset ERT
26840 status collapsed
26841
26842 \begin_layout Plain Layout
26843
26844
26845 \backslash
26846 spce 
26847 \end_layout
26848
26849 \end_inset
26850
26851 e
26852 \end_layout
26853
26854 \end_inset
26855 </cell>
26856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26857 \begin_inset Text
26858
26859 \begin_layout Plain Layout
26860 \begin_inset ERT
26861 status collapsed
26862
26863 \begin_layout Plain Layout
26864
26865
26866 \backslash
26867 u e
26868 \end_layout
26869
26870 \end_inset
26871
26872
26873 \end_layout
26874
26875 \end_inset
26876 </cell>
26877 </row>
26878 <row>
26879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26880 \begin_inset Text
26881
26882 \begin_layout Plain Layout
26883
26884 \backslash
26885 b
26886 \begin_inset ERT
26887 status collapsed
26888
26889 \begin_layout Plain Layout
26890
26891
26892 \backslash
26893 spce 
26894 \end_layout
26895
26896 \end_inset
26897
26898 e
26899 \end_layout
26900
26901 \end_inset
26902 </cell>
26903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26904 \begin_inset Text
26905
26906 \begin_layout Plain Layout
26907 \begin_inset ERT
26908 status collapsed
26909
26910 \begin_layout Plain Layout
26911
26912
26913 \backslash
26914 b e
26915 \end_layout
26916
26917 \end_inset
26918
26919
26920 \end_layout
26921
26922 \end_inset
26923 </cell>
26924 </row>
26925 <row>
26926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26927 \begin_inset Text
26928
26929 \begin_layout Plain Layout
26930
26931 \backslash
26932 t
26933 \begin_inset ERT
26934 status collapsed
26935
26936 \begin_layout Plain Layout
26937
26938
26939 \backslash
26940 spce 
26941 \end_layout
26942
26943 \end_inset
26944
26945 ee
26946 \end_layout
26947
26948 \end_inset
26949 </cell>
26950 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26951 \begin_inset Text
26952
26953 \begin_layout Plain Layout
26954 \begin_inset ERT
26955 status collapsed
26956
26957 \begin_layout Plain Layout
26958
26959
26960 \backslash
26961 t ee
26962 \end_layout
26963
26964 \end_inset
26965
26966
26967 \end_layout
26968
26969 \end_inset
26970 </cell>
26971 </row>
26972 </lyxtabular>
26973
26974 \end_inset
26975
26976
26977 \begin_inset space \hfill{}
26978 \end_inset
26979
26980
26981 \begin_inset Tabular
26982 <lyxtabular version="3" rows="8" columns="2">
26983 <features tabularvalignment="middle">
26984 <column alignment="block" valignment="top" width="0">
26985 <column alignment="center" valignment="top" width="0">
26986 <row>
26987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26988 \begin_inset Text
26989
26990 \begin_layout Plain Layout
26991 Command
26992 \end_layout
26993
26994 \end_inset
26995 </cell>
26996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26997 \begin_inset Text
26998
26999 \begin_layout Plain Layout
27000 Result
27001 \end_layout
27002
27003 \end_inset
27004 </cell>
27005 </row>
27006 <row>
27007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27008 \begin_inset Text
27009
27010 \begin_layout Plain Layout
27011
27012 \backslash
27013 H
27014 \begin_inset ERT
27015 status collapsed
27016
27017 \begin_layout Plain Layout
27018
27019
27020 \backslash
27021 spce 
27022 \end_layout
27023
27024 \end_inset
27025
27026 e
27027 \end_layout
27028
27029 \end_inset
27030 </cell>
27031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27032 \begin_inset Text
27033
27034 \begin_layout Plain Layout
27035 \begin_inset ERT
27036 status collapsed
27037
27038 \begin_layout Plain Layout
27039
27040
27041 \backslash
27042 H e
27043 \end_layout
27044
27045 \end_inset
27046
27047
27048 \end_layout
27049
27050 \end_inset
27051 </cell>
27052 </row>
27053 <row>
27054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27055 \begin_inset Text
27056
27057 \begin_layout Plain Layout
27058
27059 \backslash
27060 'e
27061 \end_layout
27062
27063 \end_inset
27064 </cell>
27065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27066 \begin_inset Text
27067
27068 \begin_layout Plain Layout
27069 \begin_inset ERT
27070 status collapsed
27071
27072 \begin_layout Plain Layout
27073
27074
27075 \backslash
27076 'e
27077 \end_layout
27078
27079 \end_inset
27080
27081
27082 \end_layout
27083
27084 \end_inset
27085 </cell>
27086 </row>
27087 <row>
27088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27089 \begin_inset Text
27090
27091 \begin_layout Plain Layout
27092
27093 \backslash
27094 ~e
27095 \begin_inset Index idx
27096 status collapsed
27097
27098 \begin_layout Plain Layout
27099 Tilde
27100 \end_layout
27101
27102 \end_inset
27103
27104
27105 \end_layout
27106
27107 \end_inset
27108 </cell>
27109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27110 \begin_inset Text
27111
27112 \begin_layout Plain Layout
27113 \begin_inset ERT
27114 status collapsed
27115
27116 \begin_layout Plain Layout
27117
27118
27119 \backslash
27120 ~e
27121 \end_layout
27122
27123 \end_inset
27124
27125
27126 \end_layout
27127
27128 \end_inset
27129 </cell>
27130 </row>
27131 <row>
27132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27133 \begin_inset Text
27134
27135 \begin_layout Plain Layout
27136
27137 \backslash
27138 .e
27139 \end_layout
27140
27141 \end_inset
27142 </cell>
27143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27144 \begin_inset Text
27145
27146 \begin_layout Plain Layout
27147 \begin_inset ERT
27148 status collapsed
27149
27150 \begin_layout Plain Layout
27151
27152
27153 \backslash
27154 .e
27155 \end_layout
27156
27157 \end_inset
27158
27159
27160 \end_layout
27161
27162 \end_inset
27163 </cell>
27164 </row>
27165 <row>
27166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27167 \begin_inset Text
27168
27169 \begin_layout Plain Layout
27170
27171 \backslash
27172 v
27173 \begin_inset ERT
27174 status collapsed
27175
27176 \begin_layout Plain Layout
27177
27178
27179 \backslash
27180 spce 
27181 \end_layout
27182
27183 \end_inset
27184
27185 e
27186 \end_layout
27187
27188 \end_inset
27189 </cell>
27190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27191 \begin_inset Text
27192
27193 \begin_layout Plain Layout
27194 \begin_inset ERT
27195 status collapsed
27196
27197 \begin_layout Plain Layout
27198
27199
27200 \backslash
27201 v e
27202 \end_layout
27203
27204 \end_inset
27205
27206
27207 \end_layout
27208
27209 \end_inset
27210 </cell>
27211 </row>
27212 <row>
27213 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27214 \begin_inset Text
27215
27216 \begin_layout Plain Layout
27217
27218 \backslash
27219 d
27220 \begin_inset ERT
27221 status collapsed
27222
27223 \begin_layout Plain Layout
27224
27225
27226 \backslash
27227 spce 
27228 \end_layout
27229
27230 \end_inset
27231
27232 e
27233 \end_layout
27234
27235 \end_inset
27236 </cell>
27237 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27238 \begin_inset Text
27239
27240 \begin_layout Plain Layout
27241 \begin_inset ERT
27242 status collapsed
27243
27244 \begin_layout Plain Layout
27245
27246
27247 \backslash
27248 d e
27249 \end_layout
27250
27251 \end_inset
27252
27253
27254 \end_layout
27255
27256 \end_inset
27257 </cell>
27258 </row>
27259 <row>
27260 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27261 \begin_inset Text
27262
27263 \begin_layout Plain Layout
27264
27265 \backslash
27266 c
27267 \begin_inset ERT
27268 status collapsed
27269
27270 \begin_layout Plain Layout
27271
27272
27273 \backslash
27274 spce 
27275 \end_layout
27276
27277 \end_inset
27278
27279 e
27280 \end_layout
27281
27282 \end_inset
27283 </cell>
27284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27285 \begin_inset Text
27286
27287 \begin_layout Plain Layout
27288 \begin_inset ERT
27289 status collapsed
27290
27291 \begin_layout Plain Layout
27292
27293
27294 \backslash
27295 c e
27296 \end_layout
27297
27298 \end_inset
27299
27300
27301 \end_layout
27302
27303 \end_inset
27304 </cell>
27305 </row>
27306 </lyxtabular>
27307
27308 \end_inset
27309
27310
27311 \begin_inset space \hfill{}
27312 \end_inset
27313
27314
27315 \end_layout
27316
27317 \begin_layout Standard
27318 \begin_inset VSpace medskip
27319 \end_inset
27320
27321 With the command 
27322 \series bold
27323
27324 \backslash
27325 t
27326 \series default
27327  also two different characters can be accented.
27328  The command 
27329 \series bold
27330
27331 \backslash
27332 t
27333 \begin_inset ERT
27334 status collapsed
27335
27336 \begin_layout Plain Layout
27337
27338
27339 \backslash
27340 spce 
27341 \end_layout
27342
27343 \end_inset
27344
27345 sz
27346 \series default
27347  creates: 
27348 \begin_inset ERT
27349 status collapsed
27350
27351 \begin_layout Plain Layout
27352
27353
27354 \backslash
27355 t sz
27356 \end_layout
27357
27358 \end_inset
27359
27360
27361 \end_layout
27362
27363 \begin_layout Standard
27364 The accents 
27365 \series bold
27366 `
27367 \series default
27368  , 
27369 \series bold
27370 '
27371 \series default
27372  and 
27373 \series bold
27374 ^
27375 \series default
27376  can in combination with vowels directly be inserted with the keyboard without
27377  using TeX-mode.
27378  The same applies for the tilde
27379 \begin_inset Foot
27380 status collapsed
27381
27382 \begin_layout Plain Layout
27383 This only applies for keyboards where the tilde is defined as accent.
27384 \end_layout
27385
27386 \end_inset
27387
27388  
27389 \series bold
27390 ~
27391 \series default
27392  in combination with 
27393 \emph on
27394 a
27395 \emph default
27396  , 
27397 \emph on
27398 n
27399 \emph default
27400  , or 
27401 \emph on
27402 o
27403 \emph default
27404 .
27405 \end_layout
27406
27407 \begin_layout Standard
27408 The commands 
27409 \series bold
27410
27411 \backslash
27412 b
27413 \series default
27414  , 
27415 \series bold
27416
27417 \backslash
27418 c
27419 \series default
27420  , 
27421 \series bold
27422
27423 \backslash
27424 d
27425 \series default
27426  , 
27427 \series bold
27428
27429 \backslash
27430 H
27431 \series default
27432  , 
27433 \series bold
27434
27435 \backslash
27436 t
27437 \series default
27438  , 
27439 \series bold
27440
27441 \backslash
27442 u
27443 \series default
27444  , 
27445 \series bold
27446
27447 \backslash
27448 v
27449 \series default
27450  and accents that are inserted directly with the keyboard are also available
27451  in mathematical text.
27452  For the other accents there are special math commands to be used in formulas,
27453  see 
27454 \begin_inset CommandInset ref
27455 LatexCommand ref
27456 reference "sub:Accents-for-one"
27457
27458 \end_inset
27459
27460 .
27461 \end_layout
27462
27463 \begin_layout Standard
27464 \begin_inset VSpace bigskip
27465 \end_inset
27466
27467 Furthermore, with the command 
27468 \series bold
27469
27470 \backslash
27471 textcircled
27472 \series default
27473
27474 \begin_inset Index idx
27475 status collapsed
27476
27477 \begin_layout Plain Layout
27478 Commands ! T ! 
27479 \backslash
27480 textcircled
27481 \end_layout
27482
27483 \end_inset
27484
27485  all numbers and letters can be set into a circle, quasi accented with a
27486  circle, similar to the copyright symbol.
27487 \end_layout
27488
27489 \begin_layout Standard
27490 \align center
27491 \begin_inset Tabular
27492 <lyxtabular version="3" rows="3" columns="2">
27493 <features tabularvalignment="middle">
27494 <column alignment="center" valignment="top" width="0">
27495 <column alignment="center" valignment="top" width="0">
27496 <row>
27497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27498 \begin_inset Text
27499
27500 \begin_layout Plain Layout
27501 Command
27502 \end_layout
27503
27504 \end_inset
27505 </cell>
27506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27507 \begin_inset Text
27508
27509 \begin_layout Plain Layout
27510 Result
27511 \begin_inset Note Note
27512 status collapsed
27513
27514 \begin_layout Plain Layout
27515
27516 \series bold
27517
27518 \backslash
27519 raisebox
27520 \series default
27521  is only used as spacer.
27522 \end_layout
27523
27524 \end_inset
27525
27526
27527 \end_layout
27528
27529 \end_inset
27530 </cell>
27531 </row>
27532 <row>
27533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27534 \begin_inset Text
27535
27536 \begin_layout Plain Layout
27537
27538 \backslash
27539 textcircled{w}
27540 \end_layout
27541
27542 \end_inset
27543 </cell>
27544 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27545 \begin_inset Text
27546
27547 \begin_layout Plain Layout
27548 \begin_inset ERT
27549 status collapsed
27550
27551 \begin_layout Plain Layout
27552
27553
27554 \backslash
27555 textcircled{w}
27556 \end_layout
27557
27558 \end_inset
27559
27560
27561 \end_layout
27562
27563 \end_inset
27564 </cell>
27565 </row>
27566 <row>
27567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27568 \begin_inset Text
27569
27570 \begin_layout Plain Layout
27571
27572 \backslash
27573 Large 
27574 \backslash
27575 textcircled{
27576 \backslash
27577 normalsize
27578 \backslash
27579 protect
27580 \backslash
27581 raisebox{-1.5pt}{W}}
27582 \end_layout
27583
27584 \end_inset
27585 </cell>
27586 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27587 \begin_inset Text
27588
27589 \begin_layout Plain Layout
27590 \begin_inset Formula $\raisebox{4.5mm}{}$
27591 \end_inset
27592
27593
27594 \begin_inset ERT
27595 status collapsed
27596
27597 \begin_layout Plain Layout
27598
27599
27600 \backslash
27601 Large 
27602 \backslash
27603 textcircled{
27604 \backslash
27605 normalsize
27606 \backslash
27607 protect
27608 \backslash
27609 raisebox{-1.5pt}W}
27610 \end_layout
27611
27612 \end_inset
27613
27614
27615 \begin_inset Formula $\raisebox{-2mm}{}$
27616 \end_inset
27617
27618
27619 \end_layout
27620
27621 \end_inset
27622 </cell>
27623 </row>
27624 </lyxtabular>
27625
27626 \end_inset
27627
27628
27629 \end_layout
27630
27631 \begin_layout Standard
27632 One has to take care that the character fits in the circle.
27633  
27634 \series bold
27635
27636 \backslash
27637 Large
27638 \series default
27639
27640 \begin_inset Foot
27641 status collapsed
27642
27643 \begin_layout Plain Layout
27644 see 
27645 \begin_inset CommandInset ref
27646 LatexCommand ref
27647 reference "sub:Font-Sizes"
27648
27649 \end_inset
27650
27651
27652 \end_layout
27653
27654 \end_inset
27655
27656  specifies thereby the size of the circle.
27657  With the help of 
27658 \series bold
27659
27660 \backslash
27661 raisebox
27662 \series default
27663
27664 \begin_inset Foot
27665 status collapsed
27666
27667 \begin_layout Plain Layout
27668 see 
27669 \begin_inset CommandInset ref
27670 LatexCommand ref
27671 reference "sub:Boxes-without-Frame"
27672
27673 \end_inset
27674
27675
27676 \end_layout
27677
27678 \end_inset
27679
27680  the character can be centered.
27681 \end_layout
27682
27683 \begin_layout Subsection
27684 Old-style Figures
27685 \begin_inset Index idx
27686 status collapsed
27687
27688 \begin_layout Plain Layout
27689 Old-style Figures
27690 \end_layout
27691
27692 \end_inset
27693
27694
27695 \end_layout
27696
27697 \begin_layout Standard
27698 Old-style figures (also known as old-style numerals) are created with the
27699  command 
27700 \series bold
27701
27702 \backslash
27703 oldstylenums
27704 \series default
27705
27706 \begin_inset Index idx
27707 status collapsed
27708
27709 \begin_layout Plain Layout
27710 Commands ! O ! 
27711 \backslash
27712 oldstylenums
27713 \end_layout
27714
27715 \end_inset
27716
27717 .
27718  The command can be used in formulas and in TeX-mode.
27719  The command scheme is:
27720 \end_layout
27721
27722 \begin_layout Standard
27723
27724 \series bold
27725
27726 \backslash
27727 oldstylenums{number}
27728 \end_layout
27729
27730 \begin_layout Standard
27731 The command 
27732 \series bold
27733
27734 \backslash
27735 oldstylenums{0123456789
27736 \series default
27737  produces: 
27738 \begin_inset Formula $\oldstylenums{0123456789}$
27739 \end_inset
27740
27741
27742 \end_layout
27743
27744 \begin_layout Subsection
27745 Miscellaneous special Characters
27746 \begin_inset CommandInset label
27747 LatexCommand label
27748 name "sub:Miscellaneous-special-Characters"
27749
27750 \end_inset
27751
27752
27753 \begin_inset Index idx
27754 status collapsed
27755
27756 \begin_layout Plain Layout
27757 Special characters ! miscellaneous
27758 \end_layout
27759
27760 \end_inset
27761
27762
27763 \end_layout
27764
27765 \begin_layout Standard
27766 The following characters can only be inserted to formulas by using commands:
27767 \end_layout
27768
27769 \begin_layout Standard
27770 \align center
27771 \begin_inset Tabular
27772 <lyxtabular version="3" rows="4" columns="2">
27773 <features tabularvalignment="middle">
27774 <column alignment="center" valignment="top" width="0">
27775 <column alignment="center" valignment="top" width="0">
27776 <row>
27777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27778 \begin_inset Text
27779
27780 \begin_layout Plain Layout
27781 Command
27782 \end_layout
27783
27784 \end_inset
27785 </cell>
27786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27787 \begin_inset Text
27788
27789 \begin_layout Plain Layout
27790 Result
27791 \end_layout
27792
27793 \end_inset
27794 </cell>
27795 </row>
27796 <row>
27797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27798 \begin_inset Text
27799
27800 \begin_layout Plain Layout
27801
27802 \backslash
27803 ^
27804 \begin_inset ERT
27805 status collapsed
27806
27807 \begin_layout Plain Layout
27808
27809
27810 \backslash
27811 spce 
27812 \end_layout
27813
27814 \end_inset
27815
27816
27817 \end_layout
27818
27819 \end_inset
27820 </cell>
27821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27822 \begin_inset Text
27823
27824 \begin_layout Plain Layout
27825 \begin_inset Formula $\mathcircumflex$
27826 \end_inset
27827
27828
27829 \end_layout
27830
27831 \end_inset
27832 </cell>
27833 </row>
27834 <row>
27835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27836 \begin_inset Text
27837
27838 \begin_layout Plain Layout
27839
27840 \backslash
27841 _
27842 \end_layout
27843
27844 \end_inset
27845 </cell>
27846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27847 \begin_inset Text
27848
27849 \begin_layout Plain Layout
27850 \begin_inset Formula $\_$
27851 \end_inset
27852
27853
27854 \end_layout
27855
27856 \end_inset
27857 </cell>
27858 </row>
27859 <row>
27860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27861 \begin_inset Text
27862
27863 \begin_layout Plain Layout
27864 ^
27865 \begin_inset ERT
27866 status collapsed
27867
27868 \begin_layout Plain Layout
27869
27870
27871 \backslash
27872 spce 
27873 \end_layout
27874
27875 \end_inset
27876
27877
27878 \backslash
27879 circ
27880 \begin_inset Index idx
27881 status collapsed
27882
27883 \begin_layout Plain Layout
27884
27885 \backslash
27886
27887 \end_layout
27888
27889 \end_inset
27890
27891
27892 \end_layout
27893
27894 \end_inset
27895 </cell>
27896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27897 \begin_inset Text
27898
27899 \begin_layout Plain Layout
27900 \begin_inset Formula $^{\circ}$
27901 \end_inset
27902
27903
27904 \end_layout
27905
27906 \end_inset
27907 </cell>
27908 </row>
27909 </lyxtabular>
27910
27911 \end_inset
27912
27913
27914 \end_layout
27915
27916 \begin_layout Standard
27917 The degree sign ° can nevertheless be directly inserted if the LaTeX-preamble
27918  contains the following line
27919 \begin_inset Foot
27920 status collapsed
27921
27922 \begin_layout Plain Layout
27923 More about this is described in 
27924 \begin_inset CommandInset ref
27925 LatexCommand ref
27926 reference "sub:Text-Characters-in"
27927
27928 \end_inset
27929
27930 .
27931 \end_layout
27932
27933 \end_inset
27934
27935 :
27936 \end_layout
27937
27938 \begin_layout Standard
27939
27940 \series bold
27941
27942 \backslash
27943 DeclareInputtext{176}{
27944 \backslash
27945 ifmmode^
27946 \backslash
27947 circ
27948 \backslash
27949 else
27950 \backslash
27951 textdegree
27952 \backslash
27953 fi}
27954 \end_layout
27955
27956 \begin_layout Standard
27957 \begin_inset Newpage newpage
27958 \end_inset
27959
27960
27961 \end_layout
27962
27963 \begin_layout Section
27964 Formula Styles
27965 \begin_inset CommandInset label
27966 LatexCommand label
27967 name "sec:Formula-Styles"
27968
27969 \end_inset
27970
27971
27972 \begin_inset Index idx
27973 status collapsed
27974
27975 \begin_layout Plain Layout
27976 Formula ! styles
27977 \end_layout
27978
27979 \end_inset
27980
27981
27982 \end_layout
27983
27984 \begin_layout Itemize
27985 There are two different alignment styles:
27986 \end_layout
27987
27988 \begin_deeper
27989 \begin_layout Description
27990 Centered is the predefined standard
27991 \end_layout
27992
27993 \begin_layout Description
27994 Indented for this the option 
27995 \series bold
27996 fleqn
27997 \series default
27998  must be inserted in the menu 
27999 \family sans
28000 Document\SpecialChar \menuseparator
28001 Settings
28002 \family default
28003  under 
28004 \family sans
28005 Document
28006 \begin_inset space ~
28007 \end_inset
28008
28009 Class
28010 \end_layout
28011
28012 \begin_layout Standard
28013 When 
28014 \series bold
28015 Indented
28016 \series default
28017  is used, the indentation can be adjusted with the length 
28018 \series bold
28019
28020 \backslash
28021 mathindent
28022 \series default
28023
28024 \begin_inset Index idx
28025 status collapsed
28026
28027 \begin_layout Plain Layout
28028 Commands ! M ! 
28029 \backslash
28030 mathindent
28031 \end_layout
28032
28033 \end_inset
28034
28035 .
28036  Should the distance be 15
28037 \begin_inset space \thinspace{}
28038 \end_inset
28039
28040 mm, the following command line is inserted in the LaTeX-preamble
28041 \end_layout
28042
28043 \begin_layout Standard
28044
28045 \series bold
28046
28047 \backslash
28048 setlength{
28049 \backslash
28050 mathindent}{15mm}
28051 \end_layout
28052
28053 \begin_layout Standard
28054 When no length is specified, the predefined value of 30
28055 \begin_inset space \thinspace{}
28056 \end_inset
28057
28058 pt will be used.
28059 \end_layout
28060
28061 \end_deeper
28062 \begin_layout Itemize
28063 And two different numbering styles:
28064 \end_layout
28065
28066 \begin_deeper
28067 \begin_layout Description
28068 Right is the predefined standard
28069 \end_layout
28070
28071 \begin_layout Description
28072 Left for this the option 
28073 \series bold
28074 leqno
28075 \series default
28076  must be inserted in the menu 
28077 \family sans
28078 Document\SpecialChar \menuseparator
28079 Settings
28080 \family default
28081  under 
28082 \family sans
28083 Document
28084 \begin_inset space ~
28085 \end_inset
28086
28087 Class
28088 \end_layout
28089
28090 \end_deeper
28091 \begin_layout Standard
28092
28093 \series bold
28094 fleqn
28095 \series default
28096  and 
28097 \series bold
28098 leqno
28099 \series default
28100  can also be used together.
28101  In this case both options are inserted, separated by a comma.
28102 \end_layout
28103
28104 \begin_layout Standard
28105 The chosen styles are used for all displayed formulas of the document.
28106  When both, centered and indented formulas should be created in a document,
28107  the style 
28108 \series bold
28109 Centered
28110 \series default
28111  is used.
28112  The indented formulas are then set in a flalign environment, see 
28113 \begin_inset CommandInset ref
28114 LatexCommand ref
28115 reference "sub:Flalign-Environment"
28116
28117 \end_inset
28118
28119 .
28120 \end_layout
28121
28122 \begin_layout Section
28123 Multiline Formulas
28124 \begin_inset CommandInset label
28125 LatexCommand label
28126 name "sec:Multiline-Formulas"
28127
28128 \end_inset
28129
28130
28131 \begin_inset Index idx
28132 status collapsed
28133
28134 \begin_layout Plain Layout
28135 Formula ! multiline
28136 \end_layout
28137
28138 \end_inset
28139
28140
28141 \end_layout
28142
28143 \begin_layout Subsection
28144 General
28145 \end_layout
28146
28147 \begin_layout Standard
28148 In LyX multiline formulas are created by pressing 
28149 \series bold
28150
28151 \begin_inset Info
28152 type  "shortcut"
28153 arg   "newline-insert newline"
28154 \end_inset
28155
28156
28157 \series default
28158  inside a formula.
28159  This creates either an 
28160 \series bold
28161 eqnarray environment
28162 \series default
28163  that is described in 
28164 \begin_inset CommandInset ref
28165 LatexCommand ref
28166 reference "sub:Eqnarray-Environment"
28167
28168 \end_inset
28169
28170  or, when the option 
28171 \family sans
28172 Use AMS math package
28173 \family default
28174  in the document settings is selected, an 
28175 \series bold
28176 align environment
28177 \series default
28178  that is described in 
28179 \begin_inset CommandInset ref
28180 LatexCommand ref
28181 reference "sub:Standard-align-Environment"
28182
28183 \end_inset
28184
28185 .
28186 \end_layout
28187
28188 \begin_layout Standard
28189 There are other multiline formula environments that can be created via the
28190  menu 
28191 \family sans
28192 Insert\SpecialChar \menuseparator
28193 Math
28194 \family default
28195 .
28196  These environments are described in the following sections.
28197 \end_layout
28198
28199 \begin_layout Standard
28200 In all multiline formula environments a new line is created by pressing
28201  
28202 \begin_inset Info
28203 type  "shortcut"
28204 arg   "newline-insert newline"
28205 \end_inset
28206
28207 .
28208  To add or delete lines, the math toolbar buttons 
28209 \begin_inset Graphics
28210         filename ../images/tabular-feature_append-row.png
28211         scale 85
28212
28213 \end_inset
28214
28215  or 
28216 \begin_inset Graphics
28217         filename ../images/tabular-feature_delete-row.png
28218         scale 85
28219
28220 \end_inset
28221
28222 , respectively, or the menu 
28223 \family sans
28224 Edit\SpecialChar \menuseparator
28225 Rows & Columns
28226 \family default
28227  can be used.
28228 \end_layout
28229
28230 \begin_layout Subsubsection
28231 Line Separation
28232 \begin_inset CommandInset label
28233 LatexCommand label
28234 name "sub:Line-Separation"
28235
28236 \end_inset
28237
28238
28239 \begin_inset Index idx
28240 status collapsed
28241
28242 \begin_layout Plain Layout
28243 Formula ! multiline ! Line separation
28244 \end_layout
28245
28246 \end_inset
28247
28248
28249 \end_layout
28250
28251 \begin_layout Standard
28252 There is sometimes not enough space in multiline formulas between the lines:
28253 \begin_inset Formula 
28254 \begin{eqnarray*}
28255 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}\\
28256 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
28257 \end{eqnarray*}
28258
28259 \end_inset
28260
28261
28262 \end_layout
28263
28264 \begin_layout Standard
28265 In LaTeX additional line space is specified as optional argument of the
28266  new line command.
28267  This is not yet possible in LyX
28268 \begin_inset Foot
28269 status collapsed
28270
28271 \begin_layout Plain Layout
28272 see 
28273 \begin_inset CommandInset href
28274 LatexCommand href
28275 name "LyX-bug #1505"
28276 target "http://www.lyx.org/trac/ticket/1505"
28277
28278 \end_inset
28279
28280
28281 \end_layout
28282
28283 \end_inset
28284
28285 , therefore the whole formula must be inserted in TeX-mode.
28286  To add in our example space, the command 
28287 \series bold
28288
28289 \backslash
28290
28291 \backslash
28292 [3mm]
28293 \series default
28294  is inserted at the end of the first line.
28295  One gets: 
28296 \begin_inset ERT
28297 status collapsed
28298
28299 \begin_layout Plain Layout
28300
28301
28302 \backslash
28303 begin{eqnarray*}
28304 \end_layout
28305
28306 \begin_layout Plain Layout
28307
28308 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28309  = & 
28310 \backslash
28311 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28312 \backslash
28313
28314 \backslash
28315 [3mm]
28316 \end_layout
28317
28318 \begin_layout Plain Layout
28319
28320 4x^{2}
28321 \backslash
28322 left(B^{2}+x_{0}^{2}
28323 \backslash
28324 right)+4x_{0}x
28325 \backslash
28326 left(D-B^{2}
28327 \backslash
28328 right)+B^{2}
28329 \backslash
28330 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28331 \backslash
28332 right) & = & 0
28333 \end_layout
28334
28335 \begin_layout Plain Layout
28336
28337
28338 \backslash
28339 end{eqnarray*}
28340 \end_layout
28341
28342 \end_inset
28343
28344
28345 \end_layout
28346
28347 \begin_layout Standard
28348 \begin_inset VSpace bigskip
28349 \end_inset
28350
28351 To set the line separation for all lines in a formula, the length 
28352 \series bold
28353
28354 \backslash
28355 jot
28356 \series default
28357
28358 \begin_inset Index idx
28359 status collapsed
28360
28361 \begin_layout Plain Layout
28362 Commands ! J ! 
28363 \backslash
28364 jot
28365 \end_layout
28366
28367 \end_inset
28368
28369  is changed.
28370  The definition is: 
28371 \begin_inset Formula $\mbox{line separation}=\mathrm{6\, pt+\backslash jot}$
28372 \end_inset
28373
28374 .
28375  Predefined for 
28376 \series bold
28377
28378 \backslash
28379 jot
28380 \series default
28381  is the value 3
28382 \begin_inset space \thinspace{}
28383 \end_inset
28384
28385 pt.
28386  To create 3
28387 \begin_inset space \thinspace{}
28388 \end_inset
28389
28390 mm additional line separation as in the previous example, the command
28391 \end_layout
28392
28393 \begin_layout Standard
28394
28395 \series bold
28396
28397 \backslash
28398 setlength{
28399 \backslash
28400 jot}{3mm+3pt}
28401 \end_layout
28402
28403 \begin_layout Standard
28404 is inserted in TeX-mode before the formula.
28405  This requires that the LaTeX-package 
28406 \series bold
28407 calc
28408 \series default
28409
28410 \begin_inset Foot
28411 status collapsed
28412
28413 \begin_layout Plain Layout
28414
28415 \series bold
28416 calc
28417 \series default
28418  is part of every LaTeX standard installation.
28419 \end_layout
28420
28421 \end_inset
28422
28423
28424 \begin_inset Index idx
28425 status collapsed
28426
28427 \begin_layout Plain Layout
28428 Packages ! calc
28429 \end_layout
28430
28431 \end_inset
28432
28433  was loaded in LaTeX-preamble with the line
28434 \end_layout
28435
28436 \begin_layout Standard
28437
28438 \series bold
28439
28440 \backslash
28441 usepackage{calc}
28442 \end_layout
28443
28444 \begin_layout Standard
28445 One gets: 
28446 \begin_inset ERT
28447 status collapsed
28448
28449 \begin_layout Plain Layout
28450
28451
28452 \backslash
28453 setlength{
28454 \backslash
28455 jot}{3mm+3pt}
28456 \end_layout
28457
28458 \end_inset
28459
28460
28461 \begin_inset Formula 
28462 \begin{eqnarray*}
28463 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}\\
28464 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
28465 \end{eqnarray*}
28466
28467 \end_inset
28468
28469
28470 \end_layout
28471
28472 \begin_layout Standard
28473 \begin_inset ERT
28474 status collapsed
28475
28476 \begin_layout Plain Layout
28477
28478
28479 \backslash
28480 setlength{
28481 \backslash
28482 jot}{3pt}
28483 \end_layout
28484
28485 \end_inset
28486
28487  To get back to the predefined distance, 
28488 \series bold
28489
28490 \backslash
28491 jot
28492 \series default
28493  is set to the value 3
28494 \begin_inset space \thinspace{}
28495 \end_inset
28496
28497 pt.
28498 \end_layout
28499
28500 \begin_layout Subsubsection
28501 Column Separation
28502 \begin_inset CommandInset label
28503 LatexCommand label
28504 name "sub:Column-Separation"
28505
28506 \end_inset
28507
28508
28509 \begin_inset Index idx
28510 status collapsed
28511
28512 \begin_layout Plain Layout
28513 Formula ! multiline ! Column separation
28514 \end_layout
28515
28516 \end_inset
28517
28518
28519 \end_layout
28520
28521 \begin_layout Standard
28522 Multiline formulas form a matrix.
28523  A formula in the eqnarray environment is for example a matrix with three
28524  columns.
28525  By changing the column separation in this environment, the space beside
28526  the relation sign can be changed.
28527 \end_layout
28528
28529 \begin_layout Standard
28530 The column separation is specified with the length 
28531 \series bold
28532
28533 \backslash
28534 arraycolsep
28535 \series default
28536
28537 \begin_inset Index idx
28538 status collapsed
28539
28540 \begin_layout Plain Layout
28541 Commands ! A ! 
28542 \backslash
28543 arraycolsep
28544 \end_layout
28545
28546 \end_inset
28547
28548  according to:
28549 \begin_inset Newline newline
28550 \end_inset
28551
28552 column separation = 2
28553 \begin_inset space \thinspace{}
28554 \end_inset
28555
28556
28557 \series bold
28558
28559 \backslash
28560 arraycolsep
28561 \series default
28562
28563 \begin_inset Newline newline
28564 \end_inset
28565
28566 Thus, the command
28567 \end_layout
28568
28569 \begin_layout Standard
28570
28571 \series bold
28572
28573 \backslash
28574 setlength{
28575 \backslash
28576 arraycolsep}{1cm}
28577 \end_layout
28578
28579 \begin_layout Standard
28580 inserted in TeX-mode, sets for all following formulas a column separation
28581  of 2
28582 \begin_inset space \thinspace{}
28583 \end_inset
28584
28585 cm.
28586  To get back to the predefined distance, 
28587 \series bold
28588
28589 \backslash
28590 arraycolsep
28591 \series default
28592  is set to 5
28593 \begin_inset space \thinspace{}
28594 \end_inset
28595
28596 pt.
28597 \end_layout
28598
28599 \begin_layout Standard
28600 A formula with 2
28601 \begin_inset space \thinspace{}
28602 \end_inset
28603
28604 cm column separation:
28605 \begin_inset ERT
28606 status collapsed
28607
28608 \begin_layout Plain Layout
28609
28610
28611 \backslash
28612 setlength{
28613 \backslash
28614 arraycolsep}{1cm}
28615 \end_layout
28616
28617 \end_inset
28618
28619
28620 \begin_inset Formula 
28621 \begin{eqnarray*}
28622 A & = & B\\
28623 C & \ne & A
28624 \end{eqnarray*}
28625
28626 \end_inset
28627
28628 A formula with the predefined column separation for matrices of 10
28629 \begin_inset space \thinspace{}
28630 \end_inset
28631
28632 pt:
28633 \begin_inset ERT
28634 status collapsed
28635
28636 \begin_layout Plain Layout
28637
28638
28639 \backslash
28640 setlength{
28641 \backslash
28642 arraycolsep}{5pt}
28643 \end_layout
28644
28645 \end_inset
28646
28647
28648 \begin_inset Formula 
28649 \begin{eqnarray*}
28650 A & = & B\\
28651 C & \ne & A
28652 \end{eqnarray*}
28653
28654 \end_inset
28655
28656
28657 \end_layout
28658
28659 \begin_layout Subsubsection
28660 Long Formulas
28661 \begin_inset Index idx
28662 status collapsed
28663
28664 \begin_layout Plain Layout
28665 Formula ! long
28666 \end_layout
28667
28668 \end_inset
28669
28670
28671 \end_layout
28672
28673 \begin_layout Standard
28674 Long formulas can be typeset using these methods:
28675 \end_layout
28676
28677 \begin_layout Itemize
28678 When one side of the equation is much shorther than the line width, this
28679  one is chosen for the left side and the right side is typeset over two
28680  lines:
28681 \begin_inset Formula 
28682 \begin{eqnarray}
28683 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 \\
28684  &  & -\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}
28685 \end{eqnarray}
28686
28687 \end_inset
28688
28689 The minus sign at the beginning of the second line does normally not appear
28690  as operator because it is the first character of the line.
28691  Thus it would not be surrounded by space and could not be distinguished
28692  from the fraction bar.
28693  To avoid this, 3
28694 \begin_inset space \thinspace{}
28695 \end_inset
28696
28697 pt space was inserted behind the minus sign with the command 
28698 \series bold
28699
28700 \backslash
28701 hspace
28702 \series default
28703 .
28704 \begin_inset Foot
28705 status collapsed
28706
28707 \begin_layout Plain Layout
28708 more about 
28709 \series bold
28710
28711 \backslash
28712 hspace
28713 \series default
28714  see 
28715 \begin_inset CommandInset ref
28716 LatexCommand ref
28717 reference "sub:Variable-Space"
28718
28719 \end_inset
28720
28721
28722 \end_layout
28723
28724 \end_inset
28725
28726
28727 \begin_inset Index idx
28728 status collapsed
28729
28730 \begin_layout Plain Layout
28731 Commands ! H ! 
28732 \backslash
28733 hspace
28734 \end_layout
28735
28736 \end_inset
28737
28738
28739 \end_layout
28740
28741 \begin_layout Itemize
28742 When both sides of the equation are too long, the command 
28743 \series bold
28744
28745 \backslash
28746 lefteqn
28747 \series default
28748
28749 \begin_inset Index idx
28750 status collapsed
28751
28752 \begin_layout Plain Layout
28753 Commands ! L ! 
28754 \backslash
28755 lefteqn
28756 \end_layout
28757
28758 \end_inset
28759
28760  is used.
28761  It is inserted to the first column of the first line and effects that all
28762  further insertions overwrite the following columns:
28763 \begin_inset Formula 
28764 \begin{eqnarray}
28765 \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 \\
28766  &  & -\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 \\
28767  &  & =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}
28768 \end{eqnarray}
28769
28770 \end_inset
28771
28772 After the insertion of 
28773 \series bold
28774
28775 \backslash
28776 lefteqn
28777 \series default
28778 , the cursor is in a purple box that is a bit shifted to the left from the
28779  blue one.
28780  In this the formula is inserted.
28781 \begin_inset Newline newline
28782 \end_inset
28783
28784 The content of the further lines is inserted to the second or another formula
28785  column.
28786  The greater the column number where it was inserted, the larger the indentation.
28787 \begin_inset VSpace medskip
28788 \end_inset
28789
28790
28791 \begin_inset Newline newline
28792 \end_inset
28793
28794
28795 \begin_inset Note Greyedout
28796 status open
28797
28798 \begin_layout Plain Layout
28799 Note the following when using 
28800 \series bold
28801
28802 \backslash
28803 lefteqn
28804 \series default
28805 :
28806 \end_layout
28807
28808 \begin_layout Itemize
28809 The formula doesn't use the full page width.
28810  When e.
28811 \begin_inset space \thinspace{}
28812 \end_inset
28813
28814 g.
28815 \begin_inset space \space{}
28816 \end_inset
28817
28818 the term 
28819 \begin_inset Formula $-B^{2}$
28820 \end_inset
28821
28822  is added to the first line in the above example, it would have been outside
28823  the page margin.
28824  To better use the width, negative space can be inserted at the beginning
28825  of the first line.
28826 \end_layout
28827
28828 \begin_layout Itemize
28829 Due to a bug in LyX the cursor cannot be set with the mouse into the first
28830  line.
28831 \begin_inset Foot
28832 status collapsed
28833
28834 \begin_layout Plain Layout
28835 \begin_inset CommandInset href
28836 LatexCommand href
28837 name "LyX-bug #1429"
28838 target "http://www.lyx.org/trac/ticket/1429"
28839
28840 \end_inset
28841
28842
28843 \end_layout
28844
28845 \end_inset
28846
28847  One can only set the cursor at the beginning of the line and move it with
28848  the arrow keys.
28849 \end_layout
28850
28851 \end_inset
28852
28853
28854 \end_layout
28855
28856 \begin_layout Itemize
28857 Other methods to set long formulas are offered by the environments described
28858  in 
28859 \begin_inset CommandInset ref
28860 LatexCommand ref
28861 reference "sub:Multline-Environment"
28862
28863 \end_inset
28864
28865  and 
28866 \begin_inset CommandInset ref
28867 LatexCommand ref
28868 reference "sub:Multiline-Formula-Parts"
28869
28870 \end_inset
28871
28872 .
28873 \end_layout
28874
28875 \begin_layout Subsubsection
28876 Multiline Brackets
28877 \begin_inset CommandInset label
28878 LatexCommand label
28879 name "sub:Multiline-Brackets"
28880
28881 \end_inset
28882
28883
28884 \begin_inset Index idx
28885 status collapsed
28886
28887 \begin_layout Plain Layout
28888 Brackets ! for multiline expressions
28889 \end_layout
28890
28891 \end_inset
28892
28893
28894 \end_layout
28895
28896 \begin_layout Standard
28897 For brackets spanning multiple lines the following problem occurs:
28898 \begin_inset Formula 
28899 \begin{eqnarray*}
28900 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28901  &  & \left.\cdots+B-D\right]
28902 \end{eqnarray*}
28903
28904 \end_inset
28905
28906
28907 \end_layout
28908
28909 \begin_layout Standard
28910 The closing bracket is smaller than the opening bracket because brackets
28911  with variable size may not span multiple lines.
28912 \end_layout
28913
28914 \begin_layout Standard
28915 To set the bracket size for the second line correctly, the first line is
28916  ended with 
28917 \series bold
28918
28919 \backslash
28920 right.
28921 \series default
28922
28923 \begin_inset Index idx
28924 status collapsed
28925
28926 \begin_layout Plain Layout
28927 Commands ! R ! 
28928 \backslash
28929 right
28930 \end_layout
28931
28932 \end_inset
28933
28934  and the second line with 
28935 \series bold
28936
28937 \backslash
28938 left.
28939 \begin_inset Foot
28940 status collapsed
28941
28942 \begin_layout Plain Layout
28943 for more about 
28944 \series bold
28945
28946 \backslash
28947 left
28948 \series default
28949  and 
28950 \series bold
28951
28952 \backslash
28953 right
28954 \series default
28955  see 
28956 \begin_inset CommandInset ref
28957 LatexCommand ref
28958 reference "sub:Automatic-Bracket-Size"
28959
28960 \end_inset
28961
28962
28963 \end_layout
28964
28965 \end_inset
28966
28967
28968 \series default
28969
28970 \begin_inset Index idx
28971 status collapsed
28972
28973 \begin_layout Plain Layout
28974 Commands ! L ! 
28975 \backslash
28976 left
28977 \end_layout
28978
28979 \end_inset
28980
28981 .
28982  After 
28983 \series bold
28984
28985 \backslash
28986 left.
28987
28988 \series default
28989  the command 
28990 \series bold
28991
28992 \backslash
28993 vphantom
28994 \series default
28995
28996 \begin_inset ERT
28997 status collapsed
28998
28999 \begin_layout Plain Layout
29000
29001
29002 \backslash
29003 spce 
29004 \end_layout
29005
29006 \end_inset
29007
29008
29009 \series bold
29010
29011 \backslash
29012 prod
29013 \series default
29014 ^
29015 \begin_inset ERT
29016 status collapsed
29017
29018 \begin_layout Plain Layout
29019
29020
29021 \backslash
29022 spce 
29023 \end_layout
29024
29025 \end_inset
29026
29027
29028 \series bold
29029
29030 \backslash
29031 infty
29032 \series default
29033
29034 \begin_inset ERT
29035 status collapsed
29036
29037 \begin_layout Plain Layout
29038
29039
29040 \backslash
29041 spce 
29042 \end_layout
29043
29044 \end_inset
29045
29046
29047 \series bold
29048
29049 \begin_inset Formula $\downarrow$
29050 \end_inset
29051
29052 _R=1}
29053 \series default
29054
29055 \begin_inset Index idx
29056 status collapsed
29057
29058 \begin_layout Plain Layout
29059 Commands ! V ! 
29060 \backslash
29061 vphantom
29062 \end_layout
29063
29064 \end_inset
29065
29066  is inserted, because the multiplication operator with its limits is the
29067  largest symbol in the first line and this should be the size for the bracket
29068  in the second line.
29069 \end_layout
29070
29071 \begin_layout Standard
29072 The result is this:
29073 \begin_inset Formula 
29074 \begin{eqnarray*}
29075 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29076  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29077 \end{eqnarray*}
29078
29079 \end_inset
29080
29081
29082 \end_layout
29083
29084 \begin_layout Subsection
29085 Align Environments
29086 \end_layout
29087
29088 \begin_layout Standard
29089 Align environments can be used for every kind of multiline formulas.
29090  They are specially useful to set several formulas side by side.
29091 \end_layout
29092
29093 \begin_layout Standard
29094 Align environments consist of columns.
29095  The odd columns are right aligned, the even ones left aligned.
29096  Every line in an Align environment can be numbered.
29097 \end_layout
29098
29099 \begin_layout Standard
29100 Align environments are created via the menu 
29101 \family sans
29102 Insert\SpecialChar \menuseparator
29103 Math
29104 \family default
29105 .
29106  With the menu 
29107 \family sans
29108 Edit\SpecialChar \menuseparator
29109 Math\SpecialChar \menuseparator
29110 Change Formula Type
29111 \family default
29112  already existing formulas can be converted to Align environments.
29113 \end_layout
29114
29115 \begin_layout Standard
29116 To add or delete columns, the math toolbar buttons 
29117 \begin_inset Graphics
29118         filename ../images/tabular-feature_append-column.png
29119         scale 85
29120
29121 \end_inset
29122
29123  or 
29124 \begin_inset Graphics
29125         filename ../images/tabular-feature_delete-column.png
29126         scale 85
29127
29128 \end_inset
29129
29130 , respectively, or the menu 
29131 \family sans
29132 Edit\SpecialChar \menuseparator
29133 Rows & Columns
29134 \family default
29135  can be used.
29136 \end_layout
29137
29138 \begin_layout Subsubsection
29139 Standard align Environment
29140 \begin_inset CommandInset label
29141 LatexCommand label
29142 name "sub:Standard-align-Environment"
29143
29144 \end_inset
29145
29146
29147 \begin_inset Index idx
29148 status collapsed
29149
29150 \begin_layout Plain Layout
29151 Formula ! multiline ! align environment
29152 \end_layout
29153
29154 \end_inset
29155
29156
29157 \end_layout
29158
29159 \begin_layout Standard
29160 This Align environment is created by presssing 
29161 \begin_inset Info
29162 type  "shortcut"
29163 arg   "newline-insert newline"
29164 \end_inset
29165
29166  in a formula or by the menu 
29167 \family sans
29168 Insert\SpecialChar \menuseparator
29169 Math\SpecialChar \menuseparator
29170 AMS align Environment
29171 \family default
29172 .
29173 \end_layout
29174
29175 \begin_layout Standard
29176 An example for two formulas set side by side, that are created with a four
29177  column align environment:
29178 \begin_inset Formula 
29179 \begin{align*}
29180 A & =\sin(B) & C & =D\\
29181 C & \ne A & B & \ne D
29182 \end{align*}
29183
29184 \end_inset
29185
29186 As it can be seen, the formulas in this environment are placed so as if
29187  there would be a 
29188 \series bold
29189
29190 \backslash
29191 hfill
29192 \begin_inset Foot
29193 status collapsed
29194
29195 \begin_layout Plain Layout
29196 more about 
29197 \series bold
29198
29199 \backslash
29200 hfill
29201 \series default
29202  see 
29203 \begin_inset CommandInset ref
29204 LatexCommand ref
29205 reference "sub:Variable-Space"
29206
29207 \end_inset
29208
29209
29210 \end_layout
29211
29212 \end_inset
29213
29214
29215 \series default
29216  before the first and after every even column.
29217  When the formula style 
29218 \series bold
29219 Indented
29220 \begin_inset Foot
29221 status collapsed
29222
29223 \begin_layout Plain Layout
29224 formula styles see 
29225 \begin_inset CommandInset ref
29226 LatexCommand ref
29227 reference "sec:Formula-Styles"
29228
29229 \end_inset
29230
29231
29232 \end_layout
29233
29234 \end_inset
29235
29236
29237 \series default
29238  is used, the formula is set without the 
29239 \series bold
29240
29241 \backslash
29242 hfill
29243 \series default
29244  before the first column.
29245 \end_layout
29246
29247 \begin_layout Subsubsection
29248 Alignat Environment
29249 \begin_inset Index idx
29250 status collapsed
29251
29252 \begin_layout Plain Layout
29253 Formula ! multiline ! alignat environment
29254 \end_layout
29255
29256 \end_inset
29257
29258
29259 \end_layout
29260
29261 \begin_layout Standard
29262 The alignat environment has no predefined column separation.
29263  It can be inserted manually with the spaces that are described 
29264 \begin_inset CommandInset ref
29265 LatexCommand ref
29266 reference "sub:Space"
29267
29268 \end_inset
29269
29270 .
29271 \end_layout
29272
29273 \begin_layout Standard
29274 The above example in the alignat environment where 1
29275 \begin_inset space \thinspace{}
29276 \end_inset
29277
29278 cm space was inserted at the beginning of the second formula:
29279 \begin_inset Formula 
29280 \begin{alignat*}{2}
29281 A & =\sin(B) & \hspace{1cm}C & =D\\
29282 C & \ne A & B & \ne D
29283 \end{alignat*}
29284
29285 \end_inset
29286
29287 Because the column separation can be set separately for every column, this
29288  environment is especially suitable to set three and more formulas side
29289  by side.
29290 \end_layout
29291
29292 \begin_layout Subsubsection
29293 Flalign Environment
29294 \begin_inset CommandInset label
29295 LatexCommand label
29296 name "sub:Flalign-Environment"
29297
29298 \end_inset
29299
29300
29301 \begin_inset Index idx
29302 status collapsed
29303
29304 \begin_layout Plain Layout
29305 Formula ! multiline ! flalign environment
29306 \end_layout
29307
29308 \end_inset
29309
29310
29311 \end_layout
29312
29313 \begin_layout Standard
29314 In this environment the first two columns are always set as much as possible
29315  to the left and the last two ones to the right.
29316  An example:
29317 \begin_inset Formula 
29318 \begin{flalign*}
29319 A & =1 & B & =2 & C & =3\\
29320 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29321 \end{flalign*}
29322
29323 \end_inset
29324
29325
29326 \end_layout
29327
29328 \begin_layout Standard
29329 By creating a flalign environment with an odd number of columns where an
29330  empty TeX-brace is inserted to the last column, several formulas in a document
29331  can be set to the left, although the formula style 
29332 \series bold
29333 Centered
29334 \series default
29335  is used.
29336  As example the indented formula 
29337 \begin_inset CommandInset ref
29338 LatexCommand eqref
29339 reference "eq:VolInt"
29340
29341 \end_inset
29342
29343 :
29344 \begin_inset Formula 
29345 \begin{flalign}
29346 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29347 \end{flalign}
29348
29349 \end_inset
29350
29351 The first two columns contain the formula.
29352  To indent it as with the formula style 
29353 \series bold
29354 Indented
29355 \series default
29356 , 30
29357 \begin_inset space \thinspace{}
29358 \end_inset
29359
29360 pt space was inserted at the beginning of the first column.
29361 \end_layout
29362
29363 \begin_layout Subsection
29364 Eqnarray Environment
29365 \begin_inset CommandInset label
29366 LatexCommand label
29367 name "sub:Eqnarray-Environment"
29368
29369 \end_inset
29370
29371
29372 \begin_inset Index idx
29373 status collapsed
29374
29375 \begin_layout Plain Layout
29376 Formula ! multiline ! eqnarray environment
29377 \end_layout
29378
29379 \end_inset
29380
29381
29382 \end_layout
29383
29384 \begin_layout Standard
29385 When this environment has been created, three blue boxes appear.
29386  The content of the first box is right aligned, the content of the last
29387  one left aligned.
29388  The content of the middle box appears centered and a bit smaller, because
29389  it is designed to insert there only relation characters.
29390 \begin_inset Formula 
29391 \begin{eqnarray*}
29392 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29393 AB & AB & AB\\
29394 A & = & A
29395 \end{eqnarray*}
29396
29397 \end_inset
29398
29399
29400 \end_layout
29401
29402 \begin_layout Subsection
29403 Gather Environment
29404 \begin_inset Index idx
29405 status collapsed
29406
29407 \begin_layout Plain Layout
29408 Formula ! multiline ! gather environment
29409 \end_layout
29410
29411 \end_inset
29412
29413
29414 \end_layout
29415
29416 \begin_layout Standard
29417 This environment consists of only one centered column.
29418  Every line can be numbered.
29419 \begin_inset Formula 
29420 \begin{gather}
29421 A=1\\
29422 X=\textrm{-}1
29423 \end{gather}
29424
29425 \end_inset
29426
29427
29428 \end_layout
29429
29430 \begin_layout Subsection
29431 Multline Environment
29432 \begin_inset CommandInset label
29433 LatexCommand label
29434 name "sub:Multline-Environment"
29435
29436 \end_inset
29437
29438
29439 \begin_inset Index idx
29440 status collapsed
29441
29442 \begin_layout Plain Layout
29443 Formula ! multiline ! multline environment
29444 \end_layout
29445
29446 \end_inset
29447
29448
29449 \end_layout
29450
29451 \begin_layout Standard
29452 The multline environment consists, like the gather environment, of only
29453  one column.
29454  But the first line is left aligned, the last one right aligned.
29455  All other lines are centered.
29456  Therefore this environment is suitable for long formulas.
29457  As example formula 
29458 \begin_inset CommandInset ref
29459 LatexCommand eqref
29460 reference "eq:lefteqn"
29461
29462 \end_inset
29463
29464  in the multline environment:
29465 \begin_inset Formula 
29466 \begin{multline}
29467 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}\\
29468 -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}\\
29469 =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}}
29470 \end{multline}
29471
29472 \end_inset
29473
29474
29475 \end_layout
29476
29477 \begin_layout Standard
29478 In the output only the last (first) line of a multline environment appears
29479  numbered when the document numbering is right (left).
29480 \begin_inset Foot
29481 status collapsed
29482
29483 \begin_layout Plain Layout
29484 numbering styles see 
29485 \begin_inset CommandInset ref
29486 LatexCommand ref
29487 reference "sec:Formula-Styles"
29488
29489 \end_inset
29490
29491
29492 \end_layout
29493
29494 \end_inset
29495
29496
29497 \end_layout
29498
29499 \begin_layout Standard
29500 With the commands 
29501 \series bold
29502
29503 \backslash
29504 shoveright
29505 \series default
29506
29507 \begin_inset Index idx
29508 status collapsed
29509
29510 \begin_layout Plain Layout
29511 Commands ! S ! 
29512 \backslash
29513 shoveright
29514 \end_layout
29515
29516 \end_inset
29517
29518  and 
29519 \series bold
29520
29521 \backslash
29522 shoveleft
29523 \series default
29524
29525 \begin_inset Index idx
29526 status collapsed
29527
29528 \begin_layout Plain Layout
29529 Commands ! S ! 
29530 \backslash
29531 shoveleft
29532 \end_layout
29533
29534 \end_inset
29535
29536  a centered line can be right or left aligned, respectively.
29537  The commands are used as follows:
29538 \end_layout
29539
29540 \begin_layout Standard
29541
29542 \series bold
29543
29544 \backslash
29545 shoveright{line content}
29546 \series default
29547  and 
29548 \series bold
29549
29550 \backslash
29551 shoveleft{line content}
29552 \end_layout
29553
29554 \begin_layout Standard
29555 \begin_inset VSpace medskip
29556 \end_inset
29557
29558 The length 
29559 \series bold
29560
29561 \backslash
29562 multlinegap
29563 \series default
29564
29565 \begin_inset Index idx
29566 status collapsed
29567
29568 \begin_layout Plain Layout
29569 Commands ! M ! 
29570 \backslash
29571 multlinegap
29572 \end_layout
29573
29574 \end_inset
29575
29576  specifies the distance of the first line from the left page margin.
29577  Predefined is the length 0
29578 \begin_inset space \thinspace{}
29579 \end_inset
29580
29581 pt.
29582 \end_layout
29583
29584 \begin_layout Standard
29585 As example the above formula where the command
29586 \end_layout
29587
29588 \begin_layout Standard
29589
29590 \series bold
29591
29592 \backslash
29593 setlength{
29594 \backslash
29595 multlinegap}{2cm}
29596 \end_layout
29597
29598 \begin_layout Standard
29599 was inserted in TeX-mode before:
29600 \begin_inset ERT
29601 status collapsed
29602
29603 \begin_layout Plain Layout
29604
29605
29606 \backslash
29607 setlength{
29608 \backslash
29609 multlinegap}{2cm}
29610 \end_layout
29611
29612 \end_inset
29613
29614
29615 \begin_inset Formula 
29616 \begin{multline}
29617 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}\\
29618 \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}}\\
29619 =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}}
29620 \end{multline}
29621
29622 \end_inset
29623
29624
29625 \begin_inset ERT
29626 status collapsed
29627
29628 \begin_layout Plain Layout
29629
29630
29631 \backslash
29632 setlength{
29633 \backslash
29634 multlinegap}{0pt}
29635 \end_layout
29636
29637 \end_inset
29638
29639 The second line was left aligned using 
29640 \series bold
29641
29642 \backslash
29643 shoveleft
29644 \series default
29645 .
29646 \end_layout
29647
29648 \begin_layout Subsection
29649 Multiline Formula Parts
29650 \begin_inset CommandInset label
29651 LatexCommand label
29652 name "sub:Multiline-Formula-Parts"
29653
29654 \end_inset
29655
29656
29657 \begin_inset Index idx
29658 status collapsed
29659
29660 \begin_layout Plain Layout
29661 Formula ! multiline ! formula parts
29662 \end_layout
29663
29664 \end_inset
29665
29666
29667 \end_layout
29668
29669 \begin_layout Standard
29670 To display only parts of a formula with multiple lines, one of the following
29671  environments are used: 
29672 \series bold
29673 aligned
29674 \series default
29675
29676 \series bold
29677 alignedat
29678 \series default
29679
29680 \series bold
29681 gathered
29682 \series default
29683  or 
29684 \series bold
29685 split
29686 \series default
29687 .
29688  They can be inserted via the menu 
29689 \family sans
29690 Insert\SpecialChar \menuseparator
29691 Math
29692 \family default
29693  or by using the commands described in this section.
29694 \end_layout
29695
29696 \begin_layout Standard
29697 The first three have the same properties as the corresponding multiline
29698  formula environments, but it is possible to set further formula parts beside
29699  them.
29700  An example:
29701 \begin_inset Formula 
29702 \[
29703 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29704 \Delta E\Delta t & \ge\frac{\hbar}{2}
29705 \end{aligned}
29706 \right\} \textrm{Uncertainty relations}
29707 \]
29708
29709 \end_inset
29710
29711
29712 \end_layout
29713
29714 \begin_layout Standard
29715 To get this formula, a displayed formula is created where the command 
29716 \series bold
29717
29718 \backslash
29719 aligned
29720 \series default
29721
29722 \begin_inset Index idx
29723 status collapsed
29724
29725 \begin_layout Plain Layout
29726 Commands ! A ! 
29727 \backslash
29728 aligned
29729 \end_layout
29730
29731 \end_inset
29732
29733  is inserted.
29734  A purple box appears around the blue formula box where now columns and
29735  lines can be added.
29736  Outside the multiline environment other formula parts can be set, like
29737  the brace.
29738 \end_layout
29739
29740 \begin_layout Standard
29741 The aligned environment is also suitable for long formulas whose lines are
29742  horizontally aligned.
29743  Using aligned in a displayed formula has the advantage that the formula
29744  number is vertically centered behind the lines.
29745  As example formula 
29746 \begin_inset CommandInset ref
29747 LatexCommand eqref
29748 reference "eq:shortlong"
29749
29750 \end_inset
29751
29752  in the aligned environment:
29753 \begin_inset Formula 
29754 \begin{equation}
29755 \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}|}\\
29756  & -\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}|}
29757 \end{aligned}
29758 \end{equation}
29759
29760 \end_inset
29761
29762
29763 \end_layout
29764
29765 \begin_layout Standard
29766 To use the environments 
29767 \series bold
29768 alignedat
29769 \series default
29770
29771 \series bold
29772 gathered
29773 \series default
29774 , or 
29775 \series bold
29776 split
29777 \series default
29778 , the command 
29779 \series bold
29780
29781 \backslash
29782 alignedat
29783 \series default
29784 ,
29785 \begin_inset Index idx
29786 status collapsed
29787
29788 \begin_layout Plain Layout
29789 Commands ! A ! 
29790 \backslash
29791 alignedat
29792 \end_layout
29793
29794 \end_inset
29795
29796  
29797 \series bold
29798
29799 \backslash
29800 gathered
29801 \series default
29802
29803 \begin_inset Index idx
29804 status collapsed
29805
29806 \begin_layout Plain Layout
29807 Commands ! G ! 
29808 \backslash
29809 gathered
29810 \end_layout
29811
29812 \end_inset
29813
29814 , or 
29815 \series bold
29816
29817 \backslash
29818 split
29819 \series default
29820
29821 \begin_inset Index idx
29822 status collapsed
29823
29824 \begin_layout Plain Layout
29825 Commands ! S ! 
29826 \backslash
29827 split
29828 \end_layout
29829
29830 \end_inset
29831
29832  are inserted, respectively.
29833  The split environment has the same properties as the aligned environment
29834  but it can only have two columns.
29835 \end_layout
29836
29837 \begin_layout Subsection
29838 Text in multiline Formulas
29839 \begin_inset CommandInset label
29840 LatexCommand label
29841 name "sub:Text-in-multiline"
29842
29843 \end_inset
29844
29845
29846 \begin_inset Index idx
29847 status collapsed
29848
29849 \begin_layout Plain Layout
29850 Text ! in formulas
29851 \end_layout
29852
29853 \end_inset
29854
29855
29856 \begin_inset Index idx
29857 status collapsed
29858
29859 \begin_layout Plain Layout
29860 Formula ! multiline ! text
29861 \end_layout
29862
29863 \end_inset
29864
29865
29866 \end_layout
29867
29868 \begin_layout Standard
29869 In the Align environments, and the multline and gather environment, text
29870  can be inserted that will appear in a separate line and doesn't affect
29871  the column alignment.
29872  To do this, the command 
29873 \series bold
29874
29875 \backslash
29876 intertext
29877 \series default
29878
29879 \begin_inset Index idx
29880 status collapsed
29881
29882 \begin_layout Plain Layout
29883 Commands ! I ! 
29884 \backslash
29885 intertext
29886 \end_layout
29887
29888 \end_inset
29889
29890  is used in the following scheme:
29891 \end_layout
29892
29893 \begin_layout Standard
29894
29895 \series bold
29896
29897 \backslash
29898 intertext{text}
29899 \end_layout
29900
29901 \begin_layout Standard
29902 The text should not be longer than a line because it cannot be hyphenated.
29903  As LyX doesn't yet support 
29904 \series bold
29905
29906 \backslash
29907 intertext
29908 \series default
29909  directly, the text is written as mathematical text.
29910  
29911 \series bold
29912
29913 \backslash
29914 intertext
29915 \series default
29916  must hereby be at the beginning of a line and appears in the output above
29917  this line.
29918  An example where the text was inserted at the beginning of the second line:
29919 \begin_inset Formula 
29920 \begin{align}
29921 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29922 \intertext{\text{integrand is symmetric to \ensuremath{\phi=\pi}, therefore}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29923 \end{align}
29924
29925 \end_inset
29926
29927
29928 \end_layout
29929
29930 \begin_layout Standard
29931 \begin_inset Newpage newpage
29932 \end_inset
29933
29934
29935 \end_layout
29936
29937 \begin_layout Section
29938 Formula Numbering
29939 \begin_inset Index idx
29940 status collapsed
29941
29942 \begin_layout Plain Layout
29943 Formula numbering
29944 \end_layout
29945
29946 \end_inset
29947
29948
29949 \begin_inset Index idx
29950 status collapsed
29951
29952 \begin_layout Plain Layout
29953 Formula ! numbering|see
29954 \begin_inset ERT
29955 status collapsed
29956
29957 \begin_layout Plain Layout
29958
29959 {
29960 \end_layout
29961
29962 \end_inset
29963
29964 Formula numbering
29965 \begin_inset ERT
29966 status collapsed
29967
29968 \begin_layout Plain Layout
29969
29970 }
29971 \end_layout
29972
29973 \end_inset
29974
29975
29976 \end_layout
29977
29978 \end_inset
29979
29980
29981 \end_layout
29982
29983 \begin_layout Subsection
29984 General
29985 \end_layout
29986
29987 \begin_layout Standard
29988 Numbered formulas can be created with the menu 
29989 \family sans
29990 Insert\SpecialChar \menuseparator
29991 Math\SpecialChar \menuseparator
29992 Numbered
29993 \begin_inset space ~
29994 \end_inset
29995
29996 Formula
29997 \family default
29998  (shortcut 
29999 \family sans
30000 Ctrl+Alt
30001 \begin_inset space ~
30002 \end_inset
30003
30004 N
30005 \family default
30006 ).
30007  Existing formulas can be numbered with the menu 
30008 \family sans
30009 Edit\SpecialChar \menuseparator
30010 Math\SpecialChar \menuseparator
30011 Toggle
30012 \begin_inset space ~
30013 \end_inset
30014
30015 Numbering
30016 \family default
30017  (shortcut 
30018 \begin_inset Info
30019 type  "shortcut"
30020 arg   "math-number-toggle"
30021 \end_inset
30022
30023 ).
30024  The formula number is displayed in LyX behind the formula as number sign
30025  in parentheses.
30026  The number sign is replaced in the output by the formula number.
30027 \end_layout
30028
30029 \begin_layout Standard
30030 When numbering is turned on in multiline formulas, all lines will be numbered.
30031  But the numbering can be controlled with the menu 
30032 \family sans
30033 Edit\SpecialChar \menuseparator
30034 Math\SpecialChar \menuseparator
30035 Toggle
30036 \begin_inset space ~
30037 \end_inset
30038
30039 Numbering
30040 \begin_inset space ~
30041 \end_inset
30042
30043 of
30044 \begin_inset space ~
30045 \end_inset
30046
30047 Line
30048 \family default
30049  (shortcut
30050 \begin_inset Info
30051 type  "shortcut"
30052 arg   "math-number-line-toggle"
30053 \end_inset
30054
30055 ) for every line.
30056 \end_layout
30057
30058 \begin_layout Standard
30059 Except for inline formulas, all formulas can be numbered with two different
30060  styles, see 
30061 \begin_inset CommandInset ref
30062 LatexCommand ref
30063 reference "sec:Formula-Styles"
30064
30065 \end_inset
30066
30067 .
30068 \end_layout
30069
30070 \begin_layout Subsection
30071 Cross-References
30072 \begin_inset Index idx
30073 status collapsed
30074
30075 \begin_layout Plain Layout
30076 Cross-references ! to formulas
30077 \end_layout
30078
30079 \end_inset
30080
30081
30082 \end_layout
30083
30084 \begin_layout Standard
30085 All labeled formulas can be cross-referenced.
30086  A label is added by the menu 
30087 \family sans
30088 Insert\SpecialChar \menuseparator
30089 Label
30090 \family default
30091  or the toolbar button 
30092 \begin_inset Graphics
30093         filename ../images/label-insert.png
30094         scale 85
30095
30096 \end_inset
30097
30098 .
30099  The cursor must hereby be inside a displayed formula.
30100  A dialog pops up displaying the prefix 
30101 \series bold
30102 eq:
30103 \series default
30104  in a text field.
30105  The label is inserted there behind the prefix.
30106  The predefined prefix means 
30107 \begin_inset Quotes eld
30108 \end_inset
30109
30110 equation
30111 \begin_inset Quotes erd
30112 \end_inset
30113
30114  and makes it easier to find labels in large documents because it marks
30115  it as formula label to divide it from e.
30116 \begin_inset space \thinspace{}
30117 \end_inset
30118
30119 g.
30120 \begin_inset space \space{}
30121 \end_inset
30122
30123 section labels.
30124  To change a label, the menu 
30125 \family sans
30126 Insert\SpecialChar \menuseparator
30127 Label
30128 \family default
30129  is used again.
30130 \end_layout
30131
30132 \begin_layout Standard
30133 The name of the label is displayed in LyX within two parentheses behind
30134  formula.
30135  A formula with a label is always numbered.
30136 \end_layout
30137
30138 \begin_layout Standard
30139 Cross-references are inserted via the menu 
30140 \family sans
30141 Insert\SpecialChar \menuseparator
30142 Cross-Reference
30143 \family default
30144  or with the toolbar button 
30145 \begin_inset Graphics
30146         filename ../images/dialog-show-new-inset_ref.png
30147         scale 85
30148
30149 \end_inset
30150
30151 .
30152  A formula cross-reference appears in the output as formula number.
30153  When in the cross-reference dialog window the format 
30154 \series bold
30155 (<reference>)
30156 \series default
30157  is chosen, the cross-reference appears in the output as formula number
30158  in parentheses.
30159 \begin_inset Newline newline
30160 \end_inset
30161
30162 By right-clicking on a cross-reference in LyX, one jumps to the formula
30163  that is referenced.
30164 \end_layout
30165
30166 \begin_layout Standard
30167 Here are as examples cross-references to formulas of the following subsections:
30168 \begin_inset Note Note
30169 status open
30170
30171 \begin_layout Plain Layout
30172 Note the different cross-reference types.
30173 \end_layout
30174
30175 \end_inset
30176
30177
30178 \end_layout
30179
30180 \begin_layout Standard
30181 The equations 
30182 \begin_inset CommandInset ref
30183 LatexCommand eqref
30184 reference "eq:tag"
30185
30186 \end_inset
30187
30188  and 
30189 \begin_inset CommandInset ref
30190 LatexCommand eqref
30191 reference "eq:c"
30192
30193 \end_inset
30194
30195  are equivalent.
30196  In (
30197 \begin_inset CommandInset ref
30198 LatexCommand ref
30199 reference "eq:Lat"
30200
30201 \end_inset
30202
30203 ) big Latin letters are used for the numbering in contrary to (
30204 \begin_inset CommandInset ref
30205 LatexCommand ref
30206 reference "eq:Rom"
30207
30208 \end_inset
30209
30210 ).
30211 \end_layout
30212
30213 \begin_layout Standard
30214 \begin_inset VSpace medskip
30215 \end_inset
30216
30217 When the argument of 
30218 \series bold
30219
30220 \backslash
30221 tag
30222 \begin_inset Foot
30223 status collapsed
30224
30225 \begin_layout Plain Layout
30226
30227 \series bold
30228
30229 \backslash
30230 tag
30231 \series default
30232  is described in 
30233 \begin_inset CommandInset ref
30234 LatexCommand ref
30235 reference "sub:User-defined-Numbering"
30236
30237 \end_inset
30238
30239 .
30240 \end_layout
30241
30242 \end_inset
30243
30244
30245 \series default
30246  contains a box like in 
30247 \begin_inset CommandInset ref
30248 LatexCommand ref
30249 reference "sub:Paragraph-Boxes"
30250
30251 \end_inset
30252
30253 , the formula cannot be referenced.
30254 \end_layout
30255
30256 \begin_layout Subsection
30257 Subnumbering
30258 \begin_inset Index idx
30259 status collapsed
30260
30261 \begin_layout Plain Layout
30262 Formula numbering ! subnumbering
30263 \end_layout
30264
30265 \end_inset
30266
30267
30268 \end_layout
30269
30270 \begin_layout Standard
30271 With the help of the commands 
30272 \series bold
30273
30274 \backslash
30275 begin{subequations}
30276 \series default
30277  and 
30278 \series bold
30279
30280 \backslash
30281 end{subequations}
30282 \series default
30283  formulas can be subnumbered.
30284  Both commands are inserted in TeX-mode.
30285 \end_layout
30286
30287 \begin_layout Standard
30288 An example:
30289 \begin_inset Formula 
30290 \begin{equation}
30291 A=C-B\label{eq:a}
30292 \end{equation}
30293
30294 \end_inset
30295
30296
30297 \begin_inset ERT
30298 status collapsed
30299
30300 \begin_layout Plain Layout
30301
30302
30303 \backslash
30304 addtocounter{equation}{-1}
30305 \end_layout
30306
30307 \end_inset
30308
30309
30310 \begin_inset ERT
30311 status collapsed
30312
30313 \begin_layout Plain Layout
30314
30315
30316 \backslash
30317 begin{subequations}
30318 \end_layout
30319
30320 \end_inset
30321
30322
30323 \begin_inset VSpace -5mm
30324 \end_inset
30325
30326
30327 \begin_inset Formula 
30328 \begin{equation}
30329 B=C-A\label{eq:b}
30330 \end{equation}
30331
30332 \end_inset
30333
30334
30335 \begin_inset Formula 
30336 \begin{equation}
30337 C=A+B\label{eq:c}
30338 \end{equation}
30339
30340 \end_inset
30341
30342
30343 \end_layout
30344
30345 \begin_layout Standard
30346 \begin_inset ERT
30347 status collapsed
30348
30349 \begin_layout Plain Layout
30350
30351
30352 \backslash
30353 end{subequations}
30354 \end_layout
30355
30356 \end_inset
30357
30358
30359 \end_layout
30360
30361 \begin_layout Standard
30362 To create the example, the following is done:
30363 \end_layout
30364
30365 \begin_layout Enumerate
30366 first formula is inserted
30367 \end_layout
30368
30369 \begin_layout Enumerate
30370
30371 \series bold
30372
30373 \backslash
30374 addtocounter{equation}{-1} 
30375 \backslash
30376 begin{subequations}
30377 \begin_inset Index idx
30378 status collapsed
30379
30380 \begin_layout Plain Layout
30381 Commands ! A ! 
30382 \backslash
30383 addtocounter
30384 \end_layout
30385
30386 \end_inset
30387
30388
30389 \begin_inset Newline newline
30390 \end_inset
30391
30392
30393 \series default
30394 is inserted after the first formula
30395 \end_layout
30396
30397 \begin_layout Enumerate
30398 second formula is inserted
30399 \end_layout
30400
30401 \begin_layout Enumerate
30402 third formula is inserted
30403 \end_layout
30404
30405 \begin_layout Enumerate
30406
30407 \series bold
30408
30409 \backslash
30410 end{subequations}
30411 \series default
30412  is inserted after the third formula
30413 \end_layout
30414
30415 \begin_layout Standard
30416 Every formula between the commands 
30417 \series bold
30418
30419 \backslash
30420 begin
30421 \series default
30422  and 
30423 \series bold
30424
30425 \backslash
30426 end
30427 \series default
30428  is subnumbered as a, b, 
30429 \begin_inset Newline linebreak
30430 \end_inset
30431
30432 c, \SpecialChar \ldots{}
30433  For multiline formulas every line will be subnumbered.
30434  All subnumbered formulas are treated as 
30435 \emph on
30436 one
30437 \emph default
30438  numbered formula.
30439  But as every numbered formula increases the counter 
30440 \series bold
30441 equation
30442 \series default
30443  by one, the command 
30444 \series bold
30445
30446 \backslash
30447 addtocounter
30448 \series default
30449  is needed to decrease it.
30450  Otherwise the formulas 
30451 \begin_inset CommandInset ref
30452 LatexCommand eqref
30453 reference "eq:a"
30454
30455 \end_inset
30456
30457
30458 \begin_inset CommandInset ref
30459 LatexCommand eqref
30460 reference "eq:b"
30461
30462 \end_inset
30463
30464
30465 \begin_inset CommandInset ref
30466 LatexCommand eqref
30467 reference "eq:c"
30468
30469 \end_inset
30470
30471  would be numbered as 
30472 \begin_inset CommandInset ref
30473 LatexCommand eqref
30474 reference "eq:a"
30475
30476 \end_inset
30477
30478
30479 \begin_inset CommandInset ref
30480 LatexCommand eqref
30481 reference "eq:d"
30482
30483 \end_inset
30484
30485
30486 \begin_inset CommandInset ref
30487 LatexCommand eqref
30488 reference "eq:f"
30489
30490 \end_inset
30491
30492 .
30493 \end_layout
30494
30495 \begin_layout Standard
30496 By inserting the commands in TeX-mode, a space is created between the first
30497  two formulas.
30498  To revert this -5
30499 \begin_inset space \thinspace{}
30500 \end_inset
30501
30502 mm vertical space is inserted after the command 
30503 \series bold
30504
30505 \backslash
30506 begin{subequations}
30507 \series default
30508 .
30509  When the formula style 
30510 \series bold
30511 Indented
30512 \begin_inset Foot
30513 status collapsed
30514
30515 \begin_layout Plain Layout
30516 formula styles see 
30517 \begin_inset CommandInset ref
30518 LatexCommand ref
30519 reference "sec:Formula-Styles"
30520
30521 \end_inset
30522
30523
30524 \end_layout
30525
30526 \end_inset
30527
30528
30529 \series default
30530  is used, -7
30531 \begin_inset space \thinspace{}
30532 \end_inset
30533
30534 mm space is inserted instead.
30535 \end_layout
30536
30537 \begin_layout Standard
30538 Here is an example for a multiline formula where the numbering was turned
30539  off for the second line:
30540 \begin_inset ERT
30541 status collapsed
30542
30543 \begin_layout Plain Layout
30544
30545
30546 \backslash
30547 begin{subequations}
30548 \end_layout
30549
30550 \end_inset
30551
30552
30553 \begin_inset Formula 
30554 \begin{eqnarray}
30555 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30556  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30557  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30558 \end{eqnarray}
30559
30560 \end_inset
30561
30562
30563 \begin_inset ERT
30564 status collapsed
30565
30566 \begin_layout Plain Layout
30567
30568
30569 \backslash
30570 end{subequations}
30571 \end_layout
30572
30573 \end_inset
30574
30575
30576 \end_layout
30577
30578 \begin_layout Subsection
30579 User-defined Numbering
30580 \begin_inset CommandInset label
30581 LatexCommand label
30582 name "sub:User-defined-Numbering"
30583
30584 \end_inset
30585
30586
30587 \begin_inset Index idx
30588 status collapsed
30589
30590 \begin_layout Plain Layout
30591 Formula numbering ! user-defined
30592 \end_layout
30593
30594 \end_inset
30595
30596
30597 \end_layout
30598
30599 \begin_layout Standard
30600 \begin_inset Index idx
30601 status collapsed
30602
30603 \begin_layout Plain Layout
30604 Formula numbering ! self-defined delimiters
30605 \end_layout
30606
30607 \end_inset
30608
30609 With the standard numbering parentheses are set around the formula number.
30610  To replace the parentheses for example by vertical bars, the following
30611  line is added to the LaTeX-preamble:
30612 \end_layout
30613
30614 \begin_layout Standard
30615
30616 \series bold
30617
30618 \backslash
30619 def
30620 \backslash
30621 tagform@#1{
30622 \backslash
30623 maketag@@@{|#1|}}
30624 \series default
30625
30626 \begin_inset Note Note
30627 status collapsed
30628
30629 \begin_layout Plain Layout
30630 This macro is already declared in the LaTeX-preamble for testing.
30631  To activate it, remove the percent sign at the beginning.
30632 \end_layout
30633
30634 \end_inset
30635
30636
30637 \end_layout
30638
30639 \begin_layout Standard
30640 To use other characters, the vertical bars besides the 
30641 \series bold
30642 #1
30643 \series default
30644  are replaced by one ore more characters.
30645  To get only the formula number the vertical bars are omitted.
30646 \end_layout
30647
30648 \begin_layout Standard
30649 \begin_inset VSpace bigskip
30650 \end_inset
30651
30652 When there should be an expression of your choice instead of the consecutive
30653  formula number in parentheses behind the formula, the command 
30654 \series bold
30655
30656 \backslash
30657 tag
30658 \series default
30659
30660 \begin_inset Index idx
30661 status collapsed
30662
30663 \begin_layout Plain Layout
30664 Commands ! T ! 
30665 \backslash
30666 tag
30667 \end_layout
30668
30669 \end_inset
30670
30671  is used:
30672 \begin_inset Formula 
30673 \begin{equation}
30674 A+B=C\tag{something}\label{eq:tag}
30675 \end{equation}
30676
30677 \end_inset
30678
30679 In this example the command 
30680 \series bold
30681
30682 \backslash
30683 tag
30684 \begin_inset ERT
30685 status collapsed
30686
30687 \begin_layout Plain Layout
30688
30689
30690 \backslash
30691 spce 
30692 \end_layout
30693
30694 \end_inset
30695
30696 something
30697 \series default
30698  was inserted to the formula.
30699 \end_layout
30700
30701 \begin_layout Standard
30702 When the command 
30703 \series bold
30704
30705 \backslash
30706 tag*
30707 \begin_inset ERT
30708 status collapsed
30709
30710 \begin_layout Plain Layout
30711
30712
30713 \backslash
30714 spce 
30715 \end_layout
30716
30717 \end_inset
30718
30719 something
30720 \series default
30721  is inserted instead, the star prevents the parentheses around the expression:
30722 \begin_inset Formula 
30723 \[
30724 A+B=C\tag*{something}
30725 \]
30726
30727 \end_inset
30728
30729
30730 \end_layout
30731
30732 \begin_layout Standard
30733 \begin_inset VSpace bigskip
30734 \end_inset
30735
30736 To restart the formula numbering with new document parts or sections, the
30737  following command is used:
30738 \end_layout
30739
30740 \begin_layout Standard
30741
30742 \series bold
30743
30744 \backslash
30745 @addtoreset{equation}{part}
30746 \series default
30747
30748 \begin_inset Index idx
30749 status collapsed
30750
30751 \begin_layout Plain Layout
30752 Commands ! 
30753 \begin_inset ERT
30754 status collapsed
30755
30756 \begin_layout Plain Layout
30757
30758 "
30759 \end_layout
30760
30761 \end_inset
30762
30763 @
30764 \begin_inset ERT
30765 status collapsed
30766
30767 \begin_layout Plain Layout
30768
30769 "
30770 \end_layout
30771
30772 \end_inset
30773
30774  ! 
30775 \backslash
30776
30777 \begin_inset ERT
30778 status collapsed
30779
30780 \begin_layout Plain Layout
30781
30782 "
30783 \end_layout
30784
30785 \end_inset
30786
30787 @
30788 \begin_inset ERT
30789 status collapsed
30790
30791 \begin_layout Plain Layout
30792
30793 "
30794 \end_layout
30795
30796 \end_inset
30797
30798 addtoreset
30799 \end_layout
30800
30801 \end_inset
30802
30803
30804 \begin_inset Newline newline
30805 \end_inset
30806
30807 resp.
30808 \begin_inset Newline newline
30809 \end_inset
30810
30811
30812 \series bold
30813
30814 \backslash
30815 @addtoreset{equation}{section}
30816 \end_layout
30817
30818 \begin_layout Standard
30819 To be able to use these commands in TeX-mode, the 
30820 \begin_inset Quotes eld
30821 \end_inset
30822
30823 @
30824 \begin_inset Quotes erd
30825 \end_inset
30826
30827  character has to be made 
30828 \begin_inset Quotes eld
30829 \end_inset
30830
30831 active
30832 \begin_inset Quotes erd
30833 \end_inset
30834
30835  for LaTeX using the command 
30836 \series bold
30837
30838 \backslash
30839 makeatletter.
30840
30841 \series default
30842  The command 
30843 \series bold
30844
30845 \backslash
30846 makeatother
30847 \series default
30848  reverts this.
30849  So the command sequence in TeX-mode is:
30850 \end_layout
30851
30852 \begin_layout Standard
30853
30854 \series bold
30855
30856 \backslash
30857 makeatletter
30858 \begin_inset Newline newline
30859 \end_inset
30860
30861
30862 \backslash
30863 @addtoreset{equation}{section}
30864 \begin_inset Newline newline
30865 \end_inset
30866
30867
30868 \backslash
30869 makeatother
30870 \end_layout
30871
30872 \begin_layout Standard
30873 In the LaTeX-preamble 
30874 \series bold
30875
30876 \backslash
30877 makeatletter
30878 \series default
30879  and 
30880 \series bold
30881
30882 \backslash
30883 makeatother
30884 \series default
30885  can be omitted as they are automatically internally inserted by LyX.
30886 \end_layout
30887
30888 \begin_layout Standard
30889 To revert 
30890 \series bold
30891
30892 \backslash
30893 @addtoreset
30894 \series default
30895 , the file 
30896 \series bold
30897 remreset.sty
30898 \series default
30899
30900 \begin_inset Foot
30901 status collapsed
30902
30903 \begin_layout Plain Layout
30904
30905 \series bold
30906 remreset
30907 \series default
30908  is part of the LaTeX-package 
30909 \series bold
30910 carlisle
30911 \series default
30912
30913 \begin_inset Index idx
30914 status collapsed
30915
30916 \begin_layout Plain Layout
30917 Packages ! carlisle
30918 \end_layout
30919
30920 \end_inset
30921
30922  that is part of every LaTeX standard installation.
30923 \end_layout
30924
30925 \end_inset
30926
30927
30928 \begin_inset Index idx
30929 status collapsed
30930
30931 \begin_layout Plain Layout
30932 Packages ! remreset
30933 \end_layout
30934
30935 \end_inset
30936
30937  has to be loaded in the LaTeX-preamble with the line
30938 \end_layout
30939
30940 \begin_layout Standard
30941
30942 \series bold
30943
30944 \backslash
30945 usepackage{remreset}
30946 \end_layout
30947
30948 \begin_layout Standard
30949 Then the command 
30950 \series bold
30951
30952 \backslash
30953 @removefromreset
30954 \series default
30955
30956 \begin_inset Index idx
30957 status collapsed
30958
30959 \begin_layout Plain Layout
30960 Commands ! 
30961 \begin_inset ERT
30962 status collapsed
30963
30964 \begin_layout Plain Layout
30965
30966 "
30967 \end_layout
30968
30969 \end_inset
30970
30971 @
30972 \begin_inset ERT
30973 status collapsed
30974
30975 \begin_layout Plain Layout
30976
30977 "
30978 \end_layout
30979
30980 \end_inset
30981
30982  ! 
30983 \backslash
30984
30985 \begin_inset ERT
30986 status collapsed
30987
30988 \begin_layout Plain Layout
30989
30990 "
30991 \end_layout
30992
30993 \end_inset
30994
30995 @
30996 \begin_inset ERT
30997 status collapsed
30998
30999 \begin_layout Plain Layout
31000
31001 "
31002 \end_layout
31003
31004 \end_inset
31005
31006 removefromreset
31007 \end_layout
31008
31009 \end_inset
31010
31011  can be used with the same scheme as 
31012 \series bold
31013
31014 \backslash
31015 @addtoreset
31016 \series default
31017 .
31018 \end_layout
31019
31020 \begin_layout Standard
31021 \begin_inset VSpace bigskip
31022 \end_inset
31023
31024 Sometimes formulas should be numbered in the following form:
31025 \end_layout
31026
31027 \begin_layout Standard
31028
31029 \family typewriter
31030 (section number.formula number)
31031 \end_layout
31032
31033 \begin_layout Standard
31034 The formula number should start with every section with 
31035 \begin_inset Quotes eld
31036 \end_inset
31037
31038 1
31039 \begin_inset Quotes erd
31040 \end_inset
31041
31042 .
31043 \end_layout
31044
31045 \begin_layout Standard
31046 For this case there is the command 
31047 \series bold
31048
31049 \backslash
31050 numberwithin
31051 \series default
31052
31053 \begin_inset Index idx
31054 status collapsed
31055
31056 \begin_layout Plain Layout
31057 Commands ! N ! 
31058 \backslash
31059 numberwithin
31060 \end_layout
31061
31062 \end_inset
31063
31064 , which is used with the following scheme:
31065 \end_layout
31066
31067 \begin_layout Standard
31068
31069 \series bold
31070
31071 \backslash
31072 numberwithin{counter}{sectioning}
31073 \end_layout
31074
31075 \begin_layout Standard
31076 Counter denotes what kind of numbering is affected, sectioning denotes what
31077  number is before the dot.
31078 \end_layout
31079
31080 \begin_layout Standard
31081 Thus in our case the following LaTeX-preamble or TeX code line is used:
31082 \end_layout
31083
31084 \begin_layout Standard
31085
31086 \series bold
31087
31088 \backslash
31089 numberwithin{equation}{section}
31090 \end_layout
31091
31092 \begin_layout Standard
31093 This is the result:
31094 \begin_inset ERT
31095 status collapsed
31096
31097 \begin_layout Plain Layout
31098
31099
31100 \backslash
31101 numberwithin{equation}{section}
31102 \end_layout
31103
31104 \end_inset
31105
31106
31107 \begin_inset Formula 
31108 \begin{equation}
31109 A+B=C
31110 \end{equation}
31111
31112 \end_inset
31113
31114
31115 \end_layout
31116
31117 \begin_layout Standard
31118 To number e.
31119 \begin_inset space \thinspace{}
31120 \end_inset
31121
31122 g.
31123 \begin_inset space \space{}
31124 \end_inset
31125
31126 tables so that the number of the part is the sectioning,
31127 \begin_inset Newline newline
31128 \end_inset
31129
31130
31131 \series bold
31132
31133 \backslash
31134 numberwithin{table}{part}
31135 \series default
31136  is used.
31137 \end_layout
31138
31139 \begin_layout Standard
31140 To go back to the standard numbering or to prevent this kind of numbering
31141  when it is defined by the document class, the following command is inserted
31142  as TeX code or to the LaTeX-preamble:
31143 \end_layout
31144
31145 \begin_layout Standard
31146
31147 \series bold
31148
31149 \backslash
31150 renewcommand{
31151 \backslash
31152 theequation}{
31153 \backslash
31154 arabic{equation}}
31155 \begin_inset Index idx
31156 status collapsed
31157
31158 \begin_layout Plain Layout
31159 Commands ! A ! 
31160 \backslash
31161 arabic
31162 \end_layout
31163
31164 \end_inset
31165
31166
31167 \series default
31168
31169 \begin_inset ERT
31170 status collapsed
31171
31172 \begin_layout Plain Layout
31173
31174
31175 \backslash
31176 renewcommand{
31177 \backslash
31178 theequation}{
31179 \backslash
31180 arabic{equation}}
31181 \end_layout
31182
31183 \end_inset
31184
31185
31186 \series bold
31187
31188 \begin_inset Newline newline
31189 \end_inset
31190
31191
31192 \series default
31193 or
31194 \series bold
31195
31196 \begin_inset Newline newline
31197 \end_inset
31198
31199
31200 \backslash
31201 renewcommand{
31202 \backslash
31203 thetable}{
31204 \backslash
31205 arabic{table}}
31206 \end_layout
31207
31208 \begin_layout Standard
31209
31210 \series bold
31211
31212 \backslash
31213 numberwithin
31214 \series default
31215  uses internally the command 
31216 \series bold
31217
31218 \backslash
31219 @addtoreset
31220 \series default
31221 , described above, that also needs to be reverted.
31222 \begin_inset ERT
31223 status collapsed
31224
31225 \begin_layout Plain Layout
31226
31227
31228 \backslash
31229 makeatletter
31230 \end_layout
31231
31232 \begin_layout Plain Layout
31233
31234
31235 \backslash
31236 @removefromreset{equation}{section}
31237 \end_layout
31238
31239 \begin_layout Plain Layout
31240
31241
31242 \backslash
31243 makeatother
31244 \end_layout
31245
31246 \end_inset
31247
31248
31249 \end_layout
31250
31251 \begin_layout Subsection
31252 Numbering with Roman Numbers and Letters
31253 \begin_inset Index idx
31254 status collapsed
31255
31256 \begin_layout Plain Layout
31257 Formula numbering ! with letters
31258 \end_layout
31259
31260 \end_inset
31261
31262
31263 \begin_inset Index idx
31264 status collapsed
31265
31266 \begin_layout Plain Layout
31267 Formula numbering ! with Roman numbers
31268 \end_layout
31269
31270 \end_inset
31271
31272
31273 \end_layout
31274
31275 \begin_layout Standard
31276 Formulas can also be numbered with Roman numbers and Latin letters.
31277  To number for example with small Roman numbers, the command
31278 \end_layout
31279
31280 \begin_layout Standard
31281
31282 \series bold
31283
31284 \backslash
31285 renewcommand{
31286 \backslash
31287 theequation}{
31288 \backslash
31289 roman{equation}}
31290 \end_layout
31291
31292 \begin_layout Standard
31293 is inserted before the formula in TeX-mode.
31294  
31295 \series bold
31296
31297 \backslash
31298 renewcommand
31299 \series default
31300
31301 \begin_inset Index idx
31302 status collapsed
31303
31304 \begin_layout Plain Layout
31305 Commands ! R ! 
31306 \backslash
31307 renewcommand
31308 \end_layout
31309
31310 \end_inset
31311
31312  redefines the predefined command 
31313 \series bold
31314
31315 \backslash
31316 theequation
31317 \series default
31318  to the command 
31319 \series bold
31320
31321 \backslash
31322 roman{equation}
31323 \series default
31324 .
31325 \begin_inset Foot
31326 status collapsed
31327
31328 \begin_layout Plain Layout
31329 The command 
31330 \series bold
31331
31332 \backslash
31333 renewcommand
31334 \series default
31335  has the same scheme like the command 
31336 \series bold
31337
31338 \backslash
31339 newcommand
31340 \series default
31341  that is described in 
31342 \begin_inset CommandInset ref
31343 LatexCommand ref
31344 reference "sub:The-Command-newcommand"
31345
31346 \end_inset
31347
31348 .
31349 \end_layout
31350
31351 \end_inset
31352
31353  
31354 \series bold
31355 equation
31356 \series default
31357  is the formula counter.
31358  When the command 
31359 \series bold
31360
31361 \backslash
31362 the
31363 \series default
31364  is used as prefix for a counter, the value of the counter is output as
31365  Arabic number.
31366  When a formula is numbered, LaTeX sets internally the command 
31367 \series bold
31368
31369 \backslash
31370 theequation
31371 \series default
31372  behind the formula.
31373  
31374 \series bold
31375
31376 \backslash
31377 roman{equation}
31378 \begin_inset Index idx
31379 status collapsed
31380
31381 \begin_layout Plain Layout
31382 Commands ! R ! 
31383 \backslash
31384 roman
31385 \end_layout
31386
31387 \end_inset
31388
31389
31390 \series default
31391  outputs the counter as small Roman number.
31392 \end_layout
31393
31394 \begin_layout Standard
31395 All formulas behind the command 
31396 \series bold
31397
31398 \backslash
31399 renew
31400 \series default
31401 c
31402 \series bold
31403 ommand
31404 \series default
31405  are now numbered Roman.
31406  To switch to numbering with big Roman numbers, the command is inserted
31407  again, but 
31408 \series bold
31409
31410 \backslash
31411 roman
31412 \series default
31413  is replaced by 
31414 \series bold
31415
31416 \backslash
31417 Roman
31418 \series default
31419
31420 \begin_inset Index idx
31421 status collapsed
31422
31423 \begin_layout Plain Layout
31424 Commands ! R ! 
31425 \backslash
31426 roman@
31427 \backslash
31428 Roman
31429 \end_layout
31430
31431 \end_inset
31432
31433 .
31434  To 
31435 \begin_inset Quotes eld
31436 \end_inset
31437
31438 number
31439 \begin_inset Quotes erd
31440 \end_inset
31441
31442  with small Latin letters there is the command 
31443 \series bold
31444
31445 \backslash
31446 alph
31447 \series default
31448
31449 \begin_inset Index idx
31450 status collapsed
31451
31452 \begin_layout Plain Layout
31453 Commands ! A ! 
31454 \backslash
31455 alph
31456 \end_layout
31457
31458 \end_inset
31459
31460 , for big ones there is the command 
31461 \series bold
31462
31463 \backslash
31464 Alph
31465 \series default
31466
31467 \begin_inset Index idx
31468 status collapsed
31469
31470 \begin_layout Plain Layout
31471 Commands ! A ! 
31472 \backslash
31473 alph@
31474 \backslash
31475 Alph
31476 \end_layout
31477
31478 \end_inset
31479
31480 .
31481 \end_layout
31482
31483 \begin_layout Standard
31484 \begin_inset Note Greyedout
31485 status open
31486
31487 \begin_layout Plain Layout
31488
31489 \series bold
31490 Note:
31491 \series default
31492  Only maximal 26 formulas can be numbered with Latin letters in one document.
31493 \end_layout
31494
31495 \end_inset
31496
31497
31498 \end_layout
31499
31500 \begin_layout Standard
31501 \begin_inset ERT
31502 status collapsed
31503
31504 \begin_layout Plain Layout
31505
31506
31507 \backslash
31508 renewcommand{
31509 \backslash
31510 theequation}{
31511 \backslash
31512 roman{equation}}
31513 \end_layout
31514
31515 \end_inset
31516
31517
31518 \end_layout
31519
31520 \begin_layout Standard
31521 \begin_inset Formula 
31522 \begin{equation}
31523 A=\textrm{small roman}
31524 \end{equation}
31525
31526 \end_inset
31527
31528
31529 \begin_inset ERT
31530 status collapsed
31531
31532 \begin_layout Plain Layout
31533
31534
31535 \backslash
31536 renewcommand{
31537 \backslash
31538 theequation}{
31539 \backslash
31540 Roman{equation}}
31541 \end_layout
31542
31543 \end_inset
31544
31545
31546 \begin_inset Formula 
31547 \begin{equation}
31548 B=\textrm{big Roman}\label{eq:Rom}
31549 \end{equation}
31550
31551 \end_inset
31552
31553
31554 \begin_inset ERT
31555 status collapsed
31556
31557 \begin_layout Plain Layout
31558
31559
31560 \backslash
31561 renewcommand{
31562 \backslash
31563 theequation}{
31564 \backslash
31565 alph{equation}}
31566 \end_layout
31567
31568 \end_inset
31569
31570
31571 \begin_inset Formula 
31572 \begin{equation}
31573 C=\textrm{small Latin}
31574 \end{equation}
31575
31576 \end_inset
31577
31578
31579 \begin_inset ERT
31580 status collapsed
31581
31582 \begin_layout Plain Layout
31583
31584
31585 \backslash
31586 renewcommand{
31587 \backslash
31588 theequation}{
31589 \backslash
31590 Alph{equation}}
31591 \end_layout
31592
31593 \end_inset
31594
31595
31596 \begin_inset Formula 
31597 \begin{equation}
31598 D=\textrm{big Latin}\label{eq:Lat}
31599 \end{equation}
31600
31601 \end_inset
31602
31603
31604 \end_layout
31605
31606 \begin_layout Standard
31607 To switch back to the default numbering, insert the command:
31608 \end_layout
31609
31610 \begin_layout Standard
31611
31612 \series bold
31613
31614 \backslash
31615 renewcommand{
31616 \backslash
31617 theequation}{
31618 \backslash
31619 arabic{equation}}
31620 \begin_inset Index idx
31621 status collapsed
31622
31623 \begin_layout Plain Layout
31624 Commands ! A ! 
31625 \backslash
31626 arabic
31627 \end_layout
31628
31629 \end_inset
31630
31631
31632 \end_layout
31633
31634 \begin_layout Standard
31635 \begin_inset ERT
31636 status collapsed
31637
31638 \begin_layout Plain Layout
31639
31640
31641 \backslash
31642 renewcommand{
31643 \backslash
31644 theequation}{
31645 \backslash
31646 arabic{equation}}
31647 \end_layout
31648
31649 \end_inset
31650
31651
31652 \begin_inset Formula 
31653 \begin{equation}
31654 E=\textrm{Arabic}
31655 \end{equation}
31656
31657 \end_inset
31658
31659
31660 \end_layout
31661
31662 \begin_layout Standard
31663 \begin_inset VSpace medskip
31664 \end_inset
31665
31666 As you see, formulas are numbered serially independent from the numbering
31667  style.
31668  When then numbering should start with 
31669 \begin_inset Quotes eld
31670 \end_inset
31671
31672 1
31673 \begin_inset Quotes erd
31674 \end_inset
31675
31676  when the style is changed, new equation counters have to be defined.
31677  A description about this can be found in the file 
31678 \begin_inset CommandInset href
31679 LatexCommand href
31680 name "Formula-numbering.lyx"
31681 target "run:Formula-numbering.lyx"
31682
31683 \end_inset
31684
31685 .
31686 \end_layout
31687
31688 \begin_layout Section
31689 Chemical Symbols and Equations
31690 \begin_inset CommandInset label
31691 LatexCommand label
31692 name "sub:Chemical-Symbols-and"
31693
31694 \end_inset
31695
31696
31697 \begin_inset Index idx
31698 status collapsed
31699
31700 \begin_layout Plain Layout
31701 Chemical characters ! Symbols
31702 \end_layout
31703
31704 \end_inset
31705
31706
31707 \begin_inset Index idx
31708 status collapsed
31709
31710 \begin_layout Plain Layout
31711 Chemical equations
31712 \end_layout
31713
31714 \end_inset
31715
31716
31717 \begin_inset Index idx
31718 status collapsed
31719
31720 \begin_layout Plain Layout
31721 Symbols ! chemical
31722 \end_layout
31723
31724 \end_inset
31725
31726
31727 \end_layout
31728
31729 \begin_layout Standard
31730 An example text from chemistry:
31731 \end_layout
31732
31733 \begin_layout Quote
31734 The 
31735 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31736 \end_inset
31737
31738 -ion reacts with two 
31739 \begin_inset Formula $\mathrm{Na^{+}}$
31740 \end_inset
31741
31742 -ions to sodium sulfate 
31743 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31744 \end_inset
31745
31746 .
31747  The chemical equation for this is:
31748 \begin_inset Formula 
31749 \begin{equation}
31750 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31751 \end{equation}
31752
31753 \end_inset
31754
31755
31756 \end_layout
31757
31758 \begin_layout Standard
31759 This chemical equation can directly be created as formula.
31760  To avoid that the symbols appear italic, everything is highlighted and
31761  changed by the shortcut 
31762 \begin_inset Info
31763 type  "shortcut"
31764 arg   "font-roman"
31765 \end_inset
31766
31767  to the upright font style.
31768 \begin_inset Foot
31769 status collapsed
31770
31771 \begin_layout Plain Layout
31772 font styles
31773 \series bold
31774  
31775 \series default
31776 see 
31777 \begin_inset CommandInset ref
31778 LatexCommand ref
31779 reference "sub:Font-Styles"
31780
31781 \end_inset
31782
31783
31784 \end_layout
31785
31786 \end_inset
31787
31788
31789 \end_layout
31790
31791 \begin_layout Standard
31792 A more convenient way to typeset chemical formulas is to use the command
31793  
31794 \series bold
31795
31796 \backslash
31797 ce
31798 \series default
31799
31800 \begin_inset Index idx
31801 status collapsed
31802
31803 \begin_layout Plain Layout
31804 Commands ! C ! 
31805 \backslash
31806 ce
31807 \end_layout
31808
31809 \end_inset
31810
31811  that is available when the LaTeX-package 
31812 \series bold
31813 mhchem
31814 \series default
31815
31816 \begin_inset Index idx
31817 status collapsed
31818
31819 \begin_layout Plain Layout
31820 Packages ! mhchem
31821 \end_layout
31822
31823 \end_inset
31824
31825  is installed.
31826  After inserting 
31827 \series bold
31828
31829 \backslash
31830 ce
31831 \series default
31832  to a formula a new blue box appears where chemical formulas can be inserted
31833  in an intuitive way.
31834 \end_layout
31835
31836 \begin_layout Standard
31837 \align center
31838 \begin_inset Tabular
31839 <lyxtabular version="3" rows="9" columns="2">
31840 <features tabularvalignment="middle">
31841 <column alignment="center" valignment="top" width="0">
31842 <column alignment="center" valignment="top" width="0">
31843 <row>
31844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31845 \begin_inset Text
31846
31847 \begin_layout Plain Layout
31848 Command
31849 \end_layout
31850
31851 \end_inset
31852 </cell>
31853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31854 \begin_inset Text
31855
31856 \begin_layout Plain Layout
31857 Result
31858 \begin_inset Note Note
31859 status collapsed
31860
31861 \begin_layout Plain Layout
31862
31863 \series bold
31864
31865 \backslash
31866 raisebox
31867 \series default
31868  is only used as spacer.
31869 \end_layout
31870
31871 \end_inset
31872
31873
31874 \end_layout
31875
31876 \end_inset
31877 </cell>
31878 </row>
31879 <row>
31880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31881 \begin_inset Text
31882
31883 \begin_layout Plain Layout
31884
31885 \backslash
31886 ce
31887 \begin_inset ERT
31888 status collapsed
31889
31890 \begin_layout Plain Layout
31891
31892
31893 \backslash
31894 spce 
31895 \end_layout
31896
31897 \end_inset
31898
31899 H2CO3
31900 \end_layout
31901
31902 \end_inset
31903 </cell>
31904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31905 \begin_inset Text
31906
31907 \begin_layout Plain Layout
31908 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31909 \end_inset
31910
31911
31912 \end_layout
31913
31914 \end_inset
31915 </cell>
31916 </row>
31917 <row>
31918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31919 \begin_inset Text
31920
31921 \begin_layout Plain Layout
31922
31923 \backslash
31924 ce
31925 \begin_inset ERT
31926 status collapsed
31927
31928 \begin_layout Plain Layout
31929
31930
31931 \backslash
31932 spce 
31933 \end_layout
31934
31935 \end_inset
31936
31937 SO4^2-
31938 \end_layout
31939
31940 \end_inset
31941 </cell>
31942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31943 \begin_inset Text
31944
31945 \begin_layout Plain Layout
31946 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31947 \end_inset
31948
31949
31950 \end_layout
31951
31952 \end_inset
31953 </cell>
31954 </row>
31955 <row>
31956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31957 \begin_inset Text
31958
31959 \begin_layout Plain Layout
31960
31961 \backslash
31962 ce
31963 \begin_inset ERT
31964 status collapsed
31965
31966 \begin_layout Plain Layout
31967
31968
31969 \backslash
31970 spce 
31971 \end_layout
31972
31973 \end_inset
31974
31975 (NH4)2S
31976 \end_layout
31977
31978 \end_inset
31979 </cell>
31980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31981 \begin_inset Text
31982
31983 \begin_layout Plain Layout
31984 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31985 \end_inset
31986
31987
31988 \end_layout
31989
31990 \end_inset
31991 </cell>
31992 </row>
31993 <row>
31994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31995 \begin_inset Text
31996
31997 \begin_layout Plain Layout
31998
31999 \backslash
32000 ce
32001 \begin_inset ERT
32002 status collapsed
32003
32004 \begin_layout Plain Layout
32005
32006
32007 \backslash
32008 spce 
32009 \end_layout
32010
32011 \end_inset
32012
32013 KCr(SO4)2.12H2O
32014 \end_layout
32015
32016 \end_inset
32017 </cell>
32018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32019 \begin_inset Text
32020
32021 \begin_layout Plain Layout
32022 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32023 \end_inset
32024
32025
32026 \end_layout
32027
32028 \end_inset
32029 </cell>
32030 </row>
32031 <row>
32032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32033 \begin_inset Text
32034
32035 \begin_layout Plain Layout
32036
32037 \backslash
32038 ce
32039 \begin_inset ERT
32040 status collapsed
32041
32042 \begin_layout Plain Layout
32043
32044
32045 \backslash
32046 spce 
32047 \end_layout
32048
32049 \end_inset
32050
32051 A-B
32052 \backslash
32053 dbond
32054 \begin_inset ERT
32055 status collapsed
32056
32057 \begin_layout Plain Layout
32058
32059
32060 \backslash
32061 spce 
32062 \end_layout
32063
32064 \end_inset
32065
32066 C
32067 \backslash
32068 tbond
32069 \begin_inset ERT
32070 status collapsed
32071
32072 \begin_layout Plain Layout
32073
32074
32075 \backslash
32076 spce 
32077 \end_layout
32078
32079 \end_inset
32080
32081 D
32082 \end_layout
32083
32084 \end_inset
32085 </cell>
32086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32087 \begin_inset Text
32088
32089 \begin_layout Plain Layout
32090 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32091 \end_inset
32092
32093
32094 \end_layout
32095
32096 \end_inset
32097 </cell>
32098 </row>
32099 <row>
32100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32101 \begin_inset Text
32102
32103 \begin_layout Plain Layout
32104
32105 \backslash
32106 ce
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 ^227
32120 \begin_inset Formula $\downarrow$
32121 \end_inset
32122
32123 _90
32124 \begin_inset Formula $\to$
32125 \end_inset
32126
32127 Th+
32128 \end_layout
32129
32130 \end_inset
32131 </cell>
32132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32133 \begin_inset Text
32134
32135 \begin_layout Plain Layout
32136 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32137 \end_inset
32138
32139
32140 \end_layout
32141
32142 \end_inset
32143 </cell>
32144 </row>
32145 <row>
32146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32147 \begin_inset Text
32148
32149 \begin_layout Plain Layout
32150
32151 \backslash
32152 ce
32153 \begin_inset ERT
32154 status collapsed
32155
32156 \begin_layout Plain Layout
32157
32158
32159 \backslash
32160 spce 
32161 \end_layout
32162
32163 \end_inset
32164
32165 CO2
32166 \begin_inset ERT
32167 status collapsed
32168
32169 \begin_layout Plain Layout
32170
32171
32172 \backslash
32173 spce 
32174 \end_layout
32175
32176 \end_inset
32177
32178 +
32179 \begin_inset ERT
32180 status collapsed
32181
32182 \begin_layout Plain Layout
32183
32184
32185 \backslash
32186 spce 
32187 \end_layout
32188
32189 \end_inset
32190
32191 C
32192 \begin_inset ERT
32193 status collapsed
32194
32195 \begin_layout Plain Layout
32196
32197
32198 \backslash
32199 spce 
32200 \end_layout
32201
32202 \end_inset
32203
32204 <=>
32205 \begin_inset ERT
32206 status collapsed
32207
32208 \begin_layout Plain Layout
32209
32210
32211 \backslash
32212 spce 
32213 \end_layout
32214
32215 \end_inset
32216
32217 2CO
32218 \end_layout
32219
32220 \end_inset
32221 </cell>
32222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32223 \begin_inset Text
32224
32225 \begin_layout Plain Layout
32226 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32227 \end_inset
32228
32229
32230 \end_layout
32231
32232 \end_inset
32233 </cell>
32234 </row>
32235 <row>
32236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32237 \begin_inset Text
32238
32239 \begin_layout Plain Layout
32240
32241 \backslash
32242 ce
32243 \begin_inset ERT
32244 status collapsed
32245
32246 \begin_layout Plain Layout
32247
32248
32249 \backslash
32250 spce 
32251 \end_layout
32252
32253 \end_inset
32254
32255 CO2
32256 \begin_inset ERT
32257 status collapsed
32258
32259 \begin_layout Plain Layout
32260
32261
32262 \backslash
32263 spce 
32264 \end_layout
32265
32266 \end_inset
32267
32268 +
32269 \begin_inset ERT
32270 status collapsed
32271
32272 \begin_layout Plain Layout
32273
32274
32275 \backslash
32276 spce 
32277 \end_layout
32278
32279 \end_inset
32280
32281 C
32282 \begin_inset ERT
32283 status collapsed
32284
32285 \begin_layout Plain Layout
32286
32287
32288 \backslash
32289 spce 
32290 \end_layout
32291
32292 \end_inset
32293
32294 ->[
32295 \backslash
32296 alpha][
32297 \backslash
32298 beta]
32299 \begin_inset ERT
32300 status collapsed
32301
32302 \begin_layout Plain Layout
32303
32304
32305 \backslash
32306 spce 
32307 \end_layout
32308
32309 \end_inset
32310
32311 2CO}
32312 \end_layout
32313
32314 \end_inset
32315 </cell>
32316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32317 \begin_inset Text
32318
32319 \begin_layout Plain Layout
32320 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32321 \end_inset
32322
32323
32324 \end_layout
32325
32326 \end_inset
32327 </cell>
32328 </row>
32329 </lyxtabular>
32330
32331 \end_inset
32332
32333
32334 \end_layout
32335
32336 \begin_layout Standard
32337 \begin_inset Note Greyedout
32338 status open
32339
32340 \begin_layout Plain Layout
32341
32342 \series bold
32343 Note:
32344 \series default
32345  Inserting a formula to a 
32346 \series bold
32347
32348 \backslash
32349 ce
32350 \series default
32351  box will lead to LaTeX errors.
32352  In this case TeX code has to be used like for 
32353 \series bold
32354
32355 \backslash
32356 ce{$
32357 \backslash
32358 mu
32359 \backslash
32360 hyphen$Cl}
32361 \series default
32362
32363 \begin_inset ERT
32364 status collapsed
32365
32366 \begin_layout Plain Layout
32367
32368
32369 \backslash
32370 ce{$
32371 \backslash
32372 mu
32373 \backslash
32374 hyphen$Cl}
32375 \end_layout
32376
32377 \end_inset
32378
32379  
32380 \end_layout
32381
32382 \end_inset
32383
32384
32385 \end_layout
32386
32387 \begin_layout Standard
32388 Using 
32389 \series bold
32390
32391 \backslash
32392 ce
32393 \series default
32394  the command for equation
32395 \begin_inset space ~
32396 \end_inset
32397
32398
32399 \begin_inset CommandInset ref
32400 LatexCommand eqref
32401 reference "eq:chem-reaction"
32402
32403 \end_inset
32404
32405  is:
32406 \begin_inset Newline newline
32407 \end_inset
32408
32409
32410 \series bold
32411  
32412 \backslash
32413 ce
32414 \begin_inset ERT
32415 status collapsed
32416
32417 \begin_layout Plain Layout
32418
32419
32420 \backslash
32421 spce 
32422 \end_layout
32423
32424 \end_inset
32425
32426 2Na+
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 \begin_inset ERT
32441 status collapsed
32442
32443 \begin_layout Plain Layout
32444
32445
32446 \backslash
32447 spce 
32448 \end_layout
32449
32450 \end_inset
32451
32452 SO4^2-
32453 \begin_inset ERT
32454 status collapsed
32455
32456 \begin_layout Plain Layout
32457
32458
32459 \backslash
32460 spce 
32461 \end_layout
32462
32463 \end_inset
32464
32465
32466 \begin_inset ERT
32467 status collapsed
32468
32469 \begin_layout Plain Layout
32470
32471
32472 \backslash
32473 spce 
32474 \end_layout
32475
32476 \end_inset
32477
32478 ->
32479 \begin_inset ERT
32480 status collapsed
32481
32482 \begin_layout Plain Layout
32483
32484
32485 \backslash
32486 spce 
32487 \end_layout
32488
32489 \end_inset
32490
32491 Na2SO4
32492 \end_layout
32493
32494 \begin_layout Standard
32495 To create multiline chemical equations first a multiline formula is created
32496  as described in 
32497 \begin_inset CommandInset ref
32498 LatexCommand ref
32499 reference "sec:Multiline-Formulas"
32500
32501 \end_inset
32502
32503 .
32504  Afterwards the command 
32505 \series bold
32506
32507 \backslash
32508 ce
32509 \series default
32510  is used in every small blue box of the formula.
32511  
32512 \begin_inset CommandInset ref
32513 LatexCommand eqref
32514 reference "eq:TEOS-reaction-1"
32515
32516 \end_inset
32517
32518  and 
32519 \begin_inset CommandInset ref
32520 LatexCommand eqref
32521 reference "eq:TEOS-reaction-2"
32522
32523 \end_inset
32524
32525  are an example of a multi-stage chemical reaction where every equation
32526  has its own number.
32527 \begin_inset Formula 
32528 \begin{eqnarray}
32529 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32530 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32531 \end{eqnarray}
32532
32533 \end_inset
32534
32535
32536 \end_layout
32537
32538 \begin_layout Standard
32539 Besides 
32540 \series bold
32541
32542 \backslash
32543 ce
32544 \series default
32545  the 
32546 \series bold
32547 mhchem
32548 \series default
32549  package provides the command 
32550 \series bold
32551
32552 \backslash
32553 cf
32554 \series default
32555
32556 \begin_inset Index idx
32557 status collapsed
32558
32559 \begin_layout Plain Layout
32560 Commands ! C ! 
32561 \backslash
32562 cf
32563 \end_layout
32564
32565 \end_inset
32566
32567  that has to be used for special cases.
32568  For more information about 
32569 \series bold
32570
32571 \backslash
32572 cf
32573 \series default
32574  and more examples have a look at the documentation of 
32575 \series bold
32576 mhchem
32577 \series default
32578
32579 \begin_inset CommandInset citation
32580 LatexCommand cite
32581 key "mhchem"
32582
32583 \end_inset
32584
32585 .
32586 \end_layout
32587
32588 \begin_layout Section
32589 Diagrams
32590 \end_layout
32591
32592 \begin_layout Standard
32593 LyX supports two types of commutative diagrams: 
32594 \series bold
32595 amscd
32596 \series default
32597  and 
32598 \series bold
32599 xymatrix
32600 \series default
32601  that are explained in the following.
32602 \end_layout
32603
32604 \begin_layout Subsection
32605 Amscd Diagrams
32606 \begin_inset Index idx
32607 status collapsed
32608
32609 \begin_layout Plain Layout
32610 Diagrams ! amscd
32611 \end_layout
32612
32613 \end_inset
32614
32615
32616 \end_layout
32617
32618 \begin_layout Standard
32619 Diagrams of this type visualize relations by vertical and horizontal lines
32620  or arrows:
32621 \begin_inset Formula 
32622 \[
32623 \begin{CD}A@>>>B@>>>C\\
32624 @AAA@.@VVV\\
32625 F@<<<E@<<<D
32626 \end{CD}
32627 \]
32628
32629 \end_inset
32630
32631
32632 \end_layout
32633
32634 \begin_layout Standard
32635 To get them, the command 
32636 \series bold
32637
32638 \backslash
32639 CD
32640 \begin_inset Index idx
32641 status collapsed
32642
32643 \begin_layout Plain Layout
32644 Commands ! C ! 
32645 \backslash
32646 CD
32647 \end_layout
32648
32649 \end_inset
32650
32651
32652 \series default
32653  is inserted to a formula.
32654  A blue box appears with two dashed lines where further commands can be
32655  inserted.
32656  With 
32657 \begin_inset Info
32658 type  "shortcut"
32659 arg   "newline-insert newline"
32660 \end_inset
32661
32662  a new line is created.
32663  Horizontal relations are inserted in odd, vertical in even formula lines.
32664 \end_layout
32665
32666 \begin_layout Standard
32667 To create the relations there are the following commands:
32668 \end_layout
32669
32670 \begin_layout Itemize
32671
32672 \series bold
32673 @<<<
32674 \series default
32675  creates a left arrow, 
32676 \series bold
32677 @>>>
32678 \series default
32679  a right arrow and 
32680 \series bold
32681 @=
32682 \series default
32683  a long equal sign
32684 \end_layout
32685
32686 \begin_layout Itemize
32687
32688 \series bold
32689 @AAA
32690 \series default
32691  creates an up arrow, 
32692 \series bold
32693 @VVV
32694 \series default
32695  an down arrow and 
32696 \series bold
32697 @|
32698 \series default
32699  a vertical equal sign
32700 \end_layout
32701
32702 \begin_layout Itemize
32703
32704 \series bold
32705 @.
32706
32707 \series default
32708  is a placeholder for non-existent relations
32709 \end_layout
32710
32711 \begin_layout Standard
32712 All arrows can be labeled as follows:
32713 \end_layout
32714
32715 \begin_layout Itemize
32716 Is text inserted between the first and second < or >, resp., it is placed
32717  above the arrow.
32718  When it is inserted between the second and third one, it appears under
32719  the arrow.
32720 \end_layout
32721
32722 \begin_layout Itemize
32723 When text for vertical arrows is inserted between the first and second A
32724  or V, resp., it is placed left beside the arrow.
32725  When it is inserted between the second and third one, it appears right
32726  beside the arrow.
32727  If the text contains an A or V, these letters must be set into a TeX-brace.
32728 \end_layout
32729
32730 \begin_layout Standard
32731 As example a diagram with all possible relations:
32732 \end_layout
32733
32734 \begin_layout Standard
32735 \begin_inset Formula 
32736 \[
32737 \begin{CD}A@>j>>B@>>k>C@=F\\
32738 @AmAA@.@VV{V}V@|\\
32739 D@<<j<E@>k>>F@=C
32740 \end{CD}
32741 \]
32742
32743 \end_inset
32744
32745
32746 \end_layout
32747
32748 \begin_layout Standard
32749 The command for this is:
32750 \begin_inset Newline newline
32751 \end_inset
32752
32753
32754 \series bold
32755
32756 \backslash
32757 CD
32758 \begin_inset ERT
32759 status collapsed
32760
32761 \begin_layout Plain Layout
32762
32763
32764 \backslash
32765 spce 
32766 \end_layout
32767
32768 \end_inset
32769
32770 A@>j>>B@>>k>C@=F Ctrl+Return
32771 \begin_inset Newline newline
32772 \end_inset
32773
32774
32775 \begin_inset Phantom HPhantom
32776 status open
32777
32778 \begin_layout Plain Layout
32779
32780 \series bold
32781
32782 \backslash
32783 CD
32784 \begin_inset ERT
32785 status collapsed
32786
32787 \begin_layout Plain Layout
32788
32789
32790 \backslash
32791 spce 
32792 \end_layout
32793
32794 \end_inset
32795
32796
32797 \end_layout
32798
32799 \end_inset
32800
32801 @AmAA@.@VV
32802 \backslash
32803 {V
32804 \series default
32805
32806 \begin_inset Formula $\to$
32807 \end_inset
32808
32809
32810 \series bold
32811 V@| Ctrl+Return
32812 \begin_inset Newline newline
32813 \end_inset
32814
32815
32816 \begin_inset Phantom HPhantom
32817 status open
32818
32819 \begin_layout Plain Layout
32820
32821 \series bold
32822
32823 \backslash
32824 CD
32825 \begin_inset ERT
32826 status collapsed
32827
32828 \begin_layout Plain Layout
32829
32830
32831 \backslash
32832 spce 
32833 \end_layout
32834
32835 \end_inset
32836
32837
32838 \end_layout
32839
32840 \end_inset
32841
32842 D@<<j<E@>k>>F@=C
32843 \end_layout
32844
32845 \begin_layout Subsection
32846 Xymatrix Diagrams
32847 \begin_inset Index idx
32848 status collapsed
32849
32850 \begin_layout Plain Layout
32851 Diagrams ! xymatrix
32852 \end_layout
32853
32854 \end_inset
32855
32856
32857 \end_layout
32858
32859 \begin_layout Standard
32860 To be able to use xymatrices, the LaTeX-package 
32861 \series bold
32862 xypic
32863 \series default
32864  must be installed.
32865  A xymatrix is created by inserting the command 
32866 \series bold
32867
32868 \backslash
32869 xymatrix
32870 \series default
32871  in a formula.
32872  Then you are able to add new matrix columns and rows like for normal matrices,
32873  see 
32874 \begin_inset CommandInset ref
32875 LatexCommand ref
32876 reference "sec:Matrices"
32877
32878 \end_inset
32879
32880 .
32881 \end_layout
32882
32883 \begin_layout Standard
32884 In contrary to amscd diagrams, xymatrices supports diagonal and curved arrows,
32885  and much more.
32886  All possibilities to create commutative diagrams and decorations are explained
32887  in detail in the 
32888 \emph on
32889 XY-pic manual
32890 \emph default
32891  that you find in the menu 
32892 \family sans
32893 Help\SpecialChar \menuseparator
32894 Specific
32895 \begin_inset space ~
32896 \end_inset
32897
32898 Manuals
32899 \family default
32900 .
32901 \end_layout
32902
32903 \begin_layout Subsection
32904
32905 \noun on
32906 Feynman
32907 \noun default
32908  Diagrams
32909 \begin_inset Index idx
32910 status collapsed
32911
32912 \begin_layout Plain Layout
32913 Diagrams ! Feynman
32914 \end_layout
32915
32916 \end_inset
32917
32918
32919 \end_layout
32920
32921 \begin_layout Standard
32922 To be able to use 
32923 \noun on
32924 Feynman
32925 \noun default
32926 -diagrams, the LaTeX-package 
32927 \series bold
32928 feyn
32929 \series default
32930  must be installed.
32931  A 
32932 \noun on
32933 Feynman
32934 \noun default
32935 -diagram is created by inserting the command 
32936 \series bold
32937
32938 \backslash
32939 Diagram
32940 \series default
32941  in a formula.
32942  Then you are able to add new matrix columns and rows like for normal matrices,
32943  see 
32944 \begin_inset CommandInset ref
32945 LatexCommand ref
32946 reference "sec:Matrices"
32947
32948 \end_inset
32949
32950 .
32951 \end_layout
32952
32953 \begin_layout Standard
32954 Examples how to create 
32955 \noun on
32956 Feynman-
32957 \noun default
32958 diagrams in LyX is given in the 
32959 \emph on
32960 Feynman-diagram manual
32961 \emph default
32962  that you find in the menu 
32963 \family sans
32964 Help\SpecialChar \menuseparator
32965 Specific
32966 \begin_inset space ~
32967 \end_inset
32968
32969 Manuals
32970 \family default
32971 .
32972 \end_layout
32973
32974 \begin_layout Section
32975 User-defined Commands
32976 \begin_inset Index idx
32977 status collapsed
32978
32979 \begin_layout Plain Layout
32980 User-defined commands
32981 \end_layout
32982
32983 \end_inset
32984
32985
32986 \end_layout
32987
32988 \begin_layout Standard
32989 \begin_inset Note Greyedout
32990 status open
32991
32992 \begin_layout Plain Layout
32993
32994 \series bold
32995 Note:
32996 \series default
32997  The names of user-defined commands and macros may only consist of Latin
32998  letters.
32999 \end_layout
33000
33001 \end_inset
33002
33003
33004 \end_layout
33005
33006 \begin_layout Subsection
33007 The Command 
33008 \backslash
33009 newcommand
33010 \begin_inset CommandInset label
33011 LatexCommand label
33012 name "sub:The-Command-newcommand"
33013
33014 \end_inset
33015
33016
33017 \begin_inset Index idx
33018 status collapsed
33019
33020 \begin_layout Plain Layout
33021 User-defined commands ! 
33022 \backslash
33023 newcommand
33024 \end_layout
33025
33026 \end_inset
33027
33028
33029 \begin_inset Index idx
33030 status collapsed
33031
33032 \begin_layout Plain Layout
33033 Commands ! N ! 
33034 \backslash
33035 newcommand
33036 \end_layout
33037
33038 \end_inset
33039
33040
33041 \end_layout
33042
33043 \begin_layout Standard
33044 Many LaTeX-commands are too long to be used frequently.
33045  But it is possible to define with the command 
33046 \series bold
33047
33048 \backslash
33049 newcommand
33050 \series default
33051  new shorter commands.
33052 \end_layout
33053
33054 \begin_layout Standard
33055 The command scheme of 
33056 \series bold
33057
33058 \backslash
33059 newcommand
33060 \series default
33061  is:
33062 \end_layout
33063
33064 \begin_layout Standard
33065
33066 \series bold
33067
33068 \backslash
33069 newcommand{new command name}[number of arguments][optional
33070 \series default
33071  
33072 \series bold
33073 value]
33074 \begin_inset Newline newline
33075 \end_inset
33076
33077
33078 \begin_inset Phantom HPhantom
33079 status open
33080
33081 \begin_layout Plain Layout
33082
33083 \series bold
33084
33085 \backslash
33086 newcommand
33087 \end_layout
33088
33089 \end_inset
33090
33091 {command definition}
33092 \end_layout
33093
33094 \begin_layout Standard
33095 \begin_inset Note Greyedout
33096 status open
33097
33098 \begin_layout Plain Layout
33099
33100 \series bold
33101 Note:
33102 \series default
33103  Assure that the name of the new command is not already used in your document
33104  or by LaTeX-packages that you use.
33105  When you for example define the command 
33106 \series bold
33107
33108 \backslash
33109 le
33110 \series default
33111  for 
33112 \series bold
33113
33114 \backslash
33115 Leftarrow
33116 \series default
33117 , you get an error message because 
33118 \series bold
33119
33120 \backslash
33121 le
33122 \series default
33123  is already defined as command for 
33124 \begin_inset Quotes eld
33125 \end_inset
33126
33127
33128 \begin_inset Formula $\le$
33129 \end_inset
33130
33131
33132 \begin_inset Quotes erd
33133 \end_inset
33134
33135 .
33136 \end_layout
33137
33138 \end_inset
33139
33140
33141 \end_layout
33142
33143 \begin_layout Standard
33144 The number of arguments is an integer in the range 0
33145 \begin_inset space \thinspace{}
33146 \end_inset
33147
33148 -
33149 \begin_inset space \thinspace{}
33150 \end_inset
33151
33152 9 and specifies how many arguments the new command should have.
33153  With the optional value a value for an optional argument can be predefined.
33154  When this is done, the 
33155 \emph on
33156 first
33157 \emph default
33158  
33159 \emph on
33160 a
33161 \emph default
33162 rgument of the new command is automatically an optional one.
33163 \end_layout
33164
33165 \begin_layout Standard
33166 Here are some examples:
33167 \end_layout
33168
33169 \begin_layout Itemize
33170 To define the command 
33171 \series bold
33172
33173 \backslash
33174 gr
33175 \series default
33176  for 
33177 \series bold
33178
33179 \backslash
33180 Longrightarrow
33181 \series default
33182 , the LaTeX-preamble line is:
33183 \begin_inset VSpace medskip
33184 \end_inset
33185
33186
33187 \begin_inset Newline newline
33188 \end_inset
33189
33190
33191 \series bold
33192
33193 \backslash
33194 newcommand{
33195 \backslash
33196 gr}{
33197 \backslash
33198 Longrightarrow}
33199 \end_layout
33200
33201 \begin_layout Itemize
33202 To define the command 
33203 \series bold
33204
33205 \backslash
33206 us
33207 \series default
33208  for 
33209 \series bold
33210
33211 \backslash
33212 underline
33213 \series default
33214 , the argument (that should be underlined) must be taken into account.
33215  For this the preamble line is:
33216 \begin_inset VSpace medskip
33217 \end_inset
33218
33219
33220 \begin_inset Newline newline
33221 \end_inset
33222
33223
33224 \series bold
33225
33226 \backslash
33227 newcommand{
33228 \backslash
33229 us}[1]{
33230 \backslash
33231 underline{#1}}
33232 \series default
33233
33234 \begin_inset VSpace medskip
33235 \end_inset
33236
33237
33238 \begin_inset Newline newline
33239 \end_inset
33240
33241 The character 
33242 \series bold
33243 #
33244 \series default
33245  acts as argument placeholder, the 
33246 \series bold
33247 1
33248 \series default
33249  behind it denotes that it is the placeholder for the first argument.
33250 \end_layout
33251
33252 \begin_layout Itemize
33253 For 
33254 \series bold
33255
33256 \backslash
33257 framebox
33258 \series default
33259  one can e.
33260 \begin_inset space \thinspace{}
33261 \end_inset
33262
33263 g.
33264 \begin_inset space \space{}
33265 \end_inset
33266
33267 define the command 
33268 \series bold
33269
33270 \backslash
33271 fb
33272 \series default
33273 :
33274 \begin_inset VSpace medskip
33275 \end_inset
33276
33277
33278 \begin_inset Newline newline
33279 \end_inset
33280
33281
33282 \series bold
33283
33284 \backslash
33285 newcommand{
33286 \backslash
33287 fb}[3]{
33288 \backslash
33289 framebox#1#2{$#3$}}
33290 \series default
33291
33292 \begin_inset VSpace medskip
33293 \end_inset
33294
33295
33296 \begin_inset Newline newline
33297 \end_inset
33298
33299 The two Dollar signs creates the extra formula needed for 
33300 \series bold
33301
33302 \backslash
33303 framebox
33304 \series default
33305 , see 
33306 \begin_inset CommandInset ref
33307 LatexCommand ref
33308 reference "sub:Boxes-with-Frame"
33309
33310 \end_inset
33311
33312 .
33313 \end_layout
33314
33315 \begin_layout Itemize
33316 To create a new command for 
33317 \series bold
33318
33319 \backslash
33320 fcolorbox
33321 \series default
33322  where the color for the box needn't to be specified, the argument for the
33323  color is defined optional:
33324 \begin_inset VSpace medskip
33325 \end_inset
33326
33327
33328 \begin_inset Newline newline
33329 \end_inset
33330
33331
33332 \series bold
33333
33334 \backslash
33335 newcommand{
33336 \backslash
33337 cb}[3][white]{
33338 \backslash
33339 fcolorbox{#2}{#1}{$#3$}}
33340 \series default
33341
33342 \begin_inset VSpace medskip
33343 \end_inset
33344
33345
33346 \begin_inset Newline newline
33347 \end_inset
33348
33349 When the color is not specified when using 
33350 \series bold
33351
33352 \backslash
33353 cb
33354 \series default
33355 , the predefined color 
33356 \series bold
33357 white
33358 \series default
33359  will be used.
33360 \end_layout
33361
33362 \begin_layout Standard
33363 A test of the new defined commands:
33364 \end_layout
33365
33366 \begin_layout Standard
33367 \align center
33368 \begin_inset Tabular
33369 <lyxtabular version="3" rows="6" columns="2">
33370 <features tabularvalignment="middle">
33371 <column alignment="center" valignment="top" width="0">
33372 <column alignment="center" valignment="top" width="0">
33373 <row>
33374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33375 \begin_inset Text
33376
33377 \begin_layout Plain Layout
33378 Command
33379 \end_layout
33380
33381 \end_inset
33382 </cell>
33383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33384 \begin_inset Text
33385
33386 \begin_layout Plain Layout
33387 Result
33388 \begin_inset Note Note
33389 status collapsed
33390
33391 \begin_layout Plain Layout
33392
33393 \series bold
33394
33395 \backslash
33396 raisebox
33397 \series default
33398  is only used as spacer.
33399 \end_layout
33400
33401 \end_inset
33402
33403
33404 \end_layout
33405
33406 \end_inset
33407 </cell>
33408 </row>
33409 <row>
33410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33411 \begin_inset Text
33412
33413 \begin_layout Plain Layout
33414 A
33415 \backslash
33416 gr
33417 \begin_inset ERT
33418 status collapsed
33419
33420 \begin_layout Plain Layout
33421
33422
33423 \backslash
33424 spce 
33425 \end_layout
33426
33427 \end_inset
33428
33429 B
33430 \end_layout
33431
33432 \end_inset
33433 </cell>
33434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33435 \begin_inset Text
33436
33437 \begin_layout Plain Layout
33438 \begin_inset Formula $A\gr B$
33439 \end_inset
33440
33441
33442 \end_layout
33443
33444 \end_inset
33445 </cell>
33446 </row>
33447 <row>
33448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33449 \begin_inset Text
33450
33451 \begin_layout Plain Layout
33452
33453 \backslash
33454 us{ABcd
33455 \end_layout
33456
33457 \end_inset
33458 </cell>
33459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33460 \begin_inset Text
33461
33462 \begin_layout Plain Layout
33463 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33464 \end_inset
33465
33466
33467 \end_layout
33468
33469 \end_inset
33470 </cell>
33471 </row>
33472 <row>
33473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33474 \begin_inset Text
33475
33476 \begin_layout Plain Layout
33477
33478 \backslash
33479 fb{[2cm]
33480 \begin_inset Formula $\to$
33481 \end_inset
33482
33483
33484 \backslash
33485 {
33486 \begin_inset Formula $\to$
33487 \end_inset
33488
33489
33490 \backslash
33491 {
33492 \backslash
33493 int
33494 \begin_inset ERT
33495 status collapsed
33496
33497 \begin_layout Plain Layout
33498
33499
33500 \backslash
33501 spce 
33502 \end_layout
33503
33504 \end_inset
33505
33506 A=B
33507 \end_layout
33508
33509 \end_inset
33510 </cell>
33511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33512 \begin_inset Text
33513
33514 \begin_layout Plain Layout
33515 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33516 \end_inset
33517
33518
33519 \end_layout
33520
33521 \end_inset
33522 </cell>
33523 </row>
33524 <row>
33525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33526 \begin_inset Text
33527
33528 \begin_layout Plain Layout
33529
33530 \backslash
33531 cb{red
33532 \begin_inset Formula $\to$
33533 \end_inset
33534
33535
33536 \backslash
33537 {
33538 \backslash
33539 int
33540 \begin_inset ERT
33541 status collapsed
33542
33543 \begin_layout Plain Layout
33544
33545
33546 \backslash
33547 spce 
33548 \end_layout
33549
33550 \end_inset
33551
33552 A=B
33553 \end_layout
33554
33555 \end_inset
33556 </cell>
33557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33558 \begin_inset Text
33559
33560 \begin_layout Plain Layout
33561 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33562 \end_inset
33563
33564
33565 \end_layout
33566
33567 \end_inset
33568 </cell>
33569 </row>
33570 <row>
33571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33572 \begin_inset Text
33573
33574 \begin_layout Plain Layout
33575
33576 \backslash
33577 cb[green]
33578 \backslash
33579 {red
33580 \begin_inset Formula $\to$
33581 \end_inset
33582
33583
33584 \backslash
33585 {
33586 \backslash
33587 int
33588 \begin_inset ERT
33589 status collapsed
33590
33591 \begin_layout Plain Layout
33592
33593
33594 \backslash
33595 spce 
33596 \end_layout
33597
33598 \end_inset
33599
33600 A=B
33601 \end_layout
33602
33603 \end_inset
33604 </cell>
33605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33606 \begin_inset Text
33607
33608 \begin_layout Plain Layout
33609 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33610 \end_inset
33611
33612
33613 \end_layout
33614
33615 \end_inset
33616 </cell>
33617 </row>
33618 </lyxtabular>
33619
33620 \end_inset
33621
33622
33623 \end_layout
33624
33625 \begin_layout Subsection
33626 Math Macros
33627 \begin_inset Index idx
33628 status collapsed
33629
33630 \begin_layout Plain Layout
33631 User-defined commands! Math macros
33632 \end_layout
33633
33634 \end_inset
33635
33636
33637 \begin_inset Index idx
33638 status collapsed
33639
33640 \begin_layout Plain Layout
33641 Macros
33642 \end_layout
33643
33644 \end_inset
33645
33646
33647 \end_layout
33648
33649 \begin_layout Standard
33650 User-defined commands are especially convenient for complex expressions.
33651  When you are for example dealing in a document with quadratic equations,
33652  the same solution type occurs several times.
33653  The general form of a quadratic equation is
33654 \begin_inset Formula 
33655 \[
33656 0=\lambda^{2}+p\lambda+q
33657 \]
33658
33659 \end_inset
33660
33661 The general form of the solution is
33662 \begin_inset Formula 
33663 \[
33664 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33665 \]
33666
33667 \end_inset
33668
33669
33670 \end_layout
33671
33672 \begin_layout Standard
33673 To define a command for the solution formula where only the three parameters
33674  
33675 \begin_inset Formula $\lambda$
33676 \end_inset
33677
33678
33679 \begin_inset Formula $p$
33680 \end_inset
33681
33682  and 
33683 \begin_inset Formula $q$
33684 \end_inset
33685
33686  need to be specified and the index of 
33687 \begin_inset Formula $\lambda$
33688 \end_inset
33689
33690  can be given optionally, the LaTeX-preamble line is
33691 \begin_inset Newline newline
33692 \end_inset
33693
33694
33695 \series bold
33696
33697 \backslash
33698 newcommand{
33699 \backslash
33700 qG}[4][1,
33701 \backslash
33702 ,2]{#2_{#1}=-
33703 \backslash
33704 frac{#3}{2}
33705 \backslash
33706 pm
33707 \begin_inset Newline newline
33708 \end_inset
33709
33710
33711 \begin_inset Phantom HPhantom
33712 status open
33713
33714 \begin_layout Plain Layout
33715
33716 \series bold
33717
33718 \backslash
33719 newcommand
33720 \end_layout
33721
33722 \end_inset
33723
33724
33725 \backslash
33726 sqrt{
33727 \backslash
33728 frac{#3^{2}}{4}-#4}}
33729 \end_layout
33730
33731 \begin_layout Standard
33732 To create with this the solution formula, the command
33733 \begin_inset Newline newline
33734 \end_inset
33735
33736
33737 \series bold
33738
33739 \backslash
33740 qG{
33741 \backslash
33742 lambda
33743 \begin_inset Formula $\to$
33744 \end_inset
33745
33746
33747 \backslash
33748 {p
33749 \begin_inset Formula $\to$
33750 \end_inset
33751
33752
33753 \backslash
33754 {q
33755 \series default
33756  is inserted to a formula
33757 \series bold
33758 .
33759 \end_layout
33760
33761 \begin_layout Standard
33762 The definition of the new command is unintuitive because one has to know
33763  the schemes of all used LaTeX commands, e.
33764 \begin_inset space \thinspace{}
33765 \end_inset
33766
33767 g.
33768 \begin_inset space \space{}
33769 \end_inset
33770
33771 that a fraction is inserted in LaTeX as 
33772 \series bold
33773
33774 \backslash
33775 frac{numerator}{denominator}
33776 \series default
33777 .
33778  Furthermore one can easily forget a brace in the definition and cannot
33779  see in LyX what the new command is doing.
33780  To avoid these problems LyX offers the possibility to use math macros instead
33781  of the command 
33782 \series bold
33783
33784 \backslash
33785 newcommand
33786 \series default
33787 .
33788 \end_layout
33789
33790 \begin_layout Standard
33791 A math macro is created by using the menu 
33792 \family sans
33793 Insert\SpecialChar \menuseparator
33794 Math\SpecialChar \menuseparator
33795 Macro
33796 \family default
33797  or the toolbar button 
33798 \begin_inset Graphics
33799         filename ../images/math-macro_newmacroname_newcommand.png
33800         scale 85
33801
33802 \end_inset
33803
33804 .
33805  The math macro toolbar appears together with the following box where the
33806  macro is defined:
33807 \begin_inset Newline newline
33808 \end_inset
33809
33810
33811 \begin_inset space \hspace*{\fill}
33812 \end_inset
33813
33814
33815 \begin_inset Graphics
33816         filename clipart/macrobox.png
33817
33818 \end_inset
33819
33820
33821 \begin_inset space \hspace*{\fill}
33822 \end_inset
33823
33824
33825 \begin_inset Newline newline
33826 \end_inset
33827
33828
33829 \begin_inset FormulaMacro
33830 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33831 \end_inset
33832
33833
33834 \backslash
33835 newmacroname is the default name of the macro that should be changed to
33836  something sensible.
33837  The wanted formula is inserted in the first blue box.
33838  An argument placeholder is inserted with the command 
33839 \series bold
33840
33841 \backslash
33842 #argumentnumber
33843 \series default
33844 , e.
33845 \begin_inset space \thinspace{}
33846 \end_inset
33847
33848 g
33849 \begin_inset space \space{}
33850 \end_inset
33851
33852
33853 \series bold
33854
33855 \backslash
33856 #1
33857 \series default
33858  or by using the macro toolbar button 
33859 \begin_inset Graphics
33860         filename ../images/math-macro-add-param.png
33861         scale 85
33862
33863 \end_inset
33864
33865 .
33866  Argument placeholders are displayed red.
33867  Maximum 9 arguments are possible.
33868  Optional arguments are created with the toolbar button 
33869 \begin_inset Graphics
33870         filename ../images/math-macro-add-optional-param.png
33871         scale 85
33872
33873 \end_inset
33874
33875 .
33876  The first non-optional argument can be transformed to an optional one with
33877  the toolbar button 
33878 \begin_inset Graphics
33879         filename ../images/math-macro-make-optional.png
33880         scale 85
33881
33882 \end_inset
33883
33884 .
33885  In the second blue box the appearance of the macro in LyX can be defined.
33886  Normally you want to see it as it is defined, so the box is kept empty.
33887  But when you have created a macro that needs lot of space on the screen,
33888  you can insert in the box for example
33889 \begin_inset Newline newline
33890 \end_inset
33891
33892
33893 \series bold
33894 qG: 
33895 \backslash
33896 #1
33897 \series default
33898  
33899 \series bold
33900 ,
33901 \series default
33902  
33903 \series bold
33904
33905 \backslash
33906 #2
33907 \series default
33908  
33909 \series bold
33910 ,
33911 \series default
33912  
33913 \series bold
33914
33915 \backslash
33916 #3, 
33917 \backslash
33918 #4
33919 \begin_inset Newline newline
33920 \end_inset
33921
33922
33923 \series default
33924 For the macro only the arguments with the macro name in front of them will
33925  then be displayed in LyX, leading to a better overview.
33926  The formula appears in the output as defined in the first box.
33927 \begin_inset Newline newline
33928 \end_inset
33929
33930 The appearance of macros in formulas can furthermore be changed for single
33931  macros by setting the cursor in the macro and using the menu 
33932 \family sans
33933 View\SpecialChar \menuseparator
33934 (Un)fold
33935 \begin_inset space ~
33936 \end_inset
33937
33938 Math
33939 \begin_inset space ~
33940 \end_inset
33941
33942 Macro
33943 \family default
33944 .
33945 \end_layout
33946
33947 \begin_layout Standard
33948 To use a macro, the macro name is inserted as command to a formula, in our
33949  case 
33950 \series bold
33951
33952 \backslash
33953 qG
33954 \series default
33955 .
33956  Our macro looks in LyX like this:
33957 \begin_inset Newline newline
33958 \end_inset
33959
33960
33961 \begin_inset space \hspace*{\fill}
33962 \end_inset
33963
33964
33965 \begin_inset Graphics
33966         filename clipart/macrouse.png
33967
33968 \end_inset
33969
33970
33971 \begin_inset space \hspace*{\fill}
33972 \end_inset
33973
33974
33975 \begin_inset Newline newline
33976 \end_inset
33977
33978 Here is our macro example with the arguments 
33979 \begin_inset Formula $x$
33980 \end_inset
33981
33982
33983 \begin_inset Formula $\ln(x)$
33984 \end_inset
33985
33986  and 
33987 \begin_inset Formula $B$
33988 \end_inset
33989
33990 :
33991 \end_layout
33992
33993 \begin_layout Standard
33994 \begin_inset Formula 
33995 \[
33996 \qG x{\ln(x)}B
33997 \]
33998
33999 \end_inset
34000
34001
34002 \end_layout
34003
34004 \begin_layout Standard
34005 LyX offers in the menu 
34006 \family sans
34007 Tools\SpecialChar \menuseparator
34008 Preferences\SpecialChar \menuseparator
34009 Editing\SpecialChar \menuseparator
34010 Control
34011 \family default
34012  different styles to edit macros.
34013  To find the style that suits you the most, choose a style and set the cursor
34014  in a macro formula to see the difference.
34015 \end_layout
34016
34017 \begin_layout Standard
34018 A math macro is transformed internally to a 
34019 \series bold
34020
34021 \backslash
34022 newcommand
34023 \series default
34024  command when exporting the document.
34025  The created 
34026 \series bold
34027
34028 \backslash
34029 newcommand
34030 \series default
34031  command is not placed in the LaTeX-preamble, therefore macros can only
34032  be used in formulas that are in the document below the macro definition
34033  box.
34034 \end_layout
34035
34036 \begin_layout Standard
34037 Math macros can also be directly be created from a 
34038 \series bold
34039
34040 \backslash
34041 newcommand
34042 \series default
34043  command.
34044  When writing for example the command
34045 \series bold
34046
34047 \begin_inset Newline newline
34048 \end_inset
34049
34050
34051 \backslash
34052 newcommand{
34053 \backslash
34054 larrow}[2]{
34055 \backslash
34056 xleftarrow[#2]{#1}}
34057 \begin_inset Newline newline
34058 \end_inset
34059
34060
34061 \series default
34062 in LyX as normal text, highlighting it completely and using then the shortcut
34063  
34064 \family sans
34065 Ctrl+M
34066 \family default
34067 , the command will be transformed to a math macro.
34068  Using this method you need to be careful that the 
34069 \series bold
34070
34071 \backslash
34072 newcommand
34073 \series default
34074  command is typed correctly, otherwise you get a faulty macro leading to
34075  LaTeX errors.
34076 \end_layout
34077
34078 \begin_layout Standard
34079 Math macros currently yet have the problem that further formulas in macro
34080  definitions are handled wrongly.
34081  Therefore the example 
34082 \series bold
34083
34084 \backslash
34085 fb
34086 \series default
34087  from 
34088 \begin_inset CommandInset ref
34089 LatexCommand ref
34090 reference "sub:The-Command-newcommand"
34091
34092 \end_inset
34093
34094  cannot be created as macro.
34095 \end_layout
34096
34097 \begin_layout Standard
34098 When the cursor is in a macro definition box, you will see the macro toolbar
34099  in LyX:
34100 \end_layout
34101
34102 \begin_layout Standard
34103 \begin_inset VSpace defskip
34104 \end_inset
34105
34106
34107 \end_layout
34108
34109 \begin_layout Standard
34110 \begin_inset Graphics
34111         filename clipart/MacroToolbar.png
34112
34113 \end_inset
34114
34115
34116 \begin_inset Index idx
34117 status collapsed
34118
34119 \begin_layout Plain Layout
34120 Macros ! Toolbar
34121 \end_layout
34122
34123 \end_inset
34124
34125
34126 \end_layout
34127
34128 \begin_layout Standard
34129 \begin_inset VSpace defskip
34130 \end_inset
34131
34132
34133 \end_layout
34134
34135 \begin_layout Standard
34136 The macro toolbar contains from left to right the following buttons:
34137 \end_layout
34138
34139 \begin_layout Standard
34140 \begin_inset VSpace defskip
34141 \end_inset
34142
34143
34144 \end_layout
34145
34146 \begin_layout Standard
34147 \begin_inset Tabular
34148 <lyxtabular version="3" rows="9" columns="2">
34149 <features islongtable="true" longtabularalignment="center">
34150 <column alignment="left" valignment="top" width="0">
34151 <column alignment="left" valignment="top" width="85col%">
34152 <row interlinespace="2.5mm">
34153 <cell alignment="center" valignment="top" usebox="none">
34154 \begin_inset Text
34155
34156 \begin_layout Plain Layout
34157 \begin_inset Graphics
34158         filename ../images/math-macro-remove-param.png
34159         rotateOrigin center
34160
34161 \end_inset
34162
34163
34164 \end_layout
34165
34166 \end_inset
34167 </cell>
34168 <cell alignment="center" valignment="top" usebox="none">
34169 \begin_inset Text
34170
34171 \begin_layout Plain Layout
34172
34173 \family sans
34174 Edit\SpecialChar \menuseparator
34175 Math\SpecialChar \menuseparator
34176 Macro
34177 \begin_inset space ~
34178 \end_inset
34179
34180 Definition\SpecialChar \menuseparator
34181 Remove Last Argument
34182 \end_layout
34183
34184 \end_inset
34185 </cell>
34186 </row>
34187 <row interlinespace="2.5mm">
34188 <cell alignment="center" valignment="top" usebox="none">
34189 \begin_inset Text
34190
34191 \begin_layout Plain Layout
34192 \begin_inset Graphics
34193         filename ../images/math-macro-add-param.png
34194         rotateOrigin center
34195
34196 \end_inset
34197
34198
34199 \end_layout
34200
34201 \end_inset
34202 </cell>
34203 <cell alignment="center" valignment="top" usebox="none">
34204 \begin_inset Text
34205
34206 \begin_layout Plain Layout
34207
34208 \family sans
34209 Edit\SpecialChar \menuseparator
34210 Math\SpecialChar \menuseparator
34211 Macro
34212 \begin_inset space ~
34213 \end_inset
34214
34215 Definition\SpecialChar \menuseparator
34216 Append Argument
34217 \end_layout
34218
34219 \end_inset
34220 </cell>
34221 </row>
34222 <row interlinespace="2.5mm">
34223 <cell alignment="center" valignment="top" usebox="none">
34224 \begin_inset Text
34225
34226 \begin_layout Plain Layout
34227 \begin_inset Graphics
34228         filename ../images/math-macro-make-optional.png
34229         rotateOrigin center
34230
34231 \end_inset
34232
34233
34234 \end_layout
34235
34236 \end_inset
34237 </cell>
34238 <cell alignment="center" valignment="top" usebox="none">
34239 \begin_inset Text
34240
34241 \begin_layout Plain Layout
34242
34243 \family sans
34244 Edit\SpecialChar \menuseparator
34245 Math\SpecialChar \menuseparator
34246 Macro
34247 \begin_inset space ~
34248 \end_inset
34249
34250 Definition\SpecialChar \menuseparator
34251 Make First Non-Optional into
34252 \begin_inset Newline newline
34253 \end_inset
34254
34255
34256 \begin_inset Phantom HPhantom
34257 status open
34258
34259 \begin_layout Plain Layout
34260
34261 \family sans
34262 Edit\SpecialChar \menuseparator
34263 Math\SpecialChar \menuseparator
34264 Macro
34265 \begin_inset space ~
34266 \end_inset
34267
34268 Definition\SpecialChar \menuseparator
34269
34270 \end_layout
34271
34272 \end_inset
34273
34274 Optional Argument
34275 \end_layout
34276
34277 \end_inset
34278 </cell>
34279 </row>
34280 <row interlinespace="2.5mm">
34281 <cell alignment="center" valignment="top" usebox="none">
34282 \begin_inset Text
34283
34284 \begin_layout Plain Layout
34285 \begin_inset Graphics
34286         filename ../images/math-macro-make-nonoptional.png
34287         rotateOrigin center
34288
34289 \end_inset
34290
34291
34292 \end_layout
34293
34294 \end_inset
34295 </cell>
34296 <cell alignment="center" valignment="top" usebox="none">
34297 \begin_inset Text
34298
34299 \begin_layout Plain Layout
34300
34301 \family sans
34302 Edit\SpecialChar \menuseparator
34303 Math\SpecialChar \menuseparator
34304 Macro
34305 \begin_inset space ~
34306 \end_inset
34307
34308 Definition\SpecialChar \menuseparator
34309 Make Last Optional into
34310 \begin_inset Newline newline
34311 \end_inset
34312
34313
34314 \begin_inset Phantom HPhantom
34315 status open
34316
34317 \begin_layout Plain Layout
34318
34319 \family sans
34320 Edit\SpecialChar \menuseparator
34321 Math\SpecialChar \menuseparator
34322 Macro
34323 \begin_inset space ~
34324 \end_inset
34325
34326 Definition\SpecialChar \menuseparator
34327
34328 \end_layout
34329
34330 \end_inset
34331
34332 Non-Optional Argument
34333 \end_layout
34334
34335 \end_inset
34336 </cell>
34337 </row>
34338 <row interlinespace="2.5mm">
34339 <cell alignment="center" valignment="top" usebox="none">
34340 \begin_inset Text
34341
34342 \begin_layout Plain Layout
34343 \begin_inset Graphics
34344         filename ../images/math-macro-remove-optional-param.png
34345         rotateOrigin center
34346
34347 \end_inset
34348
34349
34350 \end_layout
34351
34352 \end_inset
34353 </cell>
34354 <cell alignment="center" valignment="top" usebox="none">
34355 \begin_inset Text
34356
34357 \begin_layout Plain Layout
34358
34359 \family sans
34360 Edit\SpecialChar \menuseparator
34361 Math\SpecialChar \menuseparator
34362 Macro
34363 \begin_inset space ~
34364 \end_inset
34365
34366 Definition\SpecialChar \menuseparator
34367 Remove Optional Argument
34368 \end_layout
34369
34370 \end_inset
34371 </cell>
34372 </row>
34373 <row interlinespace="2.5mm">
34374 <cell alignment="center" valignment="top" usebox="none">
34375 \begin_inset Text
34376
34377 \begin_layout Plain Layout
34378 \begin_inset Graphics
34379         filename ../images/math-macro-add-optional-param.png
34380         rotateOrigin center
34381
34382 \end_inset
34383
34384
34385 \end_layout
34386
34387 \end_inset
34388 </cell>
34389 <cell alignment="center" valignment="top" usebox="none">
34390 \begin_inset Text
34391
34392 \begin_layout Plain Layout
34393
34394 \family sans
34395 Edit\SpecialChar \menuseparator
34396 Math\SpecialChar \menuseparator
34397 Macro
34398 \begin_inset space ~
34399 \end_inset
34400
34401 Definition\SpecialChar \menuseparator
34402 Insert Optional Argument
34403 \end_layout
34404
34405 \end_inset
34406 </cell>
34407 </row>
34408 <row interlinespace="2.5mm">
34409 <cell alignment="center" valignment="top" usebox="none">
34410 \begin_inset Text
34411
34412 \begin_layout Plain Layout
34413 \begin_inset Graphics
34414         filename ../images/math-macro-remove-greedy-param.png
34415         rotateOrigin center
34416
34417 \end_inset
34418
34419
34420 \end_layout
34421
34422 \end_inset
34423 </cell>
34424 <cell alignment="center" valignment="top" usebox="none">
34425 \begin_inset Text
34426
34427 \begin_layout Plain Layout
34428
34429 \family sans
34430 Edit\SpecialChar \menuseparator
34431 Math\SpecialChar \menuseparator
34432 Macro
34433 \begin_inset space ~
34434 \end_inset
34435
34436 Definition\SpecialChar \menuseparator
34437 Remove Last Argument
34438 \begin_inset Newline newline
34439 \end_inset
34440
34441
34442 \begin_inset Phantom HPhantom
34443 status open
34444
34445 \begin_layout Plain Layout
34446
34447 \family sans
34448 Edit\SpecialChar \menuseparator
34449 Math\SpecialChar \menuseparator
34450 Macro
34451 \begin_inset space ~
34452 \end_inset
34453
34454 Definition\SpecialChar \menuseparator
34455
34456 \end_layout
34457
34458 \end_inset
34459
34460 Spitting Out To The Right
34461 \end_layout
34462
34463 \end_inset
34464 </cell>
34465 </row>
34466 <row interlinespace="2.5mm">
34467 <cell alignment="center" valignment="top" usebox="none">
34468 \begin_inset Text
34469
34470 \begin_layout Plain Layout
34471 \begin_inset Graphics
34472         filename ../images/math-macro-append-greedy-param.png
34473         rotateOrigin center
34474
34475 \end_inset
34476
34477
34478 \end_layout
34479
34480 \end_inset
34481 </cell>
34482 <cell alignment="center" valignment="top" usebox="none">
34483 \begin_inset Text
34484
34485 \begin_layout Plain Layout
34486
34487 \family sans
34488 Edit\SpecialChar \menuseparator
34489 Math\SpecialChar \menuseparator
34490 Macro
34491 \begin_inset space ~
34492 \end_inset
34493
34494 Definition\SpecialChar \menuseparator
34495 Append Argument
34496 \begin_inset Newline newline
34497 \end_inset
34498
34499
34500 \begin_inset Phantom HPhantom
34501 status open
34502
34503 \begin_layout Plain Layout
34504
34505 \family sans
34506 Edit\SpecialChar \menuseparator
34507 Math\SpecialChar \menuseparator
34508 Macro
34509 \begin_inset space ~
34510 \end_inset
34511
34512 Definition\SpecialChar \menuseparator
34513
34514 \end_layout
34515
34516 \end_inset
34517
34518 Eating From The Right
34519 \end_layout
34520
34521 \end_inset
34522 </cell>
34523 </row>
34524 <row interlinespace="2.5mm">
34525 <cell alignment="center" valignment="top" usebox="none">
34526 \begin_inset Text
34527
34528 \begin_layout Plain Layout
34529 \begin_inset Graphics
34530         filename ../images/math-macro-add-greedy-optional-param.png
34531         rotateOrigin center
34532
34533 \end_inset
34534
34535
34536 \end_layout
34537
34538 \end_inset
34539 </cell>
34540 <cell alignment="center" valignment="top" usebox="none">
34541 \begin_inset Text
34542
34543 \begin_layout Plain Layout
34544
34545 \family sans
34546 Edit\SpecialChar \menuseparator
34547 Math\SpecialChar \menuseparator
34548 Macro
34549 \begin_inset space ~
34550 \end_inset
34551
34552 Definition\SpecialChar \menuseparator
34553 Append Optional Argument
34554 \begin_inset Newline newline
34555 \end_inset
34556
34557
34558 \begin_inset Phantom HPhantom
34559 status open
34560
34561 \begin_layout Plain Layout
34562
34563 \family sans
34564 Edit\SpecialChar \menuseparator
34565 Math\SpecialChar \menuseparator
34566 Macro
34567 \begin_inset space ~
34568 \end_inset
34569
34570 Definition\SpecialChar \menuseparator
34571
34572 \end_layout
34573
34574 \end_inset
34575
34576 Eating From The Right
34577 \end_layout
34578
34579 \end_inset
34580 </cell>
34581 </row>
34582 </lyxtabular>
34583
34584 \end_inset
34585
34586
34587 \end_layout
34588
34589 \begin_layout Section
34590 Computer Algebra Systems
34591 \end_layout
34592
34593 \begin_layout Standard
34594 LyX offers the exchange between mathematical expressions written in LyX's
34595  math editor and external applications or user defined scripts.
34596  Currently supported applications are 
34597 \family sans
34598 Maple
34599 \family default
34600
34601 \family sans
34602 Mathematica
34603 \family default
34604
34605 \family sans
34606 Maxima
34607 \family default
34608  and 
34609 \family sans
34610 Octave
34611 \family default
34612 .
34613  Note that the set of supported mathematical constructs is limited only
34614  to very simple cases.
34615 \end_layout
34616
34617 \begin_layout Subsection
34618 Usage
34619 \end_layout
34620
34621 \begin_layout Standard
34622 Write some expression in a formula, go to the 
34623 \family sans
34624 Edit\SpecialChar \menuseparator
34625 Math\SpecialChar \menuseparator
34626 Use Computer Algebra System
34627 \family default
34628  menu and choose the application you have installed on the computer.
34629  After that the result of computation should show on the right side of the
34630  expression together with the 
34631 \begin_inset Quotes eld
34632 \end_inset
34633
34634 =
34635 \begin_inset Quotes erd
34636 \end_inset
34637
34638  operator.
34639 \end_layout
34640
34641 \begin_layout Standard
34642 Here are few simple examples (with results from 
34643 \family typewriter
34644 Maxima
34645 \family default
34646 ) to show what kind of computations can be performed:
34647 \end_layout
34648
34649 \begin_layout Itemize
34650 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34651 \end_inset
34652
34653
34654 \end_layout
34655
34656 \begin_layout Itemize
34657 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34658 \end_inset
34659
34660
34661 \end_layout
34662
34663 \begin_layout Itemize
34664 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34665 \end_inset
34666
34667
34668 \end_layout
34669
34670 \begin_layout Itemize
34671 \begin_inset Formula $\det\left[\begin{array}{ccc}
34672 1 & 6 & 7\\
34673 2 & 5 & 8\\
34674 3 & 4 & 17
34675 \end{array}\right]=-56$
34676 \end_inset
34677
34678
34679 \end_layout
34680
34681 \begin_layout Itemize
34682 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34683 \end_inset
34684
34685
34686 \end_layout
34687
34688 \begin_layout Subsection
34689 Keyboard shortcut
34690 \end_layout
34691
34692 \begin_layout Standard
34693 Currently there is no keyboard shortcut for calling the algebra applications.
34694  One can easily bind a shortcut to the 
34695 \family sans
34696 math-extern
34697 \family default
34698  LyX function (see the 
34699 \family sans
34700 \emph on
34701 LyX Functions
34702 \family default
34703 \emph default
34704  manual).
34705  One could e.
34706 \begin_inset space \thinspace{}
34707 \end_inset
34708
34709 g.
34710 \begin_inset space ~
34711 \end_inset
34712
34713 bind the 
34714 \family sans
34715 Return
34716 \family default
34717  key inside the math editor.
34718  To bind it to 
34719 \family typewriter
34720 Maxima
34721 \family default
34722  one would use this shortcut definition command:
34723 \end_layout
34724
34725 \begin_layout Standard
34726
34727 \series bold
34728 command-alternatives break-paragraph;math-extern maxima
34729 \end_layout
34730
34731 \begin_layout Standard
34732 \begin_inset Newpage newpage
34733 \end_inset
34734
34735
34736 \end_layout
34737
34738 \begin_layout Section
34739 Tips
34740 \begin_inset Index idx
34741 status collapsed
34742
34743 \begin_layout Plain Layout
34744 Tips
34745 \end_layout
34746
34747 \end_inset
34748
34749
34750 \end_layout
34751
34752 \begin_layout Subsection
34753 Negative Numbers
34754 \begin_inset Index idx
34755 status collapsed
34756
34757 \begin_layout Plain Layout
34758 Numbers ! negative
34759 \end_layout
34760
34761 \end_inset
34762
34763
34764 \end_layout
34765
34766 \begin_layout Standard
34767 Negative numbers often look ugly in formulas because the minus sign before
34768  the number is set with the same length as the minus operator sign.
34769  When writing the negative number in normal text, the minus sign appears
34770  correctly.
34771 \end_layout
34772
34773 \begin_layout Standard
34774 Thus, the problem disappears when converting the minus sign to mathematical
34775  text.
34776 \end_layout
34777
34778 \begin_layout Standard
34779 An example to visualize the problem:
34780 \end_layout
34781
34782 \begin_layout Standard
34783 \align center
34784 \begin_inset Tabular
34785 <lyxtabular version="3" rows="3" columns="2">
34786 <features tabularvalignment="middle">
34787 <column alignment="right" valignment="top" width="0">
34788 <column alignment="left" valignment="top" width="0">
34789 <row>
34790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34791 \begin_inset Text
34792
34793 \begin_layout Plain Layout
34794 normal text:
34795 \end_layout
34796
34797 \end_inset
34798 </cell>
34799 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34800 \begin_inset Text
34801
34802 \begin_layout Plain Layout
34803 x = -2
34804 \end_layout
34805
34806 \end_inset
34807 </cell>
34808 </row>
34809 <row>
34810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34811 \begin_inset Text
34812
34813 \begin_layout Plain Layout
34814 formula:
34815 \end_layout
34816
34817 \end_inset
34818 </cell>
34819 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34820 \begin_inset Text
34821
34822 \begin_layout Plain Layout
34823 \begin_inset Formula $x=-2$
34824 \end_inset
34825
34826
34827 \end_layout
34828
34829 \end_inset
34830 </cell>
34831 </row>
34832 <row>
34833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34834 \begin_inset Text
34835
34836 \begin_layout Plain Layout
34837 solution:
34838 \end_layout
34839
34840 \end_inset
34841 </cell>
34842 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34843 \begin_inset Text
34844
34845 \begin_layout Plain Layout
34846 \begin_inset Formula $x=\textrm{-}2$
34847 \end_inset
34848
34849
34850 \end_layout
34851
34852 \end_inset
34853 </cell>
34854 </row>
34855 </lyxtabular>
34856
34857 \end_inset
34858
34859
34860 \end_layout
34861
34862 \begin_layout Subsection
34863 Comma as decimal Separator
34864 \begin_inset Index idx
34865 status collapsed
34866
34867 \begin_layout Plain Layout
34868 Comma
34869 \end_layout
34870
34871 \end_inset
34872
34873
34874 \end_layout
34875
34876 \begin_layout Standard
34877 In LaTeX a comma inside a formula is used, according to the English convention,
34878  as number group separator.
34879  So there will be space added behind all commas in formulas.
34880 \end_layout
34881
34882 \begin_layout Standard
34883 To avoid this, the comma is highlighted and changed to mathematical text
34884  (shortcut 
34885 \begin_inset Info
34886 type  "shortcut"
34887 arg   "math-mode"
34888 \end_inset
34889
34890 ).
34891 \end_layout
34892
34893 \begin_layout Standard
34894 To use all formula commas in the document as decimal separator, the file
34895  
34896 \series bold
34897 icomma.sty
34898 \series default
34899
34900 \begin_inset Foot
34901 status collapsed
34902
34903 \begin_layout Plain Layout
34904
34905 \series bold
34906 icomma
34907 \series default
34908  is part of the LaTeX-package 
34909 \series bold
34910 was
34911 \series default
34912
34913 \begin_inset Index idx
34914 status collapsed
34915
34916 \begin_layout Plain Layout
34917 Packages ! was
34918 \begin_inset ERT
34919 status collapsed
34920
34921 \begin_layout Plain Layout
34922
34923
34924 \backslash
34925 vspace{4mm}
34926 \end_layout
34927
34928 \end_inset
34929
34930
34931 \end_layout
34932
34933 \end_inset
34934
34935 .
34936 \end_layout
34937
34938 \end_inset
34939
34940
34941 \begin_inset Index idx
34942 status collapsed
34943
34944 \begin_layout Plain Layout
34945 Packages ! icomma
34946 \end_layout
34947
34948 \end_inset
34949
34950  is loaded with the LaTeX-preamble line
34951 \end_layout
34952
34953 \begin_layout Standard
34954
34955 \series bold
34956
34957 \backslash
34958 usepackage{icomma}
34959 \end_layout
34960
34961 \begin_layout Subsection
34962 Physical Vectors
34963 \begin_inset CommandInset label
34964 LatexCommand label
34965 name "sub:Physical-Vectors"
34966
34967 \end_inset
34968
34969
34970 \begin_inset Index idx
34971 status collapsed
34972
34973 \begin_layout Plain Layout
34974 Vectors ! physical
34975 \end_layout
34976
34977 \end_inset
34978
34979
34980 \end_layout
34981
34982 \begin_layout Standard
34983 Predefined vectors are offered by the LaTeX-package 
34984 \series bold
34985 braket
34986 \series default
34987
34988 \begin_inset Index idx
34989 status collapsed
34990
34991 \begin_layout Plain Layout
34992 Packages ! braket
34993 \end_layout
34994
34995 \end_inset
34996
34997  that is loaded with the LaTeX-preamble line
34998 \end_layout
34999
35000 \begin_layout Standard
35001
35002 \series bold
35003
35004 \backslash
35005 usepackage{braket}
35006 \end_layout
35007
35008 \begin_layout Standard
35009 \begin_inset ERT
35010 status collapsed
35011
35012 \begin_layout Plain Layout
35013
35014
35015 \backslash
35016 ifbraket 
35017 \end_layout
35018
35019 \end_inset
35020
35021
35022 \begin_inset Note Note
35023 status open
35024
35025 \begin_layout Plain Layout
35026 The following table will only be displayed when the LaTeX-package 
35027 \series bold
35028 braket
35029 \series default
35030  is installed.
35031 \end_layout
35032
35033 \end_inset
35034
35035
35036 \end_layout
35037
35038 \begin_layout Standard
35039 The following commands are defined:
35040 \end_layout
35041
35042 \begin_layout Standard
35043 \align center
35044 \begin_inset Tabular
35045 <lyxtabular version="3" rows="4" columns="2">
35046 <features tabularvalignment="middle">
35047 <column alignment="center" valignment="top" width="0">
35048 <column alignment="center" valignment="top" width="0">
35049 <row>
35050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35051 \begin_inset Text
35052
35053 \begin_layout Plain Layout
35054 Command
35055 \end_layout
35056
35057 \end_inset
35058 </cell>
35059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35060 \begin_inset Text
35061
35062 \begin_layout Plain Layout
35063 Result
35064 \end_layout
35065
35066 \end_inset
35067 </cell>
35068 </row>
35069 <row>
35070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35071 \begin_inset Text
35072
35073 \begin_layout Plain Layout
35074
35075 \backslash
35076 Bra{
35077 \backslash
35078 psi
35079 \end_layout
35080
35081 \end_inset
35082 </cell>
35083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35084 \begin_inset Text
35085
35086 \begin_layout Plain Layout
35087 \begin_inset Formula $\Bra{\psi}$
35088 \end_inset
35089
35090
35091 \end_layout
35092
35093 \end_inset
35094 </cell>
35095 </row>
35096 <row>
35097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35098 \begin_inset Text
35099
35100 \begin_layout Plain Layout
35101
35102 \backslash
35103 Ket{
35104 \backslash
35105 psi
35106 \end_layout
35107
35108 \end_inset
35109 </cell>
35110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35111 \begin_inset Text
35112
35113 \begin_layout Plain Layout
35114 \begin_inset Formula $\Ket{\psi}$
35115 \end_inset
35116
35117
35118 \end_layout
35119
35120 \end_inset
35121 </cell>
35122 </row>
35123 <row>
35124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35125 \begin_inset Text
35126
35127 \begin_layout Plain Layout
35128
35129 \backslash
35130 Braket{
35131 \backslash
35132 psi|
35133 \backslash
35134 phi
35135 \end_layout
35136
35137 \end_inset
35138 </cell>
35139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35140 \begin_inset Text
35141
35142 \begin_layout Plain Layout
35143 \begin_inset Formula $\Braket{\psi|\phi}$
35144 \end_inset
35145
35146
35147 \end_layout
35148
35149 \end_inset
35150 </cell>
35151 </row>
35152 </lyxtabular>
35153
35154 \end_inset
35155
35156
35157 \end_layout
35158
35159 \begin_layout Standard
35160 The command 
35161 \series bold
35162
35163 \backslash
35164 Braket
35165 \series default
35166  assures that all vertical bars are set in the size of the surrounding brackets:
35167 \begin_inset Formula 
35168 \[
35169 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35170 \]
35171
35172 \end_inset
35173
35174
35175 \begin_inset ERT
35176 status collapsed
35177
35178 \begin_layout Plain Layout
35179
35180
35181 \backslash
35182 else 
35183 \end_layout
35184
35185 \end_inset
35186
35187
35188 \begin_inset Note Note
35189 status open
35190
35191 \begin_layout Plain Layout
35192 The following will be displayed when the LaTeX-package 
35193 \series bold
35194 braket
35195 \series default
35196  is not installed:
35197 \end_layout
35198
35199 \end_inset
35200
35201
35202 \end_layout
35203
35204 \begin_layout Standard
35205 You need to install the LaTeX-package 
35206 \series bold
35207 braket
35208 \series default
35209  to see the rest of this subsection in the output.
35210 \end_layout
35211
35212 \begin_layout Standard
35213 \begin_inset ERT
35214 status collapsed
35215
35216 \begin_layout Plain Layout
35217
35218
35219 \backslash
35220 fi 
35221 \end_layout
35222
35223 \end_inset
35224
35225
35226 \end_layout
35227
35228 \begin_layout Standard
35229 The effect of 
35230 \series bold
35231
35232 \backslash
35233 Braket
35234 \series default
35235  can also be achieved using the command 
35236 \series bold
35237
35238 \backslash
35239 middle
35240 \series default
35241 , that is described in 
35242 \begin_inset CommandInset ref
35243 LatexCommand ref
35244 reference "sub:Automatic-Bracket-Size"
35245
35246 \end_inset
35247
35248 .
35249 \end_layout
35250
35251 \begin_layout Subsection
35252 Self-defined Fractions
35253 \begin_inset CommandInset label
35254 LatexCommand label
35255 name "sub:Self-defined-Fractions"
35256
35257 \end_inset
35258
35259
35260 \begin_inset Index idx
35261 status collapsed
35262
35263 \begin_layout Plain Layout
35264 Fractions ! self-defined
35265 \end_layout
35266
35267 \end_inset
35268
35269
35270 \end_layout
35271
35272 \begin_layout Standard
35273 To define custom commands for fractions, the command 
35274 \series bold
35275
35276 \backslash
35277 genfrac
35278 \series default
35279
35280 \begin_inset Index idx
35281 status collapsed
35282
35283 \begin_layout Plain Layout
35284 Commands ! G ! 
35285 \backslash
35286 genfrac
35287 \end_layout
35288
35289 \end_inset
35290
35291  is used in the following scheme:
35292 \end_layout
35293
35294 \begin_layout Standard
35295
35296 \series bold
35297
35298 \backslash
35299 genfrac{left
35300 \series default
35301  
35302 \series bold
35303 bracket}{right
35304 \series default
35305  
35306 \series bold
35307 bracket}{fraction bar thickness}{style}
35308 \begin_inset Newline newline
35309 \end_inset
35310
35311
35312 \begin_inset Phantom HPhantom
35313 status open
35314
35315 \begin_layout Plain Layout
35316
35317 \series bold
35318
35319 \backslash
35320 genfrac
35321 \end_layout
35322
35323 \end_inset
35324
35325 {numerator}{denominator}
35326 \end_layout
35327
35328 \begin_layout Standard
35329 The style is a number in the range of 0
35330 \begin_inset space \thinspace{}
35331 \end_inset
35332
35333 -
35334 \begin_inset space \thinspace{}
35335 \end_inset
35336
35337 3.
35338 \end_layout
35339
35340 \begin_layout Standard
35341 \align center
35342 \begin_inset Tabular
35343 <lyxtabular version="3" rows="5" columns="2">
35344 <features tabularvalignment="middle">
35345 <column alignment="center" valignment="top" width="0">
35346 <column alignment="center" valignment="top" width="0">
35347 <row>
35348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35349 \begin_inset Text
35350
35351 \begin_layout Plain Layout
35352 Number
35353 \end_layout
35354
35355 \end_inset
35356 </cell>
35357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35358 \begin_inset Text
35359
35360 \begin_layout Plain Layout
35361 Style (Size)
35362 \end_layout
35363
35364 \end_inset
35365 </cell>
35366 </row>
35367 <row>
35368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35369 \begin_inset Text
35370
35371 \begin_layout Plain Layout
35372 0
35373 \end_layout
35374
35375 \end_inset
35376 </cell>
35377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35378 \begin_inset Text
35379
35380 \begin_layout Plain Layout
35381 display style formula
35382 \end_layout
35383
35384 \end_inset
35385 </cell>
35386 </row>
35387 <row>
35388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35389 \begin_inset Text
35390
35391 \begin_layout Plain Layout
35392 1
35393 \end_layout
35394
35395 \end_inset
35396 </cell>
35397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35398 \begin_inset Text
35399
35400 \begin_layout Plain Layout
35401 inline formula
35402 \end_layout
35403
35404 \end_inset
35405 </cell>
35406 </row>
35407 <row>
35408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35409 \begin_inset Text
35410
35411 \begin_layout Plain Layout
35412 2
35413 \end_layout
35414
35415 \end_inset
35416 </cell>
35417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35418 \begin_inset Text
35419
35420 \begin_layout Plain Layout
35421 small
35422 \end_layout
35423
35424 \end_inset
35425 </cell>
35426 </row>
35427 <row>
35428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35429 \begin_inset Text
35430
35431 \begin_layout Plain Layout
35432 3
35433 \end_layout
35434
35435 \end_inset
35436 </cell>
35437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35438 \begin_inset Text
35439
35440 \begin_layout Plain Layout
35441 tiny
35442 \end_layout
35443
35444 \end_inset
35445 </cell>
35446 </row>
35447 </lyxtabular>
35448
35449 \end_inset
35450
35451
35452 \end_layout
35453
35454 \begin_layout Standard
35455 When no style is given, the size is adjusted to the surrounding environment
35456  like for the command 
35457 \series bold
35458
35459 \backslash
35460 frac
35461 \series default
35462 .
35463 \end_layout
35464
35465 \begin_layout Standard
35466 When no fraction bar thickness is given, the predefined value of 0.4
35467 \begin_inset space \thinspace{}
35468 \end_inset
35469
35470 pt will be used.
35471 \end_layout
35472
35473 \begin_layout Standard
35474 \begin_inset VSpace medskip
35475 \end_inset
35476
35477 For example, the commands 
35478 \series bold
35479
35480 \backslash
35481 dfrac
35482 \series default
35483  and 
35484 \series bold
35485
35486 \backslash
35487 tbinom
35488 \series default
35489  from 
35490 \begin_inset CommandInset ref
35491 LatexCommand ref
35492 reference "sub:Fractions"
35493
35494 \end_inset
35495
35496  are defined with the commands
35497 \end_layout
35498
35499 \begin_layout Standard
35500
35501 \series bold
35502
35503 \backslash
35504 newcommand{
35505 \backslash
35506 dfrac}[2]{
35507 \backslash
35508 genfrac{}{}{}{0}{#1}{#2}}
35509 \end_layout
35510
35511 \begin_layout Standard
35512 and
35513 \end_layout
35514
35515 \begin_layout Standard
35516
35517 \series bold
35518
35519 \backslash
35520 newcommand{
35521 \backslash
35522 tbinom}[2]{
35523 \backslash
35524 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35525 \end_layout
35526
35527 \begin_layout Standard
35528 \begin_inset VSpace medskip
35529 \end_inset
35530
35531 To define a fraction where the fraction bar thickness can be given as optional
35532  argument, the following line is inserted to the LaTeX-preamble:
35533 \end_layout
35534
35535 \begin_layout Standard
35536
35537 \series bold
35538
35539 \backslash
35540 newcommand{
35541 \backslash
35542 fracS}[3][]{
35543 \backslash
35544 genfrac{}{}{#1}{}{#2}{#3}}
35545 \end_layout
35546
35547 \begin_layout Standard
35548 \begin_inset Newpage newpage
35549 \end_inset
35550
35551
35552 \end_layout
35553
35554 \begin_layout Standard
35555 A test:
35556 \begin_inset Formula 
35557 \begin{align*}
35558 \text{Command} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35559 \text{Result} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35560 \end{align*}
35561
35562 \end_inset
35563
35564 As one can see, the distance of the numerator and the denominator to the
35565  fraction bar is round about three times the bar thickness.
35566 \end_layout
35567
35568 \begin_layout Subsection
35569 Canceled Formulas
35570 \begin_inset Index idx
35571 status collapsed
35572
35573 \begin_layout Plain Layout
35574 Formula ! canceled
35575 \end_layout
35576
35577 \end_inset
35578
35579
35580 \end_layout
35581
35582 \begin_layout Standard
35583 To cancel formulas or formula parts, the LaTeX-package 
35584 \series bold
35585 cancel
35586 \series default
35587
35588 \begin_inset Index idx
35589 status collapsed
35590
35591 \begin_layout Plain Layout
35592 Packages ! cancel
35593 \end_layout
35594
35595 \end_inset
35596
35597  has to be loaded with the LaTeX-preamble line
35598 \end_layout
35599
35600 \begin_layout Standard
35601
35602 \series bold
35603
35604 \backslash
35605 usepackage{cancel}
35606 \end_layout
35607
35608 \begin_layout Standard
35609 \begin_inset ERT
35610 status collapsed
35611
35612 \begin_layout Plain Layout
35613
35614
35615 \backslash
35616 ifcancel 
35617 \end_layout
35618
35619 \end_inset
35620
35621
35622 \begin_inset Note Note
35623 status open
35624
35625 \begin_layout Plain Layout
35626 The following table will only be displayed when the LaTeX-package 
35627 \series bold
35628 cancel
35629 \series default
35630  is installed.
35631 \end_layout
35632
35633 \end_inset
35634
35635
35636 \end_layout
35637
35638 \begin_layout Standard
35639 There are four ways to cancel formulas:
35640 \end_layout
35641
35642 \begin_layout Standard
35643 \align center
35644 \begin_inset Tabular
35645 <lyxtabular version="3" rows="5" columns="2">
35646 <features tabularvalignment="middle">
35647 <column alignment="center" valignment="top" width="0">
35648 <column alignment="center" valignment="top" width="0">
35649 <row>
35650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35651 \begin_inset Text
35652
35653 \begin_layout Plain Layout
35654 Command
35655 \end_layout
35656
35657 \end_inset
35658 </cell>
35659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35660 \begin_inset Text
35661
35662 \begin_layout Plain Layout
35663 Result
35664 \begin_inset Note Note
35665 status collapsed
35666
35667 \begin_layout Plain Layout
35668 The space and
35669 \series bold
35670  
35671 \backslash
35672 raisebox
35673 \series default
35674  are used here as spacer.
35675 \end_layout
35676
35677 \end_inset
35678
35679
35680 \end_layout
35681
35682 \end_inset
35683 </cell>
35684 </row>
35685 <row>
35686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35687 \begin_inset Text
35688
35689 \begin_layout Plain Layout
35690
35691 \backslash
35692 cancel{
35693 \backslash
35694 int
35695 \begin_inset ERT
35696 status collapsed
35697
35698 \begin_layout Plain Layout
35699
35700
35701 \backslash
35702 spce 
35703 \end_layout
35704
35705 \end_inset
35706
35707 A=B
35708 \end_layout
35709
35710 \end_inset
35711 </cell>
35712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35713 \begin_inset Text
35714
35715 \begin_layout Plain Layout
35716 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35717 \end_inset
35718
35719
35720 \end_layout
35721
35722 \end_inset
35723 </cell>
35724 </row>
35725 <row>
35726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35727 \begin_inset Text
35728
35729 \begin_layout Plain Layout
35730
35731 \backslash
35732 bcancel{
35733 \backslash
35734 int
35735 \begin_inset ERT
35736 status collapsed
35737
35738 \begin_layout Plain Layout
35739
35740
35741 \backslash
35742 spce 
35743 \end_layout
35744
35745 \end_inset
35746
35747 A=B
35748 \end_layout
35749
35750 \end_inset
35751 </cell>
35752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35753 \begin_inset Text
35754
35755 \begin_layout Plain Layout
35756 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35757 \end_inset
35758
35759
35760 \end_layout
35761
35762 \end_inset
35763 </cell>
35764 </row>
35765 <row>
35766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35767 \begin_inset Text
35768
35769 \begin_layout Plain Layout
35770
35771 \backslash
35772 xcancel{
35773 \backslash
35774 int
35775 \begin_inset ERT
35776 status collapsed
35777
35778 \begin_layout Plain Layout
35779
35780
35781 \backslash
35782 spce 
35783 \end_layout
35784
35785 \end_inset
35786
35787 A=B
35788 \end_layout
35789
35790 \end_inset
35791 </cell>
35792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35793 \begin_inset Text
35794
35795 \begin_layout Plain Layout
35796 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35797 \end_inset
35798
35799
35800 \end_layout
35801
35802 \end_inset
35803 </cell>
35804 </row>
35805 <row>
35806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35807 \begin_inset Text
35808
35809 \begin_layout Plain Layout
35810
35811 \backslash
35812 cancelto{1
35813 \begin_inset Formula $\to$
35814 \end_inset
35815
35816
35817 \backslash
35818 {
35819 \backslash
35820 int
35821 \begin_inset ERT
35822 status collapsed
35823
35824 \begin_layout Plain Layout
35825
35826
35827 \backslash
35828 spce 
35829 \end_layout
35830
35831 \end_inset
35832
35833 A=B
35834 \end_layout
35835
35836 \end_inset
35837 </cell>
35838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35839 \begin_inset Text
35840
35841 \begin_layout Plain Layout
35842 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35843 \end_inset
35844
35845
35846 \end_layout
35847
35848 \end_inset
35849 </cell>
35850 </row>
35851 </lyxtabular>
35852
35853 \end_inset
35854
35855
35856 \end_layout
35857
35858 \begin_layout Standard
35859
35860 \series bold
35861
35862 \backslash
35863 cancelto
35864 \series default
35865  is especially suitable to visualize the reduction of fractions within formulas:
35866 \begin_inset Formula 
35867 \[
35868 \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}}}
35869 \]
35870
35871 \end_inset
35872
35873
35874 \end_layout
35875
35876 \begin_layout Standard
35877 To change the size of 
35878 \series bold
35879
35880 \backslash
35881 cancelto
35882 \series default
35883 's 
35884 \begin_inset Quotes eld
35885 \end_inset
35886
35887 subscript
35888 \begin_inset Quotes erd
35889 \end_inset
35890
35891  value one can load the package 
35892 \series bold
35893 cancel
35894 \series default
35895  with either the option 
35896 \series bold
35897 samesize
35898 \series default
35899  which leads to the same size as for the canceled value or with the option
35900  
35901 \series bold
35902 Smaller
35903 \series default
35904  which makes is it a bit smaller than the size one gets without using a
35905  package option.
35906  In this document 
35907 \series bold
35908 cancel
35909 \series default
35910  was loaded with this line:
35911 \end_layout
35912
35913 \begin_layout Standard
35914
35915 \series bold
35916
35917 \backslash
35918 usepackage[samesize]{cancel}
35919 \end_layout
35920
35921 \begin_layout Standard
35922 To color the cancellation bar one adds this command as TeX code:
35923 \end_layout
35924
35925 \begin_layout Standard
35926
35927 \series bold
35928
35929 \backslash
35930 renewcommand{
35931 \backslash
35932 CancelColor}{
35933 \backslash
35934 color{red}}
35935 \end_layout
35936
35937 \begin_layout Standard
35938
35939 \series bold
35940 red
35941 \series default
35942  can be replaced by a color of your choice.
35943 \end_layout
35944
35945 \begin_layout Standard
35946 \begin_inset ERT
35947 status collapsed
35948
35949 \begin_layout Plain Layout
35950
35951
35952 \backslash
35953 renewcommand{
35954 \backslash
35955 CancelColor}{
35956 \backslash
35957 color{red}}
35958 \end_layout
35959
35960 \end_inset
35961
35962
35963 \end_layout
35964
35965 \begin_layout Standard
35966 \begin_inset Formula 
35967 \[
35968 \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}}}
35969 \]
35970
35971 \end_inset
35972
35973
35974 \end_layout
35975
35976 \begin_layout Standard
35977 \begin_inset ERT
35978 status collapsed
35979
35980 \begin_layout Plain Layout
35981
35982
35983 \backslash
35984 renewcommand{
35985 \backslash
35986 CancelColor}{
35987 \backslash
35988 color{black}}
35989 \end_layout
35990
35991 \end_inset
35992
35993
35994 \begin_inset Note Note
35995 status open
35996
35997 \begin_layout Plain Layout
35998 reset the color
35999 \end_layout
36000
36001 \end_inset
36002
36003
36004 \end_layout
36005
36006 \begin_layout Standard
36007 For further customizations, see the documentation of the package 
36008 \series bold
36009 cancel
36010 \series default
36011
36012 \begin_inset CommandInset citation
36013 LatexCommand cite
36014 key "cancel"
36015
36016 \end_inset
36017
36018 .
36019 \end_layout
36020
36021 \begin_layout Standard
36022 \begin_inset ERT
36023 status collapsed
36024
36025 \begin_layout Plain Layout
36026
36027
36028 \backslash
36029 else 
36030 \end_layout
36031
36032 \end_inset
36033
36034
36035 \begin_inset Note Note
36036 status open
36037
36038 \begin_layout Plain Layout
36039 The following will be displayed when the LaTeX-package 
36040 \series bold
36041 cancel
36042 \series default
36043  is not installed:
36044 \end_layout
36045
36046 \end_inset
36047
36048
36049 \end_layout
36050
36051 \begin_layout Standard
36052 You need to install the LaTeX-package 
36053 \series bold
36054 cancel
36055 \series default
36056  to see the rest of this subsection in the output.
36057 \end_layout
36058
36059 \begin_layout Standard
36060 \begin_inset ERT
36061 status collapsed
36062
36063 \begin_layout Plain Layout
36064
36065
36066 \backslash
36067 fi 
36068 \end_layout
36069
36070 \end_inset
36071
36072
36073 \end_layout
36074
36075 \begin_layout Subsection
36076 Formulas in Section Headings
36077 \begin_inset CommandInset label
36078 LatexCommand label
36079 name "sub:Formulas-in-Section"
36080
36081 \end_inset
36082
36083
36084 \begin_inset Index idx
36085 status collapsed
36086
36087 \begin_layout Plain Layout
36088 Formula ! in section headings
36089 \end_layout
36090
36091 \end_inset
36092
36093
36094 \end_layout
36095
36096 \begin_layout Standard
36097 When formulas are used in section headings, the following has to be taken
36098  into account:
36099 \end_layout
36100
36101 \begin_layout Standard
36102 \begin_inset Note Greyedout
36103 status open
36104
36105 \begin_layout Plain Layout
36106 When 
36107 \series bold
36108 hyperref
36109 \series default
36110
36111 \begin_inset Index idx
36112 status collapsed
36113
36114 \begin_layout Plain Layout
36115 Packages ! hyperref
36116 \end_layout
36117
36118 \end_inset
36119
36120  support is enabled in the document settings dialog under 
36121 \family sans
36122 PDF
36123 \begin_inset space ~
36124 \end_inset
36125
36126 Properties
36127 \family default
36128 , PDF-bookmarks are created for every section heading in the table of contents.
36129  If a section heading contains formulas, they are incorrectly displayed
36130  in the bookmark text, because formulas in bookmarks infringe the PDF convention
36131 s.
36132 \end_layout
36133
36134 \end_inset
36135
36136
36137 \end_layout
36138
36139 \begin_layout Standard
36140 Both problems can be solved by inserting at the end of the section heading
36141  a short title with the menu 
36142 \family sans
36143 Insert\SpecialChar \menuseparator
36144 Short
36145 \begin_inset space ~
36146 \end_inset
36147
36148 Title
36149 \family default
36150 .
36151  Short titles are used as alternative for multiline section headings to
36152  keep the table of contents clearly arranged.
36153  Only the short title appears in the table of contents and therefore also
36154  in the PDF-bookmark.
36155 \end_layout
36156
36157 \begin_layout Standard
36158 When formulas should be used in the table of contents but 
36159 \series bold
36160 hyperref
36161 \series default
36162  is used, one can use the following command in TeX-mode:
36163 \end_layout
36164
36165 \begin_layout Standard
36166
36167 \series bold
36168
36169 \backslash
36170 texorpdfstring{part}{alternative}
36171 \begin_inset Index idx
36172 status collapsed
36173
36174 \begin_layout Plain Layout
36175 Commands ! T ! 
36176 \backslash
36177 texorpdfstring
36178 \end_layout
36179
36180 \end_inset
36181
36182
36183 \end_layout
36184
36185 \begin_layout Standard
36186 Part is the part of the heading that shouldn't appear in the PDF-bookmark.
36187  This can be characters, formulas, footnotes, but also cross-references.
36188  The alternative is used instead of the part for the bookmark.
36189 \end_layout
36190
36191 \begin_layout Standard
36192 Here are two example headings:
36193 \begin_inset VSpace -3mm
36194 \end_inset
36195
36196
36197 \begin_inset ERT
36198 status collapsed
36199
36200 \begin_layout Plain Layout
36201
36202
36203 \backslash
36204 boldmath 
36205 \end_layout
36206
36207 \end_inset
36208
36209
36210 \end_layout
36211
36212 \begin_layout Subsubsection
36213 Heading without formula in table of contents 
36214 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36215 \end_inset
36216
36217
36218 \begin_inset Argument
36219 status collapsed
36220
36221 \begin_layout Plain Layout
36222 Heading without formula in table of contents
36223 \end_layout
36224
36225 \end_inset
36226
36227
36228 \end_layout
36229
36230 \begin_layout Subsubsection
36231 Heading with formula in table of contents
36232 \begin_inset ERT
36233 status collapsed
36234
36235 \begin_layout Plain Layout
36236
36237
36238 \backslash
36239 texorpdfstring{
36240 \end_layout
36241
36242 \end_inset
36243
36244  
36245 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36246 \end_inset
36247
36248
36249 \begin_inset ERT
36250 status collapsed
36251
36252 \begin_layout Plain Layout
36253
36254 }{}
36255 \end_layout
36256
36257 \end_inset
36258
36259
36260 \end_layout
36261
36262 \begin_layout Standard
36263 \begin_inset ERT
36264 status collapsed
36265
36266 \begin_layout Plain Layout
36267
36268
36269 \backslash
36270 unboldmath 
36271 \end_layout
36272
36273 \end_inset
36274
36275 In the first heading a short title was used, in the second one 
36276 \series bold
36277
36278 \backslash
36279 texorpdfstring
36280 \series default
36281 .
36282 \end_layout
36283
36284 \begin_layout Standard
36285 To get the same formatting as for the other headings, the complete heading
36286  was set into a 
36287 \series bold
36288 boldmath
36289 \series default
36290  environment
36291 \begin_inset Foot
36292 status collapsed
36293
36294 \begin_layout Plain Layout
36295 see 
36296 \begin_inset CommandInset ref
36297 LatexCommand ref
36298 reference "sub:Bold-Formulas"
36299
36300 \end_inset
36301
36302
36303 \end_layout
36304
36305 \end_inset
36306
36307 .
36308 \end_layout
36309
36310 \begin_layout Subsection
36311 Formulas in multi-column Text
36312 \begin_inset Index idx
36313 status collapsed
36314
36315 \begin_layout Plain Layout
36316 Formula ! in multi-column text
36317 \end_layout
36318
36319 \end_inset
36320
36321
36322 \end_layout
36323
36324 \begin_layout Standard
36325 Formulas in multi-column text are often too wide to fit into a column and
36326  thus need to be set over the whole page width.
36327  This is done by using the LaTeX-package 
36328 \series bold
36329 multicol
36330 \series default
36331
36332 \begin_inset Foot
36333 status collapsed
36334
36335 \begin_layout Plain Layout
36336
36337 \series bold
36338 multicol
36339 \series default
36340  is part of every LaTeX standard installation.
36341 \end_layout
36342
36343 \end_inset
36344
36345
36346 \begin_inset Index idx
36347 status collapsed
36348
36349 \begin_layout Plain Layout
36350 Packages ! multicol
36351 \end_layout
36352
36353 \end_inset
36354
36355 , that is loaded with the LaTeX-preamble line
36356 \end_layout
36357
36358 \begin_layout Standard
36359
36360 \series bold
36361
36362 \backslash
36363 usepackage{multicol}
36364 \end_layout
36365
36366 \begin_layout Standard
36367 \begin_inset Note Greyedout
36368 status open
36369
36370 \begin_layout Plain Layout
36371 Note herby that the setting 
36372 \family sans
36373 Two-column
36374 \begin_inset space ~
36375 \end_inset
36376
36377 document
36378 \family default
36379  in the menu 
36380 \family sans
36381 Document\SpecialChar \menuseparator
36382 Settings
36383 \family default
36384  under 
36385 \family sans
36386 Text
36387 \begin_inset space ~
36388 \end_inset
36389
36390 Layout
36391 \family default
36392 \emph on
36393  
36394 \emph default
36395 must 
36396 \emph on
36397 not
36398 \emph default
36399  be selected.
36400 \end_layout
36401
36402 \end_inset
36403
36404
36405 \end_layout
36406
36407 \begin_layout Standard
36408 Before the multi-column text the command
36409 \end_layout
36410
36411 \begin_layout Standard
36412
36413 \series bold
36414
36415 \backslash
36416 begin{multicols}{column number}
36417 \end_layout
36418
36419 \begin_layout Standard
36420 is written in TeX-mode.
36421  The column number is a number in the range of 2
36422 \begin_inset space \thinspace{}
36423 \end_inset
36424
36425 -
36426 \begin_inset space \thinspace{}
36427 \end_inset
36428
36429 10.
36430  Before the formula the multi-column text is ended by inserting the command
36431 \end_layout
36432
36433 \begin_layout Standard
36434
36435 \series bold
36436
36437 \backslash
36438 end{multicols}
36439 \end_layout
36440
36441 \begin_layout Standard
36442 in TeX-mode.
36443 \end_layout
36444
36445 \begin_layout Standard
36446 Due to the command some space is automatically added before the formula.
36447  To revert this, -6
36448 \begin_inset space \thinspace{}
36449 \end_inset
36450
36451 mm vertical space is inserted before the formula.
36452  When the formula style 
36453 \series bold
36454 Indented
36455 \begin_inset Foot
36456 status collapsed
36457
36458 \begin_layout Plain Layout
36459 formula styles see 
36460 \begin_inset CommandInset ref
36461 LatexCommand ref
36462 reference "sec:Formula-Styles"
36463
36464 \end_inset
36465
36466
36467 \end_layout
36468
36469 \end_inset
36470
36471
36472 \series default
36473  is used, -9
36474 \begin_inset space \thinspace{}
36475 \end_inset
36476
36477 mm space is inserted instead.
36478 \end_layout
36479
36480 \begin_layout Standard
36481 As example a multi-column text with a displayed formula:
36482 \end_layout
36483
36484 \begin_layout Standard
36485
36486 \lang german
36487 \begin_inset ERT
36488 status collapsed
36489
36490 \begin_layout Plain Layout
36491
36492
36493 \backslash
36494 begin{multicols}{2}
36495 \end_layout
36496
36497 \end_inset
36498
36499 Das Spektrum wird fouriertransformiert.
36500  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36501 , Lösungsmittel) zu trennen.
36502  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36503  nun das Aussehen des Ausgangssignals.
36504  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36505  über alle Phasen integrieren muss.
36506  Sei nun 
36507 \begin_inset Formula $S$
36508 \end_inset
36509
36510  unser normiertes Ausgangssignal und 
36511 \begin_inset Formula $P$
36512 \end_inset
36513
36514  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36515 \begin_inset ERT
36516 status collapsed
36517
36518 \begin_layout Plain Layout
36519
36520
36521 \backslash
36522 end{multicols}
36523 \end_layout
36524
36525 \end_inset
36526
36527
36528 \begin_inset VSpace -6mm
36529 \end_inset
36530
36531
36532 \begin_inset Formula 
36533 \begin{equation}
36534 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36535 \end{equation}
36536
36537 \end_inset
36538
36539
36540 \begin_inset ERT
36541 status collapsed
36542
36543 \begin_layout Plain Layout
36544
36545
36546 \backslash
36547 begin{multicols}{2}
36548 \end_layout
36549
36550 \end_inset
36551
36552 wobei 
36553 \begin_inset Formula $S_{0}$
36554 \end_inset
36555
36556  das Signal ohne Gradient ist und die Normierungsbedingung 
36557 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36558 \end_inset
36559
36560  gilt.
36561  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36562  Direkt nach dem 
36563 \begin_inset Formula $\nicefrac{\pi}{2}$
36564 \end_inset
36565
36566
36567 \begin_inset space \thinspace{}
36568 \end_inset
36569
36570 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36571  das Signal zusätzlich abschwächt.
36572  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36573  
36574 \begin_inset Formula $T_{2}$
36575 \end_inset
36576
36577 -Zeit.
36578 \end_layout
36579
36580 \begin_layout Standard
36581
36582 \lang german
36583 \begin_inset ERT
36584 status collapsed
36585
36586 \begin_layout Plain Layout
36587
36588
36589 \backslash
36590 end{multicols}
36591 \end_layout
36592
36593 \end_inset
36594
36595
36596 \end_layout
36597
36598 \begin_layout Subsection
36599 Formulas with Description of Variables
36600 \begin_inset Index idx
36601 status collapsed
36602
36603 \begin_layout Plain Layout
36604 Formula ! with description of variables
36605 \end_layout
36606
36607 \end_inset
36608
36609
36610 \end_layout
36611
36612 \begin_layout Standard
36613 To describe variables within a formula, like in formula 
36614 \begin_inset CommandInset ref
36615 LatexCommand eqref
36616 reference "eq:within"
36617
36618 \end_inset
36619
36620 , a 2
36621 \series bold
36622 ×
36623 \series default
36624
36625 \begin_inset Formula $n$
36626 \end_inset
36627
36628
36629 \begin_inset space ~
36630 \end_inset
36631
36632 matrix is used with left aligned columns for the 
36633 \begin_inset Formula $n$
36634 \end_inset
36635
36636  used variables.
36637 \begin_inset Foot
36638 status collapsed
36639
36640 \begin_layout Plain Layout
36641 matrices see 
36642 \begin_inset CommandInset ref
36643 LatexCommand ref
36644 reference "sec:Matrices"
36645
36646 \end_inset
36647
36648
36649 \end_layout
36650
36651 \end_inset
36652
36653  To set the description in a smaller size, before the matrix e.
36654 \begin_inset space \thinspace{}
36655 \end_inset
36656
36657 g.
36658 \begin_inset space \space{}
36659 \end_inset
36660
36661 the command 
36662 \series bold
36663
36664 \backslash
36665 footnotesize
36666 \series default
36667  is inserted.
36668 \begin_inset Foot
36669 status collapsed
36670
36671 \begin_layout Plain Layout
36672 font sizes see 
36673 \begin_inset CommandInset ref
36674 LatexCommand ref
36675 reference "sub:Font-Sizes"
36676
36677 \end_inset
36678
36679
36680 \end_layout
36681
36682 \end_inset
36683
36684
36685 \end_layout
36686
36687 \begin_layout Standard
36688 When the formula style 
36689 \series bold
36690 Indented
36691 \begin_inset Foot
36692 status collapsed
36693
36694 \begin_layout Plain Layout
36695 formula styles see 
36696 \begin_inset CommandInset ref
36697 LatexCommand ref
36698 reference "sec:Formula-Styles"
36699
36700 \end_inset
36701
36702
36703 \end_layout
36704
36705 \end_inset
36706
36707
36708 \series default
36709  is used, a 
36710 \series bold
36711
36712 \backslash
36713 hfill
36714 \series default
36715
36716 \begin_inset Foot
36717 status collapsed
36718
36719 \begin_layout Plain Layout
36720
36721 \series bold
36722
36723 \backslash
36724 hfill
36725 \series default
36726  only works in formulas with the style 
36727 \series bold
36728 Indented
36729 \series default
36730 , see 
36731 \begin_inset CommandInset ref
36732 LatexCommand ref
36733 reference "sub:Variable-Space"
36734
36735 \end_inset
36736
36737 .
36738 \end_layout
36739
36740 \end_inset
36741
36742  is inserted before and after the matrix to have the same separation of
36743  the matrix from the equation and the side margin.
36744 \end_layout
36745
36746 \begin_layout Standard
36747 When the formula style 
36748 \series bold
36749 Centered
36750 \series default
36751  is used, the method described in 
36752 \begin_inset CommandInset ref
36753 LatexCommand ref
36754 reference "sub:Flalign-Environment"
36755
36756 \end_inset
36757
36758  is used to indent formulas.
36759  Formula 
36760 \begin_inset CommandInset ref
36761 LatexCommand eqref
36762 reference "eq:within"
36763
36764 \end_inset
36765
36766  consists of five columns whereas in the first two columns contain the equation,
36767  the third the matrix and the last one an empty TeX-brace.
36768 \begin_inset Formula 
36769 \begin{flalign}
36770 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36771 \rho & \textrm{density}\\
36772 V & \textrm{volume}\\
36773 g & \textrm{gravitational acceleration}
36774 \end{array} &  & {}\label{eq:within}
36775 \end{flalign}
36776
36777 \end_inset
36778
36779
36780 \end_layout
36781
36782 \begin_layout Subsection
36783 Upright small Greek Letters
36784 \begin_inset CommandInset label
36785 LatexCommand label
36786 name "sub:Upright-small-Greek"
36787
36788 \end_inset
36789
36790
36791 \begin_inset Index idx
36792 status collapsed
36793
36794 \begin_layout Plain Layout
36795 Greek letters ! upright
36796 \end_layout
36797
36798 \end_inset
36799
36800
36801 \end_layout
36802
36803 \begin_layout Standard
36804 Most of the math fonts only provide italic small Greek letters.
36805  But for symbols of elementary particles like pions and neutrinos, upright
36806  Greek letters are needed.
36807  The file 
36808 \series bold
36809 upgreek.sty
36810 \series default
36811
36812 \begin_inset Foot
36813 status collapsed
36814
36815 \begin_layout Plain Layout
36816
36817 \series bold
36818 upgreek
36819 \series default
36820  is part of the LaTeX-package 
36821 \series bold
36822 was
36823 \series default
36824
36825 \begin_inset Index idx
36826 status collapsed
36827
36828 \begin_layout Plain Layout
36829 Packages ! was
36830 \begin_inset ERT
36831 status collapsed
36832
36833 \begin_layout Plain Layout
36834
36835
36836 \backslash
36837 vspace{4mm}
36838 \end_layout
36839
36840 \end_inset
36841
36842
36843 \end_layout
36844
36845 \end_inset
36846
36847 .
36848 \end_layout
36849
36850 \end_inset
36851
36852
36853 \begin_inset Index idx
36854 status collapsed
36855
36856 \begin_layout Plain Layout
36857 Packages ! upgreek
36858 \end_layout
36859
36860 \end_inset
36861
36862  that is loaded with the LaTeX-preamble line
36863 \end_layout
36864
36865 \begin_layout Standard
36866
36867 \series bold
36868
36869 \backslash
36870 usepackage{upgreek}
36871 \end_layout
36872
36873 \begin_layout Standard
36874 provides them.
36875  
36876 \begin_inset ERT
36877 status collapsed
36878
36879 \begin_layout Plain Layout
36880
36881
36882 \backslash
36883 ifupgreek 
36884 \end_layout
36885
36886 \end_inset
36887
36888
36889 \begin_inset Note Note
36890 status open
36891
36892 \begin_layout Plain Layout
36893 The following table will only be displayed when the LaTeX-package 
36894 \series bold
36895 upgreek
36896 \series default
36897  is installed:
36898 \end_layout
36899
36900 \end_inset
36901
36902  They are created when the command for a small Greek letters is started
36903  with 
36904 \series bold
36905 up
36906 \series default
36907 .
36908  For example the command 
36909 \series bold
36910
36911 \backslash
36912 uptau
36913 \series default
36914  creates this: 
36915 \begin_inset Formula $\uptau$
36916 \end_inset
36917
36918
36919 \end_layout
36920
36921 \begin_layout Standard
36922 With these commands reactions of elementary particles can be typeset:
36923 \begin_inset Formula 
36924 \[
36925 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36926 \]
36927
36928 \end_inset
36929
36930
36931 \end_layout
36932
36933 \begin_layout Standard
36934 The upright letters are more bold and wider than the italic ones.
36935  They should therefore not be used for units like 
36936 \begin_inset Quotes eld
36937 \end_inset
36938
36939 µm
36940 \begin_inset Quotes erd
36941 \end_inset
36942
36943 .
36944 \end_layout
36945
36946 \begin_layout Standard
36947 \begin_inset ERT
36948 status collapsed
36949
36950 \begin_layout Plain Layout
36951
36952
36953 \backslash
36954 else 
36955 \end_layout
36956
36957 \end_inset
36958
36959
36960 \begin_inset Note Note
36961 status open
36962
36963 \begin_layout Plain Layout
36964 The following will be displayed when the LaTeX-package 
36965 \series bold
36966 upgreek
36967 \series default
36968  is not installed:
36969 \end_layout
36970
36971 \end_inset
36972
36973
36974 \end_layout
36975
36976 \begin_layout Standard
36977 You need to install the LaTeX-package 
36978 \series bold
36979 upgreek
36980 \series default
36981  to see the rest of this subsection in the output.
36982 \end_layout
36983
36984 \begin_layout Standard
36985 \begin_inset ERT
36986 status collapsed
36987
36988 \begin_layout Plain Layout
36989
36990
36991 \backslash
36992 fi 
36993 \end_layout
36994
36995 \end_inset
36996
36997
36998 \end_layout
36999
37000 \begin_layout Standard
37001 \begin_inset Newpage newpage
37002 \end_inset
37003
37004
37005 \end_layout
37006
37007 \begin_layout Subsection
37008 Text Characters in Formulas
37009 \begin_inset CommandInset label
37010 LatexCommand label
37011 name "sub:Text-Characters-in"
37012
37013 \end_inset
37014
37015
37016 \begin_inset Index idx
37017 status collapsed
37018
37019 \begin_layout Plain Layout
37020 Text ! in formulas
37021 \end_layout
37022
37023 \end_inset
37024
37025
37026 \end_layout
37027
37028 \begin_layout Standard
37029 In some cases you might want to insert text characters directly into formulas.
37030  When for example the centered dot · is often used in formulas like 
37031 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
37032 \end_inset
37033
37034 , one would have to insert the command 
37035 \series bold
37036
37037 \backslash
37038 cdot
37039 \series default
37040
37041 \begin_inset Foot
37042 status collapsed
37043
37044 \begin_layout Plain Layout
37045 see 
37046 \begin_inset CommandInset ref
37047 LatexCommand ref
37048 reference "sub:Binary-Operators"
37049
37050 \end_inset
37051
37052
37053 \end_layout
37054
37055 \end_inset
37056
37057  all the time, because this character is defined in all encodings as text
37058  character.
37059  But the encoding can be changed by this LaTeX-preamble line:
37060 \end_layout
37061
37062 \begin_layout Standard
37063
37064 \series bold
37065
37066 \backslash
37067 Declare Inputtext{183}{
37068 \backslash
37069 ifmmode
37070 \backslash
37071 cdot
37072 \backslash
37073 else
37074 \backslash
37075 textperiodcentered
37076 \backslash
37077 f\SpecialChar \textcompwordmark{}
37078 i}
37079 \end_layout
37080
37081 \begin_layout Standard
37082 The character encoding (menu 
37083 \family sans
37084 Document\SpecialChar \menuseparator
37085 Settings\SpecialChar \menuseparator
37086 Language
37087 \family default
37088 ) specifies what character appears when a keyboard key is pressed.
37089  When the key for the character '·' is pressed, internally the command 
37090 \series bold
37091
37092 \backslash
37093 textperiodcentered
37094 \series default
37095  is used.
37096  But this command is not available in a formula so that you would get LaTeX-erro
37097 rs.
37098  With the changed encoding the right command is chosen automatically, depending
37099  on if the character was inserted into a formula or not.
37100 \end_layout
37101
37102 \begin_layout Standard
37103 The encoding of several characters is saved in definition files.
37104  Fore example the encoding 
37105 \series bold
37106 latin9
37107 \series default
37108  is defined in the file 
37109 \series bold
37110 latin9.def
37111 \series default
37112  that is in the installation folder of LaTeX.
37113  Encodings should only be changed via the LaTeX-preamble and not in the
37114  definition files.
37115  Otherwise own documents could not be edited by other LyX users working
37116  on other computers.
37117 \end_layout
37118
37119 \begin_layout Standard
37120 \begin_inset VSpace medskip
37121 \end_inset
37122
37123 Besides the centered dot, in this document the degree sign ° is defined
37124  with the following LaTeX-preamble line so that it can directly be inserted
37125  to a formula:
37126 \end_layout
37127
37128 \begin_layout Standard
37129
37130 \series bold
37131
37132 \backslash
37133 DeclareInputtext{176}{
37134 \backslash
37135 ifmmode^
37136 \backslash
37137 circ
37138 \backslash
37139 else
37140 \backslash
37141 textdegree
37142 \backslash
37143 f\SpecialChar \textcompwordmark{}
37144 i}
37145 \end_layout
37146
37147 \begin_layout Standard
37148 \begin_inset Newpage newpage
37149 \end_inset
37150
37151
37152 \end_layout
37153
37154 \begin_layout Section
37155 \start_of_appendix
37156 Typographic Advice
37157 \begin_inset Index idx
37158 status collapsed
37159
37160 \begin_layout Plain Layout
37161 Typographic advice
37162 \end_layout
37163
37164 \end_inset
37165
37166
37167 \end_layout
37168
37169 \begin_layout Standard
37170 This section is a summary of the most important typographic rules, listed
37171  in ISO norms.
37172 \begin_inset Foot
37173 status collapsed
37174
37175 \begin_layout Plain Layout
37176 This collection was partly taken from the German semi-official dictionary
37177  called 
37178 \begin_inset Quotes eld
37179 \end_inset
37180
37181 Duden
37182 \begin_inset Quotes erd
37183 \end_inset
37184
37185  
37186 \begin_inset CommandInset citation
37187 LatexCommand cite
37188 key "Duden"
37189
37190 \end_inset
37191
37192  that lists some of the ISO rules.
37193  More rules are listed in 
37194 \begin_inset CommandInset citation
37195 LatexCommand cite
37196 key "Checklist"
37197
37198 \end_inset
37199
37200 .
37201 \end_layout
37202
37203 \end_inset
37204
37205
37206 \end_layout
37207
37208 \begin_layout Itemize
37209 Physical units are 
37210 \emph on
37211 always
37212 \emph default
37213  set upright
37214 \begin_inset Foot
37215 status collapsed
37216
37217 \begin_layout Plain Layout
37218 done with font styles, see 
37219 \begin_inset CommandInset ref
37220 LatexCommand ref
37221 reference "sub:Font-Styles"
37222
37223 \end_inset
37224
37225
37226 \end_layout
37227
37228 \end_inset
37229
37230 , no matter if they appear in italic text: 30
37231 \begin_inset space \thinspace{}
37232 \end_inset
37233
37234 km/h
37235 \begin_inset Newline newline
37236 \end_inset
37237
37238 Between the value and the unit is the smallest space, see 
37239 \begin_inset CommandInset ref
37240 LatexCommand ref
37241 reference "sub:Predefined-Space"
37242
37243 \end_inset
37244
37245 .
37246 \begin_inset Newline newline
37247 \end_inset
37248
37249 This convention is automatically fulfilled when the command 
37250 \series bold
37251
37252 \backslash
37253 unittwo
37254 \series default
37255  is used.
37256  When it is entered to a formula, two boxes appear.
37257  In the first one the value is inserted, in the second one the unit, and
37258  one gets as above: 
37259 \begin_inset Formula $\unit[30]{km/h}$
37260 \end_inset
37261
37262
37263 \begin_inset space \thinspace{}
37264 \end_inset
37265
37266 .
37267  Note that 
37268 \series bold
37269
37270 \backslash
37271 unittwo
37272 \series default
37273  is not a real LaTeX command but the command 
37274 \series bold
37275
37276 \backslash
37277 unit[value]{unit}
37278 \series default
37279 , therefore you cannot use it in TeX code.
37280 \end_layout
37281
37282 \begin_layout Itemize
37283 Percent and perthousand signs are set like physical units:
37284 \begin_inset Newline newline
37285 \end_inset
37286
37287 1,2
37288 \begin_inset space \thinspace{}
37289 \end_inset
37290
37291 ‰ alcohol in blood
37292 \end_layout
37293
37294 \begin_layout Itemize
37295 The degree sign follows directly on the value: 15°, but not when it is used
37296  in units: 15
37297 \begin_inset space \thinspace{}
37298 \end_inset
37299
37300 °C
37301 \end_layout
37302
37303 \begin_layout Itemize
37304 In numbers with more than four digits the smallest space is inserted before
37305  every third digit to group them: 
37306 \family roman
37307 \series medium
37308 \shape up
37309 \size normal
37310 \emph off
37311 \bar no
37312 \noun off
37313 \color none
37314 18
37315 \begin_inset space \thinspace{}
37316 \end_inset
37317
37318 473
37319 \begin_inset space \thinspace{}
37320 \end_inset
37321
37322 588
37323 \end_layout
37324
37325 \begin_layout Itemize
37326 For dimensions like 120×90×40
37327 \begin_inset space \thinspace{}
37328 \end_inset
37329
37330 cm the multiplication sign 
37331 \begin_inset Quotes eld
37332 \end_inset
37333
37334 ×
37335 \begin_inset Quotes erd
37336 \end_inset
37337
37338  is used.
37339  It is available either via the command 
37340 \series bold
37341
37342 \backslash
37343 times
37344 \series default
37345  or via the menu 
37346 \family sans
37347 Insert\SpecialChar \menuseparator
37348 Special Character\SpecialChar \menuseparator
37349 Symbols
37350 \family default
37351 .
37352 \end_layout
37353
37354 \begin_layout Itemize
37355 Functions with names consisting of several letters are set upright to avoid
37356  confusions, see 
37357 \begin_inset CommandInset ref
37358 LatexCommand ref
37359 reference "sub:Predefined-Functions"
37360
37361 \end_inset
37362
37363 .
37364 \end_layout
37365
37366 \begin_layout Itemize
37367 Indices consisting of several letters, are set upright: 
37368 \begin_inset Formula $E_{\mathrm{kin}}$
37369 \end_inset
37370
37371
37372 \begin_inset Newline newline
37373 \end_inset
37374
37375 Components of matrices are set italic: 
37376 \begin_inset Formula $\hat{H}_{kl}$
37377 \end_inset
37378
37379
37380 \end_layout
37381
37382 \begin_layout Itemize
37383 The differentiation/integration operator 'd', the Euler's number 'e' and
37384  the imaginary unit 'i' should be set upright, to avoid mixing them up with
37385  other variables.
37386 \end_layout
37387
37388 \begin_layout Itemize
37389 The character that denotes a 
37390 \noun on
37391 Fourier
37392 \noun default
37393  transformation is inserted either by the command 
37394 \series bold
37395
37396 \backslash
37397 mathscr
37398 \begin_inset ERT
37399 status collapsed
37400
37401 \begin_layout Plain Layout
37402
37403
37404 \backslash
37405 spce 
37406 \end_layout
37407
37408 \end_inset
37409
37410 F
37411 \series default
37412  or via the menu 
37413 \family sans
37414 Insert\SpecialChar \menuseparator
37415 Special Character\SpecialChar \menuseparator
37416 Symbols\SpecialChar \menuseparator
37417 Letterlike
37418 \begin_inset space ~
37419 \end_inset
37420
37421 Symbols
37422 \family default
37423
37424 \begin_inset Formula $\mathscr{F}$
37425 \end_inset
37426
37427
37428 \end_layout
37429
37430 \begin_layout Standard
37431 \begin_inset Newpage newpage
37432 \end_inset
37433
37434
37435 \end_layout
37436
37437 \begin_layout Section
37438 Synonyms
37439 \begin_inset Index idx
37440 status collapsed
37441
37442 \begin_layout Plain Layout
37443 Synonyms
37444 \end_layout
37445
37446 \end_inset
37447
37448
37449 \end_layout
37450
37451 \begin_layout Standard
37452 Some characters and symbols can be created with several commands.
37453  Here is a list of the synonym commands:
37454 \end_layout
37455
37456 \begin_layout Standard
37457 \begin_inset VSpace bigskip
37458 \end_inset
37459
37460
37461 \begin_inset space \hfill{}
37462 \end_inset
37463
37464
37465 \begin_inset Tabular
37466 <lyxtabular version="3" rows="12" columns="2">
37467 <features tabularvalignment="middle">
37468 <column alignment="center" valignment="top" width="0pt">
37469 <column alignment="center" valignment="top" width="0pt">
37470 <row>
37471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37472 \begin_inset Text
37473
37474 \begin_layout Plain Layout
37475 Command
37476 \end_layout
37477
37478 \end_inset
37479 </cell>
37480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37481 \begin_inset Text
37482
37483 \begin_layout Plain Layout
37484 equivalent to
37485 \begin_inset Note Note
37486 status collapsed
37487
37488 \begin_layout Plain Layout
37489
37490 \series bold
37491
37492 \backslash
37493 raisebox
37494 \series default
37495  is only used as spacer.
37496 \end_layout
37497
37498 \end_inset
37499
37500
37501 \end_layout
37502
37503 \end_inset
37504 </cell>
37505 </row>
37506 <row>
37507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37508 \begin_inset Text
37509
37510 \begin_layout Plain Layout
37511
37512 \backslash
37513 ast
37514 \end_layout
37515
37516 \end_inset
37517 </cell>
37518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37519 \begin_inset Text
37520
37521 \begin_layout Plain Layout
37522 \begin_inset ERT
37523 status collapsed
37524
37525 \begin_layout Plain Layout
37526
37527
37528 \backslash
37529 raisebox{-1.2mm}{
37530 \end_layout
37531
37532 \end_inset
37533
37534 *
37535 \begin_inset ERT
37536 status collapsed
37537
37538 \begin_layout Plain Layout
37539
37540 }
37541 \end_layout
37542
37543 \end_inset
37544
37545
37546 \end_layout
37547
37548 \end_inset
37549 </cell>
37550 </row>
37551 <row>
37552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37553 \begin_inset Text
37554
37555 \begin_layout Plain Layout
37556
37557 \backslash
37558 choose
37559 \end_layout
37560
37561 \end_inset
37562 </cell>
37563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37564 \begin_inset Text
37565
37566 \begin_layout Plain Layout
37567
37568 \backslash
37569 binom
37570 \end_layout
37571
37572 \end_inset
37573 </cell>
37574 </row>
37575 <row>
37576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37577 \begin_inset Text
37578
37579 \begin_layout Plain Layout
37580
37581 \backslash
37582 geq
37583 \end_layout
37584
37585 \end_inset
37586 </cell>
37587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37588 \begin_inset Text
37589
37590 \begin_layout Plain Layout
37591
37592 \backslash
37593 ge
37594 \end_layout
37595
37596 \end_inset
37597 </cell>
37598 </row>
37599 <row>
37600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37601 \begin_inset Text
37602
37603 \begin_layout Plain Layout
37604
37605 \backslash
37606 lbrace
37607 \end_layout
37608
37609 \end_inset
37610 </cell>
37611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37612 \begin_inset Text
37613
37614 \begin_layout Plain Layout
37615 {
37616 \end_layout
37617
37618 \end_inset
37619 </cell>
37620 </row>
37621 <row>
37622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37623 \begin_inset Text
37624
37625 \begin_layout Plain Layout
37626
37627 \backslash
37628 lbracket
37629 \end_layout
37630
37631 \end_inset
37632 </cell>
37633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37634 \begin_inset Text
37635
37636 \begin_layout Plain Layout
37637 [
37638 \end_layout
37639
37640 \end_inset
37641 </cell>
37642 </row>
37643 <row>
37644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37645 \begin_inset Text
37646
37647 \begin_layout Plain Layout
37648
37649 \backslash
37650 leftarrow
37651 \end_layout
37652
37653 \end_inset
37654 </cell>
37655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37656 \begin_inset Text
37657
37658 \begin_layout Plain Layout
37659
37660 \backslash
37661 gets
37662 \end_layout
37663
37664 \end_inset
37665 </cell>
37666 </row>
37667 <row>
37668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37669 \begin_inset Text
37670
37671 \begin_layout Plain Layout
37672
37673 \backslash
37674 leq
37675 \end_layout
37676
37677 \end_inset
37678 </cell>
37679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37680 \begin_inset Text
37681
37682 \begin_layout Plain Layout
37683
37684 \backslash
37685 le
37686 \end_layout
37687
37688 \end_inset
37689 </cell>
37690 </row>
37691 <row>
37692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37693 \begin_inset Text
37694
37695 \begin_layout Plain Layout
37696
37697 \backslash
37698 lor
37699 \end_layout
37700
37701 \end_inset
37702 </cell>
37703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37704 \begin_inset Text
37705
37706 \begin_layout Plain Layout
37707
37708 \backslash
37709 vee
37710 \end_layout
37711
37712 \end_inset
37713 </cell>
37714 </row>
37715 <row>
37716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37717 \begin_inset Text
37718
37719 \begin_layout Plain Layout
37720
37721 \backslash
37722 neq
37723 \end_layout
37724
37725 \end_inset
37726 </cell>
37727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37728 \begin_inset Text
37729
37730 \begin_layout Plain Layout
37731
37732 \backslash
37733 not=
37734 \end_layout
37735
37736 \end_inset
37737 </cell>
37738 </row>
37739 <row>
37740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37741 \begin_inset Text
37742
37743 \begin_layout Plain Layout
37744
37745 \backslash
37746 slash
37747 \end_layout
37748
37749 \end_inset
37750 </cell>
37751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37752 \begin_inset Text
37753
37754 \begin_layout Plain Layout
37755 /
37756 \end_layout
37757
37758 \end_inset
37759 </cell>
37760 </row>
37761 <row>
37762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37763 \begin_inset Text
37764
37765 \begin_layout Plain Layout
37766
37767 \backslash
37768 vert
37769 \end_layout
37770
37771 \end_inset
37772 </cell>
37773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37774 \begin_inset Text
37775
37776 \begin_layout Plain Layout
37777 |
37778 \end_layout
37779
37780 \end_inset
37781 </cell>
37782 </row>
37783 </lyxtabular>
37784
37785 \end_inset
37786
37787
37788 \begin_inset space \hfill{}
37789 \end_inset
37790
37791
37792 \begin_inset Tabular
37793 <lyxtabular version="3" rows="12" columns="2">
37794 <features tabularvalignment="middle">
37795 <column alignment="center" valignment="top" width="0pt">
37796 <column alignment="center" valignment="top" width="0pt">
37797 <row>
37798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37799 \begin_inset Text
37800
37801 \begin_layout Plain Layout
37802 Command
37803 \end_layout
37804
37805 \end_inset
37806 </cell>
37807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37808 \begin_inset Text
37809
37810 \begin_layout Plain Layout
37811 equivalent to
37812 \end_layout
37813
37814 \end_inset
37815 </cell>
37816 </row>
37817 <row>
37818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37819 \begin_inset Text
37820
37821 \begin_layout Plain Layout
37822
37823 \backslash
37824 backslash
37825 \end_layout
37826
37827 \end_inset
37828 </cell>
37829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37830 \begin_inset Text
37831
37832 \begin_layout Plain Layout
37833
37834 \backslash
37835
37836 \backslash
37837
37838 \end_layout
37839
37840 \end_inset
37841 </cell>
37842 </row>
37843 <row>
37844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37845 \begin_inset Text
37846
37847 \begin_layout Plain Layout
37848
37849 \backslash
37850 dasharrow
37851 \end_layout
37852
37853 \end_inset
37854 </cell>
37855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37856 \begin_inset Text
37857
37858 \begin_layout Plain Layout
37859
37860 \backslash
37861 dashrightarrow
37862 \end_layout
37863
37864 \end_inset
37865 </cell>
37866 </row>
37867 <row>
37868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37869 \begin_inset Text
37870
37871 \begin_layout Plain Layout
37872
37873 \backslash
37874 land
37875 \end_layout
37876
37877 \end_inset
37878 </cell>
37879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37880 \begin_inset Text
37881
37882 \begin_layout Plain Layout
37883
37884 \backslash
37885 wedge
37886 \end_layout
37887
37888 \end_inset
37889 </cell>
37890 </row>
37891 <row>
37892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37893 \begin_inset Text
37894
37895 \begin_layout Plain Layout
37896
37897 \backslash
37898 rbrace
37899 \end_layout
37900
37901 \end_inset
37902 </cell>
37903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37904 \begin_inset Text
37905
37906 \begin_layout Plain Layout
37907 }
37908 \end_layout
37909
37910 \end_inset
37911 </cell>
37912 </row>
37913 <row>
37914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37915 \begin_inset Text
37916
37917 \begin_layout Plain Layout
37918
37919 \backslash
37920 rbracket
37921 \end_layout
37922
37923 \end_inset
37924 </cell>
37925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37926 \begin_inset Text
37927
37928 \begin_layout Plain Layout
37929 ]
37930 \end_layout
37931
37932 \end_inset
37933 </cell>
37934 </row>
37935 <row>
37936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37937 \begin_inset Text
37938
37939 \begin_layout Plain Layout
37940
37941 \backslash
37942 rightarrow
37943 \end_layout
37944
37945 \end_inset
37946 </cell>
37947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37948 \begin_inset Text
37949
37950 \begin_layout Plain Layout
37951
37952 \backslash
37953 to
37954 \end_layout
37955
37956 \end_inset
37957 </cell>
37958 </row>
37959 <row>
37960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37961 \begin_inset Text
37962
37963 \begin_layout Plain Layout
37964
37965 \backslash
37966 lnot
37967 \end_layout
37968
37969 \end_inset
37970 </cell>
37971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37972 \begin_inset Text
37973
37974 \begin_layout Plain Layout
37975
37976 \backslash
37977 neg
37978 \end_layout
37979
37980 \end_inset
37981 </cell>
37982 </row>
37983 <row>
37984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37985 \begin_inset Text
37986
37987 \begin_layout Plain Layout
37988
37989 \backslash
37990 ne
37991 \end_layout
37992
37993 \end_inset
37994 </cell>
37995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37996 \begin_inset Text
37997
37998 \begin_layout Plain Layout
37999
38000 \backslash
38001 not=
38002 \end_layout
38003
38004 \end_inset
38005 </cell>
38006 </row>
38007 <row>
38008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38009 \begin_inset Text
38010
38011 \begin_layout Plain Layout
38012
38013 \backslash
38014 owns
38015 \end_layout
38016
38017 \end_inset
38018 </cell>
38019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38020 \begin_inset Text
38021
38022 \begin_layout Plain Layout
38023
38024 \backslash
38025 ni
38026 \end_layout
38027
38028 \end_inset
38029 </cell>
38030 </row>
38031 <row>
38032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38033 \begin_inset Text
38034
38035 \begin_layout Plain Layout
38036
38037 \backslash
38038 square
38039 \end_layout
38040
38041 \end_inset
38042 </cell>
38043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38044 \begin_inset Text
38045
38046 \begin_layout Plain Layout
38047
38048 \backslash
38049 Box
38050 \end_layout
38051
38052 \end_inset
38053 </cell>
38054 </row>
38055 <row>
38056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38057 \begin_inset Text
38058
38059 \begin_layout Plain Layout
38060
38061 \backslash
38062 Vert
38063 \end_layout
38064
38065 \end_inset
38066 </cell>
38067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38068 \begin_inset Text
38069
38070 \begin_layout Plain Layout
38071
38072 \backslash
38073 |
38074 \end_layout
38075
38076 \end_inset
38077 </cell>
38078 </row>
38079 </lyxtabular>
38080
38081 \end_inset
38082
38083
38084 \begin_inset space \hfill{}
38085 \end_inset
38086
38087
38088 \end_layout
38089
38090 \begin_layout Standard
38091 \begin_inset Newpage newpage
38092 \end_inset
38093
38094
38095 \end_layout
38096
38097 \begin_layout Bibliography
38098 \labelwidthstring References
38099 \begin_inset CommandInset bibitem
38100 LatexCommand bibitem
38101 key "TLC2"
38102
38103 \end_inset
38104
38105
38106 \shape smallcaps
38107 Mittelbach, F.
38108  ; Goossens, M.
38109 \shape default
38110
38111 \shape italic
38112 The LaTeX Companion
38113 \shape default
38114 .
38115  Addison Wesley, 2004
38116 \end_layout
38117
38118 \begin_layout Bibliography
38119 \labelwidthstring References
38120 \begin_inset CommandInset bibitem
38121 LatexCommand bibitem
38122 key "Mathmode"
38123
38124 \end_inset
38125
38126
38127 \begin_inset CommandInset href
38128 LatexCommand href
38129 name "Description"
38130 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38131
38132 \end_inset
38133
38134  of LaTeX's math abilities
38135 \end_layout
38136
38137 \begin_layout Bibliography
38138 \labelwidthstring References
38139 \begin_inset CommandInset bibitem
38140 LatexCommand bibitem
38141 key "AMS"
38142
38143 \end_inset
38144
38145
38146 \begin_inset CommandInset href
38147 LatexCommand href
38148 name "Description"
38149 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
38150
38151 \end_inset
38152
38153  of 
38154 \begin_inset ERT
38155 status collapsed
38156
38157 \begin_layout Plain Layout
38158
38159
38160 \backslash
38161 AmS
38162 \end_layout
38163
38164 \end_inset
38165
38166 -LaTeX
38167 \end_layout
38168
38169 \begin_layout Bibliography
38170 \labelwidthstring References
38171 \begin_inset CommandInset bibitem
38172 LatexCommand bibitem
38173 key "Symbols"
38174
38175 \end_inset
38176
38177
38178 \begin_inset CommandInset href
38179 LatexCommand href
38180 name "List"
38181 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38182
38183 \end_inset
38184
38185  of all symbols available with LaTeX-packages
38186 \end_layout
38187
38188 \begin_layout Bibliography
38189 \labelwidthstring References
38190 \begin_inset CommandInset bibitem
38191 LatexCommand bibitem
38192 key "cancel"
38193
38194 \end_inset
38195
38196
38197 \begin_inset CommandInset href
38198 LatexCommand href
38199 name "Documentation"
38200 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38201
38202 \end_inset
38203
38204  of the LaTeX-package 
38205 \series bold
38206 cancel
38207 \series default
38208
38209 \begin_inset Index idx
38210 status collapsed
38211
38212 \begin_layout Plain Layout
38213 Packages ! cancel
38214 \end_layout
38215
38216 \end_inset
38217
38218
38219 \end_layout
38220
38221 \begin_layout Bibliography
38222 \labelwidthstring References
38223 \begin_inset CommandInset bibitem
38224 LatexCommand bibitem
38225 key "hyperref"
38226
38227 \end_inset
38228
38229
38230 \begin_inset CommandInset href
38231 LatexCommand href
38232 name "Documentation"
38233 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38234
38235 \end_inset
38236
38237  of the LaTeX-package 
38238 \series bold
38239 hyperref
38240 \series default
38241
38242 \begin_inset Index idx
38243 status collapsed
38244
38245 \begin_layout Plain Layout
38246 Packages ! hyperref
38247 \end_layout
38248
38249 \end_inset
38250
38251
38252 \end_layout
38253
38254 \begin_layout Bibliography
38255 \labelwidthstring References
38256 \begin_inset CommandInset bibitem
38257 LatexCommand bibitem
38258 key "mhchem"
38259
38260 \end_inset
38261
38262
38263 \begin_inset CommandInset href
38264 LatexCommand href
38265 name "Documentation"
38266 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38267
38268 \end_inset
38269
38270  of the LaTeX-package 
38271 \series bold
38272 mhchem
38273 \series default
38274
38275 \begin_inset Index idx
38276 status collapsed
38277
38278 \begin_layout Plain Layout
38279 Packages ! mhchem
38280 \end_layout
38281
38282 \end_inset
38283
38284
38285 \end_layout
38286
38287 \begin_layout Bibliography
38288 \labelwidthstring References
38289 \begin_inset CommandInset bibitem
38290 LatexCommand bibitem
38291 key "Mathclap"
38292
38293 \end_inset
38294
38295
38296 \begin_inset CommandInset href
38297 LatexCommand href
38298 name "Description"
38299 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38300
38301 \end_inset
38302
38303  of the command 
38304 \series bold
38305
38306 \backslash
38307 mathclap
38308 \series default
38309 , described in 
38310 \begin_inset CommandInset ref
38311 LatexCommand ref
38312 reference "sub:Operator-Limits"
38313
38314 \end_inset
38315
38316
38317 \begin_inset Index idx
38318 status collapsed
38319
38320 \begin_layout Plain Layout
38321 Commands ! M ! 
38322 \backslash
38323 mathclap
38324 \end_layout
38325
38326 \end_inset
38327
38328
38329 \end_layout
38330
38331 \begin_layout Bibliography
38332 \labelwidthstring References
38333 \begin_inset CommandInset bibitem
38334 LatexCommand bibitem
38335 key "Duden"
38336
38337 \end_inset
38338
38339
38340 \emph on
38341 Duden Band 1
38342 \emph default
38343 .
38344  22.
38345  Auflage, Duden 2001
38346 \end_layout
38347
38348 \begin_layout Bibliography
38349 \labelwidthstring References
38350 \begin_inset CommandInset bibitem
38351 LatexCommand bibitem
38352 key "Checklist"
38353
38354 \end_inset
38355
38356
38357 \begin_inset CommandInset href
38358 LatexCommand href
38359 name "Check list"
38360 target "http://physics.nist.gov/Document/checklist.pdf"
38361
38362 \end_inset
38363
38364  for reviewing manuscripts
38365 \end_layout
38366
38367 \begin_layout Standard
38368 \begin_inset CommandInset index_print
38369 LatexCommand printindex
38370 type "idx"
38371
38372 \end_inset
38373
38374
38375 \end_layout
38376
38377 \end_body
38378 \end_document